initial commit #2
479
yogastic/about.html
Normal file
@@ -0,0 +1,479 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zxx">
|
||||
|
||||
<head>
|
||||
<title>About | Yogastic</title>
|
||||
<!-- /SEO Ultimate -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
||||
<meta charset="utf-8">
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="./assets/images/favicon/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="./assets/images/favicon/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="./assets/images/favicon/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="./assets/images/favicon/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="./assets/images/favicon/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="./assets/images/favicon/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="./assets/images/favicon/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="./assets/images/favicon/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="./assets/images/favicon/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="./assets/images/favicon/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="./assets/images/favicon/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="./assets/images/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="./assets/images/favicon/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link href="assets/bootstrap/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="./assets/js/bootstrap.min.js">
|
||||
<!-- Font Awesome link -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
|
||||
<!-- StyleSheet link CSS -->
|
||||
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
|
||||
<link href="assets/css/mediaqueries.css" rel="stylesheet" type="text/css">
|
||||
<link href="assets/css/custom-style.css" rel="stylesheet" type="text/css">
|
||||
<link href="assets/css/special-classes.css" rel="stylesheet" type="text/css">
|
||||
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="sub-banner-section">
|
||||
<header>
|
||||
<div class="main_header">
|
||||
<div class="container-fluid">
|
||||
<nav class="navbar navbar-expand-lg navbar-light p-0">
|
||||
<a class="navbar-brand" href="./index.html"><figure class="mb-0"><img src="./assets/images/yogastic_logo.png" alt=""></figure></a>
|
||||
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="./index.html">Home</a>
|
||||
</li>
|
||||
<li class="nav-item active">
|
||||
<a class="nav-link" href="./about.html">About Us</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="./services.html">Services</a>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle dropdown-color navbar-text-color" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true"
|
||||
aria-expanded="false"> Pages </a>
|
||||
<div class="dropdown-menu drop-down-content">
|
||||
<ul class="list-unstyled drop-down-pages">
|
||||
<li class="nav-item">
|
||||
<a class="dropdown-item nav-link" href="./pricing.html">Pricing</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="dropdown-item nav-link" href="./faq.html">Faq</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="./team.html">Team</a>
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle dropdown-color navbar-text-color" href="#" id="navbarDropdown2" role="button" data-toggle="dropdown" aria-haspopup="true"
|
||||
aria-expanded="false"> Blog </a>
|
||||
<div class="dropdown-menu drop-down-content">
|
||||
<ul class="list-unstyled drop-down-pages">
|
||||
<li class="nav-item">
|
||||
<a class="dropdown-item nav-link" href="./single-post.html">Single Post</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="dropdown-item nav-link" href="./infinite-scroll.html">Infinite Scroll</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="dropdown-item nav-link" href="./load-more.html">Load More</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="dropdown-item nav-link" href="./one-column.html">One Column</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="dropdown-item nav-link" href="./two-column.html">Two Column</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="dropdown-item nav-link" href="./three-column.html">Three Column</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="dropdown-item nav-link" href="./three-colum-sidbar.html">Three Column Sidebar</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="dropdown-item nav-link" href="./four-column.html">Four Column</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="dropdown-item nav-link" href="./six-column.html">Six Column</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link contact_us" href="./contact.html">Contact Us</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<!-- SUB BANNER SECTION -->
|
||||
<section class="banner-section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||
<div class="banner-section-content">
|
||||
<h1 data-aos="fade-up">About Us</h1>
|
||||
<p data-aos="fade-right">Duis aute irure dolor in reprehenderit in volurate velit cillum nulla pariatur nostrud exercitation.</p>
|
||||
<div class="btn_wrapper">
|
||||
<span class="sub_home_span">Home </span><i class="fa-solid fa-angles-right" aria-hidden="true"></i><span class="sub_span"> About</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<figure class="banner_left_top_shape left_shape mb-0">
|
||||
<img src="./assets/images/banner_left_top_shape.png" alt="" class="img-fluid">
|
||||
</figure>
|
||||
<figure class="banner_left_bottom_shape left_shape mb-0">
|
||||
<img src="./assets/images/banner_left_bottom_shape.png" alt="" class="img-fluid">
|
||||
</figure>
|
||||
<figure class="banner_right_top_shape right_shape mb-0">
|
||||
<img src="./assets/images/banner_right_top_shape.png" alt="" class="img-fluid">
|
||||
</figure>
|
||||
<figure class="banner_right_bottom_shape right_shape mb-0">
|
||||
<img src="./assets/images/banner_right_bottom_shape.png" alt="" class="img-fluid">
|
||||
</figure>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
<!-- ABOUT US SECTION -->
|
||||
<section class="aboutpage_aboutus_section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-7 col-md-6 col-sm-12 col-xs-12">
|
||||
<div class="aboutpage_aboutus_image">
|
||||
<figure class="mb-0"><img src="./assets/images/about_page_aboutus_image.png" alt="" class="img-fluid"></figure>
|
||||
</div>
|
||||
<figure class="aboutus_top_shape left_shape mb-0">
|
||||
<img src="./assets/images/aboutus_top_shape.png" alt="" class="img-fluid">
|
||||
</figure>
|
||||
<figure class="aboutus_bottom_shape left_shape mb-0">
|
||||
<img src="./assets/images/aboutus_bottom_shape.png" alt="" class="img-fluid">
|
||||
</figure>
|
||||
</div>
|
||||
<div class="col-lg-5 col-md-6 col-sm-12 col-xs-12" data-aos="fade-right">
|
||||
<div class="aboutpage_aboutus_content">
|
||||
<h5>About us</h5>
|
||||
<h2>Take Your Yoga to the Next Level</h2>
|
||||
<p>Quis autem vel eum iure reprehenderit qui in eao voluptate velit esse quam nihil molestiae consequatur vel illum.</p>
|
||||
<p class="margin_bottom">Duis aute irure dolor in reprehenderit in voluta velit esse cillum dolore pariatur.</p>
|
||||
<div class="box_wrapper">
|
||||
<div class="box">
|
||||
<i class="fa-solid fa-check" aria-hidden="true"></i>
|
||||
<span>Live classes twice a week</span>
|
||||
</div>
|
||||
<div class="box mr-0">
|
||||
<i class="fa-solid fa-check" aria-hidden="true"></i>
|
||||
<span>Personal care on phone</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box_wrapper">
|
||||
<div class="box">
|
||||
<i class="fa-solid fa-check" aria-hidden="true"></i>
|
||||
<span>24 hours chat support</span>
|
||||
</div>
|
||||
<div class="box mr-0">
|
||||
<i class="fa-solid fa-check" aria-hidden="true"></i>
|
||||
<span>Free e-books for clients</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- DISCOUNT SECTION -->
|
||||
<section class="discount_section">
|
||||
<div class="container">
|
||||
<div class="row" data-aos="fade-up">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||
<div class="discount_content">
|
||||
<h2>Get <span>10%</span> Discount For All Yoga Classes</h2>
|
||||
<p>Taciti fames lacinia orci finibus metus elit tempus faucibus urna nunc dui rhoncus vea porttitor volutrat felis massa feugiat</p>
|
||||
<div class="btn_wrapper">
|
||||
<a href="./services.html" class="text-decoration-none get_started">Get Started</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- OUR MISSION SECTION -->
|
||||
<section class="mission_section">
|
||||
<div class="container">
|
||||
<div class="mission_box">
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12" data-aos="fade-up">
|
||||
<div class="mission_content">
|
||||
<h5>incididunt</h5>
|
||||
<h2>Our Mission</h2>
|
||||
<p>Quis autem vel eum iure reprehenderit qui in eao voluptate velit esse quam nihil molestiae consequatur vel illum.</p>
|
||||
<div class="btn_wrapper">
|
||||
<a href="./pricing.html" class="text-decoration-none read_more_btn">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
|
||||
<div class="mission_image">
|
||||
<figure class="mb-0"><img src="./assets/images/our_mission_image.png" alt="" class="img-fluid"></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<figure class="mission_right_shape right_shape mb-0">
|
||||
<img src="./assets/images/our_mission_shape.png" alt="" class="img-fluid">
|
||||
</figure>
|
||||
</div>
|
||||
</section>
|
||||
<!-- OUR VISION SECTION -->
|
||||
<section class="vision_section">
|
||||
<div class="container">
|
||||
<div class="vision_box">
|
||||
<div class="row">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
|
||||
<div class="vision_image">
|
||||
<figure class="mb-0"><img src="./assets/images/our_vision_image.png" alt="" class="img-fluid"></figure>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12" data-aos="fade-up">
|
||||
<div class="vision_content">
|
||||
<h5>tempora</h5>
|
||||
<h2>Our Vision</h2>
|
||||
<p>Ruis autem vel eum iure reprehenderit qui in eao voluptate velit esse quam nihil molestiae consequatur vel illum.</p>
|
||||
<div class="btn_wrapper">
|
||||
<a href="./pricing.html" class="text-decoration-none read_more_btn">Read more</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<figure class="vision_left_shape left_shape mb-0">
|
||||
<img src="./assets/images/our_vision_shape.png" alt="" class="img-fluid">
|
||||
</figure>
|
||||
</div>
|
||||
</section>
|
||||
<!-- ACHIEVEMENTS SECTION -->
|
||||
<section class="achievement_section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||
<div class="achievement_content">
|
||||
<h5>Achievements</h5>
|
||||
<h2>Our Honorable Awards</h2>
|
||||
<p>Molestiae non recusandae itaque earum rerum hic teneaur a sapiente delectus, rae aut reiciendis officia deserunt mollitia animi omnis dolor</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" data-aos="fade-up">
|
||||
<div class="col-lg-2 col-md-4 col-sm-6 col-xs-12">
|
||||
<div class="logo_wrapper craft">
|
||||
<figure class="mb-0"><img src="./assets/images/achievement_1.png" alt="" class="img-fluid"></figure>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-4 col-sm-6 col-xs-12">
|
||||
<div class="logo_wrapper">
|
||||
<figure class="mb-0"><img src="./assets/images/achievement_2.png" alt="" class="img-fluid"></figure>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-4 col-sm-6 col-xs-12">
|
||||
<div class="logo_wrapper q-power">
|
||||
<figure class="mb-0"><img src="./assets/images/achievement_3.png" alt="" class="img-fluid"></figure>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-4 col-sm-6 col-xs-12">
|
||||
<div class="logo_wrapper logo">
|
||||
<figure class="mb-0"><img src="./assets/images/achievement_4.png" alt="" class="img-fluid"></figure>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-4 col-sm-6 col-xs-12">
|
||||
<div class="logo_wrapper minimum">
|
||||
<figure class="mb-0"><img src="./assets/images/achievement_5.png" alt="" class="img-fluid"></figure>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-4 col-sm-6 col-xs-12">
|
||||
<div class="logo_wrapper logoipsum">
|
||||
<figure class="mb-0"><img src="./assets/images/achievement_6.png" alt="" class="img-fluid"></figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- BLOG POSTS SECTION -->
|
||||
<section class="blog_posts_section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||
<div class="blog_posts_content">
|
||||
<h5>Blog Posts</h5>
|
||||
<h2>Our News Feed</h2>
|
||||
<p>Autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur vel illum qui dolorem eum fugiat</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" data-aos="fade-up">
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
|
||||
<div class="blog_posts_image position-relative">
|
||||
<figure class="mb-0"><img src="./assets/images/blog_posts_1.png" alt="" class="img-fluid"></figure>
|
||||
<div class="blog_posts_image_content">
|
||||
<span>YOGA</span>
|
||||
<h4>Yoga Effects on Brain Health: A Systematic Review of the Current Literature</h4>
|
||||
<div class="icon_wrapper">
|
||||
<a href="./single-post.html" class="text-decoration-none"><i class="fa-solid fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12">
|
||||
<div class="blog_posts_image position-relative">
|
||||
<figure class="mb-0"><img src="./assets/images/blog_posts_2.png" alt="" class="img-fluid"></figure>
|
||||
<div class="blog_posts_image_content">
|
||||
<span>FITNESS</span>
|
||||
<h4>Maintaining a regular yoga practice can provide physical health</h4>
|
||||
<div class="icon_wrapper">
|
||||
<a href="./single-post.html" class="text-decoration-none"><i class="fa-solid fa-arrow-right" aria-hidden="true"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn_wrapper">
|
||||
<a href="./single-post.html" class="text-decoration-none view_blog">View All Blogs</a>
|
||||
</div>
|
||||
<figure class="blog_posts_left_shape left_shape mb-0">
|
||||
<img src="./assets/images/blog_posts_left_shape.png" alt="" class="img-fluid">
|
||||
</figure>
|
||||
<figure class="blog_posts_right_shape right_shape mb-0">
|
||||
<img src="./assets/images/blog_posts_right_shape.png" alt="" class="img-fluid">
|
||||
</figure>
|
||||
</div>
|
||||
</section>
|
||||
<!-- SUBSCRIBE SECTION -->
|
||||
<section class="subscribe_section">
|
||||
<div class="container">
|
||||
<div class="subscribe_background_image">
|
||||
<div class="row">
|
||||
<div class="col-lg-7 col-md-7 col-sm-6 col-xs-12" data-aos="fade-right">
|
||||
<div class="subscribe_content">
|
||||
<h5>Subscribe now</h5>
|
||||
<h2>Get the Latest Updates With Our Newletter</h2>
|
||||
<form method="POST">
|
||||
<div class="form-row">
|
||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||
<input type="email" name="email" id="emailadd" class="form-control" placeholder="Enter You Email">
|
||||
<button type="submit" name="btnsubmit" id="submitbutton">Subscribe</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-5 col-md-5 col-sm-6 col-xs-12">
|
||||
<figure class="subscribe_image mb-0">
|
||||
<img src="./assets/images/subscribe_image.png" alt="">
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- FOOTER SECTION -->
|
||||
<section class="footer-section">
|
||||
<div class="container">
|
||||
<div class="middle-portion">
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12 d-lg-block d-none">
|
||||
<div class="footer_logo">
|
||||
<a href="./index.html" class="text-decoration-none"><figure class="mb-0"><img src="./assets/images/footer_logo.png" alt="" class="img-fluid"></figure></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12">
|
||||
<div class="about_col">
|
||||
<h4>About Us</h4>
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<p>Quisuam est rui dolorem ipsum quia dolor sit amet, consectetur adipisci velit sea...</p>
|
||||
</li>
|
||||
<li class="icons"><a href="#"><i class="fa-brands fa-facebook-f" aria-hidden="true"></i></a></li>
|
||||
<li class="icons"><a href="#"><i class="fa-brands fa-twitter" aria-hidden="true"></i></a></li>
|
||||
<li class="icons"><a href="#"><i class="fa-brands fa-linkedin-in mr-0" aria-hidden="true"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12 d-md-block d-none">
|
||||
<div class="links_col">
|
||||
<h4>Quick Links</h4>
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
<a href="./index.html">Home</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./about.html">About Us</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./services.html">Services</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./team.html">Team</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="./contact.html">Contact Us</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 col-md-4 col-sm-6 col-xs-12 d-sm-block d-none">
|
||||
<div class="contact_col">
|
||||
<h4>Contact Info</h4>
|
||||
<ul class="list-unstyled">
|
||||
<li class="contact_icons">
|
||||
<i class="fa-solid fa-phone"></i>
|
||||
<a href="tel:+61383766284" class="text-decoration-none">+61 3 8376 6284</a>
|
||||
</li>
|
||||
<li class="contact_icons">
|
||||
<i class="fa-sharp fa-solid fa-envelope"></i>
|
||||
<a href="mailto:Info@yogastic.om" class="text-decoration-none">Info@yogastic.om</a>
|
||||
</li>
|
||||
<li class="mb-0">
|
||||
<i class="fa-solid fa-location-dot location"></i>
|
||||
<span>21 King Street Melbourne, 3000, Australia</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bottom-portion">
|
||||
<div class="copyright col-xl-12">
|
||||
<p>Copyright 2022, Yogastic.com All Rights Reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer_shape right_shape">
|
||||
<figure class="mb-0"><img src="./assets/images/footer_shape.png" alt="" class="img-fluid"></figure>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Latest compiled JavaScript -->
|
||||
<script src="assets/js/jquery-3.6.0.min.js"></script>
|
||||
<script src="assets/js/popper.min.js"></script>
|
||||
<script src="assets/js/video-popup.js"></script>
|
||||
<script src="assets/js/bootstrap.min.js"></script>
|
||||
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
||||
<script src="assets/js/video-section.js"></script>
|
||||
<script src="assets/js/animation.js"></script>
|
||||
<script src="https://unpkg.com/ityped@0.0.10"></script>
|
||||
<script src="assets/js/type.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
7
yogastic/assets/bootstrap/bootstrap.min.css
vendored
Normal file
735
yogastic/assets/css/custom-style.css
Normal file
@@ -0,0 +1,735 @@
|
||||
body {
|
||||
margin:0;
|
||||
padding:0;
|
||||
background: repeat-x top #fff;
|
||||
}
|
||||
|
||||
:root {
|
||||
--e-global-color-primary: #242424;
|
||||
--e-global-color-secondary: #764979;
|
||||
--e-global-color-text: #6b6b6b;
|
||||
--e-global-color-accent: #413625;
|
||||
--e-global-color-white: #ffffff;
|
||||
--e-global-color-soft-orange: #e1ccad;
|
||||
--e-global-color-desaturated-magenta: #543458;
|
||||
--e-global-color-very-dark-desaturated-magenta: #5c3960;
|
||||
--e-global-color-mostly-desaturated-magenta: #8a648d;
|
||||
--e-global-color-pale-blue: #f4f7ff;
|
||||
}
|
||||
a {
|
||||
outline:none;
|
||||
color:#dddddd;
|
||||
text-decoration:none;
|
||||
}
|
||||
/**************************************************
|
||||
=-*=-*=-*=-*=-*=-*= Single Post =-*=-*=-*=-*=-*=-*=
|
||||
**************************************************/
|
||||
.single-post01 .post-image img,
|
||||
.single-post01 .post-navigation,
|
||||
.single-post01 .comment-list img,
|
||||
.sidebar .widget,
|
||||
.sidebar .widget-tweeter small,
|
||||
.sidebar .widget-twitter small,
|
||||
#loader-wrapper,
|
||||
.post-image img,
|
||||
.single-post01 .post-item-description .post-meta,
|
||||
.sidebar .form-inline .input-group,
|
||||
.sidebar .post-thumbnail-entry,
|
||||
.fluid-width-video-wrapper iframe,
|
||||
.fluid-width-video-wrapper object,
|
||||
.fluid-width-video-wrapper embed,
|
||||
#blog .post-item.border > .post-item-wrap > .post-item-description,
|
||||
#blog img,#blog audio,#blog iframe{
|
||||
width: 100%;
|
||||
}
|
||||
.single-post01 .post-image img {
|
||||
height: auto;
|
||||
}
|
||||
.single-post01 .post-item-description {
|
||||
font-size: 16px;
|
||||
padding: 22px 0;
|
||||
line-height: 28px;
|
||||
}
|
||||
.single-post01 .post-item-description h2,
|
||||
.single-post01 .post-item-description h2 > a {
|
||||
font-size: 34px;
|
||||
margin-top: 8px;
|
||||
line-height: 38px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.single-post01 .post-item-description .post-meta {
|
||||
padding: 12px 0;
|
||||
margin-bottom: 26px;
|
||||
}
|
||||
.single-post01 .post-item-description .post-meta-date,
|
||||
.single-post01 .post-item-description .post-meta-date a,
|
||||
.single-post01 .post-item-description .post-meta-category,
|
||||
.single-post01 .post-item-description .post-meta-category a,
|
||||
.single-post01 .post-item-description .post-meta-comments,
|
||||
.single-post01 .post-item-description .post-meta-comments a,
|
||||
.single-post01 .post-meta-share a,
|
||||
.single-post01 .post-navigation .post-next,
|
||||
.single-post01 .post-navigation .post-prev,
|
||||
.sidebar .post-thumbnail-list a,
|
||||
.sidebar .tags a,
|
||||
.load-more a,
|
||||
#blog .post-item.border .post-image .post-meta-category a,
|
||||
#blog .post-item .post-item-description > h2,
|
||||
#blog .post-item .post-item-description > h2 > a,
|
||||
.breadcrumb ol li a, .breadcrumb ul li a,
|
||||
.sidebar .widget-categories ul li a, .post-meta-category a{
|
||||
text-decoration: none; color: var(--e-global-color-soft-orange);
|
||||
}
|
||||
.load-more a{
|
||||
color: var(--e-global-color-accent);
|
||||
}
|
||||
a.item-link{margin-top: 20px; display: inline-block}
|
||||
.single-post01 .post-item-description .post-meta-date,
|
||||
.single-post01 .post-item-description .post-meta-date a,
|
||||
.single-post01 .post-item-description .post-meta-category,
|
||||
.single-post01 .post-item-description .post-meta-category a,
|
||||
.single-post01 .post-item-description .post-meta-comments,
|
||||
.single-post01 .post-item-description .post-meta-comments a,
|
||||
.single-post01 .post-tags a{
|
||||
font-size: 13px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
.single-post01 .post-item-description .post-meta-category i,
|
||||
.single-post01 .post-item-description .post-meta-comments i,
|
||||
.single-post01 .post-item-description .post-meta-date i {
|
||||
margin-right: 4px;
|
||||
}
|
||||
.single-post01 .post-meta-share a{
|
||||
line-height: 16px;
|
||||
}
|
||||
.single-post01 .post-meta-share a i{
|
||||
font-size: 30px;
|
||||
}
|
||||
.single-post01 .post-item-description .blockquote {
|
||||
font-size: 16px;
|
||||
margin: 0 0 20px 72px;
|
||||
padding: 10px 20px;
|
||||
font-style: italic;
|
||||
}
|
||||
.single-post01 .post-item-description .blockquote .small,
|
||||
.single-post01 .post-item-description .blockquote small {
|
||||
font-size: 80%;
|
||||
}
|
||||
.single-post01 .post-tags {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.single-post01 .post-tags a {
|
||||
font-size: 12px;
|
||||
padding: 3px 10px;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.single-post01 .post-navigation,
|
||||
.sidebar .post-thumbnail-list,
|
||||
#loader,
|
||||
#blog .post-item .post-meta-category,
|
||||
#blog .post-item .post-meta-comments,
|
||||
#blog .post-item .post-meta-date,
|
||||
#blog .post-item.border .post-image,
|
||||
.breadcrumb ol li, .breadcrumb ul li,
|
||||
.sidebar .widget-categories ul li,
|
||||
.single-post01 .comments .comment .text {
|
||||
position: relative;
|
||||
}
|
||||
.single-post01 .post-navigation,
|
||||
.sidebar .tags a {
|
||||
display: inline-block;
|
||||
}
|
||||
.single-post01 .post-navigation {
|
||||
min-height: 64px;
|
||||
padding: 20px 0 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
.single-post01 .post-navigation .post-next,
|
||||
.single-post01 .post-navigation .post-prev,
|
||||
.post-navigation .post-prev:before,
|
||||
.post-navigation .post-all,
|
||||
#loader:before,
|
||||
#loader:after,
|
||||
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed,
|
||||
#blog .post-item.border .post-meta-category,
|
||||
.sidebar .widget-categories ul li:before,
|
||||
.player,
|
||||
.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
|
||||
.sidebar .widget-twitter:not([data-avatar="true"]) li::before,
|
||||
.post-navigation .post-next:after{
|
||||
position: absolute;
|
||||
}
|
||||
.single-post01 .post-navigation .post-next,
|
||||
.single-post01 .post-navigation .post-prev {
|
||||
height: 44px;
|
||||
max-width: 40%;
|
||||
font-size: 16px;
|
||||
}
|
||||
.post-navigation .post-prev:before,
|
||||
.post-navigation .post-next:after{
|
||||
left: 0;
|
||||
top:10px;
|
||||
font-size: 20px;
|
||||
padding-top: 2px;
|
||||
content: "\f104";
|
||||
font-family: 'FontAwesome';
|
||||
transition: all .3s ease;
|
||||
transform: translate3d(0,-50%,0);
|
||||
}
|
||||
.post-navigation .post-next:after {
|
||||
right: 0;
|
||||
left: inherit;
|
||||
content: "\f105";
|
||||
font-family: 'FontAwesome';
|
||||
}
|
||||
.post-navigation .post-prev-title {
|
||||
padding-left: 25px;
|
||||
}
|
||||
.post-navigation .post-next span,
|
||||
.post-navigation .post-prev span {
|
||||
opacity: 0.7;
|
||||
font-size: 11px;
|
||||
margin-top: 3px;
|
||||
margin-bottom: -6px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.post-navigation .post-all {
|
||||
top: 32px;
|
||||
right: 50%;
|
||||
left: auto;
|
||||
width: 12px;
|
||||
opacity: .7;
|
||||
font-size: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
.single-post01 .post-navigation .post-next {
|
||||
right: 0;
|
||||
text-align: right;
|
||||
}
|
||||
.post-navigation .post-next-title {
|
||||
padding-right: 25px;
|
||||
}
|
||||
.single-post01 .comments {
|
||||
padding: 40px 0;
|
||||
}
|
||||
.single-post01 .comments .comment {
|
||||
padding: 10px 0;
|
||||
}
|
||||
.single-post01 .comments .comment_number {
|
||||
font-size: 18px;
|
||||
margin: 0 0 30px;
|
||||
font-weight: 500;
|
||||
color: var(--e-global-color-primary);
|
||||
}
|
||||
.single-post01 .comments .comment .image,
|
||||
.sidebar .post-thumbnail-entry > img,
|
||||
.sidebar .post-thumbnail-entry,
|
||||
.single-post01 .post-item-description .post-meta,
|
||||
.sidebar .widget{
|
||||
float: left;
|
||||
}
|
||||
.single-post01 .comments .comment .image {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
}
|
||||
.single-post01 .comment-list img {
|
||||
height: auto;
|
||||
border-radius:100%;
|
||||
}
|
||||
.single-post01 .comments .comment .text {
|
||||
min-height: 80px;
|
||||
padding: 0 0 0 86px;
|
||||
}
|
||||
.single-post01 .comments .comment .text .name {
|
||||
font-size: 20px;
|
||||
}
|
||||
.single-post01 .comments .comment .comment_date {
|
||||
font-size: 12px;
|
||||
}
|
||||
.single-post01 .comments .comment .text .comment-reply-link {
|
||||
opacity: 0.7;
|
||||
font-size: 9px;
|
||||
padding: 0 0 0 5px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.single-post01 .text_holder{
|
||||
line-height: 24px;
|
||||
}
|
||||
.single-post01 .comment .comment {
|
||||
margin-left: 90px;
|
||||
}
|
||||
.respond-form {
|
||||
padding-top: 40px;
|
||||
}
|
||||
.respond-comment {
|
||||
font-size: 18px;
|
||||
margin: 0 0 30px;
|
||||
color: var(--e-global-color-primary);
|
||||
}
|
||||
.single-post01 .form-group label:not(.error) {
|
||||
font-size: 12px;
|
||||
margin-bottom: 4px;
|
||||
letter-spacing: .04em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.single-post01 .form-gray-fields .form-control {
|
||||
background: transparent;
|
||||
color: var(--e-global-color-text);
|
||||
border-radius: 0;
|
||||
border: none;
|
||||
box-shadow: 1px 1px 50px rgb(0 0 0 / 15%);
|
||||
outline: none;
|
||||
}
|
||||
.single-post01 .form-gray-fields .form-control:focus{
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
border: none;
|
||||
}
|
||||
.single-post01 .form-control{
|
||||
box-shadow: none;
|
||||
line-height: 18px;
|
||||
padding:10px 16px;
|
||||
border-radius: 5px;
|
||||
font-size: 12px;
|
||||
transition: all .3s ease;
|
||||
}
|
||||
.form-gray-fields .btn{
|
||||
font-size: 12px;
|
||||
padding:13px 22px 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.sidebar {
|
||||
font-size: 12px;
|
||||
}
|
||||
.sidebar .widget {
|
||||
margin-bottom: 30px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
.widget-newsletter .form-control{
|
||||
font-size: 14px;
|
||||
box-shadow: none;
|
||||
line-height: 18px;
|
||||
padding: 10px 16px;
|
||||
border-radius: 5px; height: auto;
|
||||
}
|
||||
.widget-newsletter .btn {
|
||||
font-weight: 600;
|
||||
height: 40px;
|
||||
padding: 8px 16px;
|
||||
}
|
||||
.widget-newsletter .btn{
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
.sidebar .nav-tabs {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.sidebar .nav-tabs .nav-item {
|
||||
margin-bottom: -2px;
|
||||
}
|
||||
.tabs .nav-tabs .nav-link {
|
||||
border: 0;
|
||||
padding: 14px 24px;
|
||||
transition: .3s ease;
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
}
|
||||
.sidebar .widget .tabs li > a {
|
||||
padding: 10px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.sidebar .post-thumbnail-entry > img {
|
||||
height: 60px;
|
||||
width: 80px;
|
||||
margin-right: 16px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.sidebar .post-thumbnail-entry {
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.sidebar .post-thumbnail-entry:last-child,
|
||||
.sidebar .widget-categories ul li:last-child{
|
||||
margin: 0;
|
||||
padding-bottom:0;
|
||||
border-bottom: none;
|
||||
}
|
||||
.sidebar .post-thumbnail-entry > img {
|
||||
height: 48px;
|
||||
width: 64px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.sidebar .post-thumbnail-entry img + .post-thumbnail-content {
|
||||
padding-left: 72px;
|
||||
}
|
||||
.sidebar .post-thumbnail-list a {
|
||||
margin: -4px 0 0;
|
||||
}
|
||||
.sidebar .post-thumbnail-entry .post-category i,
|
||||
.sidebar .post-thumbnail-entry .post-date i {
|
||||
margin-right: 2px;
|
||||
}
|
||||
.sidebar .post-thumbnail-entry .post-category,
|
||||
.sidebar .post-thumbnail-entry .post-date {
|
||||
font-size: 10px;
|
||||
}
|
||||
.sidebar .widget-title,
|
||||
.sidebar > h4 {
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
margin-bottom: 20px;
|
||||
text-transform: uppercase;
|
||||
font-weight: 500;
|
||||
}
|
||||
.sidebar .widget-tweeter ul,
|
||||
.sidebar .widget-twitter ul,
|
||||
.sidebar .widget-categories ul{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.sidebar .widget-tweeter ul,
|
||||
.sidebar .widget-twitter ul {
|
||||
margin-bottom: 0;
|
||||
padding-left: 22px;
|
||||
}
|
||||
.sidebar .widget-tweeter li,
|
||||
.sidebar .widget-twitter li {
|
||||
font-size: 12px;
|
||||
margin-bottom: 18px;
|
||||
color: var(--e-global-color-primary);
|
||||
}
|
||||
.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
|
||||
.sidebar .widget-twitter:not([data-avatar="true"]) li::before {
|
||||
content: "\f099";
|
||||
margin-left: -22px;
|
||||
font-family: 'Font Awesome 5 Brands';
|
||||
}
|
||||
.sidebar .tags a {
|
||||
padding: 5px 14px;
|
||||
border-radius: 50px;
|
||||
margin: 0 2px 5px 0;
|
||||
}
|
||||
.sidebar .widget-categories ul{
|
||||
padding:0;
|
||||
}
|
||||
.sidebar .widget-categories ul li{
|
||||
margin-bottom: 10px;
|
||||
padding:0 0 10px 28px;
|
||||
}
|
||||
.sidebar .widget-categories ul li:before{
|
||||
position: absolute ; content: "";
|
||||
left:0;
|
||||
top: 12px;
|
||||
font-size: 20px;
|
||||
padding-top: 2px;
|
||||
background: url("../images/icon-folder.png"); width: 16px; height: 14px;
|
||||
transition: all .3s ease;
|
||||
transform: translate3d(0,-50%,0);
|
||||
}
|
||||
.sidebar .cat-count-span{
|
||||
float: right;
|
||||
}
|
||||
/************ PRELOADER CSS ************/
|
||||
/* ==== Preloader styles ==== */
|
||||
#loader-wrapper {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
z-index: 9999999999999;
|
||||
}
|
||||
#loader {
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
margin: -75px 0 0 -75px;
|
||||
border-radius: 50%;
|
||||
border: 3px solid transparent;
|
||||
z-index: 1001;
|
||||
animation: spin 2s linear infinite;
|
||||
}
|
||||
#loader:before {
|
||||
content: "";
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
right: 5px;
|
||||
bottom: 5px;
|
||||
border-radius: 50%;
|
||||
border: 3px solid transparent;
|
||||
animation: spin 3s linear infinite;
|
||||
}
|
||||
#loader:after {
|
||||
content: "";
|
||||
top: 15px;
|
||||
right: 15px;
|
||||
left: 15px;
|
||||
bottom: 15px;
|
||||
border-radius: 50%;
|
||||
border: 3px solid transparent;
|
||||
animation: spin 1.5s linear infinite;
|
||||
}
|
||||
#loader-wrapper .loader-section {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 51%;
|
||||
height: 100%;
|
||||
z-index: 1000;
|
||||
transform: translateX(0);
|
||||
}
|
||||
#loader-wrapper .loader-section.section-left {
|
||||
left: 0;
|
||||
}
|
||||
#loader-wrapper .loader-section.section-right {
|
||||
right: 0;
|
||||
}
|
||||
@keyframes spin {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
.loaded #loader-wrapper .loader-section.section-left {
|
||||
transform: translateX(-100%);
|
||||
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||
}
|
||||
.loaded #loader-wrapper .loader-section.section-right {
|
||||
transform: translateX(100%);
|
||||
transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||
}
|
||||
.loaded #loader {
|
||||
opacity: 0;
|
||||
transition: all 0.3s ease-out;
|
||||
}
|
||||
.loaded #loader-wrapper {
|
||||
visibility: hidden;
|
||||
transform: translateY(-100%);
|
||||
transition: all 0.3s 1s ease-out;
|
||||
}
|
||||
/*************************************************
|
||||
=-*=-*=-*=-*=-*=-*= One Column =-*=-*=-*=-*=-*=-*=
|
||||
**************************************************/
|
||||
.breadcrumb,
|
||||
#loader,
|
||||
.sidebar .widget-tweeter small,
|
||||
.sidebar .widget-twitter small,
|
||||
.post-navigation .post-next span,
|
||||
.post-navigation .post-prev span,
|
||||
.sidebar .post-thumbnail-entry .post-category{
|
||||
display: block;
|
||||
}
|
||||
.breadcrumb {
|
||||
font-size: 10px;
|
||||
margin-bottom: 10px;
|
||||
letter-spacing: .5px;
|
||||
background-color: transparent;
|
||||
padding: 10px 0;
|
||||
}
|
||||
.breadcrumb ol, .breadcrumb ul{
|
||||
margin:0;
|
||||
padding: 0;
|
||||
}
|
||||
.breadcrumb ol li, .breadcrumb ul li {
|
||||
opacity: .8;
|
||||
display: inline;
|
||||
}
|
||||
.breadcrumb ol li + li::before,
|
||||
.breadcrumb ul li + li::before {
|
||||
margin: 0 5px;
|
||||
content: ">";
|
||||
background-color: transparent;
|
||||
}
|
||||
.breadcrumb ol li.active,
|
||||
.breadcrumb ol li:hover,
|
||||
.breadcrumb ol li:last-child,
|
||||
.breadcrumb ul li.active,
|
||||
.breadcrumb ul li:hover,
|
||||
.breadcrumb ul li:last-child {
|
||||
opacity: 1;
|
||||
}
|
||||
#blog .post-item.border > .post-item-wrap > .post-item-description {
|
||||
padding: 24px;
|
||||
line-height: 28px;
|
||||
}
|
||||
#blog .post-item.border .post-meta-category{
|
||||
top: 11px;
|
||||
right: 10px;
|
||||
font-size: 13px;
|
||||
padding:7px 16px 7px;
|
||||
border-radius: 50px;
|
||||
}
|
||||
#blog .post-item .post-meta-category,
|
||||
#blog .post-item .post-meta-comments,
|
||||
#blog .post-item .post-meta-date {
|
||||
top: -4px;
|
||||
font-size: 12px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
#blog .post-item .post-item-description > h2,
|
||||
#blog .post-item .post-item-description > h2 > a {
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
line-height: 30px;
|
||||
margin-bottom: 16px;
|
||||
letter-spacing: 0px;
|
||||
font-family: 'Playfair Display', serif;
|
||||
}
|
||||
.blog-posts p {
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
color: var(--e-global-color-text);
|
||||
}
|
||||
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
}
|
||||
.fluid-width-video-wrapper{
|
||||
padding-top:56.3%;
|
||||
}
|
||||
.player{
|
||||
top:0;
|
||||
}
|
||||
.post-audio audio{
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
.pagination{
|
||||
padding-left:15px;
|
||||
}
|
||||
.fluid-width-video-wrapper {
|
||||
padding-top: 66.8%;
|
||||
}
|
||||
.hide-blog{
|
||||
display: none;
|
||||
}
|
||||
.load-more a{
|
||||
padding: 12px 25px;
|
||||
border-radius: 30px;
|
||||
}
|
||||
.load-more a:hover{
|
||||
background: none;
|
||||
}
|
||||
/*************************************************************
|
||||
=-*=-*=-*=-*=-*=-*= Responsive Single Post =-*=-*=-*=-*=-*=-*=
|
||||
*************************************************************/
|
||||
@media screen and (max-width: 1199px) {
|
||||
.widget-newsletter .form-control {
|
||||
font-size: 12px;
|
||||
padding: 10px 10px;
|
||||
}
|
||||
.sidebar .widget .tabs li > a {
|
||||
font-size: 13px;
|
||||
padding: 10px 8px;
|
||||
}
|
||||
.sidebar .widget {
|
||||
margin-bottom: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.single-post01 .post-item-description,
|
||||
.single-post01 .post-item-description .blockquote{
|
||||
font-size: 14px;
|
||||
line-height: 26px;
|
||||
}
|
||||
.single-post01 .post-navigation .post-next,
|
||||
.single-post01 .post-navigation .post-prev {
|
||||
font-size: 14px;
|
||||
}
|
||||
.single-post01 .post-item-description h2,
|
||||
.single-post01 .post-item-description h2 > a {
|
||||
margin-top: 0;
|
||||
font-size: 28px;
|
||||
line-height: 32px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 991px) {
|
||||
.respond-form {
|
||||
padding-top: 0;
|
||||
}
|
||||
.single-post01 .post-item-description .post-meta-date, .single-post01 .post-item-description .post-meta-date a, .single-post01 .post-item-description .post-meta-category, .single-post01 .post-item-description .post-meta-category a, .single-post01 .post-item-description .post-meta-comments, .single-post01 .post-item-description .post-meta-comments a {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.single-post01 .comments .comment .text {
|
||||
padding: 0;
|
||||
}
|
||||
.single-post01 .comments .comment .image {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
margin-right: 14px;
|
||||
}
|
||||
.single-post01 .text_holder {
|
||||
font-size: 12px;
|
||||
margin: 10px 0 0;
|
||||
}
|
||||
.single-post01 .comment .comment {
|
||||
margin-left: 30px;
|
||||
}
|
||||
.single-post01 .comments{
|
||||
padding: 30px 0 0;
|
||||
}
|
||||
.sidebar {
|
||||
margin: 20px 0 0;
|
||||
}
|
||||
.page-title h1 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 767px) {
|
||||
.single-post01 .post-item-description h2,
|
||||
.single-post01 .post-item-description h2 > a {
|
||||
font-size: 24px;
|
||||
line-height: 26px;
|
||||
}
|
||||
#blog .post-item.border > .post-item-wrap > .post-item-description {
|
||||
line-height: 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.blog-posts p {
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
}
|
||||
.single-post01 .post-item-description .blockquote {
|
||||
margin-left: 25px;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 575px) {
|
||||
.single-post01 .text_holder p{
|
||||
margin: 0 0 8px;
|
||||
}
|
||||
.single-post01 .comments .comment .comment_date {
|
||||
font-size: 11px;
|
||||
}
|
||||
.single-post01 .post-item-description,
|
||||
.single-post01 .post-item-description .blockquote {
|
||||
font-size: 13px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.single-post01 .post-item-description h2,
|
||||
.single-post01 .post-item-description h2 > a{
|
||||
margin:0;
|
||||
}
|
||||
.single-post01 .post-meta-share ul{
|
||||
margin:5px 0 0;
|
||||
}
|
||||
.single-post01 .post-item-description .post-meta-date, .single-post01 .post-item-description .post-meta-date a, .single-post01 .post-item-description .post-meta-category, .single-post01 .post-item-description .post-meta-category a, .single-post01 .post-item-description .post-meta-comments, .single-post01 .post-item-description .post-meta-comments a {
|
||||
font-size: 12px;
|
||||
}
|
||||
.single-post01 .respond-comment {
|
||||
font-size: 16px;
|
||||
}
|
||||
.page-title h1 {
|
||||
font-size: 1.8rem;
|
||||
padding: 1rem;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
#blog .post-item .post-item-description > h2,
|
||||
#blog .post-item .post-item-description > h2 > a{
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.single-post01 .comments .comment .text .name {
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
3245
yogastic/assets/css/mediaqueries.css
Normal file
210
yogastic/assets/css/special-classes.css
Normal file
@@ -0,0 +1,210 @@
|
||||
.single-post01 .post-item-description,
|
||||
.post-item.border > .post-item-wrap > .post-item-description{
|
||||
color: var(--e-global-color-secondary);
|
||||
}
|
||||
.single-post01 .post-item-description h2,
|
||||
.single-post01 .comments .comment .text .name,
|
||||
.sidebar .widget-title,
|
||||
.sidebar > h4,
|
||||
.page-title h1{
|
||||
color: var(--e-global-color-primary);
|
||||
}
|
||||
.color01,.color01 a{
|
||||
color: #777;
|
||||
}
|
||||
.single-post01 .blockquote {
|
||||
border-left: 3px solid var(--e-global-color-secondary);
|
||||
}
|
||||
.single-post01 .post-tags a,
|
||||
.post-next span,
|
||||
.post-prev span,
|
||||
.single-post01 .post-navigation .post-next,
|
||||
.single-post01 .post-navigation .post-prev,
|
||||
.sidebar .post-thumbnail-content a,
|
||||
.sidebar .widget-categories ul li a,
|
||||
.sidebar .nav-tabs .nav-link,
|
||||
.breadcrumb ol li a,
|
||||
.breadcrumb ul li a,
|
||||
.pagination .page-item:not(.disabled).active > .page-link,
|
||||
.pagination .page-item:not(.disabled):active > .page-link,
|
||||
.pagination .page-item:not(.disabled):focus > .page-link,
|
||||
.pagination .page-item:not(.disabled):hover > .page-link,
|
||||
.pagination .page-item:not(.disabled) > .page-link,
|
||||
#blog .post-item.border .post-item-wrap .post-item-description a{
|
||||
color: var(--e-global-color-accent);
|
||||
}
|
||||
.single-post01 .post-tags a {
|
||||
display: inline-block;
|
||||
background-color: var(--e-global-color-soft-orange);
|
||||
}
|
||||
.single-post01 .post-tags a:hover {
|
||||
border: none;
|
||||
}
|
||||
.single-post01 .comments,.single-post01 .post-navigation {
|
||||
border-top: 1px solid var(--e-global-color-mostly-desaturated-magenta);
|
||||
}
|
||||
.single-post01 .post-item-description .post-meta {
|
||||
border-bottom: 1px solid var(--e-global-color-mostly-desaturated-magenta);
|
||||
}
|
||||
.single-post01 .comment .comment_date {
|
||||
color: var(--e-global-color-secondary);
|
||||
}
|
||||
.single-post01 .text .comment-reply-link,
|
||||
.respond-comment span,
|
||||
.single-post01 .comment_number span,
|
||||
.sidebar .nav-tabs .nav-link.active,
|
||||
.sidebar .widget-tweeter li a,
|
||||
.sidebar .widget-twitter li a,
|
||||
.sidebar .cat-count-span,
|
||||
.single-post01 .post-item-description .post-meta-date:hover,
|
||||
.single-post01 .post-item-description .post-meta-date a:hover,
|
||||
.single-post01 .post-item-description .post-meta-category:hover,
|
||||
.single-post01 .post-item-description .post-meta-category a:hover, .single-post01 .post-item-description .post-meta-comments:hover, .single-post01 .post-item-description .post-meta-comments a:hover,
|
||||
.single-post01 .post-tags a:hover,
|
||||
.post-navigation .post-prev-title:hover span,
|
||||
.post-navigation .post-next-title:hover span,
|
||||
.post-navigation .post-prev:hover,
|
||||
.post-navigation .post-next:hover,
|
||||
.single-post01 .post-navigation .post-prev:hover,
|
||||
.single-post01 .post-navigation .post-next:hover,
|
||||
.post-navigation .post-next:hover span,
|
||||
.post-navigation .post-prev:hover span,
|
||||
.sidebar .post-thumbnail-list a:hover,
|
||||
.sidebar .widget-categories ul li a:hover,
|
||||
#blog .post-item .post-item-description .post-meta-comments a:hover,
|
||||
#blog .post-item .post-item-description > h2 > a:hover,
|
||||
.load-more a:hover,
|
||||
#blog .post-item.border .post-item-wrap .post-item-description a:hover{
|
||||
color: var(--e-global-color-soft-orange);
|
||||
}
|
||||
.sidebar .widget-tweeter li a{
|
||||
color: var(--e-global-color-secondary);
|
||||
}
|
||||
.single-post01 .text .comment-reply-link{
|
||||
color: var(--e-global-color-primary);
|
||||
}
|
||||
.sidebar .cat-count-span{
|
||||
color: var(--e-global-color-secondary);
|
||||
}
|
||||
.single-post01 .post-tags a:hover{
|
||||
color: var(--e-global-color-accent);
|
||||
}
|
||||
.form-group label:not(.error),
|
||||
#blog .post-item .post-item-description > h2,
|
||||
#blog .post-item .post-item-description > h2 > a{
|
||||
color: var(--e-global-color-primary);
|
||||
}
|
||||
.form-gray-fields .form-control {
|
||||
color: var(--e-global-color-white);
|
||||
background-color: rgba(238,238,238,.6);
|
||||
}
|
||||
.form-gray-fields .btn:hover,
|
||||
.widget-newsletter .btn:hover{
|
||||
color: var(--e-global-color-white);
|
||||
background: var(--e-global-color-secondary);
|
||||
}
|
||||
.single-post01 .form-control{
|
||||
border: 1px solid #ececec;
|
||||
}
|
||||
.sidebar .widget {
|
||||
border-bottom: 1px solid var(--e-global-color-mostly-desaturated-magenta);
|
||||
}
|
||||
.sidebar .nav-tabs,.sidebar .nav-tabs .nav-link {
|
||||
border-bottom: 2px solid var(--e-global-color-mostly-desaturated-magenta);
|
||||
}
|
||||
.sidebar .nav-tabs .nav-link.active {
|
||||
background-color: transparent;
|
||||
border-bottom: 2px solid var(--e-global-color-soft-orange);
|
||||
}
|
||||
.sidebar .post-thumbnail-entry,
|
||||
.sidebar .widget-categories ul li{
|
||||
border-bottom: 1px solid var(--e-global-color-mostly-desaturated-magenta);
|
||||
}
|
||||
.sidebar .post-thumbnail-entry .post-category,
|
||||
.sidebar .post-thumbnail-entry .post-date {
|
||||
color: var(--e-global-color-secondary);
|
||||
}
|
||||
.sidebar .widget-tweeter small,
|
||||
.sidebar .widget-twitter small {
|
||||
color: var(--e-global-color-text);
|
||||
}
|
||||
.sidebar .tags a {
|
||||
color: var(--e-global-color-accent);
|
||||
background-color: var(--e-global-color-soft-orange);
|
||||
border: 2px solid var(--e-global-color-soft-orange);
|
||||
}
|
||||
.sidebar .tags a.active,
|
||||
.sidebar .tags a:active,
|
||||
.sidebar .tags a:focus,
|
||||
.sidebar .tags a:hover,
|
||||
.form-gray-fields .btn,
|
||||
.widget-newsletter .btn{
|
||||
background-color: var(--e-global-color-soft-orange);
|
||||
}
|
||||
.single-post01 .form-gray-fields .form-control:focus{
|
||||
border-color: #66afe9;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
|
||||
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
|
||||
}
|
||||
.post-item.border .post-meta-category,
|
||||
.load-more a{
|
||||
background-color:var(--e-global-color-accent);
|
||||
}
|
||||
.load-more a {
|
||||
background-color: var(--e-global-color-soft-orange);
|
||||
}
|
||||
.post-item.border .post-meta-category:hover{
|
||||
background-color: var(--e-global-color-secondary);
|
||||
}
|
||||
.post-item.border .post-meta-category:hover a{
|
||||
color: var(--e-global-color-white);
|
||||
}
|
||||
#loader,#loader:before,
|
||||
#loader:after{
|
||||
border-top-color: #3795d2;
|
||||
}
|
||||
#loader-wrapper .loader-section {
|
||||
background: #222;
|
||||
}
|
||||
#blog .post-item.border .post-meta-category,
|
||||
.sidebar .tags a.active,
|
||||
.sidebar .tags a:active,
|
||||
.sidebar .tags a:focus,
|
||||
.sidebar .tags a:hover,
|
||||
.form-gray-fields .btn,
|
||||
.widget-newsletter .btn,
|
||||
#blog .post-item.border .post-meta-category a:hover{
|
||||
color: var(--e-global-color-accent);
|
||||
}
|
||||
#blog .post-item.border .post-meta-category a:hover{
|
||||
color: var(--e-global-color-white);
|
||||
}
|
||||
.border {
|
||||
border: none !important;
|
||||
box-shadow: 1px 1px 50px rgb(0 0 0 / 5%);
|
||||
}
|
||||
#blog .post-item .post-meta-category,
|
||||
#blog .post-item .post-meta-comments,
|
||||
.single-post01 .post-item-description .post-meta-category a,
|
||||
#blog .post-item.border .post-item-wrap .post-item-description .post-meta-comments a,
|
||||
#blog .post-item .post-item-description .post-meta-date,
|
||||
#blog .post-item-description .post-meta-comments a{
|
||||
color: var(--e-global-color-secondary);
|
||||
}
|
||||
.pagination .page-item:not(.disabled).active > .page-link, .pagination .page-item:not(.disabled):active > .page-link, .pagination .page-item:not(.disabled):focus > .page-link, .pagination .page-item:not(.disabled):hover > .page-link {
|
||||
background-color: #edf1f6;
|
||||
border-color: #e4e4e4;
|
||||
box-shadow: none;
|
||||
}
|
||||
.pagination .page-item:not(.disabled) > .page-link {
|
||||
border-color: #ececec;
|
||||
}
|
||||
.load-more a:hover{
|
||||
background-color: var(--e-global-color-secondary);
|
||||
color: var(--e-global-color-white);
|
||||
}
|
||||
.sidebar .tags a:hover{
|
||||
background-color: var(--e-global-color-secondary);
|
||||
color: var(--e-global-color-white);
|
||||
border: 2px solid var(--e-global-color-secondary);
|
||||
}
|
||||
2191
yogastic/assets/css/style.css
Normal file
BIN
yogastic/assets/images/1.gif
Normal file
|
After Width: | Height: | Size: 35 B |
BIN
yogastic/assets/images/about_page_aboutus_image.png
Normal file
|
After Width: | Height: | Size: 470 KiB |
BIN
yogastic/assets/images/aboutus_background.png
Normal file
|
After Width: | Height: | Size: 647 KiB |
BIN
yogastic/assets/images/aboutus_bottom_shape.png
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
BIN
yogastic/assets/images/aboutus_image.png
Normal file
|
After Width: | Height: | Size: 493 KiB |
BIN
yogastic/assets/images/aboutus_line.png
Normal file
|
After Width: | Height: | Size: 937 B |
BIN
yogastic/assets/images/aboutus_top_shape.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
yogastic/assets/images/achievement_1.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
yogastic/assets/images/achievement_2.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
yogastic/assets/images/achievement_3.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
BIN
yogastic/assets/images/achievement_4.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
yogastic/assets/images/achievement_5.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
yogastic/assets/images/achievement_6.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
yogastic/assets/images/banner_left_bottom_shape.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
yogastic/assets/images/banner_left_top_shape.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
BIN
yogastic/assets/images/banner_right_bottom_shape.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
yogastic/assets/images/banner_right_image.png
Normal file
|
After Width: | Height: | Size: 619 KiB |
BIN
yogastic/assets/images/banner_right_top_shape.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
yogastic/assets/images/banner_section_background.jpg
Normal file
|
After Width: | Height: | Size: 96 KiB |
BIN
yogastic/assets/images/blog_posts_1.png
Normal file
|
After Width: | Height: | Size: 243 KiB |
BIN
yogastic/assets/images/blog_posts_2.png
Normal file
|
After Width: | Height: | Size: 283 KiB |
BIN
yogastic/assets/images/blog_posts_left_shape.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
yogastic/assets/images/blog_posts_right_shape.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
yogastic/assets/images/channels4_profile.jpg
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
yogastic/assets/images/contact_location.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
BIN
yogastic/assets/images/contact_mail.png
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
yogastic/assets/images/contact_phone.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
yogastic/assets/images/default.jpg
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
yogastic/assets/images/discount_background.jpg
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
yogastic/assets/images/entity11_hdpi.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
BIN
yogastic/assets/images/faq_bar_line.png
Normal file
|
After Width: | Height: | Size: 937 B |
BIN
yogastic/assets/images/footer_logo.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
yogastic/assets/images/footer_shape.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
yogastic/assets/images/get_in_touch_shape.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
yogastic/assets/images/get_in_touch_video_icon.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
yogastic/assets/images/letöltés.png
Normal file
|
After Width: | Height: | Size: 175 B |
1
yogastic/assets/images/letöltés.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>
|
||||
|
After Width: | Height: | Size: 215 B |
BIN
yogastic/assets/images/maxresdefault.jpg
Normal file
|
After Width: | Height: | Size: 76 KiB |
BIN
yogastic/assets/images/our_mission_image.png
Normal file
|
After Width: | Height: | Size: 589 KiB |
BIN
yogastic/assets/images/our_mission_shape.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
yogastic/assets/images/our_specialties_right_shape.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
yogastic/assets/images/our_team_1.png
Normal file
|
After Width: | Height: | Size: 130 KiB |
BIN
yogastic/assets/images/our_team_2.png
Normal file
|
After Width: | Height: | Size: 130 KiB |
BIN
yogastic/assets/images/our_team_3.png
Normal file
|
After Width: | Height: | Size: 127 KiB |
BIN
yogastic/assets/images/our_team_4.png
Normal file
|
After Width: | Height: | Size: 137 KiB |
BIN
yogastic/assets/images/our_team_5.png
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
yogastic/assets/images/our_team_6.png
Normal file
|
After Width: | Height: | Size: 112 KiB |
BIN
yogastic/assets/images/our_team_7.png
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
yogastic/assets/images/our_team_8.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
BIN
yogastic/assets/images/our_vision_image.png
Normal file
|
After Width: | Height: | Size: 553 KiB |
BIN
yogastic/assets/images/our_vision_shape.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
yogastic/assets/images/post-featured (1).jpg
Normal file
|
After Width: | Height: | Size: 248 KiB |
BIN
yogastic/assets/images/post-featured (2).jpg
Normal file
|
After Width: | Height: | Size: 248 KiB |
BIN
yogastic/assets/images/post-featured.jpg
Normal file
|
After Width: | Height: | Size: 248 KiB |
BIN
yogastic/assets/images/post-featured2 (1).jpg
Normal file
|
After Width: | Height: | Size: 221 KiB |
BIN
yogastic/assets/images/post-featured2.jpg
Normal file
|
After Width: | Height: | Size: 221 KiB |
BIN
yogastic/assets/images/post-featured3 (1).jpg
Normal file
|
After Width: | Height: | Size: 283 KiB |
BIN
yogastic/assets/images/post-featured3.jpg
Normal file
|
After Width: | Height: | Size: 283 KiB |
BIN
yogastic/assets/images/post-featured4 (1).jpg
Normal file
|
After Width: | Height: | Size: 219 KiB |
BIN
yogastic/assets/images/post-featured4.jpg
Normal file
|
After Width: | Height: | Size: 219 KiB |
BIN
yogastic/assets/images/pricing_plan_1.png
Normal file
|
After Width: | Height: | Size: 104 KiB |
BIN
yogastic/assets/images/pricing_plan_2.png
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
yogastic/assets/images/pricing_plan_3.png
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
yogastic/assets/images/pricing_plan_icon_1.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
yogastic/assets/images/pricing_plan_icon_2.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
yogastic/assets/images/pricing_plan_icon_3.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
yogastic/assets/images/review1.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
yogastic/assets/images/review2.jpg
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
yogastic/assets/images/sddefault.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
yogastic/assets/images/services_img_1.png
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
yogastic/assets/images/services_img_2.png
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
yogastic/assets/images/services_img_3.png
Normal file
|
After Width: | Height: | Size: 168 KiB |
BIN
yogastic/assets/images/services_img_4.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
BIN
yogastic/assets/images/services_left_shape.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
yogastic/assets/images/servicespage_services_right_shape.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
yogastic/assets/images/side_post_img01.jpg
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
yogastic/assets/images/side_post_img02.jpg
Normal file
|
After Width: | Height: | Size: 51 KiB |
BIN
yogastic/assets/images/side_post_img03.jpg
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
yogastic/assets/images/specialties_image.png
Normal file
|
After Width: | Height: | Size: 234 KiB |
BIN
yogastic/assets/images/specialties_left_line.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
yogastic/assets/images/specialties_right_line.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
yogastic/assets/images/standard_post_img01.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
yogastic/assets/images/standard_post_img02.jpg
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
yogastic/assets/images/standard_post_img03.jpg
Normal file
|
After Width: | Height: | Size: 53 KiB |
BIN
yogastic/assets/images/standard_post_img04.jpg
Normal file
|
After Width: | Height: | Size: 59 KiB |
BIN
yogastic/assets/images/standard_post_img05.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
yogastic/assets/images/standard_post_img06.jpg
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
yogastic/assets/images/subbanner_section_background.jpg
Normal file
|
After Width: | Height: | Size: 583 KiB |
BIN
yogastic/assets/images/subscribe_background.png
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
yogastic/assets/images/subscribe_image.png
Normal file
|
After Width: | Height: | Size: 680 KiB |
BIN
yogastic/assets/images/testimonial_background.jpg
Normal file
|
After Width: | Height: | Size: 61 KiB |
BIN
yogastic/assets/images/testimonial_image.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
yogastic/assets/images/testimonial_left_shape.png
Normal file
|
After Width: | Height: | Size: 15 KiB |