<?php

/**

 * Template Name: IOS Landing Page

 *

 * A custom page template without sidebar.

 *

 * The "Template Name:" bit above allows this to be selectable

 * from a dropdown menu on the edit page screen.

 *

 * @package WordPress

 * @subpackage Twenty_Ten

 * @since Twenty Ten 1.0

 */



$filespath = get_template_directory_uri();



session_start();

 



if(!isset($_REQUEST['sendmessage']) && !isset($_REQUEST['onlyqotation'])){



$digit1 = mt_rand(1,5);

$digit2 = mt_rand(5,10);

//if( mt_rand(0,1) === 1 ) {

    $math = "$digit1 + $digit2";

    $_SESSION['answer'] = $digit1 + $digit2;

//} else {

//    $math = "$digit1 - $digit2";

//    $_SESSION['answer'] = $digit1 - $digit2;

//}



}

else

{

      

if(isset($_REQUEST['sendmessage']))

{

  if (isset($_POST['uname']) && $_POST['uname'] != "" && isset($_POST['uemail']) && $_POST['uemail'] != "" && isset($_POST['uphone']) && $_POST['uphone'] != "" && isset($_POST['message']) && $_POST['message'] != ""  && isset($_POST['securitycode']) && $_POST['securitycode'] != "" ) {

  

if($_SESSION['answer'] == $_POST['securitycode'])  

{



 	$ipaddress = get_client_ip();





 	$to = 'danish.172@gmail.com';

$subject = 'Indigo Icon (Landing Page)';

$body = '<h1>'.$_POST['uname'].' sent a quotation,</h1><br>Email : '.$_POST['uemail'].' <br> Phone : '.$_POST['uphone'].' <br> IP Address : '.$ipaddress.' <br>  <br> Message : '.$_POST['message'];

$headers[] = 'Content-Type: text/html; charset=UTF-8';

 

 $headers[] = 'From: Indigo Icon <no-reply@indigoicon.com>';



 //$headers[] = 'Cc: John Q Codex <jqc@wordpress.org>';

//$headers[] = 'Cc: iluvwp@wordpress.org'; 

 

 

  wp_mail( $to, $subject, $body, $headers );



 

global $wpdb;

	

	

	$wpdb->insert('leads', array(

    'uname' => $_POST['uname'],

    'uemail' => $_POST['uemail'],

    'uphone' => $_POST['uphone'],  

    'umessage' => "(Message From IOS Landing Page) ".$_POST['message'],  

    'userIP' => $ipaddress,  

    'add_date' => date('m-d-Y, h:i:s') ,

	'ubudget' => '-'   

));

 

 wp_redirect( "http://indigoicon.com/thankyou-mobile-app-development" );

 exit;

?>

<?php



$answer_error = 1;

}

else

{

$answer_error = "Answer is not matched";

}  



}

else

{

$answer_error = "Please Fill All Required Fields.";

}

//$name_error email_error phone_error budget_error

	//print_r($_REQUEST);







$digit1 = mt_rand(1,5);

$digit2 = mt_rand(5,10);

//if( mt_rand(0,1) === 1 ) {

    $math = "$digit1 + $digit2";

    $_SESSION['answer'] = $digit1 + $digit2;

//} else {

//    $math = "$digit1 - $digit2";

//    $_SESSION['answer'] = $digit1 - $digit2;

//}







}



      

if(isset($_REQUEST['onlyqotation']))

{

  if (isset($_POST['oname']) && $_POST['oname'] != "" && isset($_POST['oemail']) && $_POST['oemail'] != "" && isset($_POST['ophone']) && $_POST['ophone'] != "" && isset($_POST['omessage']) && $_POST['omessage'] != ""  && isset($_POST['osecuritycode']) && $_POST['osecuritycode'] != "" ) {

  

if($_SESSION['answer'] == $_POST['osecuritycode'])  

{



 	$ipaddress = get_client_ip();





 	$to = 'danish.172@gmail.com';

$subject = 'Indigo Icon (Landing Page Only Quotation)';

$body = '<h1>'.$_POST['oname'].' sent a quotation,</h1><br>Email : '.$_POST['oemail'].' <br> Phone : '.$_POST['ophone'].' <br> IP Address : '.$ipaddress.'  <br>Message : (Message From IOS Landing Page) '.$_POST['omessage'];

$headers[] = 'Content-Type: text/html; charset=UTF-8';

 

 $headers[] = 'From: Indigo Icon <no-reply@indigoicon.com>';



 //$headers[] = 'Cc: John Q Codex <jqc@wordpress.org>';

//$headers[] = 'Cc: iluvwp@wordpress.org'; 

 

 

 wp_mail( $to, $subject, $body, $headers );



 

global $wpdb;

	

	

	$wpdb->insert('leads', array(

    'uname' => $_POST['oname'],

    'uemail' => $_POST['oemail'],

    'uphone' => $_POST['ophone'],  

    'umessage' => "(Message From IOS Landing Page) ".$_POST['omessage'],  

    'userIP' => $ipaddress,  

    'add_date' => date('m-d-Y, h:i:s') ,

	'ubudget' => 'Its only Quotation'  

));

 

 wp_redirect( "http://indigoicon.com/thankyou-mobile-app-development" );

 exit;

?>

<?php



$answer_error_onluq = 1;

}

else

{

$answer_error_onluq = "Answer is not matched";

}  



}

else

{

$answer_error_onluq = "Please Fill All Required Fields.";

}

//$name_error email_error phone_error budget_error

	//print_r($_REQUEST);







$digit1 = mt_rand(1,5);

$digit2 = mt_rand(5,10);

//if( mt_rand(0,1) === 1 ) {

    $math = "$digit1 + $digit2";

    $_SESSION['answer'] = $digit1 + $digit2;

//} else {

//    $math = "$digit1 - $digit2";

//    $_SESSION['answer'] = $digit1 - $digit2;

//}







}





}











?>

    



      

 <!DOCTYPE html>

 <html lang="en">

 <head>



<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

 <meta charset="utf-8" />

 <meta name="viewport" content="width=device-width, initial-scale=1" />

 <title>iPhone App Design Indigo Icon </title>

 

 <link href='<?=$filespath?>/landingpageios/assets/css/font-awesome.min.css'  rel='stylesheet' />

 <link href='<?=$filespath?>/landingpageios/assets/css/css_2.css' rel='stylesheet' type='text/css' />

 <link href='<?=$filespath?>/landingpageios/assets/css/css_1.css' rel='stylesheet' type='text/css' />



 <link rel="stylesheet" href="<?=$filespath?>/landingpageios/assets/css/bootstrap.min.css" />



 

 <link rel="stylesheet" href="<?=$filespath?>/landingpageios/assets/font-awesome/css/font-awesome.css">

 

 <link rel="stylesheet" href="<?=$filespath?>/landingpageios/assets/css/bootstrap-theme.min.css" />

 

 <link rel="stylesheet" type="text/css" href="<?=$filespath?>/landingpageios/assets/css/style.css" />

 <!--[if lt IE 9]>

<script src="/<?=$filespath?>/landingpageios/assets/js/html5.js"></script>

