<!DOCTYPE html>
<html lang="en">
	<head>
	<!-- Website ©copyright Success Resources America  -->
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="">
    <meta name="author" content="">

    <title>Success Resources America</title>
	
	
	<meta name="robots" content="index, follow">
	<meta name="description" content="North America's largest personal and business development company. We've helped change the lives of more than 1.5 million people from 104 countries and we can help you live the life you've always dreamed of living.">
	<meta name="keywords" content="personal development, millionaire mind">

    <!-- Bootstrap Core CSS -->
    <link href="css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom CSS -->
    <link href="css/main.css" rel="stylesheet">
    <link href="css/form.css" rel="stylesheet">
	
    <!-- Essential stylesheets -->
	<link rel="stylesheet" href="css/loader.css">
	<link rel="stylesheet" href="css/lib/font-awesome.min.css">
	<link rel="stylesheet" href="css/lib/magnific-popup.css">
	<link rel="stylesheet" href="css/lib/jquery.bxslider.css">
    <!-- Custom Fonts -->
    <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
    <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
    <link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
	
	<!-- Favicon -->
	<link rel="shortcut icon" href="favicon.ico">
	
	<!--[if lt IE 9]>
	<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
	<![endif]-->
    
	<script src="js/lib/modernizr.js"></script>
	<script src="js/lib/jquery.min.js"></script>
	<script src="js/lib/jquery.fittext.js"></script>
	<script src="js/lib/jquery.magnific-popup.min.js"></script>
	<script src="js/lib/jquery.bxslider.min.js"></script>
    
<!-- GA -->
    <script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-92768748-1', 'auto');
  ga('send', 'pageview');

    </script>
<!-- // GA -->
	
</head>

<body id="page-top" class="index">


<div id="home" class="home-wrap-short" style="max-width: 100%; height: auto;">
		<ul class="bxslider" id="home-short-fader">

						            <!-- Slide 0
			<li>
                <div class="">
                            <a href="https://nacconference.com/10x-grant-cardone/">
                            <img style="max-width: 100%;" src="/images/header-sra-gc.jpg">
                            </a>
                </div>
			</li> -->
			
						            <!-- Slide 1 -->
			<li>
                <div class="">
                            <a href="https://successresourcesamerica.com/event-calendar">
                            <img style="max-width: 100%;" src="/images/header-sra-new.jpg">
                            </a>
                </div>
			</li>
			
									<!-- Slide 2 
			<li>
                <div class="">
                            <a href="https://successresourcesamerica.com/crypto-2">
                            <img style="max-width: 100%;" src="/images/cryptocurrency-header-main.jpg">
                            </a>
                </div>
			</li> -->
			
									<!-- Slide 3 -->
			<li>
                <div class="">
                            <img style="max-width: 100%;" src="/images/header-social-new.jpg">
                </div>
			</li>
			
									<!-- Slide 4 -->
			<li>
                <div class="">
                            <a href="https://successresourcesamerica.com/millionaire-mind-intensive">
                            <img style="max-width: 100%;" src="/images/header-mmi-new.jpg">
                            </a>
                </div>
			</li>
			
		</ul>
</div>

    
	<!-- Navigation -->
	<div class="main-menu fixedmenu">
		<div class="menu-wrap">
			<!-- The menu toggle -->
			<input type="checkbox" id="toggle" />
			<label for="toggle" class="toggle"></label>
			<!-- Menu items -->
			<ul class="menu">
			            <li><a href="/event-calendar">events</a></li>
				        <li><a href="/camps">camps</a></li>
                		<li><a href="/courses">courses</a></li>
                		<!-- <li><a href="/coaching">coaching</a></li> -->
                		<li><a href="#aboutus">about</a></li>
                		<li><a href="#contact">contact</a></li>
			</ul>
		</div>
	</div>
    
    <!-- Smooth scroll script -->
	<script type="text/javascript">
$(document).ready(function () {
    $(document).on("scroll", onScroll);
    
    //smoothscroll
    $('a[href^="#"]').on('click', function (e) {
        e.preventDefault();
        $(document).off("scroll");
        
        $('a').each(function () {
            $(this).removeClass('active');
        })
        $(this).addClass('active');
      
        var target = this.hash,
            menu = target;
        $target = $(target);
        $('html, body').stop().animate({
            'scrollTop': $target.offset().top+2
        }, 500, 'swing', function () {
            window.location.hash = target;
            $(document).on("scroll", onScroll);
        });
    });
});

