55ok

Mini

Direktori : /home/u307599615/domains/anantarealtors.com/public_html/
Upload File :
Current File : /home/u307599615/domains/anantarealtors.com/public_html/career.html




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


<!-- Mirrored from riseinfraventures.com/career by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 31 May 2025 09:29:29 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=UTF-8" /><!-- /Added by HTTrack -->
<head>
<base >
    <title>Careers at Rise Infraventures | Join Our Team of Experts	</title>
      <meta name="robots" content="noindex, nofollow">
       <meta charset="utf-8">
       <meta name="description" content="Looking for a career in real estate, IT services, or digital solutions? Explore exciting opportunities at Rise Infraventures and be part of a dynamic team driving innovation and success.">
      <link rel="canonical" href="https://riseinfraventures.com/career"/>
      
       <link rel="shortcut icon" href="https://riseinfraventures.com/assets/favicon.png" />
      <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
      <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&amp;display=swap" rel="stylesheet">
      <link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/8.1.0/mdb.min.css" rel="stylesheet">
      <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
      <link href="https://riseinfraventures.com/assets/css/style.css" rel="stylesheet">
      
      <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.19/css/intlTelInput.min.css"/>

	
     <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel/slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel/slick/slick-theme.css"/>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/slick-carousel/slick/slick.min.js"></script>
  
  <style>
    .top-bar {
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.navbar-brand img {
    height: 50px;
    width: auto;
}

.quick-inquiry {
    font-size: 14px;
    color: #000;
   
}

.phone-number {
    font-size: 14px;
    color: #000;
}

@media (max-width: 768px) {
    .contact-info {
        font-size: 13px; /* Smaller text for mobile */
    }
    .quick-inquiry, .phone-number {
        font-size: 13px; /* Adjust as needed */
    }
}



/* Ensure submenu appears properly */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* Mobile fix: Expand submenu on click */
@media (max-width: 992px) {
  .dropdown-submenu .dropdown-menu {
    position: static;
    display: none;
    margin-left: 10px;
  }
  
  .dropdown-submenu.show .dropdown-menu {
    display: block;
  }

  /* Style for toggle icon */
  .dropdown-toggle-icon {
    display: inline-block;
    float: right;
    padding: 10px;
    cursor: pointer;
  }
}


@keyframes blinkText {
    0% { color: #f4c189; }
    50% { color: #000000; }
    100% { color: #f4c189; }
}

.blink-text {
    animation: blinkText 1s infinite;
   
}

a {
    text-decoration: none; 
    color: rgb(13 110 253); 
}


  </style>
  
  <script>
      {
  "@context": "https://schema.org",
  "@type": "WebPage",
  "name": "Careers at Rise Infraventures",
  "url": "https://riseinfraventures.com/career",
  "description": "Explore career opportunities at Rise Infraventures and be part of our growing team.",
  "breadcrumb": {
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://riseinfraventures.com/"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Career",
        "item": "https://riseinfraventures.com/career"
      }
    ]
  },
  "hasPart": [
    {
      "@type": "CollectionPage",
      "name": "Job Openings",
      "description": "Current job vacancies at Rise Infraventures.",
      "url": "https://riseinfraventures.com/career"
    },
     ]
}

  </script>
   
</head>

<body>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&amp;display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
  <style>
a {
    text-decoration: none; 
    color: inherit; 
}


 .modal-content {
            background: rgba(0, 0, 0, 0.8);
            border-radius: 0;
            color: #fff;
            height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            border: none;
        }
        /* Remove modal border and shadow */
        .modal-dialog {
            max-width: 100%;
            margin: 0;
        }
        /* Close button styling */
        .btn-close {
            filter: invert(1);
        }
        


        /* Custom input styles */
        .custom-input {
            background-color: transparent;
            border: none;
            border-bottom: 2px solid #fff;
            border-radius: 0;
            color: #fff;
            width: 100%;
            padding: 8px 0;
        }

        .custom-input:focus {
            outline: none;
            box-shadow: none;
            border-bottom: 2px solid #ddd;
        }

        .custom-input::placeholder {
            color: #ccc;
        }

        /* Spacing for inputs */
        .form-group {
            margin-bottom: 15px;
        }
        

         .navbar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000; 
            background: rgba(0, 0, 0, 0.5); 
        }
        
  </style> 
  
   <header>
      




 <nav class="navbar navbar-expand-lg navbar-dark">
        <div class="container">
        <a class="navbar-brand" href="https://riseinfraventures.com/">
            <img src="https://riseinfraventures.com/assets/logo.webp" alt="Rise Infraventures Limited - Top Real Estate Consultants in India" width="100%" height="50">
        </a>
        <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
            <span class="navbar-toggler-icon" style="background-image: url('https://riseinfraventures.com/assets/download.svg');"></span>

        </button>
        
            <div class="collapse navbar-collapse" id="navbarNav">
                <ul class="navbar-nav ms-auto">
                    
                    
                <li class="nav-item dropdown" data-bs-auto-close="outside">
                    <a class="nav-link dropdown-toggle text-white" href="#" id="newsroomDropdown" role="button" data-bs-toggle="dropdown">
                       ABOUT US
                    </a>
                    <ul class="dropdown-menu">
                   <li><a class="dropdown-item" href="https://riseinfraventures.com/about-us">Our Story</a></li>
                   <li><a class="dropdown-item" href="https://riseinfraventures.com/our-management-team">Leadership</a></li>
                   <li><a class="dropdown-item" href="https://riseinfraventures.com/events">Events</a></li>
                   <li><a class="dropdown-item" href="https://riseinfraventures.com/awards-and-recognition">Awards and Recognition</a></li>
                   <li><a class="dropdown-item" href="https://riseinfraventures.com/corporate-social-responsibilty">Corporate Social Responsibility</a></li>
                       
                    </ul>
                </li>
                    
                    
    <li class="nav-item dropdown">
    <a class="nav-link dropdown-toggle" href="#" id="servicesDropdown" role="button" data-bs-toggle="dropdown">
         PROPERTIES 
    </a>
    
    <ul class="dropdown-menu" aria-labelledby="servicesDropdown">
                    <li class="dropdown-submenu">
                <a class="dropdown-item dropdown-toggle" href="https://riseinfraventures.com/category/commercial">
                    Commercial                </a>

                                    <ul class="dropdown-menu">
                                                    <li>
                             <a class="dropdown-item" href="https://riseinfraventures.com/commercial-properties-gurgaon">
                             Gurgaon                            </a>

                                </a>
                            </li>
                                                    <li>
                             <a class="dropdown-item" href="https://riseinfraventures.com/commercial-properties-delhi">
                             Delhi                            </a>

                                </a>
                            </li>
                                                
                    
               
                
                    </ul>
                            </li>
                    <li class="dropdown-submenu">
                <a class="dropdown-item dropdown-toggle" href="https://riseinfraventures.com/category/residential">
                    Residential                </a>

                                    <ul class="dropdown-menu">
                                                    <li>
                             <a class="dropdown-item" href="https://riseinfraventures.com/residential-properties-gurgaon">
                             Gurgaon                            </a>

                                </a>
                            </li>
                                                    <li>
                             <a class="dropdown-item" href="https://riseinfraventures.com/residential-properties-mumbai">
                             Mumbai                            </a>

                                </a>
                            </li>
                                                    <li>
                             <a class="dropdown-item" href="https://riseinfraventures.com/residential-properties-delhi">
                             Delhi                            </a>

                                </a>
                            </li>
                                                
                    
               
                
                    </ul>
                            </li>
                    <li class="dropdown-submenu">
                <a class="dropdown-item dropdown-toggle" href="https://riseinfraventures.com/category/scoplots">
                    SCO Plots                </a>

                                    <ul class="dropdown-menu">
                                                    <li>
                             <a class="dropdown-item" href="https://riseinfraventures.com/sco-plots-in-gurgaon">
                             Gurgaon                            </a>

                                </a>
                            </li>
                                                
                    
               
                
                    </ul>
                            </li>
            </ul>
</li>
<li class="nav-item dropdown" data-bs-auto-close="outside">
                    <a class="nav-link dropdown-toggle text-white" href="#" id="newsroomDropdown" role="button" data-bs-toggle="dropdown">
                        INSIGHTS    
                    </a>
                    <ul class="dropdown-menu">
                         <li><a class="dropdown-item" href="https://riseinfraventures.com/blogs">Blogs</a></li>
                    
                           <li><a class="dropdown-item" href="https://riseinfraventures.com/pr-and-news">PR & Media</a></li>
                           <li><a class="dropdown-item" href="https://riseinfraventures.com/real-estate-news">News & Updates</a></li>
                      
                      
                      

                    </ul>
                </li>
                    <li class="nav-item"><a class="nav-link" href="https://rnrbyriseinfra.com/" target="_blank" >RESEARCH & REPORTS</a></li>
                    
                    <li class="nav-item"><a class="nav-link" href="https://riseinfraventures.com/nri-corner">NRI CORNER</a></li>
                    <li class="nav-item"><a class="nav-link" href="https://riseinfraventures.com/career">CAREERS</a></li>
                    <li class="nav-item"><a class="nav-link" href="https://riseinfraventures.com/contact-us">CONTACT</a></li>
                </ul>
            </div>


           

        </div>
    </nav>

    </header>
    
    
    
    
<!-- Full-Screen Transparent Modal -->

<div class="modal fade" id="contactModal" tabindex="-1" aria-labelledby="contactModalLabel" aria-hidden="true">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header border-0">
                <h5 class="modal-title" id="contactModalLabel"></h5>
                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
            </div>
            
            
            <div class="modal-body">
               <form action="https://riseinfraventures.com/contact-process" method="POST">
                   
    <div class="row" style="margin-top: 70px;">
    <div class="col-md-6">
        <div class="form-group">
            <label >Name*</label>
            <input type="text" class="custom-input" name="fname" id="fname" required style="width: 100%; padding: 12px; font-size: 18px;">
            <input type="hidden" name="first_form" value="send contact">
        </div>
        <div class="form-group">
            <label>Email*</label>
            <input type="email" class="custom-input" name="email" id="email" required style="width: 100%; padding: 12px; font-size: 18px;">
        </div>
    </div>
    <div class="col-md-6">
        <div class="form-group">
            <label>Mobile No*</label>
            <input type="tel" class="custom-input" name="phone" id="phone" required style="width: 100%; padding: 12px; font-size: 18px;" oninput="this.value = this.value.replace(/\D/g, '')">
        </div>
        <div class="form-group">
            <label>Messages*</label>
            <input type="text" class="custom-input" name="message" id="message" required style="width: 100%; padding: 12px; font-size: 18px;">
        </div>
    </div>
</div>


        <div class="text-center mt-3">
            <button type="submit" name="submit" class="btn btn-light">Submit</button>
        </div>
    </form>
</div>
           
          
        </div>
    </div>
</div>
    
    
  

    
   
<style>
    
.hero-section {
  background: url('https://riseinfraventures.com/assets/career/banner.webp') center center / cover no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 1rem; /* Mobile padding */
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 80vh;
    background-position: top center;
    background-image: url('https://riseinfraventures.com/assets/career/career-mobile.webp'); /* Mobile image */
  }
}



