Ei kuvausta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

smart-cities.html 27KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <!-- Mirrored from s6h.in/bt_temp/smart-cities.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 11 Dec 2024 13:26:00 GMT -->
  4. <head>
  5. <meta charset="utf-8" />
  6. <title>ADM - ARIA Digital Machines</title>
  7. <meta content="width=device-width, initial-scale=1.0" name="viewport" />
  8. <meta content="" name="keywords" />
  9. <meta content="" name="description" />
  10. <!-- Google Web Fonts -->
  11. <link rel="preconnect" href="https://fonts.googleapis.com/" />
  12. <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
  13. <link
  14. href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Inter:slnt,wght@-10..0,100..900&amp;display=swap"
  15. rel="stylesheet" />
  16. <!-- Icon Font Stylesheet -->
  17. <link
  18. rel="stylesheet"
  19. href="../../use.fontawesome.com/releases/v5.15.4/css/all.css" />
  20. <link
  21. href="../../cdn.jsdelivr.net/npm/bootstrap-icons%401.4.1/font/bootstrap-icons.css"
  22. rel="stylesheet" />
  23. <link rel="stylesheet" href="../../unpkg.com/boxicons%402.1.4/css/boxicons.min.css">
  24. <!-- Libraries Stylesheet -->
  25. <link rel="stylesheet" href="lib/animate/animate.min.css" />
  26. <link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet" />
  27. <link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet" />
  28. <!-- Customized Bootstrap Stylesheet -->
  29. <link href="css/bootstrap.min.css" rel="stylesheet" />
  30. <!-- Template Stylesheet -->
  31. <link href="css/style.css" rel="stylesheet" />
  32. <!-- <link href="css/navbar.css" rel="stylesheet" /> -->
  33. <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
  34. <link href="assets/css/main.css" rel="stylesheet">
  35. </head>
  36. <body>
  37. <!-- Spinner Start -->
  38. <!-- Spinner End -->
  39. <!-- Navbar & Hero Start -->
  40. <header class="header d-flex align-items-center fixed-top" id="header">
  41. </header>
  42. <!-- Navbar & Hero End -->
  43. <!-- Modal Search Start -->
  44. <div
  45. class="modal fade"
  46. id="searchModal"
  47. tabindex="-1"
  48. aria-labelledby="exampleModalLabel"
  49. aria-hidden="true">
  50. <div class="modal-dialog modal-fullscreen">
  51. <div class="modal-content rounded-0">
  52. <div class="modal-header">
  53. <h5 class="modal-title" id="exampleModalLabel">
  54. Search by keyword
  55. </h5>
  56. <button
  57. type="button"
  58. class="btn-close"
  59. data-bs-dismiss="modal"
  60. aria-label="Close"></button>
  61. </div>
  62. <div class="modal-body d-flex align-items-center bg-primary">
  63. <div class="input-group w-75 mx-auto d-flex">
  64. <input
  65. type="search"
  66. class="form-control p-3"
  67. placeholder="keywords"
  68. aria-describedby="search-icon-1" />
  69. <span
  70. id="search-icon-1"
  71. class="btn bg-light border nput-group-text p-3"
  72. ><i class="fa fa-search"></i
  73. ></span>
  74. </div>
  75. </div>
  76. </div>
  77. </div>
  78. </div>
  79. <!-- Modal Search End -->
  80. <!-- Carousel Start -->
  81. <div class="header-carousel owl-carousel">
  82. <div class="header-carousel-item bg-primary">
  83. <div class="carousel-caption">
  84. <div class="container">
  85. <div class="row g-4 align-items-center">
  86. <div class="col-lg-7">
  87. <div class="text-sm-center text-md-start">
  88. <h1 class="text-white text-uppercase fw-bold mb-4">
  89. Smart Cities Solutions: Shaping the Future of Urban Innovation
  90. </h1>
  91. <p class="mb-0">
  92. Smart Cities are emerging as the cornerstone of sustainable and efficient urban development. We master the technology to create intelligent, interconnected ecosystems that confirm the quality of life for citizens while optimizing city operations. Our Smart Cities solutions harness the power of IoT, artificial intelligence (AI), and data analytics to build urban environments that are more efficient, responsive, and sustainable.
  93. </p>
  94. </div>
  95. </div>
  96. <div class="col-lg-5">
  97. <div class="calrousel-img" style="object-fit: cover">
  98. <img
  99. src="img/services/1.png"
  100. class="img-fluid w-100"
  101. alt="" />
  102. </div>
  103. </div>
  104. </div>
  105. </div>
  106. </div>
  107. </div>
  108. </div>
  109. <!-- Carousel End -->
  110. <!-- Feature Start -->
  111. <div class="container-fluid feature bg-light py-5">
  112. <div class="container py-5">
  113. <div
  114. class="text-left mx-auto pb-5 wow"
  115. >
  116. <h4 class="text-primary">What is a Smart City?</h4>
  117. <p class="mb-0">
  118. A Smart City is an urban area that uses digital technologies to collect data, manage assets-bt, and optimize resources for improved infrastructure and services. These cities rely on an integrated network of IoT devices, sensors, and AI-powered systems to deliver real-time insights and automate urban operations.
  119. </p>
  120. <br>
  121. <p class="mb-5 fs-5">
  122. Key Features of Smart Cities:
  123. </p>
  124. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>Data-Driven Decision Making:</strong> Real-time data collection from various urban systems for proactive governance.</p>
  125. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>Sustainability: </strong> Efficient energy management, reduced emissions, and eco-friendly practices.</p>
  126. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>Mobility:</strong> Intelligent transportation systems for smoother traffic management and reduced congestion.</p>
  127. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>Safety and Security:</strong> Smart surveillance, emergency response systems, and real-time monitoring for safer cities.</p>
  128. <p class="mb-0"><i class="fa fa-check text-primary me-3"></i> <strong>Citizen Engagement:</strong> Platforms for improved interaction between citizens and municipal authorities.</p>
  129. </div>
  130. </div>
  131. </div>
  132. <!-- Feature End -->
  133. <!-- Software develppment Start -->
  134. <div class="container-fluid faq-section bg-light py-5">
  135. <div class="container py-5">
  136. <div class="row g-5 align-items-center">
  137. <div class="col-xl-8 wow">
  138. <div class="h-100">
  139. <div class="mb-5">
  140. <h4 class="text-primary">ADM Technologies Limited' Smart City Solutions: Revolutionizing Urban Life</h4>
  141. <p class="mb-5 fs-5">
  142. Our Comprehensive Smart City Solutions:
  143. </p>
  144. <p>
  145. IoT technology is at the heart of every Smart City, enabling real-time communication between devices, systems, and applications. Our IoT solutions provide the necessary framework for a truly interconnected urban environment.
  146. </p>
  147. <h5 class="text-primary">IoT Infrastructure: The Backbone of a Smart City</h5>
  148. <p class="text-dark">
  149. <i class="fa fa-check text-primary me-3"></i><strong> Smart Sensors & Devices:</strong> Deployment of IoT sensors for monitoring air quality, traffic, waste management, water supply, and energy usage.
  150. </p>
  151. <p class="text-dark">
  152. <i class="fa fa-check text-primary me-3"></i><strong> IoT Networks:</strong> Seamless communication through low-latency IoT networks for enhanced data collection and transfer.
  153. </p>
  154. <p class="text-dark">
  155. <i class="fa fa-check text-primary me-3"></i><strong> Smart Street Lighting: </strong> Automated lighting systems that adjust based on pedestrian and vehicular movement, improving energy efficiency.
  156. </p>
  157. </div>
  158. </div>
  159. </div>
  160. <div class="col-xl-4 wow">
  161. <img
  162. src="img/services/1.png"
  163. class="img-fluid w-100"
  164. alt="" />
  165. </div>
  166. </div>
  167. </div>
  168. </div>
  169. <!-- Software develppment End -->
  170. <!-- Video analytics Start -->
  171. <div class="container-fluid faq-section bg-light py-5">
  172. <div class="container py-5">
  173. <div class="row g-5 align-items-center">
  174. <div class="col-xl-4 wow">
  175. <img
  176. src="img/services/1.png"
  177. class="img-fluid w-100"
  178. alt="" />
  179. </div>
  180. <div class="col-xl-8 wow">
  181. <div class="h-100">
  182. <div class="mb-5">
  183. <h4 class="text-primary">Smart Governance: Enabling Efficient Urban Management
  184. </h4>
  185. </div>
  186. <div>
  187. <p>
  188. Smart cities require efficient governance mechanisms that can process vast amounts of data and respond dynamically to the needs of citizens.
  189. </p>
  190. <p class="mb-5 fs-5">
  191. Innovative Features:
  192. </p>
  193. <p class="text-dark">
  194. <i class="fa fa-check text-primary me-3"></i><strong> Smart Grids:</strong> Manage energy distribution efficiently for reliable power supply and minimizing outages.
  195. </p>
  196. <p class="text-dark">
  197. <i class="fa fa-check text-primary me-3"></i><strong> e-Governance Platforms:</strong> Digitized administrative services that allow citizens to access government services online, reducing paperwork and waiting times.
  198. </p>
  199. </div>
  200. </div>
  201. </div>
  202. </div>
  203. </div>
  204. </div>
  205. <!-- Video analytics End -->
  206. <!-- Software develppment Start -->
  207. <div class="container-fluid faq-section bg-light py-5">
  208. <div class="container py-5">
  209. <div class="row g-5 align-items-center">
  210. <div class="col-xl-8 wow">
  211. <div class="h-100">
  212. <div class="mb-5">
  213. <h4 class="text-primary">Intelligent Transportation Systems: Redefining Urban Mobility</h4>
  214. <p class="text-dark">
  215. <i class="fa fa-check text-primary me-3"></i><strong>Smart Traffic Management:</strong>AI-powered traffic signals that adapt to real-time traffic conditions, minimizing delays and congestion.
  216. </p>
  217. <p class="text-dark">
  218. <i class="fa fa-check text-primary me-3"></i><strong>Public Transport Optimization: </strong>Real-time tracking and predictive analysis for buses, trams, and trains, improving punctuality and commuter experience.
  219. </p>
  220. <p class="text-dark">
  221. <i class="fa fa-check text-primary me-3"></i><strong>Mobility as a Service (MaaS):</strong> Automated lighting systems that adjust based on pedestrian and vehicular movement, improving energy efficiency.
  222. </p>
  223. </div>
  224. </div>
  225. </div>
  226. <div class="col-xl-4 wow">
  227. <img
  228. src="img/services/1.png"
  229. class="img-fluid w-100"
  230. alt="" />
  231. </div>
  232. </div>
  233. </div>
  234. </div>
  235. <!-- Software develppment End -->
  236. <!-- Video analytics Start -->
  237. <div class="container-fluid faq-section bg-light py-5">
  238. <div class="container py-5">
  239. <div class="row g-5 align-items-center">
  240. <div class="col-xl-4 wow">
  241. <img
  242. src="img/services/1.png"
  243. class="img-fluid w-100"
  244. alt="" />
  245. </div>
  246. <div class="col-xl-8 wow">
  247. <div class="h-100">
  248. <div class="mb-5">
  249. <h4 class="text-primary">Smart Energy Management: Powering Sustainable Cities
  250. </h4>
  251. </div>
  252. <div>
  253. <p>
  254. Energy efficiency is a key component of smart city development. We provide intelligent energy management systems that reduce waste and promote sustainability.
  255. </p>
  256. <p class="mb-5 fs-5">
  257. Innovative Features:
  258. </p>
  259. <p class="text-dark">
  260. <i class="fa fa-check text-primary me-3"></i><strong> Smart Grids and Meters:</strong> Real-time monitoring of energy consumption, enabling dynamic pricing models and optimized power distribution.
  261. </p>
  262. <p class="text-dark">
  263. <i class="fa fa-check text-primary me-3"></i><strong> Renewable Energy Integration:</strong> Seamless integration of solar, wind, and other renewable energy sources into city grids, reducing reliance on non-renewable resources.
  264. </p>
  265. <p class="text-dark">
  266. <i class="fa fa-check text-primary me-3"></i><strong> Energy Analytics:</strong> AI-driven analysis of energy consumption patterns to optimize resource allocation and minimize carbon footprints.
  267. </p>
  268. </div>
  269. </div>
  270. </div>
  271. </div>
  272. </div>
  273. </div>
  274. <!-- Video analytics End -->
  275. <!-- Software develppment Start -->
  276. <div class="container-fluid faq-section bg-light py-5">
  277. <div class="container py-5">
  278. <div class="row g-5 align-items-center">
  279. <div class="col-xl-8 wow">
  280. <div class="h-100">
  281. <div class="mb-5">
  282. <h4 class="text-primary">Smart Waste Management: Keeping Cities Clean and Green</h4>
  283. <p>Effective waste management is vital for maintaining urban cleanliness and environmental sustainability. Our smart waste management solutions use IoT sensors to monitor waste levels and optimize collection routes.</p>
  284. <p class="text-dark">
  285. <i class="fa fa-check text-primary me-3"></i><strong>SReal-Time Waste Monitoring:</strong>IoT-enabled bins that provide real-time updates on waste levels, ensuring timely collection.
  286. </p>
  287. <p class="text-dark">
  288. <i class="fa fa-check text-primary me-3"></i><strong>Route Optimization: </strong>AI-powered algorithms that generate the most efficient waste collection routes, reducing fuel consumption and operational costs.
  289. </p>
  290. <p class="text-dark">
  291. <i class="fa fa-check text-primary me-3"></i><strong>Recycling and Waste Segregation:</strong> Automated systems that help in sorting recyclable materials, contributing to a cleaner environment.
  292. </p>
  293. </div>
  294. </div>
  295. </div>
  296. <div class="col-xl-4 wow">
  297. <img src="img/Smartcities/Smartcities5.html" class="img-fluid w-100" alt="" />
  298. </div>
  299. </div>
  300. </div>
  301. </div>
  302. <!-- Software develppment End -->
  303. <!-- Video analytics Start -->
  304. <div class="container-fluid faq-section bg-light py-5">
  305. <div class="container py-5">
  306. <div class="row g-5 align-items-center">
  307. <div class="col-xl-4 wow">
  308. <img src="img/Smartcities/Smartcities6.html" class="img-fluid w-100" alt="" />
  309. </div>
  310. <div class="col-xl-8 wow">
  311. <div class="h-100">
  312. <div class="mb-5">
  313. <h4 class="text-primary">Smart Security & Surveillance: Ensuring Urban Safety
  314. </h4>
  315. </div>
  316. <div>
  317. <p>
  318. Security is a top priority for any Smart City. Our advanced security solutions integrate AI-powered video analytics, real-time monitoring, and automated emergency response systems to create safer urban environments.
  319. </p>
  320. <p class="mb-5 fs-5">
  321. Innovative Features:
  322. </p>
  323. <p class="text-dark">
  324. <i class="fa fa-check text-primary me-3"></i><strong> Smart Surveillance Systems: </strong> AI-enhanced video analytics and facial recognition for real-time threat detection and automated responses.
  325. </p>
  326. <p class="text-dark">
  327. <i class="fa fa-check text-primary me-3"></i><strong> Emergency Response Systems:</strong> IoT-based emergency alarms and notification systems for rapid response to natural disasters, accidents, or security threats.
  328. </p>
  329. </div>
  330. </div>
  331. </div>
  332. </div>
  333. </div>
  334. </div>
  335. <!-- Video analytics End -->
  336. <!-- Software develppment Start -->
  337. <div class="container-fluid faq-section bg-light py-5">
  338. <div class="container py-5">
  339. <div class="row g-5 align-items-center">
  340. <div class="col-xl-8 wow">
  341. <div class="h-100">
  342. <div class="mb-5">
  343. <h4 class="text-primary">Smart Water Management: Optimizing Resources</h4>
  344. <p>Efficient water management is essential for sustainable urban living. Our smart water management solutions use IoT sensors and real-time analytics to monitor and control water supply, distribution, and usage.</p>
  345. <p class="text-dark">
  346. <i class="fa fa-check text-primary me-3"></i><strong>Leak Detection Systems:</strong>Real-time monitoring of pipelines to detect leaks and prevent water wastage.
  347. </p>
  348. <p class="text-dark">
  349. <i class="fa fa-check text-primary me-3"></i><strong>Smart Water Meters: </strong>Advanced water meters that provide real-time data on water consumption, enabling better control and conservation.
  350. </p>
  351. <p class="text-dark">
  352. <i class="fa fa-check text-primary me-3"></i><strong>Water Quality Monitoring:</strong> IoT-enabled systems that continuously monitor water quality to ensure safety and compliance with regulations.
  353. </p>
  354. </div>
  355. </div>
  356. </div>
  357. <div class="col-xl-4 wow">
  358. <img src="img/Smartcities/Smartcities7.html" class="img-fluid w-100" alt="" />
  359. </div>
  360. </div>
  361. </div>
  362. </div>
  363. <!-- Software develppment End -->
  364. <!-- Video analytics Start -->
  365. <div class="container-fluid faq-section bg-light py-5">
  366. <div class="container py-5">
  367. <div class="row g-5 align-items-center">
  368. <div class="col-xl-4 wow">
  369. <img src="img/Smartcities/Smartcities8.html" class="img-fluid w-100" alt="" />
  370. </div>
  371. <div class="col-xl-8 wow">
  372. <div class="h-100">
  373. <div class="mb-5">
  374. <h4 class="text-primary">The Role of Data in Smart Cities: Transforming Information into Action
  375. </h4>
  376. </div>
  377. <div>
  378. <p>
  379. Data is the driving force behind any Smart City. We specialize in collecting, analyzing, and leveraging data to optimize urban infrastructure and services. Our data analytics platforms use AI and machine learning to turn raw data into actionable insights, enabling city officials to make informed decisions.
  380. </p>
  381. <p class="mb-5 fs-5">
  382. Data-Driven Benefits Include:
  383. </p>
  384. <p class="text-dark">
  385. <i class="fa fa-check text-primary me-3"></i><strong> Predictive Maintenance: </strong> Identifying potential failures in infrastructure before they occur, reducing downtime and maintenance costs.
  386. </p>
  387. <p class="text-dark">
  388. <i class="fa fa-check text-primary me-3"></i><strong> Proactive Public Services:</strong> Using data to anticipate citizen needs and deploy resources more efficiently.
  389. </p>
  390. <p class="text-dark">
  391. <i class="fa fa-check text-primary me-3"></i><strong> Real-Time Decision Making:</strong> Instant access to data for faster, more effective governance and emergency response.
  392. </p>
  393. </div>
  394. </div>
  395. </div>
  396. </div>
  397. </div>
  398. </div>
  399. <!-- Video analytics End -->
  400. <!-- Software develppment Start -->
  401. <div class="container-fluid faq-section bg-light py-5">
  402. <div class="container py-5">
  403. <div class="row g-5 align-items-center">
  404. <div class="col-xl-12 wow">
  405. <div class="h-100">
  406. <div class="mb-5">
  407. <h4 class="text-primary">Get Started with ADM Technologies Limited</h4>
  408. <p>Ready to transform your city into a smart, interconnected urban ecosystem? We are dedicated to creating cities of the future—cities that are efficient, sustainable, and responsive to the needs of their citizens. Let us help you build a Smart City that improves quality of life and drives economic growth.</p>
  409. </div>
  410. </div>
  411. </div>
  412. </div>
  413. </div>
  414. </div>
  415. <!-- Software develppment End -->
  416. <!-- Footer Start -->
  417. <footer id="footer" class="footer">
  418. <div class="container-fluid footer py-5 wow">
  419. <div class="container py-5">
  420. <div class="row g-5">
  421. <div class="col-xl-9">
  422. <div
  423. class="pt-5"
  424. style="border-top: 1px solid rgba(255, 255, 255, 0.08)">
  425. <div class="row g-0">
  426. <div class="col-12">
  427. <div class="row g-4">
  428. <div class="col-lg-6 col-xl-4">
  429. <div class="d-flex">
  430. <div
  431. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  432. <i class="fas fa-map-marker-alt fa-2x"></i>
  433. </div>
  434. <div>
  435. <h4 class="text-white">Address</h4>
  436. <p class="mb-0">
  437. #501,#508-510, Shangrila Plaza , <br />Road No. 2,
  438. Park View Enclave, <br />Banjara Hills , Hyderabad,
  439. <br />Telangana-500034
  440. </p>
  441. </div>
  442. </div>
  443. </div>
  444. <div class="col-lg-6 col-xl-4">
  445. <div class="d-flex">
  446. <div
  447. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  448. <i class="fas fa-envelope fa-2x"></i>
  449. </div>
  450. <div>
  451. <h4 class="text-white">Mail Us</h4>
  452. <p class="mb-0">info@ADM.com</p>
  453. </div>
  454. </div>
  455. </div>
  456. <div class="col-lg-6 col-xl-4">
  457. <div class="d-flex">
  458. <div
  459. class="btn-xl-square bg-primary text-white rounded p-4 me-4">
  460. <i class="fa fa-phone-alt fa-2x"></i>
  461. </div>
  462. <div>
  463. <h4 class="text-white">Telephone</h4>
  464. <p class="mb-0">+91 9885888835</p>
  465. <p class="mb-0">+91 9581234499</p>
  466. </div>
  467. </div>
  468. </div>
  469. </div>
  470. </div>
  471. </div>
  472. </div>
  473. </div>
  474. <div class="col-xl-3">
  475. <div class="footer-item">
  476. <h4 class="text-white mb-4">Follow Us</h4>
  477. <a href="#">
  478. <i class="fab fa-facebook facebook"> Facebook</i>
  479. </a>
  480. <a href="#">
  481. <i class="fab fa-twitter twitter"> Twitter</i>
  482. </a>
  483. <a href="#">
  484. <i class="fab fa-instagram instagram"> Instagram</i>
  485. </a>
  486. <a href="#">
  487. <i class="fab fa-linkedin linkedin"> Linkedin</i>
  488. </a>
  489. <a href="#">
  490. <i class="fab fa-youtube youtube"> Youtube</i>
  491. </a>
  492. <a href="#">
  493. <i class="fab fa-pinterest pinterest"> Pinterest</i>
  494. </a>
  495. </div>
  496. </div>
  497. </div>
  498. </div>
  499. </div>
  500. <!-- Footer End -->
  501. <!-- Copyright Start -->
  502. <div class="container-fluid copyright py-4">
  503. <div class="container">
  504. <div class="row g-4 align-items-center">
  505. <div class="col-md-6 text-center text-md-end mb-md-0">
  506. <span class="text-body">
  507. 2024 © Copy Rights
  508. <a
  509. href="https://ADM.com/"
  510. class="border-bottom text-white">
  511. ADM
  512. </a>
  513. </span>
  514. </div>
  515. <!-- <div class="col-md-6 text-center text-md-start text-body"> -->
  516. <!-- <!--/*** This template is free as long as you keep the below author’s credit link/attribution link/backlink. ***/-->
  517. <!-- <!--/*** If you'd like to use the template without the below author’s credit link/attribution link/backlink, ***/-->
  518. <!-- <!--/*** you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". ***/-->
  519. <!-- Designed By -->
  520. <!-- <a class="border-bottom text-white" href="https://htmlcodex.com" -->
  521. <!-- >HTML Codex</a -->
  522. <!-- > -->
  523. <!-- Distributed By -->
  524. <!-- <a class="border-bottom text-white" href="https://themewagon.com" -->
  525. <!-- >ThemeWagon</a -->
  526. <!-- > -->
  527. <!-- </div> -->
  528. </div>
  529. </div>
  530. </div>
  531. <!-- Copyright End -->
  532. </footer>
  533. <!--Footer End-->
  534. <!-- Back to Top -->
  535. <a href="#" class="btn btn-primary btn-lg-square rounded-circle back-to-top"
  536. ><i class="fa fa-arrow-up"></i
  537. ></a>
  538. <!-- JavaScript Libraries -->
  539. <script src="../../ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
  540. <script src="../../cdn.jsdelivr.net/npm/bootstrap%405.0.0/dist/js/bootstrap.bundle.min.js"></script>
  541. <script src="lib/wow/wow.min.js"></script>
  542. <script src="lib/easing/easing.min.js"></script>
  543. <script src="lib/waypoints/waypoints.min.js"></script>
  544. <script src="lib/counterup/counterup.min.js"></script>
  545. <script src="lib/lightbox/js/lightbox.min.js"></script>
  546. <script src="lib/owlcarousel/owl.carousel.min.js"></script>
  547. <!-- Template Javascript -->
  548. <script src="js/main.js"></script>
  549. <script src="assets/js/navbar.js"></script>
  550. <script src="assets/js/footer.js"></script>
  551. </body>
  552. <script>'undefined'=== typeof _trfq || (window._trfq = []);'undefined'=== typeof _trfd && (window._trfd=[]),_trfd.push({'tccl.baseHost':'secureserver.net'},{'ap':'cpsh-oh'},{'server':'sg2plzcpnl489763'},{'dcenter':'sg2'},{'cp_id':'8377108'},{'cp_cl':'8'}) // Monitoring performance to make your website faster. If you want to opt-out, please contact web hosting support.</script><script src='../../img1.wsimg.com/signals/js/clients/scc-c2/scc-c2.min.js'></script>
  553. <!-- Mirrored from s6h.in/bt_temp/smart-cities.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 11 Dec 2024 13:26:06 GMT -->
  554. </html>