<![endif]-->

 <style type="text/css"> 

 .button  {

     width:  150px;

     padding:  10px;

     background-color:  #FF8C00;

     box-shadow:  -8px 8px 10px 3px rgba(0, 0, 0, 0.2);

     font-weight: bold;

     text-decoration: none;

 }

 #cover {

     position:fixed;

     top: 0;

     left: 0;

     background-COLOR: #FFF;

     z-index: 2347483647 !important;

     width: 100%;

     height: 100%;

     display: none;

	 

	 

 }

 #freequote  {

    z-index: 2447483647 !important;

     display: none;

	 position:fixed;

	  top: 0;

     left: 0;

	  width: 100%;

	  height: 100%;

	background: #FFF;

	overflow:auto;

 }

 #freequote:target,  #freequote:target + #cover {

     display: block;

     opacity: 2;

 }

 .cancel  {

	float:right;

	padding:5px;

 }

 .PopUpform{

	 overflow:scroll;

	 display:table;

 }

 

 .home-nav-main .headercta	{width:405px;}


 

 

 </style>

 <style>

#stick-circus .LeftClass .slidersPhone .cycleslideshow.TabClassPos {padding: 45px 50px 0 12px;}

</style>











 </head><body class="gameappdevelopment">

 <header>



 

 <a href="#_" data-toggle="modal" id="thanksmsg" data-target=".bs-example-modal-lg" style="display:none">thanks</a>

 <a href="#_" data-toggle="modal" id="thanksmsgonlyquotation" data-target=".bs-example-modal-sl" style="display:none">thanksmsgonlyquotation</a>

 
 <div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
  <div class="modal-dialog modal-lg" role="document">
    <div class="modal-content">
      <div id="thankswithbudget"></div>
    </div>
  </div>
</div>

<div class="modal fade bs-example-modal-sl" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
  <div class="modal-dialog modal-lg" role="document">
    <div class="modal-content">
      <div id="thankswithoutbudget"></div>
    </div>
  </div>
</div>

   <div class="home-nav">

  	 <div class="container">

		 <div class="home-nav-main">

		   <div class="logo"><a href="#"></a></div>

		   <div class="headercta">

	

			 <ul>

			   <li>(832)-426-3656 </li>

			  <!--<li><a href="#chat" onclick="toggleChat()">Live Chat</a></li>-->

			   <li class="last"><a href="#_"  data-toggle="modal" data-target="#exampleModal" class="PopupFormBtns PopupFormBtns2">GET FREE QUOTE </a></li>

			 </ul>

		   </div>

		   <!-- #headercta -->

		 </div>

	 </div>

   </div>   <!-- homepage banners end -->  

  

   <div class="AllHeadBanners iosbanner center-content-wrap">

	 <div class="container">

		 <div class="HomeHeadingInfo center-content">

		   <h3 style=""><span class="top">Revolutionize your online presence</span><br>

		   <span class="center">with our <strong>Mobile App Development</strong> & </span> <br>

Web Development services</h3>

		   <div class="divider"></div>

		   <p>Our strategies create amazing user experiences, provide solutions to how your<br>

			business operates in local & international online markets, and enhance interaction<br>

of your customers with your brand</p>

		 </div>

		 <div class="WidthBannerBtn2 center-head-btn">  <a href="#_"  data-toggle="modal" data-target="#exampleModal" class="PopupFormBtns RedBtn" >Get Started </a>  </div>

	 </div>

   </div>

   <!-- #AllHeadBanners -->

 </header>


<div class="iosApplicationpageClass apps_new">

   <div class="container">

     <h3 class="heading" style="text-transform:none;">Making Successful Mobile Apps for Android, iOS, and iPad</h3>

     <p class="headingPara">We marvel at genius and innovative ideas the people, who come in contact with us, offer for the mobile application concepts. With the amalgamation of our passion, and experience with various industries we have covered, we transform those concepts in to beautiful mobile apps for Android and iPhone which solve the everyday life problems, or simply serve as the source of relaxation in this fast-paces workaholic world.</p>

     <div class="AccData style1 first clearfixAfter">

       

		 <div class="HomeIpad col-md-6">  <img src="<?=$filespath?>/landingpageios/assets/images/apps.png" class="gameImgIn img-responsive" style="margin-top:0 !important;" />  </div>

		 

		 <div class="HomeTxt col-md-6">

         <h3><img src="<?=$filespath?>/landingpageios/assets/images/iosimg.png" alt="-" /> Mobile Application Expertise</h3>

         <p>Indigo Icon converts ideas in to live mobile apps. Having a formidable experience of successfully inculcating online carts with payment gateways to mobile app stores, integrating online booking system for car rental services, offering solutions of web-based surveys for medical diagnostic centers, and many more, you never go wrong by choosing Indigo Icon for your mobile app solutions.</p>

         <ul class="listItemTxt">

           <li><i class="fa fa-arrow-circle-right"></i> Experienced Mobile Developers for iPhone and Android platform</li>

		   <li><i class="fa fa-arrow-circle-right"></i> Consultations on Apps design and development</li>

		   <li><i class="fa fa-arrow-circle-right"></i> Versatile coverage of wide array of industries</li>

		   <li><i class="fa fa-arrow-circle-right"></i> User Friendly interface and intuitive user experience</li>

         </ul>

        <a class="PopupFormBtns RedBtn"  href="#_"  data-toggle="modal" data-target="#exampleModal" >Get Started </a></div>

		 

     </div>

     <!-- #AccData -->

   </div>

 </div>

 <!-- ios APP & ANDROID END -->








 

 <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel">

  <div class="modal-dialog" role="document">

    <div class="modal-content">

      <div class="modal-header">

        <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>

        <h4 class="modal-title" id="exampleModalLabel">GET FREE QUOTE FOR YOUR APP</h4>

		<p>We provide customized app solutions to enhance your competitive edge</p>

      </div>

      <div class="modal-body">

        <form method="post" action="">
		<div class="">
			<?php if(isset($answer_error_onluq)){echo $answer_error_onluq;} ?>
		</div>
          <div class="form-group">

             <input type="text" name="oname" class="form-control" placeholder="Name" id="recipient-name" required>

          </div>

          <div class="form-group">

             <input type="email" name="oemail" class="form-control" placeholder="Email" id="recipient-name" required>

          </div>

          <div class="form-group">

             <input type="text" name="ophone" class="form-control" placeholder="Phone" id="recipient-name" required>

          </div>

          <div class="form-group">

             <span class="icons_area"><?=$math?></span>

              <input type="text" name="osecuritycode" required id="email"  class="required alphanumeric form-control" placeholder="Answer">

           	</div>

          

          <div class="form-group">

             <textarea class="form-control" name="omessage" id="message-text" placeholder="Enter a brief description of your project" required></textarea>

          </div>

		  

		   <div class="modal-footer">

         <input type="submit" name="onlyqotation" class="btn btn-primary" value="Submit Now" />

      </div>

	  

	  

        </form>

      </div>

     

    </div>

  </div>

</div>