.btn-black {
  background: #000;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  display: inline-block;
  font-size: 13px;
}

.content-box {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 2rem;
  width: 90%;
  max-width: 1296px;
  margin: -80px auto 0;
  position: relative;
  z-index: 2;

}

.content-box h2 {
  font-size: 28px;
  font-weight: bold;
}



.text-purple {
  color: #a050b0;
}

.text-purple:hover {
  text-decoration: underline;
}

.amenity-card {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 10px;
padding: 15px;
text-align: center;
min-height: 150px; 
 }
 
 
 
 .job-card {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.09);
    border-left: 4px solid #000;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
  }
  

  .job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px; /* vertical | horizontal gap */
  margin-top: 0.5rem;
}

.meta-item {
  font-size: 14px;
  color: #000;
  position: relative;
  padding-right: 12px;
}

.meta-item:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 2px;
  color: #000;
}


  .btn-apply {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    transition: 0.2s;
  }
  .btn-apply:hover {
    background-color: #333;
    color: #fff;
  }
  
@media (max-width: 600px) {
  .job-card {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2rem;
   
  }

  .btn-apply {
    width: 100%;
    font-size: 10px;
  }
}






 .image-marquee {
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
    }

    .image-marquee img {
      display: inline-block;
      height: auto;
      max-height: 300px; 
      /*margin-right: 30px;*/
      animation: scroll-left 10s linear infinite;
    }

    @keyframes scroll-left {
      100% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
    }



  .modal-content {
    border-radius: 15px;
  }

