<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Staff Archive - Aly Microns LLP | Premium Mineral Supplier</title>
	<atom:link href="https://alymicrons.com/staff/feed/" rel="self" type="application/rss+xml" />
	<link>https://alymicrons.com/staff/</link>
	<description></description>
	<lastBuildDate>Fri, 08 Jan 2016 11:27:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://alymicrons.com/wp-content/uploads/2025/01/cropped-android-chrome-512x512-1-32x32.png</url>
	<title>Staff Archive - Aly Microns LLP | Premium Mineral Supplier</title>
	<link>https://alymicrons.com/staff/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Brandon Copperfield</title>
		<link>https://alymicrons.com/staff/brandon-copperfield/</link>
		
		<dc:creator><![CDATA[alymicron_urvish]]></dc:creator>
		<pubDate>Fri, 08 Jan 2016 11:27:30 +0000</pubDate>
				<guid isPermaLink="false">http://consulting.stylemixthemes.com/?post_type=stm_staff&#038;p=461</guid>

					<description><![CDATA[<p>The founder of Consulting WP, he has been the captain of this ship from the beginning and has sailed it to the successful behemoth it is today. He is known in the industry to be one of the most successful CEO’s. He says he owes his success to his fantastic team.</p>
<p>The post <a href="https://alymicrons.com/staff/brandon-copperfield/">Brandon Copperfield</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="461" class="elementor elementor-461 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-6123a42 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6123a42" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6123fc3" data-id="6123fc3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6124443 elementor-widget elementor-widget-vc_custom_heading" data-id="6124443" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left has_subtitle" ><h2 style="text-align: left;font-weight:700" class="consulting-custom-title">Brandon Copperfield
<span class="subtitle">Founder &amp; CEO</span></h2></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6124740 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6124740" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6124ba0" data-id="6124ba0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6124f35 elementor-widget elementor-widget-image" data-id="6124f35" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://alymicrons.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6125330" data-id="6125330" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-61256b9 elementor-widget elementor-widget-stm_spacing" data-id="61256b9" data-element_type="widget" data-widget_type="stm_spacing.default">
				<div class="elementor-widget-container">
					<div class="stm-spacing" id="stm-spacing-696d2832132f5"></div>
<script>
    (function($){
        "use strict";
        var spacingID = 'stm-spacing-696d2832132f5',
            lgSpacing = '0',
            mdSpacing = '0',
            smSpacing = '0',
            xsSpacing = '30';

        function stmSpacing() {
            if ( window.matchMedia("(min-width: 1200px)").matches && lgSpacing ) {
                $( '#' + spacingID ).css ( "height", lgSpacing );
            } else if ( window.matchMedia("(max-width: 1199px) and (min-width: 992px )").matches && mdSpacing ) {
                $( '#' + spacingID ).css ( "height", mdSpacing );
            } else if ( window.matchMedia("(max-width: 991px) and (min-width: 768px )").matches && smSpacing ) {
                $( '#' + spacingID ).css ( "height", smSpacing );
            } else if ( window.matchMedia("(max-width: 767px)").matches && xsSpacing ) {
                $( '#' + spacingID ).css ( "height", xsSpacing );
            } else {
                $( '#' + spacingID ).css ( "height", "" );
            }
        }

        $(document).ready(function() {
            stmSpacing();
        });

        $(window).resize(function() {
            stmSpacing();
        });

    })(jQuery);
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-6125767 elementor-widget elementor-widget-vc_custom_heading" data-id="6125767" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">areas of expertise
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-6125978 elementor-widget elementor-widget-text-editor" data-id="6125978" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">Business transformation</span></li>
<li><span style="color: #002e5b;">Restructuring and turnaround</span></li>
<li><span style="color: #002e5b;">Integration</span></li>
<li><span style="color: #002e5b;">Growth strategy</span></li>
<li><span style="color: #002e5b;">M&amp;A transaction support</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6125bb5" data-id="6125bb5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6125f32 elementor-widget elementor-widget-stm_spacing" data-id="6125f32" data-element_type="widget" data-widget_type="stm_spacing.default">
				<div class="elementor-widget-container">
					<div class="stm-spacing" id="stm-spacing-696d283213822"></div>
<script>
    (function($){
        "use strict";
        var spacingID = 'stm-spacing-696d283213822',
            lgSpacing = '0',
            mdSpacing = '0',
            smSpacing = '30',
            xsSpacing = '30';

        function stmSpacing() {
            if ( window.matchMedia("(min-width: 1200px)").matches && lgSpacing ) {
                $( '#' + spacingID ).css ( "height", lgSpacing );
            } else if ( window.matchMedia("(max-width: 1199px) and (min-width: 992px )").matches && mdSpacing ) {
                $( '#' + spacingID ).css ( "height", mdSpacing );
            } else if ( window.matchMedia("(max-width: 991px) and (min-width: 768px )").matches && smSpacing ) {
                $( '#' + spacingID ).css ( "height", smSpacing );
            } else if ( window.matchMedia("(max-width: 767px)").matches && xsSpacing ) {
                $( '#' + spacingID ).css ( "height", xsSpacing );
            } else {
                $( '#' + spacingID ).css ( "height", "" );
            }
        }

        $(document).ready(function() {
            stmSpacing();
        });

        $(window).resize(function() {
            stmSpacing();
        });

    })(jQuery);
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-6126001 elementor-widget elementor-widget-vc_custom_heading" data-id="6126001" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">education
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-612620f elementor-widget elementor-widget-text-editor" data-id="612620f" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
<li><span style="color: #002e5b;">BS, engineering, Technical University of Denmark</span></li>
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-6126445 elementor-widget elementor-widget-text-editor" data-id="6126445" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>With over 20 years of experience in entrepreneurship, management, business planning, financial analysis, software engineering, operations, and decision analysis, Brandon has the breadth and depth of experience needed to quickly understand entrepreneurs&#8217; businesses and craft the most suitable solutions.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-6126674 elementor-widget elementor-widget-text-editor" data-id="6126674" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<blockquote><p>Consulting WP comes up with results that are actually implementable. That is their strength compared to other consulting companies.</p></blockquote>
								</div>
				</div>
				<div class="elementor-element elementor-element-612689c elementor-widget elementor-widget-text-editor" data-id="612689c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-6126af1 elementor-widget elementor-widget-vc_custom_heading" data-id="6126af1" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe consulting_heading_font  text_align_left" ><h4 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">publications
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-6126dcd elementor-widget elementor-widget-stm_staff_bottom" data-id="6126dcd" data-element_type="widget" data-widget_type="stm_staff_bottom.default">
				<div class="elementor-widget-container">
					<div class="staff_bottom_wr consulting_elementor_staff_bottom">
    <div class="staff_bottom">
	<h4 class="no_stripe">contact details</h4>
	<div class="infos">
		<div class="info">
							<div class="phone">
					<i class="fa fa-phone"></i> <span>+1 628 123 4000</span>
				</div>
										<div class="email">
					<i class="stm-envelope"></i> <span><a href="mailto:&#98;&#114;&#97;n&#100;&#111;n&#64;&#99;&#111;p&#46;&#99;&#111;m">b&#114;&#97;&#110;&#100;&#111;&#110;&#64;cop&#46;&#99;o&#109;</a></span>
				</div>
					</div>
					<div class="info">
				<div class="address">
					<i class="stm-marker"></i> <span>131 Bain Street<br /> New York, Pennsylvania 01234, United States</span>
				</div>
			</div>
				<div class="info">
			<div class="socials">
				<p>Social Profiles</p>
				<ul>
											<li><a class="social-facebook" href="#"><i class="fa fa-facebook"></i></a></li>
																<li><a class="social-twitter" href="#"><i class="fa fa-twitter"></i></a></li>
																<li><a class="social-linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
																<li><a class="social-google-plus" href="#"><i class="fa fa-google-plus"></i></a></li>
																<li><a class="social-skype" href="#"><i class="fa fa-skype"></i></a></li>
									</ul>
			</div>
		</div>
	</div>
</div></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6126e7f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6126e7f" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-612734e" data-id="612734e" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-612771b elementor-widget elementor-widget-vc_custom_heading" data-id="612771b" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><h4 style="color: #ffffff;text-align: left;font-weight:700" class="consulting-custom-title">feedback form
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-61279aa elementor-widget elementor-widget-text-editor" data-id="61279aa" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff;">If you&#8217;d like a free consultation, please start by completing the form:</span></p>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-75 elementor-top-column elementor-element elementor-element-6127c00" data-id="6127c00" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6127f7b elementor-widget elementor-widget-stm_contact_form_7" data-id="6127f7b" data-element_type="widget" data-widget_type="stm_contact_form_7.default">
				<div class="elementor-widget-container">
					[contact-form-7]						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6128026 elementor-hidden-tablet elementor-hidden-phone" data-id="6128026" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-61283b6 elementor-widget elementor-widget-stm_sidebar" data-id="61283b6" data-element_type="widget" data-widget_type="stm_sidebar.default">
				<div class="elementor-widget-container">
					
<div class="stm_sidebar consulting_elementor_sidebar">

            		<div data-elementor-type="wp-post" data-elementor-id="573" class="elementor elementor-573 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-4b4f4f3 third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b4f4f3" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b4f99f" data-id="4b4f99f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b4fd6d elementor-widget elementor-widget-vc_custom_heading" data-id="4b4fd6d" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><div style="font-size: 16px;color: #002e5b;text-align: left;font-weight:700" class="consulting-custom-title">how can we help you?
</div></div>				</div>
				</div>
				<div class="elementor-element elementor-element-4b50083 elementor-widget elementor-widget-text-editor" data-id="4b50083" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 13px; line-height: 22px; color: #002e5b;">Contact us at the Consulting WP office nearest to you or submit a business inquiry online.</span></p>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b502dd elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="4b502dd" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  ">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-phone-square"></i>			</span>
									<span class="elementor-button-text">contacts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4b50f9b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b50f9b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b5148d" data-id="4b5148d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b518d2 elementor-align-left elementor-widget elementor-widget-button" data-id="4b518d2" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  button_block">
					<a class="elementor-button elementor-button-link elementor-size-lg" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-file-pdf-o"></i>			</span>
									<span class="elementor-button-text">Company presentation</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b522bb elementor-widget elementor-widget-stm_testimonials" data-id="4b522bb" data-element_type="widget" data-widget_type="stm_testimonials.default">
				<div class="elementor-widget-container">
					

			<div class="stm_testimonials consulting_elementor_testimonials cols_2 style_1">
							<div class="item">
					<div class="testimonial"><p>Consulting theme is an invaluable partner. Our teams have collaborated to support the growing field of practitioners using collective impact.</p>
</div>
					<div class="testimonial-info clearfix">
						<div class="testimonial-image"></div>
						<div class="testimonial-text">
							<div class="name">Donald Simpson</div>
							<div class="company">
							Chairman, Bluewater Corp							</div>
						</div>
					</div>
				</div>
					</div>
	
					</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		    
</div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6128464 third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6128464" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-612889a" data-id="612889a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6128c02 elementor-widget elementor-widget-vc_cta" data-id="6128c02" data-element_type="widget" data-widget_type="vc_cta.default">
				<div class="elementor-widget-container">
					
<div class="ce_cta ce_cta_002a3ea3c1a95d06dd790db7e8880b59 ce_text_left third_bg_color add_button_right btn_align_right btn_button_block_ btn_has_icon btn_has_icon_on_the_right" id="">
	<div class="ce_cta__content">
		<div class="ce_cta__content__header">
			<h2  class='ce_cta__content__title '>Looking for a First-Class Business Plan Consultant?</h2>		</div>
			</div>

		<div class="ce_cta__action">
		<a
			href="#"
						target="_self"
			class="button
					">
			<span>get a quote</span>
						<i class="fa fa-chevron-right"></i>
					</a>
	</div>
	</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://alymicrons.com/staff/brandon-copperfield/">Brandon Copperfield</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Clark Roberts</title>
		<link>https://alymicrons.com/staff/clark-roberts/</link>
		
		<dc:creator><![CDATA[alymicron_urvish]]></dc:creator>
		<pubDate>Fri, 08 Jan 2016 11:26:57 +0000</pubDate>
				<guid isPermaLink="false">http://consulting.stylemixthemes.com/?post_type=stm_staff&#038;p=460</guid>

					<description><![CDATA[<p>Being the CFO in the Financial Industry is a tough task, thankfully he was here to man the helm and lead the company where it needed to go. He is known for his skills at analyzing data, some say he can create a full financial report in his head as soon as he looks at the data. </p>
<p>The post <a href="https://alymicrons.com/staff/clark-roberts/">Clark Roberts</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="460" class="elementor elementor-460 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-62ef9e5 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="62ef9e5" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-62effd3" data-id="62effd3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-62f0490 elementor-widget elementor-widget-vc_custom_heading" data-id="62f0490" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left has_subtitle" ><h2 style="text-align: left;font-weight:700" class="consulting-custom-title">Clark Roberts
<span class="subtitle">Chief Finance Officer</span></h2></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-62f0b6d elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="62f0b6d" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-62f1053" data-id="62f1053" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-62f143f elementor-widget elementor-widget-image" data-id="62f143f" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://alymicrons.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-62f183f" data-id="62f183f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-62f1c44 elementor-widget elementor-widget-stm_spacing" data-id="62f1c44" data-element_type="widget" data-widget_type="stm_spacing.default">
				<div class="elementor-widget-container">
					<div class="stm-spacing" id="stm-spacing-696d28322b477"></div>
<script>
    (function($){
        "use strict";
        var spacingID = 'stm-spacing-696d28322b477',
            lgSpacing = '0',
            mdSpacing = '0',
            smSpacing = '0',
            xsSpacing = '30';

        function stmSpacing() {
            if ( window.matchMedia("(min-width: 1200px)").matches && lgSpacing ) {
                $( '#' + spacingID ).css ( "height", lgSpacing );
            } else if ( window.matchMedia("(max-width: 1199px) and (min-width: 992px )").matches && mdSpacing ) {
                $( '#' + spacingID ).css ( "height", mdSpacing );
            } else if ( window.matchMedia("(max-width: 991px) and (min-width: 768px )").matches && smSpacing ) {
                $( '#' + spacingID ).css ( "height", smSpacing );
            } else if ( window.matchMedia("(max-width: 767px)").matches && xsSpacing ) {
                $( '#' + spacingID ).css ( "height", xsSpacing );
            } else {
                $( '#' + spacingID ).css ( "height", "" );
            }
        }

        $(document).ready(function() {
            stmSpacing();
        });

        $(window).resize(function() {
            stmSpacing();
        });

    })(jQuery);
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-62f1cf4 elementor-widget elementor-widget-vc_custom_heading" data-id="62f1cf4" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">areas of expertise
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-62f1f08 elementor-widget elementor-widget-text-editor" data-id="62f1f08" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">Business transformation</span></li>
<li><span style="color: #002e5b;">Restructuring and turnaround</span></li>
<li><span style="color: #002e5b;">Integration</span></li>
<li><span style="color: #002e5b;">Growth strategy</span></li>
<li><span style="color: #002e5b;">M&amp;A transaction support</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-62f214b" data-id="62f214b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-62f24ca elementor-widget elementor-widget-stm_spacing" data-id="62f24ca" data-element_type="widget" data-widget_type="stm_spacing.default">
				<div class="elementor-widget-container">
					<div class="stm-spacing" id="stm-spacing-696d28322b8b4"></div>
<script>
    (function($){
        "use strict";
        var spacingID = 'stm-spacing-696d28322b8b4',
            lgSpacing = '0',
            mdSpacing = '0',
            smSpacing = '30',
            xsSpacing = '30';

        function stmSpacing() {
            if ( window.matchMedia("(min-width: 1200px)").matches && lgSpacing ) {
                $( '#' + spacingID ).css ( "height", lgSpacing );
            } else if ( window.matchMedia("(max-width: 1199px) and (min-width: 992px )").matches && mdSpacing ) {
                $( '#' + spacingID ).css ( "height", mdSpacing );
            } else if ( window.matchMedia("(max-width: 991px) and (min-width: 768px )").matches && smSpacing ) {
                $( '#' + spacingID ).css ( "height", smSpacing );
            } else if ( window.matchMedia("(max-width: 767px)").matches && xsSpacing ) {
                $( '#' + spacingID ).css ( "height", xsSpacing );
            } else {
                $( '#' + spacingID ).css ( "height", "" );
            }
        }

        $(document).ready(function() {
            stmSpacing();
        });

        $(window).resize(function() {
            stmSpacing();
        });

    })(jQuery);
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-62f2584 elementor-widget elementor-widget-vc_custom_heading" data-id="62f2584" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">education
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-62f2788 elementor-widget elementor-widget-text-editor" data-id="62f2788" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
<li><span style="color: #002e5b;">BS, engineering, Technical University of Denmark</span></li>
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-62f29bc elementor-widget elementor-widget-text-editor" data-id="62f29bc" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>With over 20 years of experience in entrepreneurship, management, business planning, financial analysis, software engineering, operations, and decision analysis, Brandon has the breadth and depth of experience needed to quickly understand entrepreneurs&#8217; businesses and craft the most suitable solutions.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-62f2be7 elementor-widget elementor-widget-text-editor" data-id="62f2be7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<blockquote><p>Consulting WP comes up with results that are actually implementable. That is their strength compared to other consulting companies.</p></blockquote>
								</div>
				</div>
				<div class="elementor-element elementor-element-62f2e0e elementor-widget elementor-widget-text-editor" data-id="62f2e0e" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-62f3058 elementor-widget elementor-widget-vc_custom_heading" data-id="62f3058" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe consulting_heading_font  text_align_left" ><h4 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">publications
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-62f3345 elementor-widget elementor-widget-stm_staff_bottom" data-id="62f3345" data-element_type="widget" data-widget_type="stm_staff_bottom.default">
				<div class="elementor-widget-container">
					<div class="staff_bottom_wr consulting_elementor_staff_bottom">
    <div class="staff_bottom">
	<h4 class="no_stripe">contact details</h4>
	<div class="infos">
		<div class="info">
							<div class="phone">
					<i class="fa fa-phone"></i> <span>+1 628 123 4000</span>
				</div>
										<div class="email">
					<i class="stm-envelope"></i> <span><a href="mailto:&#98;&#114;and&#111;&#110;&#64;co&#112;&#46;c&#111;m">&#98;rand&#111;&#110;&#64;&#99;o&#112;.&#99;o&#109;</a></span>
				</div>
					</div>
					<div class="info">
				<div class="address">
					<i class="stm-marker"></i> <span>131 Bain Street<br /> New York, Pennsylvania 01234, United States</span>
				</div>
			</div>
				<div class="info">
			<div class="socials">
				<p>Social Profiles</p>
				<ul>
											<li><a class="social-facebook" href="#"><i class="fa fa-facebook"></i></a></li>
																<li><a class="social-twitter" href="#"><i class="fa fa-twitter"></i></a></li>
																<li><a class="social-linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
																<li><a class="social-google-plus" href="#"><i class="fa fa-google-plus"></i></a></li>
																<li><a class="social-skype" href="#"><i class="fa fa-skype"></i></a></li>
									</ul>
			</div>
		</div>
	</div>
</div></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-62f33f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="62f33f7" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-62f38b4" data-id="62f38b4" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-62f3c8c elementor-widget elementor-widget-vc_custom_heading" data-id="62f3c8c" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><h4 style="color: #ffffff;text-align: left;font-weight:700" class="consulting-custom-title">feedback form
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-62f3ec1 elementor-widget elementor-widget-text-editor" data-id="62f3ec1" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff;">If you&#8217;d like a free consultation, please start by completing the form:</span></p>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-75 elementor-top-column elementor-element elementor-element-62f4118" data-id="62f4118" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-630025b elementor-widget elementor-widget-stm_contact_form_7" data-id="630025b" data-element_type="widget" data-widget_type="stm_contact_form_7.default">
				<div class="elementor-widget-container">
					[contact-form-7]						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6300305 elementor-hidden-tablet elementor-hidden-phone" data-id="6300305" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-63006cd elementor-widget elementor-widget-stm_sidebar" data-id="63006cd" data-element_type="widget" data-widget_type="stm_sidebar.default">
				<div class="elementor-widget-container">
					
<div class="stm_sidebar consulting_elementor_sidebar">

            		<div data-elementor-type="wp-post" data-elementor-id="573" class="elementor elementor-573 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-4b4f4f3 third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b4f4f3" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b4f99f" data-id="4b4f99f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b4fd6d elementor-widget elementor-widget-vc_custom_heading" data-id="4b4fd6d" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><div style="font-size: 16px;color: #002e5b;text-align: left;font-weight:700" class="consulting-custom-title">how can we help you?
</div></div>				</div>
				</div>
				<div class="elementor-element elementor-element-4b50083 elementor-widget elementor-widget-text-editor" data-id="4b50083" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 13px; line-height: 22px; color: #002e5b;">Contact us at the Consulting WP office nearest to you or submit a business inquiry online.</span></p>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b502dd elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="4b502dd" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  ">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-phone-square"></i>			</span>
									<span class="elementor-button-text">contacts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4b50f9b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b50f9b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b5148d" data-id="4b5148d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b518d2 elementor-align-left elementor-widget elementor-widget-button" data-id="4b518d2" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  button_block">
					<a class="elementor-button elementor-button-link elementor-size-lg" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-file-pdf-o"></i>			</span>
									<span class="elementor-button-text">Company presentation</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b522bb elementor-widget elementor-widget-stm_testimonials" data-id="4b522bb" data-element_type="widget" data-widget_type="stm_testimonials.default">
				<div class="elementor-widget-container">
					

			<div class="stm_testimonials consulting_elementor_testimonials cols_2 style_1">
							<div class="item">
					<div class="testimonial"><p>Consulting theme is an invaluable partner. Our teams have collaborated to support the growing field of practitioners using collective impact.</p>
</div>
					<div class="testimonial-info clearfix">
						<div class="testimonial-image"></div>
						<div class="testimonial-text">
							<div class="name">Donald Simpson</div>
							<div class="company">
							Chairman, Bluewater Corp							</div>
						</div>
					</div>
				</div>
					</div>
	
					</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		    
</div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6300774 third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6300774" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6300bf3" data-id="6300bf3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6300fcd elementor-widget elementor-widget-vc_cta" data-id="6300fcd" data-element_type="widget" data-widget_type="vc_cta.default">
				<div class="elementor-widget-container">
					
<div class="ce_cta ce_cta_e8d09b7d5e502bb4f4d5dfc91c5baac1 ce_text_left third_bg_color add_button_right btn_align_right btn_button_block_ btn_has_icon btn_has_icon_on_the_right" id="">
	<div class="ce_cta__content">
		<div class="ce_cta__content__header">
			<h2  class='ce_cta__content__title '>Looking for a First-Class Business Plan Consultant?</h2>		</div>
			</div>

		<div class="ce_cta__action">
		<a
			href="#"
						target="_self"
			class="button
					">
			<span>get a quote</span>
						<i class="fa fa-chevron-right"></i>
					</a>
	</div>
	</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://alymicrons.com/staff/clark-roberts/">Clark Roberts</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Ashley Hardy</title>
		<link>https://alymicrons.com/staff/ashley-hardy/</link>
		
		<dc:creator><![CDATA[alymicron_urvish]]></dc:creator>
		<pubDate>Fri, 08 Jan 2016 11:25:39 +0000</pubDate>
				<guid isPermaLink="false">http://consulting.stylemixthemes.com/?post_type=stm_staff&#038;p=459</guid>

					<description><![CDATA[<p>She is an accomplished business developer. Her skills at creating relationships with clients are legendary; her pitches are amazing, and her technical knowledge is awesome. She is style and substance both and has helped grow our clientele.</p>
<p>The post <a href="https://alymicrons.com/staff/ashley-hardy/">Ashley Hardy</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="459" class="elementor elementor-459 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-64c4725 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="64c4725" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-64c4bf1" data-id="64c4bf1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-64c4fea elementor-widget elementor-widget-vc_custom_heading" data-id="64c4fea" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left has_subtitle" ><h2 style="text-align: left;font-weight:700" class="consulting-custom-title">Ashley Hardy
<span class="subtitle">VP Sales and Marketing</span></h2></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-64c52cb elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="64c52cb" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-64c56f0" data-id="64c56f0" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-64c5a70 elementor-widget elementor-widget-image" data-id="64c5a70" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://alymicrons.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-64c5e5f" data-id="64c5e5f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-64c61cf elementor-widget elementor-widget-stm_spacing" data-id="64c61cf" data-element_type="widget" data-widget_type="stm_spacing.default">
				<div class="elementor-widget-container">
					<div class="stm-spacing" id="stm-spacing-696d2832364e0"></div>
<script>
    (function($){
        "use strict";
        var spacingID = 'stm-spacing-696d2832364e0',
            lgSpacing = '0',
            mdSpacing = '0',
            smSpacing = '0',
            xsSpacing = '30';

        function stmSpacing() {
            if ( window.matchMedia("(min-width: 1200px)").matches && lgSpacing ) {
                $( '#' + spacingID ).css ( "height", lgSpacing );
            } else if ( window.matchMedia("(max-width: 1199px) and (min-width: 992px )").matches && mdSpacing ) {
                $( '#' + spacingID ).css ( "height", mdSpacing );
            } else if ( window.matchMedia("(max-width: 991px) and (min-width: 768px )").matches && smSpacing ) {
                $( '#' + spacingID ).css ( "height", smSpacing );
            } else if ( window.matchMedia("(max-width: 767px)").matches && xsSpacing ) {
                $( '#' + spacingID ).css ( "height", xsSpacing );
            } else {
                $( '#' + spacingID ).css ( "height", "" );
            }
        }

        $(document).ready(function() {
            stmSpacing();
        });

        $(window).resize(function() {
            stmSpacing();
        });

    })(jQuery);
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-64c6278 elementor-widget elementor-widget-vc_custom_heading" data-id="64c6278" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">areas of expertise
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-64c648d elementor-widget elementor-widget-text-editor" data-id="64c648d" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">Business transformation</span></li>
<li><span style="color: #002e5b;">Restructuring and turnaround</span></li>
<li><span style="color: #002e5b;">Integration</span></li>
<li><span style="color: #002e5b;">Growth strategy</span></li>
<li><span style="color: #002e5b;">M&amp;A transaction support</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-64c66d7" data-id="64c66d7" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-64c6a54 elementor-widget elementor-widget-stm_spacing" data-id="64c6a54" data-element_type="widget" data-widget_type="stm_spacing.default">
				<div class="elementor-widget-container">
					<div class="stm-spacing" id="stm-spacing-696d2832369c4"></div>
<script>
    (function($){
        "use strict";
        var spacingID = 'stm-spacing-696d2832369c4',
            lgSpacing = '0',
            mdSpacing = '0',
            smSpacing = '30',
            xsSpacing = '30';

        function stmSpacing() {
            if ( window.matchMedia("(min-width: 1200px)").matches && lgSpacing ) {
                $( '#' + spacingID ).css ( "height", lgSpacing );
            } else if ( window.matchMedia("(max-width: 1199px) and (min-width: 992px )").matches && mdSpacing ) {
                $( '#' + spacingID ).css ( "height", mdSpacing );
            } else if ( window.matchMedia("(max-width: 991px) and (min-width: 768px )").matches && smSpacing ) {
                $( '#' + spacingID ).css ( "height", smSpacing );
            } else if ( window.matchMedia("(max-width: 767px)").matches && xsSpacing ) {
                $( '#' + spacingID ).css ( "height", xsSpacing );
            } else {
                $( '#' + spacingID ).css ( "height", "" );
            }
        }

        $(document).ready(function() {
            stmSpacing();
        });

        $(window).resize(function() {
            stmSpacing();
        });

    })(jQuery);
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-64c6afc elementor-widget elementor-widget-vc_custom_heading" data-id="64c6afc" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">education
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-64c6d02 elementor-widget elementor-widget-text-editor" data-id="64c6d02" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
<li><span style="color: #002e5b;">BS, engineering, Technical University of Denmark</span></li>
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-64c6f35 elementor-widget elementor-widget-text-editor" data-id="64c6f35" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>With over 20 years of experience in entrepreneurship, management, business planning, financial analysis, software engineering, operations, and decision analysis, Brandon has the breadth and depth of experience needed to quickly understand entrepreneurs&#8217; businesses and craft the most suitable solutions.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-64c7161 elementor-widget elementor-widget-text-editor" data-id="64c7161" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<blockquote><p>Consulting WP comes up with results that are actually implementable. That is their strength compared to other consulting companies.</p></blockquote>
								</div>
				</div>
				<div class="elementor-element elementor-element-64c739c elementor-widget elementor-widget-text-editor" data-id="64c739c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-64c75f3 elementor-widget elementor-widget-vc_custom_heading" data-id="64c75f3" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe consulting_heading_font  text_align_left" ><h4 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">publications
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-64c78bd elementor-widget elementor-widget-stm_staff_bottom" data-id="64c78bd" data-element_type="widget" data-widget_type="stm_staff_bottom.default">
				<div class="elementor-widget-container">
					<div class="staff_bottom_wr consulting_elementor_staff_bottom">
    <div class="staff_bottom">
	<h4 class="no_stripe">contact details</h4>
	<div class="infos">
		<div class="info">
							<div class="phone">
					<i class="fa fa-phone"></i> <span>+1 628 123 4000</span>
				</div>
										<div class="email">
					<i class="stm-envelope"></i> <span><a href="mailto:a&#115;hley&#64;c&#111;&#112;&#46;&#99;om">&#97;&#115;hle&#121;&#64;c&#111;p.c&#111;m</a></span>
				</div>
					</div>
					<div class="info">
				<div class="address">
					<i class="stm-marker"></i> <span>131 Bain Street<br /> New York, Pennsylvania 01234, United States</span>
				</div>
			</div>
				<div class="info">
			<div class="socials">
				<p>Social Profiles</p>
				<ul>
											<li><a class="social-facebook" href="#"><i class="fa fa-facebook"></i></a></li>
																<li><a class="social-twitter" href="#"><i class="fa fa-twitter"></i></a></li>
																<li><a class="social-linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
																<li><a class="social-google-plus" href="#"><i class="fa fa-google-plus"></i></a></li>
																<li><a class="social-skype" href="#"><i class="fa fa-skype"></i></a></li>
									</ul>
			</div>
		</div>
	</div>
</div></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-64c796f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="64c796f" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-64c7d92" data-id="64c7d92" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-64c8135 elementor-widget elementor-widget-vc_custom_heading" data-id="64c8135" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><h4 style="color: #ffffff;text-align: left;font-weight:700" class="consulting-custom-title">feedback form
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-64c8393 elementor-widget elementor-widget-text-editor" data-id="64c8393" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff;">If you&#8217;d like a free consultation, please start by completing the form:</span></p>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-75 elementor-top-column elementor-element elementor-element-64c85cb" data-id="64c85cb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-64c8938 elementor-widget elementor-widget-stm_contact_form_7" data-id="64c8938" data-element_type="widget" data-widget_type="stm_contact_form_7.default">
				<div class="elementor-widget-container">
					[contact-form-7]						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-64c89e2 elementor-hidden-tablet elementor-hidden-phone" data-id="64c89e2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-64c8d46 elementor-widget elementor-widget-stm_sidebar" data-id="64c8d46" data-element_type="widget" data-widget_type="stm_sidebar.default">
				<div class="elementor-widget-container">
					
<div class="stm_sidebar consulting_elementor_sidebar">

            		<div data-elementor-type="wp-post" data-elementor-id="573" class="elementor elementor-573 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-4b4f4f3 third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b4f4f3" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b4f99f" data-id="4b4f99f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b4fd6d elementor-widget elementor-widget-vc_custom_heading" data-id="4b4fd6d" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><div style="font-size: 16px;color: #002e5b;text-align: left;font-weight:700" class="consulting-custom-title">how can we help you?
</div></div>				</div>
				</div>
				<div class="elementor-element elementor-element-4b50083 elementor-widget elementor-widget-text-editor" data-id="4b50083" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 13px; line-height: 22px; color: #002e5b;">Contact us at the Consulting WP office nearest to you or submit a business inquiry online.</span></p>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b502dd elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="4b502dd" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  ">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-phone-square"></i>			</span>
									<span class="elementor-button-text">contacts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4b50f9b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b50f9b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b5148d" data-id="4b5148d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b518d2 elementor-align-left elementor-widget elementor-widget-button" data-id="4b518d2" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  button_block">
					<a class="elementor-button elementor-button-link elementor-size-lg" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-file-pdf-o"></i>			</span>
									<span class="elementor-button-text">Company presentation</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b522bb elementor-widget elementor-widget-stm_testimonials" data-id="4b522bb" data-element_type="widget" data-widget_type="stm_testimonials.default">
				<div class="elementor-widget-container">
					

			<div class="stm_testimonials consulting_elementor_testimonials cols_2 style_1">
							<div class="item">
					<div class="testimonial"><p>Consulting theme is an invaluable partner. Our teams have collaborated to support the growing field of practitioners using collective impact.</p>
</div>
					<div class="testimonial-info clearfix">
						<div class="testimonial-image"></div>
						<div class="testimonial-text">
							<div class="name">Donald Simpson</div>
							<div class="company">
							Chairman, Bluewater Corp							</div>
						</div>
					</div>
				</div>
					</div>
	
					</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		    
</div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-64c8dfb third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="64c8dfb" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-64c91ff" data-id="64c91ff" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-64c9544 elementor-widget elementor-widget-vc_cta" data-id="64c9544" data-element_type="widget" data-widget_type="vc_cta.default">
				<div class="elementor-widget-container">
					
<div class="ce_cta ce_cta_8adee2e9336ee312360c53cc893d031b ce_text_left third_bg_color add_button_right btn_align_right btn_button_block_ btn_has_icon btn_has_icon_on_the_right" id="">
	<div class="ce_cta__content">
		<div class="ce_cta__content__header">
			<h2  class='ce_cta__content__title '>Looking for a First-Class Business Plan Consultant?</h2>		</div>
			</div>

		<div class="ce_cta__action">
		<a
			href="#"
						target="_self"
			class="button
					">
			<span>get a quote</span>
						<i class="fa fa-chevron-right"></i>
					</a>
	</div>
	</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://alymicrons.com/staff/ashley-hardy/">Ashley Hardy</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Dennis Norris</title>
		<link>https://alymicrons.com/staff/dennis-norris/</link>
		
		<dc:creator><![CDATA[alymicron_urvish]]></dc:creator>
		<pubDate>Fri, 08 Jan 2016 10:56:20 +0000</pubDate>
				<guid isPermaLink="false">http://consulting.stylemixthemes.com/?post_type=stm_staff&#038;p=458</guid>

					<description><![CDATA[<p>He has helped Business WordPress Theme reach new heights and enter new markets. His skills of understanding market perception are unparalleled, and he has positioned Consulting WP as the best choice for clients.</p>
<p>The post <a href="https://alymicrons.com/staff/dennis-norris/">Dennis Norris</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="458" class="elementor elementor-458 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-675552a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="675552a" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6755a0a" data-id="6755a0a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6755e01 elementor-widget elementor-widget-vc_custom_heading" data-id="6755e01" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left has_subtitle" ><h2 style="text-align: left;font-weight:700" class="consulting-custom-title">Chief Marketing Officer
<span class="subtitle">Chief Marketing Officer</span></h2></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-67560f4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="67560f4" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6756546" data-id="6756546" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-67568ae elementor-widget elementor-widget-image" data-id="67568ae" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://alymicrons.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6756ca3" data-id="6756ca3" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6757026 elementor-widget elementor-widget-stm_spacing" data-id="6757026" data-element_type="widget" data-widget_type="stm_spacing.default">
				<div class="elementor-widget-container">
					<div class="stm-spacing" id="stm-spacing-696d283240f91"></div>
<script>
    (function($){
        "use strict";
        var spacingID = 'stm-spacing-696d283240f91',
            lgSpacing = '0',
            mdSpacing = '0',
            smSpacing = '0',
            xsSpacing = '30';

        function stmSpacing() {
            if ( window.matchMedia("(min-width: 1200px)").matches && lgSpacing ) {
                $( '#' + spacingID ).css ( "height", lgSpacing );
            } else if ( window.matchMedia("(max-width: 1199px) and (min-width: 992px )").matches && mdSpacing ) {
                $( '#' + spacingID ).css ( "height", mdSpacing );
            } else if ( window.matchMedia("(max-width: 991px) and (min-width: 768px )").matches && smSpacing ) {
                $( '#' + spacingID ).css ( "height", smSpacing );
            } else if ( window.matchMedia("(max-width: 767px)").matches && xsSpacing ) {
                $( '#' + spacingID ).css ( "height", xsSpacing );
            } else {
                $( '#' + spacingID ).css ( "height", "" );
            }
        }

        $(document).ready(function() {
            stmSpacing();
        });

        $(window).resize(function() {
            stmSpacing();
        });

    })(jQuery);
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-67570d4 elementor-widget elementor-widget-vc_custom_heading" data-id="67570d4" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">areas of expertise
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-67572f0 elementor-widget elementor-widget-text-editor" data-id="67572f0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">Business transformation</span></li>
<li><span style="color: #002e5b;">Restructuring and turnaround</span></li>
<li><span style="color: #002e5b;">Integration</span></li>
<li><span style="color: #002e5b;">Growth strategy</span></li>
<li><span style="color: #002e5b;">M&amp;A transaction support</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-675755a" data-id="675755a" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-67578dc elementor-widget elementor-widget-stm_spacing" data-id="67578dc" data-element_type="widget" data-widget_type="stm_spacing.default">
				<div class="elementor-widget-container">
					<div class="stm-spacing" id="stm-spacing-696d2832412a9"></div>
<script>
    (function($){
        "use strict";
        var spacingID = 'stm-spacing-696d2832412a9',
            lgSpacing = '0',
            mdSpacing = '0',
            smSpacing = '30',
            xsSpacing = '30';

        function stmSpacing() {
            if ( window.matchMedia("(min-width: 1200px)").matches && lgSpacing ) {
                $( '#' + spacingID ).css ( "height", lgSpacing );
            } else if ( window.matchMedia("(max-width: 1199px) and (min-width: 992px )").matches && mdSpacing ) {
                $( '#' + spacingID ).css ( "height", mdSpacing );
            } else if ( window.matchMedia("(max-width: 991px) and (min-width: 768px )").matches && smSpacing ) {
                $( '#' + spacingID ).css ( "height", smSpacing );
            } else if ( window.matchMedia("(max-width: 767px)").matches && xsSpacing ) {
                $( '#' + spacingID ).css ( "height", xsSpacing );
            } else {
                $( '#' + spacingID ).css ( "height", "" );
            }
        }

        $(document).ready(function() {
            stmSpacing();
        });

        $(window).resize(function() {
            stmSpacing();
        });

    })(jQuery);
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-6757996 elementor-widget elementor-widget-vc_custom_heading" data-id="6757996" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">education
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-6757b9b elementor-widget elementor-widget-text-editor" data-id="6757b9b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
<li><span style="color: #002e5b;">BS, engineering, Technical University of Denmark</span></li>
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-6757dd2 elementor-widget elementor-widget-text-editor" data-id="6757dd2" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>With over 20 years of experience in entrepreneurship, management, business planning, financial analysis, software engineering, operations, and decision analysis, Brandon has the breadth and depth of experience needed to quickly understand entrepreneurs&#8217; businesses and craft the most suitable solutions.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-6758007 elementor-widget elementor-widget-text-editor" data-id="6758007" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<blockquote><p>Consulting WP comes up with results that are actually implementable. That is their strength compared to other consulting companies.</p></blockquote>
								</div>
				</div>
				<div class="elementor-element elementor-element-675823c elementor-widget elementor-widget-text-editor" data-id="675823c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-675848c elementor-widget elementor-widget-vc_custom_heading" data-id="675848c" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe consulting_heading_font  text_align_left" ><h4 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">publications
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-6758797 elementor-widget elementor-widget-stm_staff_bottom" data-id="6758797" data-element_type="widget" data-widget_type="stm_staff_bottom.default">
				<div class="elementor-widget-container">
					<div class="staff_bottom_wr consulting_elementor_staff_bottom">
    <div class="staff_bottom">
	<h4 class="no_stripe">contact details</h4>
	<div class="infos">
		<div class="info">
							<div class="phone">
					<i class="fa fa-phone"></i> <span>+1 628 123 4000</span>
				</div>
										<div class="email">
					<i class="stm-envelope"></i> <span><a href="mailto:b&#114;&#97;&#110;d&#111;n&#64;&#99;&#111;&#112;.&#99;o&#109;">b&#114;an&#100;&#111;n&#64;&#99;o&#112;&#46;com</a></span>
				</div>
					</div>
					<div class="info">
				<div class="address">
					<i class="stm-marker"></i> <span>131 Bain Street<br /> New York, Pennsylvania 01234, United States</span>
				</div>
			</div>
				<div class="info">
			<div class="socials">
				<p>Social Profiles</p>
				<ul>
											<li><a class="social-facebook" href="#"><i class="fa fa-facebook"></i></a></li>
																<li><a class="social-twitter" href="#"><i class="fa fa-twitter"></i></a></li>
																<li><a class="social-linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
																<li><a class="social-google-plus" href="#"><i class="fa fa-google-plus"></i></a></li>
																<li><a class="social-skype" href="#"><i class="fa fa-skype"></i></a></li>
									</ul>
			</div>
		</div>
	</div>
</div></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6758849 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6758849" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6758c74" data-id="6758c74" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6758fca elementor-widget elementor-widget-vc_custom_heading" data-id="6758fca" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><h4 style="color: #ffffff;text-align: left;font-weight:700" class="consulting-custom-title">feedback form
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-67591c7 elementor-widget elementor-widget-text-editor" data-id="67591c7" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff;">If you&#8217;d like a free consultation, please start by completing the form:</span></p>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-75 elementor-top-column elementor-element elementor-element-6759409" data-id="6759409" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6759777 elementor-widget elementor-widget-stm_contact_form_7" data-id="6759777" data-element_type="widget" data-widget_type="stm_contact_form_7.default">
				<div class="elementor-widget-container">
					[contact-form-7]						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6759821 elementor-hidden-tablet elementor-hidden-phone" data-id="6759821" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6759b7a elementor-widget elementor-widget-stm_sidebar" data-id="6759b7a" data-element_type="widget" data-widget_type="stm_sidebar.default">
				<div class="elementor-widget-container">
					
<div class="stm_sidebar consulting_elementor_sidebar">

            		<div data-elementor-type="wp-post" data-elementor-id="573" class="elementor elementor-573 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-4b4f4f3 third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b4f4f3" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b4f99f" data-id="4b4f99f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b4fd6d elementor-widget elementor-widget-vc_custom_heading" data-id="4b4fd6d" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><div style="font-size: 16px;color: #002e5b;text-align: left;font-weight:700" class="consulting-custom-title">how can we help you?
</div></div>				</div>
				</div>
				<div class="elementor-element elementor-element-4b50083 elementor-widget elementor-widget-text-editor" data-id="4b50083" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 13px; line-height: 22px; color: #002e5b;">Contact us at the Consulting WP office nearest to you or submit a business inquiry online.</span></p>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b502dd elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="4b502dd" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  ">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-phone-square"></i>			</span>
									<span class="elementor-button-text">contacts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4b50f9b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b50f9b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b5148d" data-id="4b5148d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b518d2 elementor-align-left elementor-widget elementor-widget-button" data-id="4b518d2" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  button_block">
					<a class="elementor-button elementor-button-link elementor-size-lg" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-file-pdf-o"></i>			</span>
									<span class="elementor-button-text">Company presentation</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b522bb elementor-widget elementor-widget-stm_testimonials" data-id="4b522bb" data-element_type="widget" data-widget_type="stm_testimonials.default">
				<div class="elementor-widget-container">
					

			<div class="stm_testimonials consulting_elementor_testimonials cols_2 style_1">
							<div class="item">
					<div class="testimonial"><p>Consulting theme is an invaluable partner. Our teams have collaborated to support the growing field of practitioners using collective impact.</p>
</div>
					<div class="testimonial-info clearfix">
						<div class="testimonial-image"></div>
						<div class="testimonial-text">
							<div class="name">Donald Simpson</div>
							<div class="company">
							Chairman, Bluewater Corp							</div>
						</div>
					</div>
				</div>
					</div>
	
					</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		    
</div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6759c1c third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6759c1c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-675a02b" data-id="675a02b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-675a381 elementor-widget elementor-widget-vc_cta" data-id="675a381" data-element_type="widget" data-widget_type="vc_cta.default">
				<div class="elementor-widget-container">
					
<div class="ce_cta ce_cta_725a8487871b993e9cfdd66e867bdefc ce_text_left third_bg_color add_button_right btn_align_right btn_button_block_ btn_has_icon btn_has_icon_on_the_right" id="">
	<div class="ce_cta__content">
		<div class="ce_cta__content__header">
			<h2  class='ce_cta__content__title '>Looking for a First-Class Business Plan Consultant?</h2>		</div>
			</div>

		<div class="ce_cta__action">
		<a
			href="#"
						target="_self"
			class="button
					">
			<span>get a quote</span>
						<i class="fa fa-chevron-right"></i>
					</a>
	</div>
	</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://alymicrons.com/staff/dennis-norris/">Dennis Norris</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Gina Kennedy</title>
		<link>https://alymicrons.com/staff/gina-kennedy/</link>
		
		<dc:creator><![CDATA[alymicron_urvish]]></dc:creator>
		<pubDate>Fri, 08 Jan 2016 09:48:42 +0000</pubDate>
				<guid isPermaLink="false">http://consulting.stylemixthemes.com/?post_type=stm_staff&#038;p=448</guid>

					<description><![CDATA[<p>As we help other companies grow, she helps us grow. She handles all the internal work at WP consulting and ensures that employees and stakeholders are happy. Our low turnover rate and satisfied employees show that she is doing a fantastic job.</p>
<p>The post <a href="https://alymicrons.com/staff/gina-kennedy/">Gina Kennedy</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="448" class="elementor elementor-448 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-6925422 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6925422" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-69258bc" data-id="69258bc" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6925cc2 elementor-widget elementor-widget-vc_custom_heading" data-id="6925cc2" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left has_subtitle" ><h2 style="text-align: left;font-weight:700" class="consulting-custom-title">Gina Kennedy
<span class="subtitle">Administrator</span></h2></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6925fee elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6925fee" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6926449" data-id="6926449" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-69267c7 elementor-widget elementor-widget-image" data-id="69267c7" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://alymicrons.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6926bb8" data-id="6926bb8" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6926f3c elementor-widget elementor-widget-stm_spacing" data-id="6926f3c" data-element_type="widget" data-widget_type="stm_spacing.default">
				<div class="elementor-widget-container">
					<div class="stm-spacing" id="stm-spacing-696d28324b448"></div>
<script>
    (function($){
        "use strict";
        var spacingID = 'stm-spacing-696d28324b448',
            lgSpacing = '0',
            mdSpacing = '0',
            smSpacing = '0',
            xsSpacing = '30';

        function stmSpacing() {
            if ( window.matchMedia("(min-width: 1200px)").matches && lgSpacing ) {
                $( '#' + spacingID ).css ( "height", lgSpacing );
            } else if ( window.matchMedia("(max-width: 1199px) and (min-width: 992px )").matches && mdSpacing ) {
                $( '#' + spacingID ).css ( "height", mdSpacing );
            } else if ( window.matchMedia("(max-width: 991px) and (min-width: 768px )").matches && smSpacing ) {
                $( '#' + spacingID ).css ( "height", smSpacing );
            } else if ( window.matchMedia("(max-width: 767px)").matches && xsSpacing ) {
                $( '#' + spacingID ).css ( "height", xsSpacing );
            } else {
                $( '#' + spacingID ).css ( "height", "" );
            }
        }

        $(document).ready(function() {
            stmSpacing();
        });

        $(window).resize(function() {
            stmSpacing();
        });

    })(jQuery);
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-6926feb elementor-widget elementor-widget-vc_custom_heading" data-id="6926feb" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">areas of expertise
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-69271fe elementor-widget elementor-widget-text-editor" data-id="69271fe" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">Business transformation</span></li>
<li><span style="color: #002e5b;">Restructuring and turnaround</span></li>
<li><span style="color: #002e5b;">Integration</span></li>
<li><span style="color: #002e5b;">Growth strategy</span></li>
<li><span style="color: #002e5b;">M&amp;A transaction support</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6927436" data-id="6927436" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-69277ad elementor-widget elementor-widget-stm_spacing" data-id="69277ad" data-element_type="widget" data-widget_type="stm_spacing.default">
				<div class="elementor-widget-container">
					<div class="stm-spacing" id="stm-spacing-696d28324b773"></div>
<script>
    (function($){
        "use strict";
        var spacingID = 'stm-spacing-696d28324b773',
            lgSpacing = '0',
            mdSpacing = '0',
            smSpacing = '30',
            xsSpacing = '30';

        function stmSpacing() {
            if ( window.matchMedia("(min-width: 1200px)").matches && lgSpacing ) {
                $( '#' + spacingID ).css ( "height", lgSpacing );
            } else if ( window.matchMedia("(max-width: 1199px) and (min-width: 992px )").matches && mdSpacing ) {
                $( '#' + spacingID ).css ( "height", mdSpacing );
            } else if ( window.matchMedia("(max-width: 991px) and (min-width: 768px )").matches && smSpacing ) {
                $( '#' + spacingID ).css ( "height", smSpacing );
            } else if ( window.matchMedia("(max-width: 767px)").matches && xsSpacing ) {
                $( '#' + spacingID ).css ( "height", xsSpacing );
            } else {
                $( '#' + spacingID ).css ( "height", "" );
            }
        }

        $(document).ready(function() {
            stmSpacing();
        });

        $(window).resize(function() {
            stmSpacing();
        });

    })(jQuery);
</script>				</div>
				</div>
				<div class="elementor-element elementor-element-6927868 elementor-widget elementor-widget-vc_custom_heading" data-id="6927868" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">education
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-6927aaa elementor-widget elementor-widget-text-editor" data-id="6927aaa" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
<li><span style="color: #002e5b;">BS, engineering, Technical University of Denmark</span></li>
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-6927d26 elementor-widget elementor-widget-text-editor" data-id="6927d26" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>With over 20 years of experience in entrepreneurship, management, business planning, financial analysis, software engineering, operations, and decision analysis, Brandon has the breadth and depth of experience needed to quickly understand entrepreneurs&#8217; businesses and craft the most suitable solutions.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-6927fdf elementor-widget elementor-widget-text-editor" data-id="6927fdf" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<blockquote><p>Consulting WP comes up with results that are actually implementable. That is their strength compared to other consulting companies.</p></blockquote>
								</div>
				</div>
				<div class="elementor-element elementor-element-6928299 elementor-widget elementor-widget-text-editor" data-id="6928299" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-69285ac elementor-widget elementor-widget-vc_custom_heading" data-id="69285ac" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe consulting_heading_font  text_align_left" ><h4 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">publications
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-692888f elementor-widget elementor-widget-stm_staff_bottom" data-id="692888f" data-element_type="widget" data-widget_type="stm_staff_bottom.default">
				<div class="elementor-widget-container">
					<div class="staff_bottom_wr consulting_elementor_staff_bottom">
    <div class="staff_bottom">
	<h4 class="no_stripe">contact details</h4>
	<div class="infos">
		<div class="info">
							<div class="phone">
					<i class="fa fa-phone"></i> <span>+1 628 123 4000</span>
				</div>
										<div class="email">
					<i class="stm-envelope"></i> <span><a href="mailto:b&#114;an&#100;&#111;&#110;&#64;c&#111;p.&#99;om">b&#114;andon&#64;&#99;&#111;p.&#99;&#111;m</a></span>
				</div>
					</div>
					<div class="info">
				<div class="address">
					<i class="stm-marker"></i> <span>131 Bain Street<br /> New York, Pennsylvania 01234, United States</span>
				</div>
			</div>
				<div class="info">
			<div class="socials">
				<p>Social Profiles</p>
				<ul>
											<li><a class="social-facebook" href="#"><i class="fa fa-facebook"></i></a></li>
																<li><a class="social-twitter" href="#"><i class="fa fa-twitter"></i></a></li>
																<li><a class="social-linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
																<li><a class="social-google-plus" href="#"><i class="fa fa-google-plus"></i></a></li>
																<li><a class="social-skype" href="#"><i class="fa fa-skype"></i></a></li>
									</ul>
			</div>
		</div>
	</div>
</div></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-692892c elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="692892c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6928ce5" data-id="6928ce5" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6928fde elementor-widget elementor-widget-vc_custom_heading" data-id="6928fde" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><h4 style="color: #ffffff;text-align: left;font-weight:700" class="consulting-custom-title">feedback form
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-692921b elementor-widget elementor-widget-text-editor" data-id="692921b" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff;">If you&#8217;d like a free consultation, please start by completing the form:</span></p>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-75 elementor-top-column elementor-element elementor-element-6929483" data-id="6929483" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6929829 elementor-widget elementor-widget-stm_contact_form_7" data-id="6929829" data-element_type="widget" data-widget_type="stm_contact_form_7.default">
				<div class="elementor-widget-container">
					[contact-form-7]						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-69298c6 elementor-hidden-tablet elementor-hidden-phone" data-id="69298c6" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6929bc3 elementor-widget elementor-widget-stm_sidebar" data-id="6929bc3" data-element_type="widget" data-widget_type="stm_sidebar.default">
				<div class="elementor-widget-container">
					
<div class="stm_sidebar consulting_elementor_sidebar">

            		<div data-elementor-type="wp-post" data-elementor-id="573" class="elementor elementor-573 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-4b4f4f3 third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b4f4f3" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b4f99f" data-id="4b4f99f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b4fd6d elementor-widget elementor-widget-vc_custom_heading" data-id="4b4fd6d" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><div style="font-size: 16px;color: #002e5b;text-align: left;font-weight:700" class="consulting-custom-title">how can we help you?
</div></div>				</div>
				</div>
				<div class="elementor-element elementor-element-4b50083 elementor-widget elementor-widget-text-editor" data-id="4b50083" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 13px; line-height: 22px; color: #002e5b;">Contact us at the Consulting WP office nearest to you or submit a business inquiry online.</span></p>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b502dd elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="4b502dd" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  ">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-phone-square"></i>			</span>
									<span class="elementor-button-text">contacts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4b50f9b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b50f9b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b5148d" data-id="4b5148d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b518d2 elementor-align-left elementor-widget elementor-widget-button" data-id="4b518d2" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  button_block">
					<a class="elementor-button elementor-button-link elementor-size-lg" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-file-pdf-o"></i>			</span>
									<span class="elementor-button-text">Company presentation</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b522bb elementor-widget elementor-widget-stm_testimonials" data-id="4b522bb" data-element_type="widget" data-widget_type="stm_testimonials.default">
				<div class="elementor-widget-container">
					

			<div class="stm_testimonials consulting_elementor_testimonials cols_2 style_1">
							<div class="item">
					<div class="testimonial"><p>Consulting theme is an invaluable partner. Our teams have collaborated to support the growing field of practitioners using collective impact.</p>
</div>
					<div class="testimonial-info clearfix">
						<div class="testimonial-image"></div>
						<div class="testimonial-text">
							<div class="name">Donald Simpson</div>
							<div class="company">
							Chairman, Bluewater Corp							</div>
						</div>
					</div>
				</div>
					</div>
	
					</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		    
</div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6929c53 third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6929c53" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-692a106" data-id="692a106" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-692a40b elementor-widget elementor-widget-vc_cta" data-id="692a40b" data-element_type="widget" data-widget_type="vc_cta.default">
				<div class="elementor-widget-container">
					
<div class="ce_cta ce_cta_fde33340b0cea34328ac9cdf35b3431d ce_text_left third_bg_color add_button_right btn_align_right btn_button_block_ btn_has_icon btn_has_icon_on_the_right" id="">
	<div class="ce_cta__content">
		<div class="ce_cta__content__header">
			<h2  class='ce_cta__content__title '>Looking for a First-Class Business Plan Consultant?</h2>		</div>
			</div>

		<div class="ce_cta__action">
		<a
			href="#"
						target="_self"
			class="button
					">
			<span>get a quote</span>
						<i class="fa fa-chevron-right"></i>
					</a>
	</div>
	</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://alymicrons.com/staff/gina-kennedy/">Gina Kennedy</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Fernando Torres</title>
		<link>https://alymicrons.com/staff/fernando-torres/</link>
		
		<dc:creator><![CDATA[alymicron_urvish]]></dc:creator>
		<pubDate>Fri, 08 Jan 2016 09:19:00 +0000</pubDate>
				<guid isPermaLink="false">http://consulting.stylemixthemes.com/?post_type=stm_staff&#038;p=449</guid>

					<description><![CDATA[<p>Tax laws and regulations are some of the most complicated and infuriating parts of the financial industry. Which is why we are lucky to have Him as our head tax consultant. He is the master of the tax domain, and knows as much about taxes as humanly possible.</p>
<p>The post <a href="https://alymicrons.com/staff/fernando-torres/">Fernando Torres</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="449" class="elementor elementor-449 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-6aec5b4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6aec5b4" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6aecb0c" data-id="6aecb0c" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6aecf86 elementor-widget elementor-widget-vc_custom_heading" data-id="6aecf86" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left has_subtitle" ><h2 style="text-align: left;font-weight:700" class="consulting-custom-title">Fernando Torres
<span class="subtitle">Tax Consultant</span></h2></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6aed27b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6aed27b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6aed73b" data-id="6aed73b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6aedac0 elementor-widget elementor-widget-image" data-id="6aedac0" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://alymicrons.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6aedee2" data-id="6aedee2" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6aee250 elementor-widget elementor-widget-vc_custom_heading" data-id="6aee250" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">areas of expertise
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-6aee468 elementor-widget elementor-widget-text-editor" data-id="6aee468" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">Business transformation</span></li>
<li><span style="color: #002e5b;">Restructuring and turnaround</span></li>
<li><span style="color: #002e5b;">Integration</span></li>
<li><span style="color: #002e5b;">Growth strategy</span></li>
<li><span style="color: #002e5b;">M&amp;A transaction support</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6aee6a1" data-id="6aee6a1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6aee9fd elementor-widget elementor-widget-vc_custom_heading" data-id="6aee9fd" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">education
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-6aeec14 elementor-widget elementor-widget-text-editor" data-id="6aeec14" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
<li><span style="color: #002e5b;">BS, engineering, Technical University of Denmark</span></li>
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-6aeee5a elementor-widget elementor-widget-text-editor" data-id="6aeee5a" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>With over 20 years of experience in entrepreneurship, management, business planning, financial analysis, software engineering, operations, and decision analysis, Brandon has the breadth and depth of experience needed to quickly understand entrepreneurs&#8217; businesses and craft the most suitable solutions.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-6aef0a0 elementor-widget elementor-widget-text-editor" data-id="6aef0a0" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<blockquote><p>Consulting WP comes up with results that are actually implementable. That is their strength compared to other consulting companies.</p></blockquote>
								</div>
				</div>
				<div class="elementor-element elementor-element-6aef2ce elementor-widget elementor-widget-text-editor" data-id="6aef2ce" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-6aef515 elementor-widget elementor-widget-vc_custom_heading" data-id="6aef515" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe consulting_heading_font  text_align_left" ><h4 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">publications
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-6aef7e0 elementor-widget elementor-widget-stm_staff_bottom" data-id="6aef7e0" data-element_type="widget" data-widget_type="stm_staff_bottom.default">
				<div class="elementor-widget-container">
					<div class="staff_bottom_wr consulting_elementor_staff_bottom">
    <div class="staff_bottom">
	<h4 class="no_stripe">contact details</h4>
	<div class="infos">
		<div class="info">
							<div class="phone">
					<i class="fa fa-phone"></i> <span>+1 628 123 4000</span>
				</div>
										<div class="email">
					<i class="stm-envelope"></i> <span><a href="mailto:b&#114;&#97;&#110;d&#111;&#110;&#64;c&#111;&#110;su&#108;ti&#110;g&#46;com">br&#97;&#110;d&#111;&#110;&#64;&#99;o&#110;s&#117;&#108;ti&#110;g.c&#111;m</a></span>
				</div>
					</div>
					<div class="info">
				<div class="address">
					<i class="stm-marker"></i> <span>131 Bain Street<br /> New York, Pennsylvania 01234, United States</span>
				</div>
			</div>
				<div class="info">
			<div class="socials">
				<p>Social Profiles</p>
				<ul>
											<li><a class="social-facebook" href="#"><i class="fa fa-facebook"></i></a></li>
																<li><a class="social-twitter" href="#"><i class="fa fa-twitter"></i></a></li>
																<li><a class="social-linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
																<li><a class="social-google-plus" href="#"><i class="fa fa-google-plus"></i></a></li>
																<li><a class="social-skype" href="#"><i class="fa fa-skype"></i></a></li>
									</ul>
			</div>
		</div>
	</div>
</div></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6aef8b3 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6aef8b3" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6aefcd8" data-id="6aefcd8" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6af002a elementor-widget elementor-widget-vc_custom_heading" data-id="6af002a" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><h4 style="color: #ffffff;text-align: left;font-weight:700" class="consulting-custom-title">feedback form
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-6af0213 elementor-widget elementor-widget-text-editor" data-id="6af0213" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff;">If you&#8217;d like a free consultation, please start by completing the form:</span></p>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-75 elementor-top-column elementor-element elementor-element-6af0445" data-id="6af0445" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6af07ce elementor-widget elementor-widget-stm_contact_form_7" data-id="6af07ce" data-element_type="widget" data-widget_type="stm_contact_form_7.default">
				<div class="elementor-widget-container">
					[contact-form-7]						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-6af0878 elementor-hidden-tablet elementor-hidden-phone" data-id="6af0878" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6af0bca elementor-widget elementor-widget-stm_sidebar" data-id="6af0bca" data-element_type="widget" data-widget_type="stm_sidebar.default">
				<div class="elementor-widget-container">
					
<div class="stm_sidebar consulting_elementor_sidebar">

            		<div data-elementor-type="wp-post" data-elementor-id="573" class="elementor elementor-573 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-4b4f4f3 third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b4f4f3" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b4f99f" data-id="4b4f99f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b4fd6d elementor-widget elementor-widget-vc_custom_heading" data-id="4b4fd6d" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><div style="font-size: 16px;color: #002e5b;text-align: left;font-weight:700" class="consulting-custom-title">how can we help you?
</div></div>				</div>
				</div>
				<div class="elementor-element elementor-element-4b50083 elementor-widget elementor-widget-text-editor" data-id="4b50083" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 13px; line-height: 22px; color: #002e5b;">Contact us at the Consulting WP office nearest to you or submit a business inquiry online.</span></p>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b502dd elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="4b502dd" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  ">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-phone-square"></i>			</span>
									<span class="elementor-button-text">contacts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4b50f9b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b50f9b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b5148d" data-id="4b5148d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b518d2 elementor-align-left elementor-widget elementor-widget-button" data-id="4b518d2" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  button_block">
					<a class="elementor-button elementor-button-link elementor-size-lg" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-file-pdf-o"></i>			</span>
									<span class="elementor-button-text">Company presentation</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b522bb elementor-widget elementor-widget-stm_testimonials" data-id="4b522bb" data-element_type="widget" data-widget_type="stm_testimonials.default">
				<div class="elementor-widget-container">
					

			<div class="stm_testimonials consulting_elementor_testimonials cols_2 style_1">
							<div class="item">
					<div class="testimonial"><p>Consulting theme is an invaluable partner. Our teams have collaborated to support the growing field of practitioners using collective impact.</p>
</div>
					<div class="testimonial-info clearfix">
						<div class="testimonial-image"></div>
						<div class="testimonial-text">
							<div class="name">Donald Simpson</div>
							<div class="company">
							Chairman, Bluewater Corp							</div>
						</div>
					</div>
				</div>
					</div>
	
					</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		    
</div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6af0c6d third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6af0c6d" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6af107f" data-id="6af107f" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6af13ce elementor-widget elementor-widget-vc_cta" data-id="6af13ce" data-element_type="widget" data-widget_type="vc_cta.default">
				<div class="elementor-widget-container">
					
<div class="ce_cta ce_cta_7891e8141f99b822dccbe90c9878be46 ce_text_left third_bg_color add_button_right btn_align_right btn_button_block_ btn_has_icon btn_has_icon_on_the_right" id="">
	<div class="ce_cta__content">
		<div class="ce_cta__content__header">
			<h2  class='ce_cta__content__title '>Looking for a First-Class Business Plan Consultant?</h2>		</div>
			</div>

		<div class="ce_cta__action">
		<a
			href="#"
						target="_self"
			class="button
					">
			<span>get a quote</span>
						<i class="fa fa-chevron-right"></i>
					</a>
	</div>
	</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://alymicrons.com/staff/fernando-torres/">Fernando Torres</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Kim Su Hao</title>
		<link>https://alymicrons.com/staff/kim-su-hao/</link>
		
		<dc:creator><![CDATA[alymicron_urvish]]></dc:creator>
		<pubDate>Sun, 15 Feb 2015 15:17:40 +0000</pubDate>
				<guid isPermaLink="false">http://consulting.stylemixthemes.com/demo/?post_type=stm_staff&#038;p=1615</guid>

					<description><![CDATA[<p>[vc_row css=&#8221;.vc_custom_1459506735567{margin-bottom: 100px !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-9 vc_col-md-9&#8243;][vc_custom_heading text=&#8221;Chivelet Honsou&#8221; use_theme_fonts=&#8221;yes&#8221; subtitle=&#8221;Financial Advisor&#8221;][vc_row_inner css=&#8221;.vc_custom_1453120532096{margin-bottom: 37px !important;}&#8221;][vc_column_inner width=&#8221;1/3&#8243;][vc_single_image source=&#8221;featured_image&#8221; img_size=&#8221;560&#215;364&#8243; css=&#8221;.vc_custom_1453120292205{padding-right: 25px !important;}&#8221;][/vc_column_inner][vc_column_inner width=&#8221;1/3&#8243;][vc_custom_heading text=&#8221;areas of expertise&#8221; font_container=&#8221;tag:h6&#124;text_align:left&#124;color:%23222222&#8243; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1456308462265{margin-bottom: 18px !important;}&#8221; el_class=&#8221;no_stripe remove_padding&#8221;][vc_column_text] Business transformation Restructuring and turnaround Integration Growth strategy M&#38;A transaction support [/vc_column_text][/vc_column_inner][vc_column_inner width=&#8221;1/3&#8243;][vc_custom_heading text=&#8221;education&#8221; font_container=&#8221;tag:h6&#124;text_align:left&#124;color:%23222222&#8243; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1456308478646{margin-bottom: 18px !important;}&#8221; el_class=&#8221;no_stripe remove_padding&#8221;][vc_column_text] MBA, Rotterdam School</p>
<p>The post <a href="https://alymicrons.com/staff/kim-su-hao/">Kim Su Hao</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="1615" class="elementor elementor-1615 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-aedbfd2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="aedbfd2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-aedc676" data-id="aedc676" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-aedcadc elementor-widget elementor-widget-vc_custom_heading" data-id="aedcadc" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left has_subtitle" ><h2 style="text-align: left;font-weight:700" class="consulting-custom-title">Chivelet Honsou
<span class="subtitle">Financial Advisor</span></h2></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-aee063f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="aee063f" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-aee0b55" data-id="aee0b55" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-aee0fb2 elementor-widget elementor-widget-image" data-id="aee0fb2" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://alymicrons.com/wp-content/plugins/elementor/assets/images/placeholder.png" title="" alt="" loading="lazy" />															</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-aee5f71" data-id="aee5f71" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-aee64f5 elementor-widget elementor-widget-vc_custom_heading" data-id="aee64f5" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">areas of expertise
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-aee6849 elementor-widget elementor-widget-text-editor" data-id="aee6849" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">Business transformation</span></li>
<li><span style="color: #002e5b;">Restructuring and turnaround</span></li>
<li><span style="color: #002e5b;">Integration</span></li>
<li><span style="color: #002e5b;">Growth strategy</span></li>
<li><span style="color: #002e5b;">M&amp;A transaction support</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-aee6bf1" data-id="aee6bf1" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-aee71df elementor-widget elementor-widget-vc_custom_heading" data-id="aee71df" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe remove_padding consulting_heading_font  text_align_left" ><h6 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">education
</h6></div>				</div>
				</div>
				<div class="elementor-element elementor-element-aee7511 elementor-widget elementor-widget-text-editor" data-id="aee7511" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<ul class="small_margin" style="font-size: 13px; line-height: 18px;">
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
<li><span style="color: #002e5b;">BS, engineering, Technical University of Denmark</span></li>
<li><span style="color: #002e5b;">MBA, Rotterdam School of Management, Erasmus University</span></li>
</ul>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<div class="elementor-element elementor-element-aee7899 elementor-widget elementor-widget-text-editor" data-id="aee7899" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>With over 20 years of experience in entrepreneurship, management, business planning, financial analysis, software engineering, operations, and decision analysis, Brandon has the breadth and depth of experience needed to quickly understand entrepreneurs&#8217; businesses and craft the most suitable solutions.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-aee7c11 elementor-widget elementor-widget-text-editor" data-id="aee7c11" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<blockquote><p>Consulting WP comes up with results that are actually implementable. That is their strength compared to other consulting companies.</p></blockquote>
								</div>
				</div>
				<div class="elementor-element elementor-element-aee7f73 elementor-widget elementor-widget-text-editor" data-id="aee7f73" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Before founding Consulting WP in early 2001, Brandon started two Internet companies in Silicon Valley. Previously, Brandon held various management positions in New York at Simon Brothers, most recently as Vice President in Goldhill Group, focusing on new business development and risk management. He has also worked as a senior financial risk management consultant to the financial services industry; software engineer; advertising sales manager for the popular Caribbean travel guide series; general manager of an advertising and graphic design agency; and engineering intern at the Best Health Coach.</p>
								</div>
				</div>
				<div class="elementor-element elementor-element-aee8360 elementor-widget elementor-widget-vc_custom_heading" data-id="aee8360" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading no_stripe consulting_heading_font  text_align_left" ><h4 style="color: #222222;text-align: left;font-weight:700" class="consulting-custom-title">publications
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-aee8877 elementor-widget elementor-widget-stm_staff_bottom" data-id="aee8877" data-element_type="widget" data-widget_type="stm_staff_bottom.default">
				<div class="elementor-widget-container">
					<div class="staff_bottom_wr consulting_elementor_staff_bottom">
    <div class="staff_bottom">
	<h4 class="no_stripe">contact details</h4>
	<div class="infos">
		<div class="info">
								</div>
				<div class="info">
			<div class="socials">
				<p>Social Profiles</p>
				<ul>
																													</ul>
			</div>
		</div>
	</div>
</div></div>				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-aee8997 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="aee8997" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-aee9074" data-id="aee9074" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-aee95f7 elementor-widget elementor-widget-vc_custom_heading" data-id="aee95f7" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><h4 style="color: #ffffff;text-align: left;font-weight:700" class="consulting-custom-title">feedback form
</h4></div>				</div>
				</div>
				<div class="elementor-element elementor-element-aee991c elementor-widget elementor-widget-text-editor" data-id="aee991c" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="color: #ffffff;">If you&#8217;d like a free consultation, please start by completing the form:</span></p>
								</div>
				</div>
					</div>
		</div>
				<div class="elementor-column elementor-col-75 elementor-top-column elementor-element elementor-element-aee9c90" data-id="aee9c90" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-aeea1f7 elementor-widget elementor-widget-stm_contact_form_7" data-id="aeea1f7" data-element_type="widget" data-widget_type="stm_contact_form_7.default">
				<div class="elementor-widget-container">
					[contact-form-7]						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
					</div>
		</div>
				<div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-aeea316 elementor-hidden-tablet elementor-hidden-phone" data-id="aeea316" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-aeea849 elementor-widget elementor-widget-stm_sidebar" data-id="aeea849" data-element_type="widget" data-widget_type="stm_sidebar.default">
				<div class="elementor-widget-container">
					
<div class="stm_sidebar consulting_elementor_sidebar">

            		<div data-elementor-type="wp-post" data-elementor-id="573" class="elementor elementor-573 elementor-bc-flex-widget">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-4b4f4f3 third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b4f4f3" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b4f99f" data-id="4b4f99f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b4fd6d elementor-widget elementor-widget-vc_custom_heading" data-id="4b4fd6d" data-element_type="widget" data-widget_type="vc_custom_heading.default">
				<div class="elementor-widget-container">
					<div class=" vc_custom_heading  consulting_heading_font  text_align_left" ><div style="font-size: 16px;color: #002e5b;text-align: left;font-weight:700" class="consulting-custom-title">how can we help you?
</div></div>				</div>
				</div>
				<div class="elementor-element elementor-element-4b50083 elementor-widget elementor-widget-text-editor" data-id="4b50083" data-element_type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><span style="font-size: 13px; line-height: 22px; color: #002e5b;">Contact us at the Consulting WP office nearest to you or submit a business inquiry online.</span></p>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b502dd elementor-widget__width-auto elementor-widget elementor-widget-button" data-id="4b502dd" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  ">
					<a class="elementor-button elementor-button-link elementor-size-sm" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-phone-square"></i>			</span>
									<span class="elementor-button-text">contacts</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4b50f9b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4b50f9b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b5148d" data-id="4b5148d" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-4b518d2 elementor-align-left elementor-widget elementor-widget-button" data-id="4b518d2" data-element_type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper icon_align_  button_block">
					<a class="elementor-button elementor-button-link elementor-size-lg" href="#">
						<span class="elementor-button-content-wrapper">
						<span class="elementor-button-icon">
				<i aria-hidden="true" class="fa fa-file-pdf-o"></i>			</span>
									<span class="elementor-button-text">Company presentation</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-4b522bb elementor-widget elementor-widget-stm_testimonials" data-id="4b522bb" data-element_type="widget" data-widget_type="stm_testimonials.default">
				<div class="elementor-widget-container">
					

			<div class="stm_testimonials consulting_elementor_testimonials cols_2 style_1">
							<div class="item">
					<div class="testimonial"><p>Consulting theme is an invaluable partner. Our teams have collaborated to support the growing field of practitioners using collective impact.</p>
</div>
					<div class="testimonial-info clearfix">
						<div class="testimonial-image"></div>
						<div class="testimonial-text">
							<div class="name">Donald Simpson</div>
							<div class="company">
							Chairman, Bluewater Corp							</div>
						</div>
					</div>
				</div>
					</div>
	
					</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		    
</div>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-aeea94d third_bg_color elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="aeea94d" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-aeeaf9b" data-id="aeeaf9b" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-aeeb4c7 elementor-widget elementor-widget-vc_cta" data-id="aeeb4c7" data-element_type="widget" data-widget_type="vc_cta.default">
				<div class="elementor-widget-container">
					
<div class="ce_cta ce_cta_cc377f49730a43930f7f91faeaa3e9d4 ce_text_left third_bg_color add_button_right btn_align_right btn_button_block_ btn_has_icon btn_has_icon_on_the_right" id="">
	<div class="ce_cta__content">
		<div class="ce_cta__content__header">
			<h2  class='ce_cta__content__title '>Looking for a First-Class Business Plan Consultant?</h2>		</div>
			</div>

		<div class="ce_cta__action">
		<a
			href="#"
						target="_self"
			class="button
					">
			<span>get a quote</span>
						<i class="fa fa-chevron-right"></i>
					</a>
	</div>
	</div>
				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://alymicrons.com/staff/kim-su-hao/">Kim Su Hao</a> appeared first on <a href="https://alymicrons.com">Aly Microns LLP | Premium Mineral Supplier</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
