Compare commits
31 Commits
b02bc12d1d
...
main
Author | SHA1 | Date | |
---|---|---|---|
8704a98f70 | |||
5d398d05f6 | |||
09446d6bcd | |||
8d8eec6a03 | |||
|
32ae338e51 | ||
4decfbc0f4 | |||
|
b57ddd2e3a | ||
e5953168d6 | |||
38fe4c41d1 | |||
|
89ce76a633 | ||
|
283aff4a10 | ||
|
ef1c3b6747 | ||
|
d23b20cd02 | ||
|
f7b485ec55 | ||
|
08d762fa5a | ||
|
5880bbce19 | ||
|
e9d426f020 | ||
c9a2c908af | |||
0f3f9769c1 | |||
38408107f8 | |||
|
1d5e77f12a | ||
|
53f209f335 | ||
922aaa36bd | |||
786ab13839 | |||
fd727b57e4 | |||
bf32ca2ae9 | |||
|
0f6417d4a8 | ||
|
4314ea5e10 | ||
1a4c7042e9 | |||
b5e7245b8a | |||
d330f2145c |
8
.htaccess
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
# php -- BEGIN cPanel-generated handler, do not edit
|
||||
# Set the “ea-php82” package as the default “PHP” programming language.
|
||||
<IfModule mime_module>
|
||||
AddHandler application/x-httpd-ea-php82___lsphp .php .php8 .phtml
|
||||
</IfModule>
|
||||
# php -- END cPanel-generated handler, do not edit
|
146
aboutus.php
@@ -16,7 +16,7 @@
|
||||
<div class="row g-5">
|
||||
<div class="col-xl-4 wow fadeInLeft" data-wow-delay="0.1s">
|
||||
<div class="bg-light rounded text-center">
|
||||
<img src="img/about-us1.jpg" class="img-fluid " style="margin: 10px; height:300px; " alt="Image">
|
||||
<img src="img/aboutus.png" class="img-fluid" style="height:auto; " alt="Image">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-8 wow fadeInRight" data-wow-delay="0.3s">
|
||||
@@ -25,10 +25,11 @@
|
||||
<p class="mb-4">At Orient International, we understand that studying abroad is not just about acquiring academic qualifications; it is a transformative journey that opens doors to new cultures, perspectives, and opportunities. Our mission is to empower students from around the world to navigate this journey with confidence and success.</p>
|
||||
<p class="mb-4">Through personalized counseling and comprehensive support, we guide students through every step of the process, from selecting the right course and university to preparing visa applications and settling into their new academic environment. Our goal is to ensure that every student receives the best possible guidance and resources to achieve their academic and career goals abroad.</p>
|
||||
<p class="mb-4">With a deep commitment to integrity, excellence, and innovation, Orient International strives to redefine the standards of educational consultancy. Our dedicated team of experienced professionals is committed to providing unmatched service, tailored to the unique needs and aspirations of each student.</p>
|
||||
|
||||
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Excellence: Commitment to delivering high-quality services and support.</p>
|
||||
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Integrity: Upholding ethical standards in all our interactions and operations.</p>
|
||||
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Empowerment: Empowering students to make informed decisions and achieve their aspirations.</p>
|
||||
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Innovation: Embracing innovation to enhance the student experience and service delivery.</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -96,39 +97,162 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--Team -->
|
||||
<div class="container-fluid country overflow-hidden py-5">
|
||||
<div class="container py-5">
|
||||
<div class="section-title text-center wow fadeInUp" data-wow-delay="0.1s" style="margin-bottom: 70px;">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">Our Team</h5>
|
||||
</div>
|
||||
<p class="mb-0">Meet our dedicated team of professionals who bring a wealth of experience and expertise in international education. Our team is committed to guiding students through every step of their journey, ensuring personalized attention and support.</p>
|
||||
</div>
|
||||
<div class="row g-4 text-center">
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/avatar.png" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">Name</a>
|
||||
<a href="#" class="text-white fs-4">Designation</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/avatar.png" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">Name</a>
|
||||
<a href="#" class="text-white fs-4">Designation</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/avatar.png" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">Name</a>
|
||||
<a href="#" class="text-white fs-4">Designation</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/avatar.png" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">Name</a>
|
||||
<a href="#" class="text-white fs-4">Designation</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid country overflow-hidden py-5"
|
||||
style="background-image: url('img/testibg.png'); object-fit: cover;">
|
||||
<div class="container py-5">
|
||||
<div class="section-title text-center wow fadeInUp" data-wow-delay="0.1s" style="margin-bottom: 70px;">
|
||||
<div class="sub-style">
|
||||
<h3 class="sub-title display-5 mb-4 px-3">Mission, Vision & Objectives</h3>
|
||||
<h3 class="sub-title display-5 mb-4 px-3">Mission, Vision & Values</h3>
|
||||
</div>
|
||||
|
||||
<p class="mb-0">Empowering students through personalized guidance to achieve academic and career success.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div>
|
||||
|
||||
|
||||
<h2 class=" mb-4">Mission
|
||||
</h2>
|
||||
<p class="mb-4">At Orient International, Our mission is to empower students by providing comprehensive and personalized educational consultancy services. We are dedicated to guiding each student towards achieving their academic and career aspirations, whether they choose to study locally or abroad. Our goal is to ensure that every student receives the necessary resources, guidance, and encouragement to navigate their educational journey successfully.</p>
|
||||
<p class="mb-4">Our mission at Orient International is to empower students by providing expert guidance and resources that facilitate successful academic journeys abroad. We strive to make the process seamless and enriching, ensuring every student receives the best opportunities for personal and professional growth.</p>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<h2 class=" mb-4">Vision
|
||||
</h2>
|
||||
<p class="mb-4">Our vision is to become a trusted partner in the educational success of students, creating a community where each individual can thrive academically and professionally, both domestically and internationally. We envision a future where educational pathways are clear, accessible, and empowering, enabling students to make informed decisions that lead to fulfilling careers and global perspectives.</p>
|
||||
<p class="mb-4">Driven by a vision of creating global citizens and fostering cross-cultural understanding, Orient International aims to be a catalyst for educational excellence and international cooperation. We envision a future where education transcends borders, empowering individuals to make a positive impact worldwide.</p>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<h2 class=" mb-4">Objectives
|
||||
<h2 class=" mb-4">Our Values
|
||||
</h2>
|
||||
<p class="mb-4">Firstly, we prioritize personalized guidance, offering one-on-one consultations that address the unique needs and goals of each student, including those interested in studying abroad. Our objective is to provide tailored solutions that help students overcome challenges and maximize their potential, whether navigating local educational systems or preparing for international study opportunities. Secondly, we strive for excellence in advice, leveraging our expertise to offer insights into academic programs, career opportunities, and skill development relevant to global contexts. We aim to equip students with the knowledge and confidence to excel in diverse educational environments and make informed decisions about their educational and professional paths. Thirdly, we aim to build a supportive community where students feel valued, encouraged, and motivated to pursue their dreams, both locally and internationally. By fostering strong relationships with educators, professionals, and peers around the world, we create a network that enhances student success and well-being on a global scale. Additionally, we are committed to continuous improvement, actively seeking feedback and staying updated on international educational trends and advancements. This allows us to refine our services and provide up-to-date guidance that meets the evolving needs of students interested in studying abroad. Lastly, we prioritize impactful partnerships with international educational institutions, employers, and stakeholders to create meaningful opportunities and pathways for our students to pursue global educational experiences. Through these objectives, we aim to make a lasting positive impact on the educational journeys and future successes of all our students, whether they choose to study at home or abroad.</p>
|
||||
<p class="mb-4">At Orient International, our values are the cornerstone of our operations.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container-fluid country overflow-hidden py-5">
|
||||
<div class="container py-5">
|
||||
<div class="section-title text-center wow fadeInUp" data-wow-delay="0.1s" style="margin-bottom: 70px;">
|
||||
<div class="sub-style">
|
||||
<h3 class="sub-title display-5 mb-4 px-3">Why Choose<br> Orient International?</h3>
|
||||
</div>
|
||||
|
||||
<p class="mb-4">Choosing Orient International means choosing:</p>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<h2 class=" mb-4">Expert Guidance:
|
||||
</h2>
|
||||
<p class="mb-4">Tailored counseling from industry experts with a deep understanding of global education trends.</p>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<h2 class=" mb-4">Comprehensive Support:
|
||||
</h2>
|
||||
<p class="mb-4">End-to-end assistance from application to visa processing and beyond.</p>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<h2 class=" mb-4">Proven Track Record:
|
||||
</h2>
|
||||
<p class="mb-4">A decade of successful student placements in top universities worldwide.</p>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<h2 class=" mb-4">Global Network:
|
||||
</h2>
|
||||
<p class="mb-4">Partnerships with prestigious universities and educational institutions globally.</p>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
<h2 class=" mb-4">Community Engagement:
|
||||
</h2>
|
||||
<p class="mb-4">Beyond our core services, Orient International actively engages with the community and educational stakeholders to promote access to quality education. We collaborate with schools, colleges, and organizations to foster educational opportunities and support initiatives that benefit students.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid country overflow-hidden py-5" id="network">
|
||||
<!-- cta -->
|
||||
|
||||
<div class="container-fluid counter-facts py-5">
|
||||
<div class="container ">
|
||||
<div class="row ">
|
||||
<div class="col-8 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<h2 class="text-center">Get in Touch</h2>
|
||||
<p class="mb-4">Contact us today to schedule a consultation with our experienced counselors and start planning your future.</p>
|
||||
</div>
|
||||
<div class="col-lg-2 row-cols-1 text-center mb-2 mb-lg-0">
|
||||
<a href="contact.php" class="btn btn-outline-dark rounded-pill m-3 " data-bs-toggle="modal"
|
||||
data-bs-target="#exampleModal" data-bs-whatever="Orient">Contact Us</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="container-fluid country overflow-hidden py-5" id="network">
|
||||
<div class="container ">
|
||||
<div class="section-title text-center wow fadeInUp" data-wow-delay="0.1s" style="margin-bottom: 70px;">
|
||||
<div class="sub-style">
|
||||
@@ -215,6 +339,6 @@
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<?php include ('footer.php'); ?>
|
@@ -2,7 +2,7 @@
|
||||
|
||||
<div class="container-fluid bg-breadcrumb">
|
||||
<div class="container text-center py-5" style="max-width: 900px;">
|
||||
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Study Abroad</h1>
|
||||
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Australia</h1>
|
||||
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
||||
<li class="breadcrumb-item"><a href="index.php" class="text-white">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" class="text-white">Australia</a></li>
|
||||
|
68
best.php
Normal file
@@ -0,0 +1,68 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<div class="container-fluid bg-breadcrumb">
|
||||
<div class="container text-center py-5" style="max-width: 900px;">
|
||||
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Blog-Page</h1>
|
||||
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
||||
<li class="breadcrumb-item"><a href="index.php" class="text-white">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" class="text-white">Blog Details</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Page Content -->
|
||||
<div class="container mt-4">
|
||||
<div class="row">
|
||||
<!-- Main Content -->
|
||||
<div class="col-lg-8">
|
||||
<h1 class="mb-4">Korea, Japan or Vietnam? Which is best for Nepalese Students?</h1>
|
||||
<div class="card mb-4">
|
||||
<img src="img/japan-korea-vietnam.png" class="card-img-top" alt="...">
|
||||
<div class="card-body">
|
||||
<p class="mb-3 mt-40">Choosing the right study destination abroad is a pivotal decision for Nepalese students aiming to pursue higher education. Among the diverse options available, countries like Korea, Japan, and Vietnam stand out as popular choices offering unique educational experiences, cultural richness, and promising career opportunities. Let's delve into what each of these countries has to offer and how they cater to the aspirations of Nepalese students.</p>
|
||||
|
||||
<h1 class=" mb-4">Korea: Vibrant Culture and Economic Opportunities</h1>
|
||||
<p class="mb-3">South Korea has emerged as a preferred destination for Nepalese students seeking quality education and diverse career prospects. Renowned for its technological advancements, vibrant culture, and robust economy, South Korea offers a range of English-taught programs across various disciplines. Korean universities are globally recognized for their academic excellence, particularly in fields such as engineering, technology, and business.</p>
|
||||
<p class="mb-3">Moreover, studying in Korea provides Nepalese students with the opportunity to immerse themselves in a dynamic cultural environment while gaining proficiency in the Korean language. The country's strategic location in East Asia also facilitates easy access to regional travel and networking opportunities.</p>
|
||||
|
||||
<h1 class=" mb-4">Japan: Innovation Hub and Cultural Splendor</h1>
|
||||
<p class="mb-3">Japan holds a special allure for Nepalese students drawn to its reputation as a global innovation hub and its rich cultural heritage. Japanese universities are renowned for their cutting-edge research facilities, academic rigor, and emphasis on practical skills development. From robotics and engineering to traditional arts and humanities, Japan offers a diverse range of programs taught in English, making it accessible to international students.</p>
|
||||
<p class="mb-3">Studying in Japan not only equips Nepalese students with advanced technical knowledge but also fosters cultural understanding and global perspectives. The opportunity to learn the Japanese language adds a valuable skill set, enhancing career prospects in multinational corporations and academic institutions worldwide.</p>
|
||||
|
||||
<h1 class=" mb-4">Vietnam: Affordable Education and Cultural Proximity</h1>
|
||||
<p class="mb-3">Vietnam has gained popularity among Nepalese students seeking affordable yet high-quality education in Southeast Asia. With a rapidly growing economy and a welcoming atmosphere, Vietnam offers a range of English-taught programs across disciplines such as business, hospitality, and engineering. Vietnamese universities emphasize practical learning and industry-relevant skills, preparing students for competitive global markets.</p>
|
||||
<p class="mb-3">Cost-effective living expenses in Vietnam make it an attractive option for Nepalese students, offering a balance between academic excellence and cultural immersion. Studying in Vietnam allows students to explore Southeast Asian cultures, languages, and traditions while enjoying a vibrant social life and networking opportunities.</p>
|
||||
|
||||
<h1 class=" mb-4">Making the Right Choice</h1>
|
||||
<p class="mb-3">Choosing between Korea, Japan, and Vietnam depends on individual preferences, academic interests, and career aspirations. Each country offers distinct advantages, from academic reputation and career opportunities to cultural immersion and affordability. Nepalese students are encouraged to research each destination thoroughly, consider program offerings, language requirements, and potential scholarships, and consult with study abroad experts for personalized guidance.</p>
|
||||
<p class="mb-3">At Orient International, we specialize in helping Nepalese students navigate their study abroad options and make informed decisions. Whether you're interested in studying in Korea, Japan, Vietnam, or any other destination, our experienced counselors are here to provide comprehensive support and guidance tailored to your educational goals.</p>
|
||||
|
||||
<h1 class=" mb-4">Start Your Journey Today!</h1>
|
||||
<p class="mb-3">Explore the possibilities awaiting you in Korea, Japan, Vietnam, and beyond. Contact Orient International to begin your journey towards academic excellence, cultural enrichment, and global opportunities. Together, we can turn your study abroad dreams into a successful reality.</p>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<div class="col-lg-4" id="sidebar">
|
||||
<div class="card mb-4">
|
||||
<h5 class="card-header">Trending Blogs</h5>
|
||||
<ul class="list-group list-group-flush">
|
||||
<li class="list-group-item"><a href="best.php">Korea, Japan or Vietnam? Which is best for Nepalese Students?</a></li>
|
||||
<li class="list-group-item"><a href="study-abroad.php">About Abroad Study - Quality, Affordability, and Sustainability</a></li>
|
||||
<li class="list-group-item"><a href="blogpage.php">Empowering Students Through Expert Guidance</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap JS, Popper.js, and jQuery -->
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
26
blog.php
@@ -25,16 +25,16 @@
|
||||
<div class="service-title">
|
||||
<div class="service-title-name">
|
||||
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
|
||||
<a href="blogpage.php" class="h4 text-white mb-0">Top Benefits of Studying Abroad</a>
|
||||
<a href="blogpage.php" class="h4 text-white mb-0">About Abroad Study - Quality, Affordability, and Sustainability</a>
|
||||
</div>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="blogpage.php">Read More</a>
|
||||
</div>
|
||||
<div class="service-content pb-4">
|
||||
<a href="blogpage.php">
|
||||
<h4 class="text-white mb-4 py-3">Top Benefits of Studying Abroad</h4>
|
||||
<h4 class="text-white mb-4 py-3">Empowering Students Through Expert Guidance</h4>
|
||||
</a>
|
||||
<div class="px-4">
|
||||
<p class="mb-4 text-light">Studying abroad is a transformative experience that goes beyond academic pursuits, offering students a profound journey of personal growth and cultural immersion. Whether in bustling cities like London or serene campuses in Kyoto, the benefits of studying abroad are diverse and far-reaching.</p>
|
||||
<p class="mb-4 text-light">Our team of experienced counselors is here to provide expert guidance tailored to each student's unique aspirations and goals.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5" href="blogpage.php">Read More</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -51,17 +51,17 @@
|
||||
<div class="service-title">
|
||||
<div class="service-title-name">
|
||||
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
|
||||
<a href="mba.php" class="h4 text-white mb-0">Top MBA Programs for International Students</a>
|
||||
<a href="mba.php" class="h4 text-white mb-0">Korea, Japan or Vietnam? Which is best for Nepalese Students?</a>
|
||||
</div>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="mba.php">Read More</a>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="best.php">Read More</a>
|
||||
</div>
|
||||
<div class="service-content pb-4">
|
||||
<a href="mba.php">
|
||||
<h4 class="text-white mb-4 py-3">Top MBA Programs for International Students</h4>
|
||||
<h4 class="text-white mb-4 py-3">Korea, Japan or Vietnam? Which is best for Nepalese Students?</h4>
|
||||
</a>
|
||||
<div class="px-4">
|
||||
<p class="mb-4 text-light">Choosing the right MBA program involves considering factors like reputation, specialization, and opportunities for international exposure. Here’s a comprehensive guide to some of the top MBA programs worldwide that consistently attract and cater to international students.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="mba.php">Read More</a>
|
||||
<p class="mb-4 text-light">Choosing the right study destination abroad is a pivotal decision for Nepalese students aiming to pursue higher education.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="best.php">Read More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -77,17 +77,17 @@
|
||||
<div class="service-title">
|
||||
<div class="service-title-name">
|
||||
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
|
||||
<a href="#" class="h4 text-white mb-0">Top Study Abroad Destinations for 2024</a>
|
||||
<a href="#" class="h4 text-white mb-0">About Abroad Study - Quality, Affordability, and Sustainability</a>
|
||||
</div>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="blogpage.php">Read More</a>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="study-abroad.php">Read More</a>
|
||||
</div>
|
||||
<div class="service-content pb-4">
|
||||
<a href="#">
|
||||
<h4 class="text-white mb-4 py-3">Top Study Abroad Destinations for 2024</h4>
|
||||
<h4 class="text-white mb-4 py-3">About Abroad Study - Quality, Affordability, and Sustainability</h4>
|
||||
</a>
|
||||
<div class="px-4">
|
||||
<p class="mb-4 text-light">Choosing a study abroad destination is an exciting decision that can shape your academic journey and personal growth. Whether you're drawn to cultural immersion, academic excellence, or career opportunities, selecting the right destination is crucial. Here’s a guide to the top study abroad destinations for 2024, offering diverse experiences and opportunities for students seeking international education.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="blogpage.php">Read More</a>
|
||||
<p class="mb-4 text-light">Studying abroad is a transformative experience that enriches academic growth, cultural understanding, and career prospects.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="study-abroad.php">Read More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
45
blogpage.php
@@ -15,30 +15,34 @@
|
||||
<div class="row">
|
||||
<!-- Main Content -->
|
||||
<div class="col-lg-8">
|
||||
<h1 class="mb-4">The Top Benefits of Studying Abroad</h1>
|
||||
<h1 class="mb-4">Empowering Students Through Expert Guidance</h1>
|
||||
<div class="card mb-4">
|
||||
<img src="img/benefits.jpg" class="card-img-top" alt="...">
|
||||
<img src="img/empowering.jpg" class="card-img-top" alt="...">
|
||||
<div class="card-body">
|
||||
<p class="card-text mt-40">Studying abroad is a transformative experience that goes beyond academic pursuits, offering students a profound journey of personal growth and cultural immersion. Whether in bustling cities like London or serene campuses in Kyoto, the benefits of studying abroad are diverse and far-reaching.</p>
|
||||
<p class="mb-3 mt-40">Orient International is in Town with All-New Orientation and Commitment for Student's Success</p>
|
||||
|
||||
<h5 class="card-title">Cultural Immersion and Global Awareness</h5>
|
||||
<p class="card-text">One of the most significant advantages of studying abroad is the opportunity to immerse oneself in a new culture. Living among locals, experiencing traditional celebrations, and learning a new language all contribute to a deeper understanding of global diversity. These experiences cultivate empathy, adaptability, and cross-cultural communication skills, essential in our increasingly interconnected world.</p>
|
||||
<p class="mb-3">At Orient International, located in the heart of Kathmandu City at New Baneshwor, we are thrilled to announce our renewed commitment to guiding students towards academic excellence and career success. As a leading consultancy specializing in study abroad services, Orient International is dedicated to empowering students with the knowledge, resources, and support needed to thrive in their educational journeys.</p>
|
||||
|
||||
<h5 class="card-title">Academic Excellence and Specialized Programs</h5>
|
||||
<p class="card-text">Many universities abroad are renowned for their academic excellence and innovative research opportunities. Whether pursuing degrees in engineering, humanities, or business, students benefit from exposure to diverse perspectives and rigorous academic environments. Specialized programs often offer access to state-of-the-art facilities and expert faculty members, enriching the learning experience and preparing students for global careers.</p>
|
||||
<p class="mb-3">Our team of experienced counselors is here to provide expert guidance tailored to each student's unique aspirations and goals. Whether you're dreaming of studying in the bustling cities of the USA, the historic universities of the UK, the serene landscapes of Australia, or exploring the cultural richness of Japan and South Korea, Orient International offers personalized advice to help you navigate the complexities of international education.</p>
|
||||
|
||||
<h5 class="card-title">Personal Growth and Independence</h5>
|
||||
<p class="card-text">Studying abroad challenges students to step outside their comfort zones and navigate new environments independently. From managing finances and daily chores to making new friends and exploring unfamiliar landscapes, these experiences foster resilience, self-confidence, and a heightened sense of independence. Students return home with a newfound sense of maturity and a broader perspective on life.</p>
|
||||
<h1 class=" mb-4">Comprehensive Services for Every Step of the Journey</h1>
|
||||
<p class="mb-3">From initial consultation to post-arrival support, Orient International offers a comprehensive range of services to ensure a seamless study abroad experience. Our services include:</p>
|
||||
|
||||
<h5 class="card-title">Career Advancement and Global Networking</h5>
|
||||
<p class="card-text">Employers value the skills gained through studying abroad, including cross-cultural communication, adaptability, and language proficiency. International experiences demonstrate a willingness to embrace challenges and a capacity to thrive in diverse work environments. Networking with peers, professors, and professionals from around the world opens doors to global career opportunities and enhances prospects for future success.</p>
|
||||
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Study Abroad Counseling: Personalized guidance to help you choose the right destination and program.</p>
|
||||
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Country-specific Expertise: Detailed insights into educational opportunities and cultural nuances across various countries.</p>
|
||||
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Language Classes: Learn Japanese and Korean languages from native-speaking instructors.</p>
|
||||
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Test Preparation: Prepare effectively for exams like IELTS, PTE, TOEFL, SAT, GRE, and GMAT.</p>
|
||||
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Visa Assistance: Navigate visa processes with confidence and ease.</p>
|
||||
<p class=" mb-3"><i class="fa fa-check-circle me-2"></i>Pre-departure and Post-arrival Support: Practical advice and support for a smooth transition and integration.</p>
|
||||
|
||||
<h5 class="card-title">Lifelong Memories and Personal Connections</h5>
|
||||
<p class="card-text">Studying abroad is more than academics; it's about creating lifelong memories and forging meaningful relationships. Whether exploring historic landmarks, participating in local festivals, or bonding with fellow students over shared experiences, these moments create lasting connections and a sense of belonging in a global community.</p>
|
||||
<h1 class=" mb-4">Commitment to Student Success</h1>
|
||||
<p class=" mb-3">At Orient International, our commitment extends beyond facilitating study abroad opportunities. We are dedicated to equipping students with essential skills, cultural understanding, and global perspectives that enrich their academic and personal growth. Our educational workshops, career counseling services, and student resources are designed to enhance your learning experience and prepare you for future challenges.</p>
|
||||
|
||||
<h5 class="card-title">Conclusion</h5>
|
||||
<p class="card-text">Studying abroad is a transformative journey that enriches both academic and personal growth. Beyond acquiring knowledge in classrooms, students gain invaluable cultural insights, develop essential life skills, and build a global network of friends and mentors. Embracing the world through studying abroad opens doors to endless possibilities, shaping individuals into global citizens ready to make a positive impact on society.</p>
|
||||
<p class="card-text">In conclusion, studying abroad offers a unique blend of academic excellence, cultural immersion, personal growth, and career advancement. It's a journey that challenges and enriches students, preparing them to thrive in an increasingly interconnected world.</p>
|
||||
<h1 class=" mb-4">Join Us in Your Journey to Success</h1>
|
||||
<p class=" mb-3">Whether you're a high school graduate planning your first venture abroad or a working professional seeking advanced studies, Orient International welcomes you to explore the world of opportunities awaiting you. Our team is here to support you at every step, ensuring you make informed decisions and achieve your academic and career aspirations.</p>
|
||||
|
||||
<h1 class=" mb-4">Get Started Today!</h1>
|
||||
<p class=" mb-3">Visit Orient International at our centrally located office in New Baneshwor, Kathmandu, or contact us to schedule a consultation. Let us help you embark on a transformative journey towards academic excellence and personal growth. Together, we can turn your study abroad dreams into reality with confidence and commitment.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -46,14 +50,13 @@
|
||||
</div>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<div class="col-lg-4">
|
||||
<div class="col-lg-4" id="sidebar">
|
||||
<div class="card mb-4">
|
||||
<h5 class="card-header">Trending Blogs</h5>
|
||||
<ul class="list-group list-group-flush">
|
||||
<li class="list-group-item"><a href="computer.php">Top Benefits of studying Computer Science in abroad.</a></li>
|
||||
<li class="list-group-item"><a href="mba.php">Top MBA Programs for International Students</a></li>
|
||||
<li class="list-group-item"><a href="study.php">Top Study Abroad Destinations for 2024 </a></li>
|
||||
<li class="list-group-item"><a href="blogpage.php">Top Benefits of Studying Abroad</a></li>
|
||||
<li class="list-group-item"><a href="best.php">Korea, Japan or Vietnam? Which is best for Nepalese Students?</a></li>
|
||||
<li class="list-group-item"><a href="study-abroad.php">About Abroad Study - Quality, Affordability, and Sustainability</a></li>
|
||||
<li class="list-group-item"><a href="blogpage.php">Empowering Students Through Expert Guidance</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
<div class="container-fluid bg-breadcrumb">
|
||||
<div class="container text-center py-5" style="max-width: 900px;">
|
||||
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Study Abroad</h1>
|
||||
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Canada</h1>
|
||||
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
||||
<li class="breadcrumb-item"><a href="index.php" class="text-white">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" class="text-white">Canada</a></li>
|
||||
|
25
comprehensive-support.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php include('header.php');?>
|
||||
|
||||
<div class="container-fluid bg-breadcrumb">
|
||||
<div class="container text-center py-5" style="max-width: 900px;">
|
||||
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Services</h1>
|
||||
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
||||
<li class="breadcrumb-item"><a href="index.php" class="text-white">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" class="text-white">Comprehensive Support</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid py-5 bg-light">
|
||||
<div class="container py-5">
|
||||
<div class="container-fluid py-5 bg-light">
|
||||
<div class="container py-5">
|
||||
<div class="row">
|
||||
<h1 class="display-5 text-center">COMING SOON .....</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php include('footer.php');?>
|
67
computer.php
@@ -1,67 +0,0 @@
|
||||
<?php include ('header.php'); ?>
|
||||
|
||||
<div class="container-fluid bg-breadcrumb">
|
||||
<div class="container text-center py-5" style="max-width: 900px;">
|
||||
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Blog-Page</h1>
|
||||
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
||||
<li class="breadcrumb-item"><a href="index.php" class="text-white">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" class="text-white">Blog Details</a></li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Page Content -->
|
||||
<div class="container mt-4">
|
||||
<div class="row">
|
||||
<!-- Main Content -->
|
||||
<div class="col-lg-8">
|
||||
<h1 class="mb-4">Top Benefits of studying Computer Science in abroad.</h1>
|
||||
<div class="card mb-4">
|
||||
<img src="img/benefits.jpg" class="card-img-top" alt="...">
|
||||
<div class="card-body">
|
||||
<p class="card-text mt-40">In today’s digital age, the field of computer science continues to drive innovation and shape the future of technology across the globe. For aspiring computer scientists, pursuing higher education abroad offers a myriad of advantages, from access to cutting-edge research facilities to exposure to diverse cultures and global networking opportunities. Here’s a comprehensive exploration of the top benefits of studying computer science abroad:</p>
|
||||
|
||||
<h5 class="card-title"> World-Class Education and Research Opportunities</h5>
|
||||
<p class="card-text">Studying computer science abroad provides access to world-renowned universities and research institutions known for their excellence in technology and innovation. Institutions like MIT in the USA, ETH Zurich in Switzerland, and University of Cambridge in the UK offer state-of-the-art facilities, expert faculty, and robust research opportunities in areas such as artificial intelligence, cybersecurity, and software engineering. This exposure equips students with advanced technical skills and knowledge that are highly valued in the global tech industry.</p>
|
||||
|
||||
<h5 class="card-title"> Diversity of Specializations and Curriculum</h5>
|
||||
<p class="card-text">Abroad, computer science programs often offer a diverse range of specializations and interdisciplinary opportunities. Whether focusing on data science, machine learning, robotics, or bioinformatics, students can tailor their studies to align with their career aspirations and emerging trends in technology. The flexibility and depth of curriculum abroad allow for exploration of niche fields and the integration of cutting-edge technologies into coursework and research projects.</p>
|
||||
|
||||
<h5 class="card-title"> Cultural and Language Immersion</h5>
|
||||
<p class="card-text">Studying computer science abroad provides a unique opportunity for cultural immersion and language acquisition. Interacting with peers and faculty from diverse backgrounds fosters cross-cultural understanding, global perspectives, and collaboration skills essential in today's multicultural workplaces. Immersion in a foreign language environment also enhances communication skills and adaptability, preparing students for global career opportunities and leadership roles in multinational tech companies.</p>
|
||||
|
||||
<h5 class="card-title">Access to Global Tech Hubs and Industry Connections</h5>
|
||||
<p class="card-text">Many countries renowned for their computer science programs are also home to vibrant tech hubs and leading tech companies. Silicon Valley in the USA, Silicon Alley in New York, Tech City in London, and Silicon Wadi in Israel are just a few examples. Studying in these locations provides proximity to industry leaders, networking events, internships, and job opportunities that can accelerate career growth and innovation. Building connections with professionals and alumni in the global tech community enhances prospects for internships, research collaborations, and post-graduation employment.</p>
|
||||
|
||||
<h5 class="card-title">Career Advancement and Global Mobility</h5>
|
||||
<p class="card-text">Earning a degree in computer science abroad enhances career prospects and global mobility. Graduates are highly sought after by employers worldwide for their technical expertise, problem-solving abilities, and cross-cultural competencies. Many countries offer post-study work visas and pathways to permanent residency for skilled professionals, providing international students with opportunities to launch successful careers in tech hubs around the world.</p>
|
||||
|
||||
<h5 class="card-title">Conclusion</h5>
|
||||
<p class="card-text">Studying computer science abroad offers unparalleled opportunities for academic excellence, cultural enrichment, and career advancement in the dynamic field of technology. By embracing global education and research opportunities, students gain the skills, knowledge, and perspectives needed to drive innovation, solve complex challenges, and make a meaningful impact on the future of computing worldwide. Whether pursuing a career in artificial intelligence, cybersecurity, software development, or tech entrepreneurship, studying computer science abroad lays the foundation for a successful and fulfilling career in the digital age.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Sidebar -->
|
||||
<div class="col-lg-4">
|
||||
<div class="card mb-50">
|
||||
<h5 class="card-header">Trending Blogs</h5>
|
||||
<ul class="list-group list-group-flush">
|
||||
<li class="list-group-item"><a href="computer.php">Top Benefits of studying Computer Science in abroad.</a></li>
|
||||
<li class="list-group-item"><a href="blogpage.php">Top Benefits of Studying Abroad</a></li>
|
||||
<li class="list-group-item"><a href="study.php">Top Study Abroad Destinations for 2024 </a></li>
|
||||
<li class="list-group-item"><a href="mba.php">Top MBA Programs for International Students </a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap JS, Popper.js, and jQuery -->
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
||||
|
||||
<?php include ('footer.php'); ?>
|
16
contact.php
@@ -20,26 +20,26 @@
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Have Questions? Don't Hesitate to Contact Us</h1>
|
||||
<div class="d-flex border-bottom mb-4 pb-4">
|
||||
<i class="fas fa-map-marked-alt fa-3x " style="color:#f1592a;"></i>
|
||||
<i class="fas fa-map-marked-alt fa-3x " style="color:#f54813;"></i>
|
||||
<div class="ps-3">
|
||||
<h5 class="mb-3">Location</h5>
|
||||
<a href="#" class="fs-5 text-primary">Kathmandu, Nepal</a>
|
||||
<a href="#" class="fs-5 text-primary" target="_blank">Baneshwor Plaza, Block "A" 3rd Floor, Kathmandu</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="row g-3">
|
||||
<div class="col-xl-6">
|
||||
<div class="d-flex">
|
||||
<i class="fas fa-tty fa-3x" style="color: #f1592a;"></i>
|
||||
<i class="fas fa-tty fa-3x" style="color: #f54813;"></i>
|
||||
<div class="ps-3">
|
||||
<h5 class="mb-3">Contact</h5>
|
||||
<div class="mb-3">
|
||||
<h6 class="mb-0">Phone:</h6>
|
||||
<a href="tel: 01-4238541" class="fs-5 text-primary">01-4238541</a>
|
||||
<a href="tel: 01-4594894" class="fs-5 text-primary" target="_blank">01-4594894</a>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="mb-0">Email:</h6>
|
||||
<a href="mailto: info@orientabroad.com" class="fs-5 text-primary">info@orientabroad.com</a>
|
||||
<a href="mailto: info@orientabroad.com" class="fs-5 text-primary" target="_blank">info@orientabroad.com</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -103,9 +103,9 @@
|
||||
|
||||
<div class="col-12 pt-5 wow zoomIn" data-wow-delay="0.1s">
|
||||
<div class="rounded h-100">
|
||||
<iframe class="rounded w-100" style="height: 500px;"
|
||||
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3532.371346175937!2d85.31763737525374!3d27.705818576183418!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb19a7453bada1%3A0x6f8f5eed2ccfc49b!2sOrient%20Consultancy%20Pvt.Ltd!5e0!3m2!1sen!2snp!4v1718005222991!5m2!1sen!2snp"
|
||||
loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
||||
<iframe class="rounded w-100" style="height: 500px;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3532.8720945893288!2d85.33298677611329!3d27.690347826239755!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb19860a58dced%3A0x9a2314f109088c48!2sNew%20Baneshwor%20Plaza!5e0!3m2!1sen!2snp!4v1720153851635!5m2!1sen!2snp"
|
||||
loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
12
css/bootstrap.min.css
vendored
@@ -235,7 +235,7 @@ sup {
|
||||
}
|
||||
|
||||
a {
|
||||
color: #F1592A;
|
||||
color: #f54813;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
@@ -499,7 +499,7 @@ progress {
|
||||
|
||||
@media(min-width: 1200px) {
|
||||
.display-1 {
|
||||
font-size: 5rem
|
||||
font-size: 3rem
|
||||
}
|
||||
}
|
||||
|
||||
@@ -523,13 +523,13 @@ progress {
|
||||
|
||||
@media(min-width: 1200px) {
|
||||
.display-3 {
|
||||
font-size: 4rem
|
||||
font-size: 3rem
|
||||
}
|
||||
}
|
||||
|
||||
.display-4 {
|
||||
font-size: calc(1.475rem + 2.7vw);
|
||||
font-weight: 700;
|
||||
font-weight: 400;
|
||||
line-height: 1.2
|
||||
}
|
||||
|
||||
@@ -547,7 +547,7 @@ progress {
|
||||
|
||||
@media(min-width: 1200px) {
|
||||
.display-5 {
|
||||
font-size: 3rem
|
||||
font-size: 2rem
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3782,7 +3782,7 @@ fieldset:disabled .btn {
|
||||
.btn-outline-dark {
|
||||
color: #fff;
|
||||
border-color: #fff;
|
||||
background-color: #F1592A;
|
||||
background-color: #f54813;
|
||||
}
|
||||
|
||||
.btn-outline-dark:hover {
|
||||
|
@@ -17,23 +17,23 @@
|
||||
|
||||
|
||||
h1{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
h2{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
h3{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
h4{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
h5{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
|
||||
h6{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
.back-to-top {
|
||||
position: fixed;
|
||||
@@ -65,7 +65,7 @@ h6{
|
||||
}
|
||||
|
||||
/* .mb-3{
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
} */
|
||||
.btn-sm-square {
|
||||
width: 34px;
|
||||
@@ -101,7 +101,7 @@ h6{
|
||||
|
||||
|
||||
.btn.btn-primary {
|
||||
background:#f1592a !important;
|
||||
background:#f54813 !important;
|
||||
color: var(--bs-white) !important;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-weight: 400;
|
||||
@@ -117,7 +117,7 @@ h6{
|
||||
|
||||
.btn.btn-secondary {
|
||||
background: transparent;
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-weight: 400;
|
||||
border: none;
|
||||
@@ -140,7 +140,7 @@ h6{
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
text-transform: uppercase;
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
|
||||
.section-title .sub-style::before {
|
||||
@@ -152,7 +152,7 @@ h6{
|
||||
transform: translateY(-50%);
|
||||
margin-bottom: -6px;
|
||||
margin-left: -100px;
|
||||
border: 1px solid #f1592a !important;
|
||||
border: 1px solid #f54813 !important;
|
||||
}
|
||||
|
||||
.section-title .sub-style::after {
|
||||
@@ -164,14 +164,14 @@ h6{
|
||||
transform: translateY(-50%);
|
||||
margin-top: -8px;
|
||||
margin-left: -50px;
|
||||
border: 1px solid #f1592a !important;
|
||||
border: 1px solid #f54813 !important;
|
||||
}
|
||||
|
||||
.sub-title {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
text-transform: uppercase;
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
|
||||
.sub-title::before {
|
||||
@@ -183,7 +183,7 @@ h6{
|
||||
transform: translateY(-50%);
|
||||
margin-bottom: -8px;
|
||||
margin-right: -100px;
|
||||
border: 1px solid #f1592a !important;
|
||||
border: 1px solid #f54813 !important;
|
||||
}
|
||||
|
||||
.sub-title::after {
|
||||
@@ -195,7 +195,7 @@ h6{
|
||||
transform: translateY(-50%);
|
||||
margin-top: -6px;
|
||||
margin-right: -50px;
|
||||
border: 1px solid #f1592a !important;
|
||||
border: 1px solid #f54813 !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -248,7 +248,7 @@ h6{
|
||||
|
||||
.navbar-light .navbar-nav .nav-link:hover,
|
||||
.navbar-light .navbar-nav .nav-link.active {
|
||||
color: #f1592a !important;
|
||||
color: #f54813 !important;
|
||||
}
|
||||
|
||||
.navbar-light .navbar-brand img {
|
||||
@@ -286,7 +286,7 @@ h6{
|
||||
}
|
||||
|
||||
.dropdown .dropdown-menu a:hover {
|
||||
background: #f1592a;
|
||||
background: #f54813;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@@ -342,7 +342,7 @@ h6{
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background: #f1592a;
|
||||
background: #f54813;
|
||||
opacity: 0;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
@@ -387,11 +387,13 @@ h6{
|
||||
border-radius: 50%;
|
||||
background-size: 60% 60%;
|
||||
transition: 0.5s;
|
||||
margin-top: 280%;
|
||||
}
|
||||
|
||||
.carousel-header .carousel-control-next .carousel-control-next-icon {
|
||||
margin-left: 0;
|
||||
margin-right: -60px;
|
||||
margin-top: 280%;
|
||||
}
|
||||
|
||||
.carousel-header .carousel .carousel-indicators {
|
||||
@@ -414,7 +416,7 @@ h6{
|
||||
.carousel-header .carousel .carousel-indicators li.active {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border: 8px solid #f1592a;
|
||||
border: 8px solid #f54813;
|
||||
}
|
||||
|
||||
.carousel-header .carousel-inner .carousel-item {
|
||||
@@ -437,7 +439,21 @@ h6{
|
||||
left: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
justify-content: left;
|
||||
text-align: center;
|
||||
/*background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));*/
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.carousel-header .carousel-inner .carousel-item .carousel-caption_1 {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: right;
|
||||
text-align: center;
|
||||
background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
|
||||
background-size: cover;
|
||||
@@ -498,7 +514,7 @@ h6{
|
||||
left: 0;
|
||||
top: 0;
|
||||
border-radius: 10px 10px 0 0;
|
||||
background-color: #f1592a;
|
||||
background-color: #f54813;
|
||||
|
||||
}
|
||||
.counter-facts .counter .counter-icon {
|
||||
@@ -543,7 +559,7 @@ h6{
|
||||
font-size: 30px;
|
||||
font-weight: 700;
|
||||
display: block;
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1200px) {
|
||||
@@ -676,7 +692,7 @@ h6{
|
||||
}
|
||||
|
||||
.features .feature-item:hover .feature-icon i {
|
||||
color:#f1592a !important;
|
||||
color:#f54813 !important;
|
||||
transform: rotate(360deg);
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
@@ -695,7 +711,7 @@ h6{
|
||||
height: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #f1592a;
|
||||
background: #f54813;
|
||||
border-radius: 10px;
|
||||
transition: 0.5s;
|
||||
z-index: 1;
|
||||
@@ -803,7 +819,7 @@ h6{
|
||||
|
||||
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
|
||||
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
|
||||
color: #f1592a;
|
||||
color: #f54813;
|
||||
}
|
||||
/*** testimonial end ***/
|
||||
|
||||
@@ -909,7 +925,7 @@ h6{
|
||||
|
||||
/*** Footer Start ***/
|
||||
.footer {
|
||||
background: #f1592a;
|
||||
background: #f54813;
|
||||
}
|
||||
.footer .footer-item a {
|
||||
line-height: 30px;
|
||||
@@ -935,3 +951,29 @@ h6{
|
||||
background: var(--bs-secondary) !important;
|
||||
}
|
||||
/*** copyright end ***/
|
||||
|
||||
#sidebar {
|
||||
position: sticky;
|
||||
top: 100px;
|
||||
height: 100%;
|
||||
background-color: #ffffff;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.ml-250{
|
||||
margin-left: -650px;
|
||||
}
|
||||
.mr-250{
|
||||
margin-right: -650px;
|
||||
}
|
||||
|
||||
.ml-350{
|
||||
margin-left: -350px;
|
||||
}
|
||||
|
||||
.text-left{
|
||||
text-align: left !important;
|
||||
}
|
||||
.text-right{
|
||||
text-align: right !important;
|
||||
}
|
||||
|
25
data/Blog 1.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
Orient International is in Town with All-New Orientation and Commitment for Student's Success
|
||||
|
||||
|
||||
At Orient International, located in the heart of Kathmandu City at New Baneshwor, we are thrilled to announce our renewed commitment to guiding students towards academic excellence and career success. As a leading consultancy specializing in study abroad services, Orient International is dedicated to empowering students with the knowledge, resources, and support needed to thrive in their educational journeys.
|
||||
|
||||
Empowering Students Through Expert Guidance
|
||||
Our team of experienced counselors is here to provide expert guidance tailored to each student's unique aspirations and goals. Whether you're dreaming of studying in the bustling cities of the USA, the historic universities of the UK, the serene landscapes of Australia, or exploring the cultural richness of Japan and South Korea, Orient International offers personalized advice to help you navigate the complexities of international education.
|
||||
|
||||
Comprehensive Services for Every Step of the Journey
|
||||
From initial consultation to post-arrival support, Orient International offers a comprehensive range of services to ensure a seamless study abroad experience. Our services include:
|
||||
|
||||
Study Abroad Counseling: Personalized guidance to help you choose the right destination and program.
|
||||
Country-specific Expertise: Detailed insights into educational opportunities and cultural nuances across various countries.
|
||||
Language Classes: Learn Japanese and Korean languages from native-speaking instructors.
|
||||
Test Preparation: Prepare effectively for exams like IELTS, PTE, TOEFL, SAT, GRE, and GMAT.
|
||||
Visa Assistance: Navigate visa processes with confidence and ease.
|
||||
Pre-departure and Post-arrival Support: Practical advice and support for a smooth transition and integration.
|
||||
Commitment to Student Success
|
||||
At Orient International, our commitment extends beyond facilitating study abroad opportunities. We are dedicated to equipping students with essential skills, cultural understanding, and global perspectives that enrich their academic and personal growth. Our educational workshops, career counseling services, and student resources are designed to enhance your learning experience and prepare you for future challenges.
|
||||
|
||||
Join Us in Your Journey to Success
|
||||
Whether you're a high school graduate planning your first venture abroad or a working professional seeking advanced studies, Orient International welcomes you to explore the world of opportunities awaiting you. Our team is here to support you at every step, ensuring you make informed decisions and achieve your academic and career aspirations.
|
||||
|
||||
Get Started Today!
|
||||
Visit Orient International at our centrally located office in New Baneshwor, Kathmandu, or contact us to schedule a consultation. Let us help you embark on a transformative journey towards academic excellence and personal growth. Together, we can turn your study abroad dreams into reality with confidence and commitment.
|
27
data/Blog 2.txt
Normal file
@@ -0,0 +1,27 @@
|
||||
Korea, Japan or Vietnam? Which is best for Nepalese Students?
|
||||
|
||||
Korea, Japan, or Vietnam? Which is Best for Nepalese Students?
|
||||
Choosing the right study destination abroad is a pivotal decision for Nepalese students aiming to pursue higher education. Among the diverse options available, countries like Korea, Japan, and Vietnam stand out as popular choices offering unique educational experiences, cultural richness, and promising career opportunities. Let's delve into what each of these countries has to offer and how they cater to the aspirations of Nepalese students.
|
||||
|
||||
Korea: Vibrant Culture and Economic Opportunities
|
||||
South Korea has emerged as a preferred destination for Nepalese students seeking quality education and diverse career prospects. Renowned for its technological advancements, vibrant culture, and robust economy, South Korea offers a range of English-taught programs across various disciplines. Korean universities are globally recognized for their academic excellence, particularly in fields such as engineering, technology, and business.
|
||||
|
||||
Moreover, studying in Korea provides Nepalese students with the opportunity to immerse themselves in a dynamic cultural environment while gaining proficiency in the Korean language. The country's strategic location in East Asia also facilitates easy access to regional travel and networking opportunities.
|
||||
|
||||
Japan: Innovation Hub and Cultural Splendor
|
||||
Japan holds a special allure for Nepalese students drawn to its reputation as a global innovation hub and its rich cultural heritage. Japanese universities are renowned for their cutting-edge research facilities, academic rigor, and emphasis on practical skills development. From robotics and engineering to traditional arts and humanities, Japan offers a diverse range of programs taught in English, making it accessible to international students.
|
||||
|
||||
Studying in Japan not only equips Nepalese students with advanced technical knowledge but also fosters cultural understanding and global perspectives. The opportunity to learn the Japanese language adds a valuable skill set, enhancing career prospects in multinational corporations and academic institutions worldwide.
|
||||
|
||||
Vietnam: Affordable Education and Cultural Proximity
|
||||
Vietnam has gained popularity among Nepalese students seeking affordable yet high-quality education in Southeast Asia. With a rapidly growing economy and a welcoming atmosphere, Vietnam offers a range of English-taught programs across disciplines such as business, hospitality, and engineering. Vietnamese universities emphasize practical learning and industry-relevant skills, preparing students for competitive global markets.
|
||||
|
||||
Cost-effective living expenses in Vietnam make it an attractive option for Nepalese students, offering a balance between academic excellence and cultural immersion. Studying in Vietnam allows students to explore Southeast Asian cultures, languages, and traditions while enjoying a vibrant social life and networking opportunities.
|
||||
|
||||
Making the Right Choice
|
||||
Choosing between Korea, Japan, and Vietnam depends on individual preferences, academic interests, and career aspirations. Each country offers distinct advantages, from academic reputation and career opportunities to cultural immersion and affordability. Nepalese students are encouraged to research each destination thoroughly, consider program offerings, language requirements, and potential scholarships, and consult with study abroad experts for personalized guidance.
|
||||
|
||||
At Orient International, we specialize in helping Nepalese students navigate their study abroad options and make informed decisions. Whether you're interested in studying in Korea, Japan, Vietnam, or any other destination, our experienced counselors are here to provide comprehensive support and guidance tailored to your educational goals.
|
||||
|
||||
Start Your Journey Today!
|
||||
Explore the possibilities awaiting you in Korea, Japan, Vietnam, and beyond. Contact Orient International to begin your journey towards academic excellence, cultural enrichment, and global opportunities. Together, we can turn your study abroad dreams into a successful reality.
|
23
data/Blog 4.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
About Abroad Study - Quality, Affordability, and Sustainability
|
||||
Studying abroad is a transformative experience that enriches academic growth, cultural understanding, and career prospects. As students embark on their educational journeys beyond borders, several key factors—quality of education, affordability, and sustainability—play pivotal roles in shaping their decisions and experiences.
|
||||
|
||||
Quality of Education
|
||||
Quality education forms the cornerstone of studying abroad, influencing students' academic achievements and career outcomes. Renowned universities and institutions worldwide attract students seeking cutting-edge research facilities, expert faculty, and innovative academic programs. Accreditation, rankings, and industry partnerships validate educational standards, ensuring students receive a robust learning experience aligned with global benchmarks.
|
||||
|
||||
Choosing a study destination known for academic excellence enhances students' knowledge acquisition, critical thinking skills, and professional competencies. Access to state-of-the-art laboratories, libraries, and extracurricular opportunities fosters holistic development, preparing graduates for competitive global markets and leadership roles in their chosen fields.
|
||||
|
||||
Affordability and Financial Planning
|
||||
Affordability is a significant consideration for students navigating the costs associated with studying abroad. Tuition fees, living expenses, accommodation, and healthcare provisions vary across countries and institutions, influencing financial planning and student budgeting. Scholarships, grants, and financial aid programs alleviate financial burdens, making education accessible to talented students from diverse socio-economic backgrounds.
|
||||
|
||||
Strategic financial planning includes evaluating currency exchange rates, cost of living indices, and potential part-time employment opportunities. Budget-conscious decisions, prudent spending habits, and financial literacy empower students to manage expenses responsibly while maximizing educational opportunities and cultural experiences abroad.
|
||||
|
||||
Sustainability and Global Citizenship
|
||||
Sustainability underscores the ethical and environmental responsibilities of studying abroad, promoting global citizenship and sustainable development goals. Institutions committed to sustainability initiatives integrate environmental stewardship, social equity, and economic viability into campus practices and curriculum. Sustainable campuses promote eco-friendly infrastructure, recycling programs, and energy-efficient technologies, fostering a culture of environmental awareness and responsibility among students.
|
||||
|
||||
Students engaged in sustainable practices advocate for ethical consumption, community engagement, and cultural preservation in their host countries. Volunteering initiatives, social entrepreneurship projects, and cross-cultural exchanges empower students to address global challenges, contribute positively to local communities, and promote sustainable development initiatives worldwide.
|
||||
|
||||
Choosing the Right Study Abroad Experience
|
||||
Navigating the complexities of studying abroad involves researching diverse study destinations, evaluating educational offerings, and aligning personal aspirations with institutional values. Quality education, affordability, and sustainability serve as guiding principles in selecting the right study destination and institution. Consultation with academic advisors, alumni insights, and peer reviews provide valuable perspectives, ensuring informed decisions and memorable study abroad experiences.
|
||||
|
||||
Start Your Study Abroad Journey Today!
|
||||
Embark on a transformative study abroad journey with Orient International. Our commitment to quality education, affordability, and sustainability ensures you receive a world-class learning experience while nurturing global citizenship and sustainable practices. Contact us to explore study abroad opportunities, financial planning guidance, and personalized support for your educational aspirations.
|
253
demo/pages/404.html
Normal file
@@ -0,0 +1,253 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Travisa - Visa & Immigration Website Template</title>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<meta content="" name="keywords">
|
||||
<meta content="" name="description">
|
||||
|
||||
<!-- Google Web Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@200;300;400;500;600&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- Icon Font Stylesheet -->
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"/>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
|
||||
|
||||
<!-- Libraries Stylesheet -->
|
||||
<link href="lib/animate/animate.min.css" rel="stylesheet">
|
||||
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Customized Bootstrap Stylesheet -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template Stylesheet -->
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Spinner Start -->
|
||||
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
|
||||
<div class="spinner-border text-secondary" style="width: 3rem; height: 3rem;" role="status">
|
||||
<span class="sr-only">Loading...</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Spinner End -->
|
||||
|
||||
|
||||
<!-- Topbar Start -->
|
||||
<div class="container-fluid bg-primary px-5 d-none d-lg-block">
|
||||
<div class="row gx-0 align-items-center">
|
||||
<div class="col-lg-5 text-center text-lg-start mb-lg-0">
|
||||
<div class="d-flex">
|
||||
<a href="#" class="text-muted me-4"><i class="fas fa-envelope text-secondary me-2"></i>Example@gmail.com</a>
|
||||
<a href="#" class="text-muted me-0"><i class="fas fa-phone-alt text-secondary me-2"></i>+01234567890</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 row-cols-1 text-center mb-2 mb-lg-0">
|
||||
<div class="d-inline-flex align-items-center" style="height: 45px;">
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-twitter fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-facebook-f fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-linkedin-in fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-instagram fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle" href=""><i class="fab fa-youtube fw-normal text-secondary"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 text-center text-lg-end">
|
||||
<div class="d-inline-flex align-items-center" style="height: 45px;">
|
||||
<a href="#" class="text-muted me-2"> Help</a><small> / </small>
|
||||
<a href="#" class="text-muted mx-2"> Support</a><small> / </small>
|
||||
<a href="#" class="text-muted ms-2"> Contact</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Topbar End -->
|
||||
|
||||
<!-- Navbar & Hero Start -->
|
||||
<div class="container-fluid nav-bar p-0">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-white px-4 px-lg-5 py-3 py-lg-0">
|
||||
<a href="" class="navbar-brand p-0">
|
||||
<h1 class="display-5 text-secondary m-0"><img src="img/brand-logo.png" class="img-fluid" alt="">Travisa</h1>
|
||||
<!-- <img src="img/logo.png" alt="Logo"> -->
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
|
||||
<span class="fa fa-bars"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||||
<div class="navbar-nav ms-auto py-0">
|
||||
<a href="index.html" class="nav-item nav-link">Home</a>
|
||||
<a href="about.html" class="nav-item nav-link">About</a>
|
||||
<a href="service.html" class="nav-item nav-link">Service</a>
|
||||
<div class="nav-item dropdown">
|
||||
<a href="#" class="nav-link active" data-bs-toggle="dropdown"><span class="dropdown-toggle">Pages</span></a>
|
||||
<div class="dropdown-menu m-0">
|
||||
<a href="feature.html" class="dropdown-item">Feature</a>
|
||||
<a href="countries.html" class="dropdown-item">Countries</a>
|
||||
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
|
||||
<a href="training.html" class="dropdown-item">Training</a>
|
||||
<a href="404.html" class="dropdown-item active">404 Page</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="contact.html" class="nav-item nav-link">Contact</a>
|
||||
</div>
|
||||
<button class="btn btn-primary btn-md-square border-secondary mb-3 mb-md-3 mb-lg-0 me-3" data-bs-toggle="modal" data-bs-target="#searchModal"><i class="fas fa-search"></i></button>
|
||||
<a href="" class="btn btn-primary border-secondary rounded-pill py-2 px-4 px-lg-3 mb-3 mb-md-3 mb-lg-0">Get A Quote</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- Navbar & Hero End -->
|
||||
|
||||
<!-- Modal Search Start -->
|
||||
<div class="modal fade" id="searchModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-fullscreen">
|
||||
<div class="modal-content rounded-0">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title text-secondary mb-0" id="exampleModalLabel">Search by keyword</h4>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body d-flex align-items-center">
|
||||
<div class="input-group w-75 mx-auto d-flex">
|
||||
<input type="search" class="form-control p-3" placeholder="keywords" aria-describedby="search-icon-1">
|
||||
<span id="search-icon-1" class="input-group-text p-3"><i class="fa fa-search"></i></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Modal Search End -->
|
||||
|
||||
<!-- Header Start -->
|
||||
<div class="container-fluid bg-breadcrumb">
|
||||
<div class="container text-center py-5" style="max-width: 900px;">
|
||||
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">404 Pages</h1>
|
||||
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
||||
<li class="breadcrumb-item"><a href="index.html" class="text-white">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" class="text-white">Pages</a></li>
|
||||
<li class="breadcrumb-item active text-secondary">404 Page</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Header End -->
|
||||
|
||||
<!-- 404 Start -->
|
||||
<div class="container-fluid bg-light py-5">
|
||||
<div class="container py-5 text-center">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<i class="bi bi-exclamation-triangle display-1 text-secondary"></i>
|
||||
<h1 class="display-1">404</h1>
|
||||
<h1 class="mb-4">Page Not Found</h1>
|
||||
<p class="mb-4">We’re sorry, the page you have looked for does not exist in our website! Maybe go to our home page or try to use a search?</p>
|
||||
<a class="btn btn-primary rounded-pill py-3 px-5" href="index.html">Go Back To Home</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 404 End -->
|
||||
|
||||
<!-- Footer Start -->
|
||||
<div class="container-fluid footer py-5 wow fadeIn" data-wow-delay="0.2s">
|
||||
<div class="container py-5">
|
||||
<div class="row g-5">
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Contact Info</h4>
|
||||
<a href=""><i class="fa fa-map-marker-alt me-2"></i> 123 Street, New York, USA</a>
|
||||
<a href=""><i class="fas fa-envelope me-2"></i> info@example.com</a>
|
||||
<a href=""><i class="fas fa-phone me-2"></i> +012 345 67890</a>
|
||||
<a href="" class="mb-3"><i class="fas fa-print me-2"></i> +012 345 67890</a>
|
||||
<div class="d-flex align-items-center">
|
||||
<i class="fas fa-share fa-2x text-secondary me-2"></i>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-facebook-f"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-twitter"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-instagram"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-linkedin-in"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Opening Time</h4>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Mon - Friday:</h6>
|
||||
<p class="text-white mb-0">09.00 am to 07.00 pm</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Satday:</h6>
|
||||
<p class="text-white mb-0">10.00 am to 05.00 pm</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Vacation:</h6>
|
||||
<p class="text-white mb-0">All Sunday is our vacation</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Our Services</h4>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Business</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Evaluation</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Migrate</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Study</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Counselling</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Work / Career</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item">
|
||||
<h4 class="text-secondary mb-4">Newsletter</h4>
|
||||
<p class="text-white mb-3">Dolor amet sit justo amet elitr clita ipsum elitr est.Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
<div class="position-relative mx-auto rounded-pill">
|
||||
<input class="form-control border-0 rounded-pill w-100 py-3 ps-4 pe-5" type="text" placeholder="Enter your email">
|
||||
<button type="button" class="btn btn-primary rounded-pill position-absolute top-0 end-0 py-2 mt-2 me-2">SignUp</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Footer End -->
|
||||
|
||||
<!-- Copyright Start -->
|
||||
<div class="container-fluid copyright py-4">
|
||||
<div class="container">
|
||||
<div class="row g-4 align-items-center">
|
||||
<div class="col-md-6 text-center text-md-start mb-md-0">
|
||||
<span class="text-white"><a href="#" class="border-bottom text-white"><i class="fas fa-copyright text-light me-2"></i>Your Site Name</a>, All right reserved.</span>
|
||||
</div>
|
||||
<div class="col-md-6 text-center text-md-end text-white">
|
||||
<!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
|
||||
<!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
|
||||
<!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
|
||||
Designed By <a class="border-bottom text-white" href="https://htmlcodex.com">HTML Codex</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Copyright End -->
|
||||
|
||||
<!-- Back to Top -->
|
||||
<a href="#" class="btn btn-primary btn-lg-square back-to-top"><i class="fa fa-arrow-up"></i></a>
|
||||
|
||||
|
||||
<!-- JavaScript Libraries -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="lib/wow/wow.min.js"></script>
|
||||
<script src="lib/easing/easing.min.js"></script>
|
||||
<script src="lib/waypoints/waypoints.min.js"></script>
|
||||
<script src="lib/counterup/counterup.min.js"></script>
|
||||
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
|
||||
|
||||
|
||||
<!-- Template Javascript -->
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
520
demo/pages/about.html
Normal file
@@ -0,0 +1,520 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Travisa - Visa & Immigration Website Template</title>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<meta content="" name="keywords">
|
||||
<meta content="" name="description">
|
||||
|
||||
|
||||
|
||||
<!-- Google Web Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@200;300;400;500;600&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- Icon Font Stylesheet -->
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"/>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
|
||||
|
||||
<!-- Libraries Stylesheet -->
|
||||
<link href="lib/animate/animate.min.css" rel="stylesheet">
|
||||
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Customized Bootstrap Stylesheet -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template Stylesheet -->
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Spinner Start -->
|
||||
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
|
||||
<div class="spinner-border text-secondary" style="width: 3rem; height: 3rem;" role="status">
|
||||
<span class="sr-only">Loading...</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Spinner End -->
|
||||
|
||||
|
||||
<!-- Topbar Start -->
|
||||
<div class="container-fluid bg-primary px-5 d-none d-lg-block">
|
||||
<div class="row gx-0 align-items-center">
|
||||
<div class="col-lg-5 text-center text-lg-start mb-lg-0">
|
||||
<div class="d-flex">
|
||||
<a href="#" class="text-muted me-4"><i class="fas fa-envelope text-secondary me-2"></i>Example@gmail.com</a>
|
||||
<a href="#" class="text-muted me-0"><i class="fas fa-phone-alt text-secondary me-2"></i>+01234567890</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 row-cols-1 text-center mb-2 mb-lg-0">
|
||||
<div class="d-inline-flex align-items-center" style="height: 45px;">
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-twitter fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-facebook-f fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-linkedin-in fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-instagram fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle" href=""><i class="fab fa-youtube fw-normal text-secondary"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 text-center text-lg-end">
|
||||
<div class="d-inline-flex align-items-center" style="height: 45px;">
|
||||
<a href="#" class="text-muted me-2"> Help</a><small> / </small>
|
||||
<a href="#" class="text-muted mx-2"> Support</a><small> / </small>
|
||||
<a href="#" class="text-muted ms-2"> Contact</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Topbar End -->
|
||||
|
||||
<!-- Navbar & Hero Start -->
|
||||
<div class="container-fluid nav-bar p-0">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-white px-4 px-lg-5 py-3 py-lg-0">
|
||||
<a href="" class="navbar-brand p-0">
|
||||
<h1 class="display-5 text-secondary m-0"><img src="img/brand-logo.png" class="img-fluid" alt="">Travisa</h1>
|
||||
<!-- <img src="img/logo.png" alt="Logo"> -->
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
|
||||
<span class="fa fa-bars"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||||
<div class="navbar-nav ms-auto py-0">
|
||||
<a href="index.html" class="nav-item nav-link">Home</a>
|
||||
<a href="about.html" class="nav-item nav-link active">About</a>
|
||||
<a href="service.html" class="nav-item nav-link">Service</a>
|
||||
<div class="nav-item dropdown">
|
||||
<a href="#" class="nav-link" data-bs-toggle="dropdown"><span class="dropdown-toggle">Pages</span></a>
|
||||
<div class="dropdown-menu m-0">
|
||||
<a href="feature.html" class="dropdown-item">Feature</a>
|
||||
<a href="countries.html" class="dropdown-item">Countries</a>
|
||||
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
|
||||
<a href="training.html" class="dropdown-item">Training</a>
|
||||
<a href="404.html" class="dropdown-item">404 Page</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="contact.html" class="nav-item nav-link">Contact</a>
|
||||
</div>
|
||||
<button class="btn btn-primary btn-md-square border-secondary mb-3 mb-md-3 mb-lg-0 me-3" data-bs-toggle="modal" data-bs-target="#searchModal"><i class="fas fa-search"></i></button>
|
||||
<a href="" class="btn btn-primary border-secondary rounded-pill py-2 px-4 px-lg-3 mb-3 mb-md-3 mb-lg-0">Get A Quote</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- Navbar & Hero End -->
|
||||
|
||||
<!-- Modal Search Start -->
|
||||
<div class="modal fade" id="searchModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-fullscreen">
|
||||
<div class="modal-content rounded-0">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title text-secondary mb-0" id="exampleModalLabel">Search by keyword</h4>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body d-flex align-items-center">
|
||||
<div class="input-group w-75 mx-auto d-flex">
|
||||
<input type="search" class="form-control p-3" placeholder="keywords" aria-describedby="search-icon-1">
|
||||
<span id="search-icon-1" class="input-group-text p-3"><i class="fa fa-search"></i></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Modal Search End -->
|
||||
|
||||
<!-- Header Start -->
|
||||
<div class="container-fluid bg-breadcrumb">
|
||||
<div class="container text-center py-5" style="max-width: 900px;">
|
||||
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">About Us</h1>
|
||||
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
||||
<li class="breadcrumb-item"><a href="index.html" class="text-white">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" class="text-white">Pages</a></li>
|
||||
<li class="breadcrumb-item active text-secondary">About</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Header End -->
|
||||
|
||||
<!-- About Start -->
|
||||
<div class="container-fluid overflow-hidden py-5">
|
||||
<div class="container py-5">
|
||||
<div class="row g-5">
|
||||
<div class="col-xl-5 wow fadeInLeft" data-wow-delay="0.1s">
|
||||
<div class="bg-light rounded">
|
||||
<img src="img/about-2.png" class="img-fluid w-100" style="margin-bottom: -7px;" alt="Image">
|
||||
<img src="img/about-3.jpg" class="img-fluid w-100 border-bottom border-5 border-primary" style="border-top-right-radius: 300px; border-top-left-radius: 300px;" alt="Image">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
|
||||
<h5 class="sub-title pe-3">About the company</h5>
|
||||
<h1 class="display-5 mb-4">We’re Trusted Immigration Consultant Agency.</h1>
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt architecto consectetur iusto perferendis blanditiis assumenda dignissimos, commodi fuga culpa earum explicabo libero sint est mollitia saepe! Sequi asperiores rerum nemo!</p>
|
||||
<div class="row gy-4 align-items-center">
|
||||
<div class="col-12 col-sm-6 d-flex align-items-center">
|
||||
<i class="fas fa-map-marked-alt fa-3x text-secondary"></i>
|
||||
<h5 class="ms-4">Best Immigration Resources</h5>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 d-flex align-items-center">
|
||||
<i class="fas fa-passport fa-3x text-secondary"></i>
|
||||
<h5 class="ms-4">Return Visas Availabile</h5>
|
||||
</div>
|
||||
<div class="col-4 col-md-3">
|
||||
<div class="bg-light text-center rounded p-3">
|
||||
<div class="mb-2">
|
||||
<i class="fas fa-ticket-alt fa-4x text-primary"></i>
|
||||
</div>
|
||||
<h1 class="display-5 fw-bold mb-2">34</h1>
|
||||
<p class="text-muted mb-0">Years of Experience</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-8 col-md-9">
|
||||
<div class="mb-5">
|
||||
<p class="text-primary h6 mb-3"><i class="fa fa-check-circle text-secondary me-2"></i> Offer 100 % Genuine Assistance</p>
|
||||
<p class="text-primary h6 mb-3"><i class="fa fa-check-circle text-secondary me-2"></i> It’s Faster & Reliable Execution</p>
|
||||
<p class="text-primary h6 mb-3"><i class="fa fa-check-circle text-secondary me-2"></i> Accurate & Expert Advice</p>
|
||||
</div>
|
||||
<div class="d-flex flex-wrap">
|
||||
<div id="phone-tada" class="d-flex align-items-center justify-content-center me-4">
|
||||
<a href="" class="position-relative wow tada" data-wow-delay=".9s">
|
||||
<i class="fa fa-phone-alt text-primary fa-3x"></i>
|
||||
<div class="position-absolute" style="top: 0; left: 25px;">
|
||||
<span><i class="fa fa-comment-dots text-secondary"></i></span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="d-flex flex-column justify-content-center">
|
||||
<span class="text-primary">Have any questions?</span>
|
||||
<span class="text-secondary fw-bold fs-5" style="letter-spacing: 2px;">Free: +0123 456 7890</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About End -->
|
||||
|
||||
|
||||
<!-- Counter Facts Start -->
|
||||
<div class="container-fluid counter-facts py-5">
|
||||
<div class="container py-5">
|
||||
<div class="row g-4">
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-passport"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Visa Categories</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">31</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">+</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-users"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Team Members</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">377</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">+</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-user-check"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Visa Process</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">4.9</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">K</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-handshake"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Success Rates</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">98</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">%</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Counter Facts End -->
|
||||
|
||||
<!-- Countries We Offer Start -->
|
||||
<div class="container-fluid country overflow-hidden py-5">
|
||||
<div class="container py-5">
|
||||
<div class="section-title text-center wow fadeInUp" data-wow-delay="0.1s" style="margin-bottom: 70px;">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">COUNTRIES WE OFFER</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Immigration & visa services following Countries</h1>
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat deleniti amet at atque sequi quibusdam cumque itaque repudiandae temporibus, eius nam mollitia voluptas maxime veniam necessitatibus saepe in ab? Repellat!</p>
|
||||
</div>
|
||||
<div class="row g-4 text-center">
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-1.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/brazil.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">Brazil</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-2.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/india.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">india</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-3.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/usa.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">New York</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-4.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/italy.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">Italy</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5 wow fadeInUp" data-wow-delay="0.1s" href="#">More Countries</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Countries We Offer End -->
|
||||
|
||||
|
||||
<!-- Training Start -->
|
||||
<div class="container-fluid training overflow-hidden bg-light py-5">
|
||||
<div class="container py-5">
|
||||
<div class="section-title text-center mb-5 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">CHECK OUR TRAINING</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Get the Best Coacing Service Training with Our Travisa</h1>
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat deleniti amet at atque sequi quibusdam cumque itaque repudiandae temporibus, eius nam mollitia voluptas maxime veniam necessitatibus saepe in ab? Repellat!</p>
|
||||
</div>
|
||||
<div class="row g-4">
|
||||
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="training-item">
|
||||
<div class="training-inner">
|
||||
<img src="img/training-1.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
<div class="training-title-name">
|
||||
<a href="#" class="h4 text-white mb-0">IELTS</a>
|
||||
<a href="#" class="h4 text-white mb-0">Coaching</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="training-content bg-secondary rounded-bottom p-4">
|
||||
<a href="#"><h4 class="text-white">IELTS Coaching</h4></a>
|
||||
<p class="text-white-50">Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem, veritatis.</p>
|
||||
<a class="btn btn-secondary rounded-pill text-white p-0" href="#">Read More <i class="fa fa-arrow-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="training-item">
|
||||
<div class="training-inner">
|
||||
<img src="img/training-2.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
<div class="training-title-name">
|
||||
<a href="#" class="h4 text-white mb-0">TOEFL</a>
|
||||
<a href="#" class="h4 text-white mb-0">Coaching</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="training-content bg-secondary rounded-bottom p-4">
|
||||
<a href="#"><h4 class="text-white">TOEFL Coaching</h4></a>
|
||||
<p class="text-white-50">Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem, veritatis.</p>
|
||||
<a class="btn btn-secondary rounded-pill text-white p-0" href="#">Read More <i class="fa fa-arrow-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="training-item">
|
||||
<div class="training-inner">
|
||||
<img src="img/training-3.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
<div class="training-title-name">
|
||||
<a href="#" class="h4 text-white mb-0">PTE</a>
|
||||
<a href="#" class="h4 text-white mb-0">Coaching</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="training-content bg-secondary rounded-bottom p-4">
|
||||
<a href="#"><h4 class="text-white">PTE Coaching</h4></a>
|
||||
<p class="text-white-50">Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem, veritatis.</p>
|
||||
<a class="btn btn-secondary rounded-pill text-white p-0" href="#">Read More <i class="fa fa-arrow-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="training-item">
|
||||
<div class="training-inner">
|
||||
<img src="img/training-4.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
<div class="training-title-name">
|
||||
<a href="#" class="h4 text-white mb-0">OET</a>
|
||||
<a href="#" class="h4 text-white mb-0">Coaching</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="training-content bg-secondary rounded-bottom p-4">
|
||||
<a href="#"><h4 class="text-white">OET Coaching</h4></a>
|
||||
<p class="text-white-50">Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem, veritatis.</p>
|
||||
<a class="btn btn-secondary rounded-pill text-white p-0" href="#">Read More <i class="fa fa-arrow-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 text-center">
|
||||
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5 wow fadeInUp" data-wow-delay="0.1s" href="#">View More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Training End -->
|
||||
|
||||
<!-- Footer Start -->
|
||||
<div class="container-fluid footer py-5 wow fadeIn" data-wow-delay="0.2s">
|
||||
<div class="container py-5">
|
||||
<div class="row g-5">
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Contact Info</h4>
|
||||
<a href=""><i class="fa fa-map-marker-alt me-2"></i> 123 Street, New York, USA</a>
|
||||
<a href=""><i class="fas fa-envelope me-2"></i> info@example.com</a>
|
||||
<a href=""><i class="fas fa-phone me-2"></i> +012 345 67890</a>
|
||||
<a href="" class="mb-3"><i class="fas fa-print me-2"></i> +012 345 67890</a>
|
||||
<div class="d-flex align-items-center">
|
||||
<i class="fas fa-share fa-2x text-secondary me-2"></i>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-facebook-f"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-twitter"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-instagram"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-linkedin-in"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Opening Time</h4>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Mon - Friday:</h6>
|
||||
<p class="text-white mb-0">09.00 am to 07.00 pm</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Satday:</h6>
|
||||
<p class="text-white mb-0">10.00 am to 05.00 pm</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Vacation:</h6>
|
||||
<p class="text-white mb-0">All Sunday is our vacation</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Our Services</h4>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Business</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Evaluation</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Migrate</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Study</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Counselling</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Work / Career</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item">
|
||||
<h4 class="text-secondary mb-4">Newsletter</h4>
|
||||
<p class="text-white mb-3">Dolor amet sit justo amet elitr clita ipsum elitr est.Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
<div class="position-relative mx-auto rounded-pill">
|
||||
<input class="form-control border-0 rounded-pill w-100 py-3 ps-4 pe-5" type="text" placeholder="Enter your email">
|
||||
<button type="button" class="btn btn-primary rounded-pill position-absolute top-0 end-0 py-2 mt-2 me-2">SignUp</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Footer End -->
|
||||
|
||||
<!-- Copyright Start -->
|
||||
<div class="container-fluid copyright py-4">
|
||||
<div class="container">
|
||||
<div class="row g-4 align-items-center">
|
||||
<div class="col-md-6 text-center text-md-start mb-md-0">
|
||||
<span class="text-white"><a href="#" class="border-bottom text-white"><i class="fas fa-copyright text-light me-2"></i>Your Site Name</a>, All right reserved.</span>
|
||||
</div>
|
||||
<div class="col-md-6 text-center text-md-end text-white">
|
||||
<!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
|
||||
<!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
|
||||
<!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
|
||||
Designed By <a class="border-bottom text-white" href="https://htmlcodex.com">HTML Codex</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Copyright End -->
|
||||
|
||||
<!-- Back to Top -->
|
||||
<a href="#" class="btn btn-primary btn-lg-square back-to-top"><i class="fa fa-arrow-up"></i></a>
|
||||
|
||||
|
||||
<!-- JavaScript Libraries -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="lib/wow/wow.min.js"></script>
|
||||
<script src="lib/easing/easing.min.js"></script>
|
||||
<script src="lib/waypoints/waypoints.min.js"></script>
|
||||
<script src="lib/counterup/counterup.min.js"></script>
|
||||
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
|
||||
|
||||
|
||||
<!-- Template Javascript -->
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
424
demo/pages/contact.html
Normal file
@@ -0,0 +1,424 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Travisa - Visa & Immigration Website Template</title>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<meta content="" name="keywords">
|
||||
<meta content="" name="description">
|
||||
|
||||
<!-- Google Web Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@200;300;400;500;600&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- Icon Font Stylesheet -->
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"/>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
|
||||
|
||||
<!-- Libraries Stylesheet -->
|
||||
<link href="lib/animate/animate.min.css" rel="stylesheet">
|
||||
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Customized Bootstrap Stylesheet -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template Stylesheet -->
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Spinner Start -->
|
||||
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
|
||||
<div class="spinner-border text-secondary" style="width: 3rem; height: 3rem;" role="status">
|
||||
<span class="sr-only">Loading...</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Spinner End -->
|
||||
|
||||
|
||||
<!-- Topbar Start -->
|
||||
<div class="container-fluid bg-primary px-5 d-none d-lg-block">
|
||||
<div class="row gx-0 align-items-center">
|
||||
<div class="col-lg-5 text-center text-lg-start mb-lg-0">
|
||||
<div class="d-flex">
|
||||
<a href="#" class="text-muted me-4"><i class="fas fa-envelope text-secondary me-2"></i>Example@gmail.com</a>
|
||||
<a href="#" class="text-muted me-0"><i class="fas fa-phone-alt text-secondary me-2"></i>+01234567890</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 row-cols-1 text-center mb-2 mb-lg-0">
|
||||
<div class="d-inline-flex align-items-center" style="height: 45px;">
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-twitter fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-facebook-f fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-linkedin-in fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-instagram fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle" href=""><i class="fab fa-youtube fw-normal text-secondary"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 text-center text-lg-end">
|
||||
<div class="d-inline-flex align-items-center" style="height: 45px;">
|
||||
<a href="#" class="text-muted me-2"> Help</a><small> / </small>
|
||||
<a href="#" class="text-muted mx-2"> Support</a><small> / </small>
|
||||
<a href="#" class="text-muted ms-2"> Contact</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Topbar End -->
|
||||
|
||||
<!-- Navbar & Hero Start -->
|
||||
<div class="container-fluid nav-bar p-0">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-white px-4 px-lg-5 py-3 py-lg-0">
|
||||
<a href="" class="navbar-brand p-0">
|
||||
<h1 class="display-5 text-secondary m-0"><img src="img/brand-logo.png" class="img-fluid" alt="">Travisa</h1>
|
||||
<!-- <img src="img/logo.png" alt="Logo"> -->
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
|
||||
<span class="fa fa-bars"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||||
<div class="navbar-nav ms-auto py-0">
|
||||
<a href="index.html" class="nav-item nav-link">Home</a>
|
||||
<a href="about.html" class="nav-item nav-link">About</a>
|
||||
<a href="service.html" class="nav-item nav-link">Service</a>
|
||||
<div class="nav-item dropdown">
|
||||
<a href="#" class="nav-link" data-bs-toggle="dropdown"><span class="dropdown-toggle">Pages</span></a>
|
||||
<div class="dropdown-menu m-0">
|
||||
<a href="feature.html" class="dropdown-item">Feature</a>
|
||||
<a href="countries.html" class="dropdown-item">Countries</a>
|
||||
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
|
||||
<a href="training.html" class="dropdown-item">Training</a>
|
||||
<a href="404.html" class="dropdown-item">404 Page</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="contact.html" class="nav-item nav-link active">Contact</a>
|
||||
</div>
|
||||
<button class="btn btn-primary btn-md-square border-secondary mb-3 mb-md-3 mb-lg-0 me-3" data-bs-toggle="modal" data-bs-target="#searchModal"><i class="fas fa-search"></i></button>
|
||||
<a href="" class="btn btn-primary border-secondary rounded-pill py-2 px-4 px-lg-3 mb-3 mb-md-3 mb-lg-0">Get A Quote</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- Navbar & Hero End -->
|
||||
|
||||
<!-- Modal Search Start -->
|
||||
<div class="modal fade" id="searchModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-fullscreen">
|
||||
<div class="modal-content rounded-0">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title text-secondary mb-0" id="exampleModalLabel">Search by keyword</h4>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body d-flex align-items-center">
|
||||
<div class="input-group w-75 mx-auto d-flex">
|
||||
<input type="search" class="form-control p-3" placeholder="keywords" aria-describedby="search-icon-1">
|
||||
<span id="search-icon-1" class="input-group-text p-3"><i class="fa fa-search"></i></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Modal Search End -->
|
||||
|
||||
<!-- Header Start -->
|
||||
<div class="container-fluid bg-breadcrumb">
|
||||
<div class="container text-center py-5" style="max-width: 900px;">
|
||||
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Contact Us</h1>
|
||||
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
||||
<li class="breadcrumb-item"><a href="index.html" class="text-white">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" class="text-white">Pages</a></li>
|
||||
<li class="breadcrumb-item active text-secondary">Contact</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Header End -->
|
||||
|
||||
<!-- Contact Start -->
|
||||
<div class="container-fluid contact overflow-hidden py-5">
|
||||
<div class="container py-5">
|
||||
<div class="row g-5 mb-5">
|
||||
<div class="col-lg-6 wow fadeInLeft" data-wow-delay="0.1s">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary pe-3">Quick Contact</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Have Questions? Don't Hesitate to Contact Us</h1>
|
||||
<p class="mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat totam deserunt tempora. Tempore neque necessitatibus corporis error earum sint quae?</p>
|
||||
<div class="d-flex border-bottom mb-4 pb-4">
|
||||
<i class="fas fa-map-marked-alt fa-4x text-primary bg-light p-3 rounded"></i>
|
||||
<div class="ps-3">
|
||||
<h5>Location</h5>
|
||||
<p>123, First Floor, 123 St Roots Terrace, Los Angeles 90010 Unitd States of America.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row g-3">
|
||||
<div class="col-xl-6">
|
||||
<div class="d-flex">
|
||||
<i class="fas fa-tty fa-3x text-primary"></i>
|
||||
<div class="ps-3">
|
||||
<h5 class="mb-3">Quick Contact</h5>
|
||||
<div class="mb-3">
|
||||
<h6 class="mb-0">Phone:</h6>
|
||||
<a href="#" class="fs-5 text-primary">+012 3456 7890</a>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="mb-0">Email:</h6>
|
||||
<a href="#" class="fs-5 text-primary">travisa@example.com</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-6">
|
||||
<div class="d-flex">
|
||||
<i class="fas fa-clone fa-3x text-primary"></i>
|
||||
<div class="ps-3">
|
||||
<h5 class="mb-3">Opening Hrs</h5>
|
||||
<div class="mb-3">
|
||||
<h6 class="mb-0">Mon - Friday:</h6>
|
||||
<a href="#" class="fs-5 text-primary">09.00 am to 07.00 pm</a>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="mb-0">Satday:</h6>
|
||||
<a href="#" class="fs-5 text-primary">10.00 am to 05.00 pm</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex align-items-center pt-3">
|
||||
<div class="me-4">
|
||||
<div class="bg-light d-flex align-items-center justify-content-center" style="width: 90px; height: 90px; border-radius: 10px;"><i class="fas fa-share fa-3x text-primary"></i></div>
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<a class="btn btn-secondary border-secondary me-2 p-0" href="">facebook <i class="fas fa-chevron-circle-right"></i></a>
|
||||
<a class="btn btn-secondary border-secondary mx-2 p-0" href="">twitter <i class="fas fa-chevron-circle-right"></i></a>
|
||||
<a class="btn btn-secondary border-secondary mx-2 p-0" href="">instagram <i class="fas fa-chevron-circle-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 wow fadeInRight" data-wow-delay="0.3">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary pe-3">Let’s Connect</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Send Your Message</h1>
|
||||
<p class="mb-3">The contact form is currently inactive. Get a functional and working contact form with Ajax & PHP in a few minutes. Just copy and paste the files, add a little code and you're done. <a class="text-primary fw-bold" href="https://htmlcodex.com/contact-form">Download Now</a>.</p>
|
||||
<form>
|
||||
<div class="row g-4">
|
||||
<div class="col-lg-12 col-xl-6">
|
||||
<div class="form-floating">
|
||||
<input type="text" class="form-control" id="name" placeholder="Your Name">
|
||||
<label for="name">Your Name</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-12 col-xl-6">
|
||||
<div class="form-floating">
|
||||
<input type="email" class="form-control" id="email" placeholder="Your Email">
|
||||
<label for="email">Your Email</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-12 col-xl-6">
|
||||
<div class="form-floating">
|
||||
<input type="phone" class="form-control" id="phone" placeholder="Phone">
|
||||
<label for="phone">Your Phone</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-12 col-xl-6">
|
||||
<div class="form-floating">
|
||||
<input type="text" class="form-control" id="project" placeholder="Project">
|
||||
<label for="project">Your Project</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="form-floating">
|
||||
<input type="text" class="form-control" id="subject" placeholder="Subject">
|
||||
<label for="subject">Subject</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="form-floating">
|
||||
<textarea class="form-control" placeholder="Leave a message here" id="message" style="height: 160px"></textarea>
|
||||
<label for="message">Message</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<button class="btn btn-primary w-100 py-3">Send Message</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="office pt-5">
|
||||
<div class="section-title text-center mb-5 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">Worlwide Offices</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Explore Our Office Worldwide</h1>
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat deleniti amet at atque sequi quibusdam cumque itaque repudiandae temporibus, eius nam mollitia voluptas maxime veniam necessitatibus saepe in ab? Repellat!</p>
|
||||
</div>
|
||||
<div class="row g-4 justify-content-center">
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="office-item p-4">
|
||||
<div class="office-img mb-4">
|
||||
<img src="img/office-2.jpg" class="img-fluid w-100 rounded" alt="">
|
||||
</div>
|
||||
<div class="office-content d-flex flex-column">
|
||||
<h4 class="mb-2">Australia</h4>
|
||||
<a href="#" class="text-secondary fs-5 mb-2">+123.456.7890</a>
|
||||
<a href="#" class="text-muted fs-5 mb-2">travisa@example.com</a>
|
||||
<p class="mb-0">123, First Floor, 123 St Roots Terrace, Los Angeles 90010 Unitd States of America.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="office-item p-4">
|
||||
<div class="office-img mb-4">
|
||||
<img src="img/office-1.jpg" class="img-fluid w-100 rounded" alt="">
|
||||
</div>
|
||||
<div class="office-content d-flex flex-column">
|
||||
<h4 class="mb-2">Canada</h4>
|
||||
<a href="#" class="text-secondary fs-5 mb-2">(012) 0345 6789</a>
|
||||
<a href="#" class="text-muted fs-5 mb-2">travisa@example.com</a>
|
||||
<p class="mb-0">123, First Floor, 123 St Roots Terrace, Los Angeles 90010 Unitd States of America.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="office-item p-4">
|
||||
<div class="office-img mb-4">
|
||||
<img src="img/office-3.jpg" class="img-fluid w-100 rounded" alt="">
|
||||
</div>
|
||||
<div class="office-content d-flex flex-column">
|
||||
<h4 class="mb-2">United Kingdom</h4>
|
||||
<a href="#" class="text-secondary fs-5 mb-2">01234.567.890</a>
|
||||
<a href="#" class="text-muted fs-5 mb-2">travisa@example.com</a>
|
||||
<p class="mb-0">123, First Floor, 123 St Roots Terrace, Los Angeles 90010 Unitd States of America.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="office-item p-4">
|
||||
<div class="office-img mb-4">
|
||||
<img src="img/office-4.jpg" class="img-fluid w-100 rounded" alt="">
|
||||
</div>
|
||||
<div class="office-content d-flex flex-column">
|
||||
<h4 class="mb-2">India</h4>
|
||||
<a href="#" class="text-secondary fs-5 mb-2">+123.45.67890</a>
|
||||
<a href="#" class="text-muted fs-5 mb-2">travisa@example.com</a>
|
||||
<p class="mb-0">123, First Floor, 123 St Roots Terrace, Los Angeles 90010 Unitd States of America.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 pt-5 wow zoomIn" data-wow-delay="0.1s">
|
||||
<div class="rounded h-100">
|
||||
<iframe class="rounded w-100"
|
||||
style="height: 500px;" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d387191.33750346623!2d-73.97968099999999!3d40.6974881!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew%20York%2C%20NY%2C%20USA!5e0!3m2!1sen!2sbd!4v1694259649153!5m2!1sen!2sbd"
|
||||
loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Contact End -->
|
||||
|
||||
<!-- Footer Start -->
|
||||
<div class="container-fluid footer py-5 wow fadeIn" data-wow-delay="0.2s">
|
||||
<div class="container py-5">
|
||||
<div class="row g-5">
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Contact Info</h4>
|
||||
<a href=""><i class="fa fa-map-marker-alt me-2"></i> 123 Street, New York, USA</a>
|
||||
<a href=""><i class="fas fa-envelope me-2"></i> info@example.com</a>
|
||||
<a href=""><i class="fas fa-phone me-2"></i> +012 345 67890</a>
|
||||
<a href="" class="mb-3"><i class="fas fa-print me-2"></i> +012 345 67890</a>
|
||||
<div class="d-flex align-items-center">
|
||||
<i class="fas fa-share fa-2x text-secondary me-2"></i>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-facebook-f"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-twitter"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-instagram"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-linkedin-in"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Opening Time</h4>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Mon - Friday:</h6>
|
||||
<p class="text-white mb-0">09.00 am to 07.00 pm</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Satday:</h6>
|
||||
<p class="text-white mb-0">10.00 am to 05.00 pm</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Vacation:</h6>
|
||||
<p class="text-white mb-0">All Sunday is our vacation</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Our Services</h4>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Business</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Evaluation</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Migrate</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Study</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Counselling</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Work / Career</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item">
|
||||
<h4 class="text-secondary mb-4">Newsletter</h4>
|
||||
<p class="text-white mb-3">Dolor amet sit justo amet elitr clita ipsum elitr est.Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
<div class="position-relative mx-auto rounded-pill">
|
||||
<input class="form-control border-0 rounded-pill w-100 py-3 ps-4 pe-5" type="text" placeholder="Enter your email">
|
||||
<button type="button" class="btn btn-primary rounded-pill position-absolute top-0 end-0 py-2 mt-2 me-2">SignUp</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Footer End -->
|
||||
|
||||
<!-- Copyright Start -->
|
||||
<div class="container-fluid copyright py-4">
|
||||
<div class="container">
|
||||
<div class="row g-4 align-items-center">
|
||||
<div class="col-md-6 text-center text-md-start mb-md-0">
|
||||
<span class="text-white"><a href="#" class="border-bottom text-white"><i class="fas fa-copyright text-light me-2"></i>Your Site Name</a>, All right reserved.</span>
|
||||
</div>
|
||||
<div class="col-md-6 text-center text-md-end text-white">
|
||||
<!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
|
||||
<!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
|
||||
<!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
|
||||
Designed By <a class="border-bottom text-white" href="https://htmlcodex.com">HTML Codex</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Copyright End -->
|
||||
|
||||
<!-- Back to Top -->
|
||||
<a href="#" class="btn btn-primary btn-lg-square back-to-top"><i class="fa fa-arrow-up"></i></a>
|
||||
|
||||
|
||||
<!-- JavaScript Libraries -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="lib/wow/wow.min.js"></script>
|
||||
<script src="lib/easing/easing.min.js"></script>
|
||||
<script src="lib/waypoints/waypoints.min.js"></script>
|
||||
<script src="lib/counterup/counterup.min.js"></script>
|
||||
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
|
||||
|
||||
|
||||
<!-- Template Javascript -->
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
456
demo/pages/countries.html
Normal file
@@ -0,0 +1,456 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Travisa - Visa & Immigration Website Template</title>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<meta content="" name="keywords">
|
||||
<meta content="" name="description">
|
||||
|
||||
<!-- Google Web Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@200;300;400;500;600&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- Icon Font Stylesheet -->
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"/>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
|
||||
|
||||
<!-- Libraries Stylesheet -->
|
||||
<link href="lib/animate/animate.min.css" rel="stylesheet">
|
||||
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Customized Bootstrap Stylesheet -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template Stylesheet -->
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Spinner Start -->
|
||||
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
|
||||
<div class="spinner-border text-secondary" style="width: 3rem; height: 3rem;" role="status">
|
||||
<span class="sr-only">Loading...</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Spinner End -->
|
||||
|
||||
|
||||
<!-- Topbar Start -->
|
||||
<div class="container-fluid bg-primary px-5 d-none d-lg-block">
|
||||
<div class="row gx-0 align-items-center">
|
||||
<div class="col-lg-5 text-center text-lg-start mb-lg-0">
|
||||
<div class="d-flex">
|
||||
<a href="#" class="text-muted me-4"><i class="fas fa-envelope text-secondary me-2"></i>Example@gmail.com</a>
|
||||
<a href="#" class="text-muted me-0"><i class="fas fa-phone-alt text-secondary me-2"></i>+01234567890</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 row-cols-1 text-center mb-2 mb-lg-0">
|
||||
<div class="d-inline-flex align-items-center" style="height: 45px;">
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-twitter fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-facebook-f fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-linkedin-in fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-instagram fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle" href=""><i class="fab fa-youtube fw-normal text-secondary"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 text-center text-lg-end">
|
||||
<div class="d-inline-flex align-items-center" style="height: 45px;">
|
||||
<a href="#" class="text-muted me-2"> Help</a><small> / </small>
|
||||
<a href="#" class="text-muted mx-2"> Support</a><small> / </small>
|
||||
<a href="#" class="text-muted ms-2"> Contact</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Topbar End -->
|
||||
|
||||
<!-- Navbar & Hero Start -->
|
||||
<div class="container-fluid nav-bar p-0">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-white px-4 px-lg-5 py-3 py-lg-0">
|
||||
<a href="" class="navbar-brand p-0">
|
||||
<h1 class="display-5 text-secondary m-0"><img src="img/brand-logo.png" class="img-fluid" alt="">Travisa</h1>
|
||||
<!-- <img src="img/logo.png" alt="Logo"> -->
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
|
||||
<span class="fa fa-bars"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||||
<div class="navbar-nav ms-auto py-0">
|
||||
<a href="index.html" class="nav-item nav-link">Home</a>
|
||||
<a href="about.html" class="nav-item nav-link">About</a>
|
||||
<a href="service.html" class="nav-item nav-link">Service</a>
|
||||
<div class="nav-item dropdown">
|
||||
<a href="#" class="nav-link active" data-bs-toggle="dropdown"><span class="dropdown-toggle">Pages</span></a>
|
||||
<div class="dropdown-menu m-0">
|
||||
<a href="feature.html" class="dropdown-item">Feature</a>
|
||||
<a href="countries.html" class="dropdown-item active">Countries</a>
|
||||
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
|
||||
<a href="training.html" class="dropdown-item">Training</a>
|
||||
<a href="404.html" class="dropdown-item">404 Page</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="contact.html" class="nav-item nav-link">Contact</a>
|
||||
</div>
|
||||
<button class="btn btn-primary btn-md-square border-secondary mb-3 mb-md-3 mb-lg-0 me-3" data-bs-toggle="modal" data-bs-target="#searchModal"><i class="fas fa-search"></i></button>
|
||||
<a href="" class="btn btn-primary border-secondary rounded-pill py-2 px-4 px-lg-3 mb-3 mb-md-3 mb-lg-0">Get A Quote</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- Navbar & Hero End -->
|
||||
|
||||
<!-- Modal Search Start -->
|
||||
<div class="modal fade" id="searchModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-fullscreen">
|
||||
<div class="modal-content rounded-0">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title text-secondary mb-0" id="exampleModalLabel">Search by keyword</h4>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body d-flex align-items-center">
|
||||
<div class="input-group w-75 mx-auto d-flex">
|
||||
<input type="search" class="form-control p-3" placeholder="keywords" aria-describedby="search-icon-1">
|
||||
<span id="search-icon-1" class="input-group-text p-3"><i class="fa fa-search"></i></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Modal Search End -->
|
||||
|
||||
<!-- Header Start -->
|
||||
<div class="container-fluid bg-breadcrumb">
|
||||
<div class="container text-center py-5" style="max-width: 900px;">
|
||||
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Our Countries Offer</h1>
|
||||
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
||||
<li class="breadcrumb-item"><a href="index.html" class="text-white">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" class="text-white">Pages</a></li>
|
||||
<li class="breadcrumb-item active text-secondary">Countries</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Header End -->
|
||||
|
||||
<!-- Countries We Offer Start -->
|
||||
<div class="container-fluid country overflow-hidden py-5">
|
||||
<div class="container py-5">
|
||||
<div class="section-title text-center wow fadeInUp" data-wow-delay="0.1s" style="margin-bottom: 70px;">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">COUNTRIES WE OFFER</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Immigration & visa services following Countries</h1>
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat deleniti amet at atque sequi quibusdam cumque itaque repudiandae temporibus, eius nam mollitia voluptas maxime veniam necessitatibus saepe in ab? Repellat!</p>
|
||||
</div>
|
||||
<div class="row g-4 text-center">
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-1.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/brazil.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">Brazil</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-2.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/india.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">india</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-3.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/usa.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">New York</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-4.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/italy.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">Italy</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5 wow fadeInUp" data-wow-delay="0.1s" href="#">More Countries</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Countries We Offer End -->
|
||||
|
||||
<!-- Counter Facts Start -->
|
||||
<div class="container-fluid counter-facts overflow-hidden py-5">
|
||||
<div class="container py-5">
|
||||
<div class="row g-4">
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-passport"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Visa Categories</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">31</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">+</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-users"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Team Members</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">377</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">+</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-user-check"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Visa Process</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">4.9</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">K</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-handshake"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Success Rates</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">98</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">%</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Counter Facts End -->
|
||||
|
||||
<!-- Training Start -->
|
||||
<div class="container-fluid training overflow-hidden bg-light py-5">
|
||||
<div class="container py-5">
|
||||
<div class="section-title text-center mb-5 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">CHECK OUR TRAINING</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Get the Best Coacing Service Training with Our Travisa</h1>
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat deleniti amet at atque sequi quibusdam cumque itaque repudiandae temporibus, eius nam mollitia voluptas maxime veniam necessitatibus saepe in ab? Repellat!</p>
|
||||
</div>
|
||||
<div class="row g-4">
|
||||
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="training-item">
|
||||
<div class="training-inner">
|
||||
<img src="img/training-1.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
<div class="training-title-name">
|
||||
<a href="#" class="h4 text-white mb-0">IELTS</a>
|
||||
<a href="#" class="h4 text-white mb-0">Coaching</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="training-content bg-secondary rounded-bottom p-4">
|
||||
<a href="#"><h4 class="text-white">IELTS Coaching</h4></a>
|
||||
<p class="text-white-50">Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem, veritatis.</p>
|
||||
<a class="btn btn-secondary rounded-pill text-white p-0" href="#">Read More <i class="fa fa-arrow-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="training-item">
|
||||
<div class="training-inner">
|
||||
<img src="img/training-2.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
<div class="training-title-name">
|
||||
<a href="#" class="h4 text-white mb-0">TOEFL</a>
|
||||
<a href="#" class="h4 text-white mb-0">Coaching</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="training-content bg-secondary rounded-bottom p-4">
|
||||
<a href="#"><h4 class="text-white">TOEFL Coaching</h4></a>
|
||||
<p class="text-white-50">Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem, veritatis.</p>
|
||||
<a class="btn btn-secondary rounded-pill text-white p-0" href="#">Read More <i class="fa fa-arrow-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="training-item">
|
||||
<div class="training-inner">
|
||||
<img src="img/training-3.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
<div class="training-title-name">
|
||||
<a href="#" class="h4 text-white mb-0">PTE</a>
|
||||
<a href="#" class="h4 text-white mb-0">Coaching</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="training-content bg-secondary rounded-bottom p-4">
|
||||
<a href="#"><h4 class="text-white">PTE Coaching</h4></a>
|
||||
<p class="text-white-50">Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem, veritatis.</p>
|
||||
<a class="btn btn-secondary rounded-pill text-white p-0" href="#">Read More <i class="fa fa-arrow-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="training-item">
|
||||
<div class="training-inner">
|
||||
<img src="img/training-4.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
<div class="training-title-name">
|
||||
<a href="#" class="h4 text-white mb-0">OET</a>
|
||||
<a href="#" class="h4 text-white mb-0">Coaching</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="training-content bg-secondary rounded-bottom p-4">
|
||||
<a href="#"><h4 class="text-white">OET Coaching</h4></a>
|
||||
<p class="text-white-50">Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem, veritatis.</p>
|
||||
<a class="btn btn-secondary rounded-pill text-white p-0" href="#">Read More <i class="fa fa-arrow-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 text-center">
|
||||
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5 wow fadeInUp" data-wow-delay="0.1s" href="#">View More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Training End -->
|
||||
|
||||
<!-- Footer Start -->
|
||||
<div class="container-fluid footer py-5 wow fadeIn" data-wow-delay="0.2s">
|
||||
<div class="container py-5">
|
||||
<div class="row g-5">
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Contact Info</h4>
|
||||
<a href=""><i class="fa fa-map-marker-alt me-2"></i> 123 Street, New York, USA</a>
|
||||
<a href=""><i class="fas fa-envelope me-2"></i> info@example.com</a>
|
||||
<a href=""><i class="fas fa-phone me-2"></i> +012 345 67890</a>
|
||||
<a href="" class="mb-3"><i class="fas fa-print me-2"></i> +012 345 67890</a>
|
||||
<div class="d-flex align-items-center">
|
||||
<i class="fas fa-share fa-2x text-secondary me-2"></i>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-facebook-f"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-twitter"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-instagram"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-linkedin-in"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Opening Time</h4>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Mon - Friday:</h6>
|
||||
<p class="text-white mb-0">09.00 am to 07.00 pm</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Satday:</h6>
|
||||
<p class="text-white mb-0">10.00 am to 05.00 pm</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Vacation:</h6>
|
||||
<p class="text-white mb-0">All Sunday is our vacation</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Our Services</h4>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Business</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Evaluation</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Migrate</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Study</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Counselling</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Work / Career</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item">
|
||||
<h4 class="text-secondary mb-4">Newsletter</h4>
|
||||
<p class="text-white mb-3">Dolor amet sit justo amet elitr clita ipsum elitr est.Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
<div class="position-relative mx-auto rounded-pill">
|
||||
<input class="form-control border-0 rounded-pill w-100 py-3 ps-4 pe-5" type="text" placeholder="Enter your email">
|
||||
<button type="button" class="btn btn-primary rounded-pill position-absolute top-0 end-0 py-2 mt-2 me-2">SignUp</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Footer End -->
|
||||
|
||||
<!-- Copyright Start -->
|
||||
<div class="container-fluid copyright py-4">
|
||||
<div class="container">
|
||||
<div class="row g-4 align-items-center">
|
||||
<div class="col-md-6 text-center text-md-start mb-md-0">
|
||||
<span class="text-white"><a href="#" class="border-bottom text-white"><i class="fas fa-copyright text-light me-2"></i>Your Site Name</a>, All right reserved.</span>
|
||||
</div>
|
||||
<div class="col-md-6 text-center text-md-end text-white">
|
||||
<!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
|
||||
<!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
|
||||
<!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
|
||||
Designed By <a class="border-bottom text-white" href="https://htmlcodex.com">HTML Codex</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Copyright End -->
|
||||
|
||||
<!-- Back to Top -->
|
||||
<a href="#" class="btn btn-primary btn-lg-square back-to-top"><i class="fa fa-arrow-up"></i></a>
|
||||
|
||||
|
||||
<!-- JavaScript Libraries -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="lib/wow/wow.min.js"></script>
|
||||
<script src="lib/easing/easing.min.js"></script>
|
||||
<script src="lib/waypoints/waypoints.min.js"></script>
|
||||
<script src="lib/counterup/counterup.min.js"></script>
|
||||
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
|
||||
|
||||
|
||||
<!-- Template Javascript -->
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
6
demo/pages/css/bootstrap.min.css
vendored
Normal file
928
demo/pages/css/style.css
Normal file
@@ -0,0 +1,928 @@
|
||||
|
||||
/*** Spinner Start ***/
|
||||
/*** Spinner ***/
|
||||
#spinner {
|
||||
opacity: 0;
|
||||
visibility: hidden;
|
||||
transition: opacity .5s ease-out, visibility 0s linear .5s;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
#spinner.show {
|
||||
transition: opacity .5s ease-out, visibility 0s linear 0s;
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
/*** Spinner End ***/
|
||||
|
||||
|
||||
h1{
|
||||
color: #f1592a;
|
||||
}
|
||||
h2{
|
||||
color: #f1592a;
|
||||
}
|
||||
h3{
|
||||
color: #f1592a;
|
||||
}
|
||||
h4{
|
||||
color: #f1592a;
|
||||
}
|
||||
h5{
|
||||
color: #f1592a;
|
||||
}
|
||||
|
||||
h6{
|
||||
color: #f1592a;
|
||||
}
|
||||
.back-to-top {
|
||||
position: fixed;
|
||||
right: 30px;
|
||||
bottom: 30px;
|
||||
display: flex;
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transition: 0.5s;
|
||||
z-index: 99;
|
||||
}
|
||||
/* gallery start */
|
||||
|
||||
|
||||
/* gallery end */
|
||||
|
||||
|
||||
/*** Button Start ***/
|
||||
.btn {
|
||||
font-weight: 600;
|
||||
transition: .5s;
|
||||
}
|
||||
|
||||
.btn-square {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
/* .mb-3{
|
||||
color: #f1592a;
|
||||
} */
|
||||
.btn-sm-square {
|
||||
width: 34px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.btn-md-square {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.btn-lg-square {
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
}
|
||||
|
||||
.btn-square,
|
||||
.btn-sm-square,
|
||||
.btn-md-square,
|
||||
.btn-lg-square {
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: normal;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.btn.btn-primary {
|
||||
background:#f1592a !important;
|
||||
color: var(--bs-white) !important;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-weight: 400;
|
||||
transition: 0.5s;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.btn.btn.btn-primary:hover {
|
||||
background: #d43b0b !important;
|
||||
color: var(--bs-secondary);
|
||||
border: 1px solid white;
|
||||
}
|
||||
|
||||
.btn.btn-secondary {
|
||||
background: transparent;
|
||||
color: #f1592a;
|
||||
font-family: 'Poppins', sans-serif;
|
||||
font-weight: 400;
|
||||
border: none;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.btn.btn-secondary:hover {
|
||||
color: var(--bs-primary) !important;
|
||||
}
|
||||
|
||||
|
||||
/*** Section Title Start ***/
|
||||
.section-title {
|
||||
max-width: 900px;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.section-title .sub-style {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
text-transform: uppercase;
|
||||
color: #f1592a;
|
||||
}
|
||||
|
||||
.section-title .sub-style::before {
|
||||
content: "";
|
||||
width: 100px;
|
||||
position: absolute;
|
||||
bottom: 50%;
|
||||
left: 0;
|
||||
transform: translateY(-50%);
|
||||
margin-bottom: -6px;
|
||||
margin-left: -100px;
|
||||
border: 1px solid #f1592a !important;
|
||||
}
|
||||
|
||||
.section-title .sub-style::after {
|
||||
content: "";
|
||||
width: 50px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 0;
|
||||
transform: translateY(-50%);
|
||||
margin-top: -8px;
|
||||
margin-left: -50px;
|
||||
border: 1px solid #f1592a !important;
|
||||
}
|
||||
|
||||
.sub-title {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
text-transform: uppercase;
|
||||
color: #f1592a;
|
||||
}
|
||||
|
||||
.sub-title::before {
|
||||
content: "";
|
||||
width: 100px;
|
||||
position: absolute;
|
||||
bottom: 50%;
|
||||
right: 0;
|
||||
transform: translateY(-50%);
|
||||
margin-bottom: -8px;
|
||||
margin-right: -100px;
|
||||
border: 1px solid #f1592a !important;
|
||||
}
|
||||
|
||||
.sub-title::after {
|
||||
content: "";
|
||||
width: 50px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 0;
|
||||
transform: translateY(-50%);
|
||||
margin-top: -6px;
|
||||
margin-right: -50px;
|
||||
border: 1px solid #f1592a !important;
|
||||
}
|
||||
|
||||
|
||||
/*** Topbar Start ***/
|
||||
.fixed-top .container {
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.topbar {
|
||||
padding: 2px 10px 2px 20px;
|
||||
background: var(--bs-primary) !important;
|
||||
}
|
||||
|
||||
.topbar a,
|
||||
.topbar a i {
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.topbar a:hover,
|
||||
.topbar a i:hover {
|
||||
color: var(--bs-secondary) !important;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.topbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
/*** Topbar End ***/
|
||||
|
||||
|
||||
/*** Navbar ***/
|
||||
.navbar-light .navbar-nav .nav-link {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
position: relative;
|
||||
margin-right: 25px;
|
||||
padding: 35px 0;
|
||||
color: var(--bs-primary) !important;
|
||||
font-size: 17px;
|
||||
font-weight: 400;
|
||||
outline: none;
|
||||
transition: .5s;
|
||||
}
|
||||
|
||||
.sticky-top .navbar-light .navbar-nav .nav-link {
|
||||
padding: 20px 0;
|
||||
color: var(--bs-primary) !important;
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link:hover,
|
||||
.navbar-light .navbar-nav .nav-link.active {
|
||||
color: #f1592a !important;
|
||||
}
|
||||
|
||||
.navbar-light .navbar-brand img {
|
||||
max-height: 60px;
|
||||
transition: .5s;
|
||||
}
|
||||
|
||||
.sticky-top .navbar-light .navbar-brand img {
|
||||
max-height: 45px;
|
||||
}
|
||||
|
||||
.navbar .dropdown-toggle::after {
|
||||
border: none;
|
||||
content: "\f107";
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-weight: 600;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.navbar .nav-item .dropdown-menu {
|
||||
display: block;
|
||||
visibility: hidden;
|
||||
top: 100%;
|
||||
transform: rotateX(-75deg);
|
||||
transform-origin: 0% 0%;
|
||||
border: 0;
|
||||
border-radius: 10px;
|
||||
transition: .5s;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown .dropdown-menu a:hover {
|
||||
background: #f1592a;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.navbar .nav-item:hover .dropdown-menu {
|
||||
transform: rotateX(0deg);
|
||||
visibility: visible;
|
||||
background: var(--bs-light) !important;
|
||||
transition: .5s;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
.sticky-top {
|
||||
position: relative;
|
||||
background: var(--bs-white);
|
||||
}
|
||||
|
||||
.navbar.navbar-expand-lg .navbar-toggler {
|
||||
padding: 10px 20px;
|
||||
border: 1px solid var(--bs-primary) !important;
|
||||
color: var(--bs-primary);
|
||||
}
|
||||
|
||||
.navbar-light .navbar-collapse {
|
||||
margin-top: 15px;
|
||||
border-top: 1px solid #DDDDDD;
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link,
|
||||
.sticky-top .navbar-light .navbar-nav .nav-link {
|
||||
padding: 10px 0;
|
||||
margin-left: 0;
|
||||
color: var(--bs-dark) !important;
|
||||
}
|
||||
|
||||
.navbar-light .navbar-brand img {
|
||||
max-height: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 991.98px) {
|
||||
.sticky-top .navbar-light {
|
||||
background: var(--bs-light) !important;
|
||||
}
|
||||
|
||||
/*** Top and Bottom borders go out ***/
|
||||
.navbar-light .navbar-nav .nav-link:after,
|
||||
.navbar-light .navbar-nav .nav-link::before {
|
||||
position: absolute;
|
||||
content: "";
|
||||
top: 30px;
|
||||
bottom: 30px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background: #f1592a;
|
||||
opacity: 0;
|
||||
transition: all 0.5s;
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link:before {
|
||||
bottom: auto;
|
||||
}
|
||||
|
||||
.navbar-light .navbar-nav .nav-link:after {
|
||||
top: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
#searchModal .modal-content {
|
||||
background: rgba(240, 245, 251, 0.5);
|
||||
}
|
||||
/*** Navbar End ***/
|
||||
|
||||
|
||||
/*** Single Page Hero Header Start ***/
|
||||
.bg-breadcrumb {
|
||||
background: linear-gradient(rgba(102, 49, 0, 0.9), rgba(102, 46, 0, 0.8)), url(../img/breadcrumb.png);
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: initial;
|
||||
background-size: cover;
|
||||
padding: 100px 0 60px 0;
|
||||
}
|
||||
/*** Single Page Hero Header End ***/
|
||||
|
||||
|
||||
/*** Carousel Hero Header Start ***/
|
||||
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
|
||||
.carousel-header .carousel-control-next .carousel-control-next-icon {
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
margin-left: -60px;
|
||||
border-radius: 50%;
|
||||
background-size: 60% 60%;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.carousel-header .carousel-control-next .carousel-control-next-icon {
|
||||
margin-left: 0;
|
||||
margin-right: -60px;
|
||||
}
|
||||
|
||||
.carousel-header .carousel .carousel-indicators {
|
||||
padding-bottom: 0;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
|
||||
.carousel-header .carousel .carousel-indicators li,
|
||||
.carousel-header .carousel .carousel-indicators li,
|
||||
.carousel-header .carousel .carousel-indicators li {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border: 8px solid #d43b0b;
|
||||
border-radius: 50%;
|
||||
margin-right: 30px;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.carousel-header .carousel .carousel-indicators li.active {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
border: 8px solid #f1592a;
|
||||
}
|
||||
|
||||
.carousel-header .carousel-inner .carousel-item {
|
||||
position: relative;
|
||||
min-height: 100vh
|
||||
}
|
||||
|
||||
.carousel-header .carousel-inner .carousel-item img {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.carousel-header .carousel-inner .carousel-item .carousel-caption {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, 0.6));
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.carousel-header {
|
||||
height: 700px !important;
|
||||
}
|
||||
|
||||
.carousel-header .carousel-control-prev .carousel-control-prev-icon,
|
||||
.carousel-header .carousel-control-next .carousel-control-next-icon {
|
||||
margin-top: 500px;
|
||||
}
|
||||
|
||||
.carousel-header .carousel-control-prev .carousel-control-prev-icon {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.carousel-header .carousel-control-next .carousel-control-next-icon {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.carousel-header .carousel .carousel-indicators {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
/*** Carousel Hero Header End ***/
|
||||
|
||||
|
||||
/*** Counter Facts Start ***/
|
||||
.counter-facts {
|
||||
background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, 0.8)), url(../img/breadcrumb.png);
|
||||
background-size: cover;
|
||||
background-attachment: fixed;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.counter-facts .counter {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
width: 200px;
|
||||
min-height: 215px;
|
||||
padding: 10px 15px;
|
||||
margin: 0 auto;
|
||||
border-radius: 100px;
|
||||
box-shadow: 0 8px 5px rgba(0, 0, 0, 0.2);
|
||||
background: var(--bs-white);
|
||||
}
|
||||
|
||||
.counter-facts .counter:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 105px;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
border-radius: 10px 10px 0 0;
|
||||
background-color: #f1592a;
|
||||
|
||||
}
|
||||
.counter-facts .counter .counter-icon {
|
||||
position: relative;
|
||||
width: 120px;
|
||||
height: 100px;
|
||||
margin: 0 auto 10px;
|
||||
border-radius: 10px 10px 0 0;
|
||||
transform: translateY(-20px);
|
||||
font-size: 50px;
|
||||
line-height: 90px;
|
||||
color: whitesmoke;
|
||||
background: rgba(1, 143, 252, 0.5);
|
||||
clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
|
||||
}
|
||||
.counter-facts .counter .counter-icon:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 120px;
|
||||
height: 90px;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
border-radius: 10px 10px 0 0;
|
||||
background: rgba(0, 58, 102, 0.5);
|
||||
z-index: -1;
|
||||
clip-path: polygon(0% 0%, 100% 0, 100% 70%, 50% 100%, 0 70%);
|
||||
}
|
||||
.counter-facts .counter:hover .counter-icon i {
|
||||
transform: rotate(360deg);
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
.counter-facts .counter h3 {
|
||||
color: var(--bs-primary);
|
||||
font-size: 17px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
.counter-facts .counter .counter-value {
|
||||
font-size: 30px;
|
||||
font-weight: 700;
|
||||
display: block;
|
||||
color: #f1592a;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1200px) {
|
||||
.counter-facts .counter { margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
/*** Counter Facts End ***/
|
||||
|
||||
|
||||
/*** service Start ***/
|
||||
.service .service-item {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.service .service-item .service-inner .service-title {
|
||||
position: relative;
|
||||
margin-top: -30px;
|
||||
text-align: center;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.service .service-item .service-inner .service-title .service-content {
|
||||
position: absolute;
|
||||
bottom: -100%;
|
||||
left: 0;
|
||||
margin-left: 30px;
|
||||
margin-right: 30px;
|
||||
text-align: center;
|
||||
border-radius: 10px;
|
||||
background: var(--bs-primary);
|
||||
opacity: 0;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.service .service-item:hover .service-inner .service-title .service-content {
|
||||
bottom: 0;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.service .service-item .service-inner .service-title .service-content a h4 {
|
||||
border-bottom: 1px solid rgba(256, 256, 256, .1);
|
||||
}
|
||||
|
||||
.service .service-item .service-inner .service-title .service-title-name {
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.service .service-item:hover .service-inner .service-title .service-title-name {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.service .service-item .service-inner .service-img {
|
||||
position: relative;
|
||||
border-radius: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.service .service-item .service-inner .service-img::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
border-radius: 10px;
|
||||
background: rgba(255, 255, 255, .5);
|
||||
transition: 0.5s;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.service .service-item:hover .service-inner .service-img::after {
|
||||
height: 100%;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.service .service-item .service-inner .service-img img {
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.service .service-item:hover .service-inner .service-img img {
|
||||
transform: scale(1.3);
|
||||
}
|
||||
/*** Service End ***/
|
||||
|
||||
|
||||
/*** Features Start ***/
|
||||
.features .feature-item {
|
||||
position: relative;
|
||||
box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.features .feature-item::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
border-radius: 10px;
|
||||
background: rgba(0, 58, 102, 0.1);
|
||||
z-index: -1;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.features .feature-item:hover::after {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.features .feature-item .feature-icon {
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
border-radius: 10px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
background: var(--bs-light);
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.features .feature-item:hover .feature-icon {
|
||||
border-radius: 50%;
|
||||
background: var(--bs-white) !important;
|
||||
}
|
||||
|
||||
.features .feature-item .feature-icon i {
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.features .feature-item:hover .feature-icon i {
|
||||
color:#f1592a !important;
|
||||
transform: rotate(360deg);
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
/*** Features End ***/
|
||||
|
||||
|
||||
/*** Country Start ***/
|
||||
.country .country-item {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.country .country-item::after {
|
||||
position: absolute;
|
||||
content: "";
|
||||
width: 100%;
|
||||
height: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #f1592a;
|
||||
border-radius: 10px;
|
||||
transition: 0.5s;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.country .country-item:hover::after {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.country .country-item .country-flag {
|
||||
position: absolute;
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
border-radius: 50%;
|
||||
top: -45px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
transition: 0.5s;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.country .country-item .country-flag img {
|
||||
border: 5px solid var(--bs-white);
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.country .country-item:hover .country-flag img {
|
||||
border: 5px solid var(--bs-white);
|
||||
transform: rotate(360deg);
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
|
||||
.country .country-item .country-name {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
transition: 0.5s;
|
||||
opacity: 0;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.country .country-item:hover .country-name {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.country .country-item img {
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.country .country-item:hover img {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
|
||||
.country .country-item .country-name a.fs-4 {
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.country .country-item .country-name a.fs-4:hover {
|
||||
color: var(--bs-secondary) !important;
|
||||
}
|
||||
/*** Country End ***/
|
||||
|
||||
|
||||
/*** testimonial Start ***/
|
||||
.testimonial .owl-carousel.testimonial-carousel {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content {
|
||||
position: relative;
|
||||
border-radius: 10px;
|
||||
background: var(--bs-light);
|
||||
}
|
||||
|
||||
.testimonial .owl-carousel.testimonial-carousel .testimonial-item .testimonial-content::after {
|
||||
position: absolute;
|
||||
content: "";
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
bottom: -20px;
|
||||
left: 30px;
|
||||
transform: rotate(45deg);
|
||||
background: var(--bs-light);
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.testimonial .owl-carousel.testimonial-carousel .owl-nav {
|
||||
position: absolute;
|
||||
top: -60px;
|
||||
right: 0;
|
||||
display: flex;
|
||||
font-size: 40px;
|
||||
color: #545454;
|
||||
}
|
||||
|
||||
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev {
|
||||
margin-right: 40px;
|
||||
}
|
||||
|
||||
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev,
|
||||
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next {
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-prev:hover,
|
||||
.testimonial .owl-carousel.testimonial-carousel .owl-nav .owl-next:hover {
|
||||
color: #f1592a;
|
||||
}
|
||||
/*** testimonial end ***/
|
||||
|
||||
|
||||
/*** training Start ***/
|
||||
.training .training-item .training-inner {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.training .training-item .training-inner .training-title-name {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: end;
|
||||
text-align: center;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.training .training-item {
|
||||
border-radius: 10px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.training .training-item:hover .training-inner .training-title-name {
|
||||
background: rgba(0, 58, 102, 0.5);
|
||||
}
|
||||
|
||||
.training .training-item:hover .training-inner .training-title-name a {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.training .training-item .training-inner img {
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.training .training-item:hover .training-inner img {
|
||||
transform: scale(1.3);
|
||||
}
|
||||
|
||||
.training .training-item .training-content {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: -100%;
|
||||
left: 0;
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.training .training-item:hover .training-content {
|
||||
bottom: 0;
|
||||
}
|
||||
/*** training End ***/
|
||||
|
||||
|
||||
/*** Contact Start ***/
|
||||
.contact .office .office-item {
|
||||
text-align: center;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
|
||||
background: var(--bs-light);
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.contact .office .office-item:hover {
|
||||
box-shadow: 20px 20px 20px rgba(0, 58, 102, 0.3);
|
||||
}
|
||||
|
||||
.contact .office .office-item .office-img {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.contact .office .office-item .office-img img {
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.contact .office .office-item:hover .office-img img {
|
||||
transform: scale(1.3);
|
||||
}
|
||||
|
||||
.contact .office .office-item .office-content a.text-secondary,
|
||||
.contact .office .office-item .office-content a.text-muted {
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.contact .office .office-item .office-content a.text-muted:hover {
|
||||
color: var(--bs-secondary) !important;
|
||||
}
|
||||
|
||||
.contact .office .office-item .office-content a.text-secondary:hover {
|
||||
color: var(--bs-primary) !important;
|
||||
}
|
||||
/*** Contact End ***/
|
||||
|
||||
|
||||
/*** Footer Start ***/
|
||||
.footer {
|
||||
background: #f1592a;
|
||||
}
|
||||
.footer .footer-item a {
|
||||
line-height: 30px;
|
||||
color: var(--bs-white);
|
||||
transition: 0.5s;
|
||||
}
|
||||
|
||||
.footer .footer-item p {
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
.footer .footer-item a:hover {
|
||||
letter-spacing: 2px;
|
||||
color: rgb(229, 225, 225);
|
||||
}
|
||||
|
||||
/*** Footer End ***/
|
||||
|
||||
|
||||
/*** copyright Start ***/
|
||||
.copyright {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.08);
|
||||
background: var(--bs-secondary) !important;
|
||||
}
|
||||
/*** copyright end ***/
|
441
demo/pages/feature.html
Normal file
@@ -0,0 +1,441 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Travisa - Visa & Immigration Website Template</title>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<meta content="" name="keywords">
|
||||
<meta content="" name="description">
|
||||
|
||||
<!-- Google Web Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@200;300;400;500;600&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- Icon Font Stylesheet -->
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"/>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
|
||||
|
||||
<!-- Libraries Stylesheet -->
|
||||
<link href="lib/animate/animate.min.css" rel="stylesheet">
|
||||
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Customized Bootstrap Stylesheet -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template Stylesheet -->
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Spinner Start -->
|
||||
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
|
||||
<div class="spinner-border text-secondary" style="width: 3rem; height: 3rem;" role="status">
|
||||
<span class="sr-only">Loading...</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Spinner End -->
|
||||
|
||||
|
||||
<!-- Topbar Start -->
|
||||
<div class="container-fluid bg-primary px-5 d-none d-lg-block">
|
||||
<div class="row gx-0 align-items-center">
|
||||
<div class="col-lg-5 text-center text-lg-start mb-lg-0">
|
||||
<div class="d-flex">
|
||||
<a href="#" class="text-muted me-4"><i class="fas fa-envelope text-secondary me-2"></i>Example@gmail.com</a>
|
||||
<a href="#" class="text-muted me-0"><i class="fas fa-phone-alt text-secondary me-2"></i>+01234567890</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 row-cols-1 text-center mb-2 mb-lg-0">
|
||||
<div class="d-inline-flex align-items-center" style="height: 45px;">
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-twitter fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-facebook-f fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-linkedin-in fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-instagram fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle" href=""><i class="fab fa-youtube fw-normal text-secondary"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 text-center text-lg-end">
|
||||
<div class="d-inline-flex align-items-center" style="height: 45px;">
|
||||
<a href="#" class="text-muted me-2"> Help</a><small> / </small>
|
||||
<a href="#" class="text-muted mx-2"> Support</a><small> / </small>
|
||||
<a href="#" class="text-muted ms-2"> Contact</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Topbar End -->
|
||||
|
||||
<!-- Navbar & Hero Start -->
|
||||
<div class="container-fluid nav-bar p-0">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-white px-4 px-lg-5 py-3 py-lg-0">
|
||||
<a href="" class="navbar-brand p-0">
|
||||
<h1 class="display-5 text-secondary m-0"><img src="img/brand-logo.png" class="img-fluid" alt="">Travisa</h1>
|
||||
<!-- <img src="img/logo.png" alt="Logo"> -->
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
|
||||
<span class="fa fa-bars"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||||
<div class="navbar-nav ms-auto py-0">
|
||||
<a href="index.html" class="nav-item nav-link">Home</a>
|
||||
<a href="about.html" class="nav-item nav-link">About</a>
|
||||
<a href="service.html" class="nav-item nav-link">Service</a>
|
||||
<div class="nav-item dropdown">
|
||||
<a href="#" class="nav-link active" data-bs-toggle="dropdown"><span class="dropdown-toggle">Pages</span></a>
|
||||
<div class="dropdown-menu m-0">
|
||||
<a href="feature.html" class="dropdown-item active">Feature</a>
|
||||
<a href="countries.html" class="dropdown-item">Countries</a>
|
||||
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
|
||||
<a href="training.html" class="dropdown-item">Training</a>
|
||||
<a href="404.html" class="dropdown-item">404 Page</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="contact.html" class="nav-item nav-link">Contact</a>
|
||||
</div>
|
||||
<button class="btn btn-primary btn-md-square border-secondary mb-3 mb-md-3 mb-lg-0 me-3" data-bs-toggle="modal" data-bs-target="#searchModal"><i class="fas fa-search"></i></button>
|
||||
<a href="" class="btn btn-primary border-secondary rounded-pill py-2 px-4 px-lg-3 mb-3 mb-md-3 mb-lg-0">Get A Quote</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- Navbar & Hero End -->
|
||||
|
||||
<!-- Modal Search Start -->
|
||||
<div class="modal fade" id="searchModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-fullscreen">
|
||||
<div class="modal-content rounded-0">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title text-secondary mb-0" id="exampleModalLabel">Search by keyword</h4>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body d-flex align-items-center">
|
||||
<div class="input-group w-75 mx-auto d-flex">
|
||||
<input type="search" class="form-control p-3" placeholder="keywords" aria-describedby="search-icon-1">
|
||||
<span id="search-icon-1" class="input-group-text p-3"><i class="fa fa-search"></i></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Modal Search End -->
|
||||
|
||||
<!-- Header Start -->
|
||||
<div class="container-fluid bg-breadcrumb">
|
||||
<div class="container text-center py-5" style="max-width: 900px;">
|
||||
<h3 class="text-white display-3 mb-4 wow fadeInDown" data-wow-delay="0.1s">Our Features</h1>
|
||||
<ol class="breadcrumb justify-content-center text-white mb-0 wow fadeInDown" data-wow-delay="0.3s">
|
||||
<li class="breadcrumb-item"><a href="index.html" class="text-white">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="#" class="text-white">Pages</a></li>
|
||||
<li class="breadcrumb-item active text-secondary">Features</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Header End -->
|
||||
|
||||
<!-- Features Start -->
|
||||
<div class="container-fluid features overflow-hidden py-5">
|
||||
<div class="container py-5">
|
||||
<div class="section-title text-center mb-5 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">Why Choose Us</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Offer Tailor Made Services That Our Client Requires</h1>
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat deleniti amet at atque sequi quibusdam cumque itaque repudiandae temporibus, eius nam mollitia voluptas maxime veniam necessitatibus saepe in ab? Repellat!</p>
|
||||
</div>
|
||||
<div class="row g-4 justify-content-center text-center">
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="feature-item text-center p-4">
|
||||
<div class="feature-icon p-3 mb-4">
|
||||
<i class="fas fa-dollar-sign fa-4x text-primary"></i>
|
||||
</div>
|
||||
<div class="feature-content d-flex flex-column">
|
||||
<h5 class="mb-3">Cost-Effective</h5>
|
||||
<p class="mb-3">Dolor, sit amet consectetur adipisicing elit. Soluta inventore cum accusamus,</p>
|
||||
<a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="feature-item text-center p-4">
|
||||
<div class="feature-icon p-3 mb-4">
|
||||
<i class="fab fa-cc-visa fa-4x text-primary"></i>
|
||||
</div>
|
||||
<div class="feature-content d-flex flex-column">
|
||||
<h5 class="mb-3">Visa Assistance</h5>
|
||||
<p class="mb-3">Dolor, sit amet consectetur adipisicing elit. Soluta inventore cum accusamus,</p>
|
||||
<a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="feature-item text-center p-4">
|
||||
<div class="feature-icon p-3 mb-4">
|
||||
<i class="fas fa-atlas fa-4x text-primary"></i>
|
||||
</div>
|
||||
<div class="feature-content d-flex flex-column">
|
||||
<h5 class="mb-3">Faster Processing</h5>
|
||||
<p class="mb-3">Dolor, sit amet consectetur adipisicing elit. Soluta inventore cum accusamus,</p>
|
||||
<a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="feature-item text-center p-4">
|
||||
<div class="feature-icon p-3 mb-4">
|
||||
<i class="fas fa-users fa-4x text-primary"></i>
|
||||
</div>
|
||||
<div class="feature-content d-flex flex-column">
|
||||
<h5 class="mb-3">Direct Interviews</h5>
|
||||
<p class="mb-3">Dolor, sit amet consectetur adipisicing elit. Soluta inventore cum accusamus,</p>
|
||||
<a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5 wow fadeInUp" data-wow-delay="0.1s" href="#">More Features</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Features End -->
|
||||
|
||||
|
||||
<!-- Counter Facts Start -->
|
||||
<div class="container-fluid counter-facts overflow-hidden py-5">
|
||||
<div class="container py-5">
|
||||
<div class="row g-4">
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-passport"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Visa Categories</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">31</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">+</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-users"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Team Members</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">377</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">+</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-user-check"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Visa Process</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">4.9</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">K</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-handshake"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Success Rates</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">98</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">%</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Counter Facts End -->
|
||||
|
||||
<!-- Countries We Offer Start -->
|
||||
<div class="container-fluid country overflow-hidden py-5">
|
||||
<div class="container py-5">
|
||||
<div class="section-title text-center wow fadeInUp" data-wow-delay="0.1s" style="margin-bottom: 70px;">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">COUNTRIES WE OFFER</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Immigration & visa services following Countries</h1>
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat deleniti amet at atque sequi quibusdam cumque itaque repudiandae temporibus, eius nam mollitia voluptas maxime veniam necessitatibus saepe in ab? Repellat!</p>
|
||||
</div>
|
||||
<div class="row g-4 text-center">
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-1.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/brazil.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">Brazil</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-2.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/india.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">india</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-3.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/usa.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">New York</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-4.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/italy.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">Italy</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5 wow fadeInUp" data-wow-delay="0.1s" href="#">More Countries</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Countries We Offer End -->
|
||||
|
||||
<!-- Footer Start -->
|
||||
<div class="container-fluid footer py-5 wow fadeIn" data-wow-delay="0.2s">
|
||||
<div class="container py-5">
|
||||
<div class="row g-5">
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Contact Info</h4>
|
||||
<a href=""><i class="fa fa-map-marker-alt me-2"></i> 123 Street, New York, USA</a>
|
||||
<a href=""><i class="fas fa-envelope me-2"></i> info@example.com</a>
|
||||
<a href=""><i class="fas fa-phone me-2"></i> +012 345 67890</a>
|
||||
<a href="" class="mb-3"><i class="fas fa-print me-2"></i> +012 345 67890</a>
|
||||
<div class="d-flex align-items-center">
|
||||
<i class="fas fa-share fa-2x text-secondary me-2"></i>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-facebook-f"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-twitter"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-instagram"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-linkedin-in"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Opening Time</h4>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Mon - Friday:</h6>
|
||||
<p class="text-white mb-0">09.00 am to 07.00 pm</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Satday:</h6>
|
||||
<p class="text-white mb-0">10.00 am to 05.00 pm</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Vacation:</h6>
|
||||
<p class="text-white mb-0">All Sunday is our vacation</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Our Services</h4>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Business</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Evaluation</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Migrate</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Study</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Counselling</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Work / Career</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item">
|
||||
<h4 class="text-secondary mb-4">Newsletter</h4>
|
||||
<p class="text-white mb-3">Dolor amet sit justo amet elitr clita ipsum elitr est.Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
<div class="position-relative mx-auto rounded-pill">
|
||||
<input class="form-control border-0 rounded-pill w-100 py-3 ps-4 pe-5" type="text" placeholder="Enter your email">
|
||||
<button type="button" class="btn btn-primary rounded-pill position-absolute top-0 end-0 py-2 mt-2 me-2">SignUp</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Footer End -->
|
||||
|
||||
<!-- Copyright Start -->
|
||||
<div class="container-fluid copyright py-4">
|
||||
<div class="container">
|
||||
<div class="row g-4 align-items-center">
|
||||
<div class="col-md-6 text-center text-md-start mb-md-0">
|
||||
<span class="text-white"><a href="#" class="border-bottom text-white"><i class="fas fa-copyright text-light me-2"></i>Your Site Name</a>, All right reserved.</span>
|
||||
</div>
|
||||
<div class="col-md-6 text-center text-md-end text-white">
|
||||
<!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
|
||||
<!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
|
||||
<!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
|
||||
Designed By <a class="border-bottom text-white" href="https://htmlcodex.com">HTML Codex</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Copyright End -->
|
||||
|
||||
<!-- Back to Top -->
|
||||
<a href="#" class="btn btn-primary btn-lg-square back-to-top"><i class="fa fa-arrow-up"></i></a>
|
||||
|
||||
|
||||
<!-- JavaScript Libraries -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="lib/wow/wow.min.js"></script>
|
||||
<script src="lib/easing/easing.min.js"></script>
|
||||
<script src="lib/waypoints/waypoints.min.js"></script>
|
||||
<script src="lib/counterup/counterup.min.js"></script>
|
||||
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
|
||||
|
||||
|
||||
<!-- Template Javascript -->
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
BIN
demo/pages/img/08.png
Normal file
After Width: | Height: | Size: 543 KiB |
BIN
demo/pages/img/Orient.png
Normal file
After Width: | Height: | Size: 110 KiB |
BIN
demo/pages/img/about-2.png
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
demo/pages/img/about-3.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
demo/pages/img/ausflag.png
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
demo/pages/img/australia.jpg
Normal file
After Width: | Height: | Size: 151 KiB |
BIN
demo/pages/img/australia.png
Normal file
After Width: | Height: | Size: 798 KiB |
BIN
demo/pages/img/brand-logo.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
demo/pages/img/brazil.jpg
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
demo/pages/img/breadcrumb.png
Normal file
After Width: | Height: | Size: 412 KiB |
BIN
demo/pages/img/canada.png
Normal file
After Width: | Height: | Size: 1.0 MiB |
BIN
demo/pages/img/canadaflag.png
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
demo/pages/img/carousel-1.jpg
Normal file
After Width: | Height: | Size: 118 KiB |
BIN
demo/pages/img/carousel-2.jpg
Normal file
After Width: | Height: | Size: 115 KiB |
BIN
demo/pages/img/country-1.jpg
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
demo/pages/img/country-2.jpg
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
demo/pages/img/country-3.jpg
Normal file
After Width: | Height: | Size: 78 KiB |
BIN
demo/pages/img/country-4.jpg
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
demo/pages/img/india.jpg
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
demo/pages/img/italy.jpg
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
demo/pages/img/japan.png
Normal file
After Width: | Height: | Size: 685 KiB |
BIN
demo/pages/img/japanflag.png
Normal file
After Width: | Height: | Size: 50 KiB |
BIN
demo/pages/img/langclass.jpg
Normal file
After Width: | Height: | Size: 95 KiB |
BIN
demo/pages/img/logo.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
demo/pages/img/newzealand.png
Normal file
After Width: | Height: | Size: 873 KiB |
BIN
demo/pages/img/newzealandflag.png
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
demo/pages/img/office-1.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
demo/pages/img/office-2.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
demo/pages/img/office-3.jpg
Normal file
After Width: | Height: | Size: 34 KiB |
BIN
demo/pages/img/office-4.jpg
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
demo/pages/img/profile.png
Normal file
After Width: | Height: | Size: 200 KiB |
BIN
demo/pages/img/pte_coaching.png
Normal file
After Width: | Height: | Size: 429 KiB |
BIN
demo/pages/img/reg-form.jpg
Normal file
After Width: | Height: | Size: 5.4 MiB |
BIN
demo/pages/img/service-1.jpg
Normal file
After Width: | Height: | Size: 56 KiB |
BIN
demo/pages/img/service-2.jpg
Normal file
After Width: | Height: | Size: 53 KiB |
BIN
demo/pages/img/service-3.jpg
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
demo/pages/img/service-4.jpg
Normal file
After Width: | Height: | Size: 46 KiB |
BIN
demo/pages/img/singapore.jpg
Normal file
After Width: | Height: | Size: 412 KiB |
BIN
demo/pages/img/slider.png
Normal file
After Width: | Height: | Size: 1.2 MiB |
BIN
demo/pages/img/testibg.png
Normal file
After Width: | Height: | Size: 917 KiB |
BIN
demo/pages/img/testimonial-1.jpg
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
demo/pages/img/testimonial-2.jpg
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
demo/pages/img/testimonial-3.jpg
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
demo/pages/img/toefl.png
Normal file
After Width: | Height: | Size: 392 KiB |
BIN
demo/pages/img/training-1.jpg
Normal file
After Width: | Height: | Size: 63 KiB |
BIN
demo/pages/img/training-2.jpg
Normal file
After Width: | Height: | Size: 47 KiB |
BIN
demo/pages/img/training-3.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
demo/pages/img/training-4.jpg
Normal file
After Width: | Height: | Size: 55 KiB |
BIN
demo/pages/img/uk.png
Normal file
After Width: | Height: | Size: 967 KiB |
BIN
demo/pages/img/ukflag.png
Normal file
After Width: | Height: | Size: 91 KiB |
BIN
demo/pages/img/usa.jpg
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
demo/pages/img/usa.png
Normal file
After Width: | Height: | Size: 1024 KiB |
944
demo/pages/index.html
Normal file
@@ -0,0 +1,944 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Bibhuti Website Template</title>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport">
|
||||
<meta content="" name="keywords">
|
||||
<meta content="" name="description">
|
||||
|
||||
<!-- Google Web Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@200;300;400;500;600&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- Icon Font Stylesheet -->
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"/>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
|
||||
|
||||
<!-- Libraries Stylesheet -->
|
||||
<link href="lib/animate/animate.min.css" rel="stylesheet">
|
||||
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Customized Bootstrap Stylesheet -->
|
||||
<link href="css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<!-- Template Stylesheet -->
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- Spinner Start -->
|
||||
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
|
||||
<div class="spinner-border text-secondary" style="width: 3rem; height: 3rem;" role="status">
|
||||
<span class="sr-only">Loading...</span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Spinner End -->
|
||||
|
||||
|
||||
<!-- Topbar Start -->
|
||||
<div class="container-fluid bg-primary px-5 d-none d-lg-block">
|
||||
<div class="row gx-0 align-items-center">
|
||||
<div class="col-lg-5 text-center text-lg-start mb-lg-0">
|
||||
<div class="d-flex">
|
||||
<a href="#" class="text-muted me-4"><i class="fas fa-envelope text-secondary me-2"></i>Example@gmail.com</a>
|
||||
<a href="#" class="text-muted me-0"><i class="fas fa-phone-alt text-secondary me-2"></i>+01234567890</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 row-cols-1 text-center mb-2 mb-lg-0">
|
||||
<div class="d-inline-flex align-items-center" style="height: 45px;">
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-twitter fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-facebook-f fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-linkedin-in fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle me-2" href=""><i class="fab fa-instagram fw-normal text-secondary"></i></a>
|
||||
<a class="btn btn-sm btn-outline-light btn-square rounded-circle" href=""><i class="fab fa-youtube fw-normal text-secondary"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 text-center text-lg-end">
|
||||
<div class="d-inline-flex align-items-center" style="height: 45px;">
|
||||
<a href="#" class="text-muted me-2"> Help</a><small> / </small>
|
||||
<a href="#" class="text-muted mx-2"> Support</a><small> / </small>
|
||||
<a href="#" class="text-muted ms-2"> Contact</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Topbar End -->
|
||||
|
||||
<!-- Navbar & Hero Start -->
|
||||
<div class="container-fluid nav-bar p-0">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-white px-4 px-lg-5 py-3 py-lg-0">
|
||||
<a href="" class="navbar-brand p-0">
|
||||
<h1 class="display-5 text-secondary m-0"><img src="img/brand-logo.png" class="img-fluid" alt="">Travisa</h1>
|
||||
<!-- <img src="img/logo.png" alt="Logo"> -->
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
|
||||
<span class="fa fa-bars"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarCollapse">
|
||||
<div class="navbar-nav ms-auto py-0">
|
||||
<a href="index.html" class="nav-item nav-link active">Home</a>
|
||||
<a href="about.html" class="nav-item nav-link">About</a>
|
||||
<a href="service.html" class="nav-item nav-link">Service</a>
|
||||
<div class="nav-item dropdown">
|
||||
<a href="#" class="nav-link" data-bs-toggle="dropdown"><span class="dropdown-toggle">Pages</span></a>
|
||||
<div class="dropdown-menu m-0">
|
||||
<a href="feature.html" class="dropdown-item">Feature</a>
|
||||
<a href="countries.html" class="dropdown-item">Countries</a>
|
||||
<a href="testimonial.html" class="dropdown-item">Testimonial</a>
|
||||
<a href="training.html" class="dropdown-item">Training</a>
|
||||
<a href="404.html" class="dropdown-item">404 Page</a>
|
||||
</div>
|
||||
</div>
|
||||
<a href="contact.html" class="nav-item nav-link">Contact</a>
|
||||
</div>
|
||||
<button class="btn btn-primary btn-md-square border-secondary mb-3 mb-md-3 mb-lg-0 me-3" data-bs-toggle="modal" data-bs-target="#searchModal"><i class="fas fa-search"></i></button>
|
||||
<a href="" class="btn btn-primary border-secondary rounded-pill py-2 px-4 px-lg-3 mb-3 mb-md-3 mb-lg-0">Get A Quote</a>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
<!-- Navbar & Hero End -->
|
||||
|
||||
|
||||
<!-- Carousel Start -->
|
||||
<div class="carousel-header">
|
||||
<div id="carouselId" class="carousel slide" data-bs-ride="carousel">
|
||||
<ol class="carousel-indicators">
|
||||
<li data-bs-target="#carouselId" data-bs-slide-to="0" class="active"></li>
|
||||
<li data-bs-target="#carouselId" data-bs-slide-to="1"></li>
|
||||
</ol>
|
||||
<div class="carousel-inner" role="listbox">
|
||||
<div class="carousel-item active">
|
||||
<img src="img/carousel-1.jpg" class="img-fluid" alt="Image">
|
||||
<div class="carousel-caption">
|
||||
<div class="text-center p-4" style="max-width: 900px;">
|
||||
<h4 class="text-white text-uppercase fw-bold mb-3 mb-md-4 wow fadeInUp" data-wow-delay="0.1s">Solution For All Type Of Visas</h4>
|
||||
<h1 class="display-1 text-capitalize text-white mb-3 mb-md-4 wow fadeInUp" data-wow-delay="0.3s">Immigration Process Starts Here!</h1>
|
||||
<p class="text-white mb-4 mb-md-5 fs-5 wow fadeInUp" data-wow-delay="0.5s">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
|
||||
</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5 wow fadeInUp" data-wow-delay="0.7s" href="#">More Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="carousel-item">
|
||||
<img src="img/carousel-2.jpg" class="img-fluid" alt="Image">
|
||||
<div class="carousel-caption">
|
||||
<div class="text-center p-4" style="max-width: 900px;">
|
||||
<h5 class="text-white text-uppercase fw-bold mb-3 mb-md-4 wow fadeInUp" data-wow-delay="0.1s">Solution For All Type Of Visas</h5>
|
||||
<h1 class="display-1 text-capitalize text-white mb-3 mb-md-4 wow fadeInUp" data-wow-delay="0.3s">Best Visa Immigrations Services</h1>
|
||||
<p class="text-white mb-4 mb-md-5 fs-5 wow fadeInUp" data-wow-delay="0.5s">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
|
||||
</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5 wow fadeInUp" data-wow-delay="0.7s" href="#">More Details</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<button class="carousel-control-prev" type="button" data-bs-target="#carouselId" data-bs-slide="prev">
|
||||
<span class="carousel-control-prev-icon bg-secondary wow fadeInLeft" data-wow-delay="0.2s" aria-hidden="false"></span>
|
||||
<span class="visually-hidden-focusable">Previous</span>
|
||||
</button>
|
||||
<button class="carousel-control-next" type="button" data-bs-target="#carouselId" data-bs-slide="next">
|
||||
<span class="carousel-control-next-icon bg-secondary wow fadeInRight" data-wow-delay="0.2s" aria-hidden="false"></span>
|
||||
<span class="visually-hidden-focusable">Next</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Carousel End -->
|
||||
|
||||
|
||||
<!-- Modal Search Start -->
|
||||
<div class="modal fade" id="searchModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
|
||||
<div class="modal-dialog modal-fullscreen">
|
||||
<div class="modal-content rounded-0">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title text-secondary mb-0" id="exampleModalLabel">Search by keyword</h4>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body d-flex align-items-center">
|
||||
<div class="input-group w-75 mx-auto d-flex">
|
||||
<input type="search" class="form-control p-3" placeholder="keywords" aria-describedby="search-icon-1">
|
||||
<span id="search-icon-1" class="input-group-text p-3"><i class="fa fa-search"></i></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Modal Search End -->
|
||||
|
||||
|
||||
|
||||
<!-- About Start -->
|
||||
<div class="container-fluid py-5">
|
||||
<div class="container py-5">
|
||||
<div class="row g-5">
|
||||
<div class="col-xl-5 wow fadeInLeft" data-wow-delay="0.1s">
|
||||
<div class="bg-light rounded">
|
||||
<img src="img/about-2.png" class="img-fluid w-100" style="margin-bottom: -7px;" alt="Image">
|
||||
<img src="img/about-3.jpg" class="img-fluid w-100 border-bottom border-5 border-primary" style="border-top-right-radius: 300px; border-top-left-radius: 300px;" alt="Image">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-7 wow fadeInRight" data-wow-delay="0.3s">
|
||||
<h5 class="sub-title pe-3">About the company</h5>
|
||||
<h1 class="display-5 mb-4">We’re Trusted Immigration Consultant Agency.</h1>
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt architecto consectetur iusto perferendis blanditiis assumenda dignissimos, commodi fuga culpa earum explicabo libero sint est mollitia saepe! Sequi asperiores rerum nemo!</p>
|
||||
<div class="row gy-4 align-items-center">
|
||||
<div class="col-12 col-sm-6 d-flex align-items-center">
|
||||
<i class="fas fa-map-marked-alt fa-3x text-secondary"></i>
|
||||
<h5 class="ms-4">Best Immigration Resources</h5>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 d-flex align-items-center">
|
||||
<i class="fas fa-passport fa-3x text-secondary"></i>
|
||||
<h5 class="ms-4">Return Visas Availabile</h5>
|
||||
</div>
|
||||
<div class="col-4 col-md-3">
|
||||
<div class="bg-light text-center rounded p-3">
|
||||
<div class="mb-2">
|
||||
<i class="fas fa-ticket-alt fa-4x text-primary"></i>
|
||||
</div>
|
||||
<h1 class="display-5 fw-bold mb-2">34</h1>
|
||||
<p class="text-muted mb-0">Years of Experience</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-8 col-md-9">
|
||||
<div class="mb-5">
|
||||
<p class="text-primary h6 mb-3"><i class="fa fa-check-circle text-secondary me-2"></i> Offer 100 % Genuine Assistance</p>
|
||||
<p class="text-primary h6 mb-3"><i class="fa fa-check-circle text-secondary me-2"></i> It’s Faster & Reliable Execution</p>
|
||||
<p class="text-primary h6 mb-3"><i class="fa fa-check-circle text-secondary me-2"></i> Accurate & Expert Advice</p>
|
||||
</div>
|
||||
<div class="d-flex flex-wrap">
|
||||
<div id="phone-tada" class="d-flex align-items-center justify-content-center me-4">
|
||||
<a href="" class="position-relative wow tada" data-wow-delay=".9s">
|
||||
<i class="fa fa-phone-alt text-primary fa-3x"></i>
|
||||
<div class="position-absolute" style="top: 0; left: 25px;">
|
||||
<span><i class="fa fa-comment-dots text-secondary"></i></span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="d-flex flex-column justify-content-center">
|
||||
<span class="text-primary">Have any questions?</span>
|
||||
<span class="text-secondary fw-bold fs-5" style="letter-spacing: 2px;">Free: +0123 456 7890</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- About End -->
|
||||
|
||||
|
||||
<!-- Counter Facts Start -->
|
||||
<div class="container-fluid counter-facts py-5">
|
||||
<div class="container py-5">
|
||||
<div class="row g-4">
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-passport"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Visa Categories</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">31</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">+</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-users"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Team Members</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">377</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">+</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-user-check"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Visa Process</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">4.9</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">K</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-sm-6 col-md-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="counter">
|
||||
<div class="counter-icon">
|
||||
<i class="fas fa-handshake"></i>
|
||||
</div>
|
||||
<div class="counter-content">
|
||||
<h3>Success Rates</h3>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<span class="counter-value" data-toggle="counter-up">98</span>
|
||||
<h4 class="text-secondary mb-0" style="font-weight: 600; font-size: 25px;">%</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Counter Facts End -->
|
||||
|
||||
|
||||
<!-- Services Start -->
|
||||
<div class="container-fluid service overflow-hidden pt-5">
|
||||
<div class="container py-5">
|
||||
<div class="section-title text-center mb-5 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">Visa Categories</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Enabling Your Immigration Successfully</h1>
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat deleniti amet at atque sequi quibusdam cumque itaque repudiandae temporibus, eius nam mollitia voluptas maxime veniam necessitatibus saepe in ab? Repellat!</p>
|
||||
</div>
|
||||
<div class="row g-4">
|
||||
<div class="col-lg-6 col-xl-4 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="service-item">
|
||||
<div class="service-inner">
|
||||
<div class="service-img">
|
||||
<img src="img/service-1.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="service-title">
|
||||
<div class="service-title-name">
|
||||
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
|
||||
<a href="#" class="h4 text-white mb-0">Job Visa</a>
|
||||
</div>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a>
|
||||
</div>
|
||||
<div class="service-content pb-4">
|
||||
<a href="#"><h4 class="text-white mb-4 py-3">Job Visa</h4></a>
|
||||
<div class="px-4">
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Mollitia fugit dolores nesciunt adipisci obcaecati veritatis cum, ratione aspernatur autem velit.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5" href="#">Explore More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-4 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="service-item">
|
||||
<div class="service-inner">
|
||||
<div class="service-img">
|
||||
<img src="img/service-2.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="service-title">
|
||||
<div class="service-title-name">
|
||||
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
|
||||
<a href="#" class="h4 text-white mb-0">Business Visa</a>
|
||||
</div>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a>
|
||||
</div>
|
||||
<div class="service-content pb-4">
|
||||
<a href="#"><h4 class="text-white mb-4 py-3">Business Visa</h4></a>
|
||||
<div class="px-4">
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Mollitia fugit dolores nesciunt adipisci obcaecati veritatis cum, ratione aspernatur autem velit.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="#">Explore More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-4 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="service-item">
|
||||
<div class="service-inner">
|
||||
<div class="service-img">
|
||||
<img src="img/service-3.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="service-title">
|
||||
<div class="service-title-name">
|
||||
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
|
||||
<a href="#" class="h4 text-white mb-0">Diplometic Visa</a>
|
||||
</div>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a>
|
||||
</div>
|
||||
<div class="service-content pb-4">
|
||||
<a href="#"><h4 class="text-white mb-4 py-3">Diplometic Visa</h4></a>
|
||||
<div class="px-4">
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Mollitia fugit dolores nesciunt adipisci obcaecati veritatis cum, ratione aspernatur autem velit.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="#">Explore More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-4 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="service-item">
|
||||
<div class="service-inner">
|
||||
<div class="service-img">
|
||||
<img src="img/service-1.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="service-title">
|
||||
<div class="service-title-name">
|
||||
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
|
||||
<a href="#" class="h4 text-white mb-0">Students Visa</a>
|
||||
</div>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a>
|
||||
</div>
|
||||
<div class="service-content pb-4">
|
||||
<a href="#"><h4 class="text-white mb-4 py-3">Students Visa</h4></a>
|
||||
<div class="px-4">
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Mollitia fugit dolores nesciunt adipisci obcaecati veritatis cum, ratione aspernatur autem velit.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="#">Explore More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-4 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="service-item">
|
||||
<div class="service-inner">
|
||||
<div class="service-img">
|
||||
<img src="img/service-2.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="service-title">
|
||||
<div class="service-title-name">
|
||||
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
|
||||
<a href="#" class="h4 text-white mb-0">Residence Visa</a>
|
||||
</div>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a>
|
||||
</div>
|
||||
<div class="service-content pb-4">
|
||||
<a href="#"><h4 class="text-white mb-4 py-3">Residence Visa</h4></a>
|
||||
<div class="px-4">
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Mollitia fugit dolores nesciunt adipisci obcaecati veritatis cum, ratione aspernatur autem velit.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="#">Explore More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-4 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="service-item">
|
||||
<div class="service-inner">
|
||||
<div class="service-img">
|
||||
<img src="img/service-3.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="service-title">
|
||||
<div class="service-title-name">
|
||||
<div class="bg-primary text-center rounded p-3 mx-5 mb-4">
|
||||
<a href="#" class="h4 text-white mb-0">Tourist Visa</a>
|
||||
</div>
|
||||
<a class="btn bg-light text-secondary rounded-pill py-3 px-5 mb-4" href="#">Explore More</a>
|
||||
</div>
|
||||
<div class="service-content pb-4">
|
||||
<a href="#"><h4 class="text-white mb-4 py-3">Tourist Visa</h4></a>
|
||||
<div class="px-4">
|
||||
<p class="mb-4">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Mollitia fugit dolores nesciunt adipisci obcaecati veritatis cum, ratione aspernatur autem velit.</p>
|
||||
<a class="btn btn-primary border-secondary rounded-pill text-white py-3 px-5" href="#">Explore More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Services End -->
|
||||
|
||||
|
||||
|
||||
<!-- Features Start -->
|
||||
<div class="container-fluid features overflow-hidden py-5">
|
||||
<div class="container">
|
||||
<div class="section-title text-center mb-5 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">Why Choose Us</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Offer Tailor Made Services That Our Client Requires</h1>
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat deleniti amet at atque sequi quibusdam cumque itaque repudiandae temporibus, eius nam mollitia voluptas maxime veniam necessitatibus saepe in ab? Repellat!</p>
|
||||
</div>
|
||||
<div class="row g-4 justify-content-center text-center">
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="feature-item text-center p-4">
|
||||
<div class="feature-icon p-3 mb-4">
|
||||
<i class="fas fa-dollar-sign fa-4x text-primary"></i>
|
||||
</div>
|
||||
<div class="feature-content d-flex flex-column">
|
||||
<h5 class="mb-3">Cost-Effective</h5>
|
||||
<p class="mb-3">Dolor, sit amet consectetur adipisicing elit. Soluta inventore cum accusamus,</p>
|
||||
<a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="feature-item text-center p-4">
|
||||
<div class="feature-icon p-3 mb-4">
|
||||
<i class="fab fa-cc-visa fa-4x text-primary"></i>
|
||||
</div>
|
||||
<div class="feature-content d-flex flex-column">
|
||||
<h5 class="mb-3">Visa Assistance</h5>
|
||||
<p class="mb-3">Dolor, sit amet consectetur adipisicing elit. Soluta inventore cum accusamus,</p>
|
||||
<a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="feature-item text-center p-4">
|
||||
<div class="feature-icon p-3 mb-4">
|
||||
<i class="fas fa-atlas fa-4x text-primary"></i>
|
||||
</div>
|
||||
<div class="feature-content d-flex flex-column">
|
||||
<h5 class="mb-3">Faster Processing</h5>
|
||||
<p class="mb-3">Dolor, sit amet consectetur adipisicing elit. Soluta inventore cum accusamus,</p>
|
||||
<a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="feature-item text-center p-4">
|
||||
<div class="feature-icon p-3 mb-4">
|
||||
<i class="fas fa-users fa-4x text-primary"></i>
|
||||
</div>
|
||||
<div class="feature-content d-flex flex-column">
|
||||
<h5 class="mb-3">Direct Interviews</h5>
|
||||
<p class="mb-3">Dolor, sit amet consectetur adipisicing elit. Soluta inventore cum accusamus,</p>
|
||||
<a class="btn btn-secondary rounded-pill" href="#">Read More<i class="fas fa-arrow-right ms-2"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5 wow fadeInUp" data-wow-delay="0.1s" href="#">More Features</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Features End -->
|
||||
|
||||
|
||||
|
||||
<!-- Countries We Offer Start -->
|
||||
<div class="container-fluid country overflow-hidden py-5">
|
||||
<div class="container">
|
||||
<div class="section-title text-center wow fadeInUp" data-wow-delay="0.1s" style="margin-bottom: 70px;">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">COUNTRIES WE OFFER</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Immigration & visa services following Countries</h1>
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat deleniti amet at atque sequi quibusdam cumque itaque repudiandae temporibus, eius nam mollitia voluptas maxime veniam necessitatibus saepe in ab? Repellat!</p>
|
||||
</div>
|
||||
<div class="row g-4 text-center">
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-1.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/brazil.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">Brazil</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-2.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/india.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">india</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-3.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/usa.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">New York</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-3 mb-5 mb-xl-0 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="country-item">
|
||||
<div class="rounded overflow-hidden">
|
||||
<img src="img/country-4.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
</div>
|
||||
<div class="country-flag">
|
||||
<img src="img/italy.jpg" class="img-fluid rounded-circle" alt="Image">
|
||||
</div>
|
||||
<div class="country-name">
|
||||
<a href="#" class="text-white fs-4">Italy</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5 wow fadeInUp" data-wow-delay="0.1s" href="#">More Countries</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Countries We Offer End -->
|
||||
|
||||
|
||||
<!-- Testimonial Start -->
|
||||
<div class="container-fluid testimonial overflow-hidden pb-5">
|
||||
<div class="container py-5">
|
||||
<div class="section-title text-center mb-5 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">OUR CLIENTS RIVIEWS</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">What Our Clients Say</h1>
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat deleniti amet at atque sequi quibusdam cumque itaque repudiandae temporibus, eius nam mollitia voluptas maxime veniam necessitatibus saepe in ab? Repellat!</p>
|
||||
</div>
|
||||
<div class="owl-carousel testimonial-carousel wow zoomInDown" data-wow-delay="0.2s">
|
||||
<div class="testimonial-item">
|
||||
<div class="testimonial-content p-4 mb-5">
|
||||
<p class="fs-5 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitati eiusmod tempor incididunt.
|
||||
</p>
|
||||
<div class="d-flex justify-content-end">
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<div class="rounded-circle me-4" style="width: 100px; height: 100px;">
|
||||
<img class="img-fluid rounded-circle" src="img/testimonial-1.jpg" alt="img">
|
||||
</div>
|
||||
<div class="my-auto">
|
||||
<h5>Person Name</h5>
|
||||
<p class="mb-0">Profession</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial-item">
|
||||
<div class="testimonial-content p-4 mb-5">
|
||||
<p class="fs-5 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitati eiusmod tempor incididunt.
|
||||
</p>
|
||||
<div class="d-flex justify-content-end">
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<div class="rounded-circle me-4" style="width: 100px; height: 100px;">
|
||||
<img class="img-fluid rounded-circle" src="img/testimonial-2.jpg" alt="img">
|
||||
</div>
|
||||
<div class="my-auto">
|
||||
<h5>Person Name</h5>
|
||||
<p class="mb-0">Profession</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial-item">
|
||||
<div class="testimonial-content p-4 mb-5">
|
||||
<p class="fs-5 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitati eiusmod tempor incididunt.
|
||||
</p>
|
||||
<div class="d-flex justify-content-end">
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
<i class="fas fa-star text-secondary"></i>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<div class="rounded-circle me-4" style="width: 100px; height: 100px;">
|
||||
<img class="img-fluid rounded-circle" src="img/testimonial-3.jpg" alt="img">
|
||||
</div>
|
||||
<div class="my-auto">
|
||||
<h5>Person Name</h5>
|
||||
<p class="mb-0">Profession</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Testimonial End -->
|
||||
|
||||
|
||||
|
||||
<!-- Training Start -->
|
||||
<div class="container-fluid training overflow-hidden bg-light py-5">
|
||||
<div class="container py-5">
|
||||
<div class="section-title text-center mb-5 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">CHECK OUR TRAINING</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Get the Best Coacing Service Training with Our Travisa</h1>
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat deleniti amet at atque sequi quibusdam cumque itaque repudiandae temporibus, eius nam mollitia voluptas maxime veniam necessitatibus saepe in ab? Repellat!</p>
|
||||
</div>
|
||||
<div class="row g-4">
|
||||
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="training-item">
|
||||
<div class="training-inner">
|
||||
<img src="img/training-1.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
<div class="training-title-name">
|
||||
<a href="#" class="h4 text-white mb-0">IELTS</a>
|
||||
<a href="#" class="h4 text-white mb-0">Coaching</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="training-content bg-secondary rounded-bottom p-4">
|
||||
<a href="#"><h4 class="text-white">IELTS Coaching</h4></a>
|
||||
<p class="text-white-50">Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem, veritatis.</p>
|
||||
<a class="btn btn-secondary rounded-pill text-white p-0" href="#">Read More <i class="fa fa-arrow-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="training-item">
|
||||
<div class="training-inner">
|
||||
<img src="img/training-2.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
<div class="training-title-name">
|
||||
<a href="#" class="h4 text-white mb-0">TOEFL</a>
|
||||
<a href="#" class="h4 text-white mb-0">Coaching</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="training-content bg-secondary rounded-bottom p-4">
|
||||
<a href="#"><h4 class="text-white">TOEFL Coaching</h4></a>
|
||||
<p class="text-white-50">Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem, veritatis.</p>
|
||||
<a class="btn btn-secondary rounded-pill text-white p-0" href="#">Read More <i class="fa fa-arrow-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="training-item">
|
||||
<div class="training-inner">
|
||||
<img src="img/training-3.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
<div class="training-title-name">
|
||||
<a href="#" class="h4 text-white mb-0">PTE</a>
|
||||
<a href="#" class="h4 text-white mb-0">Coaching</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="training-content bg-secondary rounded-bottom p-4">
|
||||
<a href="#"><h4 class="text-white">PTE Coaching</h4></a>
|
||||
<p class="text-white-50">Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem, veritatis.</p>
|
||||
<a class="btn btn-secondary rounded-pill text-white p-0" href="#">Read More <i class="fa fa-arrow-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="training-item">
|
||||
<div class="training-inner">
|
||||
<img src="img/training-4.jpg" class="img-fluid w-100 rounded" alt="Image">
|
||||
<div class="training-title-name">
|
||||
<a href="#" class="h4 text-white mb-0">OET</a>
|
||||
<a href="#" class="h4 text-white mb-0">Coaching</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="training-content bg-secondary rounded-bottom p-4">
|
||||
<a href="#"><h4 class="text-white">OET Coaching</h4></a>
|
||||
<p class="text-white-50">Lorem ipsum dolor sit amet consectetur adipisicing elit. Autem, veritatis.</p>
|
||||
<a class="btn btn-secondary rounded-pill text-white p-0" href="#">Read More <i class="fa fa-arrow-right"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 text-center">
|
||||
<a class="btn btn-primary border-secondary rounded-pill py-3 px-5 wow fadeInUp" data-wow-delay="0.1s" href="#">View More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Training End -->
|
||||
|
||||
|
||||
<!-- Contact Start -->
|
||||
<div class="container-fluid contact overflow-hidden pb-5">
|
||||
<div class="container py-5">
|
||||
<div class="office pt-5">
|
||||
<div class="section-title text-center mb-5 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="sub-style">
|
||||
<h5 class="sub-title text-primary px-3">Worlwide Offices</h5>
|
||||
</div>
|
||||
<h1 class="display-5 mb-4">Explore Our Office Worldwide</h1>
|
||||
<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quaerat deleniti amet at atque sequi quibusdam cumque itaque repudiandae temporibus, eius nam mollitia voluptas maxime veniam necessitatibus saepe in ab? Repellat!</p>
|
||||
</div>
|
||||
<div class="row g-4 justify-content-center">
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.1s">
|
||||
<div class="office-item p-4">
|
||||
<div class="office-img mb-4">
|
||||
<img src="img/office-2.jpg" class="img-fluid w-100 rounded" alt="">
|
||||
</div>
|
||||
<div class="office-content d-flex flex-column">
|
||||
<h4 class="mb-2">Australia</h4>
|
||||
<a href="#" class="text-secondary fs-5 mb-2">+123.456.7890</a>
|
||||
<a href="#" class="text-muted fs-5 mb-2">travisa@example.com</a>
|
||||
<p class="mb-0">123, First Floor, 123 St Roots Terrace, Los Angeles 90010 Unitd States of America.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.3s">
|
||||
<div class="office-item p-4">
|
||||
<div class="office-img mb-4">
|
||||
<img src="img/office-1.jpg" class="img-fluid w-100 rounded" alt="">
|
||||
</div>
|
||||
<div class="office-content d-flex flex-column">
|
||||
<h4 class="mb-2">Canada</h4>
|
||||
<a href="#" class="text-secondary fs-5 mb-2">(012) 0345 6789</a>
|
||||
<a href="#" class="text-muted fs-5 mb-2">travisa@example.com</a>
|
||||
<p class="mb-0">123, First Floor, 123 St Roots Terrace, Los Angeles 90010 Unitd States of America.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.5s">
|
||||
<div class="office-item p-4">
|
||||
<div class="office-img mb-4">
|
||||
<img src="img/office-3.jpg" class="img-fluid w-100 rounded" alt="">
|
||||
</div>
|
||||
<div class="office-content d-flex flex-column">
|
||||
<h4 class="mb-2">United Kingdom</h4>
|
||||
<a href="#" class="text-secondary fs-5 mb-2">01234.567.890</a>
|
||||
<a href="#" class="text-muted fs-5 mb-2">travisa@example.com</a>
|
||||
<p class="mb-0">123, First Floor, 123 St Roots Terrace, Los Angeles 90010 Unitd States of America.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3 wow fadeInUp" data-wow-delay="0.7s">
|
||||
<div class="office-item p-4">
|
||||
<div class="office-img mb-4">
|
||||
<img src="img/office-4.jpg" class="img-fluid w-100 rounded" alt="">
|
||||
</div>
|
||||
<div class="office-content d-flex flex-column">
|
||||
<h4 class="mb-2">India</h4>
|
||||
<a href="#" class="text-secondary fs-5 mb-2">+123.45.67890</a>
|
||||
<a href="#" class="text-muted fs-5 mb-2">travisa@example.com</a>
|
||||
<p class="mb-0">123, First Floor, 123 St Roots Terrace, Los Angeles 90010 Unitd States of America.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Contact End -->
|
||||
|
||||
|
||||
<!-- Footer Start -->
|
||||
<div class="container-fluid footer py-5 wow fadeIn" data-wow-delay="0.2s">
|
||||
<div class="container py-5">
|
||||
<div class="row g-5">
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Contact Info</h4>
|
||||
<a href=""><i class="fa fa-map-marker-alt me-2"></i> 123 Street, New York, USA</a>
|
||||
<a href=""><i class="fas fa-envelope me-2"></i> info@example.com</a>
|
||||
<a href=""><i class="fas fa-phone me-2"></i> +012 345 67890</a>
|
||||
<a href="" class="mb-3"><i class="fas fa-print me-2"></i> +012 345 67890</a>
|
||||
<div class="d-flex align-items-center">
|
||||
<i class="fas fa-share fa-2x text-secondary me-2"></i>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-facebook-f"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-twitter"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-instagram"></i></a>
|
||||
<a class="btn mx-1" href=""><i class="fab fa-linkedin-in"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Opening Time</h4>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Mon - Friday:</h6>
|
||||
<p class="text-white mb-0">09.00 am to 07.00 pm</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Satday:</h6>
|
||||
<p class="text-white mb-0">10.00 am to 05.00 pm</p>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<h6 class="text-muted mb-0">Vacation:</h6>
|
||||
<p class="text-white mb-0">All Sunday is our vacation</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item d-flex flex-column">
|
||||
<h4 class="text-secondary mb-4">Our Services</h4>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Business</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Evaluation</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Migrate</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Study</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Counselling</a>
|
||||
<a href="#" class=""><i class="fas fa-angle-right me-2"></i> Work / Career</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-6 col-xl-3">
|
||||
<div class="footer-item">
|
||||
<h4 class="text-secondary mb-4">Newsletter</h4>
|
||||
<p class="text-white mb-3">Dolor amet sit justo amet elitr clita ipsum elitr est.Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
|
||||
<div class="position-relative mx-auto rounded-pill">
|
||||
<input class="form-control border-0 rounded-pill w-100 py-3 ps-4 pe-5" type="text" placeholder="Enter your email">
|
||||
<button type="button" class="btn btn-primary rounded-pill position-absolute top-0 end-0 py-2 mt-2 me-2">SignUp</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Footer End -->
|
||||
|
||||
|
||||
<!-- Copyright Start -->
|
||||
<div class="container-fluid copyright py-4">
|
||||
<div class="container">
|
||||
<div class="row g-4 align-items-center">
|
||||
<div class="col-md-6 text-center text-md-start mb-md-0">
|
||||
<span class="text-white"><a href="#" class="border-bottom text-white"><i class="fas fa-copyright text-light me-2"></i>Your Site Name</a>, All right reserved.</span>
|
||||
</div>
|
||||
<div class="col-md-6 text-center text-md-end text-white">
|
||||
<!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
|
||||
<!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
|
||||
<!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
|
||||
Designed By <a class="border-bottom text-white" href="https://htmlcodex.com">HTML Codex</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Copyright End -->
|
||||
|
||||
|
||||
<!-- Back to Top -->
|
||||
<a href="#" class="btn btn-primary btn-lg-square back-to-top"><i class="fa fa-arrow-up"></i></a>
|
||||
|
||||
|
||||
<!-- JavaScript Libraries -->
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="lib/wow/wow.min.js"></script>
|
||||
<script src="lib/easing/easing.min.js"></script>
|
||||
<script src="lib/waypoints/waypoints.min.js"></script>
|
||||
<script src="lib/counterup/counterup.min.js"></script>
|
||||
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
|
||||
|
||||
|
||||
<!-- Template Javascript -->
|
||||
<script src="js/main.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
105
demo/pages/js/main.js
Normal file
@@ -0,0 +1,105 @@
|
||||
(function ($) {
|
||||
"use strict";
|
||||
|
||||
// Spinner
|
||||
var spinner = function () {
|
||||
setTimeout(function () {
|
||||
if ($('#spinner').length > 0) {
|
||||
$('#spinner').removeClass('show');
|
||||
}
|
||||
}, 1);
|
||||
};
|
||||
spinner(0);
|
||||
|
||||
|
||||
// Initiate the wowjs
|
||||
new WOW().init();
|
||||
|
||||
|
||||
// Sticky Navbar
|
||||
$(window).scroll(function () {
|
||||
if ($(this).scrollTop() > 45) {
|
||||
$('.nav-bar').addClass('sticky-top shadow-sm');
|
||||
} else {
|
||||
$('.nav-bar').removeClass('sticky-top shadow-sm');
|
||||
}
|
||||
});
|
||||
|
||||
// Facts counter
|
||||
$('[data-toggle="counter-up"]').counterUp({
|
||||
delay: 5,
|
||||
time: 2000
|
||||
});
|
||||
|
||||
|
||||
// Modal Video
|
||||
$(document).ready(function () {
|
||||
var $videoSrc;
|
||||
$('.btn-play').click(function () {
|
||||
$videoSrc = $(this).data("src");
|
||||
});
|
||||
console.log($videoSrc);
|
||||
|
||||
$('#videoModal').on('shown.bs.modal', function (e) {
|
||||
$("#video").attr('src', $videoSrc + "?autoplay=1&modestbranding=1&showinfo=0");
|
||||
})
|
||||
|
||||
$('#videoModal').on('hide.bs.modal', function (e) {
|
||||
$("#video").attr('src', $videoSrc);
|
||||
})
|
||||
});
|
||||
|
||||
|
||||
// Testimonial-carousel
|
||||
$(".testimonial-carousel").owlCarousel({
|
||||
autoplay: true,
|
||||
smartSpeed: 2000,
|
||||
center: false,
|
||||
dots: false,
|
||||
loop: true,
|
||||
margin: 25,
|
||||
nav : true,
|
||||
navText : [
|
||||
'<i class="bi bi-arrow-left"></i>',
|
||||
'<i class="bi bi-arrow-right"></i>'
|
||||
],
|
||||
responsiveClass: true,
|
||||
responsive: {
|
||||
0:{
|
||||
items:1
|
||||
},
|
||||
576:{
|
||||
items:1
|
||||
},
|
||||
768:{
|
||||
items:2
|
||||
},
|
||||
992:{
|
||||
items:2
|
||||
},
|
||||
1200:{
|
||||
items:2
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
// Back to top button
|
||||
$(window).scroll(function () {
|
||||
if ($(this).scrollTop() > 300) {
|
||||
$('.back-to-top').fadeIn('slow');
|
||||
} else {
|
||||
$('.back-to-top').fadeOut('slow');
|
||||
}
|
||||
});
|
||||
$('.back-to-top').click(function () {
|
||||
$('html, body').animate({scrollTop: 0}, 1500, 'easeInOutExpo');
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
})(jQuery);
|
||||
|
1579
demo/pages/lib/animate/animate.css
vendored
Normal file
11
demo/pages/lib/animate/animate.min.css
vendored
Normal file
11
demo/pages/lib/counterup/counterup.min.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/*!
|
||||
* jquery.counterup.js 2.1.0
|
||||
*
|
||||
* Copyright 2013, Benjamin Intal http://gambit.ph @bfintal
|
||||
* Released under the GPL v2 License
|
||||
*
|
||||
* Amended by Jeremy Paris, Ciro Mattia Gonano and others
|
||||
*
|
||||
* Date: Feb 24, 2017
|
||||
*/
|
||||
(function($){"use strict";$.fn.counterUp=function(options){var settings=$.extend({time:400,delay:10,offset:100,beginAt:0,formatter:false,context:"window",callback:function(){}},options),s;return this.each(function(){var $this=$(this),counter={time:$(this).data("counterup-time")||settings.time,delay:$(this).data("counterup-delay")||settings.delay,offset:$(this).data("counterup-offset")||settings.offset,beginAt:$(this).data("counterup-beginat")||settings.beginAt,context:$(this).data("counterup-context")||settings.context};var counterUpper=function(){var nums=[];var divisions=counter.time/counter.delay;var num=$(this).attr("data-num")?$(this).attr("data-num"):$this.text();var isComma=/[0-9]+,[0-9]+/.test(num);num=num.replace(/,/g,"");var decimalPlaces=(num.split(".")[1]||[]).length;if(counter.beginAt>num)counter.beginAt=num;var isTime=/[0-9]+:[0-9]+:[0-9]+/.test(num);if(isTime){var times=num.split(":"),m=1;s=0;while(times.length>0){s+=m*parseInt(times.pop(),10);m*=60}}for(var i=divisions;i>=counter.beginAt/num*divisions;i--){var newNum=parseFloat(num/divisions*i).toFixed(decimalPlaces);if(isTime){newNum=parseInt(s/divisions*i);var hours=parseInt(newNum/3600)%24;var minutes=parseInt(newNum/60)%60;var seconds=parseInt(newNum%60,10);newNum=(hours<10?"0"+hours:hours)+":"+(minutes<10?"0"+minutes:minutes)+":"+(seconds<10?"0"+seconds:seconds)}if(isComma){while(/(\d+)(\d{3})/.test(newNum.toString())){newNum=newNum.toString().replace(/(\d+)(\d{3})/,"$1"+","+"$2")}}if(settings.formatter){newNum=settings.formatter.call(this,newNum)}nums.unshift(newNum)}$this.data("counterup-nums",nums);$this.text(counter.beginAt);var f=function(){if(!$this.data("counterup-nums")){settings.callback.call(this);return}$this.html($this.data("counterup-nums").shift());if($this.data("counterup-nums").length){setTimeout($this.data("counterup-func"),counter.delay)}else{$this.data("counterup-nums",null);$this.data("counterup-func",null);settings.callback.call(this)}};$this.data("counterup-func",f);setTimeout($this.data("counterup-func"),counter.delay)};$this.waypoint(function(direction){counterUpper();this.destroy()},{offset:counter.offset+"%",context:counter.context})})}})(jQuery);
|
168
demo/pages/lib/easing/easing.js
Normal file
@@ -0,0 +1,168 @@
|
||||
/*
|
||||
* jQuery Easing v1.4.1 - http://gsgd.co.uk/sandbox/jquery/easing/
|
||||
* Open source under the BSD License.
|
||||
* Copyright © 2008 George McGinley Smith
|
||||
* All rights reserved.
|
||||
* https://raw.github.com/gdsmith/jquery-easing/master/LICENSE
|
||||
*/
|
||||
|
||||
(function (factory) {
|
||||
if (typeof define === "function" && define.amd) {
|
||||
define(['jquery'], function ($) {
|
||||
return factory($);
|
||||
});
|
||||
} else if (typeof module === "object" && typeof module.exports === "object") {
|
||||
exports = factory(require('jquery'));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
})(function($){
|
||||
|
||||
// Preserve the original jQuery "swing" easing as "jswing"
|
||||
if (typeof $.easing !== 'undefined') {
|
||||
$.easing['jswing'] = $.easing['swing'];
|
||||
}
|
||||
|
||||
var pow = Math.pow,
|
||||
sqrt = Math.sqrt,
|
||||
sin = Math.sin,
|
||||
cos = Math.cos,
|
||||
PI = Math.PI,
|
||||
c1 = 1.70158,
|
||||
c2 = c1 * 1.525,
|
||||
c3 = c1 + 1,
|
||||
c4 = ( 2 * PI ) / 3,
|
||||
c5 = ( 2 * PI ) / 4.5;
|
||||
|
||||
// x is the fraction of animation progress, in the range 0..1
|
||||
function bounceOut(x) {
|
||||
var n1 = 7.5625,
|
||||
d1 = 2.75;
|
||||
if ( x < 1/d1 ) {
|
||||
return n1*x*x;
|
||||
} else if ( x < 2/d1 ) {
|
||||
return n1*(x-=(1.5/d1))*x + .75;
|
||||
} else if ( x < 2.5/d1 ) {
|
||||
return n1*(x-=(2.25/d1))*x + .9375;
|
||||
} else {
|
||||
return n1*(x-=(2.625/d1))*x + .984375;
|
||||
}
|
||||
}
|
||||
|
||||
$.extend( $.easing,
|
||||
{
|
||||
def: 'easeOutQuad',
|
||||
swing: function (x) {
|
||||
return $.easing[$.easing.def](x);
|
||||
},
|
||||
easeInQuad: function (x) {
|
||||
return x * x;
|
||||
},
|
||||
easeOutQuad: function (x) {
|
||||
return 1 - ( 1 - x ) * ( 1 - x );
|
||||
},
|
||||
easeInOutQuad: function (x) {
|
||||
return x < 0.5 ?
|
||||
2 * x * x :
|
||||
1 - pow( -2 * x + 2, 2 ) / 2;
|
||||
},
|
||||
easeInCubic: function (x) {
|
||||
return x * x * x;
|
||||
},
|
||||
easeOutCubic: function (x) {
|
||||
return 1 - pow( 1 - x, 3 );
|
||||
},
|
||||
easeInOutCubic: function (x) {
|
||||
return x < 0.5 ?
|
||||
4 * x * x * x :
|
||||
1 - pow( -2 * x + 2, 3 ) / 2;
|
||||
},
|
||||
easeInQuart: function (x) {
|
||||
return x * x * x * x;
|
||||
},
|
||||
easeOutQuart: function (x) {
|
||||
return 1 - pow( 1 - x, 4 );
|
||||
},
|
||||
easeInOutQuart: function (x) {
|
||||
return x < 0.5 ?
|
||||
8 * x * x * x * x :
|
||||
1 - pow( -2 * x + 2, 4 ) / 2;
|
||||
},
|
||||
easeInQuint: function (x) {
|
||||
return x * x * x * x * x;
|
||||
},
|
||||
easeOutQuint: function (x) {
|
||||
return 1 - pow( 1 - x, 5 );
|
||||
},
|
||||
easeInOutQuint: function (x) {
|
||||
return x < 0.5 ?
|
||||
16 * x * x * x * x * x :
|
||||
1 - pow( -2 * x + 2, 5 ) / 2;
|
||||
},
|
||||
easeInSine: function (x) {
|
||||
return 1 - cos( x * PI/2 );
|
||||
},
|
||||
easeOutSine: function (x) {
|
||||
return sin( x * PI/2 );
|
||||
},
|
||||
easeInOutSine: function (x) {
|
||||
return -( cos( PI * x ) - 1 ) / 2;
|
||||
},
|
||||
easeInExpo: function (x) {
|
||||
return x === 0 ? 0 : pow( 2, 10 * x - 10 );
|
||||
},
|
||||
easeOutExpo: function (x) {
|
||||
return x === 1 ? 1 : 1 - pow( 2, -10 * x );
|
||||
},
|
||||
easeInOutExpo: function (x) {
|
||||
return x === 0 ? 0 : x === 1 ? 1 : x < 0.5 ?
|
||||
pow( 2, 20 * x - 10 ) / 2 :
|
||||
( 2 - pow( 2, -20 * x + 10 ) ) / 2;
|
||||
},
|
||||
easeInCirc: function (x) {
|
||||
return 1 - sqrt( 1 - pow( x, 2 ) );
|
||||
},
|
||||
easeOutCirc: function (x) {
|
||||
return sqrt( 1 - pow( x - 1, 2 ) );
|
||||
},
|
||||
easeInOutCirc: function (x) {
|
||||
return x < 0.5 ?
|
||||
( 1 - sqrt( 1 - pow( 2 * x, 2 ) ) ) / 2 :
|
||||
( sqrt( 1 - pow( -2 * x + 2, 2 ) ) + 1 ) / 2;
|
||||
},
|
||||
easeInElastic: function (x) {
|
||||
return x === 0 ? 0 : x === 1 ? 1 :
|
||||
-pow( 2, 10 * x - 10 ) * sin( ( x * 10 - 10.75 ) * c4 );
|
||||
},
|
||||
easeOutElastic: function (x) {
|
||||
return x === 0 ? 0 : x === 1 ? 1 :
|
||||
pow( 2, -10 * x ) * sin( ( x * 10 - 0.75 ) * c4 ) + 1;
|
||||
},
|
||||
easeInOutElastic: function (x) {
|
||||
return x === 0 ? 0 : x === 1 ? 1 : x < 0.5 ?
|
||||
-( pow( 2, 20 * x - 10 ) * sin( ( 20 * x - 11.125 ) * c5 )) / 2 :
|
||||
pow( 2, -20 * x + 10 ) * sin( ( 20 * x - 11.125 ) * c5 ) / 2 + 1;
|
||||
},
|
||||
easeInBack: function (x) {
|
||||
return c3 * x * x * x - c1 * x * x;
|
||||
},
|
||||
easeOutBack: function (x) {
|
||||
return 1 + c3 * pow( x - 1, 3 ) + c1 * pow( x - 1, 2 );
|
||||
},
|
||||
easeInOutBack: function (x) {
|
||||
return x < 0.5 ?
|
||||
( pow( 2 * x, 2 ) * ( ( c2 + 1 ) * 2 * x - c2 ) ) / 2 :
|
||||
( pow( 2 * x - 2, 2 ) *( ( c2 + 1 ) * ( x * 2 - 2 ) + c2 ) + 2 ) / 2;
|
||||
},
|
||||
easeInBounce: function (x) {
|
||||
return 1 - bounceOut( 1 - x );
|
||||
},
|
||||
easeOutBounce: bounceOut,
|
||||
easeInOutBounce: function (x) {
|
||||
return x < 0.5 ?
|
||||
( 1 - bounceOut( 1 - 2 * x ) ) / 2 :
|
||||
( 1 + bounceOut( 2 * x - 1 ) ) / 2;
|
||||
}
|
||||
});
|
||||
|
||||
});
|
1
demo/pages/lib/easing/easing.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
!function(n){"function"==typeof define&&define.amd?define(["jquery"],function(e){return n(e)}):"object"==typeof module&&"object"==typeof module.exports?exports=n(require("jquery")):n(jQuery)}(function(n){function e(n){var e=7.5625,t=2.75;return n<1/t?e*n*n:n<2/t?e*(n-=1.5/t)*n+.75:n<2.5/t?e*(n-=2.25/t)*n+.9375:e*(n-=2.625/t)*n+.984375}void 0!==n.easing&&(n.easing.jswing=n.easing.swing);var t=Math.pow,u=Math.sqrt,r=Math.sin,i=Math.cos,a=Math.PI,c=1.70158,o=1.525*c,s=2*a/3,f=2*a/4.5;n.extend(n.easing,{def:"easeOutQuad",swing:function(e){return n.easing[n.easing.def](e)},easeInQuad:function(n){return n*n},easeOutQuad:function(n){return 1-(1-n)*(1-n)},easeInOutQuad:function(n){return n<.5?2*n*n:1-t(-2*n+2,2)/2},easeInCubic:function(n){return n*n*n},easeOutCubic:function(n){return 1-t(1-n,3)},easeInOutCubic:function(n){return n<.5?4*n*n*n:1-t(-2*n+2,3)/2},easeInQuart:function(n){return n*n*n*n},easeOutQuart:function(n){return 1-t(1-n,4)},easeInOutQuart:function(n){return n<.5?8*n*n*n*n:1-t(-2*n+2,4)/2},easeInQuint:function(n){return n*n*n*n*n},easeOutQuint:function(n){return 1-t(1-n,5)},easeInOutQuint:function(n){return n<.5?16*n*n*n*n*n:1-t(-2*n+2,5)/2},easeInSine:function(n){return 1-i(n*a/2)},easeOutSine:function(n){return r(n*a/2)},easeInOutSine:function(n){return-(i(a*n)-1)/2},easeInExpo:function(n){return 0===n?0:t(2,10*n-10)},easeOutExpo:function(n){return 1===n?1:1-t(2,-10*n)},easeInOutExpo:function(n){return 0===n?0:1===n?1:n<.5?t(2,20*n-10)/2:(2-t(2,-20*n+10))/2},easeInCirc:function(n){return 1-u(1-t(n,2))},easeOutCirc:function(n){return u(1-t(n-1,2))},easeInOutCirc:function(n){return n<.5?(1-u(1-t(2*n,2)))/2:(u(1-t(-2*n+2,2))+1)/2},easeInElastic:function(n){return 0===n?0:1===n?1:-t(2,10*n-10)*r((10*n-10.75)*s)},easeOutElastic:function(n){return 0===n?0:1===n?1:t(2,-10*n)*r((10*n-.75)*s)+1},easeInOutElastic:function(n){return 0===n?0:1===n?1:n<.5?-(t(2,20*n-10)*r((20*n-11.125)*f))/2:t(2,-20*n+10)*r((20*n-11.125)*f)/2+1},easeInBack:function(n){return(c+1)*n*n*n-c*n*n},easeOutBack:function(n){return 1+(c+1)*t(n-1,3)+c*t(n-1,2)},easeInOutBack:function(n){return n<.5?t(2*n,2)*(7.189819*n-o)/2:(t(2*n-2,2)*((o+1)*(2*n-2)+o)+2)/2},easeInBounce:function(n){return 1-e(1-n)},easeOutBounce:e,easeInOutBounce:function(n){return n<.5?(1-e(1-2*n))/2:(1+e(2*n-1))/2}})});
|
23
demo/pages/lib/owlcarousel/LICENSE
Normal file
@@ -0,0 +1,23 @@
|
||||
Copyright (c) 2014 Owl
|
||||
Modified work Copyright 2016 David Deutsch
|
||||
|
||||
Permission is hereby granted, free of charge, to any person
|
||||
obtaining a copy of this software and associated documentation
|
||||
files (the "Software"), to deal in the Software without
|
||||
restriction, including without limitation the rights to use,
|
||||
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the
|
||||
Software is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be
|
||||
included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
||||
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
||||
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
OTHER DEALINGS IN THE SOFTWARE.
|
BIN
demo/pages/lib/owlcarousel/assets/ajax-loader.gif
Normal file
After Width: | Height: | Size: 3.1 KiB |
170
demo/pages/lib/owlcarousel/assets/owl.carousel.css
Normal file
@@ -0,0 +1,170 @@
|
||||
/**
|
||||
* Owl Carousel v2.2.1
|
||||
* Copyright 2013-2017 David Deutsch
|
||||
* Licensed under ()
|
||||
*/
|
||||
/*
|
||||
* Owl Carousel - Core
|
||||
*/
|
||||
.owl-carousel {
|
||||
display: none;
|
||||
width: 100%;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
/* position relative and z-index fix webkit rendering fonts issue */
|
||||
position: relative;
|
||||
z-index: 1; }
|
||||
.owl-carousel .owl-stage {
|
||||
position: relative;
|
||||
-ms-touch-action: pan-Y;
|
||||
-moz-backface-visibility: hidden;
|
||||
/* fix firefox animation glitch */ }
|
||||
.owl-carousel .owl-stage:after {
|
||||
content: ".";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0; }
|
||||
.owl-carousel .owl-stage-outer {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
/* fix for flashing background */
|
||||
-webkit-transform: translate3d(0px, 0px, 0px); }
|
||||
.owl-carousel .owl-wrapper,
|
||||
.owl-carousel .owl-item {
|
||||
-webkit-backface-visibility: hidden;
|
||||
-moz-backface-visibility: hidden;
|
||||
-ms-backface-visibility: hidden;
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0); }
|
||||
.owl-carousel .owl-item {
|
||||
position: relative;
|
||||
min-height: 1px;
|
||||
float: left;
|
||||
-webkit-backface-visibility: hidden;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
-webkit-touch-callout: none; }
|
||||
.owl-carousel .owl-item img {
|
||||
display: block;
|
||||
width: 100%; }
|
||||
.owl-carousel .owl-nav.disabled,
|
||||
.owl-carousel .owl-dots.disabled {
|
||||
display: none; }
|
||||
.owl-carousel .owl-nav .owl-prev,
|
||||
.owl-carousel .owl-nav .owl-next,
|
||||
.owl-carousel .owl-dot {
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none; }
|
||||
.owl-carousel.owl-loaded {
|
||||
display: block; }
|
||||
.owl-carousel.owl-loading {
|
||||
opacity: 0;
|
||||
display: block; }
|
||||
.owl-carousel.owl-hidden {
|
||||
opacity: 0; }
|
||||
.owl-carousel.owl-refresh .owl-item {
|
||||
visibility: hidden; }
|
||||
.owl-carousel.owl-drag .owl-item {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none; }
|
||||
.owl-carousel.owl-grab {
|
||||
cursor: move;
|
||||
cursor: grab; }
|
||||
.owl-carousel.owl-rtl {
|
||||
direction: rtl; }
|
||||
.owl-carousel.owl-rtl .owl-item {
|
||||
float: right; }
|
||||
|
||||
/* No Js */
|
||||
.no-js .owl-carousel {
|
||||
display: block; }
|
||||
|
||||
/*
|
||||
* Owl Carousel - Animate Plugin
|
||||
*/
|
||||
.owl-carousel .animated {
|
||||
animation-duration: 1000ms;
|
||||
animation-fill-mode: both; }
|
||||
|
||||
.owl-carousel .owl-animated-in {
|
||||
z-index: 0; }
|
||||
|
||||
.owl-carousel .owl-animated-out {
|
||||
z-index: 1; }
|
||||
|
||||
.owl-carousel .fadeOut {
|
||||
animation-name: fadeOut; }
|
||||
|
||||
@keyframes fadeOut {
|
||||
0% {
|
||||
opacity: 1; }
|
||||
100% {
|
||||
opacity: 0; } }
|
||||
|
||||
/*
|
||||
* Owl Carousel - Auto Height Plugin
|
||||
*/
|
||||
.owl-height {
|
||||
transition: height 500ms ease-in-out; }
|
||||
|
||||
/*
|
||||
* Owl Carousel - Lazy Load Plugin
|
||||
*/
|
||||
.owl-carousel .owl-item .owl-lazy {
|
||||
opacity: 0;
|
||||
transition: opacity 400ms ease; }
|
||||
|
||||
.owl-carousel .owl-item img.owl-lazy {
|
||||
transform-style: preserve-3d; }
|
||||
|
||||
/*
|
||||
* Owl Carousel - Video Plugin
|
||||
*/
|
||||
.owl-carousel .owl-video-wrapper {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
background: #000; }
|
||||
|
||||
.owl-carousel .owl-video-play-icon {
|
||||
position: absolute;
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -40px;
|
||||
margin-top: -40px;
|
||||
background: url("owl.video.play.png") no-repeat;
|
||||
cursor: pointer;
|
||||
z-index: 1;
|
||||
-webkit-backface-visibility: hidden;
|
||||
transition: transform 100ms ease; }
|
||||
|
||||
.owl-carousel .owl-video-play-icon:hover {
|
||||
-ms-transform: scale(1.3, 1.3);
|
||||
transform: scale(1.3, 1.3); }
|
||||
|
||||
.owl-carousel .owl-video-playing .owl-video-tn,
|
||||
.owl-carousel .owl-video-playing .owl-video-play-icon {
|
||||
display: none; }
|
||||
|
||||
.owl-carousel .owl-video-tn {
|
||||
opacity: 0;
|
||||
height: 100%;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
transition: opacity 400ms ease; }
|
||||
|
||||
.owl-carousel .owl-video-frame {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
height: 100%;
|
||||
width: 100%; }
|
6
demo/pages/lib/owlcarousel/assets/owl.carousel.min.css
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Owl Carousel v2.2.1
|
||||
* Copyright 2013-2017 David Deutsch
|
||||
* Licensed under ()
|
||||
*/
|
||||
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
|
50
demo/pages/lib/owlcarousel/assets/owl.theme.default.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/**
|
||||
* Owl Carousel v2.2.1
|
||||
* Copyright 2013-2017 David Deutsch
|
||||
* Licensed under ()
|
||||
*/
|
||||
/*
|
||||
* Default theme - Owl Carousel CSS File
|
||||
*/
|
||||
.owl-theme .owl-nav {
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
-webkit-tap-highlight-color: transparent; }
|
||||
.owl-theme .owl-nav [class*='owl-'] {
|
||||
color: #FFF;
|
||||
font-size: 14px;
|
||||
margin: 5px;
|
||||
padding: 4px 7px;
|
||||
background: #D6D6D6;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
border-radius: 3px; }
|
||||
.owl-theme .owl-nav [class*='owl-']:hover {
|
||||
background: #869791;
|
||||
color: #FFF;
|
||||
text-decoration: none; }
|
||||
.owl-theme .owl-nav .disabled {
|
||||
opacity: 0.5;
|
||||
cursor: default; }
|
||||
|
||||
.owl-theme .owl-nav.disabled + .owl-dots {
|
||||
margin-top: 10px; }
|
||||
|
||||
.owl-theme .owl-dots {
|
||||
text-align: center;
|
||||
-webkit-tap-highlight-color: transparent; }
|
||||
.owl-theme .owl-dots .owl-dot {
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline; }
|
||||
.owl-theme .owl-dots .owl-dot span {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin: 5px 7px;
|
||||
background: #D6D6D6;
|
||||
display: block;
|
||||
-webkit-backface-visibility: visible;
|
||||
transition: opacity 200ms ease;
|
||||
border-radius: 30px; }
|
||||
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
|
||||
background: #869791; }
|
6
demo/pages/lib/owlcarousel/assets/owl.theme.default.min.css
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Owl Carousel v2.2.1
|
||||
* Copyright 2013-2017 David Deutsch
|
||||
* Licensed under ()
|
||||
*/
|
||||
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
|
50
demo/pages/lib/owlcarousel/assets/owl.theme.green.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/**
|
||||
* Owl Carousel v2.2.1
|
||||
* Copyright 2013-2017 David Deutsch
|
||||
* Licensed under ()
|
||||
*/
|
||||
/*
|
||||
* Green theme - Owl Carousel CSS File
|
||||
*/
|
||||
.owl-theme .owl-nav {
|
||||
margin-top: 10px;
|
||||
text-align: center;
|
||||
-webkit-tap-highlight-color: transparent; }
|
||||
.owl-theme .owl-nav [class*='owl-'] {
|
||||
color: #FFF;
|
||||
font-size: 14px;
|
||||
margin: 5px;
|
||||
padding: 4px 7px;
|
||||
background: #D6D6D6;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
border-radius: 3px; }
|
||||
.owl-theme .owl-nav [class*='owl-']:hover {
|
||||
background: #4DC7A0;
|
||||
color: #FFF;
|
||||
text-decoration: none; }
|
||||
.owl-theme .owl-nav .disabled {
|
||||
opacity: 0.5;
|
||||
cursor: default; }
|
||||
|
||||
.owl-theme .owl-nav.disabled + .owl-dots {
|
||||
margin-top: 10px; }
|
||||
|
||||
.owl-theme .owl-dots {
|
||||
text-align: center;
|
||||
-webkit-tap-highlight-color: transparent; }
|
||||
.owl-theme .owl-dots .owl-dot {
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline; }
|
||||
.owl-theme .owl-dots .owl-dot span {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin: 5px 7px;
|
||||
background: #D6D6D6;
|
||||
display: block;
|
||||
-webkit-backface-visibility: visible;
|
||||
transition: opacity 200ms ease;
|
||||
border-radius: 30px; }
|
||||
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
|
||||
background: #4DC7A0; }
|
6
demo/pages/lib/owlcarousel/assets/owl.theme.green.min.css
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Owl Carousel v2.2.1
|
||||
* Copyright 2013-2017 David Deutsch
|
||||
* Licensed under ()
|
||||
*/
|
||||
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#4DC7A0;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#4DC7A0}
|
BIN
demo/pages/lib/owlcarousel/assets/owl.video.play.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
3275
demo/pages/lib/owlcarousel/owl.carousel.js
Normal file
7
demo/pages/lib/owlcarousel/owl.carousel.min.js
vendored
Normal file
5
demo/pages/lib/waypoints/links.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$links = array(
|
||||
'js' => 'lib/waypoints/waypoints.min.js'
|
||||
);
|
||||
?>
|
7
demo/pages/lib/waypoints/waypoints.min.js
vendored
Normal file
542
demo/pages/lib/wow/wow.js
Normal file
@@ -0,0 +1,542 @@
|
||||
/*
|
||||
* WOW wow.js - v1.3.0 - 2016-10-04
|
||||
* https://wowjs.uk
|
||||
* Copyright (c) 2016 Thomas Grainger; Licensed MIT
|
||||
*/
|
||||
|
||||
(function (global, factory) {
|
||||
if (typeof define === "function" && define.amd) {
|
||||
define(['module', 'exports'], factory);
|
||||
} else if (typeof exports !== "undefined") {
|
||||
factory(module, exports);
|
||||
} else {
|
||||
var mod = {
|
||||
exports: {}
|
||||
};
|
||||
factory(mod, mod.exports);
|
||||
global.WOW = mod.exports;
|
||||
}
|
||||
})(this, function (module, exports) {
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
var _class, _temp;
|
||||
|
||||
function _classCallCheck(instance, Constructor) {
|
||||
if (!(instance instanceof Constructor)) {
|
||||
throw new TypeError("Cannot call a class as a function");
|
||||
}
|
||||
}
|
||||
|
||||
var _createClass = function () {
|
||||
function defineProperties(target, props) {
|
||||
for (var i = 0; i < props.length; i++) {
|
||||
var descriptor = props[i];
|
||||
descriptor.enumerable = descriptor.enumerable || false;
|
||||
descriptor.configurable = true;
|
||||
if ("value" in descriptor) descriptor.writable = true;
|
||||
Object.defineProperty(target, descriptor.key, descriptor);
|
||||
}
|
||||
}
|
||||
|
||||
return function (Constructor, protoProps, staticProps) {
|
||||
if (protoProps) defineProperties(Constructor.prototype, protoProps);
|
||||
if (staticProps) defineProperties(Constructor, staticProps);
|
||||
return Constructor;
|
||||
};
|
||||
}();
|
||||
|
||||
function isIn(needle, haystack) {
|
||||
return haystack.indexOf(needle) >= 0;
|
||||
}
|
||||
|
||||
function extend(custom, defaults) {
|
||||
for (var key in defaults) {
|
||||
if (custom[key] == null) {
|
||||
var value = defaults[key];
|
||||
custom[key] = value;
|
||||
}
|
||||
}
|
||||
return custom;
|
||||
}
|
||||
|
||||
function isMobile(agent) {
|
||||
return (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(agent)
|
||||
);
|
||||
}
|
||||
|
||||
function createEvent(event) {
|
||||
var bubble = arguments.length <= 1 || arguments[1] === undefined ? false : arguments[1];
|
||||
var cancel = arguments.length <= 2 || arguments[2] === undefined ? false : arguments[2];
|
||||
var detail = arguments.length <= 3 || arguments[3] === undefined ? null : arguments[3];
|
||||
|
||||
var customEvent = void 0;
|
||||
if (document.createEvent != null) {
|
||||
// W3C DOM
|
||||
customEvent = document.createEvent('CustomEvent');
|
||||
customEvent.initCustomEvent(event, bubble, cancel, detail);
|
||||
} else if (document.createEventObject != null) {
|
||||
// IE DOM < 9
|
||||
customEvent = document.createEventObject();
|
||||
customEvent.eventType = event;
|
||||
} else {
|
||||
customEvent.eventName = event;
|
||||
}
|
||||
|
||||
return customEvent;
|
||||
}
|
||||
|
||||
function emitEvent(elem, event) {
|
||||
if (elem.dispatchEvent != null) {
|
||||
// W3C DOM
|
||||
elem.dispatchEvent(event);
|
||||
} else if (event in (elem != null)) {
|
||||
elem[event]();
|
||||
} else if ('on' + event in (elem != null)) {
|
||||
elem['on' + event]();
|
||||
}
|
||||
}
|
||||
|
||||
function addEvent(elem, event, fn) {
|
||||
if (elem.addEventListener != null) {
|
||||
// W3C DOM
|
||||
elem.addEventListener(event, fn, false);
|
||||
} else if (elem.attachEvent != null) {
|
||||
// IE DOM
|
||||
elem.attachEvent('on' + event, fn);
|
||||
} else {
|
||||
// fallback
|
||||
elem[event] = fn;
|
||||
}
|
||||
}
|
||||
|
||||
function removeEvent(elem, event, fn) {
|
||||
if (elem.removeEventListener != null) {
|
||||
// W3C DOM
|
||||
elem.removeEventListener(event, fn, false);
|
||||
} else if (elem.detachEvent != null) {
|
||||
// IE DOM
|
||||
elem.detachEvent('on' + event, fn);
|
||||
} else {
|
||||
// fallback
|
||||
delete elem[event];
|
||||
}
|
||||
}
|
||||
|
||||
function getInnerHeight() {
|
||||
if ('innerHeight' in window) {
|
||||
return window.innerHeight;
|
||||
}
|
||||
|
||||
return document.documentElement.clientHeight;
|
||||
}
|
||||
|
||||
// Minimalistic WeakMap shim, just in case.
|
||||
var WeakMap = window.WeakMap || window.MozWeakMap || function () {
|
||||
function WeakMap() {
|
||||
_classCallCheck(this, WeakMap);
|
||||
|
||||
this.keys = [];
|
||||
this.values = [];
|
||||
}
|
||||
|
||||
_createClass(WeakMap, [{
|
||||
key: 'get',
|
||||
value: function get(key) {
|
||||
for (var i = 0; i < this.keys.length; i++) {
|
||||
var item = this.keys[i];
|
||||
if (item === key) {
|
||||
return this.values[i];
|
||||
}
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
}, {
|
||||
key: 'set',
|
||||
value: function set(key, value) {
|
||||
for (var i = 0; i < this.keys.length; i++) {
|
||||
var item = this.keys[i];
|
||||
if (item === key) {
|
||||
this.values[i] = value;
|
||||
return this;
|
||||
}
|
||||
}
|
||||
this.keys.push(key);
|
||||
this.values.push(value);
|
||||
return this;
|
||||
}
|
||||
}]);
|
||||
|
||||
return WeakMap;
|
||||
}();
|
||||
|
||||
// Dummy MutationObserver, to avoid raising exceptions.
|
||||
var MutationObserver = window.MutationObserver || window.WebkitMutationObserver || window.MozMutationObserver || (_temp = _class = function () {
|
||||
function MutationObserver() {
|
||||
_classCallCheck(this, MutationObserver);
|
||||
|
||||
if (typeof console !== 'undefined' && console !== null) {
|
||||
console.warn('MutationObserver is not supported by your browser.');
|
||||
console.warn('WOW.js cannot detect dom mutations, please call .sync() after loading new content.');
|
||||
}
|
||||
}
|
||||
|
||||
_createClass(MutationObserver, [{
|
||||
key: 'observe',
|
||||
value: function observe() {}
|
||||
}]);
|
||||
|
||||
return MutationObserver;
|
||||
}(), _class.notSupported = true, _temp);
|
||||
|
||||
// getComputedStyle shim, from http://stackoverflow.com/a/21797294
|
||||
var getComputedStyle = window.getComputedStyle || function getComputedStyle(el) {
|
||||
var getComputedStyleRX = /(\-([a-z]){1})/g;
|
||||
return {
|
||||
getPropertyValue: function getPropertyValue(prop) {
|
||||
if (prop === 'float') {
|
||||
prop = 'styleFloat';
|
||||
}
|
||||
if (getComputedStyleRX.test(prop)) {
|
||||
prop.replace(getComputedStyleRX, function (_, _char) {
|
||||
return _char.toUpperCase();
|
||||
});
|
||||
}
|
||||
var currentStyle = el.currentStyle;
|
||||
|
||||
return (currentStyle != null ? currentStyle[prop] : void 0) || null;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
var WOW = function () {
|
||||
function WOW() {
|
||||
var options = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0];
|
||||
|
||||
_classCallCheck(this, WOW);
|
||||
|
||||
this.defaults = {
|
||||
boxClass: 'wow',
|
||||
animateClass: 'animated',
|
||||
offset: 0,
|
||||
mobile: true,
|
||||
live: true,
|
||||
callback: null,
|
||||
scrollContainer: null,
|
||||
resetAnimation: true
|
||||
};
|
||||
|
||||
this.animate = function animateFactory() {
|
||||
if ('requestAnimationFrame' in window) {
|
||||
return function (callback) {
|
||||
return window.requestAnimationFrame(callback);
|
||||
};
|
||||
}
|
||||
return function (callback) {
|
||||
return callback();
|
||||
};
|
||||
}();
|
||||
|
||||
this.vendors = ['moz', 'webkit'];
|
||||
|
||||
this.start = this.start.bind(this);
|
||||
this.resetAnimation = this.resetAnimation.bind(this);
|
||||
this.scrollHandler = this.scrollHandler.bind(this);
|
||||
this.scrollCallback = this.scrollCallback.bind(this);
|
||||
this.scrolled = true;
|
||||
this.config = extend(options, this.defaults);
|
||||
if (options.scrollContainer != null) {
|
||||
this.config.scrollContainer = document.querySelector(options.scrollContainer);
|
||||
}
|
||||
// Map of elements to animation names:
|
||||
this.animationNameCache = new WeakMap();
|
||||
this.wowEvent = createEvent(this.config.boxClass);
|
||||
}
|
||||
|
||||
_createClass(WOW, [{
|
||||
key: 'init',
|
||||
value: function init() {
|
||||
this.element = window.document.documentElement;
|
||||
if (isIn(document.readyState, ['interactive', 'complete'])) {
|
||||
this.start();
|
||||
} else {
|
||||
addEvent(document, 'DOMContentLoaded', this.start);
|
||||
}
|
||||
this.finished = [];
|
||||
}
|
||||
}, {
|
||||
key: 'start',
|
||||
value: function start() {
|
||||
var _this = this;
|
||||
|
||||
this.stopped = false;
|
||||
this.boxes = [].slice.call(this.element.querySelectorAll('.' + this.config.boxClass));
|
||||
this.all = this.boxes.slice(0);
|
||||
if (this.boxes.length) {
|
||||
if (this.disabled()) {
|
||||
this.resetStyle();
|
||||
} else {
|
||||
for (var i = 0; i < this.boxes.length; i++) {
|
||||
var box = this.boxes[i];
|
||||
this.applyStyle(box, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!this.disabled()) {
|
||||
addEvent(this.config.scrollContainer || window, 'scroll', this.scrollHandler);
|
||||
addEvent(window, 'resize', this.scrollHandler);
|
||||
this.interval = setInterval(this.scrollCallback, 50);
|
||||
}
|
||||
if (this.config.live) {
|
||||
var mut = new MutationObserver(function (records) {
|
||||
for (var j = 0; j < records.length; j++) {
|
||||
var record = records[j];
|
||||
for (var k = 0; k < record.addedNodes.length; k++) {
|
||||
var node = record.addedNodes[k];
|
||||
_this.doSync(node);
|
||||
}
|
||||
}
|
||||
return undefined;
|
||||
});
|
||||
mut.observe(document.body, {
|
||||
childList: true,
|
||||
subtree: true
|
||||
});
|
||||
}
|
||||
}
|
||||
}, {
|
||||
key: 'stop',
|
||||
value: function stop() {
|
||||
this.stopped = true;
|
||||
removeEvent(this.config.scrollContainer || window, 'scroll', this.scrollHandler);
|
||||
removeEvent(window, 'resize', this.scrollHandler);
|
||||
if (this.interval != null) {
|
||||
clearInterval(this.interval);
|
||||
}
|
||||
}
|
||||
}, {
|
||||
key: 'sync',
|
||||
value: function sync() {
|
||||
if (MutationObserver.notSupported) {
|
||||
this.doSync(this.element);
|
||||
}
|
||||
}
|
||||
}, {
|
||||
key: 'doSync',
|
||||
value: function doSync(element) {
|
||||
if (typeof element === 'undefined' || element === null) {
|
||||
element = this.element;
|
||||
}
|
||||
if (element.nodeType !== 1) {
|
||||
return;
|
||||
}
|
||||
element = element.parentNode || element;
|
||||
var iterable = element.querySelectorAll('.' + this.config.boxClass);
|
||||
for (var i = 0; i < iterable.length; i++) {
|
||||
var box = iterable[i];
|
||||
if (!isIn(box, this.all)) {
|
||||
this.boxes.push(box);
|
||||
this.all.push(box);
|
||||
if (this.stopped || this.disabled()) {
|
||||
this.resetStyle();
|
||||
} else {
|
||||
this.applyStyle(box, true);
|
||||
}
|
||||
this.scrolled = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}, {
|
||||
key: 'show',
|
||||
value: function show(box) {
|
||||
this.applyStyle(box);
|
||||
box.className = box.className + ' ' + this.config.animateClass;
|
||||
if (this.config.callback != null) {
|
||||
this.config.callback(box);
|
||||
}
|
||||
emitEvent(box, this.wowEvent);
|
||||
|
||||
if (this.config.resetAnimation) {
|
||||
addEvent(box, 'animationend', this.resetAnimation);
|
||||
addEvent(box, 'oanimationend', this.resetAnimation);
|
||||
addEvent(box, 'webkitAnimationEnd', this.resetAnimation);
|
||||
addEvent(box, 'MSAnimationEnd', this.resetAnimation);
|
||||
}
|
||||
|
||||
return box;
|
||||
}
|
||||
}, {
|
||||
key: 'applyStyle',
|
||||
value: function applyStyle(box, hidden) {
|
||||
var _this2 = this;
|
||||
|
||||
var duration = box.getAttribute('data-wow-duration');
|
||||
var delay = box.getAttribute('data-wow-delay');
|
||||
var iteration = box.getAttribute('data-wow-iteration');
|
||||
|
||||
return this.animate(function () {
|
||||
return _this2.customStyle(box, hidden, duration, delay, iteration);
|
||||
});
|
||||
}
|
||||
}, {
|
||||
key: 'resetStyle',
|
||||
value: function resetStyle() {
|
||||
for (var i = 0; i < this.boxes.length; i++) {
|
||||
var box = this.boxes[i];
|
||||
box.style.visibility = 'visible';
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
}, {
|
||||
key: 'resetAnimation',
|
||||
value: function resetAnimation(event) {
|
||||
if (event.type.toLowerCase().indexOf('animationend') >= 0) {
|
||||
var target = event.target || event.srcElement;
|
||||
target.className = target.className.replace(this.config.animateClass, '').trim();
|
||||
}
|
||||
}
|
||||
}, {
|
||||
key: 'customStyle',
|
||||
value: function customStyle(box, hidden, duration, delay, iteration) {
|
||||
if (hidden) {
|
||||
this.cacheAnimationName(box);
|
||||
}
|
||||
box.style.visibility = hidden ? 'hidden' : 'visible';
|
||||
|
||||
if (duration) {
|
||||
this.vendorSet(box.style, { animationDuration: duration });
|
||||
}
|
||||
if (delay) {
|
||||
this.vendorSet(box.style, { animationDelay: delay });
|
||||
}
|
||||
if (iteration) {
|
||||
this.vendorSet(box.style, { animationIterationCount: iteration });
|
||||
}
|
||||
this.vendorSet(box.style, { animationName: hidden ? 'none' : this.cachedAnimationName(box) });
|
||||
|
||||
return box;
|
||||
}
|
||||
}, {
|
||||
key: 'vendorSet',
|
||||
value: function vendorSet(elem, properties) {
|
||||
for (var name in properties) {
|
||||
if (properties.hasOwnProperty(name)) {
|
||||
var value = properties[name];
|
||||
elem['' + name] = value;
|
||||
for (var i = 0; i < this.vendors.length; i++) {
|
||||
var vendor = this.vendors[i];
|
||||
elem['' + vendor + name.charAt(0).toUpperCase() + name.substr(1)] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}, {
|
||||
key: 'vendorCSS',
|
||||
value: function vendorCSS(elem, property) {
|
||||
var style = getComputedStyle(elem);
|
||||
var result = style.getPropertyCSSValue(property);
|
||||
for (var i = 0; i < this.vendors.length; i++) {
|
||||
var vendor = this.vendors[i];
|
||||
result = result || style.getPropertyCSSValue('-' + vendor + '-' + property);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
}, {
|
||||
key: 'animationName',
|
||||
value: function animationName(box) {
|
||||
var aName = void 0;
|
||||
try {
|
||||
aName = this.vendorCSS(box, 'animation-name').cssText;
|
||||
} catch (error) {
|
||||
// Opera, fall back to plain property value
|
||||
aName = getComputedStyle(box).getPropertyValue('animation-name');
|
||||
}
|
||||
|
||||
if (aName === 'none') {
|
||||
return ''; // SVG/Firefox, unable to get animation name?
|
||||
}
|
||||
|
||||
return aName;
|
||||
}
|
||||
}, {
|
||||
key: 'cacheAnimationName',
|
||||
value: function cacheAnimationName(box) {
|
||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=921834
|
||||
// box.dataset is not supported for SVG elements in Firefox
|
||||
return this.animationNameCache.set(box, this.animationName(box));
|
||||
}
|
||||
}, {
|
||||
key: 'cachedAnimationName',
|
||||
value: function cachedAnimationName(box) {
|
||||
return this.animationNameCache.get(box);
|
||||
}
|
||||
}, {
|
||||
key: 'scrollHandler',
|
||||
value: function scrollHandler() {
|
||||
this.scrolled = true;
|
||||
}
|
||||
}, {
|
||||
key: 'scrollCallback',
|
||||
value: function scrollCallback() {
|
||||
if (this.scrolled) {
|
||||
this.scrolled = false;
|
||||
var results = [];
|
||||
for (var i = 0; i < this.boxes.length; i++) {
|
||||
var box = this.boxes[i];
|
||||
if (box) {
|
||||
if (this.isVisible(box)) {
|
||||
this.show(box);
|
||||
continue;
|
||||
}
|
||||
results.push(box);
|
||||
}
|
||||
}
|
||||
this.boxes = results;
|
||||
if (!this.boxes.length && !this.config.live) {
|
||||
this.stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
}, {
|
||||
key: 'offsetTop',
|
||||
value: function offsetTop(element) {
|
||||
// SVG elements don't have an offsetTop in Firefox.
|
||||
// This will use their nearest parent that has an offsetTop.
|
||||
// Also, using ('offsetTop' of element) causes an exception in Firefox.
|
||||
while (element.offsetTop === undefined) {
|
||||
element = element.parentNode;
|
||||
}
|
||||
var top = element.offsetTop;
|
||||
while (element.offsetParent) {
|
||||
element = element.offsetParent;
|
||||
top += element.offsetTop;
|
||||
}
|
||||
return top;
|
||||
}
|
||||
}, {
|
||||
key: 'isVisible',
|
||||
value: function isVisible(box) {
|
||||
var offset = box.getAttribute('data-wow-offset') || this.config.offset;
|
||||
var viewTop = this.config.scrollContainer && this.config.scrollContainer.scrollTop || window.pageYOffset;
|
||||
var viewBottom = viewTop + Math.min(this.element.clientHeight, getInnerHeight()) - offset;
|
||||
var top = this.offsetTop(box);
|
||||
var bottom = top + box.clientHeight;
|
||||
|
||||
return top <= viewBottom && bottom >= viewTop;
|
||||
}
|
||||
}, {
|
||||
key: 'disabled',
|
||||
value: function disabled() {
|
||||
return !this.config.mobile && isMobile(navigator.userAgent);
|
||||
}
|
||||
}]);
|
||||
|
||||
return WOW;
|
||||
}();
|
||||
|
||||
exports.default = WOW;
|
||||
module.exports = exports['default'];
|
||||
});
|
3
demo/pages/lib/wow/wow.min.js
vendored
Normal file
32
demo/pages/scss/bootstrap.scss
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
/******* Customized Bootstrap ********/
|
||||
|
||||
$primary: #003A66;
|
||||
$secondary: #E02454;
|
||||
$light: #F0F5FB;
|
||||
$dark: #003A66;
|
||||
|
||||
$font-family-base: 'Open Sans', sans-serif;
|
||||
|
||||
$headings-font-family: 'Poppins', sans-serif;
|
||||
|
||||
$body-color: #7a8a9e;
|
||||
|
||||
$headings-color: $dark;
|
||||
|
||||
$headings-font-weight: 500;
|
||||
|
||||
$display-font-weight: 700;
|
||||
|
||||
$enable-responsive-font-sizes: true;
|
||||
|
||||
$border-radius: 10px;
|
||||
|
||||
$border-radius-sm: $border-radius;
|
||||
|
||||
$border-radius-lg: $border-radius;
|
||||
|
||||
$link-decoration: none;
|
||||
|
||||
$enable-negative-margins: true;
|
||||
|
||||
@import "bootstrap/scss/bootstrap";
|
118
demo/pages/scss/bootstrap/scss/_accordion.scss
Normal file
@@ -0,0 +1,118 @@
|
||||
//
|
||||
// Base styles
|
||||
//
|
||||
|
||||
.accordion-button {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
padding: $accordion-button-padding-y $accordion-button-padding-x;
|
||||
@include font-size($font-size-base);
|
||||
color: $accordion-button-color;
|
||||
text-align: left; // Reset button style
|
||||
background-color: $accordion-button-bg;
|
||||
border: 0;
|
||||
@include border-radius(0);
|
||||
overflow-anchor: none;
|
||||
@include transition($accordion-transition);
|
||||
|
||||
&:not(.collapsed) {
|
||||
color: $accordion-button-active-color;
|
||||
background-color: $accordion-button-active-bg;
|
||||
box-shadow: inset 0 ($accordion-border-width * -1) 0 $accordion-border-color;
|
||||
|
||||
&::after {
|
||||
background-image: escape-svg($accordion-button-active-icon);
|
||||
transform: $accordion-icon-transform;
|
||||
}
|
||||
}
|
||||
|
||||
// Accordion icon
|
||||
&::after {
|
||||
flex-shrink: 0;
|
||||
width: $accordion-icon-width;
|
||||
height: $accordion-icon-width;
|
||||
margin-left: auto;
|
||||
content: "";
|
||||
background-image: escape-svg($accordion-button-icon);
|
||||
background-repeat: no-repeat;
|
||||
background-size: $accordion-icon-width;
|
||||
@include transition($accordion-icon-transition);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
z-index: 3;
|
||||
border-color: $accordion-button-focus-border-color;
|
||||
outline: 0;
|
||||
box-shadow: $accordion-button-focus-box-shadow;
|
||||
}
|
||||
}
|
||||
|
||||
.accordion-header {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.accordion-item {
|
||||
background-color: $accordion-bg;
|
||||
border: $accordion-border-width solid $accordion-border-color;
|
||||
|
||||
&:first-of-type {
|
||||
@include border-top-radius($accordion-border-radius);
|
||||
|
||||
.accordion-button {
|
||||
@include border-top-radius($accordion-inner-border-radius);
|
||||
}
|
||||
}
|
||||
|
||||
&:not(:first-of-type) {
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
// Only set a border-radius on the last item if the accordion is collapsed
|
||||
&:last-of-type {
|
||||
@include border-bottom-radius($accordion-border-radius);
|
||||
|
||||
.accordion-button {
|
||||
&.collapsed {
|
||||
@include border-bottom-radius($accordion-inner-border-radius);
|
||||
}
|
||||
}
|
||||
|
||||
.accordion-collapse {
|
||||
@include border-bottom-radius($accordion-border-radius);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.accordion-body {
|
||||
padding: $accordion-body-padding-y $accordion-body-padding-x;
|
||||
}
|
||||
|
||||
|
||||
// Flush accordion items
|
||||
//
|
||||
// Remove borders and border-radius to keep accordion items edge-to-edge.
|
||||
|
||||
.accordion-flush {
|
||||
.accordion-collapse {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.accordion-item {
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
@include border-radius(0);
|
||||
|
||||
&:first-child { border-top: 0; }
|
||||
&:last-child { border-bottom: 0; }
|
||||
|
||||
.accordion-button {
|
||||
@include border-radius(0);
|
||||
}
|
||||
}
|
||||
}
|
57
demo/pages/scss/bootstrap/scss/_alert.scss
Normal file
@@ -0,0 +1,57 @@
|
||||
//
|
||||
// Base styles
|
||||
//
|
||||
|
||||
.alert {
|
||||
position: relative;
|
||||
padding: $alert-padding-y $alert-padding-x;
|
||||
margin-bottom: $alert-margin-bottom;
|
||||
border: $alert-border-width solid transparent;
|
||||
@include border-radius($alert-border-radius);
|
||||
}
|
||||
|
||||
// Headings for larger alerts
|
||||
.alert-heading {
|
||||
// Specified to prevent conflicts of changing $headings-color
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
// Provide class for links that match alerts
|
||||
.alert-link {
|
||||
font-weight: $alert-link-font-weight;
|
||||
}
|
||||
|
||||
|
||||
// Dismissible alerts
|
||||
//
|
||||
// Expand the right padding and account for the close button's positioning.
|
||||
|
||||
.alert-dismissible {
|
||||
padding-right: $alert-dismissible-padding-r;
|
||||
|
||||
// Adjust close link position
|
||||
.btn-close {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
z-index: $stretched-link-z-index + 1;
|
||||
padding: $alert-padding-y * 1.25 $alert-padding-x;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// scss-docs-start alert-modifiers
|
||||
// Generate contextual modifier classes for colorizing the alert.
|
||||
|
||||
@each $state, $value in $theme-colors {
|
||||
$alert-background: shift-color($value, $alert-bg-scale);
|
||||
$alert-border: shift-color($value, $alert-border-scale);
|
||||
$alert-color: shift-color($value, $alert-color-scale);
|
||||
@if (contrast-ratio($alert-background, $alert-color) < $min-contrast-ratio) {
|
||||
$alert-color: mix($value, color-contrast($alert-background), abs($alert-color-scale));
|
||||
}
|
||||
.alert-#{$state} {
|
||||
@include alert-variant($alert-background, $alert-border, $alert-color);
|
||||
}
|
||||
}
|
||||
// scss-docs-end alert-modifiers
|
29
demo/pages/scss/bootstrap/scss/_badge.scss
Normal file
@@ -0,0 +1,29 @@
|
||||
// Base class
|
||||
//
|
||||
// Requires one of the contextual, color modifier classes for `color` and
|
||||
// `background-color`.
|
||||
|
||||
.badge {
|
||||
display: inline-block;
|
||||
padding: $badge-padding-y $badge-padding-x;
|
||||
@include font-size($badge-font-size);
|
||||
font-weight: $badge-font-weight;
|
||||
line-height: 1;
|
||||
color: $badge-color;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
@include border-radius($badge-border-radius);
|
||||
@include gradient-bg();
|
||||
|
||||
// Empty badges collapse automatically
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Quick fix for badges in buttons
|
||||
.btn .badge {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|