<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0"/>
	<meta http-equiv="cache-control" content="private, max-age=0, no-cache">
	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="expires" content="0">


    <link rel="shortcut icon" href="https://agentavenue.com/assets/images/favicon.ico" type="image/x-icon">
	<link rel="icon" href="https://agentavenue.com/assets/images/favicon.ico" type="image/x-icon">
			<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/css/bootstrap-datepicker.css">
    <link rel="stylesheet" type="text/css" href="https://agentavenue.com/assets/css/agentavenue.css">
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
    <!-- <script src="assets/js/push.js"></script> -->

    <!-- <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css"> -->


    <title>Agent Avenue</title>
  </head>
  <body>

  	
<img src="https://agentavenue.com/assets/images/Spinner-1s.svg" id="gif" style="position: absolute;  z-index: 99999;  width: 100%;	height: 100%;	display:none; ">

  <div class="top_header">
	<nav class="navbar navbar-expand-lg top_menu wow fadeIn">
	  <div class="container">
	    <a class="navbar-brand" href="https://agentavenue.com/home"><img src="https://agentavenue.com/assets/images/Logo.png"></a>
	    <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" id="navbarBurger">
		<span class="fas fa-bars"></span>
		  	    </button>
	    <div class="collapse navbar-collapse" id="navbarSupportedContent">
	      <ul class="navbar-nav me-auto mb-2 mb-lg-0">
						<li class="nav-item"><a class="nav-link " aria-current="page" href="https://agentavenue.com/about-us">ABOUT US</a></li>
				        <li class="nav-item"><a class="nav-link  " href="https://agentavenue.com/knowledge-center">KNOWLEDGE CENTER</a></li>
			<!-- 									<li class="nav-item"><a class="nav-link " href="https://agentavenue.com/buyer-signup">I’M BUYING</a></li>
					<li class="nav-item"><a class="nav-link " href="https://agentavenue.com/seller-signup">I’M SELLING</a></li>
							 -->
		</ul>
		  
	      <ul class="navbar-nav mb-2 mb-lg-0 navbar-nav-right">
		  			       		 <li class="nav-item agent-top-dk"><a class="nav-link btn" href="https://agentavenue.com/agent">I’M AN AGENT</a></li>
					        <li class="nav-item"><a class="nav-link " href="https://agentavenue.com/login">LOGIN</a></li>
	      </ul>
		  	    </div>
	  </div>
	</nav>
 </div>


    <section class="banner_option_1">
    <img src="https://agentavenue.com/assets/images/banner.jpg">
    <div class="banner_info">
        <div class="container">
            <h1 class="wow fadeInDown">When hiring a Real Estate <br> Agent, you have choices. <br>Let’s meet them.</h1>
            <div class="button_group">
                <a href="https://agentavenue.com/buyer-signup"
                    class="wow fadeInUp d-flex align-items-center justify-content-center btn btn-primary btn-outline">I’m
                    looking to buy</a>
                <a href="https://agentavenue.com/seller-signup"
                    class="wow fadeInUp d-flex align-items-center justify-content-center btn btn-primary btn-outline">I
                    want to sell</a>

                    <a href="https://agentavenue.com/agent"
                    class="wow fadeInUp d-flex align-items-center justify-content-center btn btn-primary btn-outline agent-top-mobile">I’m an Agent</a>
            </div>
        </div>
    </div>
    <div class="wave">
        <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="174" viewBox="0 0 1556 174">
            <path id="Path_2_Copy_2" data-name="Path 2 Copy 2" d="M0,0V174H-1556Z" transform="translate(1556)"
                fill="#fff" />
        </svg>
    </div>