<div class="FeatureWrap">

   <div class="container">

     <div class="HeadingAll">  <span class="HeadingFeature">Portfolio </span>  <span class="RedDivider"></span>

       <ul class="LogoList">

         <li><i class="fa fa-apple icon-fa"></i></li>

         <li><span class="sideImg"></span></li>

         <li><i class="fa fa-android icon-fa"></i></li>

         <li><span class="sideImg"></span></li>

         <li><i class="fa fa-desktop icon-fa"></i></li>

         <li><span class="sideImg"></span></li>

         <li><i class="fa fa-gamepad icon-fa"></i></li>

       </ul>

       <div class="clearfix"></div>

       <p class="greyclassp">We are a renowned app development company and created powerful iOS Apps Clients globally. </p>

     </div>

     <!-- #HeadingAll-->

     <div class="clearfix"></div>

     <div class="portfoliolist">

       <div class="PortCycle">

         <div class="PortWrapper">
			
			
			<div class="PortfolioListItem col-md-4 col-sm-6 col-xs-6">

             <div class="Hoverstate">

               <h3>Donald Trump</h3>

               <a data-toggle="modal" href="https://play.google.com/store/apps/details?id=com.mobifyall.donaldtrump&hl=en" target="_blank">View </a>  </div>

             <a data-toggle="modal" ><img src="<?=$filespath?>/landingpageios/assets/images/portfolio/donald_trump.jpg" class="img-responsive" alt="-" />  </a>

		   </div>

           <!-- #PortfolioListItem-->

           <div class="PortfolioListItem col-md-4 col-sm-6 col-xs-6">

             <div class="Hoverstate">

               <h3>Meet Your Match</h3>

               <a data-toggle="modal" href="http://indigoicon.com/Designs/demos/Meetyourmatch/screen.html" target="_blank">View </a>  </div>

             <a data-toggle="modal" ><img src="<?=$filespath?>/landingpageios/assets/images/portfolio/meetmatch.jpg" class="img-responsive" width="1000" height="756" alt="-" />  </a>

		   </div>

           <!-- #PortfolioListItem-->

		   <div class="PortfolioListItem col-md-4 col-sm-6 col-xs-6">



             <div class="Hoverstate">



               <h3>Socialuma</h3>



               <p>In Progress</p>



               <a data-toggle="modal" href="http://indigoicon.com/Designs/demos/captured/new_screen.html" target="_blank">View</a>  </div>



             <a data-toggle="modal" ><img src="<?=$filespath?>/landingpageios/assets/images/portfolio/socialuma.jpg" class="img-responsive" alt="-" width="1000" height="756" />  </a>  </div>

           <!-- #PortfolioListItem-->
		   
		   
		   
		   

		   <div class="PortfolioListItem col-md-4 col-sm-6 col-xs-6">

             <div class="Hoverstate">

               <h3>Reading Spot</h3>
			   
			   <!--<p>In Progress</p>-->

               <a data-toggle="modal" href="https://play.google.com/store/apps/details?id=com.indigoicon.bookreading" target="_blank">View</a>  </div>

             <a data-toggle="modal" ><img src="<?=$filespath?>/landingpageios/assets/images/portfolio/reading.jpg" class="img-responsive" alt="-" width="" height="" />  </a>  </div>

           <!-- #PortfolioListItem-->

		   <div class="PortfolioListItem col-md-4 col-sm-6 col-xs-6">

             <div class="Hoverstate">

               <h3>My Fashion App</h3>

               <p>In Progress</p>

               <a data-toggle="modal" href="https://play.google.com/store/apps/details?id=com.indigoicon.fashionapp" target="_blank">View</a>  </div>

             <a data-toggle="modal" ><img src="<?=$filespath?>/landingpageios/assets/images/portfolio/fashion_thumb.jpg" class="img-responsive" alt="-" width="" height="" />  </a>

		   </div>

           <!-- #PortfolioListItem-->

           <div class="PortfolioListItem col-md-4 col-sm-6 col-xs-6">

             <div class="Hoverstate">

               <h3>Indigo Rent A Car</h3>

               <a data-toggle="modal" href="http://indigorentacar.com/" target="_blank">View</a>  </div>

             <a data-toggle="modal" ><img src="<?=$filespath?>/landingpageios/assets/images/portfolio/mag.jpg" class="img-responsive" alt="-" />  </a>

		   </div>

           <!-- #PortfolioListItem-->

         </div>

         <!-- PortWrapper -->

       </div>

       <!-- #PortCycle -->

     </div>

     <!-- #portfoliolist-->

     <div class="clearfix"></div>

   </div>

 </div>

 <!-- #FeatureWrap -->
 
 
 

 

 

 <div class="clearfix"></div>

 <div class="iosApplicationpageClass">

   <div class="container">

     <h3 class="heading">Developing Highly Engaging and Interactive Websites</h3>

     <p class="headingPara">We love web development. Websites we design and build are responsive and have friendly interface with user-centric experiences. The websites will help you in generating leads, enhancing sales, and onsite engagement. Interacting with us for web development will be one of the smart decisions you will make to grow your business. </p>

     <div class="AccData style1 first clearfixAfter">

       <div class="HomeTxt col-md-6">

         <h3><img src="<?=$filespath?>/landingpageios/assets/images/web_img.png"> Web Development Expertise</h3>

         <p>Indigo Icon has successfully gathered repertoire for building website covering wide array of skills, and industries. Having a skilled development team which are experienced in making custom based websites, E-commerce websites, company websites, or personal websites where you can show your portfolio. Indigo Icon has covered it all.</p>

         <ul class="listItemTxt">

           <li><i class="fa fa-arrow-circle-right"></i> Expert Designers, Programmers, and Developers</li>

           <li><i class="fa fa-arrow-circle-right"></i> Web Design & Development Consultancy</li>

           <li><i class="fa fa-arrow-circle-right"></i> SEO Friendly</li>

		   <li><i class="fa fa-arrow-circle-right"></i> Creative branding and marketing solutions</li>

         </ul>

        <a class="PopupFormBtns RedBtn"  href="#_"  data-toggle="modal" data-target="#exampleModal" >Get Started </a></div>

		 <div class="HomeIpad col-md-6">  <img src="<?=$filespath?>/landingpageios/assets/images/web_apps.png" class="gameImgIn img-responsive" style="margin-top:0 !important;" alt="-" />  </div>

     </div>

     <!-- #AccData -->

   </div>

 </div>

 <!-- WEB DEVELOPMENT -->
 
 
 

 <div class="calltoacred">

   <div class="container">

  	 <div class="col-md-9"><span>Connect with us to  <strong>Get a Free Quote</strong></span></div>

	 <div class="col-md-3"><a class="PopupFormBtns WhiteBtn"  href="#_"  data-toggle="modal" data-target="#exampleModal" >Get Started </a></div>

   </div>

 </div>

 <!-- #calltoacred-->





 <div class="clearfix"></div>





 <!-- Park and Mark Modal -->

 <div class="modal fade" id="park-mark" tabindex="-1" role="dialog">

   <div class="modal-dialog modal-md" role="document">

     <div class="modal-content app-folio">

       <div class="modal-header">

         <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times; </span></button>

       </div>

       <div class="modal-body clearfix">

         <div class="col-md-5"><img src="<?=$filespath?>/landingpageios/assets/images/mobile-device.png" alt="Tab" class="img-responsive mobframe" />

           <div id="myCarousel" class="carousel slide" data-ride="carousel">

             <ol class="carousel-indicators">

               <li data-target="#myCarousel" data-slide-to="0" class="active"></li>

               <li data-target="#myCarousel" data-slide-to="1"></li>

               <li data-target="#myCarousel" data-slide-to="2"></li>

               <li data-target="#myCarousel" data-slide-to="3"></li>

             </ol>

             <div class="carousel-inner" role="listbox">

               <div class="item active">  <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/pm-1.jpg" alt="Tab" class="img-responsive" /></div>

               <div class="item">  <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/pm-2.jpg" alt="Tab" class="img-responsive" /></div>

               <div class="item">  <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/pm-3.jpg" alt="Tab" class="img-responsive" /></div>

               <div class="item">  <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/pm-4.jpg" alt="Tab" class="img-responsive" /></div>

             </div>

           </div>

         </div>

         <div class="col-md-6">

           <h3>Park and Mark </h3>

           <div class="row">

             <div class="col-md-4"><img src="<?=$filespath?>/landingpageios/assets/images/portfolio/pm-icon.png" alt="-" class="img-responsive img-center" /></div>

             <div class="col-md-8 row margin-top-5">

               <p>Category: Puzzle </p>

               <p>Ratings:  <img src="<?=$filespath?>/landingpageios/assets/images/popup/rating5.jpg" alt="-" /></p>

             </div>

           </div>

           <p class="colorg margin-top-5">Park and Mark uses, reminders and GPS to track of your parking and meter expirations. Track parking spots for future and use GPS to redirected to your current spot. </p>

           <div><a href="https://itunes.apple.com/us/app/park-and-mark/id907109279?ls=1&mt=8" target="_blank" class="btn-store apple-store col-md-6"><img src="<?=$filespath?>/landingpageios/assets/images/apple-store.png" alt="-" width="520" height="" />  </a></div>

         </div>

       </div>

     </div>

   </div>

 </div>



 <!-- onBreak Modal -->

 <div class="modal fade" id="onbreak" tabindex="-1" role="dialog">

 <div class="modal-dialog modal-md" role="document">

 <div class="modal-content game-folio">

   <div class="modal-header">

	 <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times; </span></button>

   </div>

   <div class="modal-body clearfix app-folio">

	 <div class="col-md-5">

		 <img src="<?=$filespath?>/landingpageios/assets/images/android-device.png" alt="Tab" class="img-responsive mobframe" />

		

		 <div id="myCarousel" class="carousel slide" data-ride="carousel">

		   <!-- Indicators -->

		   <ol class="carousel-indicators">

			 <li data-target="#myCarousel" data-slide-to="0" class="active"></li>

			 <li data-target="#myCarousel" data-slide-to="1"></li>

			 <li data-target="#myCarousel" data-slide-to="2"></li>

			 <li data-target="#myCarousel" data-slide-to="3"></li>

		   </ol>

		

		   <!-- Wrapper for slides -->

		   <div class="carousel-inner" role="listbox">

			 <div class="item active">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/onbreak-1.jpg" alt="Tab" class="img-responsive" />

			 </div>

			 <div class="item">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/onbreak-2.jpg" alt="Tab" class="img-responsive" />

			 </div>

			 <div class="item">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/onbreak-3.jpg" alt="Tab" class="img-responsive" />

			 </div>

			 <div class="item">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/onbreak-4.jpg" alt="Tab" class="img-responsive" />

			 </div>

		   </div>

		 </div>

	 </div>

	 <div class="col-md-6 right-side">

		 <h3>On Break </h3>

		 <div class="row">

			 <div class="col-md-4"><img src="<?=$filespath?>/landingpageios/assets/images/portfolio/onbreak-icon.png" alt="-" class="img-responsive img-center" /></div>

			 <div class="col-md-8 row margin-top-5">

				 <p>Category: Puzzle </p>

				 <p>Ratings:  <img src="<?=$filespath?>/landingpageios/assets/images/popup/rating5.jpg" alt="-" /></p>

			 </div>

		 </div>

		

         <p class="colorg margin-top-5">On Break lets you with other people who’ve had a rough patch their relationship. Share your on the BreakBoard, read of fellow “breakers” and fun catching up with other. </p>

        

         <div>

			 <a href="https://play.google.com/store/apps/details?id=com.onbreak" target="_blank" class="btn-store android-store col-md-6"><img src="<?=$filespath?>/landingpageios/assets/images/android-store.png" alt="-" />  </a>

		 </div>

	 </div>

   </div>

 </div>

 </div>

 </div>



 <!-- Live Intentionally Modal -->

 <div class="modal fade" id="live-intentionally" tabindex="-1" role="dialog">

 <div class="modal-dialog modal-md" role="document">

 <div class="modal-content app-folio">

   <div class="modal-header">

	 <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times; </span></button>

   </div>

   <div class="modal-body clearfix">

	 <div class="col-md-5">

		 <img src="<?=$filespath?>/landingpageios/assets/images/mobile-device.png" alt="Tab" class="img-responsive mobframe" /> 

		

		 <div id="myCarousel" class="carousel slide" data-ride="carousel">

		   <!-- Indicators -->

		   <ol class="carousel-indicators">

			 <li data-target="#myCarousel" data-slide-to="0" class="active"></li>

			 <li data-target="#myCarousel" data-slide-to="1"></li>

			 <li data-target="#myCarousel" data-slide-to="2"></li>

			 <li data-target="#myCarousel" data-slide-to="3"></li>

		   </ol>

		

		   <!-- Wrapper for slides -->

		   <div class="carousel-inner" role="listbox">

			 <div class="item active">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/li-1.jpg" alt="Tab" class="img-responsive" />

			 </div>

			 <div class="item">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/li-2.jpg" alt="Tab" class="img-responsive" />

			 </div>

			 <div class="item">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/li-3.jpg" alt="Tab" class="img-responsive" />

			 </div>

			 <div class="item">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/li-4.jpg" alt="Tab" class="img-responsive" />

			 </div>

		   </div>

		 </div>

	 </div>

	 <div class="col-md-6">

		 <h3>Live Intentionally </h3>

		 <div class="row">

			 <div class="col-md-4"><img src="<?=$filespath?>/landingpageios/assets/images/portfolio/li-icon.png" alt="-" class="img-responsive img-center" /></div>

			 <div class="col-md-8 row margin-top-5">

				 <p>Category: Puzzle </p>

				 <p>Ratings:  <img src="<?=$filespath?>/landingpageios/assets/images/popup/rating5.jpg" alt="-" /></p>

			 </div>

		 </div>

		

         <p class="colorg margin-top-5">Add a personal sentiment everyday actions and give events a meaningful projection. An events list and code events to set and ratings. </p>

		 <div>

			 <a href="https://itunes.apple.com/us/app/live-intentionally/id899402750?mt=8" target="_blank" class="btn-store apple-store col-md-6"><img src="<?=$filespath?>/landingpageios/assets/images/apple-store.png" alt="-" width="520" height="" />  </a>

		 </div>

	 </div>

   </div>

 </div>

 </div>

 </div>



 <!-- Wizpay Modal -->

 <div class="modal fade" id="wizpay" tabindex="-1" role="dialog">



   <div class="modal-dialog modal-md" role="document">



     <div class="modal-content app-folio">



       <div class="modal-header">



         <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times; </span></button>



       </div>



       <div class="modal-body clearfix">



         <div class="col-md-5"><img src="<?=$filespath?>/landingpageios/assets/images/mobile-device.png" alt="Tab" class="img-responsive mobframe" />



           <div id="myCarousel" class="carousel slide" data-ride="carousel">



             <ol class="carousel-indicators">



               <li data-target="#myCarousel" data-slide-to="0" class="active"></li>



               <li data-target="#myCarousel" data-slide-to="1"></li>



               <li data-target="#myCarousel" data-slide-to="2"></li>



               <li data-target="#myCarousel" data-slide-to="3"></li>



             </ol>



             <div class="carousel-inner" role="listbox">



               <div class="item active">  <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/wizpay-1.jpg" alt="Tab" class="img-responsive" /></div>



               <div class="item">  <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/wizpay-2.jpg" alt="Tab" class="img-responsive" /></div>



               <div class="item">  <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/wizpay-3.jpg" alt="Tab" class="img-responsive" /></div>



               <div class="item">  <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/wizpay-4.jpg" alt="Tab" class="img-responsive" /></div>



             </div>



           </div>



         </div>



         <div class="col-md-6">



           <h3>Wizpay </h3>



           <div class="row">



             <div class="col-md-4"><img src="<?=$filespath?>/landingpageios/assets/images/portfolio/wizpay-icon.png" alt="-" class="img-responsive img-center" /></div>



             <div class="col-md-8 row margin-top-5">



               <p>Category: Puzzle </p>



               <p>Ratings:  <img src="<?=$filespath?>/landingpageios/assets/images/popup/rating5.jpg" alt="-" /></p>



             </div>



           </div>



           <p class="colorg margin-top-5">Wizpay employs QR codes bring retailers and consumers and provide a smooth experience. Buyers can shop a wallet while retailers ___ make use of a  merchant service.  </p>



         </div>



       </div>



     </div>



   </div>



 </div>



 <!-- Magazine My Photo Modal -->

 <div class="modal fade" id="mag" tabindex="-1" role="dialog">

 <div class="modal-dialog modal-md" role="document">

 <div class="modal-content game-folio">

   <div class="modal-header">

	 <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times; </span></button>

   </div>

   <div class="modal-body clearfix app-folio">

	 <div class="col-md-5">

		 <img src="<?=$filespath?>/landingpageios/assets/images/mobile-device.png" alt="Tab" class="img-responsive mobframe" />

		

		 <div id="myCarousel" class="carousel slide" data-ride="carousel">

		   <!-- Indicators -->

		   <ol class="carousel-indicators">

			 <li data-target="#myCarousel" data-slide-to="0" class="active"></li>

			 <li data-target="#myCarousel" data-slide-to="1"></li>

			 <li data-target="#myCarousel" data-slide-to="2"></li>

			 <li data-target="#myCarousel" data-slide-to="3"></li>

		   </ol>

		

		   <!-- Wrapper for slides -->

		   <div class="carousel-inner" role="listbox">

			 <div class="item active">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/mag-1.jpg" alt="Tab" class="img-responsive" />

			 </div>

			 <div class="item">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/mag-2.jpg" alt="Tab" class="img-responsive" />

			 </div>

			 <div class="item">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/mag-3.jpg" alt="Tab" class="img-responsive" />

			 </div>

			 <div class="item">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/mag-4.jpg" alt="Tab" class="img-responsive" />

			 </div>

		   </div>

		 </div>

	 </div>

	 <div class="col-md-6 right-side">

		 <h3>Magazine My Photo </h3>

		 <div class="row">

			 <div class="col-md-4"><img src="<?=$filespath?>/landingpageios/assets/images/portfolio/mag-icon.png" alt="-" class="img-responsive img-center" /></div>

			 <div class="col-md-8 row margin-top-5">

				 <p>Category: Puzzle </p>

				 <p>Ratings:  <img src="<?=$filespath?>/landingpageios/assets/images/popup/rating5.jpg" alt="-" /></p>

			 </div>

		 </div>

		

         <p class="colorg margin-top-5">Take photos of yourself ___ use effects to put __ up on covers of ____ of the most well-known ___ sought-after fashion, wellness and _____________ magazines in the world. </p>

        

         <div>

			 <a href="https://itunes.apple.com/us/app/magazine-my-photo/id966910079?ls=1&mt=8" target="_blank" class="btn-store apple-store col-md-6"><img src="<?=$filespath?>/landingpageios/assets/images/apple-store.png" alt="-" />  </a>

		 </div>

	 </div>

   </div>

 </div>

 </div>

 </div>



 <!-- iThrive Modal -->

 <div class="modal fade" id="iThrive" tabindex="-1" role="dialog">

 <div class="modal-dialog modal-md" role="document">

 <div class="modal-content app-folio">

   <div class="modal-header">

	 <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times; </span></button>

   </div>

   <div class="modal-body clearfix">

	 <div class="col-md-5">

		 <img src="<?=$filespath?>/landingpageios/assets/images/mobile-device.png" alt="Tab" class="img-responsive mobframe" /> 

		

		 <div id="myCarousel" class="carousel slide" data-ride="carousel">

		   <!-- Indicators -->

		   <ol class="carousel-indicators">

			 <li data-target="#myCarousel" data-slide-to="0" class="active"></li>

			 <li data-target="#myCarousel" data-slide-to="1"></li>

			 <li data-target="#myCarousel" data-slide-to="2"></li>

			 <li data-target="#myCarousel" data-slide-to="3"></li>

		   </ol>

		

		   <!-- Wrapper for slides -->

		   <div class="carousel-inner" role="listbox">

			 <div class="item active">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/iThrive-1.jpg" alt="Tab" class="img-responsive" />

			 </div>

			 <div class="item">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/iThrive-2.jpg" alt="Tab" class="img-responsive" />

			 </div>

			 <div class="item">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/iThrive-3.jpg" alt="Tab" class="img-responsive" />

			 </div>

			 <div class="item">

			   <img src="<?=$filespath?>/landingpageios/assets/images/portfolio/iThrive-4.jpg" alt="Tab" class="img-responsive" />

			 </div>

		   </div>

		 </div>

	 </div>

	 <div class="col-md-6">

		 <h3>iThrive </h3>

		 <div class="row">

			 <div class="col-md-4"><img src="<?=$filespath?>/landingpageios/assets/images/portfolio/iThrive-icon.png" alt="-" class="img-responsive img-center" /></div>

			 <div class="col-md-8 row margin-top-5">

				 <p>Category: Puzzle </p>

				 <p>Ratings:  <img src="<?=$filespath?>/landingpageios/assets/images/popup/rating5.jpg" alt="-" /></p>

			 </div>

		 </div>

		

         <p class="colorg margin-top-5">Use the vibrant calendar __ implement your daily regimen ____ full-blown enthusiasm. Add photos ___ text to relay how ___ went about your day-to-day _________. </p>

		 <div>

			 <a href="https://itunes.apple.com/us/app/ithrive-journal-pro/id906365516?mt=8&ign-mpt=uo%3D2" target="_blank" class="btn-store apple-store col-md-6"><img src="<?=$filespath?>/landingpageios/assets/images/apple-store.png" alt="-" />  </a>

		 </div>

	 </div>

   </div>

 </div>

 </div>

 </div>







 <div class="clearfix"></div>

 <div class="BookaTxt bgadded modern" data-img="url(<?=$filespath?>/landingpageios/assets/images/fbg.jpg)" style="background-image: url(<?=$filespath?>/landingpageios/assets/images/fbg.jpg);">

   <div class="container">

     <h2 class="wow flipInX animated" data-wow-delay="0.2s" style="visibility: visible; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-name: flipInX; -webkit-animation-name: flipInX;">Modern Web Features </h2>

 

     

     <div class="PhoneClassAll">

       <div class="Left col-md-4">

         <ul>

           <li class="wow bounceInDown App1 first animated" data-wow-delay="0.2s" style="visibility: visible; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-name: bounceInDown; -webkit-animation-name: bounceInDown;">

             

			 <div class="Inleft col-md-8">  <span class="Title">Responsive Designs</span>  <span class="Txt">Our design team have always come up with innovative, and user-friendly and mobile-friendly designs which respond on various platforms and operating systems and navigation is core functionality we focus on.</span>  </div>

             <!-- #Inleft -->

			 

			 <div class="InRight col-md-4">  <span class="Icons Icon1"></span>  </div>

             <!-- #InRight --> 

			 

			 

			 

           </li>

           <li class="noborder wow bounceInDown App2 last animated" data-wow-delay="0.6s" style="visibility: visible; animation-delay: 0.6s; -webkit-animation-delay: 0.6s; animation-name: bounceInDown; -webkit-animation-name: bounceInDown;">

             

            <div class="Inleft col-md-8">  <span class="Title">Seamless User Experience</span>  <span class="Txt">We believe successful sites rely on how your customers perform onsite tasks, and interact with it. Our developers build your websites like poets write their poetry.</span>  </div>

             <!-- #Inleft -->

			 

             <div class="InRight col-md-4">  <span class="Icons Icon2"></span>  </div>

             <!-- #InRight --> 

			 

			 

			 

           </li>

         </ul>

       </div>

       <!-- #Left -->

      

	  

	  

	  

	  

	  

       <div class="web col-md-4 wow bounceInDown animated" data-wow-delay="0s" style="visibility: visible; animation-delay: 0s; -webkit-animation-delay: 0s; animation-name: bounceInDown; -webkit-animation-name: bounceInDown;"> 

      

       <img src="<?=$filespath?>/landingpageios/assets/images/modern_web.png"> 

      

       </div>

       <!-- #MiddlePhone -->

	   

	   

	   <div class="Right col-md-4">

         <ul>

           <li class="wow bounceInDown App3 first animated" data-wow-delay="0.8s" style="visibility: visible; animation-delay: 0.8s; -webkit-animation-delay: 0.8s; animation-name: bounceInDown; -webkit-animation-name: bounceInDown;">

             <div class="InRight col-md-4">  <span class="Icons Icon1"></span>  </div>

             <!-- #InRight -->

            

             <div class="Inleft col-md-8">  <span class="Title">Internet Search Strategy</span>  <span class="Txt">Our websites are SEO friendly. You want your customers to find you on Google pages, and multiple search engines. Our initial SEO will help you in laying a platform of success where you generate leads.</span>  </div>

             <!-- #Inleft --> 

            

           </li>

           <li class="noborder wow bounceInDown App4 last animated" data-wow-delay="1.0s" style="visibility: visible; animation-delay: 1s; -webkit-animation-delay: 1s; animation-name: bounceInDown; -webkit-animation-name: bounceInDown;">

             <div class="InRight col-md-4">  <span class="Icons Icon2"></span>  </div>

             <!-- #InRight -->

            

             <div class="Inleft col-md-8">  <span class="Title">Development Tools</span>  <span class="Txt">Having a pedigree and arsenal of all the development tools, and languages of Wordpress, Magneto, Drupal, Joomla, JS node, Woo Commerce, Angular JS, MySQL, etc., we provide relative solutions which suit your industry.</span>  </div>

             <!-- #Inleft --> 

            

           </li>

         </ul>

       </div>

       <!-- #Right --> 

      

       

      

     </div>

     <!-- #PhoneClassAll --> 

    



   <!-- #container --> 

 </div>

 </div>

 <!-- WEB FEATURES -->

 <div class="clearfix"></div>





