Current File : /home/inlingua/www/avconexpoarchitects.in/about.php |
<?php include('includes/header.php'); ?>
<div class="breadcumb-wrapper " data-bg-src="<?php echo IMG_PATH; ?>/bg/breadcumb-bg.jpg">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-9">
<div class="breadcumb-content">
<h1 class="breadcumb-title">About Us</h1>
<ul class="breadcumb-menu">
<li><a href="<?php echo BASE_URL; ?>">Home</a></li>
<li>About Us</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="about-area-10 z-index-common position-relative py-5 overflow-hidden" id="about-sec">
<div class="container">
<div class="row align-items-center gx-40 gy-40">
<div class="col-xl-4 col-lg-5 col-md-8">
<div class="th-team">
<div class="img-wrap">
<div class="team-img">
<img src="<?php echo IMG_PATH; ?>/img2/about_img.jpg" alt="About Us">
</div>
</div>
</div>
</div>
<div class="col-xl-8 col-lg-7">
<div class="about-card">
<div class="h2 fw-medium text-theme">About Us</div>
<p class="text-theme t">At Avconexpo, we design spaces that do more than function—they feel. We work on the principle that architecture must serve the mind, body, and spirit while also addressing the practical demands of today's world.</p>
<p class="text-theme">At Avconexpo, we design spaces that do more than function—they feel. We work on the principle that architecture must serve the mind, body, and spirit while also addressing the practical demands of today's world.</p>
<p class="text-theme">Whether it's residential, commercial, or a landscape, we aim to produce spaces that speak with vitality, meaning, and beauty.</p>
<p class="text-theme">Our designs include a mix of Vastu principles, sustainable natural materials, and modern technologies that create spaces that evoke calmness, clarity, and emotional well-being while also serving their purpose.</p>
<p class="text-theme">We are a global architectural consultancy firm operating in multiple countries, delivering innovative and sustainable design solutions across diverse sectors. Our multidisciplinary teams (architects, interior designers, engineers, and technical consultants) collaborate seamlessly to bring world-class expertise to every project, from concept to completion.</p>
<p class="text-theme">Our expertise in the areas of architecture, interiors, and landscape provides comprehensive solutions that are efficient, sustainable, and highly personal. We do not only define success by the appearance of a building, but also by its performance and its contributions towards well-being.</p>
<p class="text-theme">In every line we draw, there's logic. In every space we shape, there's a feeling. And in every project we take on, there's a quiet intention to create something timeless, balanced, and true.</p>
</div>
</div>
</div>
</div>
</div>
<div id="core-value" class="about-area-10 z-index-common py-5 position-relative overflow-hidden">
<div class="container">
<div class="row row-cols-1 row-cols-lg-4 gy-4 justify-content-center">
<div class="col">
<div class="rent-card h-100">
<h4 class="box-title text-white">Vision</h4>
<p class="box-text lh-base mb-0">We strive to be a global force for positive change, fostering sustainability, inclusivity, and compassion in industries and markets.</p>
</div>
</div>
<div class="col">
<div class="rent-card h-100">
<h4 class="box-title text-white">Mission</h4>
<p class="box-text lh-base mb-0">Our mission is to provide exceptional services- architectural, interior and landscape. We partner with clients, creating transformative solutions that uplift the built and natural environment.</p>
</div>
</div>
<div class="col">
<div class="rent-card h-100">
<h4 class="box-title text-white">Values</h4>
<p class="box-text lh-base mb-0">Care: The core of our solution revolves around caring. Caring isn't just a choice. It’s the essence of our commitment to excellence and integrity.</p>
</div>
</div>
<div class="col">
<div class="rent-card h-100">
<h4 class="box-title text-white">Belief</h4>
<p class="box-text lh-base mb-0">Positive Energy: We strongly believe in the magic of positive energy. It is this belief that powers our journey, transforming every effort into a step closer to success.</p>
</div>
</div>
</div>
</div>
</div>
<!-- <div id="about-sec" class="overflow-hidden py-5">
<div class="container">
<div class="about-page-wrap">
<div class="row gy-40 justify-content-between align-items-center">
<div class="col-lg-6">
<div class="title-area mb-0">
<h2 class="sec-title text-theme mb-2">Core Values</h2>
<h4 class="fw-normal">Vision</h4>
<p class="text-theme">We strive to be a global force for positive change, fostering sustainability, inclusivity, and compassion in industries and markets.</p>
<h4 class="fw-normal">Mission</h4>
<p class="text-theme">Our mission is to provide exceptional services- architectural, interior and landscape. We partner with clients, creating transformative solutions that uplift the built and natural environment. Through integrity, empathy, and collaboration, we aim to create a better future for all.</p>
<h4 class="fw-normal">Values</h4>
<p class="text-theme">Care: The core of our solution revolves around caring. Caring isn't just a choice. It's the essence of our commitment to excellence and integrity.</p>
<h4 class="fw-normal">Belief</h4>
<p class="text-theme mb-0">Positive energy: We strongly believe in the magic of positive energy. It is this belief that powers our journey, transforming every effort into a step closer to success.</p>
</div>
</div>
<div class="col-lg-5">
<div class="img-box3">
<div class="img1">
<img src="<?php echo IMG_PATH; ?>/normal/about_3_1.png" alt="About">
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<style>
/* Make all swiper slides flex and stretch */
.swiper-wrapper {
display: flex;
align-items: stretch;
}
.swiper-slide {
display: flex;
height: auto; /* allows flexible height */
}
.swiper-slide .th-box,
.swiper-slide .card {
flex: 1;
display: flex;
flex-direction: column;
height: 100%; /* ensures full height */
}
/* Card Image Styling */
#design-principles .card-img-top.object-fit-cover,
#sustainable-practice .card-img-top.object-fit-cover {
object-fit: cover;
}
/* Card Title Styling */
#design-principles .card-title,
#sustainable-practices .card-title {
font-size: 20px; /* slightly larger for emphasis */
font-weight: 600; /* bold but not too heavy */
color: #111; /* dark color for contrast */
margin-bottom: 12px; /* space below the heading */
text-transform: uppercase; /* optional: makes headings uniform */
min-height: 48px; /* adjust based on your title line count */
display: flex;
align-items: center;
justify-content: center; /* optional: centers shorter titles */
text-align: center; /* keeps consistency */
}
/* Card Text Styling */
#design-principles .card-text,
#sustainable-practices .card-text {
font-size: 16px;
line-height: 1.5;
color: #444;
margin-bottom: 0; /* keeps spacing neat */
}
</style>
<section id="design-principles" class="space gradient-body">
<div class="container">
<div class="row justify-content-lg-center justify-content-center align-items-center">
<div class="col-xxl-8 col-lg-8">
<div class="title-area text-center">
<h2 class="sec-title text-black">Design Principles</h2>
</div>
</div>
</div>
<div class="row justify-content-lg-center justify-content-center align-items-center">
<div class="col-12">
<div class="slider-area team-slider2">
<div class="swiper th-slider" id="SliderDesign" data-slider-options='{"loop": true,"breakpoints":{"0":{"slidesPerView":1},"768":{"slidesPerView":2},"992":{"slidesPerView":3}}}'>
<div class="swiper-wrapper">
<!-- Card 1 -->
<div class="swiper-slide d-flex">
<div class="th-box w-100 h-100">
<div class="card h-100 d-flex flex-column text-center">
<img src="<?php echo IMG_PATH; ?>/normal/about_10_1.png"
class="card-img-top content-image object-fit-cover w-100"
style="height: 220px;" alt="USER-CENTRIC DESIGN" loading="lazy">
<div class="card-body flex-grow-1 d-flex flex-column">
<h5 class="card-title fw-semibold">USER-CENTRIC DESIGN</h5>
<p class="card-text">Every design is tailored keeping the end user in mind. We believe that spaces should not only serve a function but also evoke a sense of comfort, purpose, and belonging.</p>
</div>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="swiper-slide d-flex">
<div class="th-box w-100 h-100">
<div class="card h-100 d-flex flex-column text-center">
<img src="<?php echo IMG_PATH; ?>/normal/about_10_1.png"
class="card-img-top content-image object-fit-cover w-100"
style="height: 220px;" alt="INNOVATION WITH CONTEXT" loading="lazy">
<div class="card-body flex-grow-1 d-flex flex-column">
<h5 class="card-title fw-semibold">INNOVATION WITH CONTEXT</h5>
<p class="card-text">We push boundaries through modern technologies, sustainable materials, and fresh ideas, but always in dialogue with site, climate, culture, and budget. Innovation is not novelty—it's meaningful evolution.</p>
</div>
</div>
</div>
</div>
<!-- Card 3 -->
<div class="swiper-slide d-flex">
<div class="th-box w-100 h-100">
<div class="card h-100 d-flex flex-column text-center">
<img src="<?php echo IMG_PATH; ?>/normal/about_10_1.png"
class="card-img-top content-image object-fit-cover w-100"
style="height: 220px;" alt="TIME-RESPONSIVE DESIGN" loading="lazy">
<div class="card-body flex-grow-1 d-flex flex-column">
<h5 class="card-title fw-semibold">TIME-RESPONSIVE DESIGN</h5>
<p class="card-text">We create architecture that remains relevant, functional, and inspiring over time. By responding to natural rhythms — sunlight, climate, and daily life — and avoiding fleeting trends, our designs are built to age gracefully.</p>
</div>
</div>
</div>
</div>
<!-- Card 4 -->
<div class="swiper-slide d-flex">
<div class="th-box w-100 h-100">
<div class="card h-100 d-flex flex-column text-center">
<img src="<?php echo IMG_PATH; ?>/normal/about_10_1.png"
class="card-img-top content-image object-fit-cover w-100"
style="height: 220px;" alt="FUNCTION DRIVES FORM" loading="lazy">
<div class="card-body flex-grow-1 d-flex flex-column">
<h5 class="card-title fw-semibold">FUNCTION DRIVES FORM</h5>
<p class="card-text">A well-designed building should perform as beautifully as it looks. We prioritize functionality and buildability at every scale—from a single room to a multi-acre development.</p>
</div>
</div>
</div>
</div>
<!-- Card 5 -->
<div class="swiper-slide d-flex">
<div class="th-box w-100 h-100">
<div class="card h-100 d-flex flex-column text-center">
<img src="<?php echo IMG_PATH; ?>/normal/about_10_1.png"
class="card-img-top content-image object-fit-cover w-100"
style="height: 220px;" alt="DESIGN FOR HIGH PERFORMANCE" loading="lazy">
<div class="card-body flex-grow-1 d-flex flex-column">
<h5 class="card-title fw-semibold">DESIGN FOR HIGH PERFORMANCE</h5>
<p class="card-text">We prioritize passive design strategies to reduce energy consumption and operational costs. By optimizing orientation, daylighting, and airflow, we minimize reliance on artificial systems and maximize comfort.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Slider Arrows -->
<button data-slider-prev="#teamSlider2" class="slider-arrow slider-prev">
<img src="<?php echo IMG_PATH; ?>/icon/arrow-left.svg" alt="">
</button>
<button data-slider-next="#teamSlider2" class="slider-arrow slider-next">
<img src="<?php echo IMG_PATH; ?>/icon/arrow-right.svg" alt="">
</button>
</div>
</div>
</div>
</div>
</section>
<!-- <div class="container py-5">
<h2 class="sec-title text-theme text-center mb-3">Design Principles</h2>
<div class="row justify-content-center row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100 text-center">
<img src="https://picsum.photos/600/300?text=Innovation" class="card-img-top content-image" alt="USER-CENTRIC DESIGN">
<div class="card-body">
<h5 class="card-title fw-semibold">USER-CENTRIC DESIGN</h5>
<p class="card-text">Every design is tailored keeping the end user in mind. We believe that spaces should not only serve a function but also evoke a sense of comfort, purpose, and belonging.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="https://picsum.photos/600/300?text=Integrity" class="card-img-top content-image" alt="INNOVATION WITH CONTEXT">
<div class="card-body">
<h5 class="card-title fw-semibold">INNOVATION WITH CONTEXT</h5>
<p class="card-text">We push boundaries through modern technologies, sustainable materials, and fresh ideas, but always in dialogue with site, climate, culture, and budget. Innovation is not novelty—it's meaningful evolution.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="https://picsum.photos/600/300?text=Collaboration" class="card-img-top content-image" alt="TIME-RESPONSIVE DESIGN">
<div class="card-body">
<h5 class="card-title fw-semibold">TIME-RESPONSIVE DESIGN</h5>
<p class="card-text">We create architecture that remains relevant, functional, and inspiring over time. By responding to natural rhythms — sunlight, climate, and daily life — and avoiding fleeting trends, our designs are built to age gracefully.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="https://picsum.photos/600/300?text=Sustainability" class="card-img-top content-image" alt="FUNCTION DRIVES FORM">
<div class="card-body">
<h5 class="card-title fw-semibold">FUNCTION DRIVES FORM</h5>
<p class="card-text">A well-designed building should perform as beautifully as it looks. We prioritize functionality and buildability at every scale—from a single room to a multi-acre development.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="https://picsum.photos/600/300?text=Excellence" class="card-img-top content-image" alt="DESIGN FOR HIGH PERFORMANCE">
<div class="card-body">
<h5 class="card-title fw-semibold">DESIGN FOR HIGH PERFORMANCE</h5>
<p class="card-text">We prioritize passive design strategies to reduce energy consumption and operational costs. By optimizing orientation, daylighting, and airflow, we minimize reliance on artificial systems and maximize comfort.</p>
</div>
</div>
</div>
</div>
</div> -->
<section id="sustainable-practices" class="space gradient-body">
<div class="container">
<div class="row justify-content-lg-center justify-content-center align-items-center">
<div class="col-xxl-8 col-lg-8">
<div class="title-area text-center">
<h2 class="sec-title text-black">Sustainable Practices</h2>
</div>
</div>
</div>
<div class="row justify-content-lg-center justify-content-center align-items-center">
<div class="col-12">
<div class="slider-area team-slider2">
<div class="swiper th-slider" id="SliderSustainable" data-slider-options='{"loop": true,"breakpoints":{"0":{"slidesPerView":1},"768":{"slidesPerView":2},"992":{"slidesPerView":3}}}'>
<div class="swiper-wrapper">
<!-- Card 1 -->
<div class="swiper-slide d-flex">
<div class="th-box w-100 h-100">
<div class="card h-100 d-flex flex-column text-center">
<img src="<?php echo IMG_PATH; ?>/normal/about_10_1.png"
class="card-img-top content-image object-fit-cover w-100"
style="height: 220px;" alt="Support the human experience" loading="lazy">
<div class="card-body flex-grow-1 d-flex flex-column">
<h5 class="card-title fw-semibold">Support the human experience</h5>
<p class="card-text">We design for the body, mind, and spirit. With the use of vastu-informed planning, biophilic design, and detailed spatial zoning, we create spaces that affirm clarity, calm, and well-being. The environment needs natural light, fresh air, and healthy materials.</p>
</div>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="swiper-slide d-flex">
<div class="th-box w-100 h-100">
<div class="card h-100 d-flex flex-column text-center">
<img src="<?php echo IMG_PATH; ?>/normal/about_10_1.png"
class="card-img-top content-image object-fit-cover w-100"
style="height: 220px;" alt="Materials matter" loading="lazy">
<div class="card-body flex-grow-1 d-flex flex-column">
<h5 class="card-title fw-semibold">Materials matter</h5>
<p class="card-text">We prioritise materials that are low in embodied carbon, locally sourced, and chosen with purpose. When possible, we reuse and adapt existing structures—preserving their embodied energy while upgrading their performance. We believe that good design does not require excess; it requires intention, integrity, and intelligent choices.</p>
</div>
</div>
</div>
</div>
<!-- Card 3 -->
<div class="swiper-slide d-flex">
<div class="th-box w-100 h-100">
<div class="card h-100 d-flex flex-column text-center">
<img src="<?php echo IMG_PATH; ?>/normal/about_10_1.png"
class="card-img-top content-image object-fit-cover w-100"
style="height: 220px;" alt="Landscape and plant life lend a hand" loading="lazy">
<div class="card-body flex-grow-1 d-flex flex-column">
<h5 class="card-title fw-semibold">Landscape and plant life lend a hand</h5>
<p class="card-text">We integrate green roofs, native planting, and seasonal strategies not only for beauty but for function. Plant life enhances air quality, supports biodiversity and mitigates heat and water stress. Our landscape approach is designed to evolve with time.</p>
</div>
</div>
</div>
</div>
<!-- Card 4 -->
<div class="swiper-slide d-flex">
<div class="th-box w-100 h-100">
<div class="card h-100 d-flex flex-column text-center">
<img src="<?php echo IMG_PATH; ?>/normal/about_10_1.png"
class="card-img-top content-image object-fit-cover w-100"
style="height: 220px;" alt="Design with Purposeful Efficiency for Affordability" loading="lazy">
<div class="card-body flex-grow-1 d-flex flex-column">
<h5 class="card-title fw-semibold">Design with Purposeful Efficiency for Affordability</h5>
<p class="card-text">Our design process begins with intention-minimizing environmental impact while maximizing long-term value. Through thoughtful orientation, spatial planning, and integration of passive design principles, we create buildings that naturally regulate temperature, harness daylight, and enhance air movement. Aligned with vastu and supported by building science, these strategies reduce the need for mechanical systems, lower energy use, and elevate occupant comfort—achieving both ecological responsibility and operational efficiency from day one.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Slider Arrows -->
<button data-slider-prev="#teamSlider2" class="slider-arrow slider-prev">
<img src="<?php echo IMG_PATH; ?>/icon/arrow-left.svg" alt="">
</button>
<button data-slider-next="#teamSlider2" class="slider-arrow slider-next">
<img src="<?php echo IMG_PATH; ?>/icon/arrow-right.svg" alt="">
</button>
</div>
</div>
</div>
</div>
</section>
<!-- <div class="container py-5">
<h2 class="sec-title text-theme text-center mb-3">Sustainable Practices</h2>
<div class="row justify-content-center row-cols-1 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100 text-center">
<img src="https://picsum.photos/600/300?text=Integrity" class="card-img-top content-image" alt="Support the human experience">
<div class="card-body">
<h5 class="card-title fw-semibold">Support the human experience</h5>
<p class="card-text">We design for the body, mind, and spirit. With the use of vastu-informed planning, biophilic design, and detailed spatial zoning, we create spaces that affirm clarity, calm, and well-being. The environment needs natural light, fresh air, and healthy materials.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="https://picsum.photos/600/300?text=Collaboration" class="card-img-top content-image" alt="Materials matter">
<div class="card-body">
<h5 class="card-title fw-semibold">Materials matter</h5>
<p class="card-text">We prioritise materials that are low in embodied carbon, locally sourced, and chosen with purpose. When possible, we reuse and adapt existing structures—preserving their embodied energy while upgrading their performance. We believe that good design does not require excess; it requires intention, integrity, and intelligent choices.</p>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 text-center">
<img src="https://picsum.photos/600/300?text=Sustainability" class="card-img-top content-image" alt="Landscape and plant life lend a hand">
<div class="card-body">
<h5 class="card-title fw-semibold">Landscape and plant life lend a hand</h5>
<p class="card-text">We integrate green roofs, native planting, and seasonal strategies not only for beauty but for function. Plant life enhances air quality, supports biodiversity and mitigates heat and water stress. Our landscape approach is designed to evolve with time.</p>
</div>
</div>
</div>
<div class="col-md-5">
<div class="card h-100 text-center">
<img src="https://picsum.photos/600/300?text=Innovation" class="card-img-top content-image" alt="Design with Purposeful Efficiency for Affordability">
<div class="card-body">
<h5 class="card-title fw-semibold">Design with Purposeful Efficiency for Affordability</h5>
<p class="card-text">Our design process begins with intention-minimizing environmental impact while maximizing long-term value. Through thoughtful orientation, spatial planning, and integration of passive design principles, we create buildings that naturally regulate temperature, harness daylight, and enhance air movement. Aligned with vastu and supported by building science, these strategies reduce the need for mechanical systems, lower energy use, and elevate occupant comfort—achieving both ecological responsibility and operational efficiency from day one.</p>
</div>
</div>
</div>
</div>
</div> -->
<div class="container py-5">
<h3 class="sec-title text-theme mb-3">Our Value Proposition</h3>
<div class="custom-list">
<ul>
<li><strong>Seamless Integration of Architecture, Interiors & Landscape:</strong> We offer a unified design approach across all scales—ensuring spatial harmony, cost effectiveness, and a streamlined execution process from concept to completion.</li>
<li><strong>Strategic & Performance-Driven Design:</strong> Our design is tailored to your specific goals and objectives, whether it's maximising ROI, optimising spatial efficiency, or elevating experience with a measurable design strategy.</li>
<li><strong>Sustainability with Substance:</strong> We reduce operational costs by using passive design, low-energy systems, and responsible material choices, all without compromising on aesthetics or comfort.</li>
<li><strong>Thoughtful, Client-focused Experiences:</strong> We spend time to understand your lifestyle, values, and long-term vision to craft spaces that not only feels personal but also meaningful.</li>
<li><strong>Vastu-Informed Spatial Logic:</strong> Our knowledge of spatial energy will give us the ability to create engaging spaces that balance, prosper, and are spiritually foundational- have an addition of a magical energy of space in your space.</li>
<li><strong>Transparent Process & Reliable Delivery:</strong> With clear communication, realistic timelines, and coordinated execution, we ensure a a seamless journey right through the start to finish.</li>
</ul>
</div>
</div>
<?php include('includes/footer.php'); ?>