</section>
<section class="hiring_real_estate">
    <div class="container">
        <div class="row align-items-end">
            <div class="col-sm-5 col-md-5 col-xl-4 col-xxl-4 offset-md-0 offset-xl-1 offset-xxl-1 wow fadeInLeft">
                <div class="white_box">
                    <h2>When hiring a Real Estate Agent, where do you begin?</h2>
                    <h6>Agents should be applying to work for you. </h6>
                    <p>Empower yourself by using our knowledge center to learn what questions to ask agents you are
                        considering working with and learn the differences between different agencies and their service
                        offerings.</p>
                    <div class="100p text-center"><a href="https://agentavenue.com/knowledge-center" class="btn btn-outline-info">Learn more</a></div>
                </div>
            </div>
            <div class="col-sm-7 ms-auto text-end wow fadeInRight">
                <div class="right"><img src="https://agentavenue.com/assets/images/tab_phone_img.png"></div>
            </div>
        </div>
    </div>
</section>

<div class="modal fade" id="logoutConfimationModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header modal-logout">
        <h5 class="modal-title" id="exampleModalLabel"></h5>
        <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">
        </button>
      </div>
      <div class="modal-body modal-logout">
        Are you sure you want to logout?<br/>

      </div>
      <div class="modal-footer conatct_forms justify-center">
        <button type="button" class="close btn btn-secondary" data-bs-dismiss="modal" aria-label="Close">Cancel</button>
        <button type="button" class="btn btn-primary Apply" id="logout">Ok</button>
      </div>
    </div>
  </div>
</div>


<div class="modal fade" id="buySellProperty" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
  <div class="modal-dialog" role="document">
    <div class="modal-content">
      <div class="modal-header modal-logout">
        <h5 class="modal-title" id="exampleModalLabel"></h5>
        <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close">
        </button>
      </div>
      <div class="modal-body modal-logout">
       Please select Property type<br/>

      </div>
      <div class="modal-footer conatct_forms justify-center">
      	<a href="https://agentavenue.com/buyer-post-opportunity" class="btn btn-outline-blue me-auto ms-auto metropolis_700b">+Add Buyer Property</a>

      	<a href="https://agentavenue.com/seller-post-opportunity" class="btn btn-outline-blue me-auto ms-auto metropolis_700b">+Add Seller Property</a>
        <!-- <button type="button" class="close btn btn-primary Apply" data-bs-dismiss="modal" aria-label="Close">Cancel</button>
        <button type="button" class="btn btn-primary Apply" id="logout">Ok</button> -->
      </div>
    </div>
  </div>
</div>

<footer class="footer d-flex wow fadeIn">
		<div class="container">
			<ul class="footer_menu">
				<li><a href="https://agentavenue.com/contact-us">Contact Us</a></li>
				<li><a href="https://agentavenue.com/knowledge-center/#faq">FAQ’s</a></li>
				<li><a href="https://agentavenue.com/terms-and-conditions">Terms and Conditions</a></li>
				<li><a href="https://agentavenue.com/privacy-policy">Privacy Policy</a></li>
			</ul>
			<ul class="social_media">
				<li><a href="https://facebook.com/AgtAvenue/" target=a id="facebook-link"><i class="fab fa-facebook-f"></i></a></li>
				<li><a href="https://twitter.com/@AgtAvenue" target=b ><i class="fab fa-twitter"></i></a></li>
				<li><a href="https://www.linkedin.com/company/agtavenue" target=c  ><i class="fab fa-linkedin-in"></i></a></li>
			</ul>
		</div>
	</footer>


	<!-- <a href="#" class="chat_button"><img src="https://agentavenue.com/assets/images/chat-icon.svg"></a> -->

	<!-- <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> -->
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
    <script src="https://agentavenue.com/assets/js/wow.min.js"></script>
	<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.1.3/owl.carousel.min.js"></script>