<div class="BookaTxt bgadded newPapps" data-img="url(<?=$filespath?>/landingpageios/assets/images/fbg2.jpg)" style="background-image: none;">

   <div class="container">

     <h2 class="wow flipInX animated" data-wow-delay="0.2s" style="visibility: visible; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-name: flipInX; -webkit-animation-name: flipInX;">Modern Mobile App Features</h2>

 

     

     <div class="PhoneClassAll">

       <div class="Left col-md-4">

         <ul>

           <li class="wow bounceInDown App1 first animated" data-wow-delay="0.2s" style="visibility: visible; animation-delay: 0.2s; -webkit-animation-delay: 0.2s; animation-name: bounceInDown; -webkit-animation-name: bounceInDown;">

             <div class="Inleft col-md-8">  <span class="Title">GPS Technology</span>  <span class="Txt">Our apps are integrated with GPS technology for providing location services in your app, depending on the industry of your business.</span>  </div>

             <!-- #Inleft -->

            

             <div class="InRight col-md-4">  <span class="Icons Icon1"></span>  </div>

             <!-- #InRight --> 

           </li>

           <li class="noborder wow bounceInDown App2 last animated" data-wow-delay="0.6s" style="visibility: visible; animation-delay: 0.6s; -webkit-animation-delay: 0.6s; animation-name: bounceInDown; -webkit-animation-name: bounceInDown;">



             <div class="Inleft col-md-8">  <span class="Title">Push Notifications</span>  <span class="Txt">The push notifications will keep your users engaged with your app, and have them return to app for activities. Notifications can be reminders, alerts, offers, and more. </span>  </div>

             <!-- #Inleft -->

            

             <div class="InRight col-md-4">  <span class="Icons Icon2"></span>  </div>

             <!-- #InRight --> 

           </li>

         </ul>

       </div>

       <!-- #Left -->

      

       <div class="MiddlePhone col-md-4 wow bounceInDown animated" data-wow-delay="0s" style="visibility: visible; animation-delay: 0s; -webkit-animation-delay: 0s; animation-name: bounceInDown; -webkit-animation-name: bounceInDown;"> 

      

       <img data-src="<?=$filespath?>/landingpageios/assets/images/iosphone.png" src="<?=$filespath?>/landingpageios/assets/images/iosphone1.png" alt="-" class="imgadded img-responsive" /> 

      

       </div>

       <!-- #MiddlePhone -->

      

       <div class="Right col-md-4">

         <ul>

           <li class="wow bounceInDown App3 first animated" data-wow-delay="0.8s" style="visibility: visible; animation-delay: 0.8s; -webkit-animation-delay: 0.8s; animation-name: bounceInDown; -webkit-animation-name: bounceInDown;">

             <div class="InRight col-md-4">  <span class="Icons Icon1"></span>  </div>

             <!-- #InRight -->

            

             <div class="Inleft col-md-8">  <span class="Title">In-App Purchases</span>  <span class="Txt">We can inculcate in-app purchases which would generate revenues for you and play a role in monetization via upgrades, subscriptions, or simple online cart system for products.</span>  </div>

             <!-- #Inleft --> 

            

           </li>

           <li class="noborder wow bounceInDown App4 last animated" data-wow-delay="1.0s" style="visibility: visible; animation-delay: 1s; -webkit-animation-delay: 1s; animation-name: bounceInDown; -webkit-animation-name: bounceInDown;">

             <div class="InRight col-md-4">  <span class="Icons Icon2"></span>  </div>

             <!-- #InRight -->

            

             <div class="Inleft col-md-8">  <span class="Title">API Integration</span>  <span class="Txt">We integrate external APIs when needed to accommodate third party services in your app, and enhance it to perfection by offering wide range of freedom for its users by integration.</span>  </div>

             <!-- #Inleft --> 

            

           </li>

         </ul>

       </div>

       <!-- #Right --> 

      

     </div>

     <!-- #PhoneClassAll --> 

    



   <!-- #container --> 

 </div>

 </div>





 <div class="clearfix"></div>

 <div class="AppProcessHeadingBgWrapper860">

   <div class="container">

     <h3 class="AppProcessHeading">Development Process for your Next Big<br>

