|
Server IP : 45.113.226.95 / Your IP : 216.73.216.239 Web Server : LiteSpeed System : Linux bharat.hostitbro.com 5.14.0-611.13.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 11 04:57:59 EST 2025 x86_64 User : digita21 ( 1701) PHP Version : 8.3.30 Disable Function : mail MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0750) : /home2/digita21/tmp/../sbrbasmatirice.com/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- PAGE TITLE HERE -->
<title>SBR AGRO EXIM PRIVATE LIMITED</title>
<!-- PAGE DESCRIPTION HERE -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="geo.region" content="IN" />
<!-- favicons Icons -->
<link rel="icon" type="image/png" sizes="32x32" href="img/logo.png">
<!-- 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=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Pathway+Extreme:opsz,wght@8..144,400;8..144,600&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" />
<link rel="stylesheet" href="assets/vendors/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/vendors/bootstrap-select/bootstrap-select.min.css">
<link rel="stylesheet" href="assets/vendors/animate/animate.min.css">
<link rel="stylesheet" href="assets/vendors/fontawesome/css/all.min.css">
<link rel="stylesheet" href="assets/vendors/jquery-ui/jquery-ui.css">
<link rel="stylesheet" href="assets/vendors/jarallax/jarallax.css">
<link rel="stylesheet" href="assets/vendors/jquery-magnific-popup/jquery.magnific-popup.css">
<link rel="stylesheet" href="assets/vendors/nouislider/nouislider.min.css">
<link rel="stylesheet" href="assets/vendors/nouislider/nouislider.pips.css">
<link rel="stylesheet" href="assets/vendors/tiny-slider/tiny-slider.css">
<link rel="stylesheet" href="assets/vendors/agrofa-icons/style.css">
<link rel="stylesheet" href="assets/vendors/owl-carousel/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/vendors/owl-carousel/css/owl.theme.default.min.css">
<link rel="stylesheet" href="assets/fonts/stylesheet.css">
<!-- template styles -->
<link rel="stylesheet" href="assets/css/agrofa.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<style>
@font-face {
font-family: myFont;
src: url('EXOTICB.TTF') format('truetype');
}
h1 {
/*font-family: myFont;*/
}
</style>
</head>
<body class="custom-cursor">
<div class="page-wrapper">
<?php
include('./include/header.php');
?>
<section class="about-banner position-relative">
<img src="./assets/images/milled-rice-bowl-wooden-spoon-black-cement-floor.jpg" class="img-fluid w-100" alt="About Us Banner">
<div class="overlay position-absolute top-0 start-0 w-100 h-100 d-flex align-items-center justify-content-center">
<div class="banner-content text-center text-light">
<nav class="breadcrumb-nav mb-2">
<a href="index.php" class="text-info">Home</a>
<span>></span>
<span class="text-light">Certificates</span>
</nav>
<h1 class="text-light">Certificates</h1>
</div>
</div>
</section>
<section class="client container">
<div class="row why-choose-one__row mt-4 mb-4">
<!--Product 1 -->
<div class="col-sm-3">
<div class="box">
<img src="./img/APEDA.png" alt="" class="img-fluid w-100" style="height: 300px;">
</div>
</div>
<!--Product 2 -->
<div class="col-sm-3">
<div class="box" >
<img src="./img/iso-22000-2018-certification-service.jpeg" alt="" class="img-fluid w-100" style="height: 300px;">
</div>
</div>
<!--Product 3 -->
<div class="col-sm-3">
<div class="box" >
<img src="./img/UDYAM.webp" alt="" class="img-fluid w-100" style="height: 300px;">
</div>
</div>
<!--Product 3 -->
<div class="col-sm-3">
<div class="box" >
<img src="./assets/images/CSR_1_iagnfv.jpg" alt="" class="img-fluid w-100" style="height: 300px;">
</div>
</div>
</div>
</section>
<?php
include('./include/footer.php');
?>