<?php
include("header.php");
?>


		<?php 
		$about_banner="select*from teampage where category='banner'";
		$result=mysqli_query($conn,$about_banner);
		if($result && mysqli_num_rows($result)>0){
			while($row=mysqli_fetch_assoc($result)){
				$image=$row['image'];
			}
		}
		?>
        
<section class="elementor-section elementor-top-section elementor-element elementor-element-8912262 elementor-section-full_width elementor-section-stretched elementor-hidden-mobile elementor-section-height-default elementor-section-height-default" data-id="8912262" data-element_type="section" data-settings="{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;_ha_eqh_enable&quot;:false}">
						<div class="elementor-container elementor-column-gap-no">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-37c0c13" data-id="37c0c13" data-element_type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
								<div class="elementor-element elementor-element-6049f96 elementor-widget elementor-widget-image" data-id="6049f96" data-element_type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
							<img decoding="async" fetchpriority="high" width="1920" height="700" src="admin/upload/<?php echo $image; ?>" class="attachment-full size-full wp-image-285" alt="" srcset="admin/upload/<?php echo $image; ?> 1920w,admin/upload/<?php echo $image; ?> 300w, admin/upload/<?php echo $image; ?> 1024w, admin/upload/<?php echo $image; ?> 768w,admin/upload/<?php echo $image; ?> 1536w" sizes="(max-width: 1920px) 100vw, 1920px">															</div>
				</div>
					</div>
		</div>
							</div>
		</section>


        <style>
                                /*! elementor - v3.15.0 - 09-08-2023 */
                                .elementor-widget-image-carousel .swiper,
                                .elementor-widget-image-carousel .swiper-container {
                                    position: static
                                }

                                .elementor-widget-image-carousel .swiper-container .swiper-slide figure,
                                .elementor-widget-image-carousel .swiper .swiper-slide figure {
                                    line-height: inherit
                                }

                                .elementor-widget-image-carousel .swiper-slide {
                                    text-align: center
                                }

                                .elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide {
                                    max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
                                }
                            </style>


        <div data-elementor-type="wp-page" data-elementor-id="193" class="elementor elementor-193">
    <section class="elementor-section elementor-top-section elementor-element elementor-element-67cb12b2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="67cb12b2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}">
        <div class="elementor-container elementor-column-gap-default">

        <?php 
		$about_banner="select*from teampage where category='team' order by id DESC limit 2";
		$result=mysqli_query($conn,$about_banner);
		if($result && mysqli_num_rows($result)>0){
			while($row=mysqli_fetch_assoc($result)){
				$image=$row['image'];
		
		?>
            <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7a3a6bfa" data-id="7a3a6bfa" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
                <div class="elementor-widget-wrap elementor-element-populated">
                    <div class="elementor-element elementor-element-63e7581 elementor-widget elementor-widget-image-carousel" data-id="63e7581" data-element_type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
                        <div class="elementor-widget-container">       
                            <div class="elementor-image-carousel-wrapper swiper" dir="ltr">
                                <div class="elementor-image-carousel swiper-wrapper" aria-live="off">
                                    <div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 3">
                                        <figure class="swiper-slide-inner">
                                            <img decoding="async" class="swiper-slide-image" src="admin/upload/<?php echo $image; ?>" alt="slider1 (1)" style="border-radius: 0px 100px 0px 0px !important">
                                        </figure>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <?php }}?>

        </div>
    </section>

    <section class="elementor-section elementor-top-section elementor-element elementor-element-67cb12b2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="67cb12b2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}">
        <div class="elementor-container elementor-column-gap-default">

        <?php 
	  $about_banner = "SELECT * FROM teampage WHERE category = 'team' ORDER BY id LIMIT 2 OFFSET 2";
		$result=mysqli_query($conn,$about_banner);
		if($result && mysqli_num_rows($result)>0){
			while($row=mysqli_fetch_assoc($result)){
				$image=$row['image'];
		
		?>
            <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7a3a6bfa" data-id="7a3a6bfa" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
                <div class="elementor-widget-wrap elementor-element-populated">
                    <div class="elementor-element elementor-element-63e7581 elementor-widget elementor-widget-image-carousel" data-id="63e7581" data-element_type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
                        <div class="elementor-widget-container">       
                            <div class="elementor-image-carousel-wrapper swiper" dir="ltr">
                                <div class="elementor-image-carousel swiper-wrapper" aria-live="off">
                                    <div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 3">
                                        <figure class="swiper-slide-inner">
                                            <img decoding="async" class="swiper-slide-image" src="admin/upload/<?php echo $image; ?>" alt="slider1 (1)" style="border-radius: 0px 100px 0px 0px !important">
                                        </figure>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <?php }}?>

        </div>
    </section>

    <section class="elementor-section elementor-top-section elementor-element elementor-element-67cb12b2 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="67cb12b2" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}">
        <div class="elementor-container elementor-column-gap-default">

        <?php 
		$about_banner="select*from teampage where category='team' order by id ASC limit 2 ";
		$result=mysqli_query($conn,$about_banner);
		if($result && mysqli_num_rows($result)>0){
			while($row=mysqli_fetch_assoc($result)){
				$image=$row['image'];
		
		?>
            <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7a3a6bfa" data-id="7a3a6bfa" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
                <div class="elementor-widget-wrap elementor-element-populated">
                    <div class="elementor-element elementor-element-63e7581 elementor-widget elementor-widget-image-carousel" data-id="63e7581" data-element_type="widget" data-settings="{&quot;slides_to_show&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500}" data-widget_type="image-carousel.default">
                        <div class="elementor-widget-container">       
                            <div class="elementor-image-carousel-wrapper swiper" dir="ltr">
                                <div class="elementor-image-carousel swiper-wrapper" aria-live="off">
                                    <div class="swiper-slide" role="group" aria-roledescription="slide" aria-label="1 of 3">
                                        <figure class="swiper-slide-inner">
                                            <img decoding="async" class="swiper-slide-image" src="admin/upload/<?php echo $image; ?>" alt="slider1 (1)" style="border-radius: 0px 100px 0px 0px !important">
                                        </figure>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>

            <?php }}?>

        </div>
    </section>

</div>

<?php
include("footer.php");
?>