Website & Mobile Application</h3>

     

     <ul class="col-md-12">

       <li class="col-md-3">

         <div class="InnerImages">  <img src="<?=$filespath?>/landingpageios/assets/images/process1.png">   </div>

         <div class="InnerTxt">

           <h3>Scope </h3>

           <p>We involve you from start till finish. We discuss your concepts and ideas, and offer our consultation on how to maximize its reach with our integrated marketing strategy.</p>

         </div>

       </li>

	   

	   <li class="col-md-3">

         <div class="InnerImages">  <img src="<?=$filespath?>/landingpageios/assets/images/process4.png">   </div>

         <div class="InnerTxt">

           <h3>Design</h3>

           <p>Designers indulge themselves with creativity and innovation, and let their imagination flow with the flows of how your website or app would work and interact with its users.</p>

         </div>

       </li>

	   

       <li class="col-md-3">

         <div class="InnerImages">  <img src="<?=$filespath?>/landingpageios/assets/images/process2.png">  </div>

         <div class="InnerTxt">

           <h3>Development</h3>

           <p>Developers start doing what they love doing. They create responsive builds, user-experiences, and implementing development tools to give life to your ideas and concepts.</p>

         </div>

       </li>

	   

       <li class="col-md-3">

         <div class="InnerImages">  <img src="<?=$filespath?>/landingpageios/assets/images/process3.png">  </div>

         <div class="InnerTxt">

           <h3>Deployment</h3>

           <p>After rigorous testing, and hard-work from the initial point, the website is deployed on live servers, and apps make their way to Play Store and iTunes store.</p>

         </div>

       </li>

       

     </ul>

   </div>

   <!-- #container-->

 </div>

 <!-- App Development Process-->

 <!-- #ClientLogosWrap -->



 <div class="clearfix"></div>

 <div class="footerformwrapperinner">

   <div class="container">

     <div class="footerForm">

       <div id="banform" class="inform">

         <h4>Contact Us <span><strong>(832)-426-3656</strong><br>
		
		Indigo Icon’s Teams Of Experts Are Always Present To Guide You<br />
