-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·868 lines (769 loc) · 60.5 KB
/
index.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
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
<!DOCTYPE html>
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta name="author" content="HOPE OF GLORY MINISTRIES">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!--[if lt IE 9]>
<script src="/wp-content/themes/church-suite/js/modernizr.custom.11889.js" type="text/javascript"></script>
<script src="/wp-content/themes/church-suite/js/respond.js" type="text/javascript"></script>
<![endif]-->
<link rel="shortcut icon" href="/wp-content/uploads/2015/06/logonew-150x150.png">
<title>HOPE OF GLORY MINISTRIES – HGM</title>
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="HOPE OF GLORY MINISTRIES » Feed" href="/feed/" />
<link rel="alternate" type="application/rss+xml" title="HOPE OF GLORY MINISTRIES » Comments Feed" href="/comments/feed/" />
<link rel="alternate" type="text/calendar" title="HOPE OF GLORY MINISTRIES » iCal Feed" href="/events/?ical=1" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"concatemoji":"/wp-includes\/js\/wp-emoji-release.min.js?ver=4.7.5"}};
!function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),!(j.toDataURL().length<3e3)&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,65039,8205,55356,57096),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,55356,57096),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55357,56425,55356,57341,8205,55357,56507),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55357,56425,55356,57341,55357,56507),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel='stylesheet' id='contact-form-7-css' href='/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.5.1' type='text/css' media='all' />
<link rel='stylesheet' id='rs-plugin-settings-css' href='/wp-content/plugins/revslider/public/assets/css/settings.css?ver=5.1' type='text/css' media='all' />
<style id='rs-plugin-settings-inline-css' type='text/css'>
.tp-caption a{color:#ff7302; font-family:'Montserrat',Helvetica,Arial,sans-serif;text-shadow:none;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out}.tp-caption a:hover{color:#ffa902}.tp-caption a.tp-button{font-weight:700; letter-spacing:2px}.tp-caption a.white{background:#fff; border-radius:2px; color:#444 !important; padding:15px 18px; text-shadow:none !important; font-size:12px; text-transform:uppercase; letter-spacing:2px; font-weight:700}.tp-caption a.white:hover{background:#f9f9f9; color:#0094d7 !important}.tp-caption a.green1{background:#54cd38; border-radius:2px; color:#fff !important; padding:15px 18px; text-shadow:none !important; font-size:12px; text-transform:uppercase; letter-spacing:2px; font-weight:700}.tp-caption a.green1:hover{background:#fff; color:#444 !important}
</style>
<link rel='stylesheet' id='main-style-css' href='/wp-content/themes/church-suite/css/master-min.php?ver=4.7.5' type='text/css' media='all' />
<link rel='stylesheet' id='webnus-google-fonts-css' href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C300%2C400%2C400italic%2C500%2C700%2C700italic%7CLora%3A400%2C400italic%2C700%7CDosis%3A300%2C400%2C400italic%2C500%2C600%2C700italic%2C700&subset=latin%2Clatin-ext' type='text/css' media='all' />
<script type='text/javascript'>
/* <![CDATA[ */
var tribe_events_linked_posts = {"post_types":{"tribe_venue":"venue","tribe_organizer":"organizer"}};
/* ]]> */
</script>
<script type='text/javascript' src='/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript' src='/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?ver=5.1'></script>
<script type='text/javascript' src='/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?ver=5.1'></script>
<link rel='https://api.w.org/' href='/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="/wp-includes/wlwmanifest.xml" />
<meta name="generator" content="WordPress 4.7.5" />
<link rel="canonical" href="/" />
<link rel='shortlink' href='/' />
<link rel="alternate" type="application/json+oembed" href="/wp-json/oembed/1.0/embed?url=http%3A%2F%2F%2F" />
<link rel="alternate" type="text/xml+oembed" href="/wp-json/oembed/1.0/embed?url=http%3A%2F%2F%2F&format=xml" />
<script type="text/javascript">
/* <![CDATA[ */
var sf_position = '0';
var sf_templates = "<a href=\"{search_url_escaped}\"><span class=\"sf_text\">See more results<\/span><span class=\"sf_small\">Displaying top {total} results<\/span><\/a>";
var sf_input = '.live-search';
jQuery(document).ready(function(){
jQuery(sf_input).ajaxyLiveSearch({"expand":false,"searchUrl":"http:\/\/www.hgmchristinyou.com\/?s=%s","text":"Search","delay":500,"iwidth":180,"width":315,"ajaxUrl":"http:\/\/www.hgmchristinyou.com\/wp-admin\/admin-ajax.php","rtl":0});
jQuery(".sf_ajaxy-selective-input").keyup(function() {
var width = jQuery(this).val().length * 8;
if(width < 50) {
width = 50;
}
jQuery(this).width(width);
});
jQuery(".sf_ajaxy-selective-search").click(function() {
jQuery(this).find(".sf_ajaxy-selective-input").focus();
});
jQuery(".sf_ajaxy-selective-close").click(function() {
jQuery(this).parent().remove();
});
});
/* ]]> */
</script>
<style type="text/css" media="screen">body{ background-image:url('/wp-content/themes/church-suite/images/bdbg1.png'); background-repeat:repeat; } </style><style type="text/css" media="screen">body{ } </style><meta name="generator" content="Powered by Visual Composer - drag and drop page builder for WordPress."/>
<!--[if lte IE 9]><link rel="stylesheet" type="text/css" href="http://www.hgmchristinyou.com/wp-content/plugins/js_composer/assets/css/vc_lte_ie9.css" media="screen"><![endif]--><!--[if IE 8]><link rel="stylesheet" type="text/css" href="http://www.hgmchristinyou.com/wp-content/plugins/js_composer/assets/css/vc-ie8.css" media="screen"><![endif]--><meta name="generator" content="Powered by Slider Revolution 5.1 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." />
<style type="text/css" data-type="vc_custom-css">#brdr-b1 { border-bottom: 1px solid #E2E2E2; }</style><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1459630078754{margin-top: 5px !important;margin-right: 5px !important;margin-bottom: 5px !important;margin-left: 5px !important;}.vc_custom_1459546498705{padding-left: 80px !important;}.vc_custom_1437890421605{border-left-width: 1px !important;padding-left: 43px !important;background-color: #f6f4f5 !important;border-left-color: #e2e2e2 !important;border-left-style: solid !important;}</style><noscript><style> .wpb_animate_when_almost_visible { opacity: 1; }</style></noscript></head>
<body class="home page-template-default page page-id-5297 transparent-header-w tribe-no-js wpb-js-composer js-comp-ver-4.7.4 vc_responsive">
<!-- Primary Page Layout
================================================== -->
<div id="wrap" class="remittal-t">
<section class="toggle-top-area" >
<div class="w_toparea container">
<div class="col-md-3">
</div>
<div class="col-md-3">
</div>
<div class="col-md-3">
</div>
<div class="col-md-3">
</div>
</div>
<a class="w_toggle" href="#"></a>
</section>
<header id="header" class="horizontal-w sm-rgt-mn w-header-type-10">
<div class="container">
<div class="col-md-3 col-sm-3 logo-wrap">
<div class="logo">
<a href="/"><img src="/wp-content/uploads/2016/06/logo-5.png" width="300" id="img-logo-w1" alt="logo" class="img-logo-w1" style="width: 300px"></a><a href="/"><img src="/wp-content/uploads/2016/06/logo-5.png" width="150" id="img-logo-w2" alt="logo" class="img-logo-w2" style="width: 150px"></a><span class="logo-sticky"><a href="/"><img src="/wp-content/uploads/2016/06/logo-5.png" width="100" id="img-logo-w3" alt="logo" class="img-logo-w3"></a></span></div></div>
<nav id="nav-wrap" class="nav-wrap1 col-md-9 col-sm-9">
<div class="container">
<div id="search-form">
<a href="javascript:void(0)" class="search-form-icon"><i id="searchbox-icon" class="fa-search"></i></a>
<div id="search-form-box" class="search-form-box">
<form action="/" method="get">
<input type="text" class="search-text-box" id="search-box" name="s">
</form>
</div>
</div>
<ul id="nav"><li id="menu-item-9" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-9"><a href="/" data-description=""><i class="fa-home"></i>Home</a></li>
<li id="menu-item-7914" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7914"><a href="/about-us/" data-description="">About us</a>
<ul class="sub-menu">
<li id="menu-item-8012" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8012"><a href="/hgm-family/" data-description="">HGM Family</a></li>
<li id="menu-item-8010" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8010"><a href="/prayer-tower-2/" data-description="">PRAYER TOWER</a></li>
<li id="menu-item-8008" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8008"><a href="/prayer-in-spirit/" data-description="">Prayer In Spirit</a></li>
<li id="menu-item-8007" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8007"><a href="/healing-school/" data-description="">Healing School</a></li>
<li id="menu-item-8006" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8006"><a href="/seminars-conferences/" data-description="">Seminars & Conferences</a></li>
<li id="menu-item-8005" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8005"><a href="/praise-worship/" data-description="">Praise & Worship</a></li>
<li id="menu-item-8004" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8004"><a href="/bible-classes/" data-description="">Bible Classes</a></li>
</ul>
</li>
<li id="menu-item-7930" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7930"><a href="/fgc/" data-description="">FGC</a>
<ul class="sub-menu">
<li id="menu-item-8024" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8024"><a href="/fgc-family/" data-description="">FGC Family</a></li>
</ul>
</li>
<li id="menu-item-7919" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-7919"><a href="/sermons/" data-description="">Sermons</a>
<ul class="sub-menu">
<li id="menu-item-7916" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7916"><a href="/archive-sermons/" data-description="">Archive – Sermons</a></li>
</ul>
</li>
<li id="menu-item-7951" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7951"><a href="/live/" data-description="">Live</a></li>
<li id="menu-item-7915" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7915"><a href="/archive-events/" data-description="">Events</a></li>
<li id="menu-item-7843" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7843"><a href="/blog/" data-description="">News</a></li>
<li id="menu-item-7917" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-7917"><a href="/contact/" data-description="">Contact</a></li>
</ul> </div>
</nav>
<!-- /nav-wrap -->
</div>
</header>
<!-- end-header -->
<div style="display:none"><div class="w-modal modal-contact" id="w-contact"><h3 class="modal-title">CONTACT US</h3><br><div role="form" class="wpcf7" id="wpcf7-f5-o1" lang="en" dir="ltr">
<div class="screen-reader-response"></div>
<form action="/#wpcf7-f5-o1" method="post" class="wpcf7-form" novalidate="novalidate">
<div style="display: none;">
<input type="hidden" name="_wpcf7" value="5" />
<input type="hidden" name="_wpcf7_version" value="4.5.1" />
<input type="hidden" name="_wpcf7_locale" value="en" />
<input type="hidden" name="_wpcf7_unit_tag" value="wpcf7-f5-o1" />
<input type="hidden" name="_wpnonce" value="7868d29722" />
</div>
<p>Your Name (required)<br />
<span class="wpcf7-form-control-wrap your-name"><input type="text" name="your-name" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" /></span> </p>
<p>Your Email (required)<br />
<span class="wpcf7-form-control-wrap your-email"><input type="email" name="your-email" value="" size="40" class="wpcf7-form-control wpcf7-text wpcf7-email wpcf7-validates-as-required wpcf7-validates-as-email" aria-required="true" aria-invalid="false" /></span> </p>
<p>Subject<br />
<span class="wpcf7-form-control-wrap your-subject"><input type="text" name="your-subject" value="" size="40" class="wpcf7-form-control wpcf7-text" aria-invalid="false" /></span> </p>
<p>Your Message<br />
<span class="wpcf7-form-control-wrap your-message"><textarea name="your-message" cols="40" rows="10" class="wpcf7-form-control wpcf7-textarea" aria-invalid="false"></textarea></span> </p>
<p><input type="submit" value="Send" class="wpcf7-form-control wpcf7-submit" /></p>
<div class="wpcf7-response-output wpcf7-display-none"></div></form></div></div></div>
<section id="main-content" class="container">
<!-- Start Page Content -->
<div class="row-wrapper-x"></div></section><section class="wpb_row vc_row-fluid full-row"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper"><div class="wpb_revslider_element wpb_content_element"><link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet" property="stylesheet" type="text/css" media="all" /><link href="http://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900" rel="stylesheet" property="stylesheet" type="text/css" media="all" /><link href="http://fonts.googleapis.com/css?family=Droid+Serif:400,700" rel="stylesheet" property="stylesheet" type="text/css" media="all" /><link href="http://fonts.googleapis.com/css?family=Montserrat:400" rel="stylesheet" property="stylesheet" type="text/css" media="all" /><script type="text/javascript" src="/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js?rev=5.1"></script><script type="text/javascript" src="/wp-content/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js?rev=5.1"></script>
<div id="rev_slider_1_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container" style="margin:0px auto;background-color:#3b464b;padding:0px;margin-top:0px;margin-bottom:0px;">
<!-- START REVOLUTION SLIDER 5.1 fullwidth mode -->
<div id="rev_slider_1_1" class="rev_slider fullwidthabanner" style="display:none;" data-version="5.1">
<ul> <!-- SLIDE -->
<li data-index="rs-1" data-transition="fade" data-slotamount="7" data-easein="default" data-easeout="default" data-masterspeed="500" data-thumb="http://www.hgmchristinyou.com/wp-content/uploads/revslider/pax-rev-slider1/pax-slider1-bg.jpg" data-delay="3000" data-rotate="0" data-saveperformance="off" data-title="Slide" data-description="">
<!-- MAIN IMAGE -->
<img src="/wp-content/uploads/revslider/pax-rev-slider1/pax-slider1-bg.jpg" alt="" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="off" class="rev-slidebg" data-no-retina>
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class="tp-caption tp-resizeme"
id="slide-1-layer-1"
data-x="center" data-hoffset="287"
data-y="bottom" data-voffset="108"
data-width="['none','none','none','none']"
data-height="['none','none','none','none']"
data-transform_idle="o:1;"
data-transform_in="x:50px;opacity:0;s:300;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;"
data-start="500"
data-responsive_offset="on"
style="z-index: 5;"><img src="/wp-content/uploads/2016/04/HGM-e1467132409978.png" alt="" width="682" height="514" data-ww="587px" data-hh="464px" data-no-retina>
</div>
<!-- LAYER NR. 2 -->
<div class="tp-caption wlargetext tp-resizeme"
id="slide-1-layer-2"
data-x="28"
data-y="233"
data-width="['auto']"
data-height="['auto']"
data-transform_idle="o:1;"
data-transform_in="y:50px;opacity:0;s:300;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;"
data-start="800"
data-splitin="none"
data-splitout="none"
data-responsive_offset="on"
style="z-index: 6; white-space: nowrap; font-size: 68px; line-height: 62px; font-weight: 100;border-color:rgba(255, 255, 255, 1.00);">HOPE OF GLORY <br>
MINISTRIES
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption thinheadlinepax tp-resizeme"
id="slide-1-layer-3"
data-x="20"
data-y="390"
data-width="['auto']"
data-height="['auto']"
data-transform_idle="o:1;"
data-transform_in="y:50px;opacity:0;s:300;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;"
data-start="1200"
data-splitin="none"
data-splitout="none"
data-responsive_offset="on"
style="z-index: 7; white-space: nowrap;border-color:rgba(0, 0, 0, 1.00);">Our purpose is to advance the Kingdom of God,<br> by spreading the message of hope
</div>
<!-- LAYER NR. 4 -->
<div class="tp-caption black tp-resizeme"
id="slide-1-layer-4"
data-x="20"
data-y="498"
data-width="['auto']"
data-height="['auto']"
data-transform_idle="o:1;"
data-transform_in="y:50px;opacity:0;s:300;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;"
data-start="1400"
data-splitin="none"
data-splitout="none"
data-responsive_offset="on"
style="z-index: 8; white-space: nowrap; font-size: px; line-height: px; font-weight: 100;font-family:Arial;"><a href='/about-us/' class='tp-button green1'>UNDERSTAND MORE</a>
</div>
</li>
<!-- SLIDE -->
<li data-index="rs-2" data-transition="fade" data-slotamount="7" data-easein="default" data-easeout="default" data-masterspeed="500" data-thumb="http://www.hgmchristinyou.com/wp-content/uploads/revslider/pax-rev-slider1/pax-slider4-bg.jpg" data-rotate="0" data-saveperformance="off" data-title="Slide" data-description="">
<!-- MAIN IMAGE -->
<img src="/wp-content/uploads/revslider/pax-rev-slider1/pax-slider4-bg.jpg" alt="" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="off" class="rev-slidebg" data-no-retina>
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class="tp-caption wlargetext1 tp-resizeme"
id="slide-2-layer-1"
data-x="center" data-hoffset=""
data-y="center" data-voffset="-95"
data-width="['auto']"
data-height="['auto']"
data-transform_idle="o:1;"
data-transform_in="y:50px;opacity:0;s:300;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;"
data-start="800"
data-splitin="none"
data-splitout="none"
data-responsive_offset="on"
data-end="9000"
style="z-index: 5; white-space: nowrap; font-size: 58px; line-height: 1.1px; font-weight: 400;border-color:rgba(255, 255, 255, 1.00);">HOPE OF GLORY MINISTRIES
</div>
<!-- LAYER NR. 2 -->
<div class="tp-caption thinheadlinepax2 tp-resizeme"
id="slide-2-layer-2"
data-x="center" data-hoffset="4"
data-y="center" data-voffset="-27"
data-width="['auto']"
data-height="['auto']"
data-transform_idle="o:1;"
data-transform_in="y:50px;opacity:0;s:300;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;"
data-start="1200"
data-splitin="none"
data-splitout="none"
data-responsive_offset="on"
data-end="9000"
style="z-index: 6; white-space: nowrap; font-size: 38px;border-color:rgba(0, 0, 0, 1.00);">Welcome to Faith Generation Church
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption black tp-resizeme"
id="slide-2-layer-3"
data-x="center" data-hoffset="2"
data-y="center" data-voffset="44"
data-width="['auto']"
data-height="['auto']"
data-transform_idle="o:1;"
data-transform_in="y:50px;opacity:0;s:300;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;"
data-start="1400"
data-splitin="none"
data-splitout="none"
data-responsive_offset="on"
data-end="9000"
style="z-index: 7; white-space: nowrap; font-size: px; line-height: px; font-weight: 300;font-family:Arial;"><a href='/fgc/' class='tp-button green1'>UNDERSTAND MORE</a>
</div>
</li>
<!-- SLIDE -->
<li data-index="rs-3" data-transition="fade" data-slotamount="7" data-easein="default" data-easeout="default" data-masterspeed="500" data-thumb="http://www.hgmchristinyou.com/wp-content/uploads/revslider/pax-rev-slider1/pax-slider3-bg.jpg" data-rotate="0" data-saveperformance="off" data-title="Slide" data-description="">
<!-- MAIN IMAGE -->
<img src="/wp-content/uploads/revslider/pax-rev-slider1/pax-slider3-bg.jpg" alt="" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="off" class="rev-slidebg" data-no-retina>
<!-- LAYERS -->
<!-- LAYER NR. 1 -->
<div class="tp-caption tp-resizeme"
id="slide-3-layer-4"
data-x="399"
data-y="183"
data-width="['none','none','none','none']"
data-height="['none','none','none','none']"
data-transform_idle="o:1;"
data-transform_in="opacity:0;s:300;e:Power2.easeInOut;"
data-transform_out="opacity:0;s:300;s:300;"
data-start="370"
data-responsive_offset="on"
style="z-index: 5;"><img src="/wp-content/uploads/2016/04/HGM.png" alt="" data-ww="364px" data-hh="266px" data-no-retina>
</div>
<!-- LAYER NR. 2 -->
<div class="tp-caption wlargetext1 tp-resizeme"
id="slide-3-layer-1"
data-x="center" data-hoffset="15"
data-y="center" data-voffset="86"
data-width="['auto']"
data-height="['auto']"
data-transform_idle="o:1;"
data-transform_in="y:50px;opacity:0;s:300;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;"
data-start="800"
data-splitin="none"
data-splitout="none"
data-responsive_offset="on"
style="z-index: 6; white-space: nowrap; font-size: 56px; line-height: 1.1px; font-weight: 400;border-color:rgba(255, 255, 255, 1.00);">HOPE OF GLORY MINISTRIES
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption thinheadlinepax2 tp-resizeme"
id="slide-3-layer-2"
data-x="center" data-hoffset="13"
data-y="center" data-voffset="146"
data-width="['auto']"
data-height="['auto']"
data-transform_idle="o:1;"
data-transform_in="y:50px;opacity:0;s:300;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;"
data-start="1200"
data-splitin="none"
data-splitout="none"
data-responsive_offset="on"
style="z-index: 7; white-space: nowrap; font-size: 32px;border-color:rgba(0, 0, 0, 1.00);">COMPASSION, GROWTH, EXCELLENCE, HONOR
</div>
<!-- LAYER NR. 4 -->
<div class="tp-caption black tp-resizeme"
id="slide-3-layer-3"
data-x="center" data-hoffset="7"
data-y="center" data-voffset="238"
data-width="['auto']"
data-height="['auto']"
data-transform_idle="o:1;"
data-transform_in="y:50px;opacity:0;s:300;e:Power3.easeInOut;"
data-transform_out="auto:auto;s:300;"
data-start="1400"
data-splitin="none"
data-splitout="none"
data-responsive_offset="on"
style="z-index: 8; white-space: nowrap; font-size: px; line-height: px; font-weight: 100;font-family:Arial;"><a href=/contact/' class='tp-button green1'>UNDERSTAND MORE</a>
</div>
</li>
<!-- SLIDE -->
<li data-index="rs-7" data-transition="fade" data-slotamount="7" data-easein="default" data-easeout="default" data-masterspeed="500" data-thumb="http://www.hgmchristinyou.com/wp-content/" data-rotate="0" data-saveperformance="off" data-title="Slide" data-description="">
<!-- MAIN IMAGE -->
<img src="http://hgmchristinyou.com/slider.jpg" alt="" width="1920" height="1080" data-bgposition="center top" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="off" class="rev-slidebg" data-no-retina>
<!-- LAYERS -->
</li>
</ul>
<div class="tp-static-layers">
</div>
<div class="tp-bannertimer tp-bottom" style="visibility: hidden !important;"></div> </div>
<script>var htmlDiv = document.getElementById("rs-plugin-settings-inline-css"); var htmlDivCss=".tp-caption.black,.black{color:#000;text-shadow:none}.tp-caption.wlargetext,.wlargetext{font-size:72px;line-height:1.1px;font-weight:bold;font-family:\"Montserrat\";color:#16161d;text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255,255,255);border-style:none;text-shadow:none;margin:0px;white-space:nowrap;letter-spacing:0;text-align:left}.tp-caption.thinheadlinepax,.thinheadlinepax{color:#55585d;font-weight:300;font-size:25px;line-height:36px;font-family:\"Roboto\";text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(0,0,0);border-style:none;text-shadow:none}.tp-caption.wlargetext1,.wlargetext1{font-size:72px;line-height:1.1px;font-weight:bold;font-family:Montserrat;color:#16161d;text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(255,255,255);border-style:none;text-shadow:none;margin:0px;white-space:nowrap;letter-spacing:0px;text-align:center}.tp-caption.thinheadlinepax2,.thinheadlinepax2{color:#55585d;font-weight:300;font-size:25px;line-height:36px;font-family:\"Roboto\";text-decoration:none;background-color:transparent;border-width:0px;border-color:rgb(0,0,0);border-style:none;text-shadow:none;text-align:center}";
if(htmlDiv) {
htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss;
}
else{
var htmlDiv = document.createElement("div");
htmlDiv.innerHTML = "<style>" + htmlDivCss + "</style>";
document.getElementsByTagName("head")[0].appendChild(htmlDiv.childNodes[0]);
}
</script>
<script type="text/javascript">
/******************************************
- PREPARE PLACEHOLDER FOR SLIDER -
******************************************/
var setREVStartSize=function(){
try{var e=new Object,i=jQuery(window).width(),t=9999,r=0,n=0,l=0,f=0,s=0,h=0;
e.c = jQuery('#rev_slider_1_1');
e.gridwidth = [1140];
e.gridheight = [790];
e.sliderLayout = "fullwidth";
if(e.responsiveLevels&&(jQuery.each(e.responsiveLevels,function(e,f){f>i&&(t=r=f,l=e),i>f&&f>r&&(r=f,n=e)}),t>r&&(l=n)),f=e.gridheight[l]||e.gridheight[0]||e.gridheight,s=e.gridwidth[l]||e.gridwidth[0]||e.gridwidth,h=i/s,h=h>1?1:h,f=Math.round(h*f),"fullscreen"==e.sliderLayout){var u=(e.c.width(),jQuery(window).height());if(void 0!=e.fullScreenOffsetContainer){var c=e.fullScreenOffsetContainer.split(",");if (c) jQuery.each(c,function(e,i){u=jQuery(i).length>0?u-jQuery(i).outerHeight(!0):u}),e.fullScreenOffset.split("%").length>1&&void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0?u-=jQuery(window).height()*parseInt(e.fullScreenOffset,0)/100:void 0!=e.fullScreenOffset&&e.fullScreenOffset.length>0&&(u-=parseInt(e.fullScreenOffset,0))}f=u}else void 0!=e.minHeight&&f<e.minHeight&&(f=e.minHeight);e.c.closest(".rev_slider_wrapper").css({height:f})
}catch(d){console.log("Failure at Presize of Slider:"+d)}
};
setREVStartSize();
function revslider_showDoubleJqueryError(sliderID) {
var errorMessage = "Revolution Slider Error: You have some jquery.js library include that comes after the revolution files js include.";
errorMessage += "<br> This includes make eliminates the revolution slider libraries, and make it not work.";
errorMessage += "<br><br> To fix it you can:<br> 1. In the Slider Settings -> Troubleshooting set option: <strong><b>Put JS Includes To Body</b></strong> option to true.";
errorMessage += "<br> 2. Find the double jquery.js include and remove it.";
errorMessage = "<span style='font-size:16px;color:#BC0C06;'>" + errorMessage + "</span>";
jQuery(sliderID).show().html(errorMessage);
}
var tpj=jQuery;
tpj.noConflict();
var revapi1;
tpj(document).ready(function() {
if(tpj("#rev_slider_1_1").revolution == undefined){
revslider_showDoubleJqueryError("#rev_slider_1_1");
}else{
revapi1 = tpj("#rev_slider_1_1").show().revolution({
sliderType:"standard",
jsFileLocation:"http://www.hgmchristinyou.com/wp-content/plugins/revslider/public/assets/js/",
sliderLayout:"fullwidth",
dottedOverlay:"none",
delay:9000,
navigation: {
keyboardNavigation:"off",
keyboard_direction: "horizontal",
mouseScrollNavigation:"off",
onHoverStop:"off",
touch:{
touchenabled:"on",
swipe_threshold: 0.7,
swipe_min_touches: 1,
swipe_direction: "horizontal",
drag_block_vertical: false
}
,
arrows: {
style:"hermes",
enable:true,
hide_onmobile:false,
hide_onleave:false,
tmp:'<div class="tp-arr-allwrapper"> <div class="tp-arr-imgholder"></div> <div class="tp-arr-titleholder">{{title}}</div> </div>',
left: {
h_align:"left",
v_align:"center",
h_offset:20,
v_offset:0
},
right: {
h_align:"right",
v_align:"center",
h_offset:20,
v_offset:0
}
}
},
visibilityLevels:[1240,1024,778,480],
gridwidth:1140,
gridheight:790,
lazyType:"none",
parallax: {
type:"mouse",
origo:"enterpoint",
speed:400,
levels:[5,10,15,20,25,30,35,40,45,50,47,48,49,50,51,55],
type:"mouse",
disable_onmobile:"on"
},
shadow:0,
spinner:"spinner0",
stopLoop:"off",
stopAfterLoops:-1,
stopAtSlide:-1,
shuffle:"off",
autoHeight:"off",
disableProgressBar:"on",
hideThumbsOnMobile:"off",
hideSliderAtLimit:0,
hideCaptionAtLimit:0,
hideAllCaptionAtLilmit:0,
debugMode:false,
fallbacks: {
simplifyAll:"off",
nextSlideOnWindowFocus:"off",
disableFocusListener:false,
}
});
}
}); /*ready*/
</script>
<script>
var htmlDivCss = unescape(".hermes.tparrows%20%7B%0A%09cursor%3Apointer%3B%0A%09background%3A%23000%3B%0A%09background%3Argba%280%2C0%2C0%2C0.5%29%3B%0A%09width%3A30px%3B%0A%09height%3A110px%3B%0A%09position%3Aabsolute%3B%0A%09display%3Ablock%3B%0A%09z-index%3A100%3B%0A%7D%0A%0A.hermes.tparrows%3Abefore%20%7B%0A%09font-family%3A%20%22revicons%22%3B%0A%09font-size%3A15px%3B%0A%09color%3A%23fff%3B%0A%09display%3Ablock%3B%0A%09line-height%3A%20110px%3B%0A%09text-align%3A%20center%3B%0A%20%20%20%20transform%3AtranslateX%280px%29%3B%0A%20%20%20%20-webkit-transform%3AtranslateX%280px%29%3B%0A%20%20%20%20transition%3Aall%200.3s%3B%0A%20%20%20%20-webkit-transition%3Aall%200.3s%3B%0A%7D%0A.hermes.tparrows.tp-leftarrow%3Abefore%20%7B%0A%09content%3A%20%22%5Ce824%22%3B%0A%7D%0A.hermes.tparrows.tp-rightarrow%3Abefore%20%7B%0A%09content%3A%20%22%5Ce825%22%3B%0A%7D%0A.hermes.tparrows.tp-leftarrow%3Ahover%3Abefore%20%7B%0A%20%20%20%20transform%3AtranslateX%28-20px%29%3B%0A%20%20%20%20-webkit-transform%3AtranslateX%28-20px%29%3B%0A%20%20%20%20%20opacity%3A0%3B%0A%7D%0A.hermes.tparrows.tp-rightarrow%3Ahover%3Abefore%20%7B%0A%20%20%20%20transform%3AtranslateX%2820px%29%3B%0A%20%20%20%20-webkit-transform%3AtranslateX%2820px%29%3B%0A%20%20%20%20%20opacity%3A0%3B%0A%7D%0A%0A.hermes%20.tp-arr-allwrapper%20%7B%0A%20%20%20%20overflow%3Ahidden%3B%0A%20%20%20%20position%3Aabsolute%3B%0A%09width%3A180px%3B%0A%20%20%20%20height%3A140px%3B%0A%20%20%20%20top%3A0px%3B%0A%20%20%20%20left%3A0px%3B%0A%20%20%20%20visibility%3Ahidden%3B%0A%20%20%20%20%20%20-webkit-transition%3A%20-webkit-transform%200.3s%200.3s%3B%0A%20%20transition%3A%20transform%200.3s%200.3s%3B%0A%20%20-webkit-perspective%3A%201000px%3B%0A%20%20perspective%3A%201000px%3B%0A%20%20%20%20%7D%0A.hermes.tp-rightarrow%20.tp-arr-allwrapper%20%7B%0A%20%20%20right%3A0px%3Bleft%3Aauto%3B%0A%20%20%20%20%20%20%7D%0A.hermes.tparrows%3Ahover%20.tp-arr-allwrapper%20%7B%0A%20%20%20visibility%3Avisible%3B%0A%20%20%20%20%20%20%20%20%20%20%7D%0A.hermes%20.tp-arr-imgholder%20%7B%0A%20%20width%3A180px%3Bposition%3Aabsolute%3B%0A%20%20left%3A0px%3Btop%3A0px%3Bheight%3A110px%3B%0A%20%20transform%3AtranslateX%28-180px%29%3B%0A%20%20-webkit-transform%3AtranslateX%28-180px%29%3B%0A%20%20transition%3Aall%200.3s%3B%0A%20%20transition-delay%3A0.3s%3B%0A%7D%0A.hermes.tp-rightarrow%20.tp-arr-imgholder%7B%0A%20%20%20%20transform%3AtranslateX%28180px%29%3B%0A%20%20-webkit-transform%3AtranslateX%28180px%29%3B%0A%20%20%20%20%20%20%7D%0A%20%20%0A.hermes.tparrows%3Ahover%20.tp-arr-imgholder%20%7B%0A%20%20%20transform%3AtranslateX%280px%29%3B%0A%20%20%20-webkit-transform%3AtranslateX%280px%29%3B%20%20%20%20%20%20%20%20%20%20%20%20%0A%7D%0A.hermes%20.tp-arr-titleholder%20%7B%0A%20%20top%3A110px%3B%0A%20%20width%3A180px%3B%0A%20%20text-align%3Aleft%3B%20%0A%20%20display%3Ablock%3B%0A%20%20padding%3A0px%2010px%3B%0A%20%20line-height%3A30px%3B%20background%3A%23000%3B%0A%20%20background%3Argba%280%2C0%2C0%2C0.75%29%3Bcolor%3A%23fff%3B%0A%20%20font-weight%3A600%3B%20position%3Aabsolute%3B%0A%20%20font-size%3A12px%3B%0A%20%20white-space%3Anowrap%3B%0A%20%20letter-spacing%3A1px%3B%0A%20%20-webkit-transition%3A%20all%200.3s%3B%0A%20%20transition%3A%20all%200.3s%3B%0A%20%20-webkit-transform%3A%20rotateX%28-90deg%29%3B%0A%20%20transform%3A%20rotateX%28-90deg%29%3B%0A%20%20-webkit-transform-origin%3A%2050%25%200%3B%0A%20%20transform-origin%3A%2050%25%200%3B%0A%20%20box-sizing%3Aborder-box%3B%0A%0A%7D%0A.hermes.tparrows%3Ahover%20.tp-arr-titleholder%20%7B%0A%20%20%20%20-webkit-transition-delay%3A%200.6s%3B%0A%20%20transition-delay%3A%200.6s%3B%0A%20%20-webkit-transform%3A%20rotateX%280deg%29%3B%0A%20%20transform%3A%20rotateX%280deg%29%3B%0A%7D%0A%0A");
var htmlDiv = document.getElementById('rs-plugin-settings-inline-css');
if(htmlDiv) {
htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss;
}
else{
var htmlDiv = document.createElement('div');
htmlDiv.innerHTML = '<style>' + htmlDivCss + '</style>';
document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]);
}
</script>
</div><!-- END REVOLUTION SLIDER --></div></div></div></section><section class="container"><div class="row-wrapper-x"></div></section><section class="blox" style=" padding-top:30px; padding-bottom:30px; background-size: cover; min-height:150px; background-color:#f6f4f5;"><div class="max-overlay" style="background-color:"></div><div class="wpb_row vc_row-fluid full-row"><div class="container"><div class="brdr-r1 wpb_column vc_column_container vc_col-sm-6"><div class="wpb_wrapper"><hr class="vertical-space1"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-8"><div class="wpb_wrapper">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<h5 style="letter-spacing: 5px;">FIRST VISIT PLAN</h5>
<p style="color: #888;">We would love to invite you to visit our family</p>
</div>
</div>
</div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="wpb_wrapper"><a href="/contact/" class="button black medium bordered-bot" target="_self">READ MORE</a></div></div></div><hr class="vertical-space1"></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="wpb_wrapper"><hr class="vertical-space1"><div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-8"><div class="wpb_wrapper">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<h5 style="letter-spacing: 5px;">PRAYER REQUEST</h5>
<p style="color: #888;">Point toward the next steps on your journey</p>
</div>
</div>
</div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="wpb_wrapper"><a href="/prayer-tower/" class="button black medium bordered-bot" target="_self">READ MORE</a></div></div></div><hr class="vertical-space1"></div></div></div></div></section><section class="container"><div class="row-wrapper-x"><section class="wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper"><hr class="vertical-space2"></div></div></section><section class="wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<h6 style="letter-spacing: 4px; margin-bottom: 20px; color: #8a8a8a;"><strong>WHO IS</strong></h6>
<h1 id="pages_name" class="_58gi">HOPE OF GLORY MINISTRIES</h1>
</div>
</div>
<hr class="vertical-space1"></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="wpb_wrapper">
<div class="wpb_single_image wpb_content_element vc_align_left vc_custom_1459630078754">
<div class="wpb_wrapper">
<div class="vc_single_image-wrapper vc_box_border_grey"><img width="818" height="629" src="/wp-content/uploads/2015/06/LOGO.png" class="vc_single_image-img attachment-full" alt="" srcset="/wp-content/uploads/2015/06/LOGO.png 818w, /wp-content/uploads/2015/06/LOGO-300x231.png 300w, /wp-content/uploads/2015/06/LOGO-768x591.png 768w" sizes="(max-width: 818px) 100vw, 818px" /></div>
</div>
</div>
</div></div><div class="wpb_column vc_column_container vc_col-sm-9"><div class="wpb_wrapper">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<p>Our purpose is to advance the Kingdom of God, by spreading the message of hope, which is found in a relationship with Christ, to millions around the world. Encouraging spiritual growth of the inner man till we all come in the unity of the faith, and at the knowledge of the son of God, unto a perfect man, unto the measure of the stature of the fullness of Christ (Ephesians 4:13). We welcome into our midst all people who are seeking a relationship with God through Jesus Christ, regardless of age, socio-economic status, ethnicity or race. We will work joyfully in partnership with one another to proclaim in word and deed, ie Christ’s good news of welcome and salvation by God’s grace.</p>
</div>
</div>
</div></div><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper"><hr class="vertical-space1"></div></div></section></div></section><section class="blox" style=" padding-top:px; padding-bottom:px; background-size: cover; min-height:300px; background-color:#f6f4f5;"><div class="max-overlay" style="background-color:"></div><div class="wpb_row vc_row-fluid full-row"><div class="container"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper"><hr class="vertical-space4"></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="wpb_wrapper">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<h6 style="color: #f9c43a; margin-bottom: 10px;"><strong>Our Core Values</strong></h6>
<h4 style="font-weight: bold; letter-spacing: 2px;">COMPASSION</h4>
</div>
</div>
<hr class="vertical-space1">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<p><em>We love and value every person because each of us matters to the Lord. In everything we do, we seek to glorify God and edify man. We value collaboration, humility and service.</em></p>
</div>
</div>
</div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="wpb_wrapper">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<h6 style="color: #f9c43a; margin-bottom: 10px;"><strong>Our Core Values</strong></h6>
<h4 style="font-weight: bold; letter-spacing: 2px;">GROWTH</h4>
</div>
</div>
<hr class="vertical-space1">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<p><em>We are committed to worshipping together at weekly church services and strive to mature as believers through positive affirmation, study of the Word, prayer and imitating Christ.</em></p>
</div>
</div>
</div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="wpb_wrapper">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<h6 style="color: #f9c43a; margin-bottom: 10px;"><strong>Our Core Values</strong></h6>
<h4 style="font-weight: bold; letter-spacing: 2px;">EXCELLENCE</h4>
</div>
</div>
<hr class="vertical-space1">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<p><em>We seek to excel in all that we do because we have the mind and Spirit of Christ.</em></p>
</div>
</div>
</div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="wpb_wrapper">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<h6 style="color: #f9c43a; margin-bottom: 10px;"><strong>Our Core Values</strong></h6>
<h4 style="font-weight: bold; letter-spacing: 2px;">HONOR</h4>
</div>
</div>
<hr class="vertical-space1">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<p><em>We treat each other with respect and integrity. We honor and submit to our leaders as unto the Lord.</em></p>
</div>
</div>
</div></div><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper"><hr class="vertical-space4"></div></div></div></div></section><section class="container"><div class="row-wrapper-x"></div></section><section class="blox dark" style=" padding-top:px; padding-bottom:px; background-size: cover; min-height:387px; "><div class="max-overlay" style="background-color:rgba(63,63,63,0.95)"></div><div class="wpb_row vc_row-fluid full-row"><div class="container"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper"><hr class="vertical-space4">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<h6 style="letter-spacing: 4px; margin-bottom: 20px; color: #8a8a8a;"><strong>OUR</strong></h6>
<h3 style="font-weight: bold; letter-spacing: 2px;">STATEMENT OF FAITH</h3>
</div>
</div>
<hr class="vertical-space1"></div></div><div class="wpb_column vc_column_container vc_col-sm-9"><div class="wpb_wrapper">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<p>I am a Christian saved by grace from the eternal wrath of God through faith in Jesus Christ, my Lord and Savior, through his death and resurrection, by which I am assured of eternal life. – (John 3:16-18; Romans 3:23-26)<br />
I believe Jesus Christ is exactly who he claimed to be. – (Isaiah 53:6; Matthew 26:64; Mark 14:62; Luke 22:70; John 4:25-26; John 6:29; John 8:58; John 11:25-27; John 14:6-7; John 15:5)<br />
I have repented of my sins and have been made a new creation in Christ. – (1 John 1:9; 2 Corinthians 5:17)<br />
In obedience to Scripture, I agree that baptism in water is a necessary step of obedience To Christ. Through baptism I personally identify with the death, burial, and resurrection of Jesus, and publicly demonstrate my commitment as a disciple of Jesus. – (Colossians 2:12; 1 Peter 3:21)</p>
</div>
</div>
</div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="wpb_wrapper">
<div class="wpb_single_image wpb_content_element vc_align_left">
<div class="wpb_wrapper">
<div class="vc_single_image-wrapper vc_box_border_grey"><img width="682" height="514" src="/wp-content/uploads/2016/04/HGM-e1467132409978.png" class="vc_single_image-img attachment-full" alt="" /></div>
</div>
</div>
</div></div><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper"><hr class="vertical-space4"></div></div></div></div></section><section class="container"><div class="row-wrapper-x"></div></section><section id="brdr-b1" class="wpb_row vc_row-fluid full-row"><div class="wpb_column vc_column_container vc_col-sm-5 vc_custom_1459546498705"><div class="wpb_wrapper"><hr class="vertical-space4">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<h6 style="color: #f9c43a; margin-bottom: 10px;"><strong>Latest</strong></h6>
<h4 style="font-weight: bold; letter-spacing: 2px;">CHURCH SERMONS</h4>
</div>
</div>
<div class="container sermons-minimal">
<article><a href="/sermon/festival-of-hope-2016/"><i class="sermon-icon fa-headphones"></i><h4>FESTIVAL OF HOPE 2016</h4></a><div class="sermon-detail"></div><div class="media-links"><a href="https://www.youtube.com/watch?v=SvuPl7Mb1NU" class="videolb" target="_self"><i class="fa-play-circle"></i><span class="media_label">WATCH</span></a><a href="/sermon/festival-of-hope-2016/" class="" target="_self"><i class="fa-book"></i><span class="media_label">READ MORE</span></a></div></article><article><a href="/sermon/new-trial-01/"><i class="sermon-icon fa-headphones"></i><h4>Possessing Your Mountain & Putting Faith to Work</h4></a><div class="sermon-detail"></div><div class="media-links"><a href="https://www.youtube.com/watch?v=0KB6xv-8o0k" class="videolb" target="_self"><i class="fa-play-circle"></i><span class="media_label">WATCH</span></a><a href="/sermon/new-trial-01/" class="" target="_self"><i class="fa-book"></i><span class="media_label">READ MORE</span></a></div></article><article><a href="/sermon/new-trial/"><i class="sermon-icon fa-headphones"></i><h4>The Faith That Works</h4></a><div class="sermon-detail"></div><div class="media-links"><a href="https://www.youtube.com/watch?v=98HoacJxhKQ" class="videolb" target="_self"><i class="fa-play-circle"></i><span class="media_label">WATCH</span></a><a href="/sermon/new-trial/" class="" target="_self"><i class="fa-book"></i><span class="media_label">READ MORE</span></a></div></article></div><hr class="vertical-space1"><a class="magicmore" href="http://webnus.biz/themes/churchsuite-wp/remittal/sermons/">VIEW ALL SERMONS</a><hr class="vertical-space3"></div></div><div class="wpb_column vc_column_container vc_col-sm-7 vc_custom_1437890421605"><div class="wpb_wrapper"><hr class="vertical-space4">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<h6 style="color: #f9c43a; margin-bottom: 10px;"><strong>Latest</strong></h6>
<h4 style="font-weight: bold; letter-spacing: 2px;">NEWS</h4>
</div>
</div>
<div class="latestnews2"><article class="ln-item">
<div class="ln-date"><div class="ln-day">25</div><div class="ln-month">Oct</div></div>
<div class="ln-content">
<h3><a class="ln-title" href="/training-methods-info-about-actz-test-and-its-definition/">Training methods: Info about ACTz Test and its definition</a></h3>
<p class="ln-excerpt">Edu: an test that is definitely handed by the majority of scholars on the United...</p>
<a href="/training-methods-info-about-actz-test-and-its-definition/" class="ln-button magicmore">Read More</a>
</div>
</article><article class="ln-item">
<div class="ln-date"><div class="ln-day">24</div><div class="ln-month">Oct</div></div>
<div class="ln-content">
<h3><a class="ln-title" href="/the-number-one-question-you-must-ask-for-essay-writters/">The Number One Question You Must Ask for Essay Writters</a></h3>
<p class="ln-excerpt">Carrying out the job on time can turn into a struggle to you . It...</p>
<a href="/the-number-one-question-you-must-ask-for-essay-writters/" class="ln-button magicmore">Read More</a>
</div>
</article><article class="ln-item">
<div class="ln-date"><div class="ln-day">19</div><div class="ln-month">Oct</div></div>
<div class="ln-content">
<h3><a class="ln-title" href="/what-exactly-are-some-fantastic-essay-topics-for-taking-a-stand/">What exactly are some fantastic essay topics for taking a stand?</a></h3>
<p class="ln-excerpt">What exactly are some fantastic essay topics for taking a stand? Admissions Officers: What helps...</p>
<a href="/what-exactly-are-some-fantastic-essay-topics-for-taking-a-stand/" class="ln-button magicmore">Read More</a>
</div>
</article></div><hr class="vertical-space1"><a class="magicmore" href="#">VIEW ALL NEWS</a><hr class="vertical-space4"></div></div></section><section class="container"><div class="row-wrapper-x"></div></section><section class="blox dark" style=" padding-top:px; padding-bottom:px; background-size: cover; min-height:px; background-color:#2f2f2f;"><div class="max-overlay" style="background-color:"></div><div class="wpb_row vc_row-fluid full-row"><div class="container"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper"><hr class="vertical-space2"><hr class="vertical-space2"> <div class="container countdown-wrapper">
<div class="col-md-12 col-sm-12">
<h3 class="countdown-message btn-wrapper">THERE IS NO UPCOMING EVENT NOW!</h3>
</div>
</div>
<hr class="vertical-space2"></div></div></div></div></section><section class="container"><div class="row-wrapper-x"><section class="wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper"><hr class="vertical-space1"><hr class="vertical-space4">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<h6 style="letter-spacing: 4px; margin-bottom: 20px; color: #8a8a8a;"><strong>UPCOMING</strong></h6>
<h3 style="font-weight: bold; letter-spacing: 2px;">EVENTS</h3>
</div>
</div>
<hr class="vertical-space2"></div></div><div class="wpb_column vc_column_container vc_col-sm-4"><div class="wpb_wrapper">
<div class="wpb_single_image wpb_content_element vc_align_left">
<div class="wpb_wrapper">
<div class="vc_single_image-wrapper vc_box_border_grey"><img width="550" height="777" src="/wp-content/uploads/2015/06/sound.jpg" class="vc_single_image-img attachment-full" alt="" srcset="/wp-content/uploads/2015/06/sound.jpg 550w, /wp-content/uploads/2015/06/sound-212x300.jpg 212w" sizes="(max-width: 550px) 100vw, 550px" /></div>
</div>
</div>
</div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="wpb_wrapper"><div class="container events event-list2"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper"><hr class="vertical-space4"></div></div></section></div></section><section class="blox dark" style=" padding-top:px; padding-bottom:px; background-size: cover; min-height:px; background-color:#2f2f2f;"><div class="max-overlay" style="background-color:"></div><div class="wpb_row vc_row-fluid full-row"><div class="container"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper"><hr class="vertical-space2"><hr class="vertical-space2">
<div class="subscribe-bar1"><h3>SUBSCRIBE NEWSLETTER</h3>
<form action="" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" target="_blank">
<div class="container"><div class="col-md-6"><div class="subscribe-box-text"><p>Get an email of every new post! We’ll never share your address</p></div></div><div class="col-md-6"><div class="subscribe-box-input container"><div class="col-md-8"><input placeholder="Enter your email" class="subscribe-box-email" type="text" name="MERGE0"/></div><div class="col-md-4"><button class="subscribe-box-submit button dark-gray medium" type="submit">SUBSCRIBE</button></div></div></div></div> </form>
</div>
<hr class="vertical-space2"></div></div></div></div></section><section class="container"><div class="row-wrapper-x"><section class="wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper"><hr class="vertical-space2"></div></div></section><section class="wpb_row vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="wpb_wrapper">
<div class="wpb_text_column wpb_content_element">
<div class="wpb_wrapper">
<h6 style="letter-spacing: 4px; margin-bottom: 20px; color: #8a8a8a;"><strong>LATEST</strong></h6>
<h3 style="font-weight: bold; letter-spacing: 2px;">FROM BLOG</h3>
</div>
</div>
<hr class="vertical-space2"><div class="container latestposts-three">
<div class="col-md-4"><article class="latest-b2"><figure class="latest-b2-img"></figure><div class="latest-b2-cont"><h6 class="latest-b2-cat"><a href="/category/uncategorized/" rel="category tag">Uncategorized</a></h6><h3 class="latest-b2-title"><a href="/training-methods-info-about-actz-test-and-its-definition/">Training methods: Info about ACTz Test and its definition</a></h3><p>Edu: an test that is definitely handed by the majority of scholars on the United states of america Facts with regard to the ACT ACT – American College Screening exam – an exam that could...</p><div class="latest-b2-metad2"><i class="fa-comment-o"></i><span>0</span> / <span class="latest-b2-date"><a href="/author/editor/" title="Posts by editor" rel="author">editor</a> / October 25, 2018</span></div></div></article></div>
<div class="col-md-4"><article class="latest-b2"><figure class="latest-b2-img"></figure><div class="latest-b2-cont"><h6 class="latest-b2-cat"><a href="/category/uncategorized/" rel="category tag">Uncategorized</a></h6><h3 class="latest-b2-title"><a href="/the-number-one-question-you-must-ask-for-essay-writters/">The Number One Question You Must Ask for Essay Writters</a></h3><p>Carrying out the job on time can turn into a struggle to you . It is a significant experience which I dreamed of if I was a kid every week, Zuzek stated. Earlier those kiddies...</p><div class="latest-b2-metad2"><i class="fa-comment-o"></i><span>0</span> / <span class="latest-b2-date"><a href="/author/editor/" title="Posts by editor" rel="author">editor</a> / October 24, 2018</span></div></div></article></div>
<div class="col-md-4"><article class="latest-b2"><figure class="latest-b2-img"></figure><div class="latest-b2-cont"><h6 class="latest-b2-cat"><a href="/category/uncategorized/" rel="category tag">Uncategorized</a></h6><h3 class="latest-b2-title"><a href="/what-exactly-are-some-fantastic-essay-topics-for-taking-a-stand/">What exactly are some fantastic essay topics for taking a stand?</a></h3><p>What exactly are some fantastic essay topics for taking a stand? Admissions Officers: What helps make a university essay memorable? At this time of reading, usually do not neglect to carry notes for your homework...</p><div class="latest-b2-metad2"><i class="fa-comment-o"></i><span>0</span> / <span class="latest-b2-date"><a href="/author/editor/" title="Posts by editor" rel="author">editor</a> / October 19, 2018</span></div></div></article></div>
</div>
<hr class="vertical-space2"></div></div></section>
</div></section>
<section id="pre-footer">
<section class="footer-social-bar">
<div class="container"><div class="row">
<ul class="footer-social-items">
<li><a href="https://www.facebook.com/hopeofgm" class="facebook"><i class="fa-facebook"></i><div><strong>Facebook</strong><span>Join us on Facebook</span></div></a></li><li><a href="https://twitter.com/hgm_christinyou" class="twitter"><i class="fa-twitter"></i><div><strong>Twitter</strong><span>Follow us on Twitter</span></div></a></li><li><a href="https://www.youtube.com/c/HopeofGloryMinistries" class="youtube"><i class="fa-youtube"></i><div><strong>Youtube</strong><span>Join us on Youtube</span></div></a></li><li><a href="https://plus.google.com/+HopeofGloryMinistries" class="google"><i class="fa-google"></i><div><strong>Google Plus</strong><span>Join us on Google Plus</span></div></a></li> </ul>
</div></div>
</section></section>
<footer id="footer" >
<section class="container footer-in">
<div class="row">
<div class="col-md-3"></div>
<div class="col-md-3"></div>
<div class="col-md-3"></div>
<div class="col-md-3"></div>
</div>
</section>
<!-- end-footer-in -->
<section class="footbot">
<div class="container">
<div class="col-md-6">
<div class="footer-navi">
POWERED AND DESIGNED BY ATLANTA CREATIVE © 2016 HGMCHRISTINYOU ALL RIGHTS RESERVED </div>
</div>
<div class="col-md-6">
<div class="footer-navi floatright">
<img src="/wp-content/uploads/2016/04/HGM-e1467132409978.png" width="65" alt=""> </div>
</div>
</div>
</section> <!-- end-footbot -->
</footer>
<!-- end-footer -->
<span id="scroll-top"><a class="scrollup"><i class="fa-chevron-up"></i></a></span></div>
<!-- end-wrap -->
<!-- End Document
================================================== -->
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery(function() {
var header = jQuery("#header.horizontal-w");
var navHomeY = header.offset().top;
var isFixed = false;
var scrolls_pure = parseInt("150");
var $w = jQuery(window);
$w.scroll(function(e) {
var scrollTop = $w.scrollTop();
var shouldBeFixed = scrollTop > scrolls_pure;
if (shouldBeFixed && !isFixed) {
header.addClass("sticky");
isFixed = true;
}
else if (!shouldBeFixed && isFixed) {
header.removeClass("sticky");
isFixed = false;
}
e.preventDefault();
});
});
});
</script> <script>
( function ( body ) {
'use strict';
body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' );
} )( document.body );
</script>
<script type='text/javascript' src='/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var _wpcf7 = {"loaderUrl":"http:\/\/www.hgmchristinyou.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","recaptcha":{"messages":{"empty":"Please verify that you are not a robot."}},"sending":"Sending ..."};
/* ]]> */
</script>
<script type='text/javascript' src='/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.5.1'></script>
<script type='text/javascript' src='/wp-content/themes/church-suite/js/jquery.plugins.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var mejsL10n = {"language":"en","strings":{"Close":"Close","Fullscreen":"Fullscreen","Turn off Fullscreen":"Turn off Fullscreen","Go Fullscreen":"Go Fullscreen","Download File":"Download File","Download Video":"Download Video","Play":"Play","Pause":"Pause","Captions\/Subtitles":"Captions\/Subtitles","None":"None","Time Slider":"Time Slider","Skip back %1 seconds":"Skip back %1 seconds","Video Player":"Video Player","Audio Player":"Audio Player","Volume Slider":"Volume Slider","Mute Toggle":"Mute Toggle","Unmute":"Unmute","Mute":"Mute","Use Up\/Down Arrow keys to increase or decrease volume.":"Use Up\/Down Arrow keys to increase or decrease volume.","Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds."}};
var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/"};
/* ]]> */
</script>
<script type='text/javascript' src='/wp-includes/js/mediaelement/mediaelement-and-player.min.js?ver=2.22.0'></script>
<script type='text/javascript' src='/wp-content/themes/church-suite/js/jquery.masonry.min.js'></script>
<script type='text/javascript' src='/wp-content/themes/church-suite/js/church-custom.js'></script>
<script type='text/javascript' src='/wp-includes/js/wp-embed.min.js?ver=4.7.5'></script>
<script type='text/javascript' src='/wp-content/themes/church-suite/js/live-search.js'></script>
<script type='text/javascript' src='/wp-content/plugins/js_composer/assets/js/js_composer_front.js?ver=4.7.4'></script>
</body>
</html>