<?php
include './class/include.php';
?>
<!DOCTYPE html><html lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Us|Hikkaduwa Holiday Tours</title>
<meta name="description" content="Jaiga template"/>
<meta name="author" content="Dsign Elit BD"/>
<link rel="shortcut icon" href="assets/images/favicon/icon.png"/>
<link rel="apple-touch-icon-precomposed" href="assets/images/favicon/icon.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/images/favicon/icon.png"/>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/images/favicon/icon.png"/>
<link rel="stylesheet" href="assets/flaticons/flaticons-link.css" type="text/css"/>
<link rel="stylesheet" href="assets/css/apps.min.css" type="text/css"/>
<link rel="stylesheet" href="assets/css/style.css" type="text/css"/>
<link href="assets/css/custom.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="assets/css/responsive.css" type="text/css"/>
</head>
<body class="home1">
<div id="loader">
<div class="spinner">
<div class="dot1">
</div>
<div class="dot2">
</div>
</div>
</div>
<?php include './header.php'; ?>
<div id="all-area" class="all-section">
<section class="page-head page-bg" style="background-image: url('assets/images/bg/p1.jpg');">
<div class="container">
<h3 class="page-heading">Who We Are</h3>
<div class="sub-title">
<a href="#">
<span>Home</span>
</a>
<i></i>
<span>About Us</span>
</div>
</div>
</section>
<section class="we-offer">
<div class="container">
<div class="row">
<div class="col-sm-8 col-xs-12 col-sm-offset-2 col-xs-offset-0">
<div class="section-margin">
</div>
</div>
</div>
</div>
</section>
<div class="full-width-sec full-width-right-img">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-6 padding-0 about-padding">
<div class="achive in-content-left">
<h3>Who We Are</h3>
<p>Sri Lanka Lasa Tours is Reputable and trustworthy holiday partner in Sri Lanka. You can plan your dream vacation the way you want it to be with our Lasa Tours package options. Our chauffeurs are specialist in Russian languages.</p>
<p>As a trusted tour operating partner, with over 5 years of experience in planning Sri Lanka tours, we are here to ensure you, your dream Sri Lanka holiday go smoothly. Specialized in planning a range of tours from budget to luxury tours, we are happy to plan a Sri Lanka holiday tailored to your needs and dreams. Maintaining a superior customer satisfaction level and offering you reasonable and attractive rates. As your professional private guide and driver, your personal comfort and safety are one of the greatest concern to us.</p>
</div>
</div>
<div class="col-sm-12 col-md-6 padding-0 pos-static">
<div class="cel-feature full-w-h" style="background-image: url('assets/images/who-we-are/who-we-are1.jpg');">
<img class="behave img-responsive" src="assets/images/who-we-are/who-we-are1.jpg" alt="Img">
</div>
</div>
</div>
</div>
</div>
<section class="service section-about">
<div class="container">
<div class="section-heading importance">
<h2 class="title"><span>Our</span> Importance</h2>
</div>
<div class="row">
<div class="col-md-4 col-sm-6 service-box">
<div class="service-icon">
<i class="fa fa-eye icon-large"></i>
</div>
<div class="service-content">
<a href="#">
<h4>Our Vision</h4>
</a>
<p>Lorem ipsum dolor sit amet, consectetur adipisicingiu elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
</div>
<div class="col-md-4 col-sm-6 service-box">
<div class="service-icon">
<i class="fa fa-plane icon-large"></i>
</div>
<div class="service-content">
<a href="#">
<h4>Our Mission</h4>
</a>
<p>Lorem ipsum dolor sit amet, consectetur adipisicingiu elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
</div>
<div class="col-md-4 col-sm-6 service-box">
<div class="service-icon">
<i class="fa fa-handshake icon-large">
</i>
</div>
<div class="service-content">
<a href="#"><h4>Our Values</h4></a>
<p>Lorem ipsum dolor sit amet, consectetur adipisicingiu elit, sed do eiusmod tempor incididunt ut labore et dolore.</p>
</div>
</div>
</div>
</div>
</section>
<?php include './footer.php'; ?>
<a href="#" class="back-to-top">
<i class="fas fa-angle-up"></i>
</a>
<script src="assets/js/jquery-3.2.1.min.js"></script>
<script src="assets/js/jquery-migrate-3.0.0.min.js"></script>
<script src="assets/js/apps.min.js"></script>
<script src="assets/contact-script/validator.js"></script>
<script src="assets/contact-script/contact.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBIXIAltBpyECUqr3TL75QK4itRXCV8KdE" async defer></script>
<script src="assets/js/custom.js"></script>
</body>
</html>
|