-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
930 lines (834 loc) · 65.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
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
<html lang="auto" class="">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>github.com/infallibless</title>
<link href="css.css?family=Nunito%3A%2C800%7CAsap%3Aitalic%2C500italic" rel="stylesheet"><link rel="dns-prefetch" href="http://fonts.googleapis.com/">
<link rel="dns-prefetch" href="index-1.htm">
<link rel="alternate" type="application/rss+xml" title="Geobin » Feed" href="feed/index.html">
<link rel="alternate" type="application/rss+xml" title="Geobin » Comments Feed" href="comments/feed/index.html">
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/12.0.0-1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/demo.themewinter.com\/wp\/geobin\/demos\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.2.4"}};
!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([55357,56424,55356,57342,8205,55358,56605,8205,55357,56424,55356,57340],[55357,56424,55356,57342,8203,55358,56605,8203,55357,56424,55356,57340]),!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><script src="demo.themewinter.com/wp/geobin/demos/wp-includes/js/wp-emoji-release.min4d2c.js?ver=5.2.4" type="text/javascript" defer=""></script><script src="demo.themewinter.com/wp/geobin/demos/wp-includes/js/wp-emoji-release.min4d2c.js?ver=5.2.4" type="text/javascript" defer=""></script><script src="demo.themewinter.com/wp/geobin/demos/wp-includes/js/wp-emoji-release.min4d2c.js?ver=5.2.4" type="text/javascript" defer=""></script><script src="demo.themewinter.com/wp/geobin/demos/wp-includes/js/wp-emoji-release.min4d2c.js?ver=5.2.4" type="text/javascript" defer=""></script><script src="demo.themewinter.com/wp/geobin/demos/wp-includes/js/wp-emoji-release.min4d2c.js?ver=5.2.4" type="text/javascript" defer=""></script><script src="demo.themewinter.com/wp/geobin/demos/wp-includes/js/wp-emoji-release.min4d2c.js?ver=5.2.4" type="text/javascript" defer=""></script><script src="demo.themewinter.com/wp/geobin/demos/wp-includes/js/wp-emoji-release.min4d2c.js?ver=5.2.4" type="text/javascript" defer=""></script><script src="demo.themewinter.com/wp/geobin/demos/wp-includes/js/wp-emoji-release.min4d2c.js?ver=5.2.4" type="text/javascript" defer=""></script><script src="demo.themewinter.com/wp/geobin/demos/wp-includes/js/wp-emoji-release.min4d2c.js?ver=5.2.4" type="text/javascript" defer=""></script><script src="demo.themewinter.com/wp/geobin/demos/wp-includes/js/wp-emoji-release.min4d2c.js?ver=5.2.4" type="text/javascript" defer=""></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="wp-block-library-css" href="wp-includes/css/dist/block-library/style.min4d2c4d2c.css?ver=5.2.4" type="text/css" media="all">
<link rel="stylesheet" id="contact-form-7-css" href="wp-content/plugins/contact-form-7/includes/css/stylesc6acc6ac.css?ver=5.1.5" type="text/css" media="all">
<link rel="stylesheet" id="elementskit-parallax-style-css" href="wp-content/themes/geobin/inc/parallax/assets/css/style51525152.css?ver=1.0" type="text/css" media="all">
<link rel="stylesheet" id="font-awesome-css" href="wp-content/plugins/elementor/assets/lib/font-awesome/css/font-awesome.min18491849.css?ver=4.7.0" type="text/css" media="all">
<link rel="stylesheet" id="elementor-icons-css" href="wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min61046104.css?ver=5.4.0" type="text/css" media="all">
<link rel="stylesheet" id="elementor-animations-css" href="wp-content/plugins/elementor/assets/lib/animations/animations.min206d206d.css?ver=2.7.5" type="text/css" media="all">
<link rel="stylesheet" id="elementor-frontend-css" href="wp-content/plugins/elementor/assets/css/frontend.min206d206d.css?ver=2.7.5" type="text/css" media="all">
<link rel="stylesheet" id="elementor-global-css" href="wp-content/uploads/elementor/css/global8bd68bd6.css?ver=1574166214" type="text/css" media="all">
<link rel="stylesheet" id="elementor-post-2792-css" href="wp-content/uploads/elementor/css/post-2792d123d123.css?ver=1574166215" type="text/css" media="all">
<link rel="stylesheet" id="geobin-fonts-css" href="css-1.css?family=Nunito%3A300%2C300i%2C400%2C400i%2C600%2C600i%2C700%2C700i%2C800%2C800i&display=swap&ver=1.0" type="text/css" media="all">
<link rel="stylesheet" id="bootstrap-css" href="wp-content/themes/geobin/assets/css/bootstrap.min51525152.css?ver=1.0" type="text/css" media="all">
<link rel="stylesheet" id="geobin-xs-main-css" href="wp-content/themes/geobin/assets/css/xs_main51525152.css?ver=1.0" type="text/css" media="all">
<link rel="stylesheet" id="geobin-custom-blog-css" href="wp-content/themes/geobin/assets/css/blog-style51525152.css?ver=1.0" type="text/css" media="all">
<link rel="stylesheet" id="icofonts-css" href="wp-content/themes/geobin/assets/css/icofonts51525152.css?ver=1.0" type="text/css" media="all">
<link rel="stylesheet" id="owlcarousel-css" href="wp-content/themes/geobin/assets/css/owlcarousel.min51525152.css?ver=1.0" type="text/css" media="all">
<link rel="stylesheet" id="owl-theme-css" href="wp-content/themes/geobin/assets/css/owltheme51525152.css?ver=1.0" type="text/css" media="all">
<link rel="stylesheet" id="geobin-style-css" href="wp-content/themes/geobin/assets/css/style51525152.css?ver=1.0" type="text/css" media="all">
<style id="geobin-style-inline-css" type="text/css">
h1, h2, h3, h4, .fw-special-title{ font-family:"Nunito";font-style: normal;font-weight:800;color:#000000; }.tw-footer{background-color:#55007d;}.tw-top-bar{background-color:#57007f;}.top-contact-info span,.top-social-links a, .top-social-links > span{color:#ffffff;}.tw-off-search{background-color:#5f0d85;}.copyright {background-color: #4e0072;}body{background-color: #f7f9f8;}.tw-search:after{background-color:#7710a7;}body{ font-family:"Nunito";font-style: normal;font-weight:400;line-height:28px;font-size:16px; }.colorsbg, .separator, .separator-left, .separator, .preloader, ul.main-menu>li>a:before, .animate-border,
.tw-pricing ul.nav .nav-item a.active, .post-date, .post-item-date:after, .tw-pricing-box:hover .btn, .navbar-light .navbar-toggler,
.service-list-carousel .owl-nav button:hover{background: #57007f;}a:hover, .tw-latest-post:hover .post-info .post-title a, .download-btn i,.top-bar.solid-bg ul.top-menu li a:hover,
.top-bar.solid-bg .top-social a:hover, ul.top-menu li a:hover,
.team-social-icons a:hover,.top-social-links a:hover,
.ts-testimonial-static .ts-testimonial-text:before,
.latest-post .post-title a:hover, .team-social a:hover,
.plan.featured .btn, .footer-social ul li a:hover, .fw-accordion
.fw-accordion-title.accordion-head.ui-state-active, ul.list-dash li:before,
.ts-feature-info.icon-left .feature-icon, .section-title.border-left:before,
.job-box .job-info .desc strong, .post-meta a:hover, .post-meta-left a:hover,
.sidebar .widget ul li a:hover, .post-navigation span:hover, .post-navigation h3:hover,
.post-navigation i, .post-navigation span:hover, .post-navigation h3:hover,
.sidebar ul li.active a, .sidebar ul li:hover a, .banner-title, .testimonial-slider .testimonial-meta h4,
.testimonial-slider .testimonial-meta i, .nav>li>a:hover, .nav>li>a:focus, .nav>li.current-menu-item>a,
.testimonial-slider-classic .testimonial-image i,
.testimonial-slider-classic .owl-nav button.owl-prev, .testimonial-slider-classic .owl-nav button.owl-next,
.tw-footer .contact-icon i, .tw-case-study-box:hover .casestudy-content .case-title,
.main-menu li > ul.sub-menu > li >a:hover, .main-menu li ul li.current-menu-item a,
.timeline-date.active .title, .timeline-date.active .tagline,
.tw-testimonial-box .testimonial-text i,
.testimonial-gray .testimonial-meta h4, .testimonial-gray .testimonial-meta i,
.card-header h4 a i,
.banner-title span,
.contact-icon i,
.ts-contact-info .ts-contact-icon, .tw-readmore, .service-list-carousel .owl-nav button.owl-next, .service-list-carousel .owl-nav button.owl-prev, .facts-content, .geobin-heading-title h2 span
.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .woocommerce-loop-product__title:hover, .geobin-heading-title h2 span
{color: #57007f;}.section-title.border-left:before, .section-title:after,
.sidebar .widget-title,
.timeline-badge.active{border-color:#57007f;}.btn-primary, .xs-custom-menu > li.current-menu-item > a,
.xs-custom-menu > li:hover > a,#main-slide .carousel-indicators li.active,
.owl-carousel.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-dots .owl-dot.active span,
#main-slide .carousel-indicators li:hover,
#main-slide .carousel-control i:hover,
.box-primary, .plan.featured, .quote-item .quote-text:before,
.quote-item-area .quote-thumb,#back-to-top .btn.btn-primary,
.fw-accordion .fw-accordion-title.accordion-head
.ui-icon:before,.finances-newsletter input[type=submit], .post-meta-date,
.bottom-border:after,
.bottom-border:before,
.case-process-number,
.testimonial-bg-orange,
.tw-testimonial-carousel:before,
.footer-classic .tw-footer-info-box .footer-social-link a i:hover,
.pagination>.active>a, .pagination>.active>a:hover, .pagination>li>a:hover, .offcanvas-menu-lite.bg-orange, .tw-form-round-shape:after,
.woocommerce ul.products li.product .button,.woocommerce ul.products li.product .added_to_cart,
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,.sponsor-web-link a:hover i
{background-color: #57007f;}.features-text:after, .mc4wp-form-fields button[type=submit],
.back-to-top .btn-dark:hover,
.seo-check-form input[type=submit] {background: #57007f;}.tw-off-search, .tw-top-bar-angle:before{background: ;}.tw-top-bar-angle:after{border-top: 38px solid ;}.menu-indicator{border: 1px solid #57007f;}.banner-title{color: ;}.navbar-toggle, .woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background-color: ;}.owl-carousel.featured-projects-slide.owl-theme .owl-nav>.disabled
{background: rgba(87, 0, 127, 0.48)}
.section-title-vertical .section-title{color:rgba(87, 0, 127, 0.20)}
.section-title-vertical
.section-title:after{border-bottom: 2px solid rgba(87, 0, 127, 0.20)}.tw-footer-info-box, .footer-top-info{background: #67198b;}.contact-info h3, .footer-widget h3, .tw-footer-info-box .geobin_widget h3, .footer-awarad p, .contact-info
{color: #ffffff;}.tw-footer-info-box .textwidget p, .footer-widget p{color: #ffffff;}.copyright span{color: #ffffff;}.footer-menu li a, .footer-widget a{color: #ffffff;}.footer-menu li a:hover, .footer-widget a:hover{color: #9912d7;}
</style>
<link rel="stylesheet" id="geobin-gutenberg-custom-css" href="wp-content/themes/geobin/assets/css/gutenberg-custom51525152.css?ver=1.0" type="text/css" media="all">
<link rel="stylesheet" id="geobin-responsive-css" href="wp-content/themes/geobin/assets/css/responsive51525152.css?ver=1.0" type="text/css" media="all">
<link rel="stylesheet" id="parent-style-css" href="wp-content/themes/geobin-child/style4d2c4d2c.css?ver=5.2.4" type="text/css" media="all">
<link rel="stylesheet" id="google-fonts-1-css" href="css-2.css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&ver=5.2.4" type="text/css" media="all">
<script type="text/javascript" src="wp-includes/js/jquery/jquery4a5f4a5f.js?ver=1.12.4-wp"></script>
<script type="text/javascript" src="wp-includes/js/jquery/jquery-migrate.min330a330a.js?ver=1.4.1"></script>
<script type="text/javascript" src="wp-content/themes/geobin/inc/parallax/assets/js/attrparallax51525152.js?ver=1.0"></script>
<link rel="https://api.w.org/" href="wp-json/index.html">
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc0db00db0.html?rsd">
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="wp-includes/wlwmanifest.xml">
<meta name="generator" content="WordPress 5.2.4">
<link rel="canonical" href="index-2.html">
<link rel="shortlink" href="index-2.html">
<link rel="alternate" type="application/json+oembed" href="wp-json/oembed/1.0/embedde69de69.json?url=http%3A%2F%2Fdemo.themewinter.com%2Fwp%2Fgeobin%2Fdemos%2F">
<link rel="alternate" type="text/xml+oembed" href="wp-json/oembed/1.0/embed36153615.html?url=http%3A%2F%2Fdemo.themewinter.com%2Fwp%2Fgeobin%2Fdemos%2F&format=xml">
<script type="text/javascript">
var elementskit_section_parallax_data = {};
var elementskit_module_parallax_url = "wp-content/themes/geobin/inc/parallax/index.html"
</script>
<link type="text/css" rel="stylesheet" charset="UTF-8" href="../translate.googleapis.com/translate_static/css/translateelement.css"></head>
<body class="home page-template page-template-template page-template-template-multipage-homepage page-template-templatetemplate-multipage-homepage-php page page-id-2792 sidebar-active elementor-default elementor-page elementor-page-2792" data-spy="scroll" data-target="#header" data-elementor-device-mode="desktop">
<div class="body-inner">
<div id="top-bar" class="tw-top-bar topbar-light">
<div class="container">
<div class="row">
<div class="col-md-8 text-left">
<div class="top-contact-info">
<span><i class="fa fa-instagram"></i>@instagram </span>
<span><i class="icon icon-envelope"></i>email adress</span>
<span><i class="icon icon-map-marker2"></i>istanbul34</span>
</div>
</div>
<div class="col-md-4 col-xs-12 text-right">
<div class="top-social-links">
<span>Follow -> </span>
<a target="_blank" title="Twitter" href="#">
<span class="social-icon"><i class="fa fa-twitter"></i></span>
</a>
<a target="_blank" title="Facebook" href="#">
<span class="social-icon"><i class="fa fa-facebook"></i></span>
</a>
<a target="_blank" title="instagram" href="https://www.instagram.com/instagram adresiniz/">
<span class="social-icon"><i class="fa fa-instagram"></i></span>
</a>
<a target="_blank" title="g+" href="#">
<span class="social-icon"><i class="fa fa-google-plus"></i></span>
</a>
<a target="_blank" title="linkedin" href="#">
<span class="social-icon"><i class="fa fa-linkedin"></i></span>
</a>
</div>
</div>
</div>
</div>
</div>
<header id="header" class="off-canvas">
</header>
<div data-elementor-type="wp-post" data-elementor-id="2792" class="elementor elementor-2792" data-elementor-settings="[]">
<div class="elementor-inner">
<div class="elementor-section-wrap">
<section class="elementor-element elementor-element-081e6aa elementor-section-height-min-height banner-shap-img elementor-section-boxed elementor-section-height-default elementor-section-items-middle elementor-section elementor-top-section elementskit-parallax-multi-container" data-id="081e6aa" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="ekit-section-parallax-mousemove ekit-section-parallax-layer elementor-repeater-item-df3ced4" style="transform: matrix(1, 0, 0, 1, 49.9259, -47.4138);">
<img class="elementskit-parallax-graphic " src="demo.themewinter.com/wp/geobin/demos/wp-content/uploads/2019/05/front_img.png">
</div>
<div class="elementor-background-overlay"></div>
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-row">
<div class="elementor-element elementor-element-45607fb elementor-column elementor-col-50 elementor-top-column" data-id="45607fb" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-89d8db3 elementor-widget elementor-widget-heading" data-id="89d8db3" data-element_type="widget" data-widget_type="heading.default">
<div class="elementor-widget-container">
<h2 class="elementor-heading-title elementor-size-default">#Digital Music Marketing</h2> </div>
</div>
<div class="elementor-element elementor-element-0dd567a xs-heading-text elementor-align-left elementor-widget elementor-widget-xs-heading" data-id="0dd567a" data-element_type="widget" data-widget_type="xs-heading.default">
<div class="elementor-widget-container">
<div class="geobin-heading-title">
<h2>
<small>RAYNEX</small>
<span>DIGITAL SOLUTION</span> PARTNER </h2>
</div> </div>
</div>
<div class="elementor-element elementor-element-215f217 elementor-widget elementor-widget-text-editor" data-id="215f217" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<div class="elementor-text-editor elementor-clearfix"><p>Starting to work with us will put you one step ahead in every sense on social media. If you ask why, we have an answer for you: Everyone does the same thing on social media, but we like to capture the details together with you and stand out.
</p></div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-0e38d7e elementor-column elementor-col-50 elementor-top-column" data-id="0e38d7e" data-element_type="column">
<div class="elementor-column-wrap">
<div class="elementor-widget-wrap">
</div>
</div>
</div>
</div>
</div>
</section>
<script>
window.elementskit_section_parallax_data.section081e6aa = JSON.parse('{"structure":"20","background_background":"classic","background_color":"#f7f9f8","height":"min-height","custom_height":{"unit":"px","size":580,"sizes":[]},"custom_height_mobile":{"unit":"px","size":0,"sizes":[]},"background_position":"top right","background_repeat":"no-repeat","background_size":"initial","background_size_mobile":"initial","background_bg_width_mobile":{"unit":"%","size":51,"sizes":[]},"padding_mobile":{"unit":"px","top":"100","right":"0","bottom":"0","left":"0","isLinked":false},"background_overlay_background":"classic","background_overlay_position":"top center","background_overlay_repeat":"no-repeat","background_overlay_size":"cover","background_overlay_opacity":{"unit":"px","size":"","sizes":[]},"margin":{"unit":"px","top":"0","right":0,"bottom":"30","left":0,"isLinked":false},"css_classes":"banner-shap-img","background_bg_width":{"unit":"%","size":52,"sizes":[]},"background_image":{"url":"index-2.html\/\/demo.themewinter.com\/wp\/geobin\/demos\/wp-content\/uploads\/2019\/05\/banner_illustration.png","id":3247},"ekit_section_parallax_multi":"yes","ekit_section_parallax_multi_items":[{"parallax_style":"mousemove","item_source":"image","image":{"url":"index-2.html\/\/demo.themewinter.com\/wp\/geobin\/demos\/wp-content\/uploads\/2019\/05\/front_img.png","id":3232},"shape":"angle","shape_color":"","width_type":"custom","width_type_tablet":"","width_type_mobile":"","custom_width":{"unit":"%","size":100,"sizes":[]},"custom_width_tablet":{"unit":"px","size":"","sizes":[]},"custom_width_mobile":{"unit":"px","size":"","sizes":[]},"source_rotate":{"unit":"deg","size":0,"sizes":[]},"source_rotate_tablet":{"unit":"px","size":"","sizes":[]},"source_rotate_mobile":{"unit":"px","size":"","sizes":[]},"pos_x":{"unit":"%","size":0,"sizes":[]},"pos_x_tablet":{"unit":"px","size":"","sizes":[]},"pos_x_mobile":{"unit":"px","size":"","sizes":[]},"pos_y":{"unit":"%","size":10,"sizes":[]},"pos_y_tablet":{"unit":"px","size":"","sizes":[]},"pos_y_mobile":{"unit":"px","size":"","sizes":[]},"animation":"ekit-fade","animation_tablet":"","animation_mobile":"","item_opacity":"1","animation_speed":"5","animation_iteration_count":"unset","animation_direction":"normal","parallax_speed":"100","parallax_transform":"translateY","parallax_transform_value":"250","smoothness":"700","offsettop":"0","offsetbottom":"0","maxtilt":"20","scale":"1","disableaxis":"","zindex":0,"_id":"df3ced4"}]}');
</script>
<section class="elementor-element elementor-element-219c70d elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section elementskit-parallax-multi-container" data-id="219c70d" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-row">
<div class="elementor-element elementor-element-bf41665 elementor-column elementor-col-50 elementor-top-column animated fadeInUp" data-id="bf41665" data-element_type="column" data-settings="{"animation":"fadeInUp","animation_delay":300}">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-68d1d5d xs-heading-text elementor-align-left elementor-widget elementor-widget-xs-heading" data-id="68d1d5d" data-element_type="widget" data-widget_type="xs-heading.default">
<div class="elementor-widget-container">
<div class="geobin-heading-title">
<h2>
<small>We Are The Best</small>
Our Social Media Services </h2>
<span class="animate-border pull-left"></span></div> </div>
</div>
<div class="elementor-element elementor-element-54f0650 elementor-widget elementor-widget-text-editor" data-id="54f0650" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<div class="elementor-text-editor elementor-clearfix"><p>We bring your problems and requests to a quick and perfect result. Just ask us and we will do more.</p></div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-b104622 elementor-column elementor-col-50 elementor-top-column" data-id="b104622" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<section class="elementor-element elementor-element-0f20907 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section elementskit-parallax-multi-container" data-id="0f20907" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-row">
<div class="elementor-element elementor-element-f434049 elementor-column elementor-col-50 elementor-inner-column animated fadeInUp" data-id="f434049" data-element_type="column" data-settings="{"animation":"fadeInUp","animation_delay":400}">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-c58d064 elementor-widget elementor-widget-xs-geobin-image-box" data-id="c58d064" data-element_type="widget" data-widget_type="xs-geobin-image-box.default">
<div class="elementor-widget-container">
<div class="features-box tw-icon-box">
<div class="tw-feature-content-box">
<div class="features-icon d-table mx-auto">
<div class="features-icon-inner d-table-cell">
<i class="icon icon-dial"></i>
</div>
</div>
<h3>Social Media Account Management</h3>
<p>The most powerful Media Organization is Social Media. Social Media Provides the Opportunity to Reach Your Brand or Product to Millions of Users All Over the World.</p>
</div>
<div class="shap-img">
<img src="wp-content/uploads/2019/05/info_box_bg_shape_1.png" alt="">
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-e2262d4 elementor-widget elementor-widget-xs-geobin-image-box" data-id="e2262d4" data-element_type="widget" data-widget_type="xs-geobin-image-box.default">
<div class="elementor-widget-container">
<div class="features-box tw-icon-box">
<div class="tw-feature-content-box">
<div class="features-icon d-table mx-auto">
<div class="features-icon-inner d-table-cell">
<i class="icon icon-coins-2"></i>
</div>
</div>
<h3>Instagram Closed Accounts</h3>
<p>Regardless of the reason for closing your account on Instagram, we file an appeal on your behalf and, if possible, forward your account to the Support Team for the accounts to be reactivated. Transaction completion time is 1-4 business days.</p>
</div>
<div class="shap-img">
<img src="wp-content/uploads/2019/05/info_box_bg_shape_3.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-d370efe elementor-column elementor-col-50 elementor-inner-column" data-id="d370efe" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-ca31f8b elementor-widget elementor-widget-xs-geobin-image-box animated fadeInUp" data-id="ca31f8b" data-element_type="widget" data-settings="{"_animation":"fadeInUp","_animation_delay":500}" data-widget_type="xs-geobin-image-box.default">
<div class="elementor-widget-container">
<div class="features-box tw-icon-box">
<div class="tw-feature-content-box">
<div class="features-icon d-table mx-auto">
<div class="features-icon-inner d-table-cell">
<i class="icon icon-graphic-3"></i>
</div>
</div>
<h3>Digital Marketing</h3>
<p>Regardless of your budget, digital marketing is the most effective sales method. With Detailed Targeting and Statistics, it won't make you wonder "Where Did This Money Go?" Hits from 12!</p>
</div>
<div class="shap-img">
<img src="wp-content/uploads/2019/05/info_box_bg_shape_2.png" alt="">
</div>
</div>
</div>
<div class="elementor-element elementor-element-6943c65 elementor-widget elementor-widget-xs-geobin-image-box" data-id="6943c65" data-element_type="widget" data-widget_type="xs-geobin-image-box.default">
<div class="elementor-widget-container">
<div class="features-box tw-icon-box">
<div class="tw-feature-content-box">
<div class="features-icon d-table mx-auto">
<div class="features-icon-inner d-table-cell">
<i class="icon icon-newsletter"></i>
</div>
</div>
<h3>Usernames</h3>
<p>I contact the support teams on your behalf for inactive usernames on most social media sites, especially Instagram and Facebook, and ensure that they are transferred to you if possible!</p>
</div>
<div class="shap-img">
<img src="wp-content/uploads/2019/05/info_box_bg_shape_4.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</section>
<script>
window.elementskit_section_parallax_data.section5df0d7d = JSON.parse('{"background_background":"classic","background_image":{"url":"index-2.html\/\/demo.themewinter.com\/wp\/geobin\/demos\/wp-content\/uploads\/2019\/05\/bg_shape.png","id":3287},"background_repeat":"no-repeat","css_classes":"tw-analysis-area","margin":{"unit":"px","top":"","right":0,"bottom":"","left":0,"isLinked":true},"html_tag":"div","background_color":"#f7f9f8","background_size":"cover","background_overlay_background":"classic","background_overlay_position":"initial","background_overlay_xpos":{"unit":"%","size":5,"sizes":[]},"background_overlay_ypos":{"unit":"px","size":77,"sizes":[]},"background_overlay_repeat":"no-repeat","background_overlay_size":"auto","background_overlay_opacity":{"unit":"px","size":"","sizes":[]},"padding":{"unit":"px","top":"150","right":"0","bottom":"150","left":"0","isLinked":false},"background_position_mobile":"initial","background_xpos_mobile":{"unit":"%","size":0,"sizes":[]},"background_overlay_position_mobile":"initial","background_overlay_size_mobile":"initial","background_overlay_bg_width_mobile":{"unit":"%","size":0,"sizes":[]},"background_position":"center center","padding_mobile":{"unit":"px","top":"60","right":"0","bottom":"60","left":"0","isLinked":false},"ekit_section_parallax_multi":"yes","ekit_section_parallax_multi_items":[{"parallax_style":"onscroll","item_source":"image","image":{"url":"index-2.html\/\/demo.themewinter.com\/wp\/geobin\/demos\/wp-content\/uploads\/2019\/05\/man_vector.png","id":2902},"shape":"angle","shape_color":"","width_type":"custom","width_type_tablet":"","width_type_mobile":"","custom_width":{"unit":"%","size":89,"sizes":[]},"custom_width_tablet":{"unit":"px","size":"","sizes":[]},"custom_width_mobile":{"unit":"px","size":"","sizes":[]},"source_rotate":{"unit":"deg","size":0,"sizes":[]},"source_rotate_tablet":{"unit":"px","size":"","sizes":[]},"source_rotate_mobile":{"unit":"px","size":"","sizes":[]},"pos_x":{"unit":"%","size":10,"sizes":[]},"pos_x_tablet":{"unit":"px","size":"","sizes":[]},"pos_x_mobile":{"unit":"px","size":"","sizes":[]},"pos_y":{"unit":"%","size":-5,"sizes":[]},"pos_y_tablet":{"unit":"px","size":"","sizes":[]},"pos_y_mobile":{"unit":"px","size":"","sizes":[]},"animation":"ekit-fade","animation_tablet":"","animation_mobile":"","item_opacity":"1","animation_speed":"5","animation_iteration_count":"unset","animation_direction":"normal","parallax_speed":"100","parallax_transform":"translateY","parallax_transform_value":200,"smoothness":"700","offsettop":"0","offsetbottom":"0","maxtilt":"20","scale":"1","disableaxis":"","zindex":"2","_id":"a03b1c6"},{"parallax_style":"onscroll","item_source":"image","image":{"url":"index-2.html\/\/demo.themewinter.com\/wp\/geobin\/demos\/wp-content\/uploads\/2019\/05\/globe_vector.png","id":2913},"shape":"angle","shape_color":"","width_type":"","width_type_tablet":"","width_type_mobile":"","custom_width":{"unit":"px","size":"","sizes":[]},"custom_width_tablet":{"unit":"px","size":"","sizes":[]},"custom_width_mobile":{"unit":"px","size":"","sizes":[]},"source_rotate":{"unit":"deg","size":0,"sizes":[]},"source_rotate_tablet":{"unit":"px","size":"","sizes":[]},"source_rotate_mobile":{"unit":"px","size":"","sizes":[]},"pos_x":{"unit":"%","size":85,"sizes":[]},"pos_x_tablet":{"unit":"px","size":"","sizes":[]},"pos_x_mobile":{"unit":"px","size":"","sizes":[]},"pos_y":{"unit":"%","size":32,"sizes":[]},"pos_y_tablet":{"unit":"px","size":"","sizes":[]},"pos_y_mobile":{"unit":"px","size":"","sizes":[]},"animation":"ekit-fade","animation_tablet":"","animation_mobile":"","item_opacity":"1","animation_speed":"5","animation_iteration_count":"unset","animation_direction":"normal","parallax_speed":100,"parallax_transform":"translateY","parallax_transform_value":-100,"smoothness":"700","offsettop":"0","offsetbottom":"0","maxtilt":"20","scale":"1","disableaxis":"","zindex":"2","_id":"5c3a251"}]}');
</script>
<section class="elementor-element elementor-element-114495d elementor-section-full_width elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section elementskit-parallax-multi-container" data-id="114495d" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-row">
<div class="elementor-element elementor-element-17d2ac0 elementor-column elementor-col-50 elementor-top-column animated fadeInLeft" data-id="17d2ac0" data-element_type="column" data-settings="{"animation":"fadeInLeft","animation_delay":400}">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-87622b4 elementor-widget elementor-widget-image" data-id="87622b4" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<div class="elementor-image">
<img width="730" height="431" src="wp-content/uploads/2019/05/features_left.png" class="attachment-full size-full" alt="" srcset="wp-content/uploads/2019/05/features_left.png 730w, wp/geobin/demos/wp-content/uploads/2019/05/features_left-300x177.png 300w" sizes="(max-width: 730px) 100vw, 730px"> </div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-6895f8e mx-width-500 elementor-column elementor-col-50 elementor-top-column animated fadeInRight" data-id="6895f8e" data-element_type="column" data-settings="{"animation":"fadeInRight","animation_delay":450}">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-54e8020 xs-heading-text elementor-align-left elementor-widget elementor-widget-xs-heading" data-id="54e8020" data-element_type="widget" data-widget_type="xs-heading.default">
<div class="elementor-widget-container">
<div class="geobin-heading-title">
<h2>
<small>Your importance</small>
You will always feel pleasant and confident working with us.
</h2>
</div> </div>
</div>
<div class="elementor-element elementor-element-1aea13e elementor-view-stacked elementor-position-left elementor-vertical-align-middle elementor-shape-circle elementor-widget elementor-widget-icon-box" data-id="1aea13e" data-element_type="widget" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-icon">
<span class="elementor-icon elementor-animation-">
<i class="fa fa-check" aria-hidden="true"></i> </span>
</div>
<div class="elementor-icon-box-content">
<h3 class="elementor-icon-box-title">
<span></span>
</h3>
<p class="elementor-icon-box-description">We never ask our customers to whom we provide Social Media Support for private information that would jeopardize their account security.
</p>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-5e0a7ac elementor-view-stacked elementor-position-left elementor-vertical-align-middle elementor-shape-circle elementor-widget elementor-widget-icon-box" data-id="5e0a7ac" data-element_type="widget" data-widget_type="icon-box.default">
<div class="elementor-widget-container">
<div class="elementor-icon-box-wrapper">
<div class="elementor-icon-box-icon">
<span class="elementor-icon elementor-animation-">
<i class="fa fa-check" aria-hidden="true"></i> </span>
</div>
<div class="elementor-icon-box-content">
<h3 class="elementor-icon-box-title">
<span></span>
</h3>
<p class="elementor-icon-box-description">We also enjoy being in team spirit with our customers.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-element elementor-element-0351473 elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section elementskit-parallax-multi-container" data-id="0351473" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-row">
<div class="elementor-element elementor-element-da17cee elementor-column elementor-col-100 elementor-top-column" data-id="da17cee" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-7bd78aa xs-heading-text elementor-align-center elementor-widget elementor-widget-xs-heading" data-id="7bd78aa" data-element_type="widget" data-widget_type="xs-heading.default">
<div class="elementor-widget-container">
<div class="geobin-heading-title">
<h2>
<small></small>Our General Services</h2>
<span class="animate-border mr-auto ml-auto"></span>
</div> </div>
</div>
<section class="elementor-element elementor-element-3eb54ae elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section elementskit-parallax-multi-container" data-id="3eb54ae" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-row">
<div class="elementor-element elementor-element-be37e1e elementor-column elementor-col-33 elementor-inner-column animated fadeInUp" data-id="be37e1e" data-element_type="column" data-settings="{"animation":"fadeInUp","animation_delay":300}">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-3a3d286 elementor-widget elementor-widget-xs-services" data-id="3a3d286" data-element_type="widget" data-widget_type="xs-services.default">
<div class="elementor-widget-container">
<div class=" service-wrapper service-icon-style">
<div class=" text-center">
<div class="tw-service-box ">
<div class="icon-circle-box no-service-dot-animation">
<div class="service-icon service-icon-bg d-table mx-auto">
<div class="service-icon-inner d-table-cell">
<i class="icon icon-newsletter"></i>
</div>
</div>
</div>
<div class="service-content">
<h3> <a href="#">account Analysis</a></h3>
<p>By analyzing the accounts of our corporate companies, we provide the desired audience.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-9af4325 elementor-widget elementor-widget-xs-services" data-id="9af4325" data-element_type="widget" data-widget_type="xs-services.default">
<div class="elementor-widget-container">
<div class=" service-wrapper service-icon-style">
<div class=" text-center">
<div class="tw-service-box ">
<div class="icon-circle-box no-service-dot-animation">
<div class="service-icon service-icon-bg d-table mx-auto">
<div class="service-icon-inner d-table-cell">
<i class="icon icon-chart"></i>
</div>
</div>
</div>
<div class="service-content">
<h3> <a href="#">Usernames</a></h3>
<p>We deliver the usernames you want to use on 1-7 business day.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-3f22c65 elementor-column elementor-col-33 elementor-inner-column animated fadeInUp" data-id="3f22c65" data-element_type="column" data-settings="{"animation":"fadeInUp","animation_delay":350}">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-1155f14 elementor-widget elementor-widget-xs-services" data-id="1155f14" data-element_type="widget" data-widget_type="xs-services.default">
<div class="elementor-widget-container">
<div class=" service-wrapper service-icon-style">
<div class=" text-center">
<div class="tw-service-box ">
<div class="icon-circle-box no-service-dot-animation">
<div class="service-icon service-icon-bg d-table mx-auto">
<div class="service-icon-inner d-table-cell">
<i class="icon icon-commerce-2"></i>
</div>
</div>
</div>
<div class="service-content">
<h3> <a href="#">Rise </a></h3>
<p>After providing the requirements for your account, we allow you to reach a high audience..</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-bd21bae elementor-widget elementor-widget-xs-services" data-id="bd21bae" data-element_type="widget" data-widget_type="xs-services.default">
<div class="elementor-widget-container">
<div class=" service-wrapper service-icon-style">
<div class=" text-center">
<div class="tw-service-box ">
<div class="icon-circle-box no-service-dot-animation">
<div class="service-icon service-icon-bg d-table mx-auto">
<div class="service-icon-inner d-table-cell">
<i class="icon icon-coins-2"></i>
</div>
</div>
</div>
<div class="service-content">
<h3> <a href="#">Account problems</a></h3>
<p>We support you even in the slightest problem with your account.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-21db554 elementor-column elementor-col-33 elementor-inner-column animated fadeInUp" data-id="21db554" data-element_type="column" data-settings="{"animation":"fadeInUp","animation_delay":400}">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-c6081f0 elementor-widget elementor-widget-xs-services" data-id="c6081f0" data-element_type="widget" data-widget_type="xs-services.default">
<div class="elementor-widget-container">
<div class=" service-wrapper service-icon-style">
<div class=" text-center">
<div class="tw-service-box ">
<div class="icon-circle-box no-service-dot-animation">
<div class="service-icon service-icon-bg d-table mx-auto">
<div class="service-icon-inner d-table-cell">
<i class="icon icon-vplay"></i>
</div>
</div>
</div>
<div class="service-content">
<h3> <a href="#">Store feature</a></h3>
<p>We have brought this feature to Turkey, which is open to use abroad, we are activating the store feature in your account.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-560e71b elementor-widget elementor-widget-xs-services" data-id="560e71b" data-element_type="widget" data-widget_type="xs-services.default">
<div class="elementor-widget-container">
<div class=" service-wrapper service-icon-style">
<div class=" text-center">
<div class="tw-service-box ">
<div class="icon-circle-box no-service-dot-animation">
<div class="service-icon service-icon-bg d-table mx-auto">
<div class="service-icon-inner d-table-cell">
<i class="icon icon-graphic-3"></i>
</div>
</div>
</div>
<div class="service-content">
<h3> <a href="#">Customer Satisfaction</a></h3>
<p>We love to take care of our customers.We are always smiling against you.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="elementor-element elementor-element-ecebb4f elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-top-section elementskit-parallax-multi-container" data-id="ecebb4f" data-element_type="section" data-settings="{"background_background":"classic"}">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-row">
<div class="elementor-element elementor-element-1c06af1 elementor-column elementor-col-50 elementor-top-column animated fadeInUp" data-id="1c06af1" data-element_type="column" data-settings="{"animation":"fadeInUp","animation_delay":400}">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-05c6fac xs-heading-text elementor-align-left elementor-widget elementor-widget-xs-heading" data-id="05c6fac" data-element_type="widget" data-widget_type="xs-heading.default">
<div class="elementor-widget-container">
<div class="geobin-heading-title">
<h2>
<small>So we are the best</small>We provide one -to -one conversation with you in every problem or question.</h2>
</div> </div>
</div>
<div class="elementor-element elementor-element-22a2412 elementor-widget elementor-widget-text-editor" data-id="22a2412" data-element_type="widget" data-widget_type="text-editor.default">
<div class="elementor-widget-container">
<div class="elementor-text-editor elementor-clearfix"><p>The procedures we take are generally at 1 or at the latest at 7 business days..</p></div>
</div>
</div>
<section class="elementor-element elementor-element-56b337b elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-section elementor-inner-section elementskit-parallax-multi-container" data-id="56b337b" data-element_type="section">
<div class="elementor-container elementor-column-gap-default">
<div class="elementor-row">
<div class="elementor-element elementor-element-3fc23b8 elementor-column elementor-col-33 elementor-inner-column" data-id="3fc23b8" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-30f532c elementor-widget elementor-widget-xs-fun-fact" data-id="30f532c" data-element_type="widget" data-widget_type="xs-fun-fact.default">
<div class="elementor-widget-container">
<div class="text-center">
<div class="tw-facts-box">
<div class="facts-img">
<img src="#" alt="" class="img-fluid">
</div>
<div class="facts-content">
<span class="counter">200</span>
<sup>+</sup>
<h4 class="facts-title">Number of people working with us</h4>
</div>
</div>
</div> </div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-14647a7 elementor-column elementor-col-33 elementor-inner-column" data-id="14647a7" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-78d835b elementor-widget elementor-widget-xs-fun-fact" data-id="78d835b" data-element_type="widget" data-widget_type="xs-fun-fact.default">
<div class="elementor-widget-container">
<div class="text-center">
<div class="tw-facts-box">
<div class="facts-img">
<img src="#" alt="" class="img-fluid">
</div>
<div class="facts-content">
<span class="counter">570</span>
<sup>+</sup>
<h4 class="facts-title">Transactions</h4>
</div>
</div>
</div> </div>
</div>
</div>
</div>
</div>
<div class="elementor-element elementor-element-fbd6969 elementor-column elementor-col-33 elementor-inner-column" data-id="fbd6969" data-element_type="column">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-9eba99a elementor-widget elementor-widget-xs-fun-fact" data-id="9eba99a" data-element_type="widget" data-widget_type="xs-fun-fact.default">
<div class="elementor-widget-container">
<div class="text-center">
<div class="tw-facts-box">
<div class="facts-img">
<img src="#" alt="" class="img-fluid">
</div>
<div class="facts-content">
<span class="counter">99</span>
<sup>%</sup>
<h4 class="facts-title">Customer Satisfaction</h4>
</div>
</div>
</div> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
<div class="elementor-element elementor-element-74a1194 elementor-column elementor-col-50 elementor-top-column animated fadeInUp" data-id="74a1194" data-element_type="column" data-settings="{"animation":"fadeInUp","animation_delay":450}">
<div class="elementor-column-wrap elementor-element-populated">
<div class="elementor-widget-wrap">
<div class="elementor-element elementor-element-1e2f7a6 elementor-widget elementor-widget-image" data-id="1e2f7a6" data-element_type="widget" data-widget_type="image.default">
<div class="elementor-widget-container">
<div class="elementor-image">
<img width="511" height="514" src="wp-content/uploads/2019/05/fun_face_img_right.png" class="attachment-full size-full" alt="" srcset="wp-content/uploads/2019/05/fun_face_img_right.png 511w, wp/geobin/demos/wp-content/uploads/2019/05/fun_face_img_right-150x150.png 150w, wp/geobin/demos/wp-content/uploads/2019/05/fun_face_img_right-298x300.png 298w" sizes="(max-width: 511px) 100vw, 511px"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<script>
window.elementskit_section_parallax_data.section19c2f54 = JSON.parse('{"background_background":"classic","background_image":{"url":"index-2.html\/\/demo.themewinter.com\/wp\/geobin\/demos\/wp-content\/uploads\/2019\/05\/case_study_bg.png","id":3293},"background_position":"center center","background_repeat":"no-repeat","background_size":"cover","ekit_section_parallax_bg":"yes","padding_mobile":{"unit":"px","top":"60","right":"0","bottom":"40","left":"0","isLinked":false},"ekit_section_parallax_multi":"yes","ekit_section_parallax_multi_items":[{"parallax_style":"onscroll","item_source":"image","image":{"url":"index-2.html\/\/demo.themewinter.com\/wp\/geobin\/demos\/wp-content\/uploads\/2019\/05\/globe_vector.png","id":2913},"shape":"angle","shape_color":"","width_type":"","width_type_tablet":"","width_type_mobile":"","custom_width":{"unit":"px","size":"","sizes":[]},"custom_width_tablet":{"unit":"px","size":"","sizes":[]},"custom_width_mobile":{"unit":"px","size":"","sizes":[]},"source_rotate":{"unit":"deg","size":0,"sizes":[]},"source_rotate_tablet":{"unit":"px","size":"","sizes":[]},"source_rotate_mobile":{"unit":"px","size":"","sizes":[]},"pos_x":{"unit":"%","size":85,"sizes":[]},"pos_x_tablet":{"unit":"px","size":"","sizes":[]},"pos_x_mobile":{"unit":"px","size":"","sizes":[]},"pos_y":{"unit":"%","size":0,"sizes":[]},"pos_y_tablet":{"unit":"px","size":"","sizes":[]},"pos_y_mobile":{"unit":"px","size":"","sizes":[]},"animation":"ekit-fade","animation_tablet":"","animation_mobile":"","item_opacity":"1","animation_speed":"5","animation_iteration_count":"unset","animation_direction":"normal","parallax_speed":"100","parallax_transform":"translateX","parallax_transform_value":100,"smoothness":"700","offsettop":"0","offsetbottom":"0","maxtilt":"20","scale":"1","disableaxis":"","zindex":"2","_id":"7979d03"}]}');
</script>
</div>
</div>
</div>
<footer id="tw-footer" class="tw-footer footer-classic">
<div class="footer-top">
<div class="container">
<div class="row footer-top-info">
<div id="custom_html-3" class="widget_text footer-widget widget_custom_html"></div><div id="custom_html-5" class="widget_text footer-widget widget_custom_html"><div class="widget_text col-md-12"><div class="textwidget custom-html-widget"><div class="contact-us">
<div class="contact-icon">
<i class="icon icon-phone3"></i>
</div>
<div class="contact-info">
<h3>Your phone number</h3>
<p>Call me</p>
</div>
</div></div></div></div><div id="custom_html-4" class="widget_text footer-widget widget_custom_html"><div class="widget_text col-md-12"><div class="textwidget custom-html-widget"><div class="contact-us">
<div class="contact-icon">
<i class="icon icon-envelope3"></i>
</div>
<div class="contact-info">
<h3>Your mail address</h3>
<p>Contact me</p>
</div>
</div>
</div></div></div> </div>
<div class="row">
<div class="col-md-12 col-lg-3">
<div class="tw-footer-info-box"><div id="text-2" class="footer-widget widget_text"> <div class="textwidget"><p>8 Yıldır bu sektörde olmaktan gurur duyuyoruz. Daima işimizi severek yaptık.</p>
</div>
</div></div>
</div>
<div class="col-md-12 col-lg-6">
<div class="footer-widget footer-left-widget">
<div id="custom_html-2" class="widget_text footer-widget widget_custom_html"><h3 class="widget-title">Hakkımızda</h3><span class="animate-border border-black"></span><div class="textwidget custom-html-widget"><ul>
<li><a href="#">About me</a></li>
<li><a href="#">My services</a></li>
<li><a href="#">My projects</a></li>
<li><a href="#">My team</a></li>
<li><a href="#">Contact Me !</a></li>
</ul>
</div></div><div id="custom_html-7" class="widget_text footer-widget widget_custom_html"><h3 class="widget-title">Diğer Servisler</h3><span class="animate-border border-black"></span><div class="textwidget custom-html-widget"><ul>
<li><a href="#">SEO Optimization
</a></li>
<li><a href="#">Content Marketing
</a></li>
<li><a href="#">Data Analysis
</a></li>
<li><a href="#">Digital Marketing
</a></li>
<li><a href="#">Web Analytics
</a></li>
</ul>
</div></div> </div>
</div>
<div class="col-md-12 col-lg-3">
<div class="footer-widget">
<div id="text-3" class="footer-widget widget_text"><h3 class="widget-title">Abone ol</h3><span class="animate-border border-black"></span> <div class="textwidget"><p>Yeniliklerden Haberdar Olmak için Abone ol</p>
<script>(function() {
if (!window.mc4wp) {
window.mc4wp = {
listeners: [],
forms : {
on: function (event, callback) {
window.mc4wp.listeners.push({
event : event,
callback: callback
});
}
}
}
}
})();
</script><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-36" method="post" data-id="36" data-name="Subscribe"><div class="mc4wp-form-fields"><input type="email" name="EMAIL" placeholder="Mail Adresiniz" required="">
<button type="submit"><i class="fa fa-send"></i></button>
</div><label style="display: none !important;">Leave this field empty if you're human: <input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off"></label><input type="hidden" name="_mc4wp_timestamp" value="1574763528"><input type="hidden" name="_mc4wp_form_id" value="36"><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1"><div class="mc4wp-response"></div></form>
</div>
</div> </div>
</div>
</div>
</div>
</div>
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<span>©2024 raynex. All rights reserved</span>
</div>
</div>
</div>
</div>
<div id="back-to-top" class="back-to-top">
</div>
</footer>
</div>
<script>(function() {function addEventListener(element,event,handler) {
if(element.addEventListener) {
element.addEventListener(event,handler, false);
} else if(element.attachEvent){
element.attachEvent('on'+event,handler);
}
}function maybePrefixUrlField() {
if(this.value.trim() !== '' && this.value.indexOf('http') !== 0) {
this.value = "http://" + this.value;
}
}
var urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]');
if( urlFields && urlFields.length > 0 ) {
for( var j=0; j < urlFields.length; j++ ) {
addEventListener(urlFields[j],'blur',maybePrefixUrlField);
}
}
var testInput = document.createElement('input');
testInput.setAttribute('type', 'date');
if( testInput.type !== 'date') {
var dateFields = document.querySelectorAll('.mc4wp-form input[type="date"]');
for(var i=0; i<dateFields.length; i++) {
if(!dateFields[i].placeholder) {
dateFields[i].placeholder = 'YYYY-MM-DD';
}
if(!dateFields[i].pattern) {
dateFields[i].pattern = '[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|1[0-9]|2[0-9]|3[01])';
}
}
}
})();</script><script type="text/javascript">
var wpcf7 = {"apiSettings":{"root":"http:\/\/demo.themewinter.com\/wp\/geobin\/demos\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}};
</script>
<script type="text/javascript" src="wp-content/plugins/contact-form-7/includes/js/scriptsc6acc6ac.js?ver=5.1.5"></script>
<script type="text/javascript" src="wp-content/themes/geobin/inc/parallax/assets/js/TweenMax.min51525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-content/themes/geobin/inc/parallax/assets/js/jquery.easing.1.351525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-content/themes/geobin/inc/parallax/assets/js/tilt.jquery.min51525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-content/themes/geobin/inc/parallax/assets/js/anime51525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-content/themes/geobin/inc/parallax/assets/js/magician51525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-content/themes/geobin/assets/js/bootstrap.min51525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-content/themes/geobin/assets/js/easy-pie-chart51525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-content/themes/geobin/assets/js/popper.min51525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-content/themes/geobin/assets/js/owl.carousel.min51525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-content/themes/geobin/assets/js/waypoints.min51525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-content/themes/geobin/assets/js/jquery.counterup.min51525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-content/themes/geobin/assets/js/jquery.magnific.popup51525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-content/themes/geobin/assets/js/main51525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-includes/js/wp-embed.min4d2c4d2c.js?ver=5.2.4"></script>
<script type="text/javascript">
var mc4wp_forms_config = [];
</script>
<script type="text/javascript" src="wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min49064906.js?ver=4.7"></script>
<script type="text/javascript" src="wp-content/plugins/elementor/assets/js/frontend-modules.min206d206d.js?ver=2.7.5"></script>
<script type="text/javascript" src="wp-includes/js/jquery/ui/position.mine899e899.js?ver=1.11.4"></script>
<script type="text/javascript" src="wp-content/plugins/elementor/assets/lib/dialog/dialog.minfe9dfe9d.js?ver=4.7.3"></script>
<script type="text/javascript" src="wp-content/plugins/elementor/assets/lib/waypoints/waypoints.min05da05da.js?ver=4.0.2"></script>
<script type="text/javascript" src="wp-content/plugins/elementor/assets/lib/swiper/swiper.min4f244f24.js?ver=4.4.6"></script>
<script type="text/javascript">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"version":"2.7.5","urls":{"assets":"http:\/\/demo.themewinter.com\/wp\/geobin\/demos\/wp-content\/plugins\/elementor\/assets\/"},"settings":{"page":[],"general":{"elementor_global_image_lightbox":"yes","elementor_enable_lightbox_in_editor":"yes"}},"post":{"id":2792,"title":"Home One","excerpt":""}};
</script>
<script type="text/javascript" src="wp-content/plugins/elementor/assets/js/frontend.min206d206d.js?ver=2.7.5"></script><span id="elementor-device-mode" class="elementor-screen-only"></span><span id="elementor-device-mode" class="elementor-screen-only"></span><span id="elementor-device-mode" class="elementor-screen-only"></span><span id="elementor-device-mode" class="elementor-screen-only"></span><span id="elementor-device-mode" class="elementor-screen-only"></span><span id="elementor-device-mode" class="elementor-screen-only"></span><span id="elementor-device-mode" class="elementor-screen-only"></span><span id="elementor-device-mode" class="elementor-screen-only"></span><span id="elementor-device-mode" class="elementor-screen-only"></span><span id="elementor-device-mode" class="elementor-screen-only"></span>
<script type="text/javascript" src="wp-content/themes/geobin/inc/parallax/assets/js/main51525152.js?ver=1.0"></script>
<script type="text/javascript" src="wp-content/themes/geobin/assets/js/elementor51525152.js?ver=1.0"></script>
</body></html>