<!DOCTYPE html>
<html lang="en">

<head>

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WWCZJ6D');</script>
<!-- End Google Tag Manager -->

  <meta charset="utf-8">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">

  <title></title>
  <meta content="" name="description">
  <meta content="" name="keywords">

<!-- CSS only -->
	<!--link href="../Freedom_Landing/css/style.css" rel="stylesheet"-->
	<link rel="stylesheet" href="https://info.freedomboatclub.com/assets/css/bootstrap.min.css">
	<link href='https://fonts.googleapis.com/css?family=Muli' rel='stylesheet'>
        <link rel="stylesheet" type="text/css" href="https://info.freedomboatclub.com/assets/js/rangeslider.css">
       <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" >

  <!-- JS File --> 
  <script src="https://info.freedomboatclub.com/assets/js/bootstrap.js"></script>
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
  <script src="https://info.freedomboatclub.com/assets/js/rangeslider.js"></script>
  <script src="https://info.freedomboatclub.com/assets/js/calculator.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script> 
  <!-- Favicons -->
  <!-- <link href="assets/img/favicon.png" rel="icon"> -->
  <!-- <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> -->

	<style>
		*{margin:0px; padding:0px;}
body{font-family: 'Muli'; font-size:16px; color:#202945;}
h1{font-size: 42px; color:#202945;}
h2{font-size: 36px; color:#202945;}
h3{font-size: 30px; color:#202945;}
h4{font-size: 26px; color:#202945;}
h5{font-size: 20px; color:#95785e;}
h6{font-size: 16px; color:#202945;}

.contentform .card-panel{background:#7CA7AD !important; color: #202945 !important; opacity: 1; font-weight: 600; font-size: 16px;}
table td{background:#CFD2D3; }
.rangeslider__handle{ color: #202945;}
.panel-body .form-group{margin:10px 0px;}
.panel-body .form-group label{margin:10px 0px;}
.details-button{display:inline;}
.details-button a{background: #95785E;  color: #fff; border: solid 1px #95785E; border-radius: 0px; font-size: 18px; width: 20%; padding: 5px; margin: 0px; display: flex;
    align-items: center; justify-content: center; text-decoration: none; text-transform: uppercase;}
.rangeslider__handle{font-size:16px;}
/*----------------- Global Css End ----------*/

/*----------------- Header Css Start ------------*/
header{min-height:150px; background:#fff; margin:0px; padding:0px; display:flex !important; align-items:center; justify-content:center;}
.logo-panel{ display:flex ; align-items:center; justify-content:center;}
.logo-panel > .desktop-view{width:100%;}
.mobile-view{display:none;}
/*----------------- Header Css End ------------*/

/*----------------- banner Css Start ------------*/
.banner-bg{margin:0px; padding:0px;}
.banner-section{position:relative; }
.banner-panel{top: 0; left: 0; right: 0;}
.banner-overlay{display:flex; align-items:center;}
.video-section{flex:2; margin:30px;}
.video-section > iframe{width:100%; min-height:350px;}
.registration-section{flex:1; margin:0px 30px;}
.registration-section > .registration-form{ background:#202945; padding:24px 35px;}
.registration-section > .registration-form > h6{color:#fff; line-height: 25px; letter-spacing: 1px; font-weight: 300;}
.registration-section > .registration-form > form{margin:20px 0px;}
.registration-section > .registration-form > form > input{margin:20px 0px; border-radius:0px; padding: 8px;
    height: auto;
    border: solid 1px #fff;}
.registration-section > .registration-form > form > input:focus{box-shadow:none;}
.registration-section > .registration-form > form > select{margin:20px 0px; border-radius:0px; padding: 8px;
    height: auto;
    border: solid 1px #fff;}
.registration-section > .registration-form > form input::placeholder{color:#202945;}
.form-group{margin:10px 0px;}
.form-group > input{border-radius:0px; font-size:16px; font-weight:400;}
.form-group > select{border-radius:0px; font-size:16px;  font-weight:400;}
.form-group > span{color:#fff; font-size:10px; display:block; font-weight:300;}
.form-group > span>span{text-transform:uppercase;}
.presentation-btn{background:#95785e; color:#fff; display:block; width:100%; border:solid 1px #95785e; padding:10px; font-size:16px; text-transform:uppercase; font-weight:500; margin:15px 0px;}
/*----------------- banner Css End ------------*/

/*----------------- Local club Css Start ------------*/
.local-club{padding:0px; margin:0px;}
.local-club-panel{padding:80px 0px;}
.local-club-panel > h1{text-align:center; padding:30px 0px; font-weight:bold;}
.local-club-panel > h5{text-align:center; text-transform:uppercase;color: #95785e; font-weight:600;}
.local-club-panel > .club-city{display:flex; justify-content: center; align-items:center; margin-bottom:20px;}
.local-club-panel > .club-city > p{position:relative; padding:0px 15px; margin:0px;}
.local-club-panel > .club-city > p:after{position:absolute; content:''; background: #202945; height: 60%; width: 2px; top: 7px; right: 0;}
.pra-panel{padding:10px 30px; text-align:justify;}
.local-club-panel > .club-city > p:nth-last-child(1):after{display:none;}
/*----------------- Local club Css End ------------*/


/*----------------- How It Work Css Start ------------*/
.how-work-section{background:#eaebec;}
.how-work-panel{margin:0px; padding:0px;}
.how-work-panel .how-work-column{margin:0px; padding:15px; display:flex; align-items:center; flex-direction:column;}
.how-work-panel .how-work-column > img{width:50%;}
.how-work-panel .how-work-column > p{text-align:center;}
.how-work-panel .how-work-column > h4{text-align:center; font-weight:600;}
/*----------------- How It Work Css End ------------*/


/*----------------- How It Work Css Start ------------*/
.why-choose-section{background:#1f2844; color:#fff;}
.why-choose-panel .local-club-panel > h1{margin:20px 0px; padding:0px; color:#fff;}
/*----------------- How It Work Css End ------------*/


/*----------------- Details Section Css Start ------------*/
.details-section{margin:0px; padding:0px;}
.details-panel{margin:0px; display:flex; align-items:center; justify-content:center;}
.details-panel > .details-content > h4{text-transform:uppercase; font-weight:600;}
.details-panel > .details-content > ul{padding:0px 17px;}
.details-panel > .details-content  .order-changes{padding:0px 0px 0px 100px;}
.details-panel > .details-content  .order-changes > h4{text-transform:uppercase; font-weight:600;}
.details-panel > .details-content  .order-changes > ul{padding-left:35px;}
.details-panel > .details-content,.details-img{flex:1;}
.details-panel > .details-img > img{width:100%;}
/*----------------- Details Section Css End ------------*/

/*----------------- Ownership Section Css Start ------------*/
.ownership-section{background:#eaebec;}
table td{border:3px solid #eaebec; margin:10px;}
.range-price-row{display:flex; flex-direction:row;}
.range-price-column{position:relative;}
/*----------------- Details Section Css End ------------*/

/*----------------- Bottom Section Css Start ------------*/
.bottom-bg{margin:0px; padding:65px 0px;}
.bottom-text{width:60%;}
.bottom-text > h1{margin-bottom:30px;}
.bottom-text > h1,h2{color:#fff;}
.bottom-button-section{background:#7CA7AD; border:solid 1px #7CA7AD; width:100%; color:#fff; font-size:24px; padding:10px; text-transform:uppercase; font-weight:600;
display:block; text-align:center;}
.bottom-button-section:hover{text-decoration:none; color:#fff;}
/*----------------- Bottom Section Css End ------------*/

@media (min-width:991px) and (max-width:1200px){
	.registration-section{margin:0px 20px;}
	.registration-section > .registration-form > h6{line-height:normal;}
	.registration-section > .registration-form{padding:22px 20px;}
	.video-section{margin:24px;}
	.bottom-bg{background-size:cover; padding:0px;}
	.bottom-text{width:100%;}
	.presentation-btn{margin:0px;}
}
@media(max-width:990px){
	.banner-panel{position:relative;}
	.banner-overlay{display:block; padding:10px 0px;}
	.banner-panel{}
	.registration-section{margin:10px 0px;}
	.video-section{margin:0px;}
	.details-panel > .details-content .order-changes{padding-left:20px}
	.details-content > p{margin-right:10px !important; text-align:justify; line-height:22px;}
	.order-changes > p{text-align:justify; line-height:22px;}
	.bottom-bg{background-size:cover; padding:17px;}
	.bottom-text{width:100%;}
	
}
@media(min-width:320px) and (max-width:767px){
	.details-panel{display:flex; flex-direction:column; align-items:start;}
	.details-panel > .details-img{order:1; margin:0px auto;}
	.details-panel > .details-content{order:2; padding:10px 0px;}
	.details-panel > .details-content .order-changes{padding:0px;}
	.details-panel > .details-content .order-changes > ul{padding-left:35px;}
	.local-club-panel > .club-city{display:block;}
	.local-club-panel > .club-city > p{margin:10px 0px; text-align:center;}
	.local-club-panel > .club-city > p::after{border-bottom:solid 2px #202945; background:none; left:0; right:0; margin:10px auto; width: 20px;}
	.desktop-view{display:none;}
	.mobile-view{display:block; width:90%;}
	.bottom-bg{background-size:cover; padding:40px 0px;}
	.bottom-text{width:100%;}
        .details-panel > .details-content > ul{padding-left:35px;}
        .fixed-top{position:relative !important; top:0px !important;}
        .range-price-row{display:flex; flex-direction:column;}
        .range-price-column{order:2}
        .details-button a{width:100%; padding:10px; font-size:22px;}
        .bottom-text > h1{font-size:26px;}
        .bottom-text > h2{font-size:22px;}
        .rangeslider__handle{font-size:15px;}
        .local-club-panel{padding:0px;}
        .registration-section > .registration-form{padding:24px;}
        body{font-size:14px;}
       .pra-panel{padding:10px;}
       .details-panel > .details-content > h4{font-size:21px; font-weight:bold;}
       .details-panel > .details-content  .order-changes > h4{font-size:21px; font-weight:bold;}
}
	</style>
  <!-- custom HEAD code-->



<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KVF8FB7Q82"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-KVF8FB7Q82');
</script>






  
  <!-- end custom HEAD code-->


<style>.grecaptcha-badge { z-index:99999; }</style></head>

<body>

<!-- custom BODY code-->

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WWCZJ6D"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->

<!-- end custom BODY code-->
	<!--- Header Start ----->
		<header>
			<div class="container">
				<div class="logo-panel">
					<img src="https://soimg.azureedge.net/ibank/imb37541.jpg" class="desktop-view" />
					<img src="https://soimg.azureedge.net/ibank/imb27240.png" class="mobile-view" />
				</div>
			</div>
		</header>
	
	<!--- Header End ----->
	
	<!--- banner Start ----->
		<banner>
			<div class="banner-bg" style="background:url('https://soimg.azureedge.net/ibank/imb27238.jpg') no-repeat center center; background-size: cover; ">
				<div class="container">
					<div class="banner-section">
						<div class="banner-panel">
							<div class="banner-overlay">
								<div class="video-section">
									<div style="position:relative;padding-bottom:56.25%;height:0;overflow:hidden;">
  <iframe 
    src="https://www.youtube.com/embed/MoExgzHixtU?autoplay=1&mute=1&playsinline=1"
    title="Lake Life at Trilogy Lake Norman Freedom Boat Club Video"
    frameborder="0"
    allow="autoplay; encrypted-media"
    allowfullscreen
    style="position:absolute;top:0;left:0;width:100%;height:100%;">
  </iframe>
</div>
								</div>
								<div class="registration-section">
									<div class="registration-form">
                                                                                  <h6>To initiate the enrollment process you must submit your contact information<h6>

                                                                                  <form id='i-recatcha' method="post" class="y-form" name="Request Information" action="https://post.salesoptima.com/wcmpost.aspx">
  <div class="g-recaptcha" 
       data-sitekey="6LfqOqAUAAAAANrSJEIFBRfy3WNIYfNMlV995CiY"
       data-size="invisible"
      data-callback="formSubmit">
    </div>
<input type="text" name="txtFirstName" placeholder="First Name" class="form-control" required />
<input type="text" name="txtLastName" placeholder="Last Name" class="form-control" required />
<input type="email" name="txtEmail" placeholder="Email" class="form-control" required />
<input type="tel" name="txtMobile" placeholder="Mobile Number" class="form-control" pattern="^([0-9]( |-)?)?(\(?[0-9]{3}\)?|[0-9]{3})( |-)?([0-9]{3}( |-)?[0-9]{4}|[a-zA-Z0-9]{7})$" title="Phone Number (Format: 999-999-9999)" required />
<div style='padding-bottom:10px;'>
<select class="form-control mb-7" name="LinkCode" id="LinkCode" required>
<option value="">-Select Location-</option>
<option value="ROMGHPLGFFOMYJQPAL8GXDNHBFCN">Lake Norman - Trilogy</option>
</select></div>
<textarea name="txtComments" placeholder="Please enter your Trilogy neighborhood street address to verify membership eligibility." class="form-control"></textarea>
<input type="hidden" name="txtAddTag" value="info.fbc-extension" />
<input type="hidden" name="txtClass1" value="22401" />
<input type="hidden" name="txtClass2" value="19871" />
<input type="hidden" name="txtClass4" value="10185" />
<input type="hidden" name="txtClass7" value="3511" />
<input type="hidden" name="txtCustom11" value="" />
<input type="hidden" name="txtCustom12" value="216.73.217.103" />
<input type="hidden" name="txtCustom14" value="" />
<input type="hidden" name="txtCustom18" value="" />
<input type="hidden" name="txtCustom19" value="" />
<input type="hidden" name="txtCity" value="" />
<input type="hidden" name="txtState" value="" />
<input type="hidden" name="txtZip" value="" />
<input type="hidden" name="txtMetric1Title" value="Origin" />
<input type="hidden" name="txtMetric1Value" value="SalesOptima Lead Gen" />
<input type="hidden" name="txtMetric2Title" value="Ad Account" />
<input type="hidden" name="txtMetric2Value" value="" />
<input type="hidden" name="txtMetric3Title" value="IP" />
<input type="hidden" name="txtMetric3Value" value="216.73.217.103" />
<input type="hidden" name="txtMetric4Title" value="Referral URL" />
<input type="hidden" name="txtMetric4Value" value="" />
<input type="hidden" name="txtMetric5Title" value="Lead Source" />
<input type="hidden" name="txtMetric5Value" value="" />
<input type="hidden" name="txtMetric6Title" value="Campaign" />
<input type="hidden" name="txtMetric6Value" value="" />
<input type="hidden" name="txtMetric7Title" value="Ad Group" />
<input type="hidden" name="txtMetric7Value" value="" />
<input type="hidden" name="txtMetric8Title" value="Term" />
<input type="hidden" name="txtMetric8Value" value="" />
<input type="hidden" name="txtMetric9Title" value="GCLID" />
<input type="hidden" name="txtMetric9Value" value="" />
<input type="hidden" name="txtMetric10Title" value="Ad Type" />
<input type="hidden" name="txtMetric10Value" value="" />
<input type="hidden" name="txtMetric11Title" value="Conversion Source" />
<input type="hidden" name="txtMetric11Value" value="" />
<input type="hidden" name="txtMetric12Title" value="Ad Channel" />
<input type="hidden" name="txtMetric12Value" value="3511" />
<input type="hidden" name="txtMetric13Title" value="FBCLID" />
<input type="hidden" name="txtMetric13Value" value="" />
<input type="hidden" name="txtContactNewProcID" value="26198" />
<input type="hidden" name="txtContactSettings" value="3" />
<input type="hidden" name="txtContactOverWrite" value="0" />
<input type="hidden" name="txtContactDupProcID" value="26021" />
<input type="hidden" name="txtIgnoreWebFormProcID" value="1" />
<input type="hidden" name="txtFBCLookupClass5" value="1" />
<input type="hidden" name="RedirectURL" value="https://info.freedomboatclub.com/dp/lakenormansp/?cid=PH_ContactID" />
<span style="font-size:11px; color:#fff;">Valid Address <span>Required</span> to get info</span>
<button class="presentation-btn" type="submit">Let's Get Started!</button>								
<input name='txtCheckToken' type='hidden' value='pykkjgxjdlgjgkkjgpepe' /></form>	
                                                                                  <div>
                                                                                      	
                                                                                    </div>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
		</banner>	
	<!--- banner End ----->
	
	<!--- Local club Section Start ----->
	<section class="local-club">
		<div class="container">
			<div class="local-club-panel">
                                  <h1>Welcome to Freedom Boat Club's Trilogy Amenity Program</h1>
				<h5>There are just 3 Simple Steps for you to complete before we can activate your membership so that you can start living your life on the lake!</h5>
				
				<div class="club-city">
					<p>1. Submit Your Info</p>
					<p>2. Complete NASBLA Course and Local New Member Orientation</p>
                                        <p>3. Pass the On-The-Water Test</p>
				</div>
				<div class="row">
					<div class="col-lg-12 col-sm-12">
						<p class="pra-panel">
							To initiate the enrollment process you must submit your contact information above.  Note: this step must be done for each member of your household if they wish to be included on the membership agreement. Only those members listed on the membership agreement can go through our New Member Orientation and On-the-Water Training. Be sure to include your Trilogy neighborhood street address.  Please allow up to 48 hours for us to verify your information. We will then email you a link to complete the Freedom Boat Club Trilogy Membership Agreement. Once your Membership Agreement is finalized you will receive a Welcome Email with instructions to upload your NASBLA Approved Boaters Safety Card/Certificate. We are required to have a record of your NASBLA Approved Boater Safety card/certificate on file before we can proceed to the next step. If you need to get started on completing the Boater Safety Course you can do so for FREE through BoatUS: https://www.boatus.org/northcarolina/

						</p>	
					</div>
				</div>				
			</div>
		</div>
	</section>
	<!--- Local club Section End ----->
	
	<!--- how it work Section Start ----->
	<section class="how-work-section">
	<div class="container">		
		<div class="row">
			<div class="how-work-panel">
				<div class="local-club-panel">
					<h1>How it works</h1>					
					<div class="col-lg-3 col-sm-12">
						<div class="how-work-column">
							<img src="https://soimg.azureedge.net/ibank/imb27233.png" />
								<h4>Hassle Free</h4>
								<p class="">We take care of all cleaning, maintenance, storage, and insurance 
								for the high-quality boats in our fleets. Your only responsibility? Having fun on the water.</p>	
</div>
					</div>
					<div class="col-lg-3 col-sm-12">
						<div class="how-work-column">
								<img src="https://soimg.azureedge.net/ibank/imb27234.png" />
								<h4>Online Orientation</h4>
								<p class="">Once you complete your membership agreement you can immediately begin our intuitive online New Member Orientation program</p>	
							</div>
					</div>
					<div class="col-lg-3 col-sm-12">
						<div class="how-work-column">
								<img src="https://soimg.azureedge.net/ibank/imb27235.png" />
								<h4>Unlimited Training</h4>
								<p class="">Safety is our top priority. This is why we provide you with unlimited training from US Coast Guard certified captains.</p>	
							</div>
					</div>
					<div class="col-lg-3 col-sm-12">
						<div class="how-work-column">
								<img src="https://soimg.azureedge.net/ibank/imb27236.png" />
								<h4>Adventure Awaits</h4>
								<p class="">Whether you're into skiing, fishing, or socializing, we have the type of boat you need. Simply make your choice, and use our easy booking system.</p>	
							</div>
					</div>                                             
				</div>
			</div>
		</div>
	</div>
</section>
	<!--- how it work Section End ----->
	
	<!--- Why Choode Freedon Section Start ----->
	<section class="why-choose-section">
		<div class="container">
			<div class="why-choose-panel">
				<div class="local-club-panel">
					<h1>Why Choose Freedom Boat Club?</h1>
					<div class="row">
						<div class="col-lg-12 col-sm-12">
							<p class="pra-panel">
								Freedom Boat Club - the world's largest members-only boat club, was founded in 1989 in Sarasota,
								Florida. Today the clubs' 385+ locations welcome hundreds of members to it's docks each day to
								enjoy life on the water while we take care of the rest. Including fueling, cleaning, maintenance, and more.
							</p>	
						</div>
					</div>
				</div>
			</div>
		</div>
	</section>
	<!--- Why Choode Freedon Section End ----->
	
	<!--- Details Section Start ----->
	<section class="details-section">
		<div class="container">
			<div class="details-panel">
				<div class="details-content">
					<h4>Dream Boating Made Affordable</h4>
					<ul>
						<li>Free, unlimited training</li>
   <li>Access to dozens of local boats</li>
						<li>Access to 385+ locations in the US, Canada, Europe and Australia</li>
					</ul>
				</div>
				<div class="details-img">
					
                                        <img src="https://soimg.azureedge.net/ibank/imb37143.png" />
				</div>
			</div>
			
			<div class="details-panel">
				<div class="details-img">                                        
                                       <img src="https://soimg.azureedge.net/ibank/imb37142.png" />			
				</div>
				<div class="details-content">
					<div class="order-changes">
                                                <h4>discover different boats</h4>
						<p>
							Whether you're exploring a bay, river or harbor, we have the perfect boat for you.
							Our well-maintained fleet lets you choose the boat you want for any adventure.
						</p>
						<ul>
							<li>Bowriders</li>
							<li>Pontoons and tritoons</li>
							<li>Fishing boats</li>
							<li>Deck boats</li>
							<li>Wake boats</li>
						</ul>
					</div>
				</div>
			</div>
			
			<div class="details-panel">
				<div class="details-content">
                                       <h4>explore new activities</h4>
					<p style="margin-right:100px;">
						With a variety of boats in our fleet, you can find the perfect 
						activity for your day on the water with family and friends.
					</p>
					<ul>
						<li>Dock N Dine</li>
						<li>Fish</li>
						<li>Cruise</li>
						<li>Explore</li>
					</ul>													
				</div>
				<div class="details-img">
					<img src="https://soimg.azureedge.net/ibank/imb37144.png" />
				</div>
			</div>
		</div>
	</section>
	<!--- Details Section End ----->
	
	<!--- Ownership Section Start ----->
	<section class="ownership-section">
		<div class="container">
			<div class="how-work-panel">
				<div class="local-club-panel">
                                        					
					<div class="row">
						<div class="col-lg-12 col-sm-12">
                                                        			
						</div>						
					</div>

                                        <div class="contentform bootstrap total-calculator">
	                                       <div class="row range-price-row">
		                                     <div class="col-sm-9 range-price-column">
			                                     
		                                     </div>

		                                     <div class="col-sm-3">
			                                      
		                                    </div>
	                                     </div>
                                       </div>
				</div>
			</div>
		</div>
	</section>
	<!--- Ownership Section End ----->
	
	<!--- Bottom Section Start ----->
		<section>
			<div class="bottom-bg"  style="background:url('https://soimg.azureedge.net/ibank/imb27232.jpg') no-repeat center center; background-size: cover;">
				<div class="container">
					<div class="bottom-section">
						<div class="bottom-text">
							<h1>We’ve helped thousands experience the joys of boating in a simple, affordable way!</h1>
						</div>
					</div>
				</div>
			</div>
		</section>	
	<!--- Bottom Section End ----->
	
	<!--- Bottom Button Start ----->
		<section>
                      
		</section>	
	<!--- Bottom Button End ----->
	

  <script>
  $(document).ready(function() {
  	$("#i-recatcha").submit(function (event) {
  		grecaptcha.execute();
  
  		return false;
  	});
  
  	var first = true;
  	$("form,form input,form textarea,form button,form select").focus(function() {
  		if (!first) return;
  		first = false;
  
  		$.getScript("https://www.google.com/recaptcha/api.js");
  	});
  });
  
  function formSubmit(response) {
  	//submit the form which now includes a g-recaptcha-response input
  	$("#i-recatcha").unbind().submit();
  }
  </script></body>

</html>