Through Its Dedicated 24/7 Live Chat And Email Support System.
		</span></h4>

         <div class="clear"></div>
		<div class="col-md-9">
		 <span><?=$answer_error?></span>
</div>
         <div class="col-md-9">
		 	
			<form class="jform validate FormMargin" method="post" >

			 <div class="col-md-6">

				 <div class="field">

					 <input type="text" name="uname" placeholder="Name" value="<?php if(isset($_REQUEST['uname'])){echo $_REQUEST['uname'];}?>" class="required alphanumeric form-control" required="" />

				 </div>

				 <div class="field">

					 <input type="email" name="uemail" placeholder="Email" value="<?php if(isset($_REQUEST['uemail'])){echo $_REQUEST['uemail'];}?>" class="required email form-control" required="" />

				 </div>

				 

              

			 </div>	

			 

			  <div class="col-md-6 captcha">

			 <span class="icons_area leftfieldscaptacha"><?=$math?></span>

			 <div class="field rightfieldscaptacha">

                                <input type="text" name="securitycode" required id="email"  class="required alphanumeric form-control" placeholder="Answer">

			 </div>
			 
			 
			 <div class="field phonefields">

					 <input type="text" name="uphone" placeholder="Phone" value="<?php if(isset($_REQUEST['uphone'])){echo $_REQUEST['uphone'];}?>" class="required number form-control" required="" />

				 </div>

			 

			  </div>

			  

			 <?php /*?><div class="col-md-6">

               <div class="field">

                 

					<select name="budget" id="budget"   class="form-control" required>

									<option>Please Select a budget</option>

									<option <?php if(isset($_REQUEST['budget']) && $_REQUEST['budget'] == 'Less than $5,000'){echo 'selected';}?> value="Less than $5,000">Less than $5,000</option>

									<option <?php if(isset($_REQUEST['budget']) && $_REQUEST['budget'] == '$5,000 - $14,999'){echo 'selected';}?> value="$5,000 - $14,999">$5,000 - $14,999</option>

									<option <?php if(isset($_REQUEST['budget']) && $_REQUEST['budget'] == '$15,000 - $29,999'){echo 'selected';}?> value="$15,000 - $29,999">$15,000 - $29,999</option>

									<option <?php if(isset($_REQUEST['budget']) && $_REQUEST['budget'] == '$30,000 - $49,999'){echo 'selected';}?> value="$30,000 - $49,999">$30,000 - $49,999</option>

									<option <?php if(isset($_REQUEST['budget']) && $_REQUEST['budget'] == '$50,000 - $99,999'){echo 'selected';}?> value="$50,000 - $99,999">$50,000 - $99,999</option>

									<option <?php if(isset($_REQUEST['budget']) && $_REQUEST['budget'] == '$100,000+'){echo 'selected';}?> value="$100,000+">$100,000+</option>

								</select>

								

                 </div>


			 </div><?php */?>
			 
			 
			 <div class=" noMargin col-md-12">
					<div class="field">
					 <textarea name="message" rows="2" placeholder="Enter a brief description of your project" value="<?php if(isset($_REQUEST['message'])){echo $_REQUEST['message'];}?>" class="required form-control" required=""><?php if(isset($_REQUEST['message'])){echo $_REQUEST['message'];}?></textarea>
					 </div>

				 </div>

          

          

          

          

           <div class="clearfix"></div>

         

         <input type="submit" name="sendmessage" value="Submit Now" >

         </form>
		 	
		 </div>

       </div>

     </div>

   </div>

 </div>

 <!-- #footerformwrapperinner -->

 <footer>

   <div class="container">

     <div class="TwoThreeBoxWrap row">

       <div class="TwoThreeBox col-sm-4">

         <h3>Indigo Icon </h3>

         <ul>

           <li><a href="http://indigoicon.com/" target="_blank">Home </a></li>

           <li><a href="http://indigoicon.com/portfolio/" target="_blank">Portfolio </a></li>

           <li><a href="http://indigoicon.com/about-us/" target="_blank">About Us </a></li>

           <li><a href="http://indigoicon.com/contact-us/" target="_blank">Contact Us </a></li>

         </ul>

       </div>

       <div class="TwoThreeBox col-sm-4">

         <h3>Solutions </h3>

         <ul>

           <li><a href="http://indigoicon.com/iphone-app-development/" target="_blank">iPhone App Development </a></li>

		   <li><a href="http://indigoicon.com/android-app-development/" target="_blank">Android App Development </a></li>

           <li><a href="http://indigoicon.com/services/mobile-apps/" target="_blank">Mobile App Development </a></li>

           

         </ul>

       </div>

       <div class="TwoThreeBox nomargin col-sm-4">

         <h3>Contact Us </h3>

         <ul>

           <li>6875 Suite A, Harwin Dr,<br>Houston TEXAS, 77036-US</li>
		   <li>T. (832)-426-3656 </li>
		   <li><a href="mailto:info@indigoicon.com">E. info@indigoicon.com</a></li>
		   
           

         </ul>

       </div>

     </div>

     <!-- #TwoThreeBoxWrap -->

     <div class="clearfix"></div>

     



   </div>
   
   
   <div class="footernav clearfix">

		 <div class="container">

			 <div class="col-md-7">© <?=date("Y")?> IndigoIcon. All Reserved  <a href="#" target="_blank">Terms of Use </a> |  <a href="#" target="_blank">Privacy Policy </a></div>

			 <div class="col-md-5 text-right"><span class="SocialIcons fa fa-map-marker map-icon"></span> 6875 Suite A

