File: /home/RaviMohan/herbs-extracts.com/web/index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Homepage - SDR Herbs Extracts</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="img/logo.png" />
<!-- Bootstrap Css -->
<link rel="stylesheet" href="vender/bootstrap/css/bootstrap.min.css" />
<!-- Custom Css -->
<link rel="stylesheet" href="css/style.css" />
</head>
<body class="bg-light">
<section class="bg-home">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark aka-nav">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="img/logo.svg" alt="logo" class="img-fluid" />
</a>
<button
class="navbar-toggler shadow-none border-0"
type="button"
data-bs-toggle="offcanvas"
data-bs-target="#offcanvasExample"
aria-controls="offcanvasExample"
aria-expanded="false"
aria-label="Toggle navigation"
>
<svg xmlns="http://www.w3.org/2000/svg" class="icon-tabler icon-tabler-menu-2" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M4 6l16 0" />
<path d="M4 12l16 0" />
<path d="M4 18l16 0" />
</svg>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="about.html"
>About Us</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="products.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="extraction-system.html"
>Extraction System</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- body -->
<section class="py-5 h-100">
<div class="container h-100">
<div class="row justify-content-center align-items-center h-100">
<div class="col-auto">
<div class="text-center text-white">
<h1 class="fw-bold display-1">Herbs Extracts</h1>
<h4>World famous shilajit & herbs extracts</h4>
</div>
</div>
<div class="col-12">
<div
class="bg-dark bg-opacity-75 rounded-3 border border-dark shadow p-5"
>
<div class="row row-cols-lg-3 row-cols-1 g-3">
<div class="col">
<div
class="text-white d-flex align-items-center justify-content-start justify-content-md-center gap-3"
>
<span
><svg
style="stroke: currentColor"
xmlns="http://www.w3.org/2000/svg"
class="icon-tabler icon-tabler-plant"
width="64"
height="64"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path
d="M7 15h10v4a2 2 0 0 1 -2 2h-6a2 2 0 0 1 -2 -2v-4z"
/>
<path
d="M12 9a6 6 0 0 0 -6 -6h-3v2a6 6 0 0 0 6 6h3"
/>
<path
d="M12 11a6 6 0 0 1 6 -6h3v1a6 6 0 0 1 -6 6h-3"
/>
<path d="M12 15l0 -6" /></svg></span>
<h4 class="mb-0">100% Natural</h4>
</div>
</div>
<div class="col">
<div
class="text-white d-flex align-items-center justify-content-start justify-content-md-center gap-3"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon-tabler icon-tabler-heart-handshake"
width="64"
height="64"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path
d="M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572"
/>
<path
d="M12 6l-3.293 3.293a1 1 0 0 0 0 1.414l.543 .543c.69 .69 1.81 .69 2.5 0l1 -1a3.182 3.182 0 0 1 4.5 0l2.25 2.25"
/>
<path d="M12.5 15.5l2 2" />
<path d="M15 13l2 2" />
</svg>
<h4 class="mb-0">Trust Worthy</h4>
</div>
</div>
<div class="col">
<div
class="text-white d-flex align-items-center justify-content-start justify-content-md-center gap-3"
>
<span>
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon-tabler icon-tabler-box-seam"
width="64"
height="64"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M12 3l8 4.5v9l-8 4.5l-8 -4.5v-9l8 -4.5" />
<path d="M12 12l8 -4.5" />
<path d="M8.2 9.8l7.6 -4.6" />
<path d="M12 12v9" />
<path d="M12 12l-8 -4.5" />
</svg>
</span>
<h4 class="mb-0">Quality Products</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- top products -->
<section class="py-5 mb-4">
<div class="container">
<div class="row align-items-center justify-content-between mb-4">
<div class="col-auto">
<h4 class="fw-bold mb-0">Top Products</h4>
</div>
<div class="col-auto">
<a href="products.html" class="link-danger d-flex align-items-center"
>SEE All
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon-tabler icon-tabler-chevron-right"
width="18"
height="18"
viewBox="0 0 24 24"
stroke-width="2"
stroke="currentColor"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path d="M9 6l6 6l-6 6" />
</svg>
</a>
</div>
</div>
<div class="row row-cols-lg-4 row-cols-md-2 row-cols-2 g-4">
<div class="col">
<div
class="card border-0 rounded-3 shadow-sm overflow-hidden h-100"
>
<img
src="img/products/product-one.png"
alt="product"
class="card-img-top"
/>
<div class="card-body">
<h5 class="card-title">Sat Gurhmar Buti</h5>
<p class="mb-0">
GUDMAR BUTTI – DESI JADI BUTI Gudmar was initially known as
meshashringi in Sanskrit, which means “ram’s horn”. The plant
can be described as a large, pubescent, woody climber.
</p>
</div>
<div class="card-footer bg-transparent border-0 pb-3">
<a
href="/contact.html?product=Sat%20Gurhmar%20Buti"
class="btn btn-danger w-100"
>Enquire</a
>
</div>
</div>
</div>
<div class="col">
<div
class="card border-0 rounded-3 shadow-sm overflow-hidden h-100"
>
<img
src="img/products/product-two.png"
alt="product"
class="card-img-top"
/>
<div class="card-body">
<h5 class="card-title">Sat Vijay Sar</h5>
<p class="mb-0">
Scientifically known as Pterocarpus marsupium, Vijaysar is a
large deciduous tree indigenous to India, Nepal and Sri Lanka.
It is also known by different names in different regions.
</p>
</div>
<div class="card-footer bg-transparent border-0 pb-3">
<a
href="/contact.html?product=Sat%20Vijay%20Sar"
class="btn btn-danger w-100"
>Enquire</a
>
</div>
</div>
</div>
<div class="col">
<div
class="card border-0 rounded-3 shadow-sm overflow-hidden h-100"
>
<img
src="img/products/product-three.png"
alt="product"
class="card-img-top"
/>
<div class="card-body">
<h5 class="card-title">Sat Isharmool</h5>
<p class="mb-0">
Isharmool, Indian Birthwort, Snake Root, Ahigandha, Arkamula,
Garuda, Ishvara, Ishvari, Nakuieshtha, Nakuli, Sunanda,
Rudrajata, Ishwari.
</p>
</div>
<div class="card-footer bg-transparent border-0 pb-3">
<a
href="/contact.html?product=Sat%20Isharmool"
class="btn btn-danger w-100"
>Enquire</a
>
</div>
</div>
</div>
<div class="col">
<div
class="card border-0 rounded-3 shadow-sm overflow-hidden h-100"
>
<img
src="img/products/product-four.png"
alt="product"
class="card-img-top"
/>
<div class="card-body">
<h5 class="card-title">Sat Arjun</h5>
<p class="mb-0">
Since ages, herbs and plant roots are used as Ayurvedic
treatment to fight sickness and weakness. Satvyk has
introduced an unparalleled range of Ayurvedic Powders.
</p>
</div>
<div class="card-footer bg-transparent border-0 pb-3">
<a
href="/contact.html?product=Sat%20Arjun"
class="btn btn-danger w-100"
>Enquire</a
>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- video banner -->
<section class="video-banner py-5">
<div class="container h-100">
<div class="row justify-content-center align-items-center h-100">
<div class="col-auto">
<div class="text-center text-white">
<a
href="#"
class="display-1 link-danger"
data-bs-toggle="modal"
data-bs-target="#video"
>
<svg xmlns="http://www.w3.org/2000/svg" class="icon-tabler icon-tabler-player-play-filled" width="84" height="84" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M6 4v16a1 1 0 0 0 1.524 .852l13 -8a1 1 0 0 0 0 -1.704l-13 -8a1 1 0 0 0 -1.524 .852z" stroke-width="0" fill="currentColor" />
</svg>
</a>
<h1 class="pt-3 fw-bold mb-0">
What is Shilajit<br />
<span class="fs-4 fw-normal"
>A mineral rich Superfood Adaptogen</span
>
</h1>
</div>
</div>
</div>
</div>
</section>
<!-- Quality and testing -->
<section class="py-5">
<div class="container">
<div class="row g-4">
<div class="col-lg-6 col-12">
<h4 class="fw-bold pb-2">Quality Policy & Processes</h4>
<p>
Quality Assurance being the touchstone is monitored directly by
our Chief Executive officer.
</p>
<p>
Very rigid systems and controls are implemented right from the
verification of the raw material. It is then collected and
processed using finger printing of each batch of raw material
extracted.
</p>
</div>
<div class="col-lg-6 col-12">
<h4 class="fw-bold pb-2">Testing Facilities</h4>
<p>
We are constantly engaged in research, resulting in a wide range
of products for nutritional food, cosmetics, therapy, alternative
medicine, pharmaceuticals, and herbal and ayurvedic industries.
These products are currently under testing and we expect to
release them to processor and distributors during the next year.
</p>
</div>
</div>
</div>
</section>
<!-- About us -->
<section class="bg-white py-5">
<div class="container">
<div class="row align-items-center g-4">
<div class="col-lg-6 col-12">
<img
src="img/our-company.jpg"
alt="company"
class="img-fluid rounded-3"
/>
</div>
<div class="col-lg-6 col-12">
<h1 class="fw-bold pb-2">About Us</h1>
<h4>Pioneer in extraction since 1979</h4>
<p>
SDR has received various awards and accreditations during the last
22 years of its operations. Apart from having promoted the
practice of Ayurveda, SDR has carved for itself a niche in the
domestic as well as the international markets. In recognition of
the company’s commitment to maintain standards and quality of
their Ayurvedic products, the company has been conferred with
prestigious awards.
</p>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="aka-footer text-bg-dark py-3">
<div class="container">
<div
class="row align-items-center justify-content-center justify-content-md-between g-1"
>
<div class="col-auto">
<small
>Copyright © 2023
<a href="#" class="link-danger fw-semibold">SDR Herbs Extracts</a
>. All Rights Reserved.</small
>
</div>
<div class="col-auto">
<small
>Created By
<a
href="https://www.akaalcreatives.com/"
class="link-danger fw-semibold"
>Akaal Creatives</a
></small
>
</div>
</div>
</div>
</footer>
<!-- sidebar nav -->
<div
class="offcanvas offcanvas-start border-end border-light-subtle w-75"
tabindex="-1"
id="offcanvasExample"
aria-labelledby="offcanvasExampleLabel"
>
<div class="offcanvas-header align-items-center">
<img src="img/logo.svg" alt="logo" class="img-fluid sidebar-logo" />
<a
href="#"
class="text-decoration-none link-dark"
data-bs-dismiss="offcanvas"
aria-label="Close"
>
<svg xmlns="http://www.w3.org/2000/svg" class="icon-tabler icon-tabler-x" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M18 6l-12 12" />
<path d="M6 6l12 12" />
</svg>
</a>
</div>
<div class="offcanvas-body">
<div class="aka-sidebar-nav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="about.html"
>About Us</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="products.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" href="extraction-system.html"
>Extraction Sysytem</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
<!-- video model -->
<div
class="modal fade"
id="video"
tabindex="-1"
aria-labelledby="videoLabel"
aria-hidden="true"
>
<div class="modal-dialog modal-dialog-centered modal-xl">
<div class="modal-content bg-transparent border-0">
<div class="modal-header justify-content-end border-0 px-0 py-1">
<a
href="#"
class="link-dark fs-2 icon bg-white rounded-circle"
data-bs-dismiss="modal"
aria-label="Close"
><svg xmlns="http://www.w3.org/2000/svg" class="icon-tabler icon-tabler-x" width="26" height="26" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M18 6l-12 12" />
<path d="M6 6l12 12" />
</svg>
</a>
</div>
<div class="modal-body py-0 px-5">
<div class="ratio ratio-16x9 rounded-3 overflow-hidden">
<iframe
src="https://www.youtube.com/embed/xsSeGeYH4KA?si=EpIvMjaTzYePxTC1"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap Bundle Js -->
<script src="vender/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>