function onScroll(event){
    var scrollPos = $(document).scrollTop();
    $('.menu-wrap a').each(function () {
        var currLink = $(this);
        var refElement = $(currLink.attr("href"));
        if (refElement.position().top <= scrollPos && refElement.position().top + refElement.height() > scrollPos) {
            $('.menu-wrap ul li a').removeClass("active");
            currLink.addClass("active");
        }
        else{
            currLink.removeClass("active");
        }
    });
	
	
}
</script>
	<!-- //Smooth scroll script -->

	<!-- Introduction text -->
	<section id="introduction" class="introduction">
    	<div class="container">
			<div class="row">
				<div class="text-center col-lg-8 col-lg-offset-2">
					<div class="title">
					<h1>Success Resources is North America’s largest and most successful events promoter</h1>
					<hr>
				</div>
			<!--	<p class="big thin">We've helped change the lives of more than 1.5 million people from 104 countries and we can help you live the life you've always dreamed of living</p> -->

                </div>
			</div>
        </div>
	</section>

    <!-- UPCOMING EVENTS SECTION -->
	<section id="upcomingevents" class="upcoming-events">
    	<div class="container">
		<div class="row">
			<div class="col-lg-10 col-lg-offset-1 text-centermargin-bottom">	
			
				<div class="title">
					<h1>Events</h1>
					<hr>
				</div>
			</div>
		</div>
        
		<div class="row margin equal">

            <!-- Portfolio thumb 1 -->
			<div class="col-sm-4 col-md-4 col-lg-4">
				<div class="portfolio-thumb">
					<a href="https://nacconference.com/" target="_blank">
						<img src="images/event-sq-3.jpg" alt="placeholder-thumbnail" class="img-responsive">
						<i class="fa fa-star"></i>
						<b>National Achievers Congress</b>
						<em>Upcoming Venues</em>
					</a>
				</div>
			</div>
			
            <!-- Portfolio thumb 2 -->
			<div class="col-sm-4 col-md-4 col-lg-4">
				<div class="portfolio-thumb">
					<a href="https://millionairemindintensive.com" target="_blank">
						<img src="images/event-sq-1.jpg" alt="placeholder-thumbnail" class="img-responsive">
						<i class="fa fa-star"></i>
						<b>Millionaire Mind Intensive</b>
						<em>Upcoming Venues</em>
					</a>
				</div>
			</div>
	   <!-- Portfolio thumb 3 -->
			<div class="col-sm-4 col-md-4 col-lg-4">
				<div class="portfolio-thumb">
					<a href="/event-calendar" target="_blank">
						<img src="images/event-sq-2.jpg" alt="placeholder-thumbnail" class="img-responsive">
						<i class="fa fa-star"></i>
						<b>Courses & Camps</b>
						<em>Upcoming Venues</em>
					</a>
				</div>
			</div>
            

		</div>
	</section>
    <!-- //UPCOMING EVENTS SECTION -->
 
    <!-- ABOUT US SECTION -->
	<section id="aboutus" class="about-us">
    	<div class="container">
        	<!-- Intro text -->
			<div class="row">
				<div class="col-md-8 col-md-offset-2 col-lg-8 col-lg-offset-2">
            		<div class="title"><br><br>
					<h1>About Us</h1>
					<hr>
					</div>
					<p class="text-center">Success Resources America exists to support individuals, enterprises and organization through education and North America's largest personal and business development company. We are committed to helping people identify and breakthrough the hidden challenges that hold them back from reaching their full potential in their relationships, finances, health, fulfillment and so much more.</p>
<p class="text-center">
By utilizing high-impact, world class breakthrough processes, as well as our technology for rewiring the brain and creating a new mindset, our participants experience both immediate and long term shifts that include higher incomes, greater net worth, more fulfilling relationships, authentic personal power and a greater sense of inner peace.</p>
					
        <!-- <p class="text-center"><br><br>
         Want to get in to the nitty gritty?<br>
         <div class="padding"></div>
         <a class="btn-standard" href="http://www.srglobal.com/" target="_blank">NO PROBLEM</a></p> -->
			</div>
		</div>
        </div>		
	</section>
    <!-- //ABOUT US SECTION -->
    
    <!-- CONTACT FORM -->
	<section class="form flex-center" id="contact">
		<div class="header small">
			<div class="header-center">
				<div class="centerdiv title">
					<h1 class="text-color">Contact</h1>
                    <p class="center text-white">For more information on our events or products in North America, please phone us: <a href="tel:+18888688883"><strong> 888 868 8883</strong></a></p>
