Your IP : 216.73.216.0


Current Path : /home/goldnueh/netsetsolution.com/wp-content/plugins/zeinet-addon/elementor-templates/
Upload File :
Current File : /home/goldnueh/netsetsolution.com/wp-content/plugins/zeinet-addon/elementor-templates/offer-one.php

<?php if ('layout_one' == $settings['layout_type']) : ?>
	<!--Service Start-->
	<section class="service-four" style="background-image: url(<?php echo esc_url($settings['layout_one_bg_image']['url']); ?>);">
		<div class="container">
			<div class="row">
				<div class="col-md-8">
					<div class="section-title section-title--home-four text-left">
						<?php if (!empty($settings['layout_one_sec_sub_title'])) : ?>
							<span class="section-title__tagline"><?php echo wp_kses($settings['layout_one_sec_sub_title'], 'zeinet_allowed_tags'); ?></span>
						<?php endif; ?>
						<?php if (!empty($settings['layout_one_sec_title'])) : ?>
							<h2 class="section-title__title">
								<?php echo wp_kses($settings['layout_one_sec_title'], 'zeinet_allowed_tags'); ?>
							</h2>
						<?php endif; ?>
					</div>
				</div>
				<?php if (!empty($settings['layout_one_button_label'])) : ?>
					<div class="col-md-4">
						<div class="service-four__btn">
							<a <?php echo esc_attr(!empty($settings['layout_one_button_url']['is_external']) ? 'target=_blank' : ' '); ?> href="<?php echo esc_url($settings['layout_one_button_url']['url']); ?>" class="thm-btn thm-btn--home-four"><?php echo esc_html($settings['layout_one_button_label']); ?></a>
						</div>
					</div>
				<?php endif; ?>
			</div>
			<div class="row gutter-y-30">
				<?php if (is_array($settings['layout_one_offer_list'])) : ?>
					<?php $i = 1;
					foreach ($settings['layout_one_offer_list'] as $item) : ?>
						<div class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="00ms">
							<div class="service-four__item">
								<div class="service-four__item__normal">
									<div class="service-four__item__normal__thumb">
										<img src="<?php echo esc_url($item['image']['url']); ?>" alt="<?php echo esc_attr(zeinet_get_thumbnail_alt($item['image']['id'])); ?>">
									</div>
									<div class="service-four__item__normal__icon"><?php \Elementor\Icons_Manager::render_icon($item['icon'], ['aria-hidden' => 'true', 'class' => ' '], 'i'); ?></div>
									<h3 class="service-four__item__normal__title"><?php echo esc_html($item['title']); ?></h3>
									<p class="service-four__item__normal__text"><?php echo wp_kses($item['summary'], 'zeinet_allowed_tags'); ?></p>
									<a class="service-four__item__normal__btn" href="<?php echo esc_url($item['url']['url']); ?>" <?php echo esc_attr(!empty($item['url']['is_external']) ? 'target=_blank' : ' '); ?>><i class="icon-right-arrow"></i></a>
								</div><!-- feature-normal-content -->
								<div class="service-four__item__hover" style="background-image: url(<?php echo esc_url($item['bg_image']['url']); ?>);">
									<div class="service-four__item__hover__icon"><?php \Elementor\Icons_Manager::render_icon($item['icon'], ['aria-hidden' => 'true', 'class' => ' '], 'i'); ?></div>
									<h3 class="service-four__item__hover__title"><a href="<?php echo esc_url($item['url']['url']); ?>" <?php echo esc_attr(!empty($item['url']['is_external']) ? 'target=_blank' : ' '); ?>><?php echo esc_html($item['title']); ?></a></h3>
									<p class="service-four__item__hover__text"><?php echo wp_kses($item['summary'], 'zeinet_allowed_tags'); ?></p>
									<div class="service-four__item__hover__btn"><a href="<?php echo esc_url($item['url']['url']); ?>" <?php echo esc_attr(!empty($item['url']['is_external']) ? 'target=_blank' : ' '); ?>><i class="icon-right-arrow"></i></a></div>
								</div><!-- feature-hover-content -->
							</div>
						</div>
					<?php $i++;
					endforeach; ?>
				<?php endif; ?>
			</div>
		</div>
	</section>
	<!--Service End-->
<?php endif; ?>