Harwin Dr

Houston TEXAS

77036-US </div>

		 </div>

	 </div>

 </footer>

 <!-- #PopUp Call To Action Thank You FooterForm -->

 <a href="#ctaPopupFormOpen" class="PopupFormBtns footerformBtn DisplayNoneClass"></a>

 <div id="ctaPopupFormOpen" class="DisplayNoneClass">

   <div>

     <div class="PopUpform">

       <div id="PopupformId" class="inform">

         <h3>GET FREE QUOTE FOR APP  <span>We provide customized app to enhance your competitive </span></h3>

         <div class="inform">

           <div class="clear"></div>

           <div class="CenterForm" id="poupform">

             <form class="jform validate" action="asd" method="post" data-role="us">

				 <div class="col-md-6">

					 <div class="field clearfix">

						 <span class="icon"><i class="fa fa-user"></i></span>

						 <input type="text" name="name" placeholder="Name" class="required alphanumeric ietxt iecn" />

					 </div>



					 <div class="field clearfix">

						 <span class="icon email"><i class="fa fa-envelope-o"></i></span>

						 <input type="text" name="email" placeholder="Email" class="required email" />

					 </div>



					 <div class="field clearfix">

						 <span class="icon"><i class="fa fa-phone"></i></span>

						 <input type="text" name="phone" placeholder="Phone" class="required number" />

					 </div>

				 </div>

				 <div class="col-md-6">

					 <div class="field clearfix">

						 <span class="icon textarea"><i class="fa fa-comment"></i></span>

						 <textarea name="message" placeholder="Enter a brief description of your project" required=""></textarea>

					 </div>

					 <div class="field textarea">  </div>

				 </div>

				 <div class="clearfix"></div>

				

               <input type="submit" value="Submit Now" />

               <div class="clear"></div>

                

             </form>

           </div>

         </div>

       </div>

     </div>

   </div>

   <!-- #InnerPopup-->

 </div>

 <!-- #PopUp Call To Action -->

 <a href="#ctaPopupFormThankYou" class="PopupFormBtns footerformBtn OpenThankyou DisplayNoneClass"></a>



 <div class="side-bars">

   <div class="s-bar clear call">  <a href="javascript:;" title="Skype Call">

     <div class="call-spr"><i class="fa fa-mobile"></i></div>

     <p>Call Toll Free: </p>

     <span class="">(855) 433-1722 </span></a>  </div>

   <?php /*?><div class="s-bar clear">  <a href="#chat" onClick="toggleChat()" target="_self" title="Live Chat">

     <div class="chat-spr"><i class="fa fa-weixin"></i></div>

     <p>Get Advice from Expert </p>

     <span class="">Live CHAT </span></a>  </div><?php */?>

    

     <div class="s-bar clear mobile-quote">

	 <a href="#ctaPopupFormOpen" class="PopupFormBtns">

     <div class="call-spr"><i class="fa fa-level-up"></i></div>

     <p>GET FREE QUOTE FOR APP </p>

     </a>  </div>

 </div>



 <div class="sideform mobile-quote-slide">

	 <a class="PopupFormBtns RedBtn"  href="#_"  data-toggle="modal" data-target="#exampleModal" ><div class="switch"></div></a>>

		 <div class="SideForm">

		   <!--<div id="SideFormId" class="inform">

			 <h3>GET FREE QUOTE FOR APP  <span>We provide customized app to enhance your competitive </span></h3>

			 <div class="inform">

			   <div class="clear"></div>

			   <div class="CenterForm" id="SideFormIdTwo">

			    <form class="jform validate PopUpform" action="asd" method="post" data-role="us">

				 <div class="col-md-6">

					 <div class="field clearfix">

						 <span class="icon"><i class="fa fa-user"></i></span>

						 <input type="text" name="name" placeholder="Name" class="required alphanumeric ietxt iecn" />

					 </div>



					 <div class="field clearfix">

						 <span class="icon email"><i class="fa fa-envelope-o"></i></span>

						 <input type="text" name="email" placeholder="Email" class="required email" />

					 </div>



					 <div class="field clearfix">

						 <span class="icon"><i class="fa fa-phone"></i></span>

						 <input type="text" name="phone" placeholder="Phone" class="required number" />

					 </div>

				 </div>

				 <div class="col-md-6">

					 <div class="field clearfix">

						 <span class="icon textarea"><i class="fa fa-comment"></i></span>

						 <textarea name="message" placeholder="Enter a brief description of your project" required=""></textarea>

					 </div>

					 <div class="field textarea">  </div>

				 </div>

				 <div class="clearfix"></div>

				

				 <input type="submit" value="Submit Now" />

				 <div class="clear"></div>

				 

  

			    </form>

			   </div>

			 </div>

			

		   </div>-->

		 </div>

	 </div>

 </div> 



 <script src="<?=$filespath?>/landingpageios/assets/js/jquery-latest.min.js"></script>



 <script src="<?=$filespath?>/landingpageios/assets/js/script.js"></script>



 <!-- Latest compiled and minified JavaScript -->

 <script src="<?=$filespath?>/landingpageios/assets/js/bootstrap.min.js"></script>

 

