-
Notifications
You must be signed in to change notification settings - Fork 0
/
products-and-services.html
747 lines (691 loc) · 44.7 KB
/
products-and-services.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
<!--
Designed and developed by Alpha Magnus Studios
https://www.alphamstudios.com
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Products and Services | NorthTech Engineering</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta name="keywords" content="" />
<link rel="shortcut icon" href="images/icon.png">
<script type="application/x-javascript">
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- bootstrap-css -->
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<!--// bootstrap-css -->
<!-- css -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!--// css -->
<!-- font-awesome icons -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome icons -->
<!-- font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,400,400i,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i" rel="stylesheet">
<!-- //font -->
<script src="js/functions.js"></script>
</head>
<body>
<div class="inner_agile_pages">
<div class="main_agileits">
<div class="agile_wthree_nav">
<script>navbar("pns")</script>
</div>
</div>
</div>
<!-- //banner -->
<!--/w3_short-->
<div class="services-breadcrumb">
<div class="agile_inner_breadcrumb">
<ul class="w3_short">
<li><a href="index.html">Home</a><span>|</span></li>
<li>Products & Services</li>
</ul>
</div>
</div>
<!--//w3_short-->
<!-- banner-bottom -->
<div class="banner_bottom_w3ls_agile">
<div class="container">
<h3 class="agile_heading inner">Products & Services</h3>
<p class="sub_cap"><span style="color: #015e25;">NorthTech</span> stands synonymous with Innovation, Quality and Reliability</p>
<div class="agile_inner_info">
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_cons">Construction</h3>
<div class="row pnsdiv" id="div_cons">
<div class="col-md-6">
<p>
Northtech Engineering havs a global Building, Construction and Engineering team who help shape
the industry by providing unrivalled first class service to our clients and candidates. Our team
is made up of a talented group of consultants who have a blend of industry and recruitment
experience making them true specialists in their fields. We are passionate about what we do;
we are creative, driven and fabulously well connected.<br>
We act for a diverse range of clients, which includes Developers, Property Occupiers, Consultancies
and Contractors. Our clients know that when they engage us we are fully committed to finding them
the perfect candidate. We will provide a first class and innovative service ensuring that our clients
are connected with the best candidates available in the market place. It is this close working relationship
that affords us an unrivalled level of global knowledge and experience not offered anywhere else.
</p>
</div>
<div class="col-md-6">
<img src="images/pns/construction.jpg">
</div>
</div>
<!-- / PnS Row -->
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_adm">Admixtures / Construction Chemicals</h3>
<div class="row pnsdiv" id="div_adm">
<div class="col-md-6">
<img src="images/pns/admixtures.jpg">
</div>
<div class="col-md-6">
<p>
Chemical admixtures are the ingredients in concrete other than portland cement, water, and
aggregate that are added to the mix immediately before or during mixing. Producers use admixtures
primarily to reduce the cost of concrete construction; to modify the properties of hardened
concrete; to ensure the quality of concrete during mixing, transporting, placing, and curing;
and to overcome certain emergencies during concrete operations.<br><br> Admixtures play a vital role
in production of quality concrete and mortars in all segments of the industry – Ready-mix,
Precast and Site-batch. It is the ingredients in concrete other than cement, water and aggregate
that is added to the mix immediately before or during mixing. Used primarily to reduce the cost
of concrete construction; to modify the properties of hardened concrete; to ensure the quality
of concrete during mixing, transporting, placing, and curing; and to overcome certain emergencies
during concrete operations.
</p>
<h4>Types of Admixtures</h4>
<div class="col-md-6">
<ul>
<li>Plasticizers / Water Reducing Agents (WRA’s)</li>
<li>Super plasticizers</li>
<li>Air Entrainers</li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li>Retarders</li>
<li>Accelerators</li>
<li>Pumping Aids</li>
<li>Specialty Admixtures</li>
</ul>
</div>
</div>
</div>
<!-- / PnS Row -->
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_gna">Grouts & Anchors</h3>
<div class="row pnsdiv" id="div_gna">
<div class="col-md-6">
<p>
Cement and Epoxy resin grouts for construction applications including grouting baseplates, machine bases, rails and all sorts of voids in new construction and repair work.
With exceptional flow, stability and strength characteristics, our grouts provide the best solution for high precision and critical applications, together with a wide range of cement and resin based anchoring systems. The range of grouts and anchors is tested and outperforms industry laid norms and standards.
Utilizing our extensive range of products, combined with the expert knowledge and experience of our people, We strives to deliver an innovative and value-driven solution. Always in constant consultation with our customers, We develop a tailored solution for any construction project, adding value and becoming more than just a materials supplier.
By utilising global experience and expertise, Grout and anchor solutions deliver some of the world’s most innovative product range.
</p>
<h4>Advantages</h4>
<div class="col-md-6">
<ul>
<li>Cost effective, project specific solutions</li>
<li>Extensive product portfolio</li>
<li>Proven technologies ensuring long term performance</li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li>Easily applied systems</li>
<li>CAD details/specification assistance</li>
<li>Expert technical advice and customer services</li>
</ul>
</div>
</div>
<div class="col-md-6">
<img src="images/pns/grouts-anchors.jpg">
</div>
</div>
<!-- / PnS Row -->
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_wp">Waterproofing</h3>
<div class="row pnsdiv" id="div_wp">
<div class="col-md-6">
<img src="images/pns/waterproofing.jpg">
<br><br>
<img src="images/pns/waterproofing2.jpg">
<br><br>
<img src="images/pns/waterproofing3.jpg">
</div>
<div class="col-md-6">
<div class="row">
<h4>Waterproofing is required for</h4>
<div class="col-md-6">
<ul>
<li>Basement of structure</li>
<li>Walls</li>
<li>Bathrooms and kitchen</li>
<li>Balconies, decks</li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li>Terrace or roofs</li>
<li>Green roofs</li>
<li>Water tanks</li>
<li>Swimming pools</li>
</ul>
<br>
</div>
</div>
<div class="row">
<h4>Waterproofing Methods</h4>
<div class="col-md-6">
<ul>
<li>Cementitious Waterproofing</li>
<li>Liquid Waterproofing Membrane</li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li>Bituminous Membrane</li>
<li>Bituminous Coating</li>
</ul>
<br>
</div>
</div>
<div class="row">
<h4>Advantages</h4>
<div class="col-md-6">
<ul>
<li>Rapid installation - no blinding concrete or protection required.</li>
<li>Assured watertight integrity even in the event of ground settlement.</li>
<li>No water-tracking.</li>
<li>Easy jointing and compatible full range of ancillaries.</li>
<li>Long term watertight durability.</li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li>Integrity assured at pile caps.</li>
<li>Excellent solution for precast concrete.</li>
<li>Water tanks</li>
<li>Protects structure against ground contaminants.</li>
</ul>
</div>
</div>
<h4><br>BELOW-GROUND WATERPROOFING</h4>
<p>
We offer one of the most comprehensive ranges in below-ground waterproofing, providing leak-free
buildings around the world. These systems are manufactured to the highest quality standards
backed by independent test certificates. For below-ground structures where the exterior face of
the structural concrete is inaccessible, the waterproofing must be applied prior to pouring the
concrete. Conventional systems are either loose-laid or self-adhering to the substrate not the
structural concrete, this means there is no seal between the waterproofing and the structural concrete
which can lead to water travelling between the waterproofing and the structure from any leakages
that may occur. BS8102:2009 highlights this problem and recommends that a fully-bonded pre-applied
waterproofing system be used to mitigate this risk. A similar problem occurs where ground settlement takes place.
</p>
<h4>ABOVE-GROUND WATERPROOFING</h4>
<p>
Cool roofs, as the name implies, are roofs that heat up very little, thanks to their high capacity to reflect solar radiation and, at the same time, to emit infrared heat energy. They can be an effective solution to the problem of overheating that afflicts individual buildings and urban areas in the summer, mitigating the heat island effect. Synthetic membrane, reduces the roof’s surface temperature thanks to its reflectance and remittance. The same effect can be achieved by applying seamless coating. Flat/sloping roofs that are trafficked can be easily waterproofed by using either a spray or liquid-applied membrane to give seamless protection and rapid return to service times.
</p>
<h4>WET AREAS</h4>
<p>
Areas within a building that are supplied with water from its water supply system are vulnerable to potential leakages and
subsequent damaged to its structure and interior finishes. These critical applications can be dealt with by using a wide variety of waterproofing products supplied by Northtech, ensuring piece of mind for long term durability and comfort. We offers a full range of wet area waterproofing product systems, manufactured to the highest quality standards backed by independent test certificates.
</p>
<h4>WATER INDUSTRY</h4>
<p>
Todays water industry operates sophisticated and costly networks including clean water treatment works and sewage plants,
usually run as a public service by a public utility which is owned by local or national government. In some countries, the water
industry is regulated with products undergoing extensive approvals certification especially when in contact with potable
water. We have many solutions to protect and seal clean and dirty water structures, these systems have proven track
records and are widely known for their high quality.
</p>
</div>
</div>
<!-- / PnS Row -->
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_floor">Industrial / Residential Flooring</h3>
<div class="row pnsdiv" id="div_floor">
<div class="col-md-6">
<h4>Industrial</h4>
<p>
We provide the complete industrial flooring solutions to match the needs of our clients. Whether you require chemical resistance, abrasion resistance, resistance to heavy loads, ease of maintenance or all of the above, we will be able to provide a satisfying solution for you.
Our vast portfolio of performance flooring products offer the strength required to deal with an entire host of conditions whether it is industrial coatings and joint-free self-levelling epoxies through to heavy duty polyurethanes and epoxy mortar systems.
All our industrial floor coating systems are joint-free, delivering a seamless finish with no cracks or crevices to harbor dust, dirt and bacteria. This makes the surfaces user-friendly to clean and maintain and ensures hygiene between wash cycles.
</p>
<br><br><br><br>
<h4>Epoxy 3D Floor</h4>
<p>
The 3D technology is gaining increasing popularity. Epoxy 3D floor has been used more and more in shopping malls, halls, offices, homes and apartments due to its creativity and high performance. This is the latest fad in the fancy floor world.
Epoxy 3D floor installation process involves laying down a layer of self-leveling primer followed by the desired image. This is then treated with a transparent two-component epoxy or polyurethane to give the perfect image depth. A level of protective varnish is the final step.
Not like a sticker or painted vinyl that is directly under your feet, the installed epoxy 3D floor gives the perception of depth and is impervious to all sorts of damage that would usually affect floor decorations.
</p>
</div>
<div class="col-md-6">
<img src="images/pns/flooring.jpg">
<br>
<img src="images/pns/flooring2.jpg">
</div>
</div>
<!-- / PnS Row -->
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_retro">Structural Repairs & Retrofitting</h3>
<div class="row pnsdiv" id="div_retro">
<div class="col-md-6">
<img src="images/pns/retrofitting.jpg">
</div>
<div class="col-md-6">
<p>
Northtech Engineering is one of the leading specialist contractor undertaking repair, strengthening, refurbishment and general contracting of civil engineering structures and buildings throughout the country. They successfully completed numerous projects of structural repairs, strengthening, water-proofing and protection in the residential, commercial, industrial and infrastructure space of the industry. The group can be relied on creativity, quality and dependability to deliver the project on time, within budget and with minimal disruption of operations.
</p>
<h4>Techniques for Strengthening</h4>
<p>
Primary aim of strengthening a structure is to increase its load bearing capacity with respect to its previous condition. Only those aspects related to flexure are discussed here. Established techniques which have been in use successfully for a number of years are recognized as follows:
</p>
<div class="col-md-6">
<ul>
<li>Over Slabbing</li>
<li>Sprayed Concrete with Additional Reinforcement</li>
</ul>
</div>
<div class="col-md-6">
<ul>
<li>Steel Plate bonding</li>
<li>External Pre stressing</li>
<li>Foundation Repairs</li>
</ul>
</div>
</div>
</div>
<!-- / PnS Row -->
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_prefab">Pre-Fabricated Structures</h3>
<div class="row pnsdiv" id="div_prefab">
<div class="col-md-6">
<p>
Prefabrication is the method of construction which includes assembling components of a structure in a manufacturing or production site, transporting complete assemblies or partial assemblies to the site where the structure is to be located. It is combination of good design with modern high performance components and quality controlled manufacturing procedures. This work is carried out in two stages, manufacturing of components in a place other than final location and their erection in position.
Prefabricated sections are produced in large quantities in a factory and then shipped to various construction sites. This procedure may allow work to continue despite poor weather conditions and should reduce any waste in time and material at the site. Precast concrete units are cast and hardened before being used for construction. Sometimes builders cast components at the building site and hoist them into place after they harden. This technique permits the speedy erection of structures.
</p>
<h4>Prefabrication stages:</h4>
<ul>
<li>Manufacturing at factory condition</li>
<li>Erection of components at the required location</li>
</ul>
</div>
<div class="col-md-6">
<img src="images/pns/prefab.jpg">
<br>
<img src="images/pns/prefab2.jpg">
</div>
</div>
<!-- / PnS Row -->
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_peb">Pre Engineered Structures (PEB)</h3>
<div class="row pnsdiv" id="div_peb">
<div class="col-md-6">
<img src="images/pns/pes1.jpg">
<br>
<img src="images/pns/pes2.jpg">
<br>
<img src="images/pns/pes3.jpg">
</div>
<div class="col-md-6">
<p>
In structural engineering, a pre-engineered building (PEB) is designed by a PEB supplier or PEB manufacturer, to be fabricated using best suited inventory of raw materials available from all sources and manufacturing methods that can efficiently satisfy a wide range of structural and aesthetic design requirements. Within some geographic industry sectors these buildings are also called Pre-Engineered Metal Buildings (PEMB) or, as is becoming increasingly common due to the reduced amount of pre-engineering involved in custom computer-aided designs, simply Engineered Metal Buildings (EMB).
During the 1960s, standardized engineering designs for buildings were first marketed as PEBs. Historically, the primary framing structure of a pre-engineered building is an assembly of I-shaped members, often referred as I-beams. In pre-engineered buildings, the I beams used are usually formed by welding together steel plates to form the I section. The I beams are then field-assembled (e.g. bolted connections) to form the entire frame of the pre-engineered building. Some manufacturers taper the framing members (varying in web depth) according to the local loading effects. Larger plate dimensions are used in areas of higher load effects.
Other forms of primary framing can include trusses, mill sections rather than three-plate welded, castellated beams, etc. The choice of economic form can vary depending on factors such as local capabilities (e.g. manufacturing, transportation, construction) and variations in material vs. labour costs.
Typically, primary frames are 2D type frames (i.e. may be analyzed using two-dimensional techniques). Advances in computer-aided design technology, materials and manufacturing capabilities have assisted a growth in alternate forms of pre-engineered building such as the tension fabric building and more sophisticated analysis (e.g. three-dimensional) as is required by some building codes.
Cold formed Z- and C-shaped members may be used as secondary structural elements to fasten and support the external cladding.
Roll-formed profiled steel sheet, wood, tensioned fabric, precast concrete, masonry block, glass curtainwall or other materials may be used for the external cladding of the building.
In order to accurately design a pre-engineered building, engineers consider the clear span between bearing points, bay spacing, roof slope, live loads, dead loads, collateral loads, wind uplift, deflection criteria, internal crane system and maximum practical size and weight of fabricated members. Historically, pre-engineered building manufacturers have developed pre-calculated tables for different structural elements in order to allow designers to select the most efficient I beams size for their projects. However, the table selection procedures are becoming rare with the evolution in computer-aided custom designs.
While pre-engineered buildings can be adapted to suit a wide variety of structural applications, the greatest economy will be realized when utilising standard details. An efficiently designed pre-engineered building can be lighter than the conventional steel buildings by up to 30%. Lighter weight equates to less steel and a potential price savings in structural framework.
</p>
</div>
</div>
<!-- / PnS Row -->
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_mt">Material Testing</h3>
<div class="row pnsdiv" id="div_mt">
<div class="col-md-6">
<p>
At Northtech we will be committed to provide our customers with the material testing equipments other than testing facility ranging in the following fields.
</p>
<ul>
<li>Soil testing</li>
<li>Rock testing</li>
<li>Soil Aggregate and Filler testing</li>
<li>Concrete</li>
<li>Cement/Mortar</li>
<li>Bitumen/Asphalt</li>
<li>Material testing</li>
<li>Hydraulic Lab testing</li>
<li>General Laboratory testing</li>
</ul>
</div>
<div class="col-md-6">
<img src="images/pns/material-testing.jpg">
</div>
</div>
<!-- / PnS Row -->
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_ce">Construction Equipments</h3>
<div class="row pnsdiv" id="div_ce">
<div class="col-md-6">
<img src="images/pns/ce.jpg">
<img src="images/pns/ce2.jpg">
</div>
<div class="col-md-6">
<ul>
<li>Pavers</li>
<li>Batch Mix Plants</li>
<li>Portable Batch Mix Plant</li>
<li>Transit Mixer</li>
<li>Excavators</li>
<li>Backhoe Loaders</li>
<li>Bulldozers</li>
<li>Motor Graders</li>
<li>Crawler Loaders</li>
<li>Trenchers</li>
<li>Scrapers</li>
<li>Common Dump Trucks</li>
</ul>
</div>
</div>
<!-- / PnS Row -->
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_ndt">Non Destructive Testing (NDT)</h3>
<div class="row pnsdiv" id="div_ndt">
<div class="col-md-6">
<h4>Rebound Hammer Test</h4>
<p>Conducting rebound hammer test as per IS 13311(Part-2), ASTM C 805. The rebound hammer test shall be conducted at all those points were UPV test has been performed. One point consisting of six readings spread over an area of 1 sq. Shall be considered as 1 test.</p>
<h4>Ultra-Sonic Pulse Velocity Test</h4>
<p>Conducting Ultra-Sonic Pulse velocity (UPV) test at selected location on RCC members of the Structures covered under the study by making 300 mm x300mm c/c grids to know about the homogeneity and quality of concrete. The test shall be performed as p0er IS 13311 (Part-1) / ASTM C 597.</p>
<h4>Core extraction and testing</h4>
<p>Extracting the concrete core samples of minimum 65 mm diameter and 100-150 mm length (approx.) at select location form RCC members of the structures covered under the study and evaluation the properties in the laboratory from the core samples selected. IS 456:2000;IS 516:1959;IS 1199:2002; ASTM C-42.</p>
<h4>Cut AND Pull Out (CAPO) Test</h4>
<p>As per ASTM C-900</p>
<h4>Half – Cell / Surface Potential Test</h4>
<p>Measuring the half-cell /surface potential at select location on RCC members of the structures covered under the study to understand the extent of reinforcement corrosion as per ASTM C 876.</p>
<h4>Ferro Scanning Test</h4>
<p>At select location on RCC members of the structures covered under the study to see the adequacy of concrete cover to rebars and effect of carbonation.</p>
<h4>Carbonation Test</h4>
<p>Measurement of carbonation depth by phenolphthalein spray test at select location on RCC members of the structures covered under the study to see the depth of carbonation.</p>
<h4>Moisture Test by Moisture Meter</h4>
<p>Moisture profiling of concrete with respect to depth.</p>
<h4>Chemical Analysis</h4>
<p>Chemical analysis of chlorides, Sulphates, pH, alkali silica, etc on concrete powder collected from the structures, covered under the study, by drilling to understand the chemical deterioration / degradation of concrete and its effect on reinforcement corrosion.</p>
</div>
<div class="col-md-6">
<img src="images/pns/ndt.jpg">
<br>
<img src="images/pns/ndt2.jpg">
<br>
<img src="images/pns/ndt3.jpg">
</div>
</div>
<!-- / PnS Row -->
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_survey">Survey Equipments and Power Tools</h3>
<div class="row pnsdiv" id="div_survey">
<div class="col-md-6">
<img src="images/pns/spt.jpg">
<img src="images/pns/spt2.jpg">
<img src="images/pns/spt3.jpg">
</div>
<div class="col-md-6">
<div class="row">
<div class="col-md-4">
<ul>
<li>Half theodolite</li>
<li>Plain theodolite</li>
<li>Simple theodolite</li>
<li>Great theodolite</li>
<li>Non-transit theodolite</li>
<li>Transit theodolite</li>
<li>Seconds theodolite</li>
<li>Electronic theodolite</li>
<li>Mining theodolite</li>
<li>Suspension theodolite</li>
<li>Traveling theodolite</li>
<li>Pibal theodolite</li>
<li>Registering theodolite</li>
<li>Gyro-theodolite</li>
<li>Construction theodolite</li>
<li>Photo-theodolite</li>
<li>Robotic theodolite</li>
<li>Vernier theodolite</li>
<li>Tachymeter (surveying)</li>
<li>Graphometer</li>
<li>Universal instrument (surveying)</li>
<li>Transit (surveying)</li>
<li>Total station</li>
<li>Alidade</li>
<li>Alidade table</li>
<li>Plane table</li>
<li>Dumpy level</li>
<li>Tape (surveying)</li>
<li>Measuring tape</li>
<li>Knitting machine</li>
<li>Lathe</li>
<li>Lawn mower</li>
<li>Leaf blower</li>
</ul>
</div>
<div class="col-md-4">
<ul>
<li>Surveyor's chain</li>
<li>Engineer's chain</li>
<li>Ramsden surveying instruments</li>
<li>Ranging rod</li>
<li>Air compressor</li>
<li>Alligator shear</li>
<li>Angle grinder</li>
<li>Belt sander</li>
<li>Biscuit joiner</li>
<li>Ceramic tile cutter</li>
<li>Chainsaw</li>
<li>Circular saw</li>
<li>Concrete saw</li>
<li>Cold saw</li>
<li>Crusher</li>
<li>Core Cutter</li>
<li>Diamond blade</li>
<li>Diamond tool</li>
<li>Disc cutter</li>
<li>Disc sander</li>
<li>Drill</li>
<li>Floor sander</li>
<li>Food processor</li>
<li>Grinding machine</li>
<li>Heat gun</li>
<li>Hedge trimmer</li>
<li>Impact driver</li>
<li>Impact wrench</li>
<li>Jackhammer</li>
<li>Jointer</li>
<li>Jigsaw</li>
<li>Miter saw</li>
<li>Multi-tool</li>
<li>Needlegun scaler</li>
<li>Pneumatic torque wrench</li>
</ul>
</div>
<div class="col-md-4">
<ul>
<li>Nail gun (electric and battery as well as powder actuated)</li>
<li>Powder-actuated tools</li>
<li>Power wrench</li>
<li>Pressure washer</li>
<li>Radial arm saw</li>
<li>Random orbital sander</li>
<li>Reciprocating saw</li>
<li>Rotary saw</li>
<li>Rotary tool</li>
<li>Rotary tiller</li>
<li>Sabre saw</li>
<li>Sander</li>
<li>Scrollsaw</li>
<li>Sewing machine</li>
<li>Snow blower</li>
<li>Steel cut off saw</li>
<li>String trimmer</li>
<li>Table saw</li>
<li>Thickness planer</li>
</ul>
</div>
</div>
</div>
</div>
<!-- / PnS Row -->
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_arch">Architectural / Structural Consulting</h3>
<div class="row pnsdiv" id="div_arch">
<div class="col-md-6">
<p>
Our clients benefit from our in-depth regional and local knowledge combined with deep experience in architectural design standards and international best practice.
Our team members are the professional qualified has designed and managed projects that vary from small private houses to large residential and commercial development projects.
Our concept team will understand the client’s specific requirements and needs and then transform them into space efficient and well-organized floor plans and 3d models and will then detail these drawings incorporating Mechanical Electrical Plumbing systems and structural design to present the client with highly comprehensive architectural drawings.
</p>
<h4>Structural Modeling & Analysis</h4>
<ul>
<li>3-D Structural Modeling</li>
<li>Finite Element Modeling</li>
<li>Static & P-Delta Analysis</li>
<li>Dynamic Analysis</li>
<li>Non Linear Analysis</li>
<li>Pushover Analysis</li>
</ul>
<h4>Structural Design & Proof Consultancy</h4>
<ul>
<li>Reinforced Concrete Design<li>
<li>Pre-stressed Concrete Design</li>
<li>Post-tensioned Concrete Design</li>
<li>Hot Rolled Steel Design</li>
<li>Cold Formed Steel Design</li>
<li>Connection Design</li>
<li>Wood Design</li>
<li>Timber Design</li>
<li>Masonry structures (for Residential and Commercial)</li>
<li>Insulated Concrete Form (ICF)</li>
<li>Concrete Tilt Wall</li>
<li>Structural Forensics</li>
<li>Peer Review</li>
</ul>
<h4>Seismic engineering</h4>
<ul>
<li>Structural Rehabilitation</li>
<li>Seismic Risk Assessment</li>
<li>Seismic Retrofitting</li>
</ul>
</div>
<div class="col-md-6">
<img src="images/pns/consulting1.jpg">
<img src="images/pns/consulting2.jpg">
</div>
</div>
<!-- / PnS Row -->
<!-- PnS Row -->
<h3 class="pns_title" data-div-id="div_gis">Geographic Information Science (GIS) Solutions</h3>
<div class="row pnsdiv" id="div_gis">
<div class="col-md-6">
<img src="images/pns/gis.jpg">
</div>
<div class="col-md-6">
<ul>
<li>Utility Mapping Service</li>
<li>Topographic Mapping</li>
<li>Thematic Mapping</li>
<li>Parcel Mapping</li>
<li>Geological Mapping</li>
<li>Contour Mapping</li>
<li>Cartographic Mapping</li>
</ul>
</div>
</div>
<!-- / PnS Row -->
</div>
</div>
</div>
<!-- //banner-bottom -->
<!-- footer -->
<script>footer()</script>
<!-- //footer -->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/search.js"></script>
<script src="js/bootstrap.js"></script>
<script>
$(document).ready(() => {
$('.pnsdiv').slideUp(0);
$('.pns_title').each(function(i) {
$(this).html($(this).html() + '<i class="pns_title_icon fa fa-arrow-down"></i>');
});
prevDIV = false;
function minPrev(currDIV) {
if (prevDIV && prevDIV != currDIV) {
$('#' + prevDIV).slideUp();
$('[data-div-id=' + prevDIV + ']')
.find('i')
.removeClass('fa-arrow-up')
.addClass('fa-arrow-down');
}
prevDIV = currDIV;
}
function slidenScroll(hash) {
var div_id = 'div_' + hash.replace('#','');
minPrev(div_id);
$('#' + div_id).slideDown();
$('[data-div-id=div_' + hash.replace('#','') + ']')
.find('i')
.removeClass('fa-arrow-down')
.addClass('fa-arrow-up');
$('html, body').animate({
scrollTop: $("#" + div_id).offset().top - 100
}, 2000);
}
if (window.location.hash) { slidenScroll(window.location.hash); }
$('.pns-link').click((e) => { slidenScroll('#' + $(e.target).attr('href').split('#')[1]); });
function slide(title) {
minPrev(title.attr('data-div-id'));
$('#' + title.attr('data-div-id')).slideToggle();
var t_ico = title.find('i');
if (t_ico.hasClass('fa-arrow-down'))
t_ico.removeClass('fa-arrow-down').addClass('fa-arrow-up');
else
t_ico.removeClass('fa-arrow-up').addClass('fa-arrow-down');
}
$('.pns_title').click((event) => {
slide($(event.target));
});
$('.pns_title_icon').click((event) => {
slide($(event.target).parent());
event.stopPropagation();
});
});
</script>
<!-- here stars scrolling icon -->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
$(document).ready(function () {
/*
var defaults = {
containerID: 'toTop', // fading element id
containerHoverID: 'toTopHover', // fading element hover id
scrollSpeed: 1200,
easingType: 'linear'
};
*/
$().UItoTop({
easingType: 'easeOutQuart'
});
});
</script>
<!-- //here ends scrolling icon -->
</body>
</html>