-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
907 lines (603 loc) · 66.6 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
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="pingback" href="/xmlrpc.php" />
<script type="text/javascript">
document.documentElement.className = 'js';
</script>
<script>var et_site_url='';var et_post_id='7';function et_core_page_resource_fallback(a,b){"undefined"===typeof b&&(b=a.sheet.cssRules&&0===a.sheet.cssRules.length);b&&(a.onerror=null,a.onload=null,a.href?a.href=et_site_url+"/?et_core_page_resource="+a.id+et_post_id:a.src&&(a.src=et_site_url+"/?et_core_page_resource="+a.id+et_post_id))}
</script><title>Opalsphere | Web Hosting and Amazing Websites</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="Opalsphere » Feed" href="/feed/" />
<link rel="alternate" type="application/rss+xml" title="Opalsphere » Comments Feed" href="/comments/feed/" />
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/11\/svg\/","svgExt":".svg","source":{"concatemoji":"\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.8"}};
!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55358,56760,9792,65039],[55358,56760,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<meta content="Divi v.3.17.1" name="generator"/><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='divi-fonts-css' href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='divi-style-css' href='/wp-content/themes/Divi/style.css?ver=3.17.1' type='text/css' media='all' />
<link rel='stylesheet' id='et-builder-googlefonts-cached-css' href='http://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C500%2C500italic%2C700%2C700italic%2C900%2C900italic%7CPlayfair+Display%3Aregular%2Citalic%2C700%2C700italic%2C900%2C900italic&ver=4.9.8#038;subset=latin,latin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='/wp-includes/css/dashicons.min.css?ver=4.9.8' type='text/css' media='all' />
<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>
<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.9.8" />
<link rel="canonical" href="/" />
<link rel='shortlink' href='/' />
<link rel="alternate" type="application/json+oembed" href="/wp-json/oembed/1.0/embed?url=%2F" />
<link rel="alternate" type="text/xml+oembed" href="/wp-json/oembed/1.0/embed?url=%2F&format=xml" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /><link rel="shortcut icon" href="" /><style id="et-core-unified-cached-inline-styles">body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url,body .et_pb_bg_layout_light .et_pb_post p,body .et_pb_bg_layout_dark .et_pb_post p{font-size:16px}.et_pb_slide_content,.et_pb_best_value{font-size:18px}#main-header,#main-header .nav li ul,.et-search-form,#main-header .et_mobile_menu{background-color:rgba(255,255,255,0)}#main-header .nav li ul{background-color:#0c708c}.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,.et_nav_text_color_light .et_mobile_menu li a,.et_nav_text_color_dark .et_mobile_menu li a,#et_search_icon:before,.et_search_form_container input,span.et_close_search_field:after,#et-top-navigation .et-cart-info{color:#ffffff}.et_search_form_container input::-moz-placeholder{color:#ffffff}.et_search_form_container input::-webkit-input-placeholder{color:#ffffff}.et_search_form_container input:-ms-input-placeholder{color:#ffffff}#top-menu li a{font-size:18px}body.et_vertical_nav .container.et_search_form_container .et-search-form input{font-size:18px!important}#top-menu li a,.et_search_form_container input{font-weight:normal;font-style:normal;text-transform:uppercase;text-decoration:none}.et_search_form_container input::-moz-placeholder{font-weight:normal;font-style:normal;text-transform:uppercase;text-decoration:none}.et_search_form_container input::-webkit-input-placeholder{font-weight:normal;font-style:normal;text-transform:uppercase;text-decoration:none}.et_search_form_container input:-ms-input-placeholder{font-weight:normal;font-style:normal;text-transform:uppercase;text-decoration:none}#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,.et_color_scheme_red #top-menu li.current-menu-ancestor>a,.et_color_scheme_red #top-menu li.current-menu-item>a,.et_color_scheme_pink #top-menu li.current-menu-ancestor>a,.et_color_scheme_pink #top-menu li.current-menu-item>a,.et_color_scheme_orange #top-menu li.current-menu-ancestor>a,.et_color_scheme_orange #top-menu li.current-menu-item>a,.et_color_scheme_green #top-menu li.current-menu-ancestor>a,.et_color_scheme_green #top-menu li.current-menu-item>a{color:#ffffff}#footer-widgets .footer-widget a,#footer-widgets .footer-widget li a,#footer-widgets .footer-widget li a:hover{color:#ffffff}.footer-widget{color:#ffffff}#footer-widgets .footer-widget li:before{top:10.6px}#main-header{box-shadow:none}@media only screen and (min-width:981px){.et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation{padding:30px 0 0 0}.et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a{padding-bottom:30px}.et_header_style_split .centered-inline-logo-wrap{width:60px;margin:-60px 0}.et_header_style_split .centered-inline-logo-wrap #logo{max-height:60px}.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo{height:60px}.et_header_style_centered #top-menu>li>a{padding-bottom:11px}.et_header_style_slide #et-top-navigation,.et_header_style_fullscreen #et-top-navigation{padding:21px 0 21px 0!important}.et_header_style_centered #main-header .logo_container{height:60px}#logo{max-height:100%}.et_pb_svg_logo #logo{height:100%}.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container{height:10.8px}.et_header_style_left .et-fixed-header #et-top-navigation,.et_header_style_split .et-fixed-header #et-top-navigation{padding:25px 0 0 0}.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,.et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a{padding-bottom:25px}.et_header_style_centered header#main-header.et-fixed-header .logo_container{height:50px}.et_header_style_split .et-fixed-header .centered-inline-logo-wrap{width:50px;margin:-50px 0}.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo{max-height:50px}.et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo{height:50px}.et_header_style_slide .et-fixed-header #et-top-navigation,.et_header_style_fullscreen .et-fixed-header #et-top-navigation{padding:16px 0 16px 0!important}.et-fixed-header#top-header,.et-fixed-header#top-header #et-secondary-nav li ul{background-color:#75b7dd}.et-fixed-header#main-header,.et-fixed-header#main-header .nav li ul,.et-fixed-header .et-search-form{background-color:#6baaad}.et-fixed-header #top-menu a,.et-fixed-header #et_search_icon:before,.et-fixed-header #et_top_search .et-search-form input,.et-fixed-header .et_search_form_container input,.et-fixed-header .et_close_search_field:after,.et-fixed-header #et-top-navigation .et-cart-info{color:#ffffff!important}.et-fixed-header .et_search_form_container input::-moz-placeholder{color:#ffffff!important}.et-fixed-header .et_search_form_container input::-webkit-input-placeholder{color:#ffffff!important}.et-fixed-header .et_search_form_container input:-ms-input-placeholder{color:#ffffff!important}.et-fixed-header #top-menu li.current-menu-ancestor>a,.et-fixed-header #top-menu li.current-menu-item>a{color:#ffffff!important}}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0}.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_section.et_pb_section_first{padding-top:inherit}.et_pb_fullwidth_section{padding:0}}span.mobile_menu_bar:before{color:#ffffff}#main-header .et_mobile_menu{background:#2ea3f2}.et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a{padding-bottom:10px}.current-menu-item a{border-bottom:solid 5px #ffffff}</style></head>
<body class="home page-template-default page page-id-7 et_pb_button_helper_class et_transparent_nav et_fixed_nav et_show_nav et_cover_background et_pb_gutter et_pb_gutters3 et_primary_nav_dropdown_animation_fade et_secondary_nav_dropdown_animation_fade et_pb_footer_columns4 et_header_style_left et_pb_pagebuilder_layout et_no_sidebar et_divi_theme et-db et_minified_js et_minified_css">
<div id="page-container">
<header id="main-header" data-height-onload="60">
<div class="container clearfix et_menu_container">
<div class="logo_container">
<span class="logo_helper"></span>
<a href="/">
<img src="/wp-content/uploads/2018/11/opalsphere-logo-001.png" alt="Opalsphere" id="logo" data-height-percentage="100" />
</a>
</div>
<div id="et-top-navigation" data-height="60" data-fixed-height="50">
<nav id="top-menu-nav">
<ul id="top-menu" class="nav"><li id="menu-item-3000" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3000"><a href="/hosting-packages/">Hosting</a></li>
<li id="menu-item-2999" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2999"><a href="/your-website/">Websites</a></li>
<li id="menu-item-2998" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2998"><a href="/about-us/">About</a></li>
</ul> </nav>
<div id="et_top_search">
<span id="et_search_icon"></span>
</div>
<div id="et_mobile_nav_menu">
<div class="mobile_nav closed">
<span class="select_page">Select Page</span>
<span class="mobile_menu_bar mobile_menu_bar_toggle"></span>
</div>
</div> </div> <!-- #et-top-navigation -->
</div> <!-- .container -->
<div class="et_search_outer">
<div class="container et_search_form_container">
<form role="search" method="get" class="et-search-form" action="/">
<input type="search" class="et-search-field" placeholder="Search …" value="" name="s" title="Search for:" /> </form>
<span class="et_close_search_field"></span>
</div>
</div>
</header> <!-- #main-header -->
<div id="et-main-area">
<div id="main-content">
<article id="post-7" class="post-7 page type-page status-publish hentry">
<div class="entry-content">
<div id="et-boc" class="et-boc">
<div class="et_builder_inner_content et_pb_gutters3">
<div class="et_pb_section et_pb_section_0 et_pb_with_background et_section_regular section_has_divider et_pb_bottom_divider">
<div class="et_pb_row et_pb_row_0">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_0 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_0 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h1 style="text-align: center;">Unbeatable</h1>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_1 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h2 style="text-align: center;">Powerful hosting , sites and systems for your business</h2>
</div>
</div> <!-- .et_pb_text -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
<div class="et_pb_bottom_inside_divider et-no-transition"></div>
</div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_1 et_section_regular">
<div class="et_pb_row et_pb_row_1">
<div class="et_pb_column et_pb_column_1_2 et_pb_column_1 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_divider_0 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div><div class="et_pb_module et_pb_text et_pb_text_2 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_3 et_pb_bg_layout_light et_pb_text_align_center">
<div class="et_pb_text_inner">
<h1 style="text-align: left;"><span class="hide-mobile">OpalSphere</span> is the all-in-one path to a beautiful online presence.</h1>
<h1 style="text-align: left;">From <a title="webhosting" href="#">web </a><span class="hide-mobile"><a title="webhosting" href="#">hosting</a> and security to <a title="stylish websites" href="#">stylish websites</a> and stores.</span></h1>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_button_module_wrapper et_pb_button_0_wrapper et_pb_button_alignment_center et_pb_module">
<a class="et_pb_button et_pb_button_0 et_pb_bg_layout_light" href="">Click Here</a>
</div>
</div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_2 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_divider_1 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div><div class="et_pb_module et_pb_image et_pb_image_0 et_always_center_on_mobile">
<span class="et_pb_image_wrap"><img src="/wp-content/uploads/2018/11/asian-caucasian-cheerful-colleagues-computer-concentrated-1449817-pxhere.com_-e1542375384907.jpg" alt="" /></span>
</div>
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
</div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_2 et_section_regular section_has_divider et_pb_bottom_divider et_pb_top_divider">
<div class="et_pb_top_inside_divider et-no-transition"></div>
<div class="et_pb_row et_pb_row_2 et_pb_gutters1 et_pb_row_fullwidth">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_3 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_4 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h1>Powerful</h1>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_5 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h2>Our technology</h2>
</div>
</div> <!-- .et_pb_text -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_3 et_pb_gutters1">
<div class="et_pb_column et_pb_column_1_2 et_pb_column_4 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_text et_pb_text_6 et_pb_bg_layout_light et_pb_text_align_center">
<div class="et_pb_text_inner">
<ul>
<li style="text-align: left;">State of the art SSD hosting</li>
<li style="text-align: left;">Website and Hosting Package</li>
<li style="text-align: left;"><g class="gr_ gr_7 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" id="7" data-gr-id="7">Managable</g> monthly payments</li>
<li style="text-align: left;"><g class="gr_ gr_8 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" id="8" data-gr-id="8">20 year</g> history</li>
<li style="text-align: left;">UK based company</li>
</ul>
</div>
</div> <!-- .et_pb_text -->
</div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_5 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_button_module_wrapper et_pb_button_1_wrapper et_pb_button_alignment_left et_pb_module">
<a class="et_pb_button et_pb_button_1 et_hover_enabled et_pb_bg_layout_light" href="">Click Here</a>
</div>
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_4">
<div class="et_pb_column et_pb_column_1_4 et_pb_column_6 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_divider_2 et_pb_space et_pb_divider_hidden"><div class="et_pb_divider_internal"></div></div>
</div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_3_4 et_pb_column_7 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_7 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h2>About our Hosting</h2>
<p>With daily backups, Litespeed, CloudLinux, SSDs, Spam Protection, fast servers and 24/7 support, you can rest assured your website is in safe hands. We provide true 24/7 support from our in-house technicians and have some of the most feature packed accounts in the industry.
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_8 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h2>About our Hosting & Website service</h2>
<p>A modern website needs great design, fast reliable, and to show perfectly on every device. Secure yet easy to use. Our design and build team have over 20 years experience in creating sites for brands such as Sony, EMI, Virgin, and also companies just like yours.<br />
Our inclusing hosting and website service gives you a modern stylish secure design delivered on our award winning hosting platform. What could be easier?
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_9 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h2>About our Servers</h2>
<p>Our SSD servers use only enterprise grade SSD drives in RAID for ultimate performance and reliability. All servers are fully managed and monitored by our team of experts giving you full peace of mind that your server is performing at it’s best 24 hours a day 7 days a week.</p>
<p>
</div>
</div> <!-- .et_pb_text -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_5">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_8 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_10 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<p style="text-align: center;">This text describes something and you can click this link if you want to <span style="text-decoration: underline;">find out more</span></p>
</div>
</div> <!-- .et_pb_text -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
<div class="et_pb_bottom_inside_divider et-no-transition"></div>
</div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_3 et_section_regular section_has_divider et_pb_bottom_divider et_pb_top_divider">
<div class="et_pb_row et_pb_row_6">
<div class="et_pb_column et_pb_column_1_3 et_pb_column_9 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_0 et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-pb-icon et-waypoint et_pb_animation_top"></span></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">Hosting</h4>
<div class="et_pb_blurb_description">
<p style="text-align: center;">Essential Website hosting for your business with SSD hard drives for 99.9% uptime and UK based hosting and support</p>
</div><!-- .et_pb_blurb_description -->
</div>
</div> <!-- .et_pb_blurb_content -->
</div> <!-- .et_pb_blurb --><div class="et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module">
<a class="et_pb_button et_pb_button_2 et_pb_bg_layout_light" href="">more info</a>
</div>
</div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_3 et_pb_column_10 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_1 et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-pb-icon et-waypoint et_pb_animation_top"></span></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">Hosting & Website</h4>
<div class="et_pb_blurb_description">
<p style="text-align: center;">OpalSphere’s creative all-in-one package comprising site design, site construction and hosting all for a low monthly fee.</p>
</div><!-- .et_pb_blurb_description -->
</div>
</div> <!-- .et_pb_blurb_content -->
</div> <!-- .et_pb_blurb --><div class="et_pb_button_module_wrapper et_pb_button_3_wrapper et_pb_button_alignment_center et_pb_module">
<a class="et_pb_button et_pb_button_3 et_pb_bg_layout_light" href="">more info</a>
</div>
</div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_3 et_pb_column_11 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_blurb et_pb_blurb_2 et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-pb-icon et-waypoint et_pb_animation_top">~</span></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">Servers and VPS</h4>
<div class="et_pb_blurb_description">
<p style="text-align: center;">The gold standard is one of our high powered dedicated private server or virtual private server.</p>
</div><!-- .et_pb_blurb_description -->
</div>
</div> <!-- .et_pb_blurb_content -->
</div> <!-- .et_pb_blurb --><div class="et_pb_button_module_wrapper et_pb_button_4_wrapper et_pb_button_alignment_center et_pb_module">
<a class="et_pb_button et_pb_button_4 et_pb_bg_layout_light" href="">more info</a>
</div>
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
<div class="et_pb_bottom_inside_divider et-no-transition"></div>
</div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_4 et_section_regular section_has_divider et_pb_bottom_divider et_pb_top_divider">
<div class="et_pb_row et_pb_row_7 et_pb_row_fullwidth">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_12 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_cta_0 et_pb_promo et_pb_bg_layout_dark et_pb_text_align_center et_pb_no_bg">
<div class="et_pb_promo_description">
<h2 class="et_pb_module_header">We are 72 Percent more affordable & more powerful</h2>
</div>
<div class="et_pb_button_wrapper"><a class="et_pb_button et_pb_promo_button" href="#">Find out how</a></div>
</div>
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
<div class="et_pb_bottom_inside_divider et-no-transition"></div>
</div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_5 et_section_regular section_has_divider et_pb_bottom_divider et_pb_top_divider">
<div class="et_pb_row et_pb_row_8">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_13 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_11 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h1>Compare</h1>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_12 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h2>Compare the costs</h2>
</div>
</div> <!-- .et_pb_text -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_9">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_14 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_13 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<p style="text-align: center;">When making a website for your company the upfront costs can be difficult to budget for, the outlay of a large lump sum and then the unknown costs for web designers to update your site?</p>
<p style="text-align: center;">This is why we offer a new affordable inclusive way – 72% cheaper, 100% better</p>
<p>
</div>
</div> <!-- .et_pb_text -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_10">
<div class="et_pb_column et_pb_column_1_2 et_pb_column_15 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_text et_pb_text_14 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h2>The Old Way</h2>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_15 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<table width="275">
<tbody>
<tr>
<td style="width: 84.3333px;">Website Design</td>
<td style="width: 84.3333px;">£1000</td>
</tr>
<tr>
<td style="width: 84.3333px;">Website Construction</td>
<td style="width: 84.3333px;">£1000</td>
</tr>
<tr>
<td style="width: 84.3333px;">Website hosting</td>
<td style="width: 84.3333px;">£15 p.m.</td>
</tr>
<tr>
<td style="width: 84.3333px;">Website updates</td>
<td style="width: 84.3333px;">£35 p.h</td>
</tr>
</tbody>
</table>
<p>1st year total = £2,850<br />
2nd year total = £1,050</p>
<h3>After two years you have paid £3,900<br />
In large painful payments</h3>
<p>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_16 et_pb_bg_layout_light et_pb_text_align_right">
<div class="et_pb_text_inner">
<strong>£1,000</strong>
</div>
</div> <!-- .et_pb_text -->
</div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_16 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_17 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h2>The OpalSphere way</h2>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_18 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<table width="275">
<tbody>
<tr>
<td style="width: 84.3333px;">Website Design</td>
<td style="width: 84.3333px;">£100</td>
</tr>
<tr>
<td style="width: 84.3333px;">Website Construction</td>
<td style="width: 84.3333px;">£100</td>
</tr>
<tr>
<td style="width: 84.3333px;">Website hosting</td>
<td style="width: 84.3333px;">£25 p.m.</td>
</tr>
</tbody>
</table>
<p>1st year total = £500<br />
2nd year total = £300</p>
<h3>After two years you have paid £800<br />
in managable instalments</h3>
<p>
</div>
</div> <!-- .et_pb_text -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_11">
<div class="et_pb_column et_pb_column_1_2 et_pb_column_17 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_text et_pb_text_19 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h2>The Old Way</h2>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_20 et_pb_bg_layout_light et_pb_text_align_right">
<div class="et_pb_text_inner">
<strong>£1,000</strong>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_divider et_pb_divider_3 et_animated et_pb_divider_position_ et_pb_space"><div class="et_pb_divider_internal"></div></div><div class="et_pb_module et_pb_text et_pb_text_21 et_pb_bg_layout_light et_pb_text_align_right">
<div class="et_pb_text_inner">
<strong>£1,000</strong>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_divider et_pb_divider_4 et_animated et_pb_divider_position_ et_pb_space"><div class="et_pb_divider_internal"></div></div><div class="et_pb_module et_pb_text et_pb_text_22 et_pb_bg_layout_light et_pb_text_align_right">
<div class="et_pb_text_inner">
<strong>£180 (years hosting)<br />
</strong>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_divider et_pb_divider_5 et_animated et_pb_divider_position_ et_pb_space"><div class="et_pb_divider_internal"></div></div><div class="et_pb_module et_pb_text et_pb_text_23 et_pb_bg_layout_light et_pb_text_align_right">
<div class="et_pb_text_inner">
<strong>£700 (updates)<br />
</strong>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_divider et_pb_divider_6 et_animated et_pb_divider_position_ et_pb_space"><div class="et_pb_divider_internal"></div></div>
</div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_18 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_24 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h2>The New Way</h2>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_25 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<strong>£100</strong>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_divider et_pb_divider_7 et_pb_divider_position_ et_pb_space"><div class="et_pb_divider_internal"></div></div><div class="et_pb_module et_pb_text et_pb_text_26 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<strong>£100</strong>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_divider et_pb_divider_8 et_pb_divider_position_ et_pb_space"><div class="et_pb_divider_internal"></div></div><div class="et_pb_module et_pb_text et_pb_text_27 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<strong>£300 (years hosting)<br />
</strong>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_divider et_pb_divider_9 et_pb_divider_position_ et_pb_space"><div class="et_pb_divider_internal"></div></div><div class="et_pb_module et_pb_text et_pb_text_28 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<strong>£0 (updates)<br />
</strong>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_divider et_pb_divider_10 et_pb_divider_position_ et_pb_space"><div class="et_pb_divider_internal"></div></div>
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_12">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_19 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_29 et_pb_bg_layout_light et_pb_text_align_center">
<div class="et_pb_text_inner">
<h2>Designed, delivered and hosted</h2>
<p>Incredible features for a monthly price you simply can’t beat
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_30 et_pb_bg_layout_light et_pb_text_align_center">
<div class="et_pb_text_inner">
<h2>Designed, delivered and hosted</h2>
<p>Incredible features for a monthly price you simply can’t beat
</div>
</div> <!-- .et_pb_text -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
<div class="et_pb_bottom_inside_divider et-no-transition"></div>
</div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_6 et_section_regular section_has_divider et_pb_bottom_divider et_pb_top_divider">
<div class="et_pb_row et_pb_row_13 et_pb_row_fullwidth">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_20 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_cta_1 et_pb_promo et_pb_bg_layout_dark et_pb_text_align_center et_pb_no_bg">
<div class="et_pb_promo_description">
<h2 class="et_pb_module_header">We are 72 Percent more affordable & more powerful</h2>
</div>
<div class="et_pb_button_wrapper"><a class="et_pb_button et_pb_promo_button" href="#">Find out how</a></div>
</div>
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
<div class="et_pb_bottom_inside_divider et-no-transition"></div>
</div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_7 et_section_regular">
<div class="et_pb_row et_pb_row_14">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_21 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_31 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h1>Choose</h1>
</div>
</div> <!-- .et_pb_text --><div class="et_pb_module et_pb_text et_pb_text_32 et_pb_bg_layout_light et_pb_text_align_left">
<div class="et_pb_text_inner">
<h2>Choose your package</h2>
</div>
</div> <!-- .et_pb_text -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row --><div class="et_pb_row et_pb_row_15">
<div class="et_pb_column et_pb_column_4_4 et_pb_column_22 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_text et_pb_text_33 et_pb_bg_layout_light et_pb_text_align_center">
<div class="et_pb_text_inner">
Incredible features for a monthly price you simply can’t beat
</div>
</div> <!-- .et_pb_text -->
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
</div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_8 et_section_regular">
<div class="et_pb_row et_pb_row_16">
<div class="et_pb_column et_pb_column_1_3 et_pb_column_23 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_pricing_tables_0 et_hover_enabled et_pb_pricing clearfix et_pb_pricing_1 et_pb_no_featured_in_first_row">
<div class="et_pb_pricing_table_wrap">
<div class="et_pb_pricing_table et_pb_pricing_table_0 et_hover_enabled et_clickable">
<div class="et_pb_pricing_heading">
<h2 class="et_pb_pricing_title">BASIC</h2>
<span class="et_pb_best_value">Subtitle goes Here</span>
</div> <!-- .et_pb_pricing_heading -->
<div class="et_pb_pricing_content_top">
<span class="et_pb_et_price"><span class="et_pb_dollar_sign">£</span><span class="et_pb_sum">12</span><span class="et_pb_frequency">/Month</span></span>
</div> <!-- .et_pb_pricing_content_top -->
<div class="et_pb_pricing_content">
<ul class="et_pb_pricing">
<li><span>This feature is included</span></li><li><span>This feature is included</span></li><li><span>This feature is included</span></li><li><span>This feature is included</span></li><li class="et_pb_not_available"><span>This feature is not included</span></li><li class="et_pb_not_available"><span>This feature is not included</span></li>
</ul>
</div> <!-- .et_pb_pricing_content -->
<div class="et_pb_button_wrapper"><a class="et_pb_button et_pb_pricing_table_button" href="http://google.com/" target="_blank">More Info</a></div>
</div>
</div>
</div>
</div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_3 et_pb_column_24 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_pricing_tables_1 et_hover_enabled et_pb_pricing clearfix et_pb_pricing_1 et_pb_no_featured_in_first_row">
<div class="et_pb_pricing_table_wrap">
<div class="et_pb_pricing_table et_pb_pricing_table_1 et_hover_enabled et_clickable">
<div class="et_pb_pricing_heading">
<h2 class="et_pb_pricing_title">SERIOUS</h2>
<span class="et_pb_best_value">Subtitle goes Here</span>
</div> <!-- .et_pb_pricing_heading -->
<div class="et_pb_pricing_content_top">
<span class="et_pb_et_price"><span class="et_pb_dollar_sign">£</span><span class="et_pb_sum">17</span><span class="et_pb_frequency">/Month</span></span>
</div> <!-- .et_pb_pricing_content_top -->
<div class="et_pb_pricing_content">
<ul class="et_pb_pricing">
<li><span>This feature is included + This feature is included + This feature is included + This feature is included – This feature is not included – This feature is not included</span></li>
</ul>
</div> <!-- .et_pb_pricing_content -->
<div class="et_pb_button_wrapper"><a class="et_pb_button et_pb_pricing_table_button" href="http://google.com/" target="_blank">More Info</a></div>
</div>
</div>
</div>
</div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_3 et_pb_column_25 et_pb_css_mix_blend_mode_passthrough et-last-child">
<div class="et_pb_module et_pb_pricing_tables_2 et_hover_enabled et_pb_pricing clearfix et_pb_pricing_1 et_pb_no_featured_in_first_row">
<div class="et_pb_pricing_table_wrap">
<div class="et_pb_pricing_table et_pb_pricing_table_2 et_hover_enabled et_clickable">
<div class="et_pb_pricing_heading">
<h2 class="et_pb_pricing_title">BUSINESS</h2>
<span class="et_pb_best_value">Subtitle goes Here</span>
</div> <!-- .et_pb_pricing_heading -->
<div class="et_pb_pricing_content_top">
<span class="et_pb_et_price"><span class="et_pb_dollar_sign">£</span><span class="et_pb_sum">24</span><span class="et_pb_frequency">/Month</span></span>
</div> <!-- .et_pb_pricing_content_top -->
<div class="et_pb_pricing_content">
<ul class="et_pb_pricing">
<li><span>This feature is included + This feature is included + This feature is included + This feature is included – This feature is not included – This feature is not included</span></li>
</ul>
</div> <!-- .et_pb_pricing_content -->
<div class="et_pb_button_wrapper"><a class="et_pb_button et_pb_pricing_table_button" href="http://google.com/" target="_blank">More Info</a></div>
</div>
</div>
</div>
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
</div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_9 et_pb_fullwidth_section et_section_regular">
<section class="et_pb_module et_pb_fullwidth_header et_pb_fullwidth_header_0 et_pb_bg_layout_dark et_pb_text_align_left">
<div class="et_pb_fullwidth_header_container left">
<div class="header-content-container center">
<div class="header-content">
<h1 class="et_pb_module_header">Our Hosting is the best</h1>
<div class="et_pb_header_content_wrapper">Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings. </div>
<a class="et_pb_button et_pb_more_button et_pb_button_one" href="">Click Here</a>
</div>
</div>
</div>
<div class="et_pb_fullwidth_header_overlay"></div>
<div class="et_pb_fullwidth_header_scroll"></div>
</section>
</div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_10 et_section_regular">
<div class="et_pb_row et_pb_row_17">
<div class="et_pb_column et_pb_column_1_2 et_pb_column_26 et_pb_css_mix_blend_mode_passthrough">
<div class="et_pb_module et_pb_blurb et_pb_blurb_3 et_pb_bg_layout_light et_pb_text_align_left et_pb_blurb_position_top">
<div class="et_pb_blurb_content">
<div class="et_pb_main_blurb_image"><span class="et_pb_image_wrap"><span class="et-pb-icon et-waypoint et_pb_animation_top"></span></span></div>
<div class="et_pb_blurb_container">
<h4 class="et_pb_module_header">Your Title Goes Here</h4>
<div class="et_pb_blurb_description">
Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.
</div><!-- .et_pb_blurb_description -->
</div>
</div> <!-- .et_pb_blurb_content -->
</div> <!-- .et_pb_blurb -->
</div> <!-- .et_pb_column --><div class="et_pb_column et_pb_column_1_2 et_pb_column_27 et_pb_css_mix_blend_mode_passthrough et-last-child et_pb_column_empty">
</div> <!-- .et_pb_column -->
</div> <!-- .et_pb_row -->
</div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_11 et_section_regular">
</div> <!-- .et_pb_section --><div class="et_pb_section et_pb_section_12 et_pb_fullwidth_section et_section_regular">
<div class="et_pb_module et_pb_fullwidth_post_slider_0 et_pb_slider et_pb_post_slider et_pb_post_slider_image_background et_pb_slider_with_overlay">
<div class="et_pb_slides">
<div class="et_pb_slide et_pb_media_alignment_center et_pb_slide_with_no_image et_pb_bg_layout_dark" style="background-image:url()">
<div class="et_pb_slide_overlay_container"></div>
<div class="et_pb_container clearfix">
<div class="et_pb_slider_container_inner">
<div class="et_pb_slide_description">
<h2 class="et_pb_slide_title"><a href="/hello-world/">Hello world!</a></h2>
<div class="et_pb_slide_content">
<p class="post-meta">by <span class="author vcard"><a href="/author/steveopal/" title="Posts by steveopal" rel="author">steveopal</a></span> | <span class="published">13th November 2018</span> | <a href="/category/uncategorised/" rel="category tag">Uncategorised</a> | 1 Comment</p> Welcome to WordPress. This is your first post. Edit or delete it, then start writing! </div>
<div class="et_pb_button_wrapper"><a class="et_pb_button et_pb_more_button" href="/hello-world/">Read More</a></div> </div> <!-- .et_pb_slide_description -->
</div>
</div> <!-- .et_pb_container -->
</div> <!-- .et_pb_slide -->
</div> <!-- .et_pb_slides -->
</div> <!-- .et_pb_slider -->
</div> <!-- .et_pb_section --> </div>
</div> </div> <!-- .entry-content -->
</article> <!-- .et_pb_post -->
</div> <!-- #main-content -->
<footer id="main-footer">
<div id="footer-bottom">
<div class="container clearfix">
<ul class="et-social-icons">
<li class="et-social-icon et-social-facebook">
<a href="#" class="icon">
<span>Facebook</span>
</a>
</li>
<li class="et-social-icon et-social-twitter">
<a href="#" class="icon">
<span>Twitter</span>
</a>
</li>
<li class="et-social-icon et-social-google-plus">
<a href="#" class="icon">
<span>Google</span>
</a>
</li>
<li class="et-social-icon et-social-rss">
<a href="/feed/" class="icon">
<span>RSS</span>
</a>
</li>
</ul><p id="footer-info">Designed by <a href="http://www.elegantthemes.com/" title="Premium WordPress Themes">Elegant Themes</a> | Powered by <a href="http://www.wordpress.org/">WordPress</a></p> </div> <!-- .container -->
</div>
</footer> <!-- #main-footer -->
</div> <!-- #et-main-area -->
</div> <!-- #page-container -->
<script type="text/javascript">
var et_animation_data = [{"class":"et_pb_divider_3","style":"foldRight","repeat":"once","duration":"1000ms","delay":"0ms","intensity":"50%","starting_opacity":"0%","speed_curve":"ease"},{"class":"et_pb_divider_4","style":"foldRight","repeat":"once","duration":"1000ms","delay":"200ms","intensity":"50%","starting_opacity":"0%","speed_curve":"ease"},{"class":"et_pb_divider_5","style":"foldRight","repeat":"once","duration":"1000ms","delay":"200ms","intensity":"50%","starting_opacity":"0%","speed_curve":"ease"},{"class":"et_pb_divider_6","style":"foldRight","repeat":"once","duration":"1000ms","delay":"200ms","intensity":"50%","starting_opacity":"0%","speed_curve":"ease"}];
var et_link_options_data = [{"class":"et_pb_pricing_table_0","url":"http:\/\/google.com","target":"_blank"},{"class":"et_pb_pricing_table_1","url":"http:\/\/google.com","target":"_blank"},{"class":"et_pb_pricing_table_2","url":"http:\/\/google.com","target":"_blank"}];
</script>
<script type='text/javascript'>
/* <![CDATA[ */
var DIVI = {"item_count":"%d Item","items_count":"%d Items"};
var et_shortcodes_strings = {"previous":"Previous","next":"Next"};
var et_pb_custom = {"ajaxurl":"\/wp-admin\/admin-ajax.php","images_uri":"\/wp-content\/themes\/Divi\/images","builder_images_uri":"\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"75520d7b0d","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"aee742274c","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","is_builder_plugin_used":"","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","is_ab_testing_active":"","page_id":"7","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"no","is_shortcode_tracking":""};
var et_pb_box_shadow_elements = [];
/* ]]> */
</script>
<script type='text/javascript' src='/wp-content/themes/Divi/js/custom.min.js?ver=3.17.1'></script>
<script type='text/javascript' src='/wp-content/themes/Divi/core/admin/js/common.js?ver=3.17.1'></script>
<script type='text/javascript' src='/wp-includes/js/wp-embed.min.js?ver=4.9.8'></script>
<style id="et-core-unified-cached-inline-styles-2">.et_pb_divider_7:before{border-top-color:#7EBEC5;width:auto;top:0px;right:0px;left:0px}.et_pb_divider_7:hover:before{border-top-width:px}.et_pb_text_26.et_pb_text{color:#ffffff!important}.et_pb_divider_7{background-image:linear-gradient(90deg,#0c71c3 1%,#a7b4bc 0%);background-color:#d12388;padding-left:0px;height:38px}.et_pb_text_25{max-width:36%;padding-left:20px!important;margin-bottom:-30px!important;z-index:1000}.et_pb_text_24 h1{text-align:left}.et_pb_text_24 h2{text-transform:uppercase;text-align:left}.et_pb_text_25.et_pb_text{color:#ffffff!important}.et_pb_text_26{max-width:36%;padding-left:20px!important;margin-bottom:-30px!important;z-index:1000}.et_pb_divider_8{background-image:linear-gradient(90deg,#0c71c3 2%,#a7b4bc 0%);background-color:#d12388;padding-left:0px;height:38px}.et_pb_divider_9{background-image:linear-gradient(90deg,#0c71c3 8%,#a7b4bc 0%);background-color:#d12388;padding-left:0px;height:38px}.et_pb_divider_9:before{border-top-color:#7EBEC5;width:auto;top:0px;right:0px;left:0px}.et_pb_divider_9:hover:before{border-top-width:px}.et_pb_text_27{max-width:36%;padding-left:20px!important;margin-bottom:-30px!important;z-index:1000}.et_pb_text_27.et_pb_text{color:#ffffff!important}.et_pb_divider_8:before{border-top-color:#7EBEC5;width:auto;top:0px;right:0px;left:0px}.et_pb_divider_8:hover:before{border-top-width:px}.et_pb_divider_6:hover:before{border-top-width:px}.et_pb_divider_6:before{border-top-color:#7EBEC5;width:auto;top:0px;right:0px;left:0px}.et_pb_text_21{padding-right:20px!important;margin-bottom:-30px!important;z-index:1000}.et_pb_divider_4{background-image:linear-gradient(270deg,#e02b20 50%,#d8bac4 0%);background-color:#d12388;padding-left:0px;height:38px}.et_pb_divider_4:before{border-top-color:#7EBEC5;width:auto;top:0px;right:0px;left:0px}.et_pb_text_21.et_pb_text{color:#ffffff!important}.et_pb_divider_3:hover:before{border-top-width:px}.et_pb_text_20{padding-right:20px!important;margin-bottom:-30px!important;z-index:1000}.et_pb_divider_3{background-image:linear-gradient(270deg,#e02b20 25%,#d8bac4 0%);background-color:#d12388;padding-left:0px;height:38px}.et_pb_divider_3:before{border-top-color:#7EBEC5;width:auto;top:0px;right:0px;left:0px}.et_pb_divider_4:hover:before{border-top-width:px}.et_pb_text_22.et_pb_text{color:#ffffff!important}.et_pb_text_23.et_pb_text{color:#ffffff!important}.et_pb_text_23{padding-right:20px!important;margin-bottom:-30px!important;z-index:1000}.et_pb_divider_6{background-image:linear-gradient(270deg,#e02b20 79%,#d8bac4 0%);background-color:#d12388;padding-left:0px;height:38px}.et_pb_divider_5:hover:before{border-top-width:px}.et_pb_divider_5:before{border-top-color:#7EBEC5;width:auto;top:0px;right:0px;left:0px}.et_pb_text_22{padding-right:20px!important;margin-bottom:-30px!important;z-index:1000}.et_pb_divider_5{background-image:linear-gradient(270deg,#e02b20 72%,#d8bac4 0%);background-color:#d12388;padding-left:0px;height:38px}.et_pb_text_28.et_pb_text{color:#ffffff!important}.et_pb_text_28{max-width:36%;padding-left:20px!important;margin-bottom:-30px!important;z-index:1000}.et_pb_pricing_tables_0 .et_pb_pricing li{font-size:14px}.et_pb_pricing_tables_0 .et_pb_pricing_table{border-radius:10px 10px 10px 10px;overflow:hidden;border-width:0px}.et_pb_pricing_tables_0 .et_pb_pricing_heading{background-color:#0c71c3}.et_pb_row_16.et_pb_row{padding-top:0;padding-right:0px;padding-bottom:27px;padding-left:0px}.et_pb_section_8{padding-top:19px;padding-right:0px;padding-bottom:54px;padding-left:0px}.et_pb_text_33 p{line-height:1.8em}.et_pb_text_33{font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif;font-size:22px;line-height:1.8em;padding-right:50px!important;padding-left:50px!important}div.et_pb_section.et_pb_section_8{background-image:linear-gradient(180deg,#ffffff 5%,#cfebf7 100%)!important}.et_pb_pricing_tables_1 .et_pb_pricing_table{border-radius:10px 10px 10px 10px;overflow:hidden;border-width:0px}.et_pb_pricing_tables_1 .et_pb_pricing_heading{background-color:#0c71c3}.et_pb_blurb_3 .et-pb-icon{color:#7EBEC5}.et_pb_fullwidth_post_slider_0,.et_pb_fullwidth_post_slider_0.et_pb_bg_layout_dark,.et_pb_fullwidth_post_slider_0.et_pb_bg_layout_light{background-color:#7EBEC5}.et_pb_fullwidth_post_slider_0 .et_pb_slide:not(.et_pb_slide_with_no_image){background-color:#7EBEC5}.et_pb_fullwidth_header.et_pb_fullwidth_header_0{background-color:#7EBEC5}.et_pb_section_9{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px}.et_pb_pricing_tables_2 .et_pb_pricing_table{border-radius:10px 10px 10px 10px;overflow:hidden;border-width:0px}.et_pb_pricing_tables_2 .et_pb_pricing_heading{background-color:#0c71c3}.et_pb_row_15.et_pb_row{padding-top:0px;padding-right:0px;padding-bottom:0;padding-left:0px}.et_pb_text_32 h2{font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif;font-weight:700;font-size:36px;color:#242424!important;text-align:center}.et_pb_text_29 p{line-height:1.8em}.et_pb_text_29{font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif;font-size:22px;line-height:1.8em;padding-right:50px!important;padding-left:50px!important}.et_pb_text_30 p{line-height:1.8em}.et_pb_row_12.et_pb_row{padding-top:0px;padding-right:0px;padding-bottom:0;padding-left:0px}.et_pb_divider_10:hover:before{border-top-width:px}.et_pb_divider_10{background-image:linear-gradient(90deg,#0c71c3 9%,#a7b4bc 0%);background-color:#d12388;padding-left:0px;height:38px}.et_pb_divider_10:before{border-top-color:#7EBEC5;width:auto;top:0px;right:0px;left:0px}.et_pb_text_30{font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif;font-size:22px;line-height:1.8em;padding-right:50px!important;padding-left:50px!important}div.et_pb_section.et_pb_section_6{background-image:linear-gradient(180deg,#2b87da 0%,#29c4a9 100%)!important}.et_pb_text_31 h1{font-family:'Playfair Display',Georgia,"Times New Roman",serif;font-weight:900;font-style:italic;font-size:120px;color:rgba(0,0,0,0.1)!important;text-align:center}.et_pb_text_32{font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif;margin-top:-75px!important}.et_pb_text_32 h1{font-family:'Playfair Display',Georgia,"Times New Roman",serif;font-weight:900;font-size:71px;color:#000000!important}.et_pb_row_14.et_pb_row{padding-top:0;padding-right:0px;padding-bottom:0;padding-left:0px}.et_pb_section_7{padding-top:70px;padding-right:0px;padding-bottom:33px;padding-left:0px}.et_pb_section_6.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4OXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMTQwbDY0MC03MCA2NDAgNzBWMEw2NDAgNzAgMCAwdjE0MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEw2NDAgNzAgMCAxNDB6Ii8+PC9nPjwvc3ZnPg==);background-size:100% 89px;bottom:0;height:89px;z-index:1}.et_pb_row_13.et_pb_row{padding-top:27px;padding-right:0px;padding-bottom:51px;padding-left:0px}.et_pb_text_20.et_pb_text{color:#ffffff!important}.et_pb_text_19 h2{text-transform:uppercase;text-align:right}.et_pb_text_5{font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif;margin-top:-48px!important}.et_pb_text_5 h1{font-family:'Playfair Display',Georgia,"Times New Roman",serif;font-weight:900;font-size:71px;color:#000000!important}.et_pb_text_5 h2{font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif;font-weight:700;font-size:36px;color:#ffffff!important;text-align:center}.et_pb_text_4 h1{font-family:'Playfair Display',Georgia,"Times New Roman",serif;font-weight:900;font-style:italic;font-size:140px;color:rgba(0,0,0,0.1)!important;text-align:center}.et_pb_row_2.et_pb_row{padding-top:9px;padding-right:0px;padding-bottom:22px;padding-left:0px}.et_pb_section_2{padding-top:0px;padding-right:0px;padding-bottom:73px;padding-left:0px}.et_pb_section_2.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTM5TDAgMHYxNDBoMTI4MFYwTDY0MCAxMzl6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCAxMzlMMCA0MnY5OGgxMjgwVjQybC02NDAgOTd6Ii8+PC9nPjwvc3ZnPg==);background-size:100% 100px;bottom:0;height:100px;z-index:1}.et_pb_section_2.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMTNweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2NjBzNTczLjA5IDgwIDEyODAgODBWMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAwdjMwczU3My4wOSAxMTAgMTI4MCAxMTBWMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAwczU3My4wOSAxNDAgMTI4MCAxNDBWMHoiLz48L2c+PC9zdmc+);background-size:100% 113px;top:0;height:113px;z-index:1}.et_pb_row_3.et_pb_row{padding-top:13px;padding-right:0px;padding-bottom:27px;padding-left:0px}.et_pb_text_6.et_pb_text{color:#ffffff!important}.et_pb_button_1_wrapper{margin-top:20px!important}body #page-container .et_pb_button_1{color:#ffffff!important}body #page-container .et_pb_button_1:hover:after{color:}.et_pb_text_6 h2{line-height:1.3em}.et_pb_text_6 h1{line-height:1.4em}.et_pb_text_6{font-size:19px;padding-right:35px!important}.et_pb_text_6.et_pb_text a{color:#2360aa!important}div.et_pb_section.et_pb_section_2{background-image:linear-gradient(180deg,#2b87da 0%,#29c4a9 100%)!important}.et_pb_image_0{margin-left:0}.et_pb_text_1 h2{font-size:27px;color:#FFFFFF!important;line-height:1.4em}.et_pb_section_1{padding-top:0px;padding-right:0px;padding-bottom:24px;padding-left:0px}.et_pb_row_1.et_pb_row{padding-top:0;padding-right:0px;padding-bottom:43px;padding-left:0px}.et_pb_text_0{padding-bottom:0px!important;margin-top:200px!important;margin-bottom:0px!important}.et_pb_text_0 h1{font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif;font-size:140px;color:#FFFFFF!important}.et_pb_section_0{filter:sepia(5%);backface-visibility:hidden;filter:sepia(5%);backface-visibility:hidden}html:not(.et_fb_edit_enabled) #et-fb-app .et_pb_section_0:hover{filter:sepia(5%);filter:sepia(5%)}.et_pb_section_0.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NDAgMTM5TDAgMHYxNDBoMTI4MFYwTDY0MCAxMzl6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCAxMzlMMCA0MnY5OGgxMjgwVjQybC02NDAgOTd6Ii8+PC9nPjwvc3ZnPg==);background-size:100% 100px;bottom:0;height:100px;z-index:1}.et_pb_divider_0:hover:before{border-top-width:px}.et_pb_divider_0{height:50px}.et_pb_button_0_wrapper{margin-top:20px!important}.et_pb_divider_1:hover:before{border-top-width:px}.et_pb_divider_1{height:50px}.et_pb_text_3 h2{line-height:1.3em}.et_pb_text_3 h1{line-height:1.4em}.et_pb_text_3{font-size:19px;padding-bottom:0px!important;margin-bottom:0px!important}.et_pb_text_3.et_pb_text a{color:#2360aa!important}.et_pb_button_1{transition:font-size 300ms ease 0ms,font-size 300ms ease 0ms,line-height 300ms ease 0ms,line-height 300ms ease 0ms,padding 300ms ease 0ms,padding 300ms ease 0ms}.et_pb_row_4{background-image:linear-gradient(115deg,#fbfcf2 0%,#ece2ff 53%);background-color:#ffffff;border-radius:21px 21px 21px 21px;overflow:hidden;box-shadow:0px 2px 35px -6px #ffffff}.et_pb_section_5.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMyYjg3ZGEiPjxwYXRoIGQ9Ik02NDAgMTM5TDAgMHYxNDBoMTI4MFYwTDY0MCAxMzl6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCAxMzlMMCA0MnY5OGgxMjgwVjQybC02NDAgOTd6Ii8+PC9nPjwvc3ZnPg==);background-size:100% 100px;bottom:0;height:100px;z-index:1}.et_pb_row_8.et_pb_row{padding-top:0;padding-right:0px;padding-bottom:0;padding-left:0px}.et_pb_text_11 h1{font-family:'Playfair Display',Georgia,"Times New Roman",serif;font-weight:900;font-style:italic;font-size:120px;color:rgba(0,0,0,0.1)!important;text-align:center}.et_pb_section_5{padding-top:50px;padding-right:0px;padding-bottom:90px;padding-left:0px}.et_pb_row_7.et_pb_row{padding-top:27px;padding-right:0px;padding-bottom:51px;padding-left:0px}.et_pb_blurb_2 .et-pb-icon{font-size:119px;color:#7EBEC5}div.et_pb_section.et_pb_section_4{background-image:linear-gradient(180deg,#2b87da 0%,#29c4a9 100%)!important}.et_pb_section_4.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4OXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMTQwbDY0MC03MCA2NDAgNzBWMEw2NDAgNzAgMCAwdjE0MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEw2NDAgNzAgMCAxNDB6Ii8+PC9nPjwvc3ZnPg==);background-size:100% 89px;bottom:0;height:89px;z-index:1}.et_pb_text_12{font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif;margin-top:-75px!important}.et_pb_text_12 h1{font-family:'Playfair Display',Georgia,"Times New Roman",serif;font-weight:900;font-size:71px;color:#000000!important}.et_pb_text_16.et_pb_text{color:#ffffff!important}.et_pb_text_16{padding-right:20px!important;margin-bottom:-30px!important;z-index:1000}.et_pb_row_11.et_pb_row{padding-top:26px;padding-right:0px;padding-bottom:103px;padding-left:0px}.et_pb_row_10.et_pb_row{padding-top:20px;padding-right:0px;padding-bottom:35px;padding-left:0px}.et_pb_text_13{font-size:20px}.et_pb_text_12 h2{font-family:'Roboto',Helvetica,Arial,Lucida,sans-serif;font-weight:700;font-size:36px;color:#242424!important;text-align:center}.et_pb_row_9.et_pb_row{padding-top:41px;padding-right:0px;padding-bottom:0;padding-left:0px}.et_pb_blurb_2.et_pb_blurb{font-size:16px;line-height:1.8em}.et_pb_blurb_2.et_pb_blurb p{line-height:1.8em}.et_pb_section_3{padding-top:54px;padding-right:0px;padding-bottom:74px;padding-left:0px}.et_pb_section_3.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMyYjg3ZGEiPjxwYXRoIGQ9Ik02NDAgMTM5TDAgMHYxNDBoMTI4MFYwTDY0MCAxMzl6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCAxMzlMMCA0MnY5OGgxMjgwVjQybC02NDAgOTd6Ii8+PC9nPjwvc3ZnPg==);background-size:100% 100px;bottom:0;height:100px;z-index:1}.et_pb_row_6.et_pb_row{padding-top:38px;padding-right:0px;padding-bottom:38px;padding-left:0px}.et_pb_text_10.et_pb_text{color:#ffffff!important}.et_pb_divider_2:hover:before{border-top-width:px}.et_pb_row_4.et_pb_row{padding-top:60px;padding-right:40px;padding-bottom:38px;padding-left:0}.et_pb_divider_2{background-image:url(/wp-content/uploads/2018/11/it-security-icon-small-offset-1.png);height:250px}.et_pb_blurb_0.et_pb_blurb h4,.et_pb_blurb_0.et_pb_blurb h4 a,.et_pb_blurb_0.et_pb_blurb h1.et_pb_module_header,.et_pb_blurb_0.et_pb_blurb h1.et_pb_module_header a,.et_pb_blurb_0.et_pb_blurb h2.et_pb_module_header,.et_pb_blurb_0.et_pb_blurb h2.et_pb_module_header a,.et_pb_blurb_0.et_pb_blurb h3.et_pb_module_header,.et_pb_blurb_0.et_pb_blurb h3.et_pb_module_header a,.et_pb_blurb_0.et_pb_blurb h5.et_pb_module_header,.et_pb_blurb_0.et_pb_blurb h5.et_pb_module_header a,.et_pb_blurb_0.et_pb_blurb h6.et_pb_module_header,.et_pb_blurb_0.et_pb_blurb h6.et_pb_module_header a{font-size:32px;text-align:center}.et_pb_blurb_0.et_pb_blurb p{line-height:1.8em}.et_pb_blurb_1.et_pb_blurb{font-size:16px;line-height:1.8em}.et_pb_blurb_1 .et-pb-icon{font-size:119px;color:#7EBEC5}.et_pb_blurb_2.et_pb_blurb h4,.et_pb_blurb_2.et_pb_blurb h4 a,.et_pb_blurb_2.et_pb_blurb h1.et_pb_module_header,.et_pb_blurb_2.et_pb_blurb h1.et_pb_module_header a,.et_pb_blurb_2.et_pb_blurb h2.et_pb_module_header,.et_pb_blurb_2.et_pb_blurb h2.et_pb_module_header a,.et_pb_blurb_2.et_pb_blurb h3.et_pb_module_header,.et_pb_blurb_2.et_pb_blurb h3.et_pb_module_header a,.et_pb_blurb_2.et_pb_blurb h5.et_pb_module_header,.et_pb_blurb_2.et_pb_blurb h5.et_pb_module_header a,.et_pb_blurb_2.et_pb_blurb h6.et_pb_module_header,.et_pb_blurb_2.et_pb_blurb h6.et_pb_module_header a{font-size:32px;text-align:center}.et_pb_blurb_1.et_pb_blurb p{line-height:1.8em}.et_pb_blurb_1.et_pb_blurb h4,.et_pb_blurb_1.et_pb_blurb h4 a,.et_pb_blurb_1.et_pb_blurb h1.et_pb_module_header,.et_pb_blurb_1.et_pb_blurb h1.et_pb_module_header a,.et_pb_blurb_1.et_pb_blurb h2.et_pb_module_header,.et_pb_blurb_1.et_pb_blurb h2.et_pb_module_header a,.et_pb_blurb_1.et_pb_blurb h3.et_pb_module_header,.et_pb_blurb_1.et_pb_blurb h3.et_pb_module_header a,.et_pb_blurb_1.et_pb_blurb h5.et_pb_module_header,.et_pb_blurb_1.et_pb_blurb h5.et_pb_module_header a,.et_pb_blurb_1.et_pb_blurb h6.et_pb_module_header,.et_pb_blurb_1.et_pb_blurb h6.et_pb_module_header a{font-size:32px;text-align:center}.et_pb_blurb_0.et_pb_blurb{font-size:16px;line-height:1.8em}.et_pb_blurb_0 .et-pb-icon{font-size:119px;color:#7EBEC5}div.et_pb_section.et_pb_section_0{background-blend-mode:soft-light;background-color:initial!important;background-image:url(/wp-content/uploads/2018/11/technology-website-server-web-design-web-developement-electronic-device-669875-pxhere.com_.jpg),linear-gradient(111deg,#2b87da 0%,#29c4a9 100%)!important}@media only screen and (max-width:980px){.et_pb_text_1{padding-bottom:70px!important}.et_pb_text_0{padding-bottom:0px!important;margin-top:120px!important}}@media only screen and (max-width:767px){.et_pb_divider_2{display:none!important}.et_pb_row_4.et_pb_row{margin-bottom:10px!important;padding-top:20px!important;padding-right:20px!important;padding-bottom:20px!important;padding-left:20px!important}.et_pb_text_4{display:none!important}.et_pb_divider_0{display:none!important}.et_pb_text_0{margin-top:0px!important;display:none!important}}</style></body>
</html>