.modal-dialog {
  max-width: 600px; 
  max-height:  200px;
  margin: 1.75rem auto;
}

.modal-content {
  background: #fff;
  color: #000;
  border: none;
  max-height: 80vh;   
  border-radius: 16px;
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-close {
  filter: brightness(0); 
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1055;
}

 .email-link {
    color: #386bc0; 
    
  }



</style>

<!-- Hero Section -->
<div class="hero-section">

</div>

<!-- Career Content Box -->
<div class="content-box text-center">
  <h1 style="font-size: 35px"><b>Real Estate Careers in India</b></h1>
  <p>Ready to elevate your career with a company that drives excellence? At Rise Infraventures Limited, a leading real estate consultant in India, we foster a collaborative, high-performance culture and welcome ambitious, results-oriented individuals to join our team.
</p>
<div class="text-center">
  <div class="d-inline-flex flex-column flex-md-row gap-2">
    <a href="#vacancies" class="btn btn-black" onclick="document.getElementById('vacancies').scrollIntoView({ behavior: 'smooth' }); return false;">
      View Vacancies
    </a>
    <a class="btn btn-black" data-bs-toggle="modal" data-bs-target="#careerModal">
      Send Us Your CV
    </a>
  </div>
</div>




</div>

<!-- Join the Sobha Family Section -->
<section class="sobha-family-section d-flex align-items-center py-3">
  <div class="container">
    <div class="row align-items-center">
      <!-- Text Column -->
      <div class="col-md-6 text-left">
        <h2 class="sobha-title"><b>Join Rise Infraventures Family</b></h2>
        <p class="sobha-text">
         At Rise Infraventures, we believe in helping you unlock your true potential. As a dynamic and growing real estate consultancy, we foster a progressive work culture where talent is recognized, nurtured, and empowered.

        </p>
        <p class="sobha-text"><i class="bi bi-people-fill me-2 text-dark"></i><b>Values Over Value</b> – We put people first, and success follows.</p>
        <p class="sobha-text"><i class="bi bi-globe2 me-2 text-dark"></i><b>Diversity, Equity & Inclusion</b> – A workplace where every voice matters.</p>
       <p class="sobha-text"><i class="bi bi-lightbulb-fill me-2 text-dark"></i><b>Collaborative & Innovative Culture</b> – Fresh ideas are always welcome here.</p>
       <p class="sobha-text"><i class="bi bi-gift-fill me-2 text-dark"></i><b>Attractive Compensation & Benefits</b> – Your hard work deserves real rewards.</p>

      </div>

      <!-- Image Column -->
      <div class="col-md-6 text-center">
        <img src="https://riseinfraventures.com/assets/career/R-3-new.webp" alt="Image" class="img-fluid sobha-image">
      </div>
    </div>
  </div>
</section>



<div class="container-fluid py-5">
  <h2 class="text-center fw-bold">Life at Rise Infraventures! </h2>
  <p class="text-center" style="font-size:18px">Grow beyond your goals, build lifelong relationships, and create unforgettable memories</p><br><br>
  <div class="image-marquee">
    <img src="https://riseinfraventures.com/assets/career/7.webp" alt="rise-infraventures-limited-photos">
    <img src="https://riseinfraventures.com/assets/career/6.webp" alt="rise-infraventures-limited-photos">
    <img src="https://riseinfraventures.com/assets/career/4.webp" alt="rise-infraventures-limited-photos">
    <img src="https://riseinfraventures.com/assets/career/3.webp" alt="rise-infraventures-limited-photos">
    <img src="https://riseinfraventures.com/assets/career/2.webp" alt="rise-infraventures-limited-photos"> 
    <img src="https://riseinfraventures.com/assets/career/5.webp" alt="rise-infraventures-limited-photos"> 
   
  </div>
</div>








<div id="vacancies" class="container py-4">
     <h2 class="text-black fw-bold text-center">Careers at Rise Infraventures Limited</h2>
   <p class="text-center">Join our team of high-performing experts as we hire passionate and skilled individuals.</p>
  <h5 class="fw-bold mb-3">Current Job Openings</h5>
  <hr style="border: none; border-top: 2px solid #000; width: 100px; margin-bottom: 2rem;">

  <!-- Job Card 1 -->
  <div class="job-card d-flex justify-content-between align-items-center">
  <div>
    <h4 class="fw-bold">Sales Executive</h4>
   <div class="job-meta">
  <span style="color:#000">➤</span>
  <span class="meta-item">Full-Time</span>
  <span class="meta-item">Experience: 6 Months To 1 Year</span>
  <span class="meta-item">Noida</span>
</div>

  </div>
  <a class="btn btn-black" data-bs-toggle="modal" data-bs-target="#careerModal" class="btn btn-apply">Apply Now <span class="ms-2">➤</span></a>
</div>



<div class="job-card d-flex justify-content-between align-items-center">
  <div>
    <h4 class="fw-bold">Sales Executive</h4>
   <div class="job-meta">
  <span style="color:#000">➤</span>
  <span class="meta-item">Full-Time</span>
  <span class="meta-item">Experience: 6 Months To 1 Year</span>
  <span class="meta-item">Gurgaon</span>
</div>

  </div>
  <a class="btn btn-black" data-bs-toggle="modal" data-bs-target="#careerModal" class="btn btn-apply">Apply Now <span class="ms-2">➤</span></a>
</div>





<div class="job-card d-flex justify-content-between align-items-center">
  <div>
    <h4 class="fw-bold">Sales Manager</h4>
    
 <div class="job-meta">
  <span style="color:#000">➤</span>
  <span class="meta-item">Full-Time</span>
  <span class="meta-item">Experience: 6 Months To 1 Year</span>
  <span class="meta-item">Gurgaon</span>
</div>
    
    
  </div>
  <a class="btn btn-black" data-bs-toggle="modal" data-bs-target="#careerModal" class="btn btn-apply">Apply Now <span class="ms-2">➤</span></a>
</div>



<div class="job-card d-flex justify-content-between align-items-center">
  <div>
    <h4 class="fw-bold">International Sales Executive (Greece, Dubai)</h4>
  <div class="job-meta">
  <span style="color:#000">➤</span>
  <span class="meta-item">Full-Time</span>
  <span class="meta-item">Experience: 6 Months To 1 Year</span>
  <span class="meta-item">Gurgaon</span>
</div>
    
    
    
    
  </div>
  <a class="btn btn-black" data-bs-toggle="modal" data-bs-target="#careerModal" class="btn btn-apply">Apply Now <span class="ms-2">➤</span></a>
</div>

<div class="job-card d-flex justify-content-between align-items-center">
  <div>
    <h4 class="fw-bold">Front Desk (Female Admin)</h4>
   <div class="job-meta">
  <span style="color:#000">➤</span>
  <span class="meta-item">Full-Time</span>
  <span class="meta-item">Experience: 6 Months To 1 Year</span>
  <span class="meta-item">Gurgaon</span>
</div>
  </div>
  <a class="btn btn-black" data-bs-toggle="modal" data-bs-target="#careerModal" class="btn btn-apply">Apply Now <span class="ms-2">➤</span></a>
</div>


  
</div>


<section class="sobha-family-section d-flex align-items-center " >
  <div class="container">
    <div class="row align-items-center">
      <!-- Text Column -->
        <div class="col-md-6 text-center">
        <img src="https://riseinfraventures.com/assets/career/career.webp" alt="Image" class="img-fluid sobha-image">
      </div>
      
      <div class="col-md-6 text-right">
        <h3 class="sobha-title" style="font-size: 40px"><b>Didn't find a role that aligns with your profile? </b></h3><br>
        
        <p class="sobha-text" style="font-size: 18px">
        We’re always on the lookout for driven and talented professionals to join our growing team.<br><br>Kindly share your updated resume at <a href="mailto:deepika@riseinfraventures.com" class="email-link"><b>deepika@riseinfraventures.com</b> </a> , and we’ll connect with you when a suitable opportunity arises

        </p>
      

      </div>

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




<div class="modal fade" id="careerModal" tabindex="-1" aria-labelledby="careerModalLabel" aria-hidden="true">
  <div class="modal-dialog modal-dialog-centered modal-lg">
    <div class="modal-content">
      <div class="modal-header border-0">
        <h4 class="modal-title fw-bold text-dark" id="careerModalLabel">Careers at Rise Infraventures Limited</h4>
        <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
      </div>

<form action="https://riseinfraventures.com/career-process" method="POST" enctype="multipart/form-data">
  <div class="modal-body">
    <div class="row mb-3">
      <div class="col-md-6">
        <label class="form-label">First Name<span class="text-danger">*</span></label>
        <input type="text" name="fname" class="form-control" required>
        <input type="hidden" name="first_form" value="send contect">
      </div>
      <div class="col-md-6">
        <label class="form-label">Last Name<span class="text-danger">*</span></label>
        <input type="text" name="lname" class="form-control" required>
      </div>
    </div>

    <div class="mb-3">
      <label class="form-label">Email Address<span class="text-danger">*</span></label>
      <input type="email" name="email" class="form-control" required>
    </div>

    <div class="mb-3"> 
      <label class="form-label">Phone<span class="text-danger">*</span></label>
      <div class="input-group">
        <span class="input-group-text">
         <img src="https://flagcdn.com/w40/in.png" alt="India" width="20">&nbsp;+91
        </span>
        <input type="tel" name="phone" class="form-control" required>
      </div>
    </div>

    <div class="mb-3">
      <label class="form-label">Select Category<span class="text-danger">*</span></label>
      <select name="category" class="form-select" required>
        <option value="">Select...</option>
        <option value="Sales Executive Noida">Sales Executive (Noida)</option>
        <option value="Sales Executive Gurgaon">Sales Executive (Gurgaon)</option>
        <option value="Sales Manager Gurgaon">Sales Manager (Gurgaon)</option>
        <option value="International Sales Executive">International Sales Executive</option>
        <option value="Front Desk Gurgaon">Front Desk (Gurgaon)</option>
      </select>
    </div>

    <div class="mb-3">
      <label class="form-label">Attach your CV<span class="text-danger">*</span></label>
      <input type="file" name="cv" class="form-control" required>
    </div>
  </div>

  <div class="modal-footer flex-column border-0">
       <!--<small class="text-muted mt-2">By clicking Submit, you agree to our <a href="#">Terms and Conditions</a> and <a href="#">Privacy Policy</a>.</small>-->
    <button type="submit" class="btn btn-dark">Submit details</button>
   
  </div>
</form>


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








<script>
  $(document).ready(function(){
      setTimeout(function(){ 
          $('.testimonials').slick({
              slidesToShow: 4,  
              slidesToScroll: 1,  
              autoplay: true,    
              autoplaySpeed: 2000, 
              infinite: true, 
              arrows: true,      
              dots: true,        
              responsive: [
                  {
                      breakpoint: 1200, 
                      settings: {
                          slidesToShow: 2
                      }
                  },
                  {
                      breakpoint: 768, 
                      settings: {
                          slidesToShow: 1
                      }
                  }
              ]
          });
      }, 500); 
  });
 
  </script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.19/js/intlTelInput.min.js"></script>
<script>
  var input = document.querySelector("#phone");
  window.intlTelInput(input, {
    initialCountry: "in", // start with India
    preferredCountries: ["in", "ae", "us"], // top of list
    utilsScript: "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.19/js/utils.js"
  });
</script>



 

     <div class="popup-container" id="popupContainernew">
        <div class="popup">
            <span class="close" onclick="closePopupnew()">&times;</span>
            <h2>Connect With Us</h2>
            <form action="https://riseinfraventures.com/send_process" method="POST">
                
                <label>Name</label>
                <input type="text" name="fname" id="fname" placeholder="Your name" required>
                
                 <input type="hidden" name="first_form" value="send contect">

                <label>Email</label>
                <input type="email" name="email" id="email"  placeholder="Enter Your Email" required>
                <label>Phone</label>
                <input type="tel" name="phone" id="phone" placeholder="Enter Phone Number"  oninput="this.value = this.value.replace(/\D/g, '')" required>
                
                <label>Message</label>
                <textarea placeholder="Description about it" name="message" id="message" ></textarea>
                
                 <input type="hidden" name="project" id="project" value="Quick Inquiry with Mobile">
                
              
               <div class="form-block">
               <div class="checkbox-container">
               <input type="checkbox" class="terms-checkbox" id="terms1">
               <label for="terms1">  I accept the <a href="https://riseinfraventures.com/terms-of-use" style="color: Blue">Terms & Conditions</a>
               </label>
              </div>

                <div class="form-footer">
             <button class="submit-btn" disabled>Submit</button>
              </div>
               </div>
           
                
            </form>
        </div>
    </div>
 

<div class="bottom-bar d-flex text-white text-center">
  <div class="bar-item">
    <a href="tel:180054777999" class="bar-link">
      <i class="bi bi-telephone-fill"></i> <span>Call</span>
    </a>
  </div>
  <div class="bar-item">
    <a onclick="showPopupnew()" class="bar-link">
      <i class="bi bi-envelope-fill"></i> <span>Enquire</span>
    </a>
  </div>
  <div class="bar-item">
    <a href="https://api.whatsapp.com/send?phone=918448539093&amp;text=Hello%20Team%20Rise%20Infraventures%20Limited,%20I%20am%20interested%20in%20one%20of%20the%20projects%20listed%20on%20your%20website.%20Could%20you%20please%20connect%20with%20me?" class="bar-link">
      <i class="bi bi-whatsapp"></i> <span>WhatsApp</span>
    </a>
  </div>
</div>





<footer class="bg-black text-white py-2">
  <div class="container-fluid py-md-4 px-md-5 px-3">
    <div class="row">

    
      <div class="col-md-6">
        <img src="https://riseinfraventures.com/assets/logo.webp" alt="Rise Infraventures Limited - Top International Property Consultants in India" class="mb-3">
        
        <div class="d-flex gap-3 mb-3">
        <a href="https://www.youtube.com/@riseinfraventureslimited8586" target="_blank"> <i class="bi bi-youtube text-white"></i> </a>
       
        <a href="https://x.com/rise_infra" target="_blank" class="me-2"> <i class="bi bi-twitter text-white"></i></a>
      
        
        <a href="https://www.facebook.com/Riseinfraventureslimited" target="_blank" class="me-2"> <i class="bi bi-facebook text-white"></i></a>
         <a href="https://www.instagram.com/riseinfraventures/?igsh=MW8yZXZ2ZTBqam5qcA%3D%3D#" target="_blank" class="me-2"><i class="bi bi-instagram text-white"></i></a>
          <a href="https://www.linkedin.com/company/riseinfraventures/" target="_blank" class="me-2"><i class="bi bi-linkedin text-white"></i></a>

        </div>
        <p>Stay informed with the latest trends & insights</p>

        <form class="d-flex flex-wrap gap-1 mb-3" role="form">
          <input type="email" class="form-control" id="email" placeholder="Email address" required style="max-width: 230px;">
          <button type="submit" class="btn btn-gradient btn-no-uppercase">Subscribe</button>
        </form>

        <p><i class="bi bi-geo-alt-fill me-2 text-white"></i>2nd floor of Ireo Grand View Tower, Golf Course Ext Rd, <br>Sector 58, Gurugram, Haryana 122001</p>
        <p><i class="bi bi-telephone-fill me-2 text-white"></i>180054777999</p>
        <p><i class="bi bi-envelope-fill me-2 text-white"></i>contact@riseinfraventures.com</p>
      </div>

      <!-- Column 2 -->
      <div class="col-md-2 mb-4">
        <h6 class="fw-bold">Company</h6>
        <ul class="list-unstyled">
          <li class="mb-2"><a href="https://riseinfraventures.com/about-us" class="text-white text-decoration-none">Our Story</a></li>
          <li class="mb-2"><a href="https://riseinfraventures.com/our-management-team">Leadership</a></li>
          <li class="mb-2"><a href="https://riseinfraventures.com/awards-and-recognition" class="text-white text-decoration-none">Awards</a></li>
          <li class="mb-2"><a href="https://riseinfraventures.com/events" class="text-white text-decoration-none">Events</a></li>
          <li class="mb-2"><a href="https://riseinfraventures.com/career" class="text-white text-decoration-none">Career</a></li>
          <li class="mb-2"><a href="https://riseinfraventures.com/contact-us" class="text-white text-decoration-none">Contact Us</a></li>
        
        </ul>
      </div>

      <!-- Column 3 -->
      <div class="col-md-2 mb-4">
        <h6 class="fw-bold">Services</h6>
        <ul class="list-unstyled">
          <li class="mb-2"><a href="https://riseinfraventures.com/category/residential" class="text-white text-decoration-none">Residential</a></li>
          <li class="mb-2"><a href="https://riseinfraventures.com/category/commercial" class="text-white text-decoration-none">Commercial</a></li>
          <li class="mb-2"><a href="https://riseinfraventures.com/category/scoplots" class="text-white text-decoration-none">SCO Plots</a></li>
          <li class="mb-2"><a href="https://riseinfraventures.com/land" class="text-white text-decoration-none">Land</a></li>
          <li class="mb-2"><a href="https://riseinfraventures.com/it" class="text-white text-decoration-none">IT Services</a></li>
        </ul>
      </div>

      <!-- Column 4 -->
      <div class="col-md-2 mb-4">
        <h6 class="fw-bold">Insights</h6>
        <ul class="list-unstyled">
          <li class="mb-2"><a href="https://rnrbyriseinfra.com/" class="text-white text-decoration-none" target="_blank">Research Reports</a></li>
          <li class="mb-2"><a href="https://riseinfraventures.com/blogs" class="text-white text-decoration-none">Blogs</a></li>
        </ul>

        <h6 class="fw-bold mt-4">Media</h6>
        <ul class="list-unstyled">
          <li class="mb-2"><a href="https://riseinfraventures.com/corporate-social-responsibilty" class="text-white text-decoration-none">In the News</a></li>
        </ul>
      </div>
      
      

    </div>
    
 <div class="dropdown-wrapper">
    <div class="popular-searches" id="dropdownToggle">
      <span><i class="bi bi-geo-alt-fill me-2 text-white"></i>OUR CORPORATE & BRANCH OFFICES</span>
      <span class="arrow" id="dropdownArrow">▼</span>
    </div>

    <div class="dropdown-content" id="dropdownMenu">
      <div class="column">
       <p><i class="bi bi-geo-alt-fill me-2 text-white"></i><b>Corporate Office:</b> #02-390, Block 112, Edgefield Plains, Singapore-820112</p>
      </div>
      <div class="column">
        <p><i class="bi bi-geo-alt-fill me-2 text-white"></i><b>Mumbai Branch Office:</b> 1201- EFC-, 12th Floor, B Wing, Parinee Crescenzo, G Block, BKC, Mumbai - 400051</p>
      </div>
      <div class="column">
        <p><i class="bi bi-geo-alt-fill me-2 text-white"></i><b>Mumbai Branch Office:</b> 5th Floor, Ackruti Trade Centre, Rd Number 7, Kondivita, Andheri East, Mumbai, Maharashtra 400047</p>
      </div>
      <div class="column">
          <p><i class="bi bi-geo-alt-fill me-2 text-white"></i><b>Delhi Branch Office:</b> 4th Floor, SCO No 8, M3M 113 Market, Dwarka Expressway, Sector 113, Gurugram, Haryana 122017</p>
      </div>
    </div>
  </div> 
  
    <div class="text-center pt-4 mt-2 ">
      <p>
        © 2025 Rise Infraventures Limited. All Rights Reserved.
        | <a href="https://riseinfraventures.com/privacy-policy" class="text-white">Privacy Policy</a>
        | <a href="https://riseinfraventures.com/terms-of-use" class="text-white">Terms of Use</a>
        | <a href="https://riseinfraventures.com/rera" class="text-white">RERA</a>
      </p>  
    </div>
  </div>
</footer>



    <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js" integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r" crossorigin="anonymous"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.min.js" integrity="sha384-BBtl+eGJRgqQAUMxJ7pMwbEyER4l1g+O15P+16Ep7Q9Q+zqX6gSbd85u4mG4QzX+" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/8.1.0/mdb.min.js"></script>

     <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/8.1.0/mdb.umd.min.js"></script>
     
     <script>
         document.addEventListener("DOMContentLoaded", function () {
  // Select all submenu toggle icons
  document.querySelectorAll(".dropdown-toggle-icon").forEach(function (toggle) {
    toggle.addEventListener("click", function (e) {
      e.preventDefault(); // Prevent default link behavior
      let submenu = this.parentElement.querySelector(".dropdown-menu");
      if (submenu) {
        submenu.classList.toggle("show");
      }
    });
  });

  // Close submenu when clicking outside
  document.addEventListener("click", function (e) {
    if (!e.target.closest(".dropdown-submenu")) {
      document.querySelectorAll(".dropdown-submenu .dropdown-menu").forEach(function (submenu) {
        submenu.classList.remove("show");
      });
    }
  });
});



</script>
   
 <script>
    const toggle = document.getElementById("dropdownToggle");
    const content = document.getElementById("dropdownMenu");
    const arrow = document.getElementById("dropdownArrow");

    toggle.addEventListener("click", function (e) {
      e.stopPropagation();
      content.classList.toggle("show");
      arrow.classList.toggle("rotate");
    });

    document.addEventListener("click", function () {
      content.classList.remove("show");
      arrow.classList.remove("rotate");
    });

    content.addEventListener("click", function (e) {
      e.stopPropagation();
    });
  </script>
  
  <script>
        function showPopupnew() {
            document.getElementById('popupContainernew').style.display = 'flex';
        }
        function closePopupnew() {
            document.getElementById('popupContainernew').style.display = 'none';
        }
    </script>
    


<script>
    // Select all form blocks
    document.querySelectorAll('.form-block').forEach(block => {
      const checkbox = block.querySelector('.terms-checkbox');
      const button = block.querySelector('.submit-btn');

      checkbox.addEventListener('change', function () {
        button.disabled = !this.checked;
      });
    });
  </script>
  
</body> 

<!-- Mirrored from riseinfraventures.com/career by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 31 May 2025 09:29:29 GMT -->
</html>

Zerion Mini 1.0