<hr>
<div class="padding"></div>
<p class="center">Success Resources America<br>
                	 <strong>TOLL FREE</strong><a href="tel:+18888688883"> 888 868 8883</a><br>
                5950 La Place Court, Suite 101 Carlsbad, CA 92008</p>
                <p><a href="mailto:support.us@srglobal.com">support.us@srglobal.com</a></p>
				</div>
				<img src="img/cc-logo.png" width="200px;" class="img-responsive">
			</div>
		</div>
	</section>
 
    
	<!-- FOOTER -->
	<footer >
		<div class="container">
    	<div class="row">
        	<div class="col-lg-10 col-lg-offset-1"><br>
            <p class="footer-logo"><span></span></p>
            </div>
        </div>
        
		<div class="row" id="social-aboutuswrap">
        	
        	<div class="col-sm-2 col-sm-offset-1 col-md-2 col-md-offset-1 col-lg-2 col-lg-offset-1">
            <div class="aboutus">
            	<div id="attendees"></div>
        		<span class="sub"><strong>10M</strong><br>
            	Attendees</span>
            </div>
        	</div>
            
        	<div class="col-sm-2 col-md-2 col-lg-2">
            	<div class="aboutus">
            		<div id="events"></div>
        			<span class="sub"><strong>500</strong><br>
            		Events Per Year</span>
                </div>    
        	</div>
            
            <div class="col-sm-2 col-md-2 col-lg-2">
            <div class="aboutus">
            	<div id="represented"></div>
        		<span class="sub"><strong>35</strong><br>
            	Countries Represented</span>
            </div>
            
        	</div>
            
            <div class="col-sm-2 col-md-2 col-lg-2">
            <div class="aboutus">
            	<div id="footage"></div>
        		<span class="sub"><strong>104</strong><br>
            	Years of Footage Viewed</span>
            </div>
            
        	</div>
            
            <div class="col-sm-2 col-md-2 col-lg-2 ">
            <div class="aboutus">
            	<div id="promoter"></div>
        		<span class="sub"><strong>#1</strong><br>
            	Seminar Promoter in the World</span>
            </div>
         	</div>
            
        </div>
    </div>
    
    <div class="row">
    
    	<div class="footer-divider row flex-center"></div>
    </div>
    
   <div class="container">
   		<div class="row">
        	<div class="col-lg-8 col-lg-offset-2">
            	<div class="row">
        			<div class="col-lg-12 flex-center">	
            			<div class="social-buttons">
            	<a href="https://facebook.com/SuccessResourcesUS/" target="_blank"><div id="facebook"></div></a>
            </div>
            
            			<div class="social-buttons">
            	<a href="https://www.linkedin.com/company/successresourcesamerica" target="_blank"><div id="linkedin"></div></a>
            </div>
            
            			<div class="social-buttons">
            		<a href="https://twitter.com/srasuccess" target="_blank"><div id="twitter"></div>
                    </a>
                </div>    
                
            			<!-- <div class="social-buttons">
            	<a href="https://www.pinterest.com/srseminars/" target="_blank"><div id="pinterest"></div></a>
            </div>
            
            			<div class="social-buttons">
            	<a href="https://plus.google.com/u/0/109373804723428662004/posts" target="_blank"><div id="googleplus"></div></a>
            </div>
            
            			<div class="social-buttons">
            	<a href="https://www.youtube.com/newpeaks?sub_confirmation=1" target="_blank"><div id="youtube"></div></a>
            </div>   -->
            
            			<div class="social-buttons">
            	<a href="https://www.instagram.com/srasuccess" target="_blank"><div id="instagram"></div></a>
            </div>
            		</div>
                </div>    
            </div>        
        </div>  
    </div>
    
   <div class="fullwidth base">
    	<div class="container">
            
            <div class="row">
            	<div class="col-md-4 col-lg-4 copyright">
                    <span>Copyright &copy; 2019 Success Resources America<br>5950 La Place Court, Suite 101 Carlsbad, CA 92008 </span>
                </div>
            	<div class="col-md-8 col-lg-8 privacypolicy">
                <a href="/privacypolicy" target="_blank">Privacy Policy</a>  
                <a href="/terms" target="_blank">Terms of Use</a> 
                <a href="/terms-conditions" target="_blank">Terms & Conditions</a> 
                <a href="/antispam" target="_blank">Anti-Spam Policy</a>
                <a href="/disclaimer" target="_blank">Disclaimer</a>
                </div>
            </div>
        </div>
    </div>
    
</footer>
    
    

<!--********************* MODAL SCRIPTS *********************-->
	
	<!-- Basic functions -->
	<script src="js/main.js"></script>
    
	<script src="js/topslider.js"></script>

    <!-- Custom Theme JavaScript -->
    <script src="js/nav.js"></script>

	<script src="js/lib/modernizr.js"></script>
	
	<script src="js/lib/jquery.min.js"></script>
	<script src="js/lib/jquery.fittext.js"></script>
	<script src="js/lib/jquery.bxslider.min.js"></script>
    
    <script src="js/lib/jquery.sticky.js"></script>
	<script src="js/lib/jquery.equal.js"></script>
	
	<!-- Scripts for the slider -->
	<script src="js/lib/jquery.touchswipe.min.js"></script>
	<script src="js/lib/jquery.caroufredsel.min.js"></script>
	<script src="js/services-slider.js"></script>
    


    <!-- Bootstrap Core JavaScript -->
    <script src="js/bootstrap.min.js"></script>

    
	<!-- Website ©copyright Success Resources America  -->
</body>

</html>