<?php 

if(isset($answer_error) && $answer_error != 1)

{

?> 

 <script>

 jQuery( "#thankswithbudget" ).text( '<?=$answer_error?>' );
 jQuery( "#thanksmsg" ).trigger( "click" );

  </script>

<?php

}

if(isset($answer_error_onluq) && $answer_error_onluq != 1)

{

?> 

 <script>

 jQuery( "#thankswithoutbudget" ).text( '<?=$answer_error_onluq?>' );
 jQuery( "#thanksmsgonlyquotation" ).trigger( "click" );

  </script>

<?php

}

?>

 <!--<script type="application/javascript">

    function getgeoip(json){

    	my_ipadd = json.ip;

    	my_country = json.country;

		my_state = json.region;

		my_city= json.city;

    }

</script>

 <script type="application/javascript" src="http://www.telize.com/geoip?callback=getgeoip"></script>

 <script language="javascript">

		   	document.getElementById("geo_state1").value = my_state;

			document.getElementById("country_name1").value = my_country;

			document.getElementById("geo_postal1").value = my_ipadd;

		   	document.getElementById("geo_city1").value =  my_city;

				document.getElementById("geo_state2").value = my_state;

			document.getElementById("country_name2").value = my_country;

			document.getElementById("geo_postal2").value = my_ipadd;

		   	document.getElementById("geo_city2").value =  my_city;

				document.getElementById("geo_state3").value = my_state;

			document.getElementById("country_name3").value = my_country;

			document.getElementById("geo_postal3").value = my_ipadd;

		   	document.getElementById("geo_city3").value =  my_city;

			

</script>-->

<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/57f585758598f153810a3c19/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->

 </body>

 </html>

 

