-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
607 lines (509 loc) · 38.3 KB
/
style.css
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
/*Fonts Used*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kulim+Park:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kulim+Park:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&family=Marcellus&display=swap');
:root {
--priColor: #0144b4;
--secColor: #333333;
--terColor: #ebebeb;
--fourColor: linear-gradient(269deg, #C6C6C6 32%, #EBEBEB 60%, #C6C6C6 90%);
/* --fifColor: #fff; */
--priFont: "Kulim Park", sans-serif;
--secFont: "Marcellus", serif;
--bodyColor: #333;
--bodyFontWeight: 400;
--bodyFontSize: 16px;
--bodyLineHeight: 28px;
/* Heading size */
--smallFont: 22px;
--largeFont: 60px;
--xlargeFont: 60px;
}
.cky-revisit-bottom-right {bottom: 95px !important;right: 33px !important;}
.cky-revisit-bottom-left {bottom: 95px !important;left: 33px !important;}
.dark-mode .bnr_info h2 {color:#000;}
.disclaimer { margin-top: 8px; }
.disclaimer a {color: inherit; }
.disclaimer p { color: var(--bodyColor); font-size: 16px; display: flex; align-items: center; justify-content: left; gap: 5px; }
.disclaimer a:hover { text-decoration: underline; }
.disclaimer b { font-weight: normal; }
/* Heading and Button Styles */
.heading2{font-family: var(--secFont); font-size: var(--xlargeFont); font-weight: 400; color: #333333; line-height: 100%;}
.subHead2{display: block; font-family: var(--priFont); font-size: var(--smallFont); font-weight: 400; color: #000; line-height: 100%; margin-bottom: 5px;position: relative;text-transform: uppercase;}
.heading3{font-family: var(--secFont); font-size: var(--smallFont); font-weight: 400; color: #000; line-height: 100%;}
.btnStyle1{display: block; width: 100%; max-width: 200px; height: 60px; line-height: 60px; background: var(--priColor); font-size: var(--bodyFontSize); color: #fff; text-align: center; padding: 0 20px;}
.btnStyle1:hover{background: var(--secColor); -webkit-animation: jello-horizontal 0.9s both; animation: jello-horizontal 0.9s both; }
/* .btnStyle1::before{content: ""; width: 20px; height: 20px; background: #fff; line-height: 100%; border-radius: 50%; position: absolute; top: 5px; right: 20px;} */
/* 5 */
.btn-5 { width: 237px; line-height: 60px; padding: 0; border: none; background: var(--priColor); display: block;text-align: left;color: #fff;position: relative;border-radius: 50px;font-size: 18px;font-family: var(--secFont);padding-left: 68px;}
.btn-5:hover { color: #fff; background: var(--secColor); box-shadow:none; border-radius: 0;}
.btn-5:before, .btn-5:after{ content:''; position:absolute; top:0; right:0; height:2px; width:0; background: var(--secColor); box-shadow: -1px -1px 5px 0px #fff, 7px 7px 20px 0px #0003, 4px 4px 5px 0px #0002; transition:400ms ease all; }
.btn-5:after{ right:inherit; top:inherit; left:0; bottom:0; }
.btn-5:hover:before, .btn-5:hover:after{ width:100%; transition:800ms ease all; }
/* Heading and Button Styles End */
/* .jello-horizontal:hover { -webkit-animation: jello-horizontal 0.9s both; animation: jello-horizontal 0.9s both; } */
*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; image-rendering: -webkit-optimize-contrast;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline; -webkit-text-size-adjust: 100%;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; }
input:not([type='radio']):not([type='checkbox']), textarea, select{-webkit-appearance: none;}
form, label {-webkit-text-size-adjust: 100%;}
mark {background-color: transparent;color:inherit;}
/* end reset */
/*preset*/
body { font-family: var(--priFont); font-size: var(--bodyFontSize); font-weight: var(--bodyFontWeight); line-height: var(--bodyLineHeight); color: var(--bodyColor); position: relative; max-width: 1920px; margin: 0 auto; }
body.active{overflow: hidden;width:100%;height:100%;position:fixed!important;}
a{ text-decoration:none; -webkit-transition: all .3s linear;transition: all .3s linear;}
img{max-width: 100%; vertical-align: top; image-rendering: -webkit-optimize-contrast;}
textarea { resize:vertical; }
iframe{ border: none; width: 100%;}
ul, h1, h2, h3, h4{ margin:0; padding:0; list-style:none; }
strong , b{ font-weight: bold;}
em, i{font-style: italic;}
input[type="submit"]{cursor: pointer;}
a[href^="tel:"]{color: inherit!important; text-decoration: none;}
.clearfix:before, .clearfix:after { content:""; display: table; clear: both; }
.clearfix {clear: both; overflow: hidden;}
.comp{color: inherit; font-weight:700; }
.upcoming{color:red; font-style:italic; font-weight:bold;}
.col2{-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 10px; -moz-column-gap: 10px; column-gap: 10px;}
.col3{-webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 10px; -moz-column-gap: 10px; column-gap: 10px;}
.col2 li, .col3 li{display: inline-block; width: 100%;}
.main_phone {font-weight: bold;}
.capital { text-transform: uppercase; }
.back_top{display:none;background: var(--priColor);position: fixed; z-index:999;bottom:0;width: 100%;height: 45px;cursor:pointer; border-top: 1px solid #fff;}
.back_top:before{content:"";position:absolute;top:45%;left:50%;transform:translate(-50%,-45%);border-bottom:15px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;}
.back_top:hover{opacity:.7}
/*Heading for SEO*/
.h1_hdng{font-size: 22px; font-weight: 700; color: #000;}
/*Thumbnail Images*/
.thumb_left_dd, .thumb_left_dr{ float:left; margin:0 19px 10px 0;}
.thumb_right_dd, .thumb_right_dr{ float:right; margin:0 0 10px 19px;}
.thumb_center_dd, .thumb_center_dr{ display: block; margin: 10px auto;}
/* Text Alignment */
.text_left, .text_left p{text-align: left;}
.text_right, .text_right p{text-align: right;}
.text_center,.text_center p{text-align: center; display: block;}
/* Forms Presets */
::-webkit-input-placeholder {opacity: 1; color: inherit;}
::-moz-placeholder {opacity: 1; color: inherit;}
:-ms-input-placeholder {opacity: 1; color: inherit;}
:-moz-placeholder {opacity: 1; color: inherit;}
/*end preset*/
.wrapper{ width:100%; max-width: 1375px; margin: 0 auto; position: relative;}
/*header*/
header{background: #0144b4; padding: 0 25px;color: #fff; position: relative;}
.header_con{min-height: 52px; padding: 10px 0 0;}
.main_logo{float: left;position: absolute;top: 60px; z-index: 155;}
.main_logo img{width: 171px;}
.head_info{ text-align: right;}
.header_info{text-align: left;}
.header_info h2{}
.header_info h2 span{}
.gt_float_switcher .gt_options a { background: #fff; }
.g_trans { position: absolute; top: 101px; right: 0; text-align: right;}
.btn_all::before { content: url(images/icons/arrow.png); }
.btn_all { position: absolute; top: 8px; left: 25px; }
.header_info{}
.header_info ul{display: flex;align-items: center;justify-content: center;gap: 106px;}
.header_info ul li{position: relative;padding-left: 38px;}
.header_info ul li a{color: inherit;}
.header_info ul li a:hover{text-decoration: underline;}
.header_info ul li address{}
.header_info ul li address span{}
.header_info ul li mark{}
.header_info ul li::before { position: absolute; top: 4px; left: 0; }
.header_info ul li:first-child:before { content: url(images/icons/header-icon1.png); }
.header_info ul li:last-child:before { content: url(images/icons/header-icon2.png); pointer-events: none;}
.social_media{}
.social_media h2{}
.social_media h2 small{}
.social_media ul li{display: inline-block; vertical-align: top;}
.social_media ul li a{display: block;}
.social_media ul li:hover a figure { transform: scale(.8); }
/*end header*/
/*nav*/
#nav_area{position: relative;}
.page_nav {background: #fff; height: auto; text-align: center; padding: 0 25px;}
.page_nav ul{text-align: right;padding-right: 145px;}
.page_nav ul li{display: inline-block; vertical-align: top; position: relative;}
.page_nav ul li a{display:block; font-size: 18px; color: #1a1a1a; line-height: 146px; padding: 0 36px;}
.page_nav ul li a:hover, .page_nav ul li a:active, .page_nav ul li.current_page_item > a{text-decoration: underline;}
.page_nav ul li:after{content: ""; width: 5.9px; height: 5.9px; background: #000; position: absolute; top: 51%; right: -8px; transform: translateY(-50%);/*! width: 5px; *//*! height: 5px; */border-radius: 50%;}
/* .page_nav ul li a:after{content: ""; width: 1px; height: 22px; background: #000; position: absolute; top: 50%; right: -4px; transform: translateY(-50%);! width: 5px;! height: 5px;! border-radius: 50%;} */
.page_nav ul li:last-child:after{display:none;}
/* .page_nav ul li:last-child a:after{display:none;} */
.page_nav ul li:first-child a{padding-left: 0;}
.page_nav ul li:last-child a{padding-right: 0;}
/*second level drop down*/
.page_nav ul li:hover{position: relative; z-index: 599; cursor: default;}
.page_nav ul ul {display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); z-index: 598; width: 200px; margin-top: 0; text-transform: none; border: 2px solid #fff; border-radius: 5px; overflow: hidden;}
.page_nav ul ul li {float: none;display:block;font-weight: normal;width:100%; border-bottom: 1px solid #fff;}
.page_nav ul ul li:last-child{border-bottom: none;}
.page_nav ul ul ul {top: 0; left: auto; right: -99.5%; }
.page_nav ul li:hover > ul { display: block;}
.page_nav ul ul a, .page_nav ul li.current_page_item ul li a{background: var(--secColor);color:#fff;padding: 10px 0 !important;margin:0 auto; line-height: 24px; text-transform: none; font-size: 18px;}
.page_nav ul ul a:hover,.page_nav ul li.current_page_item ul li a:hover, .page_nav ul ul li.current_page_item a {background: var(--terColor) !important; color: #fff; text-decoration: none;}
/* .page_nav ul ul a:hover:before,.page_nav ul li.current_page_item ul li a:hover:before, .page_nav ul ul li.current_page_item a:before {background: var(--terColor); color: #fff; text-decoration: none;} */
/*third level drop down*/
.page_nav ul ul ul { border-top: 0 none; }
.page_nav ul ul li { position: relative }
.page_nav span{position: absolute; right: 25px;top:32px; display: none; padding: 0; cursor: pointer; z-index: 9; color: var(--bodyColor); text-align: center;}
/* Drop down icon */
.fa{display:block; margin-top: -3px;}
.fa:before{position: absolute;}
/* Navigation bar icon */
.nav_toggle_button{display:none; text-align:left;position:relative;}
.nav_toggle_button.active {opacity:1;}
.nav_toggle_button i{cursor: pointer;}
/*Burger Color*/
.nav_toggle_button .toggle_holder{position: absolute;top: 50%;right: 0;transform: translateY(-50%);}
.nav_toggle_button .hamburger{}
.nav_toggle_button .hamburger-inner, .nav_toggle_button .hamburger-inner:before, .nav_toggle_button .hamburger-inner:after{background:#fff;}
.nav_toggle_button small{text-transform:uppercase;font-weight:bold;font-size:13px;color:#fff;display:block; line-height: 100%; text-align: center; margin-top: -3px;display: none;}
/* Default Responsive Style for Toggle Swipe Right */
.menu_slide_right {display: none;}
/*Responsive burger and color*/
.menu_slide_right .hamburger-inner, .menu_slide_right .hamburger-inner:before, .menu_slide_right .hamburger-inner:after{background: var(--priColor);}
.menu_slide_right .toggle_holder{position: absolute;top: 55%;right: 10px;transform: translateY(-50%);}
.menu_slide_right small{text-transform:uppercase;color: var(--priColor);font-weight:bold;font-size:13px;display:block; line-height: 100%; text-align: center;}
/*end nav*/
/*banner*/
#banner::before { position: absolute; top: 0; left: 0; content: ''; background: url(images/slider/overlay.png); width: 100%; height: 100%; z-index: 150; }
#banner{background: #fff; padding: 0 25px;position: relative;}
.bnr_con{min-height: 776px; padding:0;}
.slider{width: 1920px; position: absolute;top: 0;left: 50%;transform: translateX(-50%);height: 100%;}
.box_skitter{display: block; height: 776px !important; width: 100% !important;}
.box_skitter .image img { pointer-events: none; }
.rslides{display: none;}
.mobi_ban{display: none;}
.box_skitter .container_skitter { width: 100% !important; }
.bnr_info{width: 100%; max-width: 100%; position: absolute; top: 462px; left: 0; z-index: 150; color: #fff;display: flex;align-items: start;justify-content: space-between;gap: 20px;}
.bnr_info small{}
.bnr_info h2{color: #fff;line-height: 62px;}
.bnr_info h2 span{display: block; margin-top: 10px;}
.bnr_info h2 small{color: #fff;}
.bnr_info p{line-height: 27px; margin: 95px 0 0;font-size: 18px;width: 374px;}
.bnr_info a{position: relative;margin-top: 89px;}
.bnr_info a:hover{}
/*end banner*/
/*middle*/
#middle{background: #fafafa; padding: 0 25px; position: relative;}
.middle_con{min-height: 0;padding: 164px 0 91px;}
.middle_boxes{display: flex; justify-content: space-between; gap: 10px;margin-top: 28px;}
.middle_boxes section{width: 32%; max-width: 326px; min-height: 0; padding: 59px 32px 108px 34px; background: #fff;position: relative;color: var(--bodyColor);text-align: left;border-radius: 0 150px 20px 20px;}
.middle_boxes section figure{width: 200px;aspect-ratio: 1/1;background: var(--fourColor);padding: 15px;border-radius: 0 150px 150px 150px;margin: 0 auto;}
.middle_boxes section:hover figure{background: var(--priColor);}
.middle_boxes section figure img{border-radius: 50%;}
.middle_boxes section h2{font-size: 25px;font-family: var(--secFont);position: relative;margin-top: 61px;color: #333333;}
.middle_boxes section h2::before { position: absolute; top: -21px; left: 0; width: 43px; height: 3px; background: var(--priColor); content: ''; }
.middle_boxes section h2 span{}
.middle_boxes section p{margin-top: 11px;line-height: 25px;}
.middle_boxes section a{position: absolute;bottom: 47px;left: 34px;font-size: 18px;font-family: var(--secFont);text-decoration: underline;}
.middle_boxes section a:hover{text-decoration: unset;}
.middle_boxes section::before { position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 50px; aspect-ratio: 1/1; background: #fff; content: ''; display: none;}
.middle_boxes_float{display: flex; justify-content: space-between; gap: 10px;margin-top: 0;width: 100%;position: absolute;top: -66px;z-index: 155;}
.middle_boxes_float section{width: 34%; max-width: 449px; min-height: 143px; padding: 34px 10px 10px 59px; background: var(--fourColor);position: relative;color: #fff;text-align: left;border-radius: 150px;border: 0px solid #DADADA;}
.middle_boxes_float section h2{color: #333333;font-family: var(--secFont);font-size: 18px;}
.middle_boxes_float section h2 span{font-size: 32px;display: block;margin-top: 10px;}
.middle_boxes_float section p{}
.middle_boxes_float section a{position: absolute;top: 50%;transform: translateY(-50%);width: 106px;aspect-ratio: 1/1;background: var(--priColor);border-radius: 150px 150px 150px 0;color: #fff;font-size: 18px;font-family: var(--secFont);padding: 29px 0 0 32px;text-align: left;right: 17px;font-size: 18px;line-height: 24px;}
.middle_boxes_float section a:hover{background: var(--secColor);}
.middle_boxes_float section::before { position: absolute; content: url(images/icons/mid-box-btn.png);right: 0px;top: 53%;transform: translateY(-50%);}
.mid_box_float2 { position: relative; z-index: 3; }
.mid_info{text-align: center;}
.mid_info small{color: var(--priColor);margin-bottom: 30px;width: fit-content;margin: 0 auto 30px;}
.mid_info h2 small::before { position: absolute;top: 10px;left: -44px;width: 23px;height: 3px;background: var(--priColor);content: '';border-radius: 10px;}
.mid_info h2 small::after { position: absolute;top: 10px;right: -44px;width: 23px;height: 3px;background: var(--priColor);content: '';border-radius: 10px;}
.mid_info h2{position: relative;}
.mid_info h2 span{}
.mid_info p{margin-top: 28px;}
.mid_info a{}
.mid_info a:hover{}
/*end middle*/
/*main*/
#main_area{background: url(images/main-bg.png) no-repeat center top; padding: 0 25px; position: relative;}
#main_area::before { position: absolute; top: 0; left: 0; width: 100%; content: ''; background: #0144b48c; height: 100%; }
#main_area::after { position: absolute; top: 203px; right: 26px; content: url(images/main-icon.png); }
.main_con{min-height: 589px; padding: 50px 0 50px; }
main{float: right; width: 605px; max-width: 100%; line-height: 28px; text-align: left;color: #fff;margin-top: 66px;}
main .h1_title{ color: #fff;}
main .h1_title span{ display: block; }
main p{margin-top: 32px;line-height: 26px;}
.h1_title.heading2 small { color: #fff;font-size: 22px;margin-bottom: 29px;}
.main_humans { position: absolute; bottom: -4px; left: -170px; }
.h1_title.heading2 small::before { width: 52px; height: 3.6px; background: #fff; content: ''; position: absolute; top: -22px; left: 0; border-radius: 25px; }
main ol{padding-left: 35px; margin-bottom: 25px;}
main ul li{position: relative;}
main .bullet {padding:0;margin-bottom: 25px;}
main .bullet li{position:relative;padding-left: 25px;margin-bottom: 8px; }
main .bullet li:before{position: absolute; content: ""; width: 10px; height: 10px; border-radius: 50%; left: 3px; top: 9px; background: var(--secColor);}
main a{font-weight: bold; color: var(--secColor);text-decoration: none;}
main a:hover{color: var(--priColor);text-decoration: underline;}
.intro_txt { width: 80%; border-bottom: 5px solid var(--priColor); font-family: var(--priFont); font-size: 22px; font-weight: 700; text-align: center; margin: 0 auto 25px; padding: 15px; }
/*end main*/
/*bottom*/
#bottom1{background:#fff; padding: 0 25px; position: relative;}
.btm1_con{min-height: 444px; padding: 126px 0 50px;}
.btm1_info{display: flex;align-items: start;justify-content: space-between;gap: 20px;}
.btm1_info small{margin-bottom: 18px;color: var(--priColor);position: relative;}
.btm1_info small::before { width: 52px; height: 3.6px; background: var(--priColor); content: ''; position: absolute; top: -41px; left: 0; border-radius: 25px; }
.btm1_info h2{}
.btm1_info h2 span{}
.btm1_info p span{color: var(--priColor);}
.btm1_info p{width: 785px;margin-top: 5px;line-height: 31px;}
.btm1_info a{font-size: 18px;text-decoration: underline;}
.btm1_info a:hover{text-decoration: unset;}
.btm1_boxes{display: flex; justify-content: space-between; gap: 10px;margin-top: 78px;width: 100%;}
.btm1_boxes section{width: 34%; max-width: 449px; min-height: 143px; padding: 34px 10px 10px 59px; background: var(--fourColor);position: relative;color: #fff;text-align: left;border-radius: 150px;border: 0px solid #DADADA;}
.btm1_boxes section h2{color: #333333;font-family: var(--secFont);font-size: 18px;}
.btm1_boxes section h2 span{font-size: 32px;display: block;margin-top: 10px;}
.btm1_boxes section p{}
.btm1_boxes section a{position: absolute;top: 50%;transform: translateY(-50%);width: 106px;aspect-ratio: 1/1;background: var(--priColor);border-radius: 150px 150px 150px 0;color: #fff;font-size: 18px;font-family: var(--secFont);padding: 29px 0 0 32px;text-align: left;right: 17px;font-size: 18px;line-height: 24px;}
.btm1_boxes section a:hover{background: var(--secColor);}
.btm1_boxes section::before { position: absolute; content: url(images/icons/mid-box-btn.png);right: 0px;top: 53%;transform: translateY(-50%);}
#bottom2{background: url(images/btm2-bg.jpg); padding: 0 25px; position: relative;}
.btm2_con{min-height:663px;padding: 50px 0 50px;}
#bottom3{background: #fcfcfc; padding: 0 25px; position: relative;}
.btm3_con{min-height:720px;padding:50px 0 50px;}
.btm3_img { position: absolute; top: 0; left: 0; }
.btm3_info {}
.btm3_info small{color: var(--priColor);margin-bottom: 19px;}
.btm3_info small::before { width: 52px; height: 3.6px; background: var(--priColor); content: ''; position: absolute; top: -41px; left: 0; border-radius: 25px; }
.btm3_info h2{}
.btm3_info h2 span{}
.btm3_info p{margin-top: 25px;}
.btm3_info a{}
.btm3_info a:hover{}
.btm_form { width: 700px; position: absolute; top: 128px; right: 0; z-index: 1;}
.btm3_boxes{display: flex; justify-content: space-between; align-items: center;}
.btm3_boxes section{width: 32%; max-width: 340px; min-height: 0; padding: 80px 30px 50px; background: var(--secColor);position: relative;color: #fff;text-align: center;}
.btm3_boxes section h2{}
.btm3_boxes section h2 span{}
.btm3_boxes section p{}
.btm3_boxes section a{}
.btm3_boxes section a:hover{}
.btm3_boxes section::before { position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 50px; aspect-ratio: 1/1; background: #fff; content: ''; }
#bottom4{background: #fff; padding: 0 25px; position: relative;}
.btm4_con{min-height:680px;padding:93px 0 50px;}
.btm4_info {text-align: center;}
.btm4_info small{color: var(--priColor);margin-bottom: 14px;}
.btm4_info h2{}
.btm4_info h2 span{}
.btm4_info p{}
.btm4_info a{}
.btm4_info a:hover{}
.btm4_boxes{display: flex; justify-content: center; margin-top: 33px;gap: 42px;margin: 33px auto 0;max-width: 1149px;}
.btm4_boxes section{width: 100%; max-width: 354px; min-height: 0; padding: 10px 10px 34px; background: #fff;position: relative;border: 1px solid #b2b2b254;border-radius: 10px;margin: 0 auto;}
.btm4_boxes section h2{font-size: 25px;color: #000;font-family: var(--secFont);margin-top: 30px;padding: 0 43px 0 14px;line-height: 30px;position: relative;}
.btm4_boxes section figure{}
.btm4_boxes section h2::before { width: 56px; height: 8.2px; background: var(--priColor); content: ''; position: absolute; top: -34px; left: 12px; border-radius: 25px; }
.btm4_boxes section figure img{border-radius: 9px;}
.btm4_boxes section h2 span{display: block;color: #b2b2b2;font-size: 16px;font-family: var(--priFont);margin-bottom: 3px;}
.btm4_boxes section p{}
.btm4_boxes section a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.btm4_boxes section a:hover{}
.btm4_boxes section::before { position: absolute; top: 11px; left: 50%; transform: translateX(-50%); width: 50px; aspect-ratio: 1/1; background: #fff; content: ''; display: none;}
.owl-nav { display: flex block !important; width: 119%; align-items: center; justify-content: space-between; position: absolute; top: 150px; transform: translateX(-50%); left: 50%; }
.owl-prev { width: 52px; aspect-ratio: 1/1; background: linear-gradient(270deg, #342B98 -0%, #2C84FC 100%) !important; border-radius: 50%; color: #fff !important; font-size: 0 !important; line-height: 0 !important; position: relative;}
.owl-next { width: 52px; aspect-ratio: 1/1; background: linear-gradient(270deg, #342B98 -0%, #2C84FC 100%) !important; border-radius: 50%; color: #fff !important; font-size: 0 !important; line-height: 0 !important; position: relative;}
.owl-prev::before { position: absolute; top: 19px; left: 50%; transform: translateX(-50%); content: url(images/arrow1.png); z-index: 1; }
.owl-next::before { position: absolute; top: 19px; left: 50%; transform: translateX(-50%); content: url(images/arrow2.png); z-index: 1; }
.owl-prev:hover { background: var(--bodyColor) !important; }
.owl-next:hover { background: var(--bodyColor) !important; }
.btm_formFlex { display: flex; align-items: center; justify-content: space-between; gap: 20px;width: 100%;}
.btm_formFlex_inner { width: 1497px; display: flex;justify-content: space-between;flex-wrap: wrap;gap: 20px;}
.btm_form .form { display:flex; justify-content:space-between; flex-wrap:wrap; gap:20px 11px; position:relative; margin-top:30px; }
.btm_input1 { width:49%; border:none; padding-left:42px; background:#ffffff; font-weight:300; font-family:var(--priFont); color:#4d4d4d; font-size:16px; line-height:66px; border-radius: 66px;height: 66px;border: 1px solid #ebe9e9;}
.btm_input2 { width: 49%;border: none;padding-left: 42px;background: #ffffff;font-weight: 300;font-family: var(--priFont);color: #4d4d4d;font-size: 16px;line-height: 66px;border-radius: 66px;height: 66px;border: 1px solid #ebe9e9;}
.btm_input3 { padding:3px 0 0 30px; resize:none; width: 100%;border: none;padding-left: 42px;background: #ffffff;font-weight: 300;font-family: var(--priFont);color: #4d4d4d;font-size: 16px;line-height: 60px;border-radius: 20px;height: 95px;margin-top: 0;border: 1px solid #ebe9e9;}
.btn_submit { display:flex; align-items:end; justify-content:left; flex-wrap: wrap;gap: 20px;width: 100%;}
.btn_submit button { border:none; display: block;background: var(--priColor);width: 182px;color: #fff;font-size: 18px;position: relative;font-family: var(--secFont);font-weight: 200;height: 60px;}
.btn_submit button:hover { color:#fff; background:var(--priColor); }
/*end bottom*/
/*footer*/
footer{}
.footer_top{background: var(--priColor); padding: 0 25px; position: relative;}
.footer_top_con{min-height: 532px; padding: 89px 0 50px;}
.footer_map { }
.footer_map iframe { width: 100%; height: 100%; display: block; }
.contact_info{display: flex;align-items: start;justify-content: space-between;gap: 20px;color: #fff;}
.contact_info_heading{display: block;width: 418px;margin-top: 43px;}
.contact_info_heading small::before { width: 52px; height: 3.6px; background: #fff; content: ''; position: absolute; top: -41px; left: 0; border-radius: 25px; }
.contact_info_heading small{color: #fff;margin-bottom: 23px;}
.contact_info_heading h2{color: #fff;}
.contact_info_heading h2 span{}
.contact_info_heading p{margin-top: 38px;line-height: 25px;}
.contact_info_list{margin: 0 0 0; padding: 0; list-style: none;position: relative;top: -6px;width: 355px;right: -27px;display: flex;justify-content: left;flex-direction: column;gap: 52px;}
.contact_info_list li{display: block; vertical-align: top; white-space: pre-line; position: relative; line-height: 24px; padding-left: 0;}
.contact_info_list li span{}
.contact_info_list li address{display: inline;}
.contact_info_list li a{color: inherit;}
.contact_info_list li a[href^="tel:"] {color: inherit;}
.contact_info_list li a:hover{text-decoration:underline;}
.footer_right { width: 297px; position: relative; top: -43px; }
.contact_info_list {}
.contact_info_list ul{}
.contact_info_list ul li{}
.contact_info_list1 {position: relative;}
.contact_info_list1:before {}
.contact_info_list h2 {font-size: 22px;margin-bottom: 7px;}
.contact_info_list1 h2 span{}
.contact_info_list1 ul{}
.contact_info_list1 ul li{}
.contact_info_list1 ul li mark{}
.contact_info_list1 ul li address{}
.contact_info_list1 ul li address span{}
.contact_info_list2 {position: relative;}
.contact_info_list2:before {}
.contact_info_list2 h2 {}
.contact_info_list2 h2 span{}
.contact_info_list2 ul{}
.contact_info_list2 ul li{}
.contact_info_list2 ul li mark{}
.contact_info_list2 ul li address{}
.contact_info_list2 ul li address span{}
.contact_info_list3 {position: relative;}
.contact_info_list3:before {}
.contact_info_list3 h2 {}
.contact_info_list3 h2 span{}
.contact_info_list3 ul{}
.contact_info_list3 ul li{}
.contact_info_list3 ul li mark{}
.contact_info_list3 ul li address{}
.contact_info_list3 ul li address span{}
.footer_logo{width: 193px;}
.footer_logo img{}
.footer_btm{background: var(--secColor); padding: 0 25px;}
.footer_btm_con{min-height: 0; padding: 0;}
.footer_nav{margin-top: 53px;}
.footer_nav h2{}
.footer_nav h2 span{}
.footer_nav ul{ margin: auto 0; padding: 0; text-align: center; list-style: none; }
.footer_nav ul li{display: inline-block; vertical-align: top; position: relative;}
.footer_nav ul li a{display: block; padding: 0 74px; color: #fff;font-size: 18px;}
.footer_nav ul li a:hover, .footer_nav ul li a:active, .footer_nav ul li.current_page_item a{text-decoration: underline;}
.footer_nav ul li:after{content: ""; width: 5.9px; height: 5.9px; background: #fff; position: absolute; top: 50%; right: -3px; transform: translateY(-50%);border-radius: 50%;}
.footer_nav ul li:last-child:after{display:none;}
.footer_nav ul li:first-child a{padding-left: 0;}
.footer_nav ul li:last-child a{padding-right: 0;}
.footer_comp{display: inline-block; margin: 0 10px; position: relative;}
/* .footer_comp{display: inline-block; margin: 0 0; position: relative;} */
/* .footer_comp:before{content:"\2022"; position: absolute; top:0; left:-10px; } */
/* .footer_comp:after{content:"\2022"; position: absolute; top:0; right:-10px;} */
.copyright{color:#fff; margin: 12px 0 26px;line-height: 25px;}
.copyrigh_text{position: relative; padding-left: 0px;}
.footer_comp::before { content: "\2022"; position: absolute; top: 8px; left: -10px; line-height: 10px; }
/* .footer_comp::after { content: "|"; position: absolute; top: 8px; right: -10px; line-height: 10px; } */
/* .copyrigh_text::before{content: "\2022"; position: absolute; top: 7px; left: -4px; line-height: 10px;} */
/* .copyrigh_text::before{content: ""; position: absolute; width: 1px; height: 16px; background: #ffff; top: 50%; transform: translateY(-50%);left: -4px; line-height: 10px;} */
.copyrigh_text:hover{text-decoration: none!important;}
.copyright a{color: inherit;}
.copyright a:hover{text-decoration: underline;}
/**Resources**/
.resources {}
.resources a {display:block;font-weight:bold; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; transition: all 0.3s linear;}
.resources a:hover {padding-left:2px; text-decoration: none!important; color: var(--priColor);}
.resources ul,.resources li {list-style-type:none; margin:0; padding:0;}
.resources ul li {margin-bottom:8px; padding:12px; background:#FAFDFE;border:1px solid #ececec;}
.resources ul li:before{content:"";}
.resources ul li:after{content:"";}
.resources ul li a span {font-size:11px; color:#666666; letter-spacing:1px; display:block; overflow-wrap: break-word;word-wrap: break-word;-webkit-hyphens: auto;-ms-hyphens: auto;-moz-hyphens: auto;hyphens: auto;}
/* IE 8 */
.lt-ie8 .dang-ie{width:100%;height:100%;position:fixed;background-color:#00abdd}
.message{text-align:center;color:#fff;font-size:20px;position:absolute;top:20%;left:0;right:0}
.inner-message{position:relative;top:-20%;left:0;right:0;text-align:center;margin:auto}
.inner-message img{position:relative;left:0}
.inner-message a.download{display:block;width:300px;padding:10px;color:#fff;margin:2em auto;border:1px solid #fff}
.terms{color:#fff;font-size:13px;padding:20px;position:absolute;right:0;bottom:0}
.terms a{color:#fff;font-weight:700}
.lt-ie8 .protect-me{display:none}
/* Sitemap Style */
.sitemap{list-style-type: none; padding: 0; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 3px; -moz-column-gap: 3px; column-gap: 3px;}
.sitemap li {counter-increment: step-counter; overflow: hidden;}
.sitemap li{padding:5px 15px; background: #E3E3E3;}
.sitemap li:nth-child(odd){background: #F2F2F2;}
.sitemap li a{display: block;}
.sitemap li a:before {content: counter(step-counter) '. ';}
/* Pages under Certain Parent Pages */
.sitemap ul {margin-top: 5px;}
.sitemap ul li:nth-child(odd){background: #E3E3E3;}
.sitemap ul li:nth-child(even){background: #F2F2F2;}
.sitemap ul li {counter-increment: sub-counter;}
.sitemap ul li a:before {content: counter(step-counter) '.' counter(sub-counter) ' ';}
/* Breadcrumb Styling */
#breadcrumbs{border-bottom: 1px dashed gray;padding-bottom: 10px;margin-bottom: 30px;}
#breadcrumbs span a{color: var(--priColor);}
.breadcrumbs {margin-bottom: 34px; border-bottom: 1px dotted gray; padding-bottom: 11px; }
.breadcrumbs span{vertical-align: bottom;display: inline-block; overflow: hidden;text-overflow: ellipsis;}
.breadcrumbs span[property='name'] {display: inline-block;padding: 0;margin-top: -3px;vertical-align: middle;max-width: 270px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color:#439b4f;}
.breadcrumbs span[property='name']:hover {text-decoration: underline;}
.breadcrumbs .post {background:transparent!important;border-radius: 0;padding: 0;margin: 0;border: none;word-wrap: normal;}
.breadcrumbs span[class='post post-page current-item'] {display: inline-block;padding: 0;max-width: 250px;white-space: nowrap;}
/* End Breadcrumb Styling */
/* Form Activation Style (Recaptcha & Prompt Message) */
.captcha-box {width: 243px; height: 62px;}
.g-recaptcha{transform: scale(.8);transform-origin: 0 0;}
#g-recaptcha-response {display: block !important;position: absolute;margin: -78px 0 0 0 !important;width: 302px !important;height: 76px !important;z-index: -999999;opacity: 0;}
#error-msg {position: fixed;z-index: 9999;border: 1px solid;background: rgb(0,0,0,0.4);width: 100%;height: 100%;left: 0;top: 0;}
#error-msg .message {border: 1px solid;width: 500px;margin: 9% auto;background: #fff;position: relative;padding: 188px 10px 25px 10px;border-radius: 20px;max-width: 95%;}
#error-msg .message span:nth-child(1){font-weight: bold;color: #ca4b4b;font-size: 25px;line-height: 20px;}
#g-recaptcha-response .message span:nth-child(1) {font-weight: 900;color: #ca4b4b;font-size: 32px;line-height: 40px;}
#success {position: fixed;z-index: 9999;background: rgb(0,0,0,0.4);width: 100%;height: 100%;left: 0;top: 0;}
#recaptcha-error{position: fixed;z-index: 9999;border: 1px solid;background: rgb(0,0,0,0.4);width: 100%;height: 100%;left: 0;top: 0;}
.message {border: 1px solid;width: 500px;margin: 9% auto;max-width: 95%;border-radius: 20px;padding: 188px 10px 25px 10px;background: #fff;position: relative;}
.message span:nth-child(1) {font-weight: 900;color: #31af90;font-size: 26px;line-height: 27px;}
.message span:nth-child(3) {font-size: 25px;line-height: 30px;color: #000;}
.message span:nth-child(5) {line-height: 40px;font-size: 18px; color: #000;}
.close, .rclose, .error-close { position: absolute; right: 24px; top: 10px; font-size: 30px; font-family: open sans; cursor: pointer;color: #333 !important; }
#error-msg p, #success .message p{font-size: 30px !important;}
.fail-check::after {content: url('images/wrong-icon.png');position: absolute; left: 0; right: 0; top: 30px; }
.success-check:after{content:url('images/success-icon.png'); position: absolute;left: 0;right: 0;top: 30px;}
#invalid-msg {display: none; background: #fcecec; padding: 10px; color: #ca4b4b; font-weight: bold; margin-bottom: 20px; font-size: 14px; width: 100%; text-align: center;}
/* End Form Activation Styling */
/* Non-home */
.non_ban {position: relative;}
.non_ban_img{width: 1920px;margin-left: 50%;transform:translateX(-50%);}
.non_ban_img img{vertical-align:middle;height: auto;}
.page_title{text-align: center;width: 1920px;z-index: 2;position: relative;bottom: 0; left: 50%; transform: translateX(-50%); font-family: var(--secFont); font-size: 44px;line-height: 100%;padding: 15px;background: var(--secColor);color: #fff;}
.FormReq {box-shadow: 0 0 3px #d92800 !important; border: 1px solid #d92800 !important;}
.FormReq1 {box-shadow: 0 0 3px #d92800 !important; border: 3px solid #d92800 !important;}
.fixbtmbg { background-attachment: fixed !important;}
/* Accordion */
.accord {margin:20px auto;}
.accord h6{padding:10px 10px 10px 50px;background:#fff;color:#000;font-weight: 500;font-size:16px;margin:0 0 5px;border:1px solid var(--priColor);cursor:pointer;position:relative;}
.accord div{display:none;background:#FAFDFE;padding:20px 10px;margin:5px 0; font-weight: 500;border-left:2px solid var(--priColor);position:relative;}
.accord h6:before{content:"+";width:30px;height:30px;color:#fff;border-radius:5px;background:var(--priColor);display:inline-block;vertical-align:middle;text-align:center;line-height:30px;position:absolute;top:50%;left:10px;transform:translate(0,-50%);-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);}
.accord .sign:before{content:"-"!important;line-height:25px;}
/* Wordpress Edit*/
.edit-link a {width: 100%; max-width: fit-content; padding: 10px 20px; border: 0; border-radius: 0; background: var(--secColor); color: #fff; display: block; text-align: center; position: relative; z-index: 22; font-weight: 500;}
.edit-link a:hover {color: #fff; background: var(--priColor);}
.privacy_pol a {color: inherit;}
.privacy_pol a:hover {text-decoration: underline;}
.privacy_span { color: #f00; }
.privacy_span{color: red; display: inline-block;}
.privacy_list { padding-left: 20px; }
.privacy_list li::marker { font: bold 20px/100% var(--secFont); }
.privacy_list h2 { font: bold 20px/100% var(--secFont); margin: 30px auto 20px; }
.nh_cta { margin-top: 0; padding: 40px 20px; }
.nh_cta h2 { font-size: 35px;line-height: 100%;font-weight: 500;font-family: var(--secFont);}
.nh_cta h2 span { color: var(--secColor);}
.nh_cta p { margin-top: 25px;}
.nh_boxes { display: flex; justify-content: center; gap: 20px; margin: 50px 0; }
.nh_boxes section { text-align: center; background: var(--secColor); color: #000; padding: 50px 50px; border-radius: 150px 0; border: 5px double var(--priColor); max-width: 800px; width: 50%;}
.nh_boxes section h2 { font-size: 25px; font-family: var(--secFont); line-height: 100%; margin-bottom: 15px; }
.nh_boxes section p { text-align: center; }
.nh_heading { font-size: 25px; font-family: var(--secFont); line-height: 100%; margin-bottom: 15px; }
.nh_services { margin: 35px auto; display: flex; justify-content: center; gap: 50px; flex-wrap: wrap; }
.nh_services section { text-align: center; max-width: 350px; width: 100%; border: 1px solid var(--secColor); box-shadow: 0 0 20px 0 #0000001f; border-radius: 25px; padding: 30px 20px; }
.nh_services section h2 { font-size: 20px; font-family: var(--secFont); line-height: 100%; margin: 20px auto; text-align: center; }
.nh_services section p { text-align: center; }
.nh_services section h2 span { display: block; }