<script type="text/javascript">
   
        $(document).ready(function() {

  var sync1 = $("#sync1");
  var sync2 = $("#sync2");
  var slidesPerPage = 4; //globaly define number of elements per page
  var syncedSecondary = true;

  sync1.owlCarousel({
    items : 1,
    slideSpeed : 2000,
    nav: false,
    autoplay: true,
    dots: true,
    loop: true,
    responsiveRefreshRate : 200,
    navText: ['<svg width="100%" height="100%" viewBox="0 0 11 20"><path style="fill:none;stroke-width: 1px;stroke: #000;" d="M9.554,1.001l-8.607,8.607l8.607,8.606"/></svg>','<svg width="100%" height="100%" viewBox="0 0 11 20" version="1.1"><path style="fill:none;stroke-width: 1px;stroke: #000;" d="M1.054,18.214l8.606,-8.606l-8.606,-8.607"/></svg>'],
  }).on('changed.owl.carousel', syncPosition);

  sync2
    .on('initialized.owl.carousel', function () {
        alert('hello');
      sync2.find(".owl-item").eq(0).addClass("current");
    })
    .owlCarousel({
    items : slidesPerPage,
    dots: true,
    nav: false,
    margin:10,
    smartSpeed: 200,
    slideSpeed : 500,autoWidth: true, 
    slideBy: slidesPerPage, //alternatively you can slide by 1, this way the active slide will stick to the first item in the second carousel
   
    responsiveRefreshRate : 100
  }).on('changed.owl.carousel', syncPosition2);

  function syncPosition(el) {
    //if you set loop to false, you have to restore this next line
    //var current = el.item.index;
    
    //if you disable loop you have to comment this block
    var count = el.item.count-1;
    var current = Math.round(el.item.index - (el.item.count/2) - .5);
    
    if(current < 0) {
      current = count;
    }
    if(current > count) {
      current = 0;
    }
    
    //end block

    sync2
      .find(".owl-item")
      .removeClass("current")
      .eq(current)
      .addClass("current");
    var onscreen = sync2.find('.owl-item.active').length - 1;
    var start = sync2.find('.owl-item.active').first().index();
    var end = sync2.find('.owl-item.active').last().index();
    
    if (current > end) {
      sync2.data('owl.carousel').to(current, 100, true);
    }
    if (current < start) {
      sync2.data('owl.carousel').to(current - onscreen, 100, true);
    }
  }
  
  function syncPosition2(el) {
    if(syncedSecondary) {
      var number = el.item.index;
      sync1.data('owl.carousel').to(number, 100, true);
    }
  }
  
  sync2.on("click", ".owl-item", function(e){
    e.preventDefault();
    var number = $(this).index();
    sync1.data('owl.carousel').to(number, 300, true);
  });
});
</script>
    <script>
    	//new WOW().init();
    </script>

	<script id="_agile_min_js" async type="text/javascript" src="https://d1gwclp1pmzk26.cloudfront.net/agile/agile-cloud.js">
	</script>
	<script type="text/javascript" >
	var Agile_API = Agile_API || {}; Agile_API.on_after_load = function(){
	_agile.set_account('1fnurceugiubob4ff3jr7tkcog', 'agentavenue', false);
	_agile_set_whitelist('YWdlbnRhdmVudWU=');
	_agile.track_page_view();
	_agile_execute_web_rules();};
	</script>

	<script type="text/javascript" >
		$(".toggle_side_menu").click(function(){
		  $(".questionaire_page").toggleClass("show");
		});
		$(".user-logout").on("click", function(){
			$("#logoutConfimationModal").modal("show");
		});
		$("#logout").on("click", function(){
			window.location.href="https://agentavenue.com/logout";
		});

		$(document).ready(function () {
		    $(document).click(function (event) {
		        var clickover = $(event.target);
		        var _opened = $(".navbar-collapse").hasClass("show");
		        if (_opened === true && !clickover.hasClass("navbar-toggler")) {
		            $("button.navbar-toggler").click();
		        }
		    });
		});

        $(document).ready(function () {

            $(".bell-icon").on("click", function(){

                $(".new-drop").toggleClass("show");

                user_id = $(".noti_user_id").val();

                $.ajax({
                    type: "POST",
                    url: "https://agentavenue.com/change-notification-status",
                    data: {
                        'userid': user_id,
                        "_token": "6e57yvHnoJ9FpFBeiRCDEfm60EHdui0QDjUmci1J"
                    },
                    success: function(data) {
                        $(".red_icon").hide();
                        $(".dote-red").hide();
                    }
                });

                
            });

            setInterval(function(){ 
			    //this code runs every second 
			    var current_user = "";
			    var profile_img = "";
			    // console.log("profile_img", profile_img);
			    var name = "";
			    var first_name = name.substr(0, 1);
			    var lastname = "";
			    var last_name = lastname.substr(0, 1);
	            if(current_user){
	            	$.ajax({
	                    type: "GET",
	                    url: "https://agentavenue.com/get-all-notifications",
	                    success: function(data) {
	                    	// console.log("data",data, data.success.check_status, data.success.notifications);
	                    	if(data.success.check_status == 1){

	                    		if(!$("#navbarDropdown1").hasClass('red_icon')){
	                    			$('span.red_icon').remove();
	                    			$('span.dote-red').remove();
	                    			$("#navbarDropdown1").append('<span class="red_icon"></span>');
	                    			$("#navbarBurger").append('<span class="dote-red"></span>');
	                    		}
	                    		if(data.success.notifications.length != 0){

	                    			notification_html = "";
	                    			$.each( data.success.notifications, function( key, value ) {
									  // console.log( key + ": " + value.description, value.url );
									  if(value.url != ''){
									  		notification_html += '<li><a class="dropdown-item" href="'+value.url+'">';
									  		if(profile_img !== null && profile_img !=="" && profile_img !== undefined){
									  			notification_html += '<img src="https://api.agentavenue.com/uploads/users/"><p>'+ value.description+ '</p>';
									  		}else{
									  			notification_html += '<span class="nt_name">'+ first_name + last_name+' </span><p>'+ value.description+ '</p>';
									  		}
									  		
									  		notification_html += '</a></li>';
									  }else{
									  		notification_html += '<li><a class="dropdown-item" href="#">';
									  		if(profile_img !== null && profile_img !=="" && profile_img !== undefined){
									  			notification_html += '<img src="https://api.agentavenue.com/uploads/users/"><p>'+ value.description+ '</p>';
									  		}else{
									  			notification_html += '<span class="nt_name">'+ first_name + last_name+' </span><p>'+ value.description+ '</p>';
									  		}
									  		notification_html += '</a></li>';
									  }
									});
									$("#notification-dropdown li").remove();
									$("#notification-dropdown").append(notification_html);
	                    		}
	                    	}
	                    }
	                });
	            }
			}, 5000);
		});
		$('body').on('click', function(e) {
			var target = $(e.target), article;
			if (!window.matchMedia("(max-width: 767px)").matches)
	        {
	        	if (!target.is('.bell-icon img')) {
					if($("#notification-dropdown").hasClass("show")){
						$("#notification-dropdown").removeClass("show");
					}else{
						// console.log("in else");
					}
				}
				
	        }
			
		});
		if (window.matchMedia("(max-width: 767px)").matches)
        {
        	$("#facebook-link").attr("href", 'https://m.facebook.com/AgtAvenue/');
        }

		function isInView(el) {
		  var rect = el.getBoundingClientRect();           // absolute position of video element
		  return !(rect.top > $(window).height() || rect.bottom < 0);   // visible?
		}

		$(document).on("scroll", function() {
		  $( "video" ).each(function() {
		    if (!isInView($(this)[0])) {  // visible?
		    	if (!$(this)[0].paused) $(this)[0].pause();      // pause if not paused            
		          
		    }
		    // else {
		    //   if ($(this)[0].paused) $(this)[0].play();  // play if not playing 
		    // }
		  });  
		});
		
		$(window).click(function(event) {
			var clickover = $(event.target);
			var _opened = $(".navbar-collapse").hasClass("show");
			        if (_opened === true && !clickover.hasClass("navbar-toggler")) {
			           $("button.navbar-toggler").click();
			        }
		});
		$('#navbarSupportedContent').click(function(event){
		  event.stopPropagation();
		});

		$(".add-property").on("click", function(){
            $("#buySellProperty").modal("show");
   		});
   		
	</script>
  </body>
</html>
