FiroFiraja commited on
Commit
19968fa
1 Parent(s): b1d5399

Upload 39 files

Browse files
Files changed (39) hide show
  1. seomark-html/about.html +276 -0
  2. seomark-html/contact.html +286 -0
  3. seomark-html/css/bootstrap.css +0 -0
  4. seomark-html/css/font-awesome.min.css +4 -0
  5. seomark-html/css/responsive.css +167 -0
  6. seomark-html/css/style.css +1567 -0
  7. seomark-html/css/style.css.map +9 -0
  8. seomark-html/css/style.scss +1331 -0
  9. seomark-html/fonts/Helvetica/Helvetica-Bold.ttf +0 -0
  10. seomark-html/fonts/Helvetica/Helvetica.ttf +0 -0
  11. seomark-html/fonts/Helvetica/HelveticaLt.ttf +0 -0
  12. seomark-html/fonts/fontawesome-webfont.ttf +0 -0
  13. seomark-html/fonts/fontawesome-webfont.woff +0 -0
  14. seomark-html/fonts/fontawesome-webfont.woff2 +0 -0
  15. seomark-html/images/about-img.jpg +0 -0
  16. seomark-html/images/client-bg.jpg +0 -0
  17. seomark-html/images/client-img1.jpg +0 -0
  18. seomark-html/images/client-img2.jpg +0 -0
  19. seomark-html/images/feature_number_bg_color.png +0 -0
  20. seomark-html/images/feature_number_bg_white.png +0 -0
  21. seomark-html/images/help-img.jpg +0 -0
  22. seomark-html/images/nav-bullet.png +0 -0
  23. seomark-html/images/news-img.jpg +0 -0
  24. seomark-html/images/slider-img.jpg +0 -0
  25. seomark-html/images/slider-img2.jpg +0 -0
  26. seomark-html/images/slider-img3.jpg +0 -0
  27. seomark-html/images/wedo-img-bg1.png +0 -0
  28. seomark-html/images/wedo-img-bg2.png +0 -0
  29. seomark-html/images/wedo-img1.png +0 -0
  30. seomark-html/images/wedo-img2.png +0 -0
  31. seomark-html/images/wedo-img3.png +0 -0
  32. seomark-html/images/wedo-img4.png +0 -0
  33. seomark-html/index.html +751 -0
  34. seomark-html/js/bootstrap.js +0 -0
  35. seomark-html/js/custom.js +75 -0
  36. seomark-html/js/jquery-3.4.1.min.js +2 -0
  37. seomark-html/news.html +301 -0
  38. seomark-html/service.html +331 -0
  39. seomark-html/testimonial.html +304 -0
seomark-html/about.html ADDED
@@ -0,0 +1,276 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <!-- Basic -->
6
+ <meta charset="utf-8" />
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
8
+ <!-- Mobile Metas -->
9
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
10
+ <!-- Site Metas -->
11
+ <meta name="keywords" content="" />
12
+ <meta name="description" content="" />
13
+ <meta name="author" content="" />
14
+
15
+ <title>Seomark</title>
16
+
17
+ <!-- slider stylesheet -->
18
+ <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
19
+
20
+ <!-- bootstrap core css -->
21
+ <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
22
+ <!-- fonts awesome style -->
23
+ <link href="css/font-awesome.min.css" rel="stylesheet" />
24
+
25
+ <!-- Custom styles for this template -->
26
+ <link href="css/style.css" rel="stylesheet" />
27
+ <!-- responsive style -->
28
+ <link href="css/responsive.css" rel="stylesheet" />
29
+ </head>
30
+
31
+ <body class="sub_page">
32
+ <div class="hero_area">
33
+ <!-- header section strats -->
34
+ <header class="header_section">
35
+ <nav class="navbar navbar-expand-lg custom_nav-container">
36
+ <div class="custom_menu-btn">
37
+ <button onclick="openNav()">
38
+ <span class="s-1"> </span>
39
+ <span class="s-2"> </span>
40
+ <span class="s-3"> </span>
41
+ </button>
42
+ </div>
43
+ <div id="myNav" class="overlay">
44
+ <div class="menu_btn-style ">
45
+ <button onclick="closeNav()">
46
+ <span class="s-1"> </span>
47
+ <span class="s-2"> </span>
48
+ <span class="s-3"> </span>
49
+ </button>
50
+ </div>
51
+ <div class="overlay-content">
52
+ <a class="" href="index.html">
53
+ Home
54
+ </a>
55
+ <a class="active" href="about.html">
56
+ About
57
+ </a>
58
+ <a class="" href="service.html">
59
+ Services
60
+ </a>
61
+ <a class="" href="testimonial.html">
62
+ Testimonial
63
+ </a>
64
+ <a class="" href="news.html">
65
+ Latest News
66
+ </a>
67
+ <a class="" href="contact.html">
68
+ Contact Us
69
+ </a>
70
+ </div>
71
+ </div>
72
+ <a class="navbar-brand" href="index.html">
73
+ <span>
74
+ Seomark
75
+ </span>
76
+ </a>
77
+ <div class="user_option">
78
+ <form class="form-inline">
79
+ <button class="btn nav_search-btn" type="submit">
80
+ <i class="fa fa-search" aria-hidden="true"></i>
81
+ </button>
82
+ </form>
83
+ <a href="">
84
+ <i class="fa fa-user" aria-hidden="true"></i>
85
+ </a>
86
+ </div>
87
+ <div class="name_style">
88
+ <h6>
89
+ S
90
+ e
91
+ o
92
+ M
93
+ a
94
+ r
95
+ k
96
+ e
97
+ t
98
+ i
99
+ n
100
+ g
101
+ </h6>
102
+ </div>
103
+ </nav>
104
+ </header>
105
+ <!-- end header section -->
106
+ </div>
107
+
108
+
109
+ <!-- about section -->
110
+
111
+ <section class="about_section layout_padding">
112
+ <div class="container">
113
+ <div class="row">
114
+ <div class="col-md-6">
115
+ <div class="detail-box">
116
+ <div class="heading_container">
117
+ <h2>
118
+ About Agency
119
+ </h2>
120
+ </div>
121
+ <p>
122
+ fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors
123
+ </p>
124
+ <a href="">
125
+ Read More
126
+ </a>
127
+ </div>
128
+ </div>
129
+ <div class="col-md-6">
130
+ <div class="img-box">
131
+ <div class="stripe_design sd1"></div>
132
+ <div class="stripe_design sd2"></div>
133
+ <div class="stripe_design sd3"></div>
134
+ <div class="stripe_design sd4"></div>
135
+ <div class="stripe_design sd5"></div>
136
+ <div class="stripe_design sd6"></div>
137
+ <img src="images/about-img.jpg" alt="" />
138
+ </div>
139
+ </div>
140
+ </div>
141
+ </div>
142
+ </section>
143
+
144
+ <!-- end about section -->
145
+
146
+ <!-- info section -->
147
+
148
+ <section class="info_section layout_padding2">
149
+ <div class="container">
150
+ <div class="row">
151
+ <div class="col-md-3">
152
+ <div class="info_contact">
153
+ <h4>
154
+ Address
155
+ </h4>
156
+ <div class="contact_link_box">
157
+ <a href="">
158
+ <i class="fa fa-map-marker" aria-hidden="true"></i>
159
+ <span>
160
+ Location
161
+ </span>
162
+ </a>
163
+ <a href="">
164
+ <i class="fa fa-phone" aria-hidden="true"></i>
165
+ <span>
166
+ Call +01 1234567890
167
+ </span>
168
+ </a>
169
+ <a href="">
170
+ <i class="fa fa-envelope" aria-hidden="true"></i>
171
+ <span>
172
173
+ </span>
174
+ </a>
175
+ </div>
176
+ </div>
177
+ <div class="info_social">
178
+ <a href="">
179
+ <i class="fa fa-facebook" aria-hidden="true"></i>
180
+ </a>
181
+ <a href="">
182
+ <i class="fa fa-twitter" aria-hidden="true"></i>
183
+ </a>
184
+ <a href="">
185
+ <i class="fa fa-linkedin" aria-hidden="true"></i>
186
+ </a>
187
+ <a href="">
188
+ <i class="fa fa-instagram" aria-hidden="true"></i>
189
+ </a>
190
+ </div>
191
+ </div>
192
+ <div class="col-md-3">
193
+ <div class="info_link_box">
194
+ <h4>
195
+ Links
196
+ </h4>
197
+ <div class="info_links">
198
+ <a class="" href="index.html">
199
+ <img src="images/nav-bullet.png" alt="">
200
+ Home
201
+ </a>
202
+ <a class="active" href="about.html">
203
+ <img src="images/nav-bullet.png" alt="">
204
+ About
205
+ </a>
206
+ <a class="" href="service.html">
207
+ <img src="images/nav-bullet.png" alt="">
208
+ Services
209
+ </a>
210
+ <a class="" href="testimonial.html">
211
+ <img src="images/nav-bullet.png" alt="">
212
+ Testimonial
213
+ </a>
214
+ <a class="" href="news.html">
215
+ <img src="images/nav-bullet.png" alt="">
216
+ Latest News
217
+ </a>
218
+ <a class="" href="contact.html">
219
+ <img src="images/nav-bullet.png" alt="">
220
+ Contact Us
221
+ </a>
222
+ </div>
223
+ </div>
224
+ </div>
225
+ <div class="col-md-3">
226
+ <div class="info_detail">
227
+ <h4>
228
+ Info
229
+ </h4>
230
+ <p>
231
+ necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful
232
+ </p>
233
+ </div>
234
+ </div>
235
+ <div class="col-md-3">
236
+ <h4>
237
+ Subscribe
238
+ </h4>
239
+ <form action="#">
240
+ <input type="text" placeholder="Enter email" />
241
+ <button type="submit">
242
+ Subscribe
243
+ </button>
244
+ </form>
245
+ </div>
246
+ </div>
247
+ </div>
248
+ </section>
249
+
250
+ <!-- end info section -->
251
+
252
+ <!-- footer section -->
253
+ <footer class="footer_section">
254
+ <div class="container">
255
+ <div class="row">
256
+ <div class="col-md-8 mx-auto">
257
+ <p>
258
+ &copy; <span id="displayYear"></span> All Rights Reserved. Design by
259
+ <a href="https://html.design/">Free Html Templates</a>
260
+ </p>
261
+ </div>
262
+ </div>
263
+ </div>
264
+ </footer>
265
+ <!-- footer section -->
266
+
267
+ <script src="js/jquery-3.4.1.min.js"></script>
268
+ <script src="js/bootstrap.js"></script>
269
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
270
+ <script src="js/custom.js"></script>
271
+ <!-- Google Map -->
272
+ <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap"></script>
273
+ <!-- End Google Map -->
274
+ </body>
275
+
276
+ </html>
seomark-html/contact.html ADDED
@@ -0,0 +1,286 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <!-- Basic -->
6
+ <meta charset="utf-8" />
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
8
+ <!-- Mobile Metas -->
9
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
10
+ <!-- Site Metas -->
11
+ <meta name="keywords" content="" />
12
+ <meta name="description" content="" />
13
+ <meta name="author" content="" />
14
+
15
+ <title>Seomark</title>
16
+
17
+ <!-- slider stylesheet -->
18
+ <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
19
+
20
+ <!-- bootstrap core css -->
21
+ <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
22
+ <!-- fonts awesome style -->
23
+ <link href="css/font-awesome.min.css" rel="stylesheet" />
24
+
25
+ <!-- Custom styles for this template -->
26
+ <link href="css/style.css" rel="stylesheet" />
27
+ <!-- responsive style -->
28
+ <link href="css/responsive.css" rel="stylesheet" />
29
+ </head>
30
+
31
+ <body class="sub_page">
32
+ <div class="hero_area">
33
+ <!-- header section strats -->
34
+ <header class="header_section">
35
+ <nav class="navbar navbar-expand-lg custom_nav-container">
36
+ <div class="custom_menu-btn">
37
+ <button onclick="openNav()">
38
+ <span class="s-1"> </span>
39
+ <span class="s-2"> </span>
40
+ <span class="s-3"> </span>
41
+ </button>
42
+ </div>
43
+ <div id="myNav" class="overlay">
44
+ <div class="menu_btn-style ">
45
+ <button onclick="closeNav()">
46
+ <span class="s-1"> </span>
47
+ <span class="s-2"> </span>
48
+ <span class="s-3"> </span>
49
+ </button>
50
+ </div>
51
+ <div class="overlay-content">
52
+ <a class="" href="index.html">
53
+ Home
54
+ </a>
55
+ <a class="" href="about.html">
56
+ About
57
+ </a>
58
+ <a class="" href="service.html">
59
+ Services
60
+ </a>
61
+ <a class="" href="testimonial.html">
62
+ Testimonial
63
+ </a>
64
+ <a class="" href="news.html">
65
+ Latest News
66
+ </a>
67
+ <a class="active" href="contact.html">
68
+ Contact Us
69
+ </a>
70
+ </div>
71
+ </div>
72
+ <a class="navbar-brand" href="index.html">
73
+ <span>
74
+ Seomark
75
+ </span>
76
+ </a>
77
+ <div class="user_option">
78
+ <form class="form-inline">
79
+ <button class="btn nav_search-btn" type="submit">
80
+ <i class="fa fa-search" aria-hidden="true"></i>
81
+ </button>
82
+ </form>
83
+ <a href="">
84
+ <i class="fa fa-user" aria-hidden="true"></i>
85
+ </a>
86
+ </div>
87
+ <div class="name_style">
88
+ <h6>
89
+ S
90
+ e
91
+ o
92
+ M
93
+ a
94
+ r
95
+ k
96
+ e
97
+ t
98
+ i
99
+ n
100
+ g
101
+ </h6>
102
+ </div>
103
+ </nav>
104
+ </header>
105
+ <!-- end header section -->
106
+ </div>
107
+
108
+
109
+ <!-- contact section -->
110
+
111
+ <section class="contact_section layout_padding">
112
+ <div class="container-fluid">
113
+ <div class="row">
114
+ <div class="col-md-5 col-lg-4 offset-md-1 offset-lg-2">
115
+ <div class="form_container">
116
+ <div class="heading_container">
117
+ <h2>
118
+ Contact Now For Work
119
+ </h2>
120
+ </div>
121
+ <form action="#">
122
+ <div>
123
+ <input type="text" placeholder="Full Name " />
124
+ </div>
125
+ <div>
126
+ <input type="email" placeholder="Email" />
127
+ </div>
128
+ <div>
129
+ <input type="text" placeholder="Phone number" />
130
+ </div>
131
+ <div>
132
+ <input type="text" class="message-box" placeholder="Message" />
133
+ </div>
134
+ <div class="d-flex ">
135
+ <button>
136
+ SEND
137
+ </button>
138
+ </div>
139
+ </form>
140
+ </div>
141
+ </div>
142
+ <div class="col-md-6 px-0">
143
+ <div class="map_container">
144
+ <div class="map">
145
+ <div id="googleMap"></div>
146
+ </div>
147
+ </div>
148
+ </div>
149
+ </div>
150
+ </div>
151
+ </section>
152
+
153
+ <!-- end contact section -->
154
+
155
+
156
+ <!-- info section -->
157
+
158
+ <section class="info_section layout_padding2">
159
+ <div class="container">
160
+ <div class="row">
161
+ <div class="col-md-3">
162
+ <div class="info_contact">
163
+ <h4>
164
+ Address
165
+ </h4>
166
+ <div class="contact_link_box">
167
+ <a href="">
168
+ <i class="fa fa-map-marker" aria-hidden="true"></i>
169
+ <span>
170
+ Location
171
+ </span>
172
+ </a>
173
+ <a href="">
174
+ <i class="fa fa-phone" aria-hidden="true"></i>
175
+ <span>
176
+ Call +01 1234567890
177
+ </span>
178
+ </a>
179
+ <a href="">
180
+ <i class="fa fa-envelope" aria-hidden="true"></i>
181
+ <span>
182
183
+ </span>
184
+ </a>
185
+ </div>
186
+ </div>
187
+ <div class="info_social">
188
+ <a href="">
189
+ <i class="fa fa-facebook" aria-hidden="true"></i>
190
+ </a>
191
+ <a href="">
192
+ <i class="fa fa-twitter" aria-hidden="true"></i>
193
+ </a>
194
+ <a href="">
195
+ <i class="fa fa-linkedin" aria-hidden="true"></i>
196
+ </a>
197
+ <a href="">
198
+ <i class="fa fa-instagram" aria-hidden="true"></i>
199
+ </a>
200
+ </div>
201
+ </div>
202
+ <div class="col-md-3">
203
+ <div class="info_link_box">
204
+ <h4>
205
+ Links
206
+ </h4>
207
+ <div class="info_links">
208
+ <a class="" href="index.html">
209
+ <img src="images/nav-bullet.png" alt="">
210
+ Home
211
+ </a>
212
+ <a class="" href="about.html">
213
+ <img src="images/nav-bullet.png" alt="">
214
+ About
215
+ </a>
216
+ <a class="" href="service.html">
217
+ <img src="images/nav-bullet.png" alt="">
218
+ Services
219
+ </a>
220
+ <a class="" href="testimonial.html">
221
+ <img src="images/nav-bullet.png" alt="">
222
+ Testimonial
223
+ </a>
224
+ <a class="" href="news.html">
225
+ <img src="images/nav-bullet.png" alt="">
226
+ Latest News
227
+ </a>
228
+ <a class="active" href="contact.html">
229
+ <img src="images/nav-bullet.png" alt="">
230
+ Contact Us
231
+ </a>
232
+ </div>
233
+ </div>
234
+ </div>
235
+ <div class="col-md-3">
236
+ <div class="info_detail">
237
+ <h4>
238
+ Info
239
+ </h4>
240
+ <p>
241
+ necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful
242
+ </p>
243
+ </div>
244
+ </div>
245
+ <div class="col-md-3">
246
+ <h4>
247
+ Subscribe
248
+ </h4>
249
+ <form action="#">
250
+ <input type="text" placeholder="Enter email" />
251
+ <button type="submit">
252
+ Subscribe
253
+ </button>
254
+ </form>
255
+ </div>
256
+ </div>
257
+ </div>
258
+ </section>
259
+
260
+ <!-- end info section -->
261
+
262
+ <!-- footer section -->
263
+ <footer class="footer_section">
264
+ <div class="container">
265
+ <div class="row">
266
+ <div class="col-md-8 mx-auto">
267
+ <p>
268
+ &copy; <span id="displayYear"></span> All Rights Reserved. Design by
269
+ <a href="https://html.design/">Free Html Templates</a>
270
+ </p>
271
+ </div>
272
+ </div>
273
+ </div>
274
+ </footer>
275
+ <!-- footer section -->
276
+
277
+ <script src="js/jquery-3.4.1.min.js"></script>
278
+ <script src="js/bootstrap.js"></script>
279
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
280
+ <script src="js/custom.js"></script>
281
+ <!-- Google Map -->
282
+ <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap"></script>
283
+ <!-- End Google Map -->
284
+ </body>
285
+
286
+ </html>
seomark-html/css/bootstrap.css ADDED
The diff for this file is too large to render. See raw diff
 
seomark-html/css/font-awesome.min.css ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ /*!
2
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
3
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
4
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
seomark-html/css/responsive.css ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @media (max-width: 1260px) {
2
+ .slider_section .box {
3
+ flex-direction: column;
4
+ }
5
+
6
+ .slider_section .box .detail-box h1 {
7
+ flex-direction: row;
8
+ flex-wrap: wrap;
9
+ padding: 0 15px;
10
+ text-align: center;
11
+ justify-content: center;
12
+ }
13
+
14
+ .slider_section .box .detail-box h1 span {
15
+ margin-right: 12px;
16
+ }
17
+
18
+ .help_section .detail-box {
19
+ padding: 0;
20
+ }
21
+
22
+ .slider_section .box .detail-box .btn-box {
23
+ margin-top: 15px;
24
+ }
25
+ }
26
+
27
+ @media (max-width: 1120px) {}
28
+
29
+ @media (max-width: 991px) {
30
+ .hero_area {
31
+ height: auto;
32
+ background-size: cover;
33
+ flex-direction: column;
34
+ }
35
+
36
+ .header_section {
37
+ padding: 0 25px;
38
+
39
+ }
40
+
41
+ .slider_section .navbar-brand {
42
+ display: none;
43
+ }
44
+
45
+ .header_section .navbar-brand {
46
+ display: flex;
47
+ }
48
+
49
+ .custom_nav-container {
50
+ flex-direction: row;
51
+ justify-content: space-between;
52
+ }
53
+
54
+ .custom_nav-container .name_style {
55
+ display: none;
56
+ }
57
+
58
+ .user_option {
59
+ flex-direction: row;
60
+ }
61
+
62
+ .user_option .nav_search-btn {
63
+ margin: 0;
64
+ margin-right: 15px;
65
+ }
66
+
67
+ .custom_menu-btn button {
68
+ margin: 15px 0;
69
+ }
70
+
71
+ .menu_btn-style {
72
+
73
+ position: fixed;
74
+ left: 22px;
75
+ top: 4px;
76
+
77
+ }
78
+
79
+ .feature_section {
80
+ flex-direction: column;
81
+ padding-top: 45px;
82
+ }
83
+
84
+ .feature_section .carousel_btn-box {
85
+ margin: 0;
86
+ }
87
+
88
+ .about_section .img-box .stripe_design {
89
+ width: 15px;
90
+ }
91
+
92
+ .news_section .detail_container .detail-box {
93
+ padding: 25px;
94
+ }
95
+
96
+ .news_section .img-box {
97
+ margin: 0;
98
+ margin-top: 45px;
99
+ }
100
+
101
+ .client_section .owl-carousel {
102
+ padding: 0;
103
+ }
104
+
105
+ .client_section .owl-carousel .owl-nav button {
106
+ position: unset;
107
+ transform: none;
108
+ margin: 0 10px;
109
+ }
110
+
111
+ }
112
+
113
+ @media (max-width: 768px) {
114
+
115
+ .about_section .detail-box,
116
+ .help_section .detail-box,
117
+ .contact_section .form_container {
118
+ margin-bottom: 45px;
119
+ }
120
+
121
+ .info_section .row>div {
122
+ display: flex;
123
+ flex-direction: column;
124
+ align-items: center;
125
+ text-align: center;
126
+ }
127
+
128
+ .info_section .row>div:not(:nth-last-child(1)) {
129
+ margin-bottom: 45px;
130
+ }
131
+
132
+ .info_section .info_links {
133
+ flex-direction: column;
134
+ align-items: center;
135
+ }
136
+
137
+ .about_section .img-box .stripe_design {
138
+ width: 25px;
139
+ }
140
+ }
141
+
142
+ @media (max-width: 576px) {
143
+ .about_section .img-box .stripe_design {
144
+ width: 20px;
145
+ }
146
+
147
+ .news_section .detail_container .detail-box .news_social {
148
+ padding: 15px 0;
149
+ }
150
+ }
151
+
152
+ @media (max-width: 480px) {}
153
+
154
+ @media (max-width: 420px) {}
155
+
156
+ @media (max-width: 360px) {
157
+ .about_section .img-box .stripe_design {
158
+ width: 15px;
159
+ }
160
+ }
161
+
162
+ @media (min-width: 1200px) {
163
+ .container {
164
+ max-width: 1170px;
165
+ }
166
+
167
+ }
seomark-html/css/style.css ADDED
@@ -0,0 +1,1567 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import url("../fonts/Helvetica/Helvetica.ttf");
2
+ @import url("../fonts/Helvetica/HelveticaLt.ttf");
3
+ @import url("../fonts/Helvetica/Helvetica-Bold.ttf");
4
+ body {
5
+ font-family: "Helvetica", "Poppins", sans-serif;
6
+ overflow-x: hidden;
7
+ }
8
+
9
+ .layout_margin {
10
+ margin-top: 90px;
11
+ margin-bottom: 90px;
12
+ }
13
+
14
+ .layout_padding {
15
+ padding-top: 120px;
16
+ padding-bottom: 120px;
17
+ }
18
+
19
+ .layout_padding2 {
20
+ padding-top: 75px;
21
+ padding-bottom: 75px;
22
+ }
23
+
24
+ .layout_padding2-top {
25
+ padding-top: 75px;
26
+ }
27
+
28
+ .layout_padding2-bottom {
29
+ padding-bottom: 75px;
30
+ }
31
+
32
+ .layout_padding-top {
33
+ padding-top: 120px;
34
+ }
35
+
36
+ .layout_padding-bottom {
37
+ padding-bottom: 120px;
38
+ }
39
+
40
+ .heading_container {
41
+ display: -webkit-box;
42
+ display: -ms-flexbox;
43
+ display: flex;
44
+ -webkit-box-orient: vertical;
45
+ -webkit-box-direction: normal;
46
+ -ms-flex-direction: column;
47
+ flex-direction: column;
48
+ }
49
+
50
+ .heading_container h2 {
51
+ font-weight: bold;
52
+ }
53
+
54
+ .heading_container .heading_center {
55
+ -webkit-box-align: center;
56
+ -ms-flex-align: center;
57
+ align-items: center;
58
+ text-align: center;
59
+ }
60
+
61
+ /*header section*/
62
+ .hero_area {
63
+ position: relative;
64
+ display: -webkit-box;
65
+ display: -ms-flexbox;
66
+ display: flex;
67
+ }
68
+
69
+ .sub_page .hero_area {
70
+ height: auto;
71
+ }
72
+
73
+ .sub_page .header_section {
74
+ width: 100%;
75
+ }
76
+
77
+ .sub_page .custom_nav-container {
78
+ -webkit-box-orient: horizontal;
79
+ -webkit-box-direction: normal;
80
+ -ms-flex-direction: row;
81
+ flex-direction: row;
82
+ -webkit-box-pack: justify;
83
+ -ms-flex-pack: justify;
84
+ justify-content: space-between;
85
+ }
86
+
87
+ .sub_page .custom_nav-container .name_style {
88
+ display: none;
89
+ }
90
+
91
+ .sub_page .header_section .navbar-brand {
92
+ display: -webkit-box;
93
+ display: -ms-flexbox;
94
+ display: flex;
95
+ }
96
+
97
+ .sub_page .user_option {
98
+ -webkit-box-orient: horizontal;
99
+ -webkit-box-direction: normal;
100
+ -ms-flex-direction: row;
101
+ flex-direction: row;
102
+ }
103
+
104
+ .sub_page .user_option .nav_search-btn {
105
+ margin: 0;
106
+ margin-right: 15px;
107
+ }
108
+
109
+ .sub_page .custom_menu-btn button {
110
+ margin: 15px 0;
111
+ }
112
+
113
+ .sub_page .menu_btn-style {
114
+ top: 4px;
115
+ }
116
+
117
+ .header_section {
118
+ background-color: #0a1b89;
119
+ padding: 0 30px;
120
+ }
121
+
122
+ .header_section .nav_container {
123
+ margin: 0 auto;
124
+ }
125
+
126
+ .header_section .navbar-brand {
127
+ display: none;
128
+ }
129
+
130
+ .navbar-brand {
131
+ display: -webkit-box;
132
+ display: -ms-flexbox;
133
+ display: flex;
134
+ margin: 0;
135
+ }
136
+
137
+ .navbar-brand span {
138
+ font-weight: 700;
139
+ color: #ffffff;
140
+ font-size: 24px;
141
+ text-transform: uppercase;
142
+ }
143
+
144
+ .custom_nav-container {
145
+ display: -webkit-box;
146
+ display: -ms-flexbox;
147
+ display: flex;
148
+ -webkit-box-orient: vertical;
149
+ -webkit-box-direction: normal;
150
+ -ms-flex-direction: column;
151
+ flex-direction: column;
152
+ -webkit-box-pack: start;
153
+ -ms-flex-pack: start;
154
+ justify-content: flex-start;
155
+ z-index: 99999;
156
+ padding: 0;
157
+ height: 100%;
158
+ }
159
+
160
+ .custom_nav-container .name_style {
161
+ -webkit-box-flex: 1;
162
+ -ms-flex: 1;
163
+ flex: 1;
164
+ display: -webkit-box;
165
+ display: -ms-flexbox;
166
+ display: flex;
167
+ -webkit-box-align: center;
168
+ -ms-flex-align: center;
169
+ align-items: center;
170
+ }
171
+
172
+ .custom_nav-container .name_style h6 {
173
+ color: #f7941d;
174
+ -webkit-writing-mode: vertical-rl;
175
+ -ms-writing-mode: tb-rl;
176
+ writing-mode: vertical-rl;
177
+ text-orientation: upright;
178
+ text-transform: uppercase;
179
+ letter-spacing: -7px;
180
+ margin: 0;
181
+ }
182
+
183
+ .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
184
+ padding: 0px 25px;
185
+ color: #fefeff;
186
+ text-align: center;
187
+ font-family: "Roboto", sans-serif;
188
+ }
189
+
190
+ .custom_menu-btn button {
191
+ margin-top: 25px;
192
+ outline: none;
193
+ border: none;
194
+ background-color: transparent;
195
+ }
196
+
197
+ .custom_menu-btn span {
198
+ display: block;
199
+ width: 35px;
200
+ height: 4.5px;
201
+ background-color: #ffffff;
202
+ margin: 7px 0;
203
+ -webkit-transition: all 0.3s;
204
+ transition: all 0.3s;
205
+ }
206
+
207
+ .menu_btn-style {
208
+ position: fixed;
209
+ left: 27.5px;
210
+ top: 12.5px;
211
+ }
212
+
213
+ .menu_btn-style button {
214
+ margin-top: 12px;
215
+ outline: none;
216
+ border: none;
217
+ background-color: transparent;
218
+ }
219
+
220
+ .menu_btn-style span {
221
+ display: block;
222
+ width: 35px;
223
+ height: 4.5px;
224
+ background-color: #ffffff;
225
+ margin: 7px 0;
226
+ -webkit-transition: all 0.3s;
227
+ transition: all 0.3s;
228
+ }
229
+
230
+ .menu_btn-style button {
231
+ -webkit-transform: translateX(14px);
232
+ transform: translateX(14px);
233
+ }
234
+
235
+ .menu_btn-style button .s-1 {
236
+ -webkit-transform: rotate(45deg) translateY(16px);
237
+ transform: rotate(45deg) translateY(16px);
238
+ }
239
+
240
+ .menu_btn-style button .s-2 {
241
+ -webkit-transform: translateX(-100px);
242
+ transform: translateX(-100px);
243
+ }
244
+
245
+ .menu_btn-style button .s-3 {
246
+ -webkit-transform: rotate(-45deg) translateY(-16px);
247
+ transform: rotate(-45deg) translateY(-16px);
248
+ }
249
+
250
+ .overlay {
251
+ height: 100%;
252
+ width: 0;
253
+ position: fixed;
254
+ z-index: 1;
255
+ top: 0;
256
+ left: 0;
257
+ background-color: rgba(8, 22, 113, 0.95);
258
+ overflow-x: hidden;
259
+ -webkit-transition: 0.5s;
260
+ transition: 0.5s;
261
+ }
262
+
263
+ .overlay .closebtn {
264
+ position: absolute;
265
+ top: 0;
266
+ right: 30px;
267
+ }
268
+
269
+ .overlay a {
270
+ display: inline-block;
271
+ padding: 10px 15px;
272
+ text-decoration: none;
273
+ font-size: 18px;
274
+ text-transform: uppercase;
275
+ color: #ffffff;
276
+ margin: 10px 0;
277
+ display: block;
278
+ -webkit-transition: 0.3s;
279
+ transition: 0.3s;
280
+ border: 1.5px solid #ffffff;
281
+ border-radius: 5px;
282
+ width: 190px;
283
+ }
284
+
285
+ .overlay a:hover, .overlay a.active {
286
+ border-color: transparent;
287
+ background-color: #ffffff;
288
+ color: #000000;
289
+ }
290
+
291
+ .menu_btn-style {
292
+ display: none;
293
+ }
294
+
295
+ .overlay-content {
296
+ position: relative;
297
+ top: 20%;
298
+ width: 100%;
299
+ text-align: center;
300
+ margin-top: 30px;
301
+ display: -webkit-box;
302
+ display: -ms-flexbox;
303
+ display: flex;
304
+ -webkit-box-orient: vertical;
305
+ -webkit-box-direction: normal;
306
+ -ms-flex-direction: column;
307
+ flex-direction: column;
308
+ -webkit-box-align: center;
309
+ -ms-flex-align: center;
310
+ align-items: center;
311
+ }
312
+
313
+ .menu_width {
314
+ width: 100%;
315
+ }
316
+
317
+ .scroll-y-hidden {
318
+ overflow-y: hidden;
319
+ }
320
+
321
+ a,
322
+ a:hover,
323
+ a:focus {
324
+ text-decoration: none;
325
+ }
326
+
327
+ a:hover,
328
+ a:focus {
329
+ color: initial;
330
+ }
331
+
332
+ .btn,
333
+ .btn:focus {
334
+ outline: none !important;
335
+ -webkit-box-shadow: none;
336
+ box-shadow: none;
337
+ }
338
+
339
+ .user_option {
340
+ display: -webkit-box;
341
+ display: -ms-flexbox;
342
+ display: flex;
343
+ -webkit-box-orient: vertical;
344
+ -webkit-box-direction: normal;
345
+ -ms-flex-direction: column;
346
+ flex-direction: column;
347
+ -webkit-box-align: center;
348
+ -ms-flex-align: center;
349
+ align-items: center;
350
+ }
351
+
352
+ .user_option .nav_search-btn {
353
+ width: 35px;
354
+ height: 35px;
355
+ padding: 0;
356
+ border: none;
357
+ background-position: center;
358
+ color: #ffffff;
359
+ margin: 25px 0;
360
+ }
361
+
362
+ .user_option a {
363
+ display: -webkit-box;
364
+ display: -ms-flexbox;
365
+ display: flex;
366
+ -webkit-box-align: center;
367
+ -ms-flex-align: center;
368
+ align-items: center;
369
+ color: #ffffff;
370
+ }
371
+
372
+ /*end header section*/
373
+ .slider_section {
374
+ background-size: cover;
375
+ -webkit-box-flex: 1;
376
+ -ms-flex: 1;
377
+ flex: 1;
378
+ color: #ffffff;
379
+ }
380
+
381
+ .slider_section .slider_text_carousel,
382
+ .slider_section .slider_image_carousel {
383
+ width: 100%;
384
+ height: 100%;
385
+ }
386
+
387
+ .slider_section .slider_text_carousel .carousel-inner,
388
+ .slider_section .slider_text_carousel .carousel-item,
389
+ .slider_section .slider_image_carousel .carousel-inner,
390
+ .slider_section .slider_image_carousel .carousel-item {
391
+ height: 100%;
392
+ }
393
+
394
+ .slider_section .box {
395
+ width: 100%;
396
+ height: 100%;
397
+ display: -webkit-box;
398
+ display: -ms-flexbox;
399
+ display: flex;
400
+ -webkit-box-align: stretch;
401
+ -ms-flex-align: stretch;
402
+ align-items: stretch;
403
+ }
404
+
405
+ .slider_section .box .detail-box {
406
+ -webkit-box-flex: 1;
407
+ -ms-flex: 1;
408
+ flex: 1;
409
+ background-color: #f7941d;
410
+ display: -webkit-box;
411
+ display: -ms-flexbox;
412
+ display: flex;
413
+ -webkit-box-orient: vertical;
414
+ -webkit-box-direction: normal;
415
+ -ms-flex-direction: column;
416
+ flex-direction: column;
417
+ -webkit-box-align: center;
418
+ -ms-flex-align: center;
419
+ align-items: center;
420
+ -webkit-box-pack: justify;
421
+ -ms-flex-pack: justify;
422
+ justify-content: space-between;
423
+ padding-top: 25px;
424
+ }
425
+
426
+ .slider_section .box .detail-box .heading_box {
427
+ height: 100%;
428
+ display: -webkit-box;
429
+ display: -ms-flexbox;
430
+ display: flex;
431
+ -webkit-box-pack: center;
432
+ -ms-flex-pack: center;
433
+ justify-content: center;
434
+ -webkit-box-align: center;
435
+ -ms-flex-align: center;
436
+ align-items: center;
437
+ }
438
+
439
+ .slider_section .box .detail-box h1 {
440
+ margin: 25px auto;
441
+ font-weight: 600;
442
+ display: -webkit-box;
443
+ display: -ms-flexbox;
444
+ display: flex;
445
+ -webkit-box-orient: vertical;
446
+ -webkit-box-direction: normal;
447
+ -ms-flex-direction: column;
448
+ flex-direction: column;
449
+ }
450
+
451
+ .slider_section .box .detail-box .btn-box {
452
+ max-width: 400px;
453
+ width: 100%;
454
+ display: -webkit-box;
455
+ display: -ms-flexbox;
456
+ display: flex;
457
+ -ms-flex-wrap: wrap;
458
+ flex-wrap: wrap;
459
+ }
460
+
461
+ .slider_section .box .detail-box .btn-box a {
462
+ -webkit-box-flex: 1;
463
+ -ms-flex: 1;
464
+ flex: 1;
465
+ text-transform: uppercase;
466
+ text-align: center;
467
+ }
468
+
469
+ .slider_section .box .detail-box .btn-box .btn-1 {
470
+ display: inline-block;
471
+ background-color: #0a1b89;
472
+ color: #ffffff;
473
+ padding: 12px 10px;
474
+ border-radius: 0;
475
+ -webkit-transition: all 0.3s;
476
+ transition: all 0.3s;
477
+ border: none;
478
+ -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
479
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
480
+ position: relative;
481
+ z-index: 2;
482
+ }
483
+
484
+ .slider_section .box .detail-box .btn-box .btn-1:hover {
485
+ background-color: #f7941d;
486
+ }
487
+
488
+ .slider_section .box .detail-box .btn-box .btn-2 {
489
+ display: inline-block;
490
+ background-color: #f7941d;
491
+ color: #ffffff;
492
+ padding: 12px 10px;
493
+ border-radius: 0;
494
+ -webkit-transition: all 0.3s;
495
+ transition: all 0.3s;
496
+ border: none;
497
+ }
498
+
499
+ .slider_section .box .detail-box .btn-box .btn-2:hover {
500
+ background-color: #081671;
501
+ }
502
+
503
+ .slider_section .box .img-box {
504
+ -webkit-box-flex: 3;
505
+ -ms-flex: 3;
506
+ flex: 3;
507
+ }
508
+
509
+ .slider_section .box .img-box img {
510
+ width: 100%;
511
+ }
512
+
513
+ .feature_section {
514
+ background-color: #0a1b89;
515
+ position: relative;
516
+ display: -webkit-box;
517
+ display: -ms-flexbox;
518
+ display: flex;
519
+ -webkit-box-align: center;
520
+ -ms-flex-align: center;
521
+ align-items: center;
522
+ }
523
+
524
+ .feature_section .carousel_btn-box {
525
+ display: -webkit-box;
526
+ display: -ms-flexbox;
527
+ display: flex;
528
+ margin-left: 45px;
529
+ }
530
+
531
+ .feature_section .carousel_btn-box .slider_btn_prev,
532
+ .feature_section .carousel_btn-box .slider_btn_next {
533
+ width: 50px;
534
+ height: 50px;
535
+ display: -webkit-box;
536
+ display: -ms-flexbox;
537
+ display: flex;
538
+ -webkit-box-pack: center;
539
+ -ms-flex-pack: center;
540
+ justify-content: center;
541
+ -webkit-box-align: center;
542
+ -ms-flex-align: center;
543
+ align-items: center;
544
+ font-size: 20px;
545
+ color: #ffffff;
546
+ background-color: #f7941d;
547
+ -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
548
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
549
+ -webkit-transition: all .2s;
550
+ transition: all .2s;
551
+ }
552
+
553
+ .feature_section .carousel_btn-box .slider_btn_prev:hover,
554
+ .feature_section .carousel_btn-box .slider_btn_next:hover {
555
+ background-color: #0a1b89;
556
+ }
557
+
558
+ .feature_section .box {
559
+ padding: 45px 0;
560
+ position: relative;
561
+ display: -webkit-box;
562
+ display: -ms-flexbox;
563
+ display: flex;
564
+ -webkit-box-orient: vertical;
565
+ -webkit-box-direction: normal;
566
+ -ms-flex-direction: column;
567
+ flex-direction: column;
568
+ -webkit-box-align: center;
569
+ -ms-flex-align: center;
570
+ align-items: center;
571
+ text-align: center;
572
+ }
573
+
574
+ .feature_section .box .number_box {
575
+ color: #f7941d;
576
+ width: 60px;
577
+ height: 60px;
578
+ display: -webkit-box;
579
+ display: -ms-flexbox;
580
+ display: flex;
581
+ -webkit-box-pack: center;
582
+ -ms-flex-pack: center;
583
+ justify-content: center;
584
+ -webkit-box-align: center;
585
+ -ms-flex-align: center;
586
+ align-items: center;
587
+ border-radius: 10px;
588
+ background-image: url(../images/feature_number_bg_white.png);
589
+ background-size: 100% 100%;
590
+ -webkit-transition: all .3s;
591
+ transition: all .3s;
592
+ }
593
+
594
+ .feature_section .box .number_box h5 {
595
+ margin: 0;
596
+ }
597
+
598
+ .feature_section .box h4 {
599
+ color: #ffffff;
600
+ text-transform: uppercase;
601
+ font-size: 20px;
602
+ margin: 0;
603
+ margin-top: 15px;
604
+ }
605
+
606
+ .feature_section .box:hover .number_box {
607
+ background-image: url(../images/feature_number_bg_color.png);
608
+ color: #ffffff;
609
+ }
610
+
611
+ .about_section .heading_container h2 {
612
+ text-transform: uppercase;
613
+ }
614
+
615
+ .about_section .row {
616
+ -webkit-box-align: center;
617
+ -ms-flex-align: center;
618
+ align-items: center;
619
+ }
620
+
621
+ .about_section .detail-box p {
622
+ margin-top: 15px;
623
+ }
624
+
625
+ .about_section .detail-box a {
626
+ display: inline-block;
627
+ background-color: #0a1b89;
628
+ color: #ffffff;
629
+ padding: 10px 40px;
630
+ border-radius: 0;
631
+ -webkit-transition: all 0.3s;
632
+ transition: all 0.3s;
633
+ border: none;
634
+ margin-top: 15px;
635
+ }
636
+
637
+ .about_section .detail-box a:hover {
638
+ background-color: #f7941d;
639
+ }
640
+
641
+ .about_section .img-box {
642
+ position: relative;
643
+ }
644
+
645
+ .about_section .img-box .stripe_design {
646
+ position: absolute;
647
+ width: 25px;
648
+ height: 95%;
649
+ background-color: #f7941d;
650
+ -webkit-transform: skewX(-25deg);
651
+ transform: skewX(-25deg);
652
+ }
653
+
654
+ .about_section .img-box .stripe_design.sd1 {
655
+ right: 18%;
656
+ top: 30%;
657
+ z-index: 2;
658
+ }
659
+
660
+ .about_section .img-box .stripe_design.sd2 {
661
+ right: 16%;
662
+ top: 0;
663
+ z-index: 2;
664
+ }
665
+
666
+ .about_section .img-box .stripe_design.sd3 {
667
+ right: 33%;
668
+ bottom: -25%;
669
+ }
670
+
671
+ .about_section .img-box .stripe_design.sd4 {
672
+ right: 23%;
673
+ top: -25%;
674
+ }
675
+
676
+ .about_section .img-box .stripe_design.sd5 {
677
+ right: 35%;
678
+ top: -12%;
679
+ }
680
+
681
+ .about_section .img-box .stripe_design.sd6 {
682
+ right: 52%;
683
+ bottom: -12%;
684
+ }
685
+
686
+ .about_section .img-box img {
687
+ width: 100%;
688
+ position: relative;
689
+ z-index: 1;
690
+ -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
691
+ box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
692
+ }
693
+
694
+ .help_section {
695
+ color: #ffffff;
696
+ background-color: #0a1b89;
697
+ background-color: #0a1b89;
698
+ }
699
+
700
+ .help_section .heading_container h2 {
701
+ text-transform: uppercase;
702
+ }
703
+
704
+ .help_section .row {
705
+ -webkit-box-align: center;
706
+ -ms-flex-align: center;
707
+ align-items: center;
708
+ }
709
+
710
+ .help_section .img-box {
711
+ position: relative;
712
+ }
713
+
714
+ .help_section .img-box img {
715
+ width: 100%;
716
+ }
717
+
718
+ .help_section .img-box .play_btn {
719
+ position: absolute;
720
+ top: 50%;
721
+ left: 50%;
722
+ display: -webkit-box;
723
+ display: -ms-flexbox;
724
+ display: flex;
725
+ -webkit-box-align: center;
726
+ -ms-flex-align: center;
727
+ align-items: center;
728
+ -webkit-box-pack: center;
729
+ -ms-flex-pack: center;
730
+ justify-content: center;
731
+ width: 75px;
732
+ height: 75px;
733
+ -webkit-transform: translate(-50%, -50%);
734
+ transform: translate(-50%, -50%);
735
+ border: none;
736
+ }
737
+
738
+ .help_section .img-box .play_btn button {
739
+ background-color: transparent;
740
+ border: none;
741
+ background-color: #f7941d;
742
+ color: #ffffff;
743
+ width: 100%;
744
+ height: 100%;
745
+ border-radius: 100%;
746
+ position: relative;
747
+ z-index: 3;
748
+ outline: none;
749
+ }
750
+
751
+ .help_section .img-box .play_btn:before, .help_section .img-box .play_btn:after {
752
+ content: "";
753
+ width: 100%;
754
+ height: 100%;
755
+ position: absolute;
756
+ top: 50%;
757
+ left: 50%;
758
+ background-color: white;
759
+ opacity: 1;
760
+ border-radius: 100%;
761
+ -webkit-transform: translate(-50%, -50%);
762
+ transform: translate(-50%, -50%);
763
+ }
764
+
765
+ .help_section .img-box .play_btn:before {
766
+ z-index: 2;
767
+ -webkit-animation: before-animation 1500ms infinite;
768
+ animation: before-animation 1500ms infinite;
769
+ }
770
+
771
+ .help_section .img-box .play_btn:after {
772
+ z-index: 1;
773
+ -webkit-animation: after-animation 1500ms infinite;
774
+ animation: after-animation 1500ms infinite;
775
+ }
776
+
777
+ @-webkit-keyframes before-animation {
778
+ 0% {
779
+ -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
780
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
781
+ opacity: 1;
782
+ }
783
+ 100% {
784
+ -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
785
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
786
+ opacity: 0;
787
+ }
788
+ }
789
+
790
+ @keyframes before-animation {
791
+ 0% {
792
+ -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
793
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
794
+ opacity: 1;
795
+ }
796
+ 100% {
797
+ -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
798
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
799
+ opacity: 0;
800
+ }
801
+ }
802
+
803
+ @-webkit-keyframes after-animation {
804
+ 0% {
805
+ -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
806
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
807
+ opacity: 1;
808
+ }
809
+ 100% {
810
+ -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
811
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
812
+ opacity: 0;
813
+ }
814
+ }
815
+
816
+ @keyframes after-animation {
817
+ 0% {
818
+ -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
819
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
820
+ opacity: 1;
821
+ }
822
+ 100% {
823
+ -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
824
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
825
+ opacity: 0;
826
+ }
827
+ }
828
+
829
+ .help_section .img-box:before {
830
+ content: "";
831
+ position: absolute;
832
+ left: 50%;
833
+ bottom: 0;
834
+ -webkit-transform: translate(-50%, 50%);
835
+ transform: translate(-50%, 50%);
836
+ width: 125px;
837
+ height: 12px;
838
+ background-color: #f7941d;
839
+ }
840
+
841
+ .help_section .detail-box {
842
+ padding: 25px;
843
+ display: -webkit-box;
844
+ display: -ms-flexbox;
845
+ display: flex;
846
+ -webkit-box-orient: vertical;
847
+ -webkit-box-direction: normal;
848
+ -ms-flex-direction: column;
849
+ flex-direction: column;
850
+ -webkit-box-align: start;
851
+ -ms-flex-align: start;
852
+ align-items: flex-start;
853
+ -webkit-box-pack: center;
854
+ -ms-flex-pack: center;
855
+ justify-content: center;
856
+ }
857
+
858
+ .help_section .detail-box p {
859
+ margin-top: 10px;
860
+ }
861
+
862
+ .help_section .detail-box a {
863
+ display: inline-block;
864
+ background-color: #f7941d;
865
+ color: #ffffff;
866
+ padding: 12px 40px;
867
+ border-radius: 0;
868
+ -webkit-transition: all 0.3s;
869
+ transition: all 0.3s;
870
+ border: none;
871
+ margin-top: 15px;
872
+ }
873
+
874
+ .help_section .detail-box a:hover {
875
+ background-color: #081671;
876
+ }
877
+
878
+ .wedo_section .heading_container h2 {
879
+ text-transform: none;
880
+ }
881
+
882
+ .wedo_section .box {
883
+ margin-top: 45px;
884
+ }
885
+
886
+ .wedo_section .box .img-box {
887
+ position: relative;
888
+ width: 175px;
889
+ height: 175px;
890
+ display: -webkit-box;
891
+ display: -ms-flexbox;
892
+ display: flex;
893
+ -webkit-box-pack: center;
894
+ -ms-flex-pack: center;
895
+ justify-content: center;
896
+ -webkit-box-align: center;
897
+ -ms-flex-align: center;
898
+ align-items: center;
899
+ background-image: url(../images/wedo-img-bg1.png);
900
+ background-size: 100% 100%;
901
+ }
902
+
903
+ .wedo_section .box .img-box:before {
904
+ content: "";
905
+ position: absolute;
906
+ width: 70%;
907
+ height: 70%;
908
+ top: 53%;
909
+ left: 45%;
910
+ -webkit-transform: translate(-50%, -50%);
911
+ transform: translate(-50%, -50%);
912
+ background-image: url(../images/wedo-img-bg2.png);
913
+ background-size: 100% 100%;
914
+ opacity: 0;
915
+ -webkit-transition: all .3s;
916
+ transition: all .3s;
917
+ }
918
+
919
+ .wedo_section .box .img-box img {
920
+ width: 55px;
921
+ margin-right: 10px;
922
+ position: relative;
923
+ z-index: 1;
924
+ }
925
+
926
+ .wedo_section .box .detail-box {
927
+ margin-top: 15px;
928
+ margin-left: 10px;
929
+ }
930
+
931
+ .wedo_section .box .detail-box h5 {
932
+ font-weight: 600;
933
+ font-size: 20px;
934
+ }
935
+
936
+ .wedo_section .box .detail-box a {
937
+ display: inline-block;
938
+ background-color: #0a1b89;
939
+ color: #ffffff;
940
+ padding: 10px 25px;
941
+ border-radius: 0;
942
+ -webkit-transition: all 0.3s;
943
+ transition: all 0.3s;
944
+ border: none;
945
+ margin-top: 10px;
946
+ text-transform: uppercase;
947
+ font-size: 15px;
948
+ }
949
+
950
+ .wedo_section .box .detail-box a:hover {
951
+ background-color: #f7941d;
952
+ }
953
+
954
+ .wedo_section .box:hover .img-box:before {
955
+ opacity: 1;
956
+ }
957
+
958
+ .wedo_section .box:hover .detail-box {
959
+ margin-top: 15px;
960
+ margin-left: 10px;
961
+ }
962
+
963
+ .wedo_section .box:hover .detail-box h5 {
964
+ color: #f7941d;
965
+ }
966
+
967
+ .team_section .box {
968
+ display: -webkit-box;
969
+ display: -ms-flexbox;
970
+ display: flex;
971
+ -webkit-box-orient: vertical;
972
+ -webkit-box-direction: normal;
973
+ -ms-flex-direction: column;
974
+ flex-direction: column;
975
+ -webkit-box-align: center;
976
+ -ms-flex-align: center;
977
+ align-items: center;
978
+ text-align: center;
979
+ opacity: 0.2;
980
+ margin: 75px 0;
981
+ -webkit-transition: all 0.3s;
982
+ transition: all 0.3s;
983
+ }
984
+
985
+ .team_section .box .img-box img {
986
+ width: 100%;
987
+ }
988
+
989
+ .team_section .box .detail-box {
990
+ background-color: #f7941d;
991
+ padding: 15px;
992
+ border-radius: 10px;
993
+ color: #ffffff;
994
+ margin-top: -45px;
995
+ visibility: hidden;
996
+ opacity: 0;
997
+ -webkit-transition: all 0.3s;
998
+ transition: all 0.3s;
999
+ }
1000
+
1001
+ .team_section .box .detail-box h6 {
1002
+ text-transform: uppercase;
1003
+ font-size: 15px;
1004
+ }
1005
+
1006
+ .team_section .box .detail-box .social_box {
1007
+ display: -webkit-box;
1008
+ display: -ms-flexbox;
1009
+ display: flex;
1010
+ -webkit-box-pack: center;
1011
+ -ms-flex-pack: center;
1012
+ justify-content: center;
1013
+ }
1014
+
1015
+ .team_section .box .detail-box .social_box a {
1016
+ width: 30px;
1017
+ height: 30px;
1018
+ border-radius: 100%;
1019
+ display: -webkit-box;
1020
+ display: -ms-flexbox;
1021
+ display: flex;
1022
+ -webkit-box-pack: center;
1023
+ -ms-flex-pack: center;
1024
+ justify-content: center;
1025
+ -webkit-box-align: center;
1026
+ -ms-flex-align: center;
1027
+ align-items: center;
1028
+ background-color: #ffffff;
1029
+ font-size: 18px;
1030
+ margin: 0 5px;
1031
+ color: #f7941d;
1032
+ }
1033
+
1034
+ .team_section .team_carousel .owl-item.center .box {
1035
+ opacity: 1;
1036
+ -webkit-transform: scale(1.2);
1037
+ transform: scale(1.2);
1038
+ }
1039
+
1040
+ .team_section .team_carousel .owl-item.center .box .detail-box {
1041
+ visibility: visible;
1042
+ opacity: 1;
1043
+ }
1044
+
1045
+ .team_section .team_carousel .owl-dots {
1046
+ display: -webkit-box;
1047
+ display: -ms-flexbox;
1048
+ display: flex;
1049
+ -webkit-box-pack: center;
1050
+ -ms-flex-pack: center;
1051
+ justify-content: center;
1052
+ }
1053
+
1054
+ .team_section .team_carousel .owl-dots .owl-dot {
1055
+ width: 20px;
1056
+ height: 20px;
1057
+ margin: 0 5px;
1058
+ background-color: #0a1b89;
1059
+ outline: none;
1060
+ }
1061
+
1062
+ .team_section .team_carousel .owl-dots .owl-dot.active {
1063
+ background-color: #f7941d;
1064
+ }
1065
+
1066
+ /* contact section */
1067
+ .contact_section .heading_container {
1068
+ margin-bottom: 25px;
1069
+ }
1070
+
1071
+ .contact_section .row {
1072
+ -webkit-box-align: center;
1073
+ -ms-flex-align: center;
1074
+ align-items: center;
1075
+ }
1076
+
1077
+ .contact_section .detail-box {
1078
+ width: 250px;
1079
+ }
1080
+
1081
+ .contact_section .detail-box p {
1082
+ margin-top: 5px;
1083
+ }
1084
+
1085
+ .contact_section .contact-form h5 {
1086
+ color: #ffffff;
1087
+ font-weight: 600;
1088
+ text-align: center;
1089
+ }
1090
+
1091
+ .contact_section .contact-form .top_input {
1092
+ display: -webkit-box;
1093
+ display: -ms-flexbox;
1094
+ display: flex;
1095
+ -webkit-box-pack: justify;
1096
+ -ms-flex-pack: justify;
1097
+ justify-content: space-between;
1098
+ }
1099
+
1100
+ .contact_section .contact-form .top_input input {
1101
+ width: 48%;
1102
+ }
1103
+
1104
+ .contact_section .contact-form input {
1105
+ width: 100%;
1106
+ margin: 10px 0;
1107
+ height: 45px;
1108
+ padding-left: 15px;
1109
+ border: none;
1110
+ outline: none;
1111
+ -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
1112
+ box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
1113
+ }
1114
+
1115
+ .contact_section .contact-form input.message_input {
1116
+ height: 125px;
1117
+ }
1118
+
1119
+ .contact_section .contact-form input::-webkit-input-placeholder {
1120
+ color: #acabab;
1121
+ }
1122
+
1123
+ .contact_section .contact-form input:-ms-input-placeholder {
1124
+ color: #acabab;
1125
+ }
1126
+
1127
+ .contact_section .contact-form input::-ms-input-placeholder {
1128
+ color: #acabab;
1129
+ }
1130
+
1131
+ .contact_section .contact-form input::placeholder {
1132
+ color: #acabab;
1133
+ }
1134
+
1135
+ .contact_section .contact-form .btn-box {
1136
+ display: -webkit-box;
1137
+ display: -ms-flexbox;
1138
+ display: flex;
1139
+ -webkit-box-pack: center;
1140
+ -ms-flex-pack: center;
1141
+ justify-content: center;
1142
+ margin-top: 35px;
1143
+ }
1144
+
1145
+ .contact_section .contact-form .btn-box button {
1146
+ display: inline-block;
1147
+ background-color: #f7941d;
1148
+ color: #ffffff;
1149
+ padding: 10px 65px;
1150
+ border-radius: 0;
1151
+ -webkit-transition: all 0.3s;
1152
+ transition: all 0.3s;
1153
+ border: none;
1154
+ }
1155
+
1156
+ .contact_section .contact-form .btn-box button:hover {
1157
+ background-color: #081671;
1158
+ }
1159
+
1160
+ /* end contact section */
1161
+ .news_section .row {
1162
+ -webkit-box-align: end;
1163
+ -ms-flex-align: end;
1164
+ align-items: flex-end;
1165
+ }
1166
+
1167
+ .news_section .detail_container {
1168
+ margin-top: 35px;
1169
+ }
1170
+
1171
+ .news_section .detail_container .detail-box {
1172
+ -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
1173
+ box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
1174
+ padding: 25px 65px 25px 25px;
1175
+ }
1176
+
1177
+ .news_section .detail_container .detail-box h4 {
1178
+ font-weight: bold;
1179
+ }
1180
+
1181
+ .news_section .detail_container .detail-box .news_social {
1182
+ display: -webkit-box;
1183
+ display: -ms-flexbox;
1184
+ display: flex;
1185
+ -webkit-box-pack: justify;
1186
+ -ms-flex-pack: justify;
1187
+ justify-content: space-between;
1188
+ padding: 15px;
1189
+ }
1190
+
1191
+ .news_section .detail_container .detail-box .news_social a {
1192
+ display: -webkit-box;
1193
+ display: -ms-flexbox;
1194
+ display: flex;
1195
+ -webkit-box-orient: vertical;
1196
+ -webkit-box-direction: normal;
1197
+ -ms-flex-direction: column;
1198
+ flex-direction: column;
1199
+ color: #f7941d;
1200
+ }
1201
+
1202
+ .news_section .detail_container .btn-box {
1203
+ margin-top: 45px;
1204
+ }
1205
+
1206
+ .news_section .detail_container .btn-box a {
1207
+ display: inline-block;
1208
+ background-color: #0a1b89;
1209
+ color: #ffffff;
1210
+ padding: 12px 45px;
1211
+ border-radius: 0;
1212
+ -webkit-transition: all 0.3s;
1213
+ transition: all 0.3s;
1214
+ border: none;
1215
+ text-transform: uppercase;
1216
+ }
1217
+
1218
+ .news_section .detail_container .btn-box a:hover {
1219
+ background-color: #f7941d;
1220
+ }
1221
+
1222
+ .news_section .img-box {
1223
+ margin-left: -80px;
1224
+ }
1225
+
1226
+ .news_section .img-box img {
1227
+ width: 100%;
1228
+ }
1229
+
1230
+ .client_section {
1231
+ background-image: url(../images/client-bg.jpg);
1232
+ background-size: cover;
1233
+ }
1234
+
1235
+ .client_section .heading_container {
1236
+ -webkit-box-align: center;
1237
+ -ms-flex-align: center;
1238
+ align-items: center;
1239
+ text-align: center;
1240
+ color: #ffffff;
1241
+ }
1242
+
1243
+ .client_section .box {
1244
+ padding: 25px;
1245
+ margin: 5px;
1246
+ background-color: #ffffff;
1247
+ }
1248
+
1249
+ .client_section .box .client_id {
1250
+ display: -webkit-box;
1251
+ display: -ms-flexbox;
1252
+ display: flex;
1253
+ -webkit-box-align: center;
1254
+ -ms-flex-align: center;
1255
+ align-items: center;
1256
+ }
1257
+
1258
+ .client_section .box .client_id .img-box {
1259
+ width: 100px;
1260
+ min-width: 100px;
1261
+ border-radius: 100%;
1262
+ margin-right: 15px;
1263
+ overflow: hidden;
1264
+ }
1265
+
1266
+ .client_section .box .client_id .img-box img {
1267
+ width: 100%;
1268
+ }
1269
+
1270
+ .client_section .box .client_id .client_detail {
1271
+ padding-right: 25px;
1272
+ }
1273
+
1274
+ .client_section .box .client_id .client_detail h5 {
1275
+ font-weight: 600;
1276
+ }
1277
+
1278
+ .client_section .box .client_id .client_detail h6 {
1279
+ margin: 0;
1280
+ color: #f7941d;
1281
+ }
1282
+
1283
+ .client_section .box .client_text {
1284
+ padding: 20px 15px;
1285
+ }
1286
+
1287
+ .client_section .owl-carousel {
1288
+ margin-top: 45px;
1289
+ padding: 0 45px;
1290
+ }
1291
+
1292
+ .client_section .owl-carousel .owl-nav {
1293
+ display: -webkit-box;
1294
+ display: -ms-flexbox;
1295
+ display: flex;
1296
+ -webkit-box-pack: center;
1297
+ -ms-flex-pack: center;
1298
+ justify-content: center;
1299
+ margin-top: 20px;
1300
+ }
1301
+
1302
+ .client_section .owl-carousel .owl-nav button {
1303
+ position: absolute;
1304
+ top: 50%;
1305
+ width: 50px;
1306
+ height: 50px;
1307
+ background-color: #f7941d;
1308
+ outline: none;
1309
+ color: #ffffff;
1310
+ -webkit-transform: translateY(-50%);
1311
+ transform: translateY(-50%);
1312
+ }
1313
+
1314
+ .client_section .owl-carousel .owl-nav button:hover {
1315
+ background-color: #0a1b89;
1316
+ }
1317
+
1318
+ .client_section .owl-carousel .owl-nav button.owl-prev {
1319
+ left: 0;
1320
+ }
1321
+
1322
+ .client_section .owl-carousel .owl-nav button.owl-next {
1323
+ right: 0;
1324
+ }
1325
+
1326
+ .contact_section {
1327
+ position: relative;
1328
+ }
1329
+
1330
+ .contact_section .row {
1331
+ -webkit-box-align: end;
1332
+ -ms-flex-align: end;
1333
+ align-items: flex-end;
1334
+ }
1335
+
1336
+ .contact_section form {
1337
+ margin-top: 35px;
1338
+ }
1339
+
1340
+ .contact_section input {
1341
+ width: 100%;
1342
+ border: none;
1343
+ height: 50px;
1344
+ margin-bottom: 25px;
1345
+ padding-left: 15px;
1346
+ background-color: #ebebeb;
1347
+ outline: none;
1348
+ color: #000000;
1349
+ }
1350
+
1351
+ .contact_section input::-webkit-input-placeholder {
1352
+ color: #4c4c4c;
1353
+ }
1354
+
1355
+ .contact_section input:-ms-input-placeholder {
1356
+ color: #4c4c4c;
1357
+ }
1358
+
1359
+ .contact_section input::-ms-input-placeholder {
1360
+ color: #4c4c4c;
1361
+ }
1362
+
1363
+ .contact_section input::placeholder {
1364
+ color: #4c4c4c;
1365
+ }
1366
+
1367
+ .contact_section input.message-box {
1368
+ height: 120px;
1369
+ }
1370
+
1371
+ .contact_section button {
1372
+ border: none;
1373
+ display: inline-block;
1374
+ background-color: #f7941d;
1375
+ color: #ffffff;
1376
+ padding: 12px 35px;
1377
+ border-radius: 0;
1378
+ -webkit-transition: all 0.3s;
1379
+ transition: all 0.3s;
1380
+ border: none;
1381
+ font-size: 15px;
1382
+ color: #fff;
1383
+ margin-top: 15px;
1384
+ font-weight: 600;
1385
+ }
1386
+
1387
+ .contact_section button:hover {
1388
+ background-color: #081671;
1389
+ }
1390
+
1391
+ .contact_section .map_container {
1392
+ height: 450px;
1393
+ overflow: hidden;
1394
+ display: -webkit-box;
1395
+ display: -ms-flexbox;
1396
+ display: flex;
1397
+ -webkit-box-align: stretch;
1398
+ -ms-flex-align: stretch;
1399
+ align-items: stretch;
1400
+ }
1401
+
1402
+ .contact_section .map_container .map {
1403
+ height: 100%;
1404
+ -webkit-box-flex: 1;
1405
+ -ms-flex: 1;
1406
+ flex: 1;
1407
+ }
1408
+
1409
+ .contact_section .map_container .map #googleMap {
1410
+ height: 100%;
1411
+ }
1412
+
1413
+ /* info section */
1414
+ .info_section {
1415
+ background-color: #0a1b89;
1416
+ color: #ffffff;
1417
+ }
1418
+
1419
+ .info_section h4 {
1420
+ font-weight: 600;
1421
+ margin-bottom: 20px;
1422
+ }
1423
+
1424
+ .info_section .info_contact .contact_link_box {
1425
+ display: -webkit-box;
1426
+ display: -ms-flexbox;
1427
+ display: flex;
1428
+ -webkit-box-orient: vertical;
1429
+ -webkit-box-direction: normal;
1430
+ -ms-flex-direction: column;
1431
+ flex-direction: column;
1432
+ }
1433
+
1434
+ .info_section .info_contact .contact_link_box a {
1435
+ margin: 5px 0;
1436
+ color: #ffffff;
1437
+ }
1438
+
1439
+ .info_section .info_contact .contact_link_box a i {
1440
+ margin-right: 5px;
1441
+ }
1442
+
1443
+ .info_section .info_contact .contact_link_box a:hover {
1444
+ color: #f7941d;
1445
+ }
1446
+
1447
+ .info_section .info_social {
1448
+ display: -webkit-box;
1449
+ display: -ms-flexbox;
1450
+ display: flex;
1451
+ margin-top: 20px;
1452
+ }
1453
+
1454
+ .info_section .info_social a {
1455
+ display: -webkit-box;
1456
+ display: -ms-flexbox;
1457
+ display: flex;
1458
+ -webkit-box-pack: center;
1459
+ -ms-flex-pack: center;
1460
+ justify-content: center;
1461
+ -webkit-box-align: center;
1462
+ -ms-flex-align: center;
1463
+ align-items: center;
1464
+ color: #ffffff;
1465
+ border-radius: 100%;
1466
+ margin-right: 10px;
1467
+ font-size: 24px;
1468
+ }
1469
+
1470
+ .info_section .info_social a:hover {
1471
+ color: #f7941d;
1472
+ }
1473
+
1474
+ .info_section .info_links {
1475
+ display: -webkit-box;
1476
+ display: -ms-flexbox;
1477
+ display: flex;
1478
+ -webkit-box-orient: vertical;
1479
+ -webkit-box-direction: normal;
1480
+ -ms-flex-direction: column;
1481
+ flex-direction: column;
1482
+ -ms-flex-wrap: wrap;
1483
+ flex-wrap: wrap;
1484
+ }
1485
+
1486
+ .info_section .info_links a {
1487
+ display: -webkit-box;
1488
+ display: -ms-flexbox;
1489
+ display: flex;
1490
+ -webkit-box-align: center;
1491
+ -ms-flex-align: center;
1492
+ align-items: center;
1493
+ margin-bottom: 15px;
1494
+ color: #ffffff;
1495
+ }
1496
+
1497
+ .info_section .info_links a img {
1498
+ margin-right: 10px;
1499
+ }
1500
+
1501
+ .info_section .info_links a:hover, .info_section .info_links a.active {
1502
+ color: #f7941d;
1503
+ }
1504
+
1505
+ .info_section form input {
1506
+ border: none;
1507
+ border-bottom: 1px solid #ffffff;
1508
+ background-color: transparent;
1509
+ width: 100%;
1510
+ height: 45px;
1511
+ color: #ffffff;
1512
+ outline: none;
1513
+ }
1514
+
1515
+ .info_section form input::-webkit-input-placeholder {
1516
+ color: #ffffff;
1517
+ }
1518
+
1519
+ .info_section form input:-ms-input-placeholder {
1520
+ color: #ffffff;
1521
+ }
1522
+
1523
+ .info_section form input::-ms-input-placeholder {
1524
+ color: #ffffff;
1525
+ }
1526
+
1527
+ .info_section form input::placeholder {
1528
+ color: #ffffff;
1529
+ }
1530
+
1531
+ .info_section form button {
1532
+ width: 100%;
1533
+ text-align: center;
1534
+ display: inline-block;
1535
+ background-color: #f7941d;
1536
+ color: #ffffff;
1537
+ padding: 10px 55px;
1538
+ border-radius: 0;
1539
+ -webkit-transition: all 0.3s;
1540
+ transition: all 0.3s;
1541
+ border: none;
1542
+ margin-top: 15px;
1543
+ }
1544
+
1545
+ .info_section form button:hover {
1546
+ background-color: #081671;
1547
+ }
1548
+
1549
+ /* end info section */
1550
+ /* footer section*/
1551
+ .footer_section {
1552
+ background-color: #0a1b89;
1553
+ text-align: center;
1554
+ color: #ffffff;
1555
+ }
1556
+
1557
+ .footer_section p {
1558
+ margin: 0;
1559
+ padding: 25px 0;
1560
+ color: #ffffff;
1561
+ border-top: 1px solid #ffffff;
1562
+ }
1563
+
1564
+ .footer_section p a {
1565
+ color: inherit;
1566
+ }
1567
+ /*# sourceMappingURL=style.css.map */
seomark-html/css/style.css.map ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": 3,
3
+ "mappings": "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",
4
+ "sources": [
5
+ "style.scss"
6
+ ],
7
+ "names": [],
8
+ "file": "style.css"
9
+ }
seomark-html/css/style.scss ADDED
@@ -0,0 +1,1331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ $white: #ffffff;
2
+ $black: #000000;
3
+ $primary1: #0a1b89;
4
+ $btnColor: #f7941d;
5
+
6
+ // import fonts
7
+ @import url('../fonts/Helvetica/Helvetica.ttf');
8
+ @import url('../fonts/Helvetica/HelveticaLt.ttf');
9
+ @import url('../fonts/Helvetica/Helvetica-Bold.ttf');
10
+
11
+
12
+
13
+ @mixin main-font {
14
+ font-family: "Helvetica", "Poppins", sans-serif;
15
+ }
16
+
17
+
18
+
19
+ @mixin hero_btn($col1, $col2, $pad1, $pad2, $bRadius) {
20
+ display: inline-block;
21
+ background-color: $col1;
22
+ color: $col2;
23
+ padding: $pad1 $pad2;
24
+ border-radius: $bRadius;
25
+ transition: all 0.3s;
26
+ border: none;
27
+
28
+ &:hover {
29
+ @if $col1==$btnColor {
30
+ background-color: darken($color: $primary1, $amount: 5);
31
+ }
32
+
33
+ @else if $col1==$primary1 {
34
+ background-color: $btnColor;
35
+ }
36
+
37
+
38
+ }
39
+ }
40
+
41
+ @mixin upperBold {
42
+ text-transform: uppercase;
43
+ font-weight: bold;
44
+ }
45
+
46
+ body {
47
+ @include main-font;
48
+ overflow-x: hidden;
49
+ }
50
+
51
+
52
+ .layout_margin {
53
+ margin-top: 90px;
54
+ margin-bottom: 90px;
55
+ }
56
+
57
+ .layout_padding {
58
+ padding-top: 120px;
59
+ padding-bottom: 120px;
60
+ }
61
+
62
+ .layout_padding2 {
63
+ padding-top: 75px;
64
+ padding-bottom: 75px;
65
+ }
66
+
67
+ .layout_padding2-top {
68
+ padding-top: 75px;
69
+ }
70
+
71
+ .layout_padding2-bottom {
72
+ padding-bottom: 75px;
73
+ }
74
+
75
+ .layout_padding-top {
76
+ padding-top: 120px;
77
+ }
78
+
79
+ .layout_padding-bottom {
80
+ padding-bottom: 120px;
81
+ }
82
+
83
+ .heading_container {
84
+ display: flex;
85
+ flex-direction: column;
86
+
87
+
88
+ h2 {
89
+ font-weight: bold;
90
+ }
91
+
92
+ .heading_center {
93
+ align-items: center;
94
+ text-align: center;
95
+ }
96
+ }
97
+
98
+ /*header section*/
99
+
100
+ .hero_area {
101
+ position: relative;
102
+ display: flex;
103
+ }
104
+
105
+ .sub_page {
106
+ .hero_area {
107
+ height: auto;
108
+
109
+ }
110
+
111
+ .header_section {
112
+ width: 100%;
113
+ }
114
+
115
+ .custom_nav-container {
116
+ flex-direction: row;
117
+ justify-content: space-between;
118
+ }
119
+
120
+ .custom_nav-container .name_style {
121
+ display: none;
122
+ }
123
+
124
+ .header_section .navbar-brand {
125
+ display: flex;
126
+ }
127
+
128
+ .user_option {
129
+ flex-direction: row;
130
+ }
131
+
132
+ .user_option .nav_search-btn {
133
+ margin: 0;
134
+ margin-right: 15px;
135
+ }
136
+
137
+ .custom_menu-btn button {
138
+ margin: 15px 0;
139
+ }
140
+
141
+ .menu_btn-style {
142
+
143
+ top: 4px;
144
+
145
+ }
146
+
147
+ }
148
+
149
+ .header_section {
150
+ background-color: $primary1;
151
+ padding: 0 30px;
152
+
153
+ .nav_container {
154
+ margin: 0 auto;
155
+ }
156
+
157
+ .navbar-brand {
158
+ display: none;
159
+ }
160
+ }
161
+
162
+ .navbar-brand {
163
+ display: flex;
164
+ margin: 0;
165
+
166
+ span {
167
+ font-weight: 700;
168
+ color: $white;
169
+ font-size: 24px;
170
+ text-transform: uppercase;
171
+ }
172
+ }
173
+
174
+ .custom_nav-container {
175
+ display: flex;
176
+ flex-direction: column;
177
+ justify-content: flex-start;
178
+ z-index: 99999;
179
+ padding: 0;
180
+ height: 100%;
181
+
182
+ .name_style {
183
+ flex: 1;
184
+ display: flex;
185
+ align-items: center;
186
+
187
+ h6 {
188
+ color: $btnColor;
189
+ writing-mode: vertical-rl;
190
+ text-orientation: upright;
191
+ text-transform: uppercase;
192
+ letter-spacing: -7px;
193
+ margin: 0;
194
+ }
195
+ }
196
+ }
197
+
198
+
199
+
200
+ .custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
201
+ padding: 0px 25px;
202
+ color: #fefeff;
203
+ text-align: center;
204
+ font-family: "Roboto", sans-serif;
205
+ }
206
+
207
+ .custom_menu-btn {
208
+ button {
209
+ margin-top: 25px;
210
+ outline: none;
211
+ border: none;
212
+ background-color: transparent;
213
+ }
214
+
215
+ span {
216
+ display: block;
217
+ width: 35px;
218
+ height: 4.5px;
219
+ background-color: $white;
220
+ margin: 7px 0;
221
+ transition: all 0.3s;
222
+ }
223
+ }
224
+
225
+ .menu_btn-style {
226
+ position: fixed;
227
+ left: 27.5px;
228
+ top: 12.5px;
229
+
230
+ button {
231
+ margin-top: 12px;
232
+ outline: none;
233
+ border: none;
234
+ background-color: transparent;
235
+ }
236
+
237
+ span {
238
+ display: block;
239
+ width: 35px;
240
+ height: 4.5px;
241
+ background-color: $white;
242
+ margin: 7px 0;
243
+ transition: all 0.3s;
244
+ }
245
+
246
+ button {
247
+ transform: translateX(14px);
248
+
249
+ .s-1 {
250
+ transform: rotate(45deg) translateY(16px);
251
+ }
252
+
253
+ .s-2 {
254
+ transform: translateX(-100px);
255
+ }
256
+
257
+ .s-3 {
258
+ transform: rotate(-45deg) translateY(-16px);
259
+ }
260
+ }
261
+ }
262
+
263
+ .overlay {
264
+ height: 100%;
265
+ width: 0;
266
+ position: fixed;
267
+ z-index: 1;
268
+ top: 0;
269
+ left: 0;
270
+ background-color: rgba($color: darken($primary1, 5), $alpha: 0.95);
271
+ overflow-x: hidden;
272
+ transition: 0.5s;
273
+
274
+ .closebtn {
275
+ position: absolute;
276
+ top: 0;
277
+ right: 30px;
278
+ }
279
+
280
+ a {
281
+ display: inline-block;
282
+ padding: 10px 15px;
283
+ text-decoration: none;
284
+ font-size: 18px;
285
+ text-transform: uppercase;
286
+ color: $white;
287
+ margin: 10px 0;
288
+ display: block;
289
+ transition: 0.3s;
290
+ border: 1.5px solid $white;
291
+ border-radius: 5px;
292
+ width: 190px;
293
+
294
+ &:hover,
295
+ &.active {
296
+ border-color: transparent;
297
+ background-color: $white;
298
+ color: $black;
299
+ }
300
+ }
301
+ }
302
+
303
+ .menu_btn-style {
304
+ display: none;
305
+ }
306
+
307
+ .overlay-content {
308
+ position: relative;
309
+ top: 20%;
310
+ width: 100%;
311
+ text-align: center;
312
+ margin-top: 30px;
313
+ display: flex;
314
+ flex-direction: column;
315
+ align-items: center;
316
+ }
317
+
318
+ .menu_width {
319
+ width: 100%;
320
+ }
321
+
322
+ .scroll-y-hidden {
323
+ overflow-y: hidden;
324
+ }
325
+
326
+ a,
327
+ a:hover,
328
+ a:focus {
329
+ text-decoration: none;
330
+ }
331
+
332
+ a:hover,
333
+ a:focus {
334
+ color: initial;
335
+ }
336
+
337
+ .btn,
338
+ .btn:focus {
339
+ outline: none !important;
340
+ box-shadow: none;
341
+ }
342
+
343
+
344
+ .user_option {
345
+ display: flex;
346
+ flex-direction: column;
347
+ align-items: center;
348
+
349
+ .nav_search-btn {
350
+ width: 35px;
351
+ height: 35px;
352
+ padding: 0;
353
+ border: none;
354
+ background-position: center;
355
+ color: $white;
356
+ margin: 25px 0;
357
+ }
358
+
359
+ a {
360
+ display: flex;
361
+ align-items: center;
362
+ color: $white;
363
+
364
+ }
365
+
366
+ }
367
+
368
+ /*end header section*/
369
+
370
+ // slider section
371
+ .slider_section {
372
+ background-size: cover;
373
+ flex: 1;
374
+ color: $white;
375
+
376
+ .slider_text_carousel,
377
+ .slider_image_carousel {
378
+ width: 100%;
379
+ height: 100%;
380
+
381
+ .carousel-inner,
382
+ .carousel-item {
383
+ height: 100%;
384
+ }
385
+ }
386
+
387
+ .box {
388
+ width: 100%;
389
+ height: 100%;
390
+ display: flex;
391
+ align-items: stretch;
392
+
393
+ .detail-box {
394
+ flex: 1;
395
+ background-color: $btnColor;
396
+ display: flex;
397
+ flex-direction: column;
398
+ align-items: center;
399
+ justify-content: space-between;
400
+ padding-top: 25px;
401
+
402
+
403
+
404
+ .heading_box {
405
+ height: 100%;
406
+ display: flex;
407
+ justify-content: center;
408
+ align-items: center;
409
+ }
410
+
411
+ h1 {
412
+ margin: 25px auto;
413
+ font-weight: 600;
414
+ display: flex;
415
+ flex-direction: column;
416
+ }
417
+
418
+ .btn-box {
419
+ max-width: 400px;
420
+ width: 100%;
421
+ display: flex;
422
+ flex-wrap: wrap;
423
+
424
+ a {
425
+ flex: 1;
426
+ text-transform: uppercase;
427
+ text-align: center;
428
+ }
429
+
430
+ .btn-1 {
431
+ @include hero_btn($primary1, $white, 12px, 10px, 0);
432
+ box-shadow: 0 0 5px 0 rgba($color: #000000, $alpha: .25);
433
+ position: relative;
434
+ z-index: 2;
435
+ }
436
+
437
+ .btn-2 {
438
+ @include hero_btn($btnColor, $white, 12px, 10px, 0);
439
+ }
440
+ }
441
+ }
442
+
443
+ .img-box {
444
+ flex: 3;
445
+
446
+ img {
447
+ width: 100%;
448
+ }
449
+ }
450
+
451
+ }
452
+
453
+ }
454
+
455
+ // end slider section
456
+
457
+ // feature section
458
+
459
+ .feature_section {
460
+ background-color: $primary1;
461
+ position: relative;
462
+ display: flex;
463
+ align-items: center;
464
+
465
+
466
+ .carousel_btn-box {
467
+ display: flex;
468
+ margin-left: 45px;
469
+
470
+ .slider_btn_prev,
471
+ .slider_btn_next {
472
+ width: 50px;
473
+ height: 50px;
474
+ display: flex;
475
+ justify-content: center;
476
+ align-items: center;
477
+ font-size: 20px;
478
+ color: $white;
479
+ background-color: $btnColor;
480
+ box-shadow: 0 0 5px 0 rgba($color: #000000, $alpha: .25);
481
+ transition: all .2s;
482
+
483
+ &:hover {
484
+ background-color: $primary1;
485
+ }
486
+ }
487
+ }
488
+
489
+ .box {
490
+ padding: 45px 0;
491
+ position: relative;
492
+ display: flex;
493
+ flex-direction: column;
494
+ align-items: center;
495
+ text-align: center;
496
+
497
+ .number_box {
498
+ color: $btnColor;
499
+ width: 60px;
500
+ height: 60px;
501
+ display: flex;
502
+ justify-content: center;
503
+ align-items: center;
504
+ border-radius: 10px;
505
+ background-image: url(../images/feature_number_bg_white.png);
506
+ background-size: 100% 100%;
507
+ transition: all .3s;
508
+
509
+ h5 {
510
+ margin: 0;
511
+ }
512
+ }
513
+
514
+ h4 {
515
+ color: $white;
516
+ text-transform: uppercase;
517
+ font-size: 20px;
518
+ margin: 0;
519
+ margin-top: 15px;
520
+ }
521
+
522
+ &:hover {
523
+
524
+ .number_box {
525
+ background-image: url(../images/feature_number_bg_color.png);
526
+ color: $white;
527
+ }
528
+ }
529
+ }
530
+ }
531
+
532
+ // end feature section
533
+
534
+ // about section
535
+
536
+ .about_section {
537
+ .heading_container {
538
+ h2 {
539
+ text-transform: uppercase;
540
+ }
541
+ }
542
+
543
+ .row {
544
+ align-items: center;
545
+ }
546
+
547
+ .detail-box {
548
+
549
+ p {
550
+ margin-top: 15px;
551
+ }
552
+
553
+ a {
554
+ @include hero_btn($primary1, $white, 10px, 40px, 0);
555
+ margin-top: 15px;
556
+ }
557
+ }
558
+
559
+ .img-box {
560
+ position: relative;
561
+
562
+ .stripe_design {
563
+ position: absolute;
564
+ width: 25px;
565
+ height: 95%;
566
+ background-color: $btnColor;
567
+ transform: skewX(-25deg);
568
+
569
+
570
+ &.sd1 {
571
+ right: 18%;
572
+ top: 30%;
573
+ z-index: 2;
574
+ }
575
+
576
+ &.sd2 {
577
+ right: 16%;
578
+ top: 0;
579
+ z-index: 2;
580
+
581
+ }
582
+
583
+ &.sd3 {
584
+ right: 33%;
585
+ bottom: -25%;
586
+ }
587
+
588
+ &.sd4 {
589
+ right: 23%;
590
+ top: -25%;
591
+ }
592
+
593
+ &.sd5 {
594
+ right: 35%;
595
+ top: -12%;
596
+ }
597
+
598
+ &.sd6 {
599
+ right: 52%;
600
+ bottom: -12%;
601
+ }
602
+ }
603
+
604
+ img {
605
+ width: 100%;
606
+ position: relative;
607
+ z-index: 1;
608
+ box-shadow: 0 0 8px 0 rgba($color: #000000, $alpha: .25);
609
+ }
610
+ }
611
+ }
612
+
613
+ // end about section
614
+
615
+ // help section
616
+
617
+ .help_section {
618
+ color: $white;
619
+ background-color: $primary1;
620
+ background-color: $primary1;
621
+
622
+ .heading_container {
623
+ h2 {
624
+ text-transform: uppercase;
625
+ }
626
+ }
627
+
628
+ .row {
629
+ align-items: center;
630
+ }
631
+
632
+ .img-box {
633
+ position: relative;
634
+
635
+ img {
636
+ width: 100%;
637
+ }
638
+
639
+ .play_btn {
640
+ position: absolute;
641
+ top: 50%;
642
+ left: 50%;
643
+ display: flex;
644
+ align-items: center;
645
+ justify-content: center;
646
+ width: 75px;
647
+ height: 75px;
648
+ transform: translate(-50%, -50%);
649
+ border: none;
650
+
651
+
652
+ button {
653
+ background-color: transparent;
654
+ border: none;
655
+ background-color: $btnColor;
656
+ color: $white;
657
+ width: 100%;
658
+ height: 100%;
659
+ border-radius: 100%;
660
+ position: relative;
661
+ z-index: 3;
662
+ outline: none;
663
+ }
664
+
665
+ &:before,
666
+ &:after {
667
+ content: "";
668
+ width: 100%;
669
+ height: 100%;
670
+ position: absolute;
671
+ top: 50%;
672
+ left: 50%;
673
+ background-color: white;
674
+ opacity: 1;
675
+ border-radius: 100%;
676
+ transform: translate(-50%, -50%);
677
+ }
678
+
679
+ &:before {
680
+ z-index: 2;
681
+ animation: before-animation 1500ms infinite;
682
+ }
683
+
684
+ &:after {
685
+ z-index: 1;
686
+ animation: after-animation 1500ms infinite;
687
+ }
688
+ }
689
+
690
+ @keyframes before-animation {
691
+ 0% {
692
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
693
+ opacity: 1;
694
+ }
695
+
696
+ 100% {
697
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
698
+ opacity: 0;
699
+ }
700
+
701
+ }
702
+
703
+ @keyframes after-animation {
704
+ 0% {
705
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
706
+ opacity: 1;
707
+ }
708
+
709
+ 100% {
710
+ transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
711
+ opacity: 0;
712
+ }
713
+
714
+ }
715
+
716
+ &:before {
717
+ content: "";
718
+ position: absolute;
719
+ left: 50%;
720
+ bottom: 0;
721
+ transform: translate(-50%, 50%);
722
+ width: 125px;
723
+ height: 12px;
724
+ background-color: $btnColor;
725
+ }
726
+ }
727
+
728
+ .detail-box {
729
+ padding: 25px;
730
+ display: flex;
731
+ flex-direction: column;
732
+ align-items: flex-start;
733
+ justify-content: center;
734
+
735
+ p {
736
+ margin-top: 10px;
737
+ }
738
+
739
+ a {
740
+ @include hero_btn($btnColor, $white, 12px, 40px, 0);
741
+ margin-top: 15px;
742
+ }
743
+ }
744
+ }
745
+
746
+ // end help section
747
+
748
+
749
+ // we do section
750
+
751
+ .wedo_section {
752
+ .heading_container {
753
+ h2 {
754
+ text-transform: none;
755
+ }
756
+ }
757
+
758
+ .box {
759
+ margin-top: 45px;
760
+
761
+ .img-box {
762
+ position: relative;
763
+ width: 175px;
764
+ height: 175px;
765
+ display: flex;
766
+ justify-content: center;
767
+ align-items: center;
768
+ background-image: url(../images/wedo-img-bg1.png);
769
+ background-size: 100% 100%;
770
+
771
+ &:before {
772
+ content: "";
773
+ position: absolute;
774
+ width: 70%;
775
+ height: 70%;
776
+ top: 53%;
777
+ left: 45%;
778
+ transform: translate(-50%, -50%);
779
+ background-image: url(../images/wedo-img-bg2.png);
780
+ background-size: 100% 100%;
781
+ opacity: 0;
782
+ transition: all .3s;
783
+ }
784
+
785
+ img {
786
+ width: 55px;
787
+ margin-right: 10px;
788
+ position: relative;
789
+ z-index: 1;
790
+ }
791
+ }
792
+
793
+ .detail-box {
794
+ margin-top: 15px;
795
+ margin-left: 10px;
796
+
797
+ h5 {
798
+ font-weight: 600;
799
+ font-size: 20px;
800
+ }
801
+
802
+ p {}
803
+
804
+ a {
805
+ @include hero_btn($primary1, $white, 10px, 25px, 0);
806
+ margin-top: 10px;
807
+ text-transform: uppercase;
808
+ font-size: 15px;
809
+ }
810
+ }
811
+
812
+ &:hover {
813
+ .img-box {
814
+ &:before {
815
+ opacity: 1;
816
+ }
817
+
818
+ }
819
+
820
+ .detail-box {
821
+ margin-top: 15px;
822
+ margin-left: 10px;
823
+
824
+ h5 {
825
+ color: $btnColor;
826
+ }
827
+
828
+
829
+ }
830
+ }
831
+ }
832
+ }
833
+
834
+ // end we do section
835
+
836
+
837
+ // team section
838
+
839
+ .team_section {
840
+ .box {
841
+ display: flex;
842
+ flex-direction: column;
843
+ align-items: center;
844
+ text-align: center;
845
+ opacity: 0.2;
846
+ margin: 75px 0;
847
+ transition: all 0.3s;
848
+
849
+ .img-box {
850
+ img {
851
+ width: 100%;
852
+ }
853
+ }
854
+
855
+ .detail-box {
856
+ background-color: $btnColor;
857
+ padding: 15px;
858
+ border-radius: 10px;
859
+ color: $white;
860
+ margin-top: -45px;
861
+ visibility: hidden;
862
+ opacity: 0;
863
+ transition: all 0.3s;
864
+
865
+ h6 {
866
+ text-transform: uppercase;
867
+ font-size: 15px;
868
+ }
869
+
870
+ .social_box {
871
+ display: flex;
872
+ justify-content: center;
873
+
874
+ a {
875
+ width: 30px;
876
+ height: 30px;
877
+ border-radius: 100%;
878
+ display: flex;
879
+ justify-content: center;
880
+ align-items: center;
881
+ background-color: $white;
882
+ font-size: 18px;
883
+ margin: 0 5px;
884
+ color: $btnColor;
885
+ }
886
+ }
887
+ }
888
+ }
889
+
890
+ .team_carousel {
891
+ .owl-item.center {
892
+ .box {
893
+ opacity: 1;
894
+ transform: scale(1.2);
895
+
896
+ .detail-box {
897
+ visibility: visible;
898
+ opacity: 1;
899
+ }
900
+ }
901
+ }
902
+
903
+ .owl-dots {
904
+ display: flex;
905
+ justify-content: center;
906
+
907
+ .owl-dot {
908
+ width: 20px;
909
+ height: 20px;
910
+ margin: 0 5px;
911
+ background-color: $primary1;
912
+ outline: none;
913
+
914
+ &.active {
915
+ background-color: $btnColor;
916
+ }
917
+ }
918
+ }
919
+ }
920
+ }
921
+
922
+ // end team section
923
+
924
+
925
+
926
+ /* contact section */
927
+ .contact_section {
928
+
929
+
930
+ .heading_container {
931
+ margin-bottom: 25px;
932
+ }
933
+
934
+ .row {
935
+ align-items: center;
936
+ }
937
+
938
+ .detail-box {
939
+ width: 250px;
940
+
941
+ p {
942
+ margin-top: 5px;
943
+ }
944
+ }
945
+
946
+ .contact-form {
947
+
948
+ h5 {
949
+ color: $white;
950
+ font-weight: 600;
951
+ text-align: center;
952
+ }
953
+
954
+
955
+ .top_input {
956
+ display: flex;
957
+ justify-content: space-between;
958
+
959
+ input {
960
+ width: 48%;
961
+ }
962
+
963
+ }
964
+
965
+ input {
966
+ width: 100%;
967
+ margin: 10px 0;
968
+ height: 45px;
969
+ padding-left: 15px;
970
+ border: none;
971
+ outline: none;
972
+ box-shadow: 0 0 20px 0 rgba($color: #000000, $alpha: .1);
973
+
974
+ &.message_input {
975
+ height: 125px;
976
+ }
977
+
978
+ &::placeholder {
979
+ color: #acabab;
980
+ }
981
+ }
982
+
983
+ .btn-box {
984
+ display: flex;
985
+ justify-content: center;
986
+ margin-top: 35px;
987
+
988
+ button {
989
+ @include hero_btn($btnColor, $white, 10px, 65px, 0);
990
+ }
991
+ }
992
+
993
+ }
994
+ }
995
+
996
+ /* end contact section */
997
+
998
+ // news section
999
+
1000
+ .news_section {
1001
+ .row {
1002
+ align-items: flex-end;
1003
+ }
1004
+
1005
+ .detail_container {
1006
+ margin-top: 35px;
1007
+
1008
+ .detail-box {
1009
+ box-shadow: 0 0 7px 0 rgba($color: #000000, $alpha: .25);
1010
+ padding: 25px 65px 25px 25px;
1011
+
1012
+ h4 {
1013
+ font-weight: bold;
1014
+ }
1015
+
1016
+ .news_social {
1017
+ display: flex;
1018
+ justify-content: space-between;
1019
+ padding: 15px;
1020
+
1021
+
1022
+ a {
1023
+ display: flex;
1024
+ flex-direction: column;
1025
+ color: $btnColor;
1026
+ }
1027
+ }
1028
+ }
1029
+
1030
+ .btn-box {
1031
+ margin-top: 45px;
1032
+
1033
+ a {
1034
+ @include hero_btn($primary1, $white, 12px, 45px, 0);
1035
+ text-transform: uppercase;
1036
+ }
1037
+ }
1038
+ }
1039
+
1040
+
1041
+ .img-box {
1042
+ margin-left: -80px;
1043
+
1044
+ img {
1045
+ width: 100%;
1046
+ }
1047
+ }
1048
+
1049
+ }
1050
+
1051
+ // end news section
1052
+
1053
+
1054
+
1055
+ // client section
1056
+
1057
+ .client_section {
1058
+ background-image: url(../images/client-bg.jpg);
1059
+ background-size: cover;
1060
+
1061
+ .heading_container {
1062
+ align-items: center;
1063
+ text-align: center;
1064
+ color: $white;
1065
+ }
1066
+
1067
+ .box {
1068
+ padding: 25px;
1069
+ margin: 5px;
1070
+ background-color: $white;
1071
+
1072
+ .client_id {
1073
+ display: flex;
1074
+ align-items: center;
1075
+
1076
+ .img-box {
1077
+ width: 100px;
1078
+ min-width: 100px;
1079
+ border-radius: 100%;
1080
+ margin-right: 15px;
1081
+ overflow: hidden;
1082
+
1083
+ img {
1084
+ width: 100%;
1085
+ }
1086
+ }
1087
+
1088
+ .client_detail {
1089
+ padding-right: 25px;
1090
+
1091
+ h5 {
1092
+ font-weight: 600;
1093
+ }
1094
+
1095
+ h6 {
1096
+ margin: 0;
1097
+ color: $btnColor;
1098
+ }
1099
+ }
1100
+ }
1101
+
1102
+ .client_text {
1103
+ padding: 20px 15px;
1104
+ }
1105
+ }
1106
+
1107
+
1108
+ .owl-carousel {
1109
+ margin-top: 45px;
1110
+ padding: 0 45px;
1111
+
1112
+ .owl-nav {
1113
+ display: flex;
1114
+ justify-content: center;
1115
+ margin-top: 20px;
1116
+
1117
+ button {
1118
+ position: absolute;
1119
+ top: 50%;
1120
+ width: 50px;
1121
+ height: 50px;
1122
+ background-color: $btnColor;
1123
+ outline: none;
1124
+ color: $white;
1125
+ transform: translateY(-50%);
1126
+
1127
+ &:hover {
1128
+ background-color: $primary1;
1129
+ }
1130
+ }
1131
+
1132
+ button.owl-prev {
1133
+ left: 0;
1134
+ }
1135
+
1136
+ button.owl-next {
1137
+ right: 0;
1138
+ }
1139
+ }
1140
+ }
1141
+
1142
+ }
1143
+
1144
+ // end client section
1145
+
1146
+ // contact section
1147
+ .contact_section {
1148
+ position: relative;
1149
+
1150
+ .form_container {}
1151
+
1152
+ .row {
1153
+ align-items: flex-end;
1154
+ }
1155
+
1156
+ form {
1157
+ margin-top: 35px;
1158
+ }
1159
+
1160
+ input {
1161
+ width: 100%;
1162
+ border: none;
1163
+ height: 50px;
1164
+ margin-bottom: 25px;
1165
+ padding-left: 15px;
1166
+ background-color: #ebebeb;
1167
+ outline: none;
1168
+ color: $black;
1169
+
1170
+ &::placeholder {
1171
+ color: #4c4c4c;
1172
+ }
1173
+
1174
+ &.message-box {
1175
+ height: 120px;
1176
+ }
1177
+ }
1178
+
1179
+ button {
1180
+ border: none;
1181
+ @include hero_btn($btnColor, $white, 12px, 35px, 0);
1182
+ font-size: 15px;
1183
+ color: #fff;
1184
+ margin-top: 15px;
1185
+ font-weight: 600;
1186
+ }
1187
+
1188
+ .map_container {
1189
+ height: 450px;
1190
+ overflow: hidden;
1191
+ display: flex;
1192
+ align-items: stretch;
1193
+
1194
+ .map {
1195
+ height: 100%;
1196
+ flex: 1;
1197
+
1198
+ #googleMap {
1199
+ height: 100%;
1200
+ }
1201
+ }
1202
+ }
1203
+ }
1204
+
1205
+ // end contact section
1206
+
1207
+
1208
+
1209
+
1210
+ /* info section */
1211
+ .info_section {
1212
+ background-color: $primary1;
1213
+ color: $white;
1214
+
1215
+ h4 {
1216
+ font-weight: 600;
1217
+ margin-bottom: 20px;
1218
+ }
1219
+
1220
+ .info_contact {
1221
+
1222
+ .contact_link_box {
1223
+ display: flex;
1224
+ flex-direction: column;
1225
+
1226
+ a {
1227
+ margin: 5px 0;
1228
+ color: $white;
1229
+
1230
+ i {
1231
+ margin-right: 5px;
1232
+ }
1233
+
1234
+ &:hover {
1235
+ color: $btnColor;
1236
+ }
1237
+ }
1238
+ }
1239
+ }
1240
+
1241
+ .info_social {
1242
+ display: flex;
1243
+ margin-top: 20px;
1244
+
1245
+ a {
1246
+ display: flex;
1247
+ justify-content: center;
1248
+ align-items: center;
1249
+ color: $white;
1250
+ border-radius: 100%;
1251
+ margin-right: 10px;
1252
+ font-size: 24px;
1253
+
1254
+ &:hover {
1255
+ color: $btnColor;
1256
+ }
1257
+ }
1258
+ }
1259
+
1260
+ .info_links {
1261
+ display: flex;
1262
+ flex-direction: column;
1263
+ flex-wrap: wrap;
1264
+
1265
+ a {
1266
+ display: flex;
1267
+ align-items: center;
1268
+ margin-bottom: 15px;
1269
+ color: $white;
1270
+
1271
+ img {
1272
+ margin-right: 10px;
1273
+ }
1274
+
1275
+ &:hover,
1276
+ &.active {
1277
+ color: $btnColor;
1278
+ }
1279
+ }
1280
+ }
1281
+
1282
+
1283
+
1284
+ form {
1285
+ input {
1286
+ border: none;
1287
+ border-bottom: 1px solid $white;
1288
+ background-color: transparent;
1289
+ width: 100%;
1290
+ height: 45px;
1291
+ color: $white;
1292
+ outline: none;
1293
+
1294
+ &::placeholder {
1295
+ color: $white;
1296
+ }
1297
+ }
1298
+
1299
+ button {
1300
+ width: 100%;
1301
+ text-align: center;
1302
+ @include hero_btn($btnColor, $white, 10px, 55px, 0);
1303
+ margin-top: 15px;
1304
+ }
1305
+ }
1306
+ }
1307
+
1308
+ /* end info section */
1309
+
1310
+ /* footer section*/
1311
+
1312
+ .footer_section {
1313
+ background-color: $primary1;
1314
+ text-align: center;
1315
+ color: $white;
1316
+
1317
+ p {
1318
+ margin: 0;
1319
+ padding: 25px 0;
1320
+ color: $white;
1321
+ border-top: 1px solid $white;
1322
+
1323
+ a {
1324
+ color: inherit;
1325
+ }
1326
+ }
1327
+ }
1328
+
1329
+
1330
+
1331
+ // end footer section
seomark-html/fonts/Helvetica/Helvetica-Bold.ttf ADDED
Binary file (309 kB). View file
 
seomark-html/fonts/Helvetica/Helvetica.ttf ADDED
Binary file (313 kB). View file
 
seomark-html/fonts/Helvetica/HelveticaLt.ttf ADDED
Binary file (42.6 kB). View file
 
seomark-html/fonts/fontawesome-webfont.ttf ADDED
Binary file (166 kB). View file
 
seomark-html/fonts/fontawesome-webfont.woff ADDED
Binary file (98 kB). View file
 
seomark-html/fonts/fontawesome-webfont.woff2 ADDED
Binary file (77.2 kB). View file
 
seomark-html/images/about-img.jpg ADDED
seomark-html/images/client-bg.jpg ADDED
seomark-html/images/client-img1.jpg ADDED
seomark-html/images/client-img2.jpg ADDED
seomark-html/images/feature_number_bg_color.png ADDED
seomark-html/images/feature_number_bg_white.png ADDED
seomark-html/images/help-img.jpg ADDED
seomark-html/images/nav-bullet.png ADDED
seomark-html/images/news-img.jpg ADDED
seomark-html/images/slider-img.jpg ADDED
seomark-html/images/slider-img2.jpg ADDED
seomark-html/images/slider-img3.jpg ADDED
seomark-html/images/wedo-img-bg1.png ADDED
seomark-html/images/wedo-img-bg2.png ADDED
seomark-html/images/wedo-img1.png ADDED
seomark-html/images/wedo-img2.png ADDED
seomark-html/images/wedo-img3.png ADDED
seomark-html/images/wedo-img4.png ADDED
seomark-html/index.html ADDED
@@ -0,0 +1,751 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <!-- Basic -->
6
+ <meta charset="utf-8" />
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
8
+ <!-- Mobile Metas -->
9
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
10
+ <!-- Site Metas -->
11
+ <meta name="keywords" content="" />
12
+ <meta name="description" content="" />
13
+ <meta name="author" content="" />
14
+
15
+ <title>Seomark</title>
16
+
17
+ <!-- slider stylesheet -->
18
+ <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
19
+
20
+ <!-- bootstrap core css -->
21
+ <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
22
+ <!-- fonts awesome style -->
23
+ <link href="css/font-awesome.min.css" rel="stylesheet" />
24
+
25
+ <!-- Custom styles for this template -->
26
+ <link href="css/style.css" rel="stylesheet" />
27
+ <!-- responsive style -->
28
+ <link href="css/responsive.css" rel="stylesheet" />
29
+ </head>
30
+
31
+ <body>
32
+ <div class="hero_area">
33
+ <!-- header section strats -->
34
+ <header class="header_section">
35
+ <nav class="navbar navbar-expand-lg custom_nav-container">
36
+ <div class="custom_menu-btn">
37
+ <button onclick="openNav()">
38
+ <span class="s-1"> </span>
39
+ <span class="s-2"> </span>
40
+ <span class="s-3"> </span>
41
+ </button>
42
+ </div>
43
+ <div id="myNav" class="overlay">
44
+ <div class="menu_btn-style ">
45
+ <button onclick="closeNav()">
46
+ <span class="s-1"> </span>
47
+ <span class="s-2"> </span>
48
+ <span class="s-3"> </span>
49
+ </button>
50
+ </div>
51
+ <div class="overlay-content">
52
+ <a class="active" href="index.html">
53
+ Home
54
+ </a>
55
+ <a class="" href="about.html">
56
+ About
57
+ </a>
58
+ <a class="" href="service.html">
59
+ Services
60
+ </a>
61
+ <a class="" href="testimonial.html">
62
+ Testimonial
63
+ </a>
64
+ <a class="" href="news.html">
65
+ Latest News
66
+ </a>
67
+ <a class="" href="contact.html">
68
+ Contact Us
69
+ </a>
70
+ </div>
71
+ </div>
72
+ <a class="navbar-brand" href="index.html">
73
+ <span>
74
+ Seomark
75
+ </span>
76
+ </a>
77
+ <div class="user_option">
78
+ <form class="form-inline">
79
+ <button class="btn nav_search-btn" type="submit">
80
+ <i class="fa fa-search" aria-hidden="true"></i>
81
+ </button>
82
+ </form>
83
+ <a href="">
84
+ <i class="fa fa-user" aria-hidden="true"></i>
85
+ </a>
86
+ </div>
87
+ <div class="name_style">
88
+ <h6>
89
+ S
90
+ e
91
+ o
92
+ M
93
+ a
94
+ r
95
+ k
96
+ e
97
+ t
98
+ i
99
+ n
100
+ g
101
+ </h6>
102
+ </div>
103
+ </nav>
104
+ </header>
105
+ <!-- end header section -->
106
+ <!-- slider section -->
107
+ <section class="slider_section position-relative">
108
+ <div class="box">
109
+ <div class="detail-box">
110
+ <a class="navbar-brand" href="index.html">
111
+ <span>
112
+ Seomark
113
+ </span>
114
+ </a>
115
+ <div class="carousel slide slider_text_carousel" data-ride="carousel">
116
+ <div class="carousel-inner">
117
+ <div class="carousel-item active">
118
+ <div class="heading_box">
119
+ <h1>
120
+ <span>
121
+ We
122
+ </span>
123
+ <span>
124
+ Can
125
+ </span>
126
+ <span>
127
+ Grow
128
+ </span>
129
+ <span>
130
+ Your
131
+ </span>
132
+ <span>
133
+ Business
134
+ </span>
135
+ </h1>
136
+ </div>
137
+ </div>
138
+ <div class="carousel-item">
139
+ <div class="heading_box">
140
+ <h1>
141
+ <span>
142
+ We
143
+ </span>
144
+ <span>
145
+ Can
146
+ </span>
147
+ <span>
148
+ Grow
149
+ </span>
150
+ <span>
151
+ Your
152
+ </span>
153
+ <span>
154
+ Business
155
+ </span>
156
+ </h1>
157
+ </div>
158
+ </div>
159
+ <div class="carousel-item">
160
+ <div class="heading_box">
161
+ <h1>
162
+ <span>
163
+ We
164
+ </span>
165
+ <span>
166
+ Can
167
+ </span>
168
+ <span>
169
+ Grow
170
+ </span>
171
+ <span>
172
+ Your
173
+ </span>
174
+ <span>
175
+ Business
176
+ </span>
177
+ </h1>
178
+ </div>
179
+ </div>
180
+ </div>
181
+ </div>
182
+
183
+ <div class="btn-box">
184
+ <a href="" class="btn-1">
185
+ Contact Us
186
+ </a>
187
+ <a href="" class="btn-2">
188
+ Read More
189
+ </a>
190
+ </div>
191
+ </div>
192
+ <div class="img-box">
193
+ <div class="carousel slide slider_image_carousel carousel-fade" data-ride="carousel">
194
+ <div class="carousel-inner">
195
+ <div class="carousel-item active">
196
+ <img src="images/slider-img.jpg" alt="">
197
+ </div>
198
+ <div class="carousel-item">
199
+ <img src="images/slider-img2.jpg" alt="">
200
+ </div>
201
+ <div class="carousel-item">
202
+ <img src="images/slider-img3.jpg" alt="">
203
+ </div>
204
+ </div>
205
+ </div>
206
+ </div>
207
+ </div>
208
+ </section>
209
+ <!-- end slider section -->
210
+ </div>
211
+
212
+ <!-- feature section -->
213
+
214
+ <section class="feature_section ">
215
+ <div class="carousel_btn-box">
216
+ <a class="slider_btn_prev" href="" role="button" data-slide="prev">
217
+ <i class="fa fa-angle-left" aria-hidden="true"></i>
218
+ <span class="sr-only">Previous</span>
219
+ </a>
220
+ <a class="slider_btn_next" href="" role="button" data-slide="next">
221
+ <i class="fa fa-angle-right" aria-hidden="true"></i>
222
+ <span class="sr-only">Next</span>
223
+ </a>
224
+ </div>
225
+ <div class="container-fluid service_container">
226
+ <div class="row">
227
+ <div class="col-lg-3 col-sm-6">
228
+ <div class="box">
229
+ <div class="number_box">
230
+ <h5>
231
+ 01
232
+ </h5>
233
+ </div>
234
+ <h4>
235
+ Research Project
236
+ </h4>
237
+ </div>
238
+ </div>
239
+ <div class="col-lg-3 col-sm-6">
240
+ <div class="box">
241
+ <div class="number_box">
242
+ <h5>
243
+ 02
244
+ </h5>
245
+ </div>
246
+ <h4>
247
+ Find Ideas
248
+ </h4>
249
+ </div>
250
+ </div>
251
+ <div class="col-lg-3 col-sm-6">
252
+ <div class="box">
253
+ <div class="number_box">
254
+ <h5>
255
+ 03
256
+ </h5>
257
+ </div>
258
+ <h4>
259
+ Start Optimize
260
+ </h4>
261
+ </div>
262
+ </div>
263
+ <div class="col-lg-3 col-sm-6">
264
+ <div class="box">
265
+ <div class="number_box">
266
+ <h5>
267
+ 04
268
+ </h5>
269
+ </div>
270
+ <h4>
271
+ Reach Target
272
+ </h4>
273
+ </div>
274
+ </div>
275
+ </div>
276
+ </div>
277
+ </section>
278
+
279
+ <!-- end feature section -->
280
+
281
+ <!-- about section -->
282
+
283
+ <section class="about_section layout_padding">
284
+ <div class="container">
285
+ <div class="row">
286
+ <div class="col-md-6">
287
+ <div class="detail-box">
288
+ <div class="heading_container">
289
+ <h2>
290
+ About Agency
291
+ </h2>
292
+ </div>
293
+ <p>
294
+ fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors
295
+ </p>
296
+ <a href="">
297
+ Read More
298
+ </a>
299
+ </div>
300
+ </div>
301
+ <div class="col-md-6">
302
+ <div class="img-box">
303
+ <div class="stripe_design sd1"></div>
304
+ <div class="stripe_design sd2"></div>
305
+ <div class="stripe_design sd3"></div>
306
+ <div class="stripe_design sd4"></div>
307
+ <div class="stripe_design sd5"></div>
308
+ <div class="stripe_design sd6"></div>
309
+ <img src="images/about-img.jpg" alt="" />
310
+ </div>
311
+ </div>
312
+ </div>
313
+ </div>
314
+ </section>
315
+
316
+ <!-- end about section -->
317
+
318
+ <!-- help section -->
319
+
320
+ <section class="help_section layout_padding2">
321
+ <div class="container">
322
+ <div class="row">
323
+ <div class="col-md-6">
324
+ <div class="detail-box">
325
+ <div class="heading_container">
326
+ <h2>
327
+ Let Us Help <br>
328
+ You Get More
329
+ </h2>
330
+ </div>
331
+ <p>
332
+ using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a searchusing 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search
333
+ </p>
334
+ <a href="">
335
+ See Videos
336
+ </a>
337
+ </div>
338
+ </div>
339
+ <div class="col-md-6">
340
+ <div class="img-box">
341
+ <img src="images/help-img.jpg" alt="" />
342
+ <div class="play_btn">
343
+ <button>
344
+ <i class="fa fa-play" aria-hidden="true"></i>
345
+ </button>
346
+ </div>
347
+ </div>
348
+ </div>
349
+ </div>
350
+ </div>
351
+ </section>
352
+
353
+ <!-- end help section -->
354
+
355
+
356
+ <!-- we do section -->
357
+
358
+ <section class="wedo_section layout_padding">
359
+ <div class="container">
360
+ <div class="heading_container">
361
+ <h2>
362
+ What We do
363
+ </h2>
364
+ <p>
365
+ Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now
366
+ </p>
367
+ </div>
368
+ <div class="row">
369
+ <div class="col-md-6 col-lg-3">
370
+ <div class="box pr-0 pr-lg-5">
371
+ <div class="img-box">
372
+ <img src="images/wedo-img2.png" alt="">
373
+ </div>
374
+ <div class="detail-box">
375
+ <h5>
376
+ Social Marketing
377
+ </h5>
378
+ <p>
379
+ passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum
380
+ </p>
381
+ <a href="">
382
+ Read More
383
+ </a>
384
+ </div>
385
+ </div>
386
+ </div>
387
+ <div class="col-md-6 col-lg-3">
388
+ <div class="box pr-0 pr-lg-5">
389
+ <div class="img-box">
390
+ <img src="images/wedo-img3.png" alt="">
391
+ </div>
392
+ <div class="detail-box">
393
+ <h5>
394
+ Content Marketing
395
+ </h5>
396
+ <p>
397
+ passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum
398
+ </p>
399
+ <a href="">
400
+ Read More
401
+ </a>
402
+ </div>
403
+ </div>
404
+ </div>
405
+ <div class="col-md-6 col-lg-3">
406
+ <div class="box pr-0 pr-lg-5">
407
+ <div class="img-box">
408
+ <img src="images/wedo-img4.png" alt="">
409
+ </div>
410
+ <div class="detail-box">
411
+ <h5>
412
+ Data Analysis
413
+ </h5>
414
+ <p>
415
+ passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum
416
+ </p>
417
+ <a href="">
418
+ Read More
419
+ </a>
420
+ </div>
421
+ </div>
422
+ </div>
423
+ <div class="col-md-6 col-lg-3">
424
+ <div class="box pr-0 pr-lg-5">
425
+ <div class="img-box">
426
+ <img src="images/wedo-img1.png" alt="">
427
+ </div>
428
+ <div class="detail-box">
429
+ <h5>
430
+ Digital Marketing
431
+ </h5>
432
+ <p>
433
+ passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum
434
+ </p>
435
+ <a href="">
436
+ Read More
437
+ </a>
438
+ </div>
439
+ </div>
440
+ </div>
441
+ </div>
442
+ </div>
443
+ </section>
444
+
445
+ <!-- end we do section -->
446
+
447
+ <!-- news section -->
448
+
449
+ <section class="news_section layout_padding-bottom">
450
+ <div class="container">
451
+ <div class="heading_container">
452
+ <h2>
453
+ Latest News
454
+ </h2>
455
+ <p>
456
+ Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now
457
+ </p>
458
+ </div>
459
+ <div class="row">
460
+ <div class="col-lg-6 ">
461
+ <div class="detail_container">
462
+ <div class="detail-box">
463
+ <h4>
464
+ Publishing packages Web page
465
+ </h4>
466
+ <div class="news_social">
467
+ <a href="">
468
+ <i class="fa fa-heart" aria-hidden="true"></i>
469
+ <span>
470
+ Like
471
+ </span>
472
+ </a>
473
+ <a href="">
474
+ <i class="fa fa-comment" aria-hidden="true"></i>
475
+ <span>
476
+ Comment
477
+ </span>
478
+ </a>
479
+ <a href="">
480
+ <i class="fa fa-share-alt" aria-hidden="true"></i>
481
+ <span>
482
+ Share
483
+ </span>
484
+ </a>
485
+ </div>
486
+ <p>
487
+ College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtableCollege in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable
488
+ </p>
489
+ </div>
490
+ <div class="btn-box">
491
+ <a href="">
492
+ Read More
493
+ </a>
494
+ </div>
495
+ </div>
496
+ </div>
497
+ <div class="col-lg-6 ">
498
+ <div class="img-box">
499
+ <img src="images/news-img.jpg" alt="">
500
+ </div>
501
+ </div>
502
+ </div>
503
+ </div>
504
+ </section>
505
+
506
+ <!-- end news section -->
507
+
508
+
509
+ <!-- client section -->
510
+
511
+ <section class="client_section layout_padding">
512
+ <div class="container">
513
+ <div class="heading_container">
514
+ <h2>
515
+ What Says Our Clients
516
+ </h2>
517
+ </div>
518
+ <div class="carousel-wrap ">
519
+ <div class="owl-carousel">
520
+ <div class="item">
521
+ <div class="box">
522
+ <div class="client_id">
523
+ <div class="img-box">
524
+ <img src="images/client-img1.jpg" alt="">
525
+ </div>
526
+ <div class="client_detail">
527
+ <h5>
528
+ Jims thomas
529
+ </h5>
530
+ <h6>
531
+ hidden in the
532
+ </h6>
533
+ </div>
534
+ </div>
535
+ <div class="client_text">
536
+ <p>
537
+ If you are going to use a passage of Lorem Ipsum, you need to be sure th
538
+ ere isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined
539
+ </p>
540
+ </div>
541
+ </div>
542
+ </div>
543
+ <div class="item">
544
+ <div class="box">
545
+ <div class="client_id">
546
+ <div class="img-box">
547
+ <img src="images/client-img2.jpg" alt="">
548
+ </div>
549
+ <div class="client_detail">
550
+ <h5>
551
+ Thomas mor
552
+ </h5>
553
+ <h6>
554
+ Hidden
555
+ </h6>
556
+ </div>
557
+ </div>
558
+ <div class="client_text">
559
+ <p>
560
+ If you are going to use a passage of Lorem Ipsum, you need to be sure th
561
+ ere isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined
562
+ </p>
563
+ </div>
564
+ </div>
565
+ </div>
566
+ </div>
567
+ </div>
568
+ </div>
569
+ </section>
570
+
571
+ <!-- end client section -->
572
+
573
+
574
+ <!-- contact section -->
575
+
576
+ <section class="contact_section layout_padding">
577
+ <div class="container-fluid">
578
+ <div class="row">
579
+ <div class="col-md-5 col-lg-4 offset-md-1 offset-lg-2">
580
+ <div class="form_container">
581
+ <div class="heading_container">
582
+ <h2>
583
+ Contact Now For Work
584
+ </h2>
585
+ </div>
586
+ <form action="#">
587
+ <div>
588
+ <input type="text" placeholder="Full Name " />
589
+ </div>
590
+ <div>
591
+ <input type="email" placeholder="Email" />
592
+ </div>
593
+ <div>
594
+ <input type="text" placeholder="Phone number" />
595
+ </div>
596
+ <div>
597
+ <input type="text" class="message-box" placeholder="Message" />
598
+ </div>
599
+ <div class="d-flex ">
600
+ <button>
601
+ SEND
602
+ </button>
603
+ </div>
604
+ </form>
605
+ </div>
606
+ </div>
607
+ <div class="col-md-6 px-0">
608
+ <div class="map_container">
609
+ <div class="map">
610
+ <div id="googleMap"></div>
611
+ </div>
612
+ </div>
613
+ </div>
614
+ </div>
615
+ </div>
616
+ </section>
617
+
618
+ <!-- end contact section -->
619
+
620
+
621
+ <!-- info section -->
622
+
623
+ <section class="info_section layout_padding2">
624
+ <div class="container">
625
+ <div class="row">
626
+ <div class="col-md-3">
627
+ <div class="info_contact">
628
+ <h4>
629
+ Address
630
+ </h4>
631
+ <div class="contact_link_box">
632
+ <a href="">
633
+ <i class="fa fa-map-marker" aria-hidden="true"></i>
634
+ <span>
635
+ Location
636
+ </span>
637
+ </a>
638
+ <a href="">
639
+ <i class="fa fa-phone" aria-hidden="true"></i>
640
+ <span>
641
+ Call +01 1234567890
642
+ </span>
643
+ </a>
644
+ <a href="">
645
+ <i class="fa fa-envelope" aria-hidden="true"></i>
646
+ <span>
647
648
+ </span>
649
+ </a>
650
+ </div>
651
+ </div>
652
+ <div class="info_social">
653
+ <a href="">
654
+ <i class="fa fa-facebook" aria-hidden="true"></i>
655
+ </a>
656
+ <a href="">
657
+ <i class="fa fa-twitter" aria-hidden="true"></i>
658
+ </a>
659
+ <a href="">
660
+ <i class="fa fa-linkedin" aria-hidden="true"></i>
661
+ </a>
662
+ <a href="">
663
+ <i class="fa fa-instagram" aria-hidden="true"></i>
664
+ </a>
665
+ </div>
666
+ </div>
667
+ <div class="col-md-3">
668
+ <div class="info_link_box">
669
+ <h4>
670
+ Links
671
+ </h4>
672
+ <div class="info_links">
673
+ <a class="active" href="index.html">
674
+ <img src="images/nav-bullet.png" alt="">
675
+ Home
676
+ </a>
677
+ <a class="" href="about.html">
678
+ <img src="images/nav-bullet.png" alt="">
679
+ About
680
+ </a>
681
+ <a class="" href="service.html">
682
+ <img src="images/nav-bullet.png" alt="">
683
+ Services
684
+ </a>
685
+ <a class="" href="testimonial.html">
686
+ <img src="images/nav-bullet.png" alt="">
687
+ Testimonial
688
+ </a>
689
+ <a class="" href="news.html">
690
+ <img src="images/nav-bullet.png" alt="">
691
+ Latest News
692
+ </a>
693
+ <a class="" href="contact.html">
694
+ <img src="images/nav-bullet.png" alt="">
695
+ Contact Us
696
+ </a>
697
+ </div>
698
+ </div>
699
+ </div>
700
+ <div class="col-md-3">
701
+ <div class="info_detail">
702
+ <h4>
703
+ Info
704
+ </h4>
705
+ <p>
706
+ necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful
707
+ </p>
708
+ </div>
709
+ </div>
710
+ <div class="col-md-3">
711
+ <h4>
712
+ Subscribe
713
+ </h4>
714
+ <form action="#">
715
+ <input type="text" placeholder="Enter email" />
716
+ <button type="submit">
717
+ Subscribe
718
+ </button>
719
+ </form>
720
+ </div>
721
+ </div>
722
+ </div>
723
+ </section>
724
+
725
+ <!-- end info section -->
726
+
727
+ <!-- footer section -->
728
+ <footer class="footer_section">
729
+ <div class="container">
730
+ <div class="row">
731
+ <div class="col-md-8 mx-auto">
732
+ <p>
733
+ &copy; <span id="displayYear"></span> All Rights Reserved. Design by
734
+ <a href="https://html.design/">Free Html Templates</a>
735
+ </p>
736
+ </div>
737
+ </div>
738
+ </div>
739
+ </footer>
740
+ <!-- footer section -->
741
+
742
+ <script src="js/jquery-3.4.1.min.js"></script>
743
+ <script src="js/bootstrap.js"></script>
744
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
745
+ <script src="js/custom.js"></script>
746
+ <!-- Google Map -->
747
+ <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap"></script>
748
+ <!-- End Google Map -->
749
+ </body>
750
+
751
+ </html>
seomark-html/js/bootstrap.js ADDED
The diff for this file is too large to render. See raw diff
 
seomark-html/js/custom.js ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ // navigation menu js
2
+ function openNav() {
3
+ $("#myNav").addClass("menu_width");
4
+ $(".menu_btn-style").fadeIn();
5
+ }
6
+
7
+ function closeNav() {
8
+ $("#myNav").removeClass("menu_width");
9
+ $(".menu_btn-style").fadeOut();
10
+ }
11
+
12
+
13
+ // get current year
14
+
15
+ function displayYear() {
16
+ var d = new Date();
17
+ var currentYear = d.getFullYear();
18
+ document.querySelector("#displayYear").innerHTML = currentYear;
19
+ }
20
+ displayYear();
21
+
22
+
23
+
24
+ //client section owl carousel
25
+ $(".owl-carousel").owlCarousel({
26
+ loop: true,
27
+ margin: 10,
28
+ nav: true,
29
+ dots: false,
30
+ navText: [
31
+ '<i class="fa fa-long-arrow-left" aria-hidden="true"></i>',
32
+ '<i class="fa fa-long-arrow-right" aria-hidden="true"></i>'
33
+ ],
34
+ autoplay: true,
35
+ autoplayHoverPause: true,
36
+ responsive: {
37
+ 0: {
38
+ items: 1
39
+ },
40
+ 768: {
41
+ items: 2
42
+ },
43
+ 1000: {
44
+ items: 2
45
+ }
46
+ }
47
+ });
48
+
49
+
50
+ // slider carousel control
51
+
52
+
53
+ $('.slider_btn_prev').on('click', function (e) {
54
+ e.preventDefault()
55
+ $('.slider_text_carousel').carousel('prev')
56
+ $('.slider_image_carousel').carousel('prev')
57
+ })
58
+
59
+
60
+ $('.slider_btn_next').on('click', function (e) {
61
+ e.preventDefault()
62
+ $('.slider_text_carousel').carousel('next')
63
+ $('.slider_image_carousel').carousel('next')
64
+ })
65
+
66
+
67
+ /** google_map js **/
68
+
69
+ function myMap() {
70
+ var mapProp = {
71
+ center: new google.maps.LatLng(40.712775, -74.005973),
72
+ zoom: 18,
73
+ };
74
+ var map = new google.maps.Map(document.getElementById("googleMap"), mapProp);
75
+ }
seomark-html/js/jquery-3.4.1.min.js ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ /*! jQuery v3.4.1 | (c) JS Foundation and other contributors | jquery.org/license */
2
+ !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],E=C.document,r=Object.getPrototypeOf,s=t.slice,g=t.concat,u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType},x=function(e){return null!=e&&e===e.window},c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.4.1",k=function(e,t){return new k.fn.init(e,t)},p=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g;function d(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0<t&&t-1 in e)}k.fn=k.prototype={jquery:f,constructor:k,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=k.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return k.each(this,e)},map:function(n){return this.pushStack(k.map(this,function(e,t){return n.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(0<=n&&n<t?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:u,sort:t.sort,splice:t.splice},k.extend=k.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=1,u=arguments.length,l=!1;for("boolean"==typeof a&&(l=a,a=arguments[s]||{},s++),"object"==typeof a||m(a)||(a={}),s===u&&(a=this,s--);s<u;s++)if(null!=(e=arguments[s]))for(t in e)r=e[t],"__proto__"!==t&&a!==r&&(l&&r&&(k.isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||k.isPlainObject(n)?n:{},i=!1,a[t]=k.extend(l,o,r)):void 0!==r&&(a[t]=r));return a},k.extend({expando:"jQuery"+(f+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){var t,n;return!(!e||"[object Object]"!==o.call(e))&&(!(t=r(e))||"function"==typeof(n=v.call(t,"constructor")&&t.constructor)&&a.call(n)===l)},isEmptyObject:function(e){var t;for(t in e)return!1;return!0},globalEval:function(e,t){b(e,{nonce:t&&t.nonce})},each:function(e,t){var n,r=0;if(d(e)){for(n=e.length;r<n;r++)if(!1===t.call(e[r],r,e[r]))break}else for(r in e)if(!1===t.call(e[r],r,e[r]))break;return e},trim:function(e){return null==e?"":(e+"").replace(p,"")},makeArray:function(e,t){var n=t||[];return null!=e&&(d(Object(e))?k.merge(n,"string"==typeof e?[e]:e):u.call(n,e)),n},inArray:function(e,t,n){return null==t?-1:i.call(t,e,n)},merge:function(e,t){for(var n=+t.length,r=0,i=e.length;r<n;r++)e[i++]=t[r];return e.length=i,e},grep:function(e,t,n){for(var r=[],i=0,o=e.length,a=!n;i<o;i++)!t(e[i],i)!==a&&r.push(e[i]);return r},map:function(e,t,n){var r,i,o=0,a=[];if(d(e))for(r=e.length;o<r;o++)null!=(i=t(e[o],o,n))&&a.push(i);else for(o in e)null!=(i=t(e[o],o,n))&&a.push(i);return g.apply([],a)},guid:1,support:y}),"function"==typeof Symbol&&(k.fn[Symbol.iterator]=t[Symbol.iterator]),k.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var h=function(n){var e,d,b,o,i,h,f,g,w,u,l,T,C,a,E,v,s,c,y,k="sizzle"+1*new Date,m=n.document,S=0,r=0,p=ue(),x=ue(),N=ue(),A=ue(),D=function(e,t){return e===t&&(l=!0),0},j={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.slice,P=function(e,t){for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n;return-1},R="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",I="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",W="\\["+M+"*("+I+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+I+"))|)"+M+"*\\]",$=":("+I+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+W+")*)|.*)\\)|)",F=new RegExp(M+"+","g"),B=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),_=new RegExp("^"+M+"*,"+M+"*"),z=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),ne=function(e,t,n){var r="0x"+t-65536;return r!=r||n?t:r<0?String.fromCharCode(r+65536):String.fromCharCode(r>>10|55296,1023&r|56320)},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){(s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;while(o--)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="<a id='"+k+"'></a><select id='"+k+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0<se(t,C,null,[e]).length},se.contains=function(e,t){return(e.ownerDocument||e)!==C&&T(e),y(e,t)},se.attr=function(e,t){(e.ownerDocument||e)!==C&&T(e);var n=b.attrHandle[t.toLowerCase()],r=n&&j.call(b.attrHandle,t.toLowerCase())?n(e,t,!E):void 0;return void 0!==r?r:d.attributes||!E?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},se.escape=function(e){return(e+"").replace(re,ie)},se.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},se.uniqueSort=function(e){var t,n=[],r=0,i=0;if(l=!d.detectDuplicates,u=!d.sortStable&&e.slice(0),e.sort(D),l){while(t=e[i++])t===e[i]&&(r=n.push(i));while(r--)e.splice(n[r],1)}return u=null,e},o=se.getText=function(e){var t,n="",r=0,i=e.nodeType;if(i){if(1===i||9===i||11===i){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===i||4===i)return e.nodeValue}else while(t=e[r++])n+=o(t);return n},(b=se.selectors={cacheLength:50,createPseudo:le,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1<t.indexOf(i):"$="===r?i&&t.slice(-i.length)===i:"~="===r?-1<(" "+t.replace(F," ")+" ").indexOf(i):"|="===r&&(t===i||t.slice(0,i.length+1)===i+"-"))}},CHILD:function(h,e,t,g,v){var y="nth"!==h.slice(0,3),m="last"!==h.slice(-4),x="of-type"===e;return 1===g&&0===v?function(e){return!!e.parentNode}:function(e,t,n){var r,i,o,a,s,u,l=y!==m?"nextSibling":"previousSibling",c=e.parentNode,f=x&&e.nodeName.toLowerCase(),p=!n&&!x,d=!1;if(c){if(y){while(l){a=e;while(a=a[l])if(x?a.nodeName.toLowerCase()===f:1===a.nodeType)return!1;u=l="only"===h&&!u&&"nextSibling"}return!0}if(u=[m?c.firstChild:c.lastChild],m&&p){d=(s=(r=(i=(o=(a=c)[k]||(a[k]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===S&&r[1])&&r[2],a=s&&c.childNodes[s];while(a=++s&&a&&a[l]||(d=s=0)||u.pop())if(1===a.nodeType&&++d&&a===e){i[h]=[S,s,d];break}}else if(p&&(d=s=(r=(i=(o=(a=e)[k]||(a[k]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]||[])[0]===S&&r[1]),!1===d)while(a=++s&&a&&a[l]||(d=s=0)||u.pop())if((x?a.nodeName.toLowerCase()===f:1===a.nodeType)&&++d&&(p&&((i=(o=a[k]||(a[k]={}))[a.uniqueID]||(o[a.uniqueID]={}))[h]=[S,d]),a===e))break;return(d-=v)===g||d%g==0&&0<=d/g}}},PSEUDO:function(e,o){var t,a=b.pseudos[e]||b.setFilters[e.toLowerCase()]||se.error("unsupported pseudo: "+e);return a[k]?a(o):1<a.length?(t=[e,e,"",o],b.setFilters.hasOwnProperty(e.toLowerCase())?le(function(e,t){var n,r=a(e,o),i=r.length;while(i--)e[n=P(e,r[i])]=!(t[n]=r[i])}):function(e){return a(e,0,t)}):a}},pseudos:{not:le(function(e){var r=[],i=[],s=f(e.replace(B,"$1"));return s[k]?le(function(e,t,n,r){var i,o=s(e,null,r,[]),a=e.length;while(a--)(i=o[a])&&(e[a]=!(t[a]=i))}):function(e,t,n){return r[0]=e,s(r,null,n,i),r[0]=null,!i.pop()}}),has:le(function(t){return function(e){return 0<se(t,e).length}}),contains:le(function(t){return t=t.replace(te,ne),function(e){return-1<(e.textContent||o(e)).indexOf(t)}}),lang:le(function(n){return V.test(n||"")||se.error("unsupported lang: "+n),n=n.replace(te,ne).toLowerCase(),function(e){var t;do{if(t=E?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===n||0===t.indexOf(n+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=n.location&&n.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===a},focus:function(e){return e===C.activeElement&&(!C.hasFocus||C.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:ge(!1),disabled:ge(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!b.pseudos.empty(e)},header:function(e){return J.test(e.nodeName)},input:function(e){return Q.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ve(function(){return[0]}),last:ve(function(e,t){return[t-1]}),eq:ve(function(e,t,n){return[n<0?n+t:n]}),even:ve(function(e,t){for(var n=0;n<t;n+=2)e.push(n);return e}),odd:ve(function(e,t){for(var n=1;n<t;n+=2)e.push(n);return e}),lt:ve(function(e,t,n){for(var r=n<0?n+t:t<n?t:n;0<=--r;)e.push(r);return e}),gt:ve(function(e,t,n){for(var r=n<0?n+t:n;++r<t;)e.push(r);return e})}}).pseudos.nth=b.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})b.pseudos[e]=de(e);for(e in{submit:!0,reset:!0})b.pseudos[e]=he(e);function me(){}function xe(e){for(var t=0,n=e.length,r="";t<n;t++)r+=e[t].value;return r}function be(s,e,t){var u=e.dir,l=e.next,c=l||u,f=t&&"parentNode"===c,p=r++;return e.first?function(e,t,n){while(e=e[u])if(1===e.nodeType||f)return s(e,t,n);return!1}:function(e,t,n){var r,i,o,a=[S,p];if(n){while(e=e[u])if((1===e.nodeType||f)&&s(e,t,n))return!0}else while(e=e[u])if(1===e.nodeType||f)if(i=(o=e[k]||(e[k]={}))[e.uniqueID]||(o[e.uniqueID]={}),l&&l===e.nodeName.toLowerCase())e=e[u]||e;else{if((r=i[c])&&r[0]===S&&r[1]===p)return a[2]=r[2];if((i[c]=a)[2]=s(e,t,n))return!0}return!1}}function we(i){return 1<i.length?function(e,t,n){var r=i.length;while(r--)if(!i[r](e,t,n))return!1;return!0}:i[0]}function Te(e,t,n,r,i){for(var o,a=[],s=0,u=e.length,l=null!=t;s<u;s++)(o=e[s])&&(n&&!n(o,r,i)||(a.push(o),l&&t.push(s)));return a}function Ce(d,h,g,v,y,e){return v&&!v[k]&&(v=Ce(v)),y&&!y[k]&&(y=Ce(y,e)),le(function(e,t,n,r){var i,o,a,s=[],u=[],l=t.length,c=e||function(e,t,n){for(var r=0,i=t.length;r<i;r++)se(e,t[r],n);return n}(h||"*",n.nodeType?[n]:n,[]),f=!d||!e&&h?c:Te(c,s,d,n,r),p=g?y||(e?d:l||v)?[]:t:f;if(g&&g(f,p,n,r),v){i=Te(p,u),v(i,[],n,r),o=i.length;while(o--)(a=i[o])&&(p[u[o]]=!(f[u[o]]=a))}if(e){if(y||d){if(y){i=[],o=p.length;while(o--)(a=p[o])&&i.push(f[o]=a);y(null,p=[],i,r)}o=p.length;while(o--)(a=p[o])&&-1<(i=y?P(e,a):s[o])&&(e[i]=!(t[i]=a))}}else p=Te(p===t?p.splice(l,p.length):p),y?y(null,t,p,r):H.apply(t,p)})}function Ee(e){for(var i,t,n,r=e.length,o=b.relative[e[0].type],a=o||b.relative[" "],s=o?1:0,u=be(function(e){return e===i},a,!0),l=be(function(e){return-1<P(i,e)},a,!0),c=[function(e,t,n){var r=!o&&(n||t!==w)||((i=t).nodeType?u(e,t,n):l(e,t,n));return i=null,r}];s<r;s++)if(t=b.relative[e[s].type])c=[be(we(c),t)];else{if((t=b.filter[e[s].type].apply(null,e[s].matches))[k]){for(n=++s;n<r;n++)if(b.relative[e[n].type])break;return Ce(1<s&&we(c),1<s&&xe(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(B,"$1"),t,s<n&&Ee(e.slice(s,n)),n<r&&Ee(e=e.slice(n)),n<r&&xe(e))}c.push(t)}return we(c)}return me.prototype=b.filters=b.pseudos,b.setFilters=new me,h=se.tokenize=function(e,t){var n,r,i,o,a,s,u,l=x[e+" "];if(l)return t?0:l.slice(0);a=e,s=[],u=b.preFilter;while(a){for(o in n&&!(r=_.exec(a))||(r&&(a=a.slice(r[0].length)||a),s.push(i=[])),n=!1,(r=z.exec(a))&&(n=r.shift(),i.push({value:n,type:r[0].replace(B," ")}),a=a.slice(n.length)),b.filter)!(r=G[o].exec(a))||u[o]&&!(r=u[o](r))||(n=r.shift(),i.push({value:n,type:o,matches:r}),a=a.slice(n.length));if(!n)break}return t?a.length:a?se.error(e):x(e,s).slice(0)},f=se.compile=function(e,t){var n,v,y,m,x,r,i=[],o=[],a=N[e+" "];if(!a){t||(t=h(e)),n=t.length;while(n--)(a=Ee(t[n]))[k]?i.push(a):o.push(a);(a=N(e,(v=o,m=0<(y=i).length,x=0<v.length,r=function(e,t,n,r,i){var o,a,s,u=0,l="0",c=e&&[],f=[],p=w,d=e||x&&b.find.TAG("*",i),h=S+=null==p?1:Math.random()||.1,g=d.length;for(i&&(w=t===C||t||i);l!==g&&null!=(o=d[l]);l++){if(x&&o){a=0,t||o.ownerDocument===C||(T(o),n=!E);while(s=v[a++])if(s(o,t||C,n)){r.push(o);break}i&&(S=h)}m&&((o=!s&&o)&&u--,e&&c.push(o))}if(u+=l,m&&l!==u){a=0;while(s=y[a++])s(c,f,t,n);if(e){if(0<u)while(l--)c[l]||f[l]||(f[l]=q.call(r));f=Te(f)}H.apply(r,f),i&&!e&&0<f.length&&1<u+y.length&&se.uniqueSort(r)}return i&&(S=h,w=p),c},m?le(r):r))).selector=e}return a},g=se.select=function(e,t,n,r){var i,o,a,s,u,l="function"==typeof e&&e,c=!r&&h(e=l.selector||e);if(n=n||[],1===c.length){if(2<(o=c[0]=c[0].slice(0)).length&&"ID"===(a=o[0]).type&&9===t.nodeType&&E&&b.relative[o[1].type]){if(!(t=(b.find.ID(a.matches[0].replace(te,ne),t)||[])[0]))return n;l&&(t=t.parentNode),e=e.slice(o.shift().value.length)}i=G.needsContext.test(e)?0:o.length;while(i--){if(a=o[i],b.relative[s=a.type])break;if((u=b.find[s])&&(r=u(a.matches[0].replace(te,ne),ee.test(o[0].type)&&ye(t.parentNode)||t))){if(o.splice(i,1),!(e=r.length&&xe(o)))return H.apply(n,r),n;break}}}return(l||f(e,c))(r,t,!E,n,!t||ee.test(e)&&ye(t.parentNode)||t),n},d.sortStable=k.split("").sort(D).join("")===k,d.detectDuplicates=!!l,T(),d.sortDetached=ce(function(e){return 1&e.compareDocumentPosition(C.createElement("fieldset"))}),ce(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||fe("type|href|height|width",function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),d.attributes&&ce(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||fe("value",function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),ce(function(e){return null==e.getAttribute("disabled")})||fe(R,function(e,t,n){var r;if(!n)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),se}(C);k.find=h,k.expr=h.selectors,k.expr[":"]=k.expr.pseudos,k.uniqueSort=k.unique=h.uniqueSort,k.text=h.getText,k.isXMLDoc=h.isXML,k.contains=h.contains,k.escapeSelector=h.escape;var T=function(e,t,n){var r=[],i=void 0!==n;while((e=e[t])&&9!==e.nodeType)if(1===e.nodeType){if(i&&k(e).is(n))break;r.push(e)}return r},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},N=k.expr.match.needsContext;function A(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var D=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1<i.call(n,e)!==r}):k.filter(n,e,r)}k.filter=function(e,t,n){var r=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===r.nodeType?k.find.matchesSelector(r,e)?[r]:[]:k.find.matches(e,k.grep(t,function(e){return 1===e.nodeType}))},k.fn.extend({find:function(e){var t,n,r=this.length,i=this;if("string"!=typeof e)return this.pushStack(k(e).filter(function(){for(t=0;t<r;t++)if(k.contains(i[t],this))return!0}));for(n=this.pushStack([]),t=0;t<r;t++)k.find(e,i[t],n);return 1<r?k.uniqueSort(n):n},filter:function(e){return this.pushStack(j(this,e||[],!1))},not:function(e){return this.pushStack(j(this,e||[],!0))},is:function(e){return!!j(this,"string"==typeof e&&N.test(e)?k(e):e||[],!1).length}});var q,L=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this)}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){while((e=e[t])&&1!==e.nodeType);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e<n;e++)if(k.contains(this,t[e]))return!0})},closest:function(e,t){var n,r=0,i=this.length,o=[],a="string"!=typeof e&&k(e);if(!N.test(e))for(;r<i;r++)for(n=this[r];n&&n!==t;n=n.parentNode)if(n.nodeType<11&&(a?-1<a.index(n):1===n.nodeType&&k.find.matchesSelector(n,e))){o.push(n);break}return this.pushStack(1<o.length?k.uniqueSort(o):o)},index:function(e){return e?"string"==typeof e?i.call(k(e),this[0]):i.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(k.uniqueSort(k.merge(this.get(),k(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),k.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return T(e,"parentNode")},parentsUntil:function(e,t,n){return T(e,"parentNode",n)},next:function(e){return P(e,"nextSibling")},prev:function(e){return P(e,"previousSibling")},nextAll:function(e){return T(e,"nextSibling")},prevAll:function(e){return T(e,"previousSibling")},nextUntil:function(e,t,n){return T(e,"nextSibling",n)},prevUntil:function(e,t,n){return T(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return"undefined"!=typeof e.contentDocument?e.contentDocument:(A(e,"template")&&(e=e.content||e),k.merge([],e.childNodes))}},function(r,i){k.fn[r]=function(e,t){var n=k.map(this,i,e);return"Until"!==r.slice(-5)&&(t=e),t&&"string"==typeof t&&(n=k.filter(t,n)),1<this.length&&(O[r]||k.uniqueSort(n),H.test(r)&&n.reverse()),this.pushStack(n)}});var R=/[^\x20\t\r\n\f]+/g;function M(e){return e}function I(e){throw e}function W(e,t,n,r){var i;try{e&&m(i=e.promise)?i.call(e).done(t).fail(n):e&&m(i=e.then)?i.call(e,t,n):t.apply(void 0,[e].slice(r))}catch(e){n.apply(void 0,[e])}}k.Callbacks=function(r){var e,n;r="string"==typeof r?(e=r,n={},k.each(e.match(R)||[],function(e,t){n[t]=!0}),n):k.extend({},r);var i,t,o,a,s=[],u=[],l=-1,c=function(){for(a=a||r.once,o=i=!0;u.length;l=-1){t=u.shift();while(++l<s.length)!1===s[l].apply(t[0],t[1])&&r.stopOnFalse&&(l=s.length,t=!1)}r.memory||(t=!1),i=!1,a&&(s=t?[]:"")},f={add:function(){return s&&(t&&!i&&(l=s.length-1,u.push(t)),function n(e){k.each(e,function(e,t){m(t)?r.unique&&f.has(t)||s.push(t):t&&t.length&&"string"!==w(t)&&n(t)})}(arguments),t&&!i&&c()),this},remove:function(){return k.each(arguments,function(e,t){var n;while(-1<(n=k.inArray(t,s,n)))s.splice(n,1),n<=l&&l--}),this},has:function(e){return e?-1<k.inArray(e,s):0<s.length},empty:function(){return s&&(s=[]),this},disable:function(){return a=u=[],s=t="",this},disabled:function(){return!s},lock:function(){return a=u=[],t||i||(s=t=""),this},locked:function(){return!!a},fireWith:function(e,t){return a||(t=[e,(t=t||[]).slice?t.slice():t],u.push(t),i||c()),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!o}};return f},k.extend({Deferred:function(e){var o=[["notify","progress",k.Callbacks("memory"),k.Callbacks("memory"),2],["resolve","done",k.Callbacks("once memory"),k.Callbacks("once memory"),0,"resolved"],["reject","fail",k.Callbacks("once memory"),k.Callbacks("once memory"),1,"rejected"]],i="pending",a={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},"catch":function(e){return a.then(null,e)},pipe:function(){var i=arguments;return k.Deferred(function(r){k.each(o,function(e,t){var n=m(i[t[4]])&&i[t[4]];s[t[1]](function(){var e=n&&n.apply(this,arguments);e&&m(e.promise)?e.promise().progress(r.notify).done(r.resolve).fail(r.reject):r[t[0]+"With"](this,n?[e]:arguments)})}),i=null}).promise()},then:function(t,n,r){var u=0;function l(i,o,a,s){return function(){var n=this,r=arguments,e=function(){var e,t;if(!(i<u)){if((e=a.apply(n,r))===o.promise())throw new TypeError("Thenable self-resolution");t=e&&("object"==typeof e||"function"==typeof e)&&e.then,m(t)?s?t.call(e,l(u,o,M,s),l(u,o,I,s)):(u++,t.call(e,l(u,o,M,s),l(u,o,I,s),l(u,o,M,o.notifyWith))):(a!==M&&(n=void 0,r=[e]),(s||o.resolveWith)(n,r))}},t=s?e:function(){try{e()}catch(e){k.Deferred.exceptionHook&&k.Deferred.exceptionHook(e,t.stackTrace),u<=i+1&&(a!==I&&(n=void 0,r=[e]),o.rejectWith(n,r))}};i?t():(k.Deferred.getStackHook&&(t.stackTrace=k.Deferred.getStackHook()),C.setTimeout(t))}}return k.Deferred(function(e){o[0][3].add(l(0,e,m(r)?r:M,e.notifyWith)),o[1][3].add(l(0,e,m(t)?t:M)),o[2][3].add(l(0,e,m(n)?n:I))}).promise()},promise:function(e){return null!=e?k.extend(e,a):a}},s={};return k.each(o,function(e,t){var n=t[2],r=t[5];a[t[1]]=n.add,r&&n.add(function(){i=r},o[3-e][2].disable,o[3-e][3].disable,o[0][2].lock,o[0][3].lock),n.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=n.fireWith}),a.promise(s),e&&e.call(s,s),s},when:function(e){var n=arguments.length,t=n,r=Array(t),i=s.call(arguments),o=k.Deferred(),a=function(t){return function(e){r[t]=this,i[t]=1<arguments.length?s.call(arguments):e,--n||o.resolveWith(r,i)}};if(n<=1&&(W(e,o.done(a(t)).resolve,o.reject,!n),"pending"===o.state()||m(i[t]&&i[t].then)))return o.then();while(t--)W(i[t],a(t),o.reject);return o.promise()}});var $=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;k.Deferred.exceptionHook=function(e,t){C.console&&C.console.warn&&e&&$.test(e.name)&&C.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},k.readyException=function(e){C.setTimeout(function(){throw e})};var F=k.Deferred();function B(){E.removeEventListener("DOMContentLoaded",B),C.removeEventListener("load",B),k.ready()}k.fn.ready=function(e){return F.then(e)["catch"](function(e){k.readyException(e)}),this},k.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--k.readyWait:k.isReady)||(k.isReady=!0)!==e&&0<--k.readyWait||F.resolveWith(E,[k])}}),k.ready.then=F.then,"complete"===E.readyState||"loading"!==E.readyState&&!E.documentElement.doScroll?C.setTimeout(k.ready):(E.addEventListener("DOMContentLoaded",B),C.addEventListener("load",B));var _=function(e,t,n,r,i,o,a){var s=0,u=e.length,l=null==n;if("object"===w(n))for(s in i=!0,n)_(e,t,s,n[s],!0,o,a);else if(void 0!==r&&(i=!0,m(r)||(a=!0),l&&(a?(t.call(e,r),t=null):(l=t,t=function(e,t,n){return l.call(k(e),n)})),t))for(;s<u;s++)t(e[s],n,a?r:r.call(e[s],s,t(e[s],n)));return i?e:l?t.call(e):u?t(e[0],n):o},z=/^-ms-/,U=/-([a-z])/g;function X(e,t){return t.toUpperCase()}function V(e){return e.replace(z,"ms-").replace(U,X)}var G=function(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType};function Y(){this.expando=k.expando+Y.uid++}Y.uid=1,Y.prototype={cache:function(e){var t=e[this.expando];return t||(t={},G(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,n){var r,i=this.cache(e);if("string"==typeof t)i[V(t)]=n;else for(r in t)i[V(r)]=t[r];return i},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][V(t)]},access:function(e,t,n){return void 0===t||t&&"string"==typeof t&&void 0===n?this.get(e,t):(this.set(e,t,n),void 0!==n?n:t)},remove:function(e,t){var n,r=e[this.expando];if(void 0!==r){if(void 0!==t){n=(t=Array.isArray(t)?t.map(V):(t=V(t))in r?[t]:t.match(R)||[]).length;while(n--)delete r[t[n]]}(void 0===t||k.isEmptyObject(r))&&(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){var t=e[this.expando];return void 0!==t&&!k.isEmptyObject(t)}};var Q=new Y,J=new Y,K=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Z=/[A-Z]/g;function ee(e,t,n){var r,i;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(Z,"-$&").toLowerCase(),"string"==typeof(n=e.getAttribute(r))){try{n="true"===(i=n)||"false"!==i&&("null"===i?null:i===+i+""?+i:K.test(i)?JSON.parse(i):i)}catch(e){}J.set(e,t,n)}else n=void 0;return n}k.extend({hasData:function(e){return J.hasData(e)||Q.hasData(e)},data:function(e,t,n){return J.access(e,t,n)},removeData:function(e,t){J.remove(e,t)},_data:function(e,t,n){return Q.access(e,t,n)},_removeData:function(e,t){Q.remove(e,t)}}),k.fn.extend({data:function(n,e){var t,r,i,o=this[0],a=o&&o.attributes;if(void 0===n){if(this.length&&(i=J.get(o),1===o.nodeType&&!Q.get(o,"hasDataAttrs"))){t=a.length;while(t--)a[t]&&0===(r=a[t].name).indexOf("data-")&&(r=V(r.slice(5)),ee(o,r,i[r]));Q.set(o,"hasDataAttrs",!0)}return i}return"object"==typeof n?this.each(function(){J.set(this,n)}):_(this,function(e){var t;if(o&&void 0===e)return void 0!==(t=J.get(o,n))?t:void 0!==(t=ee(o,n))?t:void 0;this.each(function(){J.set(this,n,e)})},null,e,1<arguments.length,null,!0)},removeData:function(e){return this.each(function(){J.remove(this,e)})}}),k.extend({queue:function(e,t,n){var r;if(e)return t=(t||"fx")+"queue",r=Q.get(e,t),n&&(!r||Array.isArray(n)?r=Q.access(e,t,k.makeArray(n)):r.push(n)),r||[]},dequeue:function(e,t){t=t||"fx";var n=k.queue(e,t),r=n.length,i=n.shift(),o=k._queueHooks(e,t);"inprogress"===i&&(i=n.shift(),r--),i&&("fx"===t&&n.unshift("inprogress"),delete o.stop,i.call(e,function(){k.dequeue(e,t)},o)),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Q.get(e,n)||Q.access(e,n,{empty:k.Callbacks("once memory").add(function(){Q.remove(e,[t+"queue",n])})})}}),k.fn.extend({queue:function(t,n){var e=2;return"string"!=typeof t&&(n=t,t="fx",e--),arguments.length<e?k.queue(this[0],t):void 0===n?this:this.each(function(){var e=k.queue(this,t,n);k._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&k.dequeue(this,t)})},dequeue:function(e){return this.each(function(){k.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){var n,r=1,i=k.Deferred(),o=this,a=this.length,s=function(){--r||i.resolveWith(o,[o])};"string"!=typeof e&&(t=e,e=void 0),e=e||"fx";while(a--)(n=Q.get(o[a],e+"queueHooks"))&&n.empty&&(r++,n.empty.add(s));return s(),i.promise(t)}});var te=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ne=new RegExp("^(?:([+-])=|)("+te+")([a-z%]*)$","i"),re=["Top","Right","Bottom","Left"],ie=E.documentElement,oe=function(e){return k.contains(e.ownerDocument,e)},ae={composed:!0};ie.getRootNode&&(oe=function(e){return k.contains(e.ownerDocument,e)||e.getRootNode(ae)===e.ownerDocument});var se=function(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&oe(e)&&"none"===k.css(e,"display")},ue=function(e,t,n,r){var i,o,a={};for(o in t)a[o]=e.style[o],e.style[o]=t[o];for(o in i=n.apply(e,r||[]),t)e.style[o]=a[o];return i};function le(e,t,n,r){var i,o,a=20,s=r?function(){return r.cur()}:function(){return k.css(e,t,"")},u=s(),l=n&&n[3]||(k.cssNumber[t]?"":"px"),c=e.nodeType&&(k.cssNumber[t]||"px"!==l&&+u)&&ne.exec(k.css(e,t));if(c&&c[3]!==l){u/=2,l=l||c[3],c=+u||1;while(a--)k.style(e,t,c+l),(1-o)*(1-(o=s()/u||.5))<=0&&(a=0),c/=o;c*=2,k.style(e,t,c+l),n=n||[]}return n&&(c=+c||+u||0,i=n[1]?c+(n[1]+1)*n[2]:+n[2],r&&(r.unit=l,r.start=c,r.end=i)),i}var ce={};function fe(e,t){for(var n,r,i,o,a,s,u,l=[],c=0,f=e.length;c<f;c++)(r=e[c]).style&&(n=r.style.display,t?("none"===n&&(l[c]=Q.get(r,"display")||null,l[c]||(r.style.display="")),""===r.style.display&&se(r)&&(l[c]=(u=a=o=void 0,a=(i=r).ownerDocument,s=i.nodeName,(u=ce[s])||(o=a.body.appendChild(a.createElement(s)),u=k.css(o,"display"),o.parentNode.removeChild(o),"none"===u&&(u="block"),ce[s]=u)))):"none"!==n&&(l[c]="none",Q.set(r,"display",n)));for(c=0;c<f;c++)null!=l[c]&&(e[c].style.display=l[c]);return e}k.fn.extend({show:function(){return fe(this,!0)},hide:function(){return fe(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){se(this)?k(this).show():k(this).hide()})}});var pe=/^(?:checkbox|radio)$/i,de=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n<r;n++)Q.set(e[n],"globalEval",!t||Q.get(t[n],"globalEval"))}ge.optgroup=ge.option,ge.tbody=ge.tfoot=ge.colgroup=ge.caption=ge.thead,ge.th=ge.td;var me,xe,be=/<|&#?\w+;/;function we(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d<h;d++)if((o=e[d])||0===o)if("object"===w(o))k.merge(p,o.nodeType?[o]:o);else if(be.test(o)){a=a||f.appendChild(t.createElement("div")),s=(de.exec(o)||["",""])[1].toLowerCase(),u=ge[s]||ge._default,a.innerHTML=u[1]+k.htmlPrefilter(o)+u[2],c=u[0];while(c--)a=a.lastChild;k.merge(p,a.childNodes),(a=f.firstChild).textContent=""}else p.push(t.createTextNode(o));f.textContent="",d=0;while(o=p[d++])if(r&&-1<k.inArray(o,r))i&&i.push(o);else if(l=oe(o),a=ve(f.appendChild(o),"script"),l&&ye(a),n){c=0;while(o=a[c++])he.test(o.type||"")&&n.push(o)}return f}me=E.createDocumentFragment().appendChild(E.createElement("div")),(xe=E.createElement("input")).setAttribute("type","radio"),xe.setAttribute("checked","checked"),xe.setAttribute("name","t"),me.appendChild(xe),y.checkClone=me.cloneNode(!0).cloneNode(!0).lastChild.checked,me.innerHTML="<textarea>x</textarea>",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v){n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return"undefined"!=typeof k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;while(l--)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)}},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){l=(t=(t||"").match(R)||[""]).length;while(l--)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;while(o--)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t<arguments.length;t++)u[t]=arguments[t];if(s.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,s)){a=k.event.handlers.call(this,s,l),t=0;while((i=a[t++])&&!s.isPropagationStopped()){s.currentTarget=i.elem,n=0;while((o=i.handlers[n++])&&!s.isImmediatePropagationStopped())s.rnamespace&&!1!==o.namespace&&!s.rnamespace.test(o.namespace)||(s.handleObj=o,s.data=o.data,void 0!==(r=((k.event.special[o.origType]||{}).handle||o.handler).apply(i.elem,u))&&!1===(s.result=r)&&(s.preventDefault(),s.stopPropagation()))}return c.postDispatch&&c.postDispatch.call(this,s),s.result}},handlers:function(e,t){var n,r,i,o,a,s=[],u=t.delegateCount,l=e.target;if(u&&l.nodeType&&!("click"===e.type&&1<=e.button))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(o=[],a={},n=0;n<u;n++)void 0===a[i=(r=t[n]).selector+" "]&&(a[i]=r.needsContext?-1<k(i,this).index(l):k.find(i,this,null,[l]).length),a[i]&&o.push(r);o.length&&s.push({elem:l,handlers:o})}return l=this,u<t.length&&s.push({elem:l,handlers:t.slice(u)}),s},addProp:function(t,e){Object.defineProperty(k.Event.prototype,t,{enumerable:!0,configurable:!0,get:m(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(e){return e[k.expando]?e:new k.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&De(t,"click",ke),!1},trigger:function(e){var t=this||e;return pe.test(t.type)&&t.click&&A(t,"input")&&De(t,"click"),!0},_default:function(e){var t=e.target;return pe.test(t.type)&&t.click&&A(t,"input")&&Q.get(t,"click")||A(t,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},k.removeEvent=function(e,t,n){e.removeEventListener&&e.removeEventListener(t,n)},k.Event=function(e,t){if(!(this instanceof k.Event))return new k.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?ke:Se,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&k.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[k.expando]=!0},k.Event.prototype={constructor:k.Event,isDefaultPrevented:Se,isPropagationStopped:Se,isImmediatePropagationStopped:Se,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=ke,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=ke,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=ke,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},k.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(e){var t=e.button;return null==e.which&&Te.test(e.type)?null!=e.charCode?e.charCode:e.keyCode:!e.which&&void 0!==t&&Ce.test(e.type)?1&t?1:2&t?3:4&t?2:0:e.which}},k.event.addProp),k.each({focus:"focusin",blur:"focusout"},function(e,t){k.event.special[e]={setup:function(){return De(this,e,Ne),!1},trigger:function(){return De(this,e),!0},delegateType:t}}),k.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,i){k.event.special[e]={delegateType:i,bindType:i,handle:function(e){var t,n=e.relatedTarget,r=e.handleObj;return n&&(n===this||k.contains(this,n))||(e.type=r.origType,t=r.handler.apply(this,arguments),e.type=i),t}}}),k.fn.extend({on:function(e,t,n,r){return Ae(this,e,t,n,r)},one:function(e,t,n,r){return Ae(this,e,t,n,r,1)},off:function(e,t,n){var r,i;if(e&&e.preventDefault&&e.handleObj)return r=e.handleObj,k(e.delegateTarget).off(r.namespace?r.origType+"."+r.namespace:r.origType,r.selector,r.handler),this;if("object"==typeof e){for(i in e)this.off(i,t,e[i]);return this}return!1!==t&&"function"!=typeof t||(n=t,t=void 0),!1===n&&(n=Se),this.each(function(){k.event.remove(this,e,n,t)})}});var je=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/<script|<style|<link/i,Le=/checked\s*(?:[^=]|=\s*.checked.)/i,He=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n<r;n++)k.event.add(t,i,l[i][n]);J.hasData(e)&&(s=J.access(e),u=k.extend({},s),J.set(t,u))}}function Ie(n,r,i,o){r=g.apply([],r);var e,t,a,s,u,l,c=0,f=n.length,p=f-1,d=r[0],h=m(d);if(h||1<f&&"string"==typeof d&&!y.checkClone&&Le.test(d))return n.each(function(e){var t=n.eq(e);h&&(r[0]=d.call(this,e,t.html())),Ie(t,r,i,o)});if(f&&(t=(e=we(r,n[0].ownerDocument,!1,n,o)).firstChild,1===e.childNodes.length&&(e=t),t||o)){for(s=(a=k.map(ve(e,"script"),Pe)).length;c<f;c++)u=e,c!==p&&(u=k.clone(u,!0,!0),s&&k.merge(a,ve(u,"script"))),i.call(n[c],u,c);if(s)for(l=a[a.length-1].ownerDocument,k.map(a,Re),c=0;c<s;c++)u=a[c],he.test(u.type||"")&&!Q.access(u,"globalEval")&&k.contains(l,u)&&(u.src&&"module"!==(u.type||"").toLowerCase()?k._evalUrl&&!u.noModule&&k._evalUrl(u.src,{nonce:u.nonce||u.getAttribute("nonce")}):b(u.textContent.replace(He,""),u,l))}return n}function We(e,t,n){for(var r,i=t?k.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||k.cleanData(ve(r)),r.parentNode&&(n&&oe(r)&&ye(ve(r,"script")),r.parentNode.removeChild(r));return e}k.extend({htmlPrefilter:function(e){return e.replace(je,"<$1></$2>")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r<i;r++)s=o[r],u=a[r],void 0,"input"===(l=u.nodeName.toLowerCase())&&pe.test(s.type)?u.checked=s.checked:"input"!==l&&"textarea"!==l||(u.defaultValue=s.defaultValue);if(t)if(n)for(o=o||ve(e),a=a||ve(c),r=0,i=o.length;r<i;r++)Me(o[r],a[r]);else Me(e,c);return 0<(a=ve(c,"script")).length&&ye(a,!f&&ve(e,"script")),c},cleanData:function(e){for(var t,n,r,i=k.event.special,o=0;void 0!==(n=e[o]);o++)if(G(n)){if(t=n[Q.expando]){if(t.events)for(r in t.events)i[r]?k.event.remove(n,r):k.removeEvent(n,r,t.handle);n[Q.expando]=void 0}n[J.expando]&&(n[J.expando]=void 0)}}}),k.fn.extend({detach:function(e){return We(this,e,!0)},remove:function(e){return We(this,e)},text:function(e){return _(this,function(e){return void 0===e?k.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return Ie(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Oe(this,e).appendChild(e)})},prepend:function(){return Ie(this,arguments,function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Oe(this,e);t.insertBefore(e,t.firstChild)}})},before:function(){return Ie(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return Ie(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(k.cleanData(ve(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return k.clone(this,e,t)})},html:function(e){return _(this,function(e){var t=this[0]||{},n=0,r=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!qe.test(e)&&!ge[(de.exec(e)||["",""])[1].toLowerCase()]){e=k.htmlPrefilter(e);try{for(;n<r;n++)1===(t=this[n]||{}).nodeType&&(k.cleanData(ve(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var n=[];return Ie(this,arguments,function(e){var t=this.parentNode;k.inArray(this,n)<0&&(k.cleanData(ve(this)),t&&t.replaceChild(e,this))},n)}}),k.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,a){k.fn[e]=function(e){for(var t,n=[],r=k(e),i=r.length-1,o=0;o<=i;o++)t=o===i?this:this.clone(!0),k(r[o])[a](t),u.apply(n,t.get());return this.pushStack(n)}});var $e=new RegExp("^("+te+")(?!px)[a-z%]+$","i"),Fe=function(e){var t=e.ownerDocument.defaultView;return t&&t.opener||(t=C),t.getComputedStyle(e)},Be=new RegExp(re.join("|"),"i");function _e(e,t,n){var r,i,o,a,s=e.style;return(n=n||Fe(e))&&(""!==(a=n.getPropertyValue(t)||n[t])||oe(e)||(a=k.style(e,t)),!y.pixelBoxStyles()&&$e.test(a)&&Be.test(t)&&(r=s.width,i=s.minWidth,o=s.maxWidth,s.minWidth=s.maxWidth=s.width=a,a=n.width,s.width=r,s.minWidth=i,s.maxWidth=o)),void 0!==a?a+"":a}function ze(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}!function(){function e(){if(u){s.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",u.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",ie.appendChild(s).appendChild(u);var e=C.getComputedStyle(u);n="1%"!==e.top,a=12===t(e.marginLeft),u.style.right="60%",o=36===t(e.right),r=36===t(e.width),u.style.position="absolute",i=12===t(u.offsetWidth/3),ie.removeChild(s),u=null}}function t(e){return Math.round(parseFloat(e))}var n,r,i,o,a,s=E.createElement("div"),u=E.createElement("div");u.style&&(u.style.backgroundClip="content-box",u.cloneNode(!0).style.backgroundClip="",y.clearCloneStyle="content-box"===u.style.backgroundClip,k.extend(y,{boxSizingReliable:function(){return e(),r},pixelBoxStyles:function(){return e(),o},pixelPosition:function(){return e(),n},reliableMarginLeft:function(){return e(),a},scrollboxSize:function(){return e(),i}}))}();var Ue=["Webkit","Moz","ms"],Xe=E.createElement("div").style,Ve={};function Ge(e){var t=k.cssProps[e]||Ve[e];return t||(e in Xe?e:Ve[e]=function(e){var t=e[0].toUpperCase()+e.slice(1),n=Ue.length;while(n--)if((e=Ue[n]+t)in Xe)return e}(e)||e)}var Ye=/^(none|table(?!-c[ea]).+)/,Qe=/^--/,Je={position:"absolute",visibility:"hidden",display:"block"},Ke={letterSpacing:"0",fontWeight:"400"};function Ze(e,t,n){var r=ne.exec(t);return r?Math.max(0,r[2]-(n||0))+(r[3]||"px"):t}function et(e,t,n,r,i,o){var a="width"===t?1:0,s=0,u=0;if(n===(r?"border":"content"))return 0;for(;a<4;a+=2)"margin"===n&&(u+=k.css(e,n+re[a],!0,i)),r?("content"===n&&(u-=k.css(e,"padding"+re[a],!0,i)),"margin"!==n&&(u-=k.css(e,"border"+re[a]+"Width",!0,i))):(u+=k.css(e,"padding"+re[a],!0,i),"padding"!==n?u+=k.css(e,"border"+re[a]+"Width",!0,i):s+=k.css(e,"border"+re[a]+"Width",!0,i));return!r&&0<=o&&(u+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-o-u-s-.5))||0),u}function tt(e,t,n){var r=Fe(e),i=(!y.boxSizingReliable()||n)&&"border-box"===k.css(e,"boxSizing",!1,r),o=i,a=_e(e,t,r),s="offset"+t[0].toUpperCase()+t.slice(1);if($e.test(a)){if(!n)return a;a="auto"}return(!y.boxSizingReliable()&&i||"auto"===a||!parseFloat(a)&&"inline"===k.css(e,"display",!1,r))&&e.getClientRects().length&&(i="border-box"===k.css(e,"boxSizing",!1,r),(o=s in e)&&(a=e[s])),(a=parseFloat(a)||0)+et(e,t,n||(i?"border":"content"),o,r,a)+"px"}function nt(e,t,n,r,i){return new nt.prototype.init(e,t,n,r,i)}k.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=_e(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,r){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var i,o,a,s=V(t),u=Qe.test(t),l=e.style;if(u||(t=Ge(s)),a=k.cssHooks[t]||k.cssHooks[s],void 0===n)return a&&"get"in a&&void 0!==(i=a.get(e,!1,r))?i:l[t];"string"===(o=typeof n)&&(i=ne.exec(n))&&i[1]&&(n=le(e,t,i),o="number"),null!=n&&n==n&&("number"!==o||u||(n+=i&&i[3]||(k.cssNumber[s]?"":"px")),y.clearCloneStyle||""!==n||0!==t.indexOf("background")||(l[t]="inherit"),a&&"set"in a&&void 0===(n=a.set(e,n,r))||(u?l.setProperty(t,n):l[t]=n))}},css:function(e,t,n,r){var i,o,a,s=V(t);return Qe.test(t)||(t=Ge(s)),(a=k.cssHooks[t]||k.cssHooks[s])&&"get"in a&&(i=a.get(e,!0,n)),void 0===i&&(i=_e(e,t,r)),"normal"===i&&t in Ke&&(i=Ke[t]),""===n||n?(o=parseFloat(i),!0===n||isFinite(o)?o||0:i):i}}),k.each(["height","width"],function(e,u){k.cssHooks[u]={get:function(e,t,n){if(t)return!Ye.test(k.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?tt(e,u,n):ue(e,Je,function(){return tt(e,u,n)})},set:function(e,t,n){var r,i=Fe(e),o=!y.scrollboxSize()&&"absolute"===i.position,a=(o||n)&&"border-box"===k.css(e,"boxSizing",!1,i),s=n?et(e,u,n,a,i):0;return a&&o&&(s-=Math.ceil(e["offset"+u[0].toUpperCase()+u.slice(1)]-parseFloat(i[u])-et(e,u,"border",!1,i)-.5)),s&&(r=ne.exec(t))&&"px"!==(r[3]||"px")&&(e.style[u]=t,t=k.css(e,u)),Ze(0,t,s)}}}),k.cssHooks.marginLeft=ze(y.reliableMarginLeft,function(e,t){if(t)return(parseFloat(_e(e,"marginLeft"))||e.getBoundingClientRect().left-ue(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),k.each({margin:"",padding:"",border:"Width"},function(i,o){k.cssHooks[i+o]={expand:function(e){for(var t=0,n={},r="string"==typeof e?e.split(" "):[e];t<4;t++)n[i+re[t]+o]=r[t]||r[t-2]||r[0];return n}},"margin"!==i&&(k.cssHooks[i+o].set=Ze)}),k.fn.extend({css:function(e,t){return _(this,function(e,t,n){var r,i,o={},a=0;if(Array.isArray(t)){for(r=Fe(e),i=t.length;a<i;a++)o[t[a]]=k.css(e,t[a],!1,r);return o}return void 0!==n?k.style(e,t,n):k.css(e,t)},e,t,1<arguments.length)}}),((k.Tween=nt).prototype={constructor:nt,init:function(e,t,n,r,i,o){this.elem=e,this.prop=n,this.easing=i||k.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=r,this.unit=o||(k.cssNumber[n]?"":"px")},cur:function(){var e=nt.propHooks[this.prop];return e&&e.get?e.get(this):nt.propHooks._default.get(this)},run:function(e){var t,n=nt.propHooks[this.prop];return this.options.duration?this.pos=t=k.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):nt.propHooks._default.set(this),this}}).init.prototype=nt.prototype,(nt.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=k.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){k.fx.step[e.prop]?k.fx.step[e.prop](e):1!==e.elem.nodeType||!k.cssHooks[e.prop]&&null==e.elem.style[Ge(e.prop)]?e.elem[e.prop]=e.now:k.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=nt.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},k.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},k.fx=nt.prototype.init,k.fx.step={};var rt,it,ot,at,st=/^(?:toggle|show|hide)$/,ut=/queueHooks$/;function lt(){it&&(!1===E.hidden&&C.requestAnimationFrame?C.requestAnimationFrame(lt):C.setTimeout(lt,k.fx.interval),k.fx.tick())}function ct(){return C.setTimeout(function(){rt=void 0}),rt=Date.now()}function ft(e,t){var n,r=0,i={height:e};for(t=t?1:0;r<4;r+=2-t)i["margin"+(n=re[r])]=i["padding"+n]=e;return t&&(i.opacity=i.width=e),i}function pt(e,t,n){for(var r,i=(dt.tweeners[t]||[]).concat(dt.tweeners["*"]),o=0,a=i.length;o<a;o++)if(r=i[o].call(n,t,e))return r}function dt(o,e,t){var n,a,r=0,i=dt.prefilters.length,s=k.Deferred().always(function(){delete u.elem}),u=function(){if(a)return!1;for(var e=rt||ct(),t=Math.max(0,l.startTime+l.duration-e),n=1-(t/l.duration||0),r=0,i=l.tweens.length;r<i;r++)l.tweens[r].run(n);return s.notifyWith(o,[l,n,t]),n<1&&i?t:(i||s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l]),!1)},l=s.promise({elem:o,props:k.extend({},e),opts:k.extend(!0,{specialEasing:{},easing:k.easing._default},t),originalProperties:e,originalOptions:t,startTime:rt||ct(),duration:t.duration,tweens:[],createTween:function(e,t){var n=k.Tween(o,l.opts,e,t,l.opts.specialEasing[e]||l.opts.easing);return l.tweens.push(n),n},stop:function(e){var t=0,n=e?l.tweens.length:0;if(a)return this;for(a=!0;t<n;t++)l.tweens[t].run(1);return e?(s.notifyWith(o,[l,1,0]),s.resolveWith(o,[l,e])):s.rejectWith(o,[l,e]),this}}),c=l.props;for(!function(e,t){var n,r,i,o,a;for(n in e)if(i=t[r=V(n)],o=e[n],Array.isArray(o)&&(i=o[1],o=e[n]=o[0]),n!==r&&(e[r]=o,delete e[n]),(a=k.cssHooks[r])&&"expand"in a)for(n in o=a.expand(o),delete e[r],o)n in e||(e[n]=o[n],t[n]=i);else t[r]=i}(c,l.opts.specialEasing);r<i;r++)if(n=dt.prefilters[r].call(l,o,c,l.opts))return m(n.stop)&&(k._queueHooks(l.elem,l.opts.queue).stop=n.stop.bind(n)),n;return k.map(c,pt,l),m(l.opts.start)&&l.opts.start.call(o,l),l.progress(l.opts.progress).done(l.opts.done,l.opts.complete).fail(l.opts.fail).always(l.opts.always),k.fx.timer(k.extend(u,{elem:o,anim:l,queue:l.opts.queue})),l}k.Animation=k.extend(dt,{tweeners:{"*":[function(e,t){var n=this.createTween(e,t);return le(n.elem,e,ne.exec(t),n),n}]},tweener:function(e,t){m(e)?(t=e,e=["*"]):e=e.match(R);for(var n,r=0,i=e.length;r<i;r++)n=e[r],dt.tweeners[n]=dt.tweeners[n]||[],dt.tweeners[n].unshift(t)},prefilters:[function(e,t,n){var r,i,o,a,s,u,l,c,f="width"in t||"height"in t,p=this,d={},h=e.style,g=e.nodeType&&se(e),v=Q.get(e,"fxshow");for(r in n.queue||(null==(a=k._queueHooks(e,"fx")).unqueued&&(a.unqueued=0,s=a.empty.fire,a.empty.fire=function(){a.unqueued||s()}),a.unqueued++,p.always(function(){p.always(function(){a.unqueued--,k.queue(e,"fx").length||a.empty.fire()})})),t)if(i=t[r],st.test(i)){if(delete t[r],o=o||"toggle"===i,i===(g?"hide":"show")){if("show"!==i||!v||void 0===v[r])continue;g=!0}d[r]=v&&v[r]||k.style(e,r)}if((u=!k.isEmptyObject(t))||!k.isEmptyObject(d))for(r in f&&1===e.nodeType&&(n.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=v&&v.display)&&(l=Q.get(e,"display")),"none"===(c=k.css(e,"display"))&&(l?c=l:(fe([e],!0),l=e.style.display||l,c=k.css(e,"display"),fe([e]))),("inline"===c||"inline-block"===c&&null!=l)&&"none"===k.css(e,"float")&&(u||(p.done(function(){h.display=l}),null==l&&(c=h.display,l="none"===c?"":c)),h.display="inline-block")),n.overflow&&(h.overflow="hidden",p.always(function(){h.overflow=n.overflow[0],h.overflowX=n.overflow[1],h.overflowY=n.overflow[2]})),u=!1,d)u||(v?"hidden"in v&&(g=v.hidden):v=Q.access(e,"fxshow",{display:l}),o&&(v.hidden=!g),g&&fe([e],!0),p.done(function(){for(r in g||fe([e]),Q.remove(e,"fxshow"),d)k.style(e,r,d[r])})),u=pt(g?v[r]:0,r,p),r in v||(v[r]=u.start,g&&(u.end=u.start,u.start=0))}],prefilter:function(e,t){t?dt.prefilters.unshift(e):dt.prefilters.push(e)}}),k.speed=function(e,t,n){var r=e&&"object"==typeof e?k.extend({},e):{complete:n||!n&&t||m(e)&&e,duration:e,easing:n&&t||t&&!m(t)&&t};return k.fx.off?r.duration=0:"number"!=typeof r.duration&&(r.duration in k.fx.speeds?r.duration=k.fx.speeds[r.duration]:r.duration=k.fx.speeds._default),null!=r.queue&&!0!==r.queue||(r.queue="fx"),r.old=r.complete,r.complete=function(){m(r.old)&&r.old.call(this),r.queue&&k.dequeue(this,r.queue)},r},k.fn.extend({fadeTo:function(e,t,n,r){return this.filter(se).css("opacity",0).show().end().animate({opacity:t},e,n,r)},animate:function(t,e,n,r){var i=k.isEmptyObject(t),o=k.speed(e,n,r),a=function(){var e=dt(this,k.extend({},t),o);(i||Q.get(this,"finish"))&&e.stop(!0)};return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(i,e,o){var a=function(e){var t=e.stop;delete e.stop,t(o)};return"string"!=typeof i&&(o=e,e=i,i=void 0),e&&!1!==i&&this.queue(i||"fx",[]),this.each(function(){var e=!0,t=null!=i&&i+"queueHooks",n=k.timers,r=Q.get(this);if(t)r[t]&&r[t].stop&&a(r[t]);else for(t in r)r[t]&&r[t].stop&&ut.test(t)&&a(r[t]);for(t=n.length;t--;)n[t].elem!==this||null!=i&&n[t].queue!==i||(n[t].anim.stop(o),e=!1,n.splice(t,1));!e&&o||k.dequeue(this,i)})},finish:function(a){return!1!==a&&(a=a||"fx"),this.each(function(){var e,t=Q.get(this),n=t[a+"queue"],r=t[a+"queueHooks"],i=k.timers,o=n?n.length:0;for(t.finish=!0,k.queue(this,a,[]),r&&r.stop&&r.stop.call(this,!0),e=i.length;e--;)i[e].elem===this&&i[e].queue===a&&(i[e].anim.stop(!0),i.splice(e,1));for(e=0;e<o;e++)n[e]&&n[e].finish&&n[e].finish.call(this);delete t.finish})}}),k.each(["toggle","show","hide"],function(e,r){var i=k.fn[r];k.fn[r]=function(e,t,n){return null==e||"boolean"==typeof e?i.apply(this,arguments):this.animate(ft(r,!0),e,t,n)}}),k.each({slideDown:ft("show"),slideUp:ft("hide"),slideToggle:ft("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,r){k.fn[e]=function(e,t,n){return this.animate(r,e,t,n)}}),k.timers=[],k.fx.tick=function(){var e,t=0,n=k.timers;for(rt=Date.now();t<n.length;t++)(e=n[t])()||n[t]!==e||n.splice(t--,1);n.length||k.fx.stop(),rt=void 0},k.fx.timer=function(e){k.timers.push(e),k.fx.start()},k.fx.interval=13,k.fx.start=function(){it||(it=!0,lt())},k.fx.stop=function(){it=null},k.fx.speeds={slow:600,fast:200,_default:400},k.fn.delay=function(r,e){return r=k.fx&&k.fx.speeds[r]||r,e=e||"fx",this.queue(e,function(e,t){var n=C.setTimeout(e,r);t.stop=function(){C.clearTimeout(n)}})},ot=E.createElement("input"),at=E.createElement("select").appendChild(E.createElement("option")),ot.type="checkbox",y.checkOn=""!==ot.value,y.optSelected=at.selected,(ot=E.createElement("input")).value="t",ot.type="radio",y.radioValue="t"===ot.value;var ht,gt=k.expr.attrHandle;k.fn.extend({attr:function(e,t){return _(this,k.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){k.removeAttr(this,e)})}}),k.extend({attr:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return"undefined"==typeof e.getAttribute?k.prop(e,t,n):(1===o&&k.isXMLDoc(e)||(i=k.attrHooks[t.toLowerCase()]||(k.expr.match.bool.test(t)?ht:void 0)),void 0!==n?null===n?void k.removeAttr(e,t):i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:(e.setAttribute(t,n+""),n):i&&"get"in i&&null!==(r=i.get(e,t))?r:null==(r=k.find.attr(e,t))?void 0:r)},attrHooks:{type:{set:function(e,t){if(!y.radioValue&&"radio"===t&&A(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,r=0,i=t&&t.match(R);if(i&&1===e.nodeType)while(n=i[r++])e.removeAttribute(n)}}),ht={set:function(e,t,n){return!1===t?k.removeAttr(e,n):e.setAttribute(n,n),n}},k.each(k.expr.match.bool.source.match(/\w+/g),function(e,t){var a=gt[t]||k.find.attr;gt[t]=function(e,t,n){var r,i,o=t.toLowerCase();return n||(i=gt[o],gt[o]=r,r=null!=a(e,t,n)?o:null,gt[o]=i),r}});var vt=/^(?:input|select|textarea|button)$/i,yt=/^(?:a|area)$/i;function mt(e){return(e.match(R)||[]).join(" ")}function xt(e){return e.getAttribute&&e.getAttribute("class")||""}function bt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(R)||[]}k.fn.extend({prop:function(e,t){return _(this,k.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[k.propFix[e]||e]})}}),k.extend({prop:function(e,t,n){var r,i,o=e.nodeType;if(3!==o&&8!==o&&2!==o)return 1===o&&k.isXMLDoc(e)||(t=k.propFix[t]||t,i=k.propHooks[t]),void 0!==n?i&&"set"in i&&void 0!==(r=i.set(e,n,t))?r:e[t]=n:i&&"get"in i&&null!==(r=i.get(e,t))?r:e[t]},propHooks:{tabIndex:{get:function(e){var t=k.find.attr(e,"tabindex");return t?parseInt(t,10):vt.test(e.nodeName)||yt.test(e.nodeName)&&e.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),y.optSelected||(k.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),k.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){k.propFix[this.toLowerCase()]=this}),k.fn.extend({addClass:function(t){var e,n,r,i,o,a,s,u=0;if(m(t))return this.each(function(e){k(this).addClass(t.call(this,e,xt(this)))});if((e=bt(t)).length)while(n=this[u++])if(i=xt(n),r=1===n.nodeType&&" "+mt(i)+" "){a=0;while(o=e[a++])r.indexOf(" "+o+" ")<0&&(r+=o+" ");i!==(s=mt(r))&&n.setAttribute("class",s)}return this},removeClass:function(t){var e,n,r,i,o,a,s,u=0;if(m(t))return this.each(function(e){k(this).removeClass(t.call(this,e,xt(this)))});if(!arguments.length)return this.attr("class","");if((e=bt(t)).length)while(n=this[u++])if(i=xt(n),r=1===n.nodeType&&" "+mt(i)+" "){a=0;while(o=e[a++])while(-1<r.indexOf(" "+o+" "))r=r.replace(" "+o+" "," ");i!==(s=mt(r))&&n.setAttribute("class",s)}return this},toggleClass:function(i,t){var o=typeof i,a="string"===o||Array.isArray(i);return"boolean"==typeof t&&a?t?this.addClass(i):this.removeClass(i):m(i)?this.each(function(e){k(this).toggleClass(i.call(this,e,xt(this),t),t)}):this.each(function(){var e,t,n,r;if(a){t=0,n=k(this),r=bt(i);while(e=r[t++])n.hasClass(e)?n.removeClass(e):n.addClass(e)}else void 0!==i&&"boolean"!==o||((e=xt(this))&&Q.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",e||!1===i?"":Q.get(this,"__className__")||""))})},hasClass:function(e){var t,n,r=0;t=" "+e+" ";while(n=this[r++])if(1===n.nodeType&&-1<(" "+mt(xt(n))+" ").indexOf(t))return!0;return!1}});var wt=/\r/g;k.fn.extend({val:function(n){var r,e,i,t=this[0];return arguments.length?(i=m(n),this.each(function(e){var t;1===this.nodeType&&(null==(t=i?n.call(this,e,k(this).val()):n)?t="":"number"==typeof t?t+="":Array.isArray(t)&&(t=k.map(t,function(e){return null==e?"":e+""})),(r=k.valHooks[this.type]||k.valHooks[this.nodeName.toLowerCase()])&&"set"in r&&void 0!==r.set(this,t,"value")||(this.value=t))})):t?(r=k.valHooks[t.type]||k.valHooks[t.nodeName.toLowerCase()])&&"get"in r&&void 0!==(e=r.get(t,"value"))?e:"string"==typeof(e=t.value)?e.replace(wt,""):null==e?"":e:void 0}}),k.extend({valHooks:{option:{get:function(e){var t=k.find.attr(e,"value");return null!=t?t:mt(k.text(e))}},select:{get:function(e){var t,n,r,i=e.options,o=e.selectedIndex,a="select-one"===e.type,s=a?null:[],u=a?o+1:i.length;for(r=o<0?u:a?o:0;r<u;r++)if(((n=i[r]).selected||r===o)&&!n.disabled&&(!n.parentNode.disabled||!A(n.parentNode,"optgroup"))){if(t=k(n).val(),a)return t;s.push(t)}return s},set:function(e,t){var n,r,i=e.options,o=k.makeArray(t),a=i.length;while(a--)((r=i[a]).selected=-1<k.inArray(k.valHooks.option.get(r),o))&&(n=!0);return n||(e.selectedIndex=-1),o}}}}),k.each(["radio","checkbox"],function(){k.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<k.inArray(k(e).val(),t)}},y.checkOn||(k.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),y.focusin="onfocusin"in C;var Tt=/^(?:focusinfocus|focusoutblur)$/,Ct=function(e){e.stopPropagation()};k.extend(k.event,{trigger:function(e,t,n,r){var i,o,a,s,u,l,c,f,p=[n||E],d=v.call(e,"type")?e.type:e,h=v.call(e,"namespace")?e.namespace.split("."):[];if(o=f=a=n=n||E,3!==n.nodeType&&8!==n.nodeType&&!Tt.test(d+k.event.triggered)&&(-1<d.indexOf(".")&&(d=(h=d.split(".")).shift(),h.sort()),u=d.indexOf(":")<0&&"on"+d,(e=e[k.expando]?e:new k.Event(d,"object"==typeof e&&e)).isTrigger=r?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=n),t=null==t?[e]:k.makeArray(t,[e]),c=k.event.special[d]||{},r||!c.trigger||!1!==c.trigger.apply(n,t))){if(!r&&!c.noBubble&&!x(n)){for(s=c.delegateType||d,Tt.test(s+d)||(o=o.parentNode);o;o=o.parentNode)p.push(o),a=o;a===(n.ownerDocument||E)&&p.push(a.defaultView||a.parentWindow||C)}i=0;while((o=p[i++])&&!e.isPropagationStopped())f=o,e.type=1<i?s:c.bindType||d,(l=(Q.get(o,"events")||{})[e.type]&&Q.get(o,"handle"))&&l.apply(o,t),(l=u&&o[u])&&l.apply&&G(o)&&(e.result=l.apply(o,t),!1===e.result&&e.preventDefault());return e.type=d,r||e.isDefaultPrevented()||c._default&&!1!==c._default.apply(p.pop(),t)||!G(n)||u&&m(n[d])&&!x(n)&&((a=n[u])&&(n[u]=null),k.event.triggered=d,e.isPropagationStopped()&&f.addEventListener(d,Ct),n[d](),e.isPropagationStopped()&&f.removeEventListener(d,Ct),k.event.triggered=void 0,a&&(n[u]=a)),e.result}},simulate:function(e,t,n){var r=k.extend(new k.Event,n,{type:e,isSimulated:!0});k.event.trigger(r,null,t)}}),k.fn.extend({trigger:function(e,t){return this.each(function(){k.event.trigger(e,t,this)})},triggerHandler:function(e,t){var n=this[0];if(n)return k.event.trigger(e,t,n,!0)}}),y.focusin||k.each({focus:"focusin",blur:"focusout"},function(n,r){var i=function(e){k.event.simulate(r,e.target,k.event.fix(e))};k.event.special[r]={setup:function(){var e=this.ownerDocument||this,t=Q.access(e,r);t||e.addEventListener(n,i,!0),Q.access(e,r,(t||0)+1)},teardown:function(){var e=this.ownerDocument||this,t=Q.access(e,r)-1;t?Q.access(e,r,t):(e.removeEventListener(n,i,!0),Q.remove(e,r))}}});var Et=C.location,kt=Date.now(),St=/\?/;k.parseXML=function(e){var t;if(!e||"string"!=typeof e)return null;try{t=(new C.DOMParser).parseFromString(e,"text/xml")}catch(e){t=void 0}return t&&!t.getElementsByTagName("parsererror").length||k.error("Invalid XML: "+e),t};var Nt=/\[\]$/,At=/\r?\n/g,Dt=/^(?:submit|button|image|reset|file)$/i,jt=/^(?:input|select|textarea|keygen)/i;function qt(n,e,r,i){var t;if(Array.isArray(e))k.each(e,function(e,t){r||Nt.test(n)?i(n,t):qt(n+"["+("object"==typeof t&&null!=t?e:"")+"]",t,r,i)});else if(r||"object"!==w(e))i(n,e);else for(t in e)qt(n+"["+t+"]",e[t],r,i)}k.param=function(e,t){var n,r=[],i=function(e,t){var n=m(t)?t():t;r[r.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!k.isPlainObject(e))k.each(e,function(){i(this.name,this.value)});else for(n in e)qt(n,e[n],t,i);return r.join("&")},k.fn.extend({serialize:function(){return k.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=k.prop(this,"elements");return e?k.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!k(this).is(":disabled")&&jt.test(this.nodeName)&&!Dt.test(e)&&(this.checked||!pe.test(e))}).map(function(e,t){var n=k(this).val();return null==n?null:Array.isArray(n)?k.map(n,function(e){return{name:t.name,value:e.replace(At,"\r\n")}}):{name:t.name,value:n.replace(At,"\r\n")}}).get()}});var Lt=/%20/g,Ht=/#.*$/,Ot=/([?&])_=[^&]*/,Pt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Rt=/^(?:GET|HEAD)$/,Mt=/^\/\//,It={},Wt={},$t="*/".concat("*"),Ft=E.createElement("a");function Bt(o){return function(e,t){"string"!=typeof e&&(t=e,e="*");var n,r=0,i=e.toLowerCase().match(R)||[];if(m(t))while(n=i[r++])"+"===n[0]?(n=n.slice(1)||"*",(o[n]=o[n]||[]).unshift(t)):(o[n]=o[n]||[]).push(t)}}function _t(t,i,o,a){var s={},u=t===Wt;function l(e){var r;return s[e]=!0,k.each(t[e]||[],function(e,t){var n=t(i,o,a);return"string"!=typeof n||u||s[n]?u?!(r=n):void 0:(i.dataTypes.unshift(n),l(n),!1)}),r}return l(i.dataTypes[0])||!s["*"]&&l("*")}function zt(e,t){var n,r,i=k.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((i[n]?e:r||(r={}))[n]=t[n]);return r&&k.extend(!0,e,r),e}Ft.href=Et.href,k.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Et.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Et.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":$t,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":k.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?zt(zt(e,k.ajaxSettings),t):zt(k.ajaxSettings,e)},ajaxPrefilter:Bt(It),ajaxTransport:Bt(Wt),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0),t=t||{};var c,f,p,n,d,r,h,g,i,o,v=k.ajaxSetup({},t),y=v.context||v,m=v.context&&(y.nodeType||y.jquery)?k(y):k.event,x=k.Deferred(),b=k.Callbacks("once memory"),w=v.statusCode||{},a={},s={},u="canceled",T={readyState:0,getResponseHeader:function(e){var t;if(h){if(!n){n={};while(t=Pt.exec(p))n[t[1].toLowerCase()+" "]=(n[t[1].toLowerCase()+" "]||[]).concat(t[2])}t=n[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return h?p:null},setRequestHeader:function(e,t){return null==h&&(e=s[e.toLowerCase()]=s[e.toLowerCase()]||e,a[e]=t),this},overrideMimeType:function(e){return null==h&&(v.mimeType=e),this},statusCode:function(e){var t;if(e)if(h)T.always(e[T.status]);else for(t in e)w[t]=[w[t],e[t]];return this},abort:function(e){var t=e||u;return c&&c.abort(t),l(0,t),this}};if(x.promise(T),v.url=((e||v.url||Et.href)+"").replace(Mt,Et.protocol+"//"),v.type=t.method||t.type||v.method||v.type,v.dataTypes=(v.dataType||"*").toLowerCase().match(R)||[""],null==v.crossDomain){r=E.createElement("a");try{r.href=v.url,r.href=r.href,v.crossDomain=Ft.protocol+"//"+Ft.host!=r.protocol+"//"+r.host}catch(e){v.crossDomain=!0}}if(v.data&&v.processData&&"string"!=typeof v.data&&(v.data=k.param(v.data,v.traditional)),_t(It,v,t,T),h)return T;for(i in(g=k.event&&v.global)&&0==k.active++&&k.event.trigger("ajaxStart"),v.type=v.type.toUpperCase(),v.hasContent=!Rt.test(v.type),f=v.url.replace(Ht,""),v.hasContent?v.data&&v.processData&&0===(v.contentType||"").indexOf("application/x-www-form-urlencoded")&&(v.data=v.data.replace(Lt,"+")):(o=v.url.slice(f.length),v.data&&(v.processData||"string"==typeof v.data)&&(f+=(St.test(f)?"&":"?")+v.data,delete v.data),!1===v.cache&&(f=f.replace(Ot,"$1"),o=(St.test(f)?"&":"?")+"_="+kt+++o),v.url=f+o),v.ifModified&&(k.lastModified[f]&&T.setRequestHeader("If-Modified-Since",k.lastModified[f]),k.etag[f]&&T.setRequestHeader("If-None-Match",k.etag[f])),(v.data&&v.hasContent&&!1!==v.contentType||t.contentType)&&T.setRequestHeader("Content-Type",v.contentType),T.setRequestHeader("Accept",v.dataTypes[0]&&v.accepts[v.dataTypes[0]]?v.accepts[v.dataTypes[0]]+("*"!==v.dataTypes[0]?", "+$t+"; q=0.01":""):v.accepts["*"]),v.headers)T.setRequestHeader(i,v.headers[i]);if(v.beforeSend&&(!1===v.beforeSend.call(y,T,v)||h))return T.abort();if(u="abort",b.add(v.complete),T.done(v.success),T.fail(v.error),c=_t(Wt,v,t,T)){if(T.readyState=1,g&&m.trigger("ajaxSend",[T,v]),h)return T;v.async&&0<v.timeout&&(d=C.setTimeout(function(){T.abort("timeout")},v.timeout));try{h=!1,c.send(a,l)}catch(e){if(h)throw e;l(-1,e)}}else l(-1,"No Transport");function l(e,t,n,r){var i,o,a,s,u,l=t;h||(h=!0,d&&C.clearTimeout(d),c=void 0,p=r||"",T.readyState=0<e?4:0,i=200<=e&&e<300||304===e,n&&(s=function(e,t,n){var r,i,o,a,s=e.contents,u=e.dataTypes;while("*"===u[0])u.shift(),void 0===r&&(r=e.mimeType||t.getResponseHeader("Content-Type"));if(r)for(i in s)if(s[i]&&s[i].test(r)){u.unshift(i);break}if(u[0]in n)o=u[0];else{for(i in n){if(!u[0]||e.converters[i+" "+u[0]]){o=i;break}a||(a=i)}o=o||a}if(o)return o!==u[0]&&u.unshift(o),n[o]}(v,T,n)),s=function(e,t,n,r){var i,o,a,s,u,l={},c=e.dataTypes.slice();if(c[1])for(a in e.converters)l[a.toLowerCase()]=e.converters[a];o=c.shift();while(o)if(e.responseFields[o]&&(n[e.responseFields[o]]=t),!u&&r&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),u=o,o=c.shift())if("*"===o)o=u;else if("*"!==u&&u!==o){if(!(a=l[u+" "+o]||l["* "+o]))for(i in l)if((s=i.split(" "))[1]===o&&(a=l[u+" "+s[0]]||l["* "+s[0]])){!0===a?a=l[i]:!0!==l[i]&&(o=s[0],c.unshift(s[1]));break}if(!0!==a)if(a&&e["throws"])t=a(t);else try{t=a(t)}catch(e){return{state:"parsererror",error:a?e:"No conversion from "+u+" to "+o}}}return{state:"success",data:t}}(v,s,T,i),i?(v.ifModified&&((u=T.getResponseHeader("Last-Modified"))&&(k.lastModified[f]=u),(u=T.getResponseHeader("etag"))&&(k.etag[f]=u)),204===e||"HEAD"===v.type?l="nocontent":304===e?l="notmodified":(l=s.state,o=s.data,i=!(a=s.error))):(a=l,!e&&l||(l="error",e<0&&(e=0))),T.status=e,T.statusText=(t||l)+"",i?x.resolveWith(y,[o,l,T]):x.rejectWith(y,[T,l,a]),T.statusCode(w),w=void 0,g&&m.trigger(i?"ajaxSuccess":"ajaxError",[T,v,i?o:a]),b.fireWith(y,[T,l]),g&&(m.trigger("ajaxComplete",[T,v]),--k.active||k.event.trigger("ajaxStop")))}return T},getJSON:function(e,t,n){return k.get(e,t,n,"json")},getScript:function(e,t){return k.get(e,void 0,t,"script")}}),k.each(["get","post"],function(e,i){k[i]=function(e,t,n,r){return m(t)&&(r=r||n,n=t,t=void 0),k.ajax(k.extend({url:e,type:i,dataType:r,data:t,success:n},k.isPlainObject(e)&&e))}}),k._evalUrl=function(e,t){return k.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){k.globalEval(e,t)}})},k.fn.extend({wrapAll:function(e){var t;return this[0]&&(m(e)&&(e=e.call(this[0])),t=k(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map(function(){var e=this;while(e.firstElementChild)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(n){return m(n)?this.each(function(e){k(this).wrapInner(n.call(this,e))}):this.each(function(){var e=k(this),t=e.contents();t.length?t.wrapAll(n):e.append(n)})},wrap:function(t){var n=m(t);return this.each(function(e){k(this).wrapAll(n?t.call(this,e):t)})},unwrap:function(e){return this.parent(e).not("body").each(function(){k(this).replaceWith(this.childNodes)}),this}}),k.expr.pseudos.hidden=function(e){return!k.expr.pseudos.visible(e)},k.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},k.ajaxSettings.xhr=function(){try{return new C.XMLHttpRequest}catch(e){}};var Ut={0:200,1223:204},Xt=k.ajaxSettings.xhr();y.cors=!!Xt&&"withCredentials"in Xt,y.ajax=Xt=!!Xt,k.ajaxTransport(function(i){var o,a;if(y.cors||Xt&&!i.crossDomain)return{send:function(e,t){var n,r=i.xhr();if(r.open(i.type,i.url,i.async,i.username,i.password),i.xhrFields)for(n in i.xhrFields)r[n]=i.xhrFields[n];for(n in i.mimeType&&r.overrideMimeType&&r.overrideMimeType(i.mimeType),i.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest"),e)r.setRequestHeader(n,e[n]);o=function(e){return function(){o&&(o=a=r.onload=r.onerror=r.onabort=r.ontimeout=r.onreadystatechange=null,"abort"===e?r.abort():"error"===e?"number"!=typeof r.status?t(0,"error"):t(r.status,r.statusText):t(Ut[r.status]||r.status,r.statusText,"text"!==(r.responseType||"text")||"string"!=typeof r.responseText?{binary:r.response}:{text:r.responseText},r.getAllResponseHeaders()))}},r.onload=o(),a=r.onerror=r.ontimeout=o("error"),void 0!==r.onabort?r.onabort=a:r.onreadystatechange=function(){4===r.readyState&&C.setTimeout(function(){o&&a()})},o=o("abort");try{r.send(i.hasContent&&i.data||null)}catch(e){if(o)throw e}},abort:function(){o&&o()}}}),k.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),k.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return k.globalEval(e),e}}}),k.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),k.ajaxTransport("script",function(n){var r,i;if(n.crossDomain||n.scriptAttrs)return{send:function(e,t){r=k("<script>").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1<s&&(r=mt(e.slice(s)),e=e.slice(0,s)),m(t)?(n=t,t=void 0):t&&"object"==typeof t&&(i="POST"),0<a.length&&k.ajax({url:e,type:i||"GET",dataType:"html",data:t}).done(function(e){o=arguments,a.html(r?k("<div>").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===k.css(e,"position"))e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 0<arguments.length?this.on(n,null,e,t):this.trigger(n)}}),k.fn.extend({hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),k.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}}),k.proxy=function(e,t){var n,r,i;if("string"==typeof t&&(n=e[t],t=e,e=n),m(e))return r=s.call(arguments,2),(i=function(){return e.apply(t||this,r.concat(s.call(arguments)))}).guid=e.guid=e.guid||k.guid++,i},k.holdReady=function(e){e?k.readyWait++:k.ready(!0)},k.isArray=Array.isArray,k.parseJSON=JSON.parse,k.nodeName=A,k.isFunction=m,k.isWindow=x,k.camelCase=V,k.type=w,k.now=Date.now,k.isNumeric=function(e){var t=k.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},"function"==typeof define&&define.amd&&define("jquery",[],function(){return k});var Qt=C.jQuery,Jt=C.$;return k.noConflict=function(e){return C.$===k&&(C.$=Jt),e&&C.jQuery===k&&(C.jQuery=Qt),k},e||(C.jQuery=C.$=k),k});
seomark-html/news.html ADDED
@@ -0,0 +1,301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <!-- Basic -->
6
+ <meta charset="utf-8" />
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
8
+ <!-- Mobile Metas -->
9
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
10
+ <!-- Site Metas -->
11
+ <meta name="keywords" content="" />
12
+ <meta name="description" content="" />
13
+ <meta name="author" content="" />
14
+
15
+ <title>Seomark</title>
16
+
17
+ <!-- slider stylesheet -->
18
+ <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
19
+
20
+ <!-- bootstrap core css -->
21
+ <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
22
+ <!-- fonts awesome style -->
23
+ <link href="css/font-awesome.min.css" rel="stylesheet" />
24
+
25
+ <!-- Custom styles for this template -->
26
+ <link href="css/style.css" rel="stylesheet" />
27
+ <!-- responsive style -->
28
+ <link href="css/responsive.css" rel="stylesheet" />
29
+ </head>
30
+
31
+ <body class="sub_page">
32
+ <div class="hero_area">
33
+ <!-- header section strats -->
34
+ <header class="header_section">
35
+ <nav class="navbar navbar-expand-lg custom_nav-container">
36
+ <div class="custom_menu-btn">
37
+ <button onclick="openNav()">
38
+ <span class="s-1"> </span>
39
+ <span class="s-2"> </span>
40
+ <span class="s-3"> </span>
41
+ </button>
42
+ </div>
43
+ <div id="myNav" class="overlay">
44
+ <div class="menu_btn-style ">
45
+ <button onclick="closeNav()">
46
+ <span class="s-1"> </span>
47
+ <span class="s-2"> </span>
48
+ <span class="s-3"> </span>
49
+ </button>
50
+ </div>
51
+ <div class="overlay-content">
52
+ <a class="" href="index.html">
53
+ Home
54
+ </a>
55
+ <a class="" href="about.html">
56
+ About
57
+ </a>
58
+ <a class="" href="service.html">
59
+ Services
60
+ </a>
61
+ <a class="" href="testimonial.html">
62
+ Testimonial
63
+ </a>
64
+ <a class="active" href="news.html">
65
+ Latest News
66
+ </a>
67
+ <a class="" href="contact.html">
68
+ Contact Us
69
+ </a>
70
+ </div>
71
+ </div>
72
+ <a class="navbar-brand" href="index.html">
73
+ <span>
74
+ Seomark
75
+ </span>
76
+ </a>
77
+ <div class="user_option">
78
+ <form class="form-inline">
79
+ <button class="btn nav_search-btn" type="submit">
80
+ <i class="fa fa-search" aria-hidden="true"></i>
81
+ </button>
82
+ </form>
83
+ <a href="">
84
+ <i class="fa fa-user" aria-hidden="true"></i>
85
+ </a>
86
+ </div>
87
+ <div class="name_style">
88
+ <h6>
89
+ S
90
+ e
91
+ o
92
+ M
93
+ a
94
+ r
95
+ k
96
+ e
97
+ t
98
+ i
99
+ n
100
+ g
101
+ </h6>
102
+ </div>
103
+ </nav>
104
+ </header>
105
+ <!-- end header section -->
106
+ </div>
107
+
108
+
109
+ <!-- news section -->
110
+
111
+ <section class="news_section layout_padding">
112
+ <div class="container">
113
+ <div class="heading_container">
114
+ <h2>
115
+ Latest News
116
+ </h2>
117
+ <p>
118
+ Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now
119
+ </p>
120
+ </div>
121
+ <div class="row">
122
+ <div class="col-lg-6 ">
123
+ <div class="detail_container">
124
+ <div class="detail-box">
125
+ <h4>
126
+ Publishing packages Web page
127
+ </h4>
128
+ <div class="news_social">
129
+ <a href="">
130
+ <i class="fa fa-heart" aria-hidden="true"></i>
131
+ <span>
132
+ Like
133
+ </span>
134
+ </a>
135
+ <a href="">
136
+ <i class="fa fa-comment" aria-hidden="true"></i>
137
+ <span>
138
+ Comment
139
+ </span>
140
+ </a>
141
+ <a href="">
142
+ <i class="fa fa-share-alt" aria-hidden="true"></i>
143
+ <span>
144
+ Share
145
+ </span>
146
+ </a>
147
+ </div>
148
+ <p>
149
+ College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtableCollege in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable
150
+ </p>
151
+ </div>
152
+ <div class="btn-box">
153
+ <a href="">
154
+ Read More
155
+ </a>
156
+ </div>
157
+ </div>
158
+ </div>
159
+ <div class="col-lg-6 ">
160
+ <div class="img-box">
161
+ <img src="images/news-img.jpg" alt="">
162
+ </div>
163
+ </div>
164
+ </div>
165
+ </div>
166
+ </section>
167
+
168
+ <!-- end news section -->
169
+
170
+
171
+ <!-- info section -->
172
+
173
+ <section class="info_section layout_padding2">
174
+ <div class="container">
175
+ <div class="row">
176
+ <div class="col-md-3">
177
+ <div class="info_contact">
178
+ <h4>
179
+ Address
180
+ </h4>
181
+ <div class="contact_link_box">
182
+ <a href="">
183
+ <i class="fa fa-map-marker" aria-hidden="true"></i>
184
+ <span>
185
+ Location
186
+ </span>
187
+ </a>
188
+ <a href="">
189
+ <i class="fa fa-phone" aria-hidden="true"></i>
190
+ <span>
191
+ Call +01 1234567890
192
+ </span>
193
+ </a>
194
+ <a href="">
195
+ <i class="fa fa-envelope" aria-hidden="true"></i>
196
+ <span>
197
198
+ </span>
199
+ </a>
200
+ </div>
201
+ </div>
202
+ <div class="info_social">
203
+ <a href="">
204
+ <i class="fa fa-facebook" aria-hidden="true"></i>
205
+ </a>
206
+ <a href="">
207
+ <i class="fa fa-twitter" aria-hidden="true"></i>
208
+ </a>
209
+ <a href="">
210
+ <i class="fa fa-linkedin" aria-hidden="true"></i>
211
+ </a>
212
+ <a href="">
213
+ <i class="fa fa-instagram" aria-hidden="true"></i>
214
+ </a>
215
+ </div>
216
+ </div>
217
+ <div class="col-md-3">
218
+ <div class="info_link_box">
219
+ <h4>
220
+ Links
221
+ </h4>
222
+ <div class="info_links">
223
+ <a class="" href="index.html">
224
+ <img src="images/nav-bullet.png" alt="">
225
+ Home
226
+ </a>
227
+ <a class="" href="about.html">
228
+ <img src="images/nav-bullet.png" alt="">
229
+ About
230
+ </a>
231
+ <a class="" href="service.html">
232
+ <img src="images/nav-bullet.png" alt="">
233
+ Services
234
+ </a>
235
+ <a class="" href="testimonial.html">
236
+ <img src="images/nav-bullet.png" alt="">
237
+ Testimonial
238
+ </a>
239
+ <a class="active" href="news.html">
240
+ <img src="images/nav-bullet.png" alt="">
241
+ Latest News
242
+ </a>
243
+ <a class="" href="contact.html">
244
+ <img src="images/nav-bullet.png" alt="">
245
+ Contact Us
246
+ </a>
247
+ </div>
248
+ </div>
249
+ </div>
250
+ <div class="col-md-3">
251
+ <div class="info_detail">
252
+ <h4>
253
+ Info
254
+ </h4>
255
+ <p>
256
+ necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful
257
+ </p>
258
+ </div>
259
+ </div>
260
+ <div class="col-md-3">
261
+ <h4>
262
+ Subscribe
263
+ </h4>
264
+ <form action="#">
265
+ <input type="text" placeholder="Enter email" />
266
+ <button type="submit">
267
+ Subscribe
268
+ </button>
269
+ </form>
270
+ </div>
271
+ </div>
272
+ </div>
273
+ </section>
274
+
275
+ <!-- end info section -->
276
+
277
+ <!-- footer section -->
278
+ <footer class="footer_section">
279
+ <div class="container">
280
+ <div class="row">
281
+ <div class="col-md-8 mx-auto">
282
+ <p>
283
+ &copy; <span id="displayYear"></span> All Rights Reserved. Design by
284
+ <a href="https://html.design/">Free Html Templates</a>
285
+ </p>
286
+ </div>
287
+ </div>
288
+ </div>
289
+ </footer>
290
+ <!-- footer section -->
291
+
292
+ <script src="js/jquery-3.4.1.min.js"></script>
293
+ <script src="js/bootstrap.js"></script>
294
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
295
+ <script src="js/custom.js"></script>
296
+ <!-- Google Map -->
297
+ <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap"></script>
298
+ <!-- End Google Map -->
299
+ </body>
300
+
301
+ </html>
seomark-html/service.html ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <!-- Basic -->
6
+ <meta charset="utf-8" />
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
8
+ <!-- Mobile Metas -->
9
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
10
+ <!-- Site Metas -->
11
+ <meta name="keywords" content="" />
12
+ <meta name="description" content="" />
13
+ <meta name="author" content="" />
14
+
15
+ <title>Seomark</title>
16
+
17
+ <!-- slider stylesheet -->
18
+ <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
19
+
20
+ <!-- bootstrap core css -->
21
+ <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
22
+ <!-- fonts awesome style -->
23
+ <link href="css/font-awesome.min.css" rel="stylesheet" />
24
+
25
+ <!-- Custom styles for this template -->
26
+ <link href="css/style.css" rel="stylesheet" />
27
+ <!-- responsive style -->
28
+ <link href="css/responsive.css" rel="stylesheet" />
29
+ </head>
30
+
31
+ <body class="sub_page">
32
+ <div class="hero_area">
33
+ <!-- header section strats -->
34
+ <header class="header_section">
35
+ <nav class="navbar navbar-expand-lg custom_nav-container">
36
+ <div class="custom_menu-btn">
37
+ <button onclick="openNav()">
38
+ <span class="s-1"> </span>
39
+ <span class="s-2"> </span>
40
+ <span class="s-3"> </span>
41
+ </button>
42
+ </div>
43
+ <div id="myNav" class="overlay">
44
+ <div class="menu_btn-style ">
45
+ <button onclick="closeNav()">
46
+ <span class="s-1"> </span>
47
+ <span class="s-2"> </span>
48
+ <span class="s-3"> </span>
49
+ </button>
50
+ </div>
51
+ <div class="overlay-content">
52
+ <a class="" href="index.html">
53
+ Home
54
+ </a>
55
+ <a class="" href="about.html">
56
+ About
57
+ </a>
58
+ <a class="active" href="service.html">
59
+ Services
60
+ </a>
61
+ <a class="" href="testimonial.html">
62
+ Testimonial
63
+ </a>
64
+ <a class="" href="news.html">
65
+ Latest News
66
+ </a>
67
+ <a class="" href="contact.html">
68
+ Contact Us
69
+ </a>
70
+ </div>
71
+ </div>
72
+ <a class="navbar-brand" href="index.html">
73
+ <span>
74
+ Seomark
75
+ </span>
76
+ </a>
77
+ <div class="user_option">
78
+ <form class="form-inline">
79
+ <button class="btn nav_search-btn" type="submit">
80
+ <i class="fa fa-search" aria-hidden="true"></i>
81
+ </button>
82
+ </form>
83
+ <a href="">
84
+ <i class="fa fa-user" aria-hidden="true"></i>
85
+ </a>
86
+ </div>
87
+ <div class="name_style">
88
+ <h6>
89
+ S
90
+ e
91
+ o
92
+ M
93
+ a
94
+ r
95
+ k
96
+ e
97
+ t
98
+ i
99
+ n
100
+ g
101
+ </h6>
102
+ </div>
103
+ </nav>
104
+ </header>
105
+ <!-- end header section -->
106
+ </div>
107
+
108
+
109
+ <!-- we do section -->
110
+
111
+ <section class="wedo_section layout_padding">
112
+ <div class="container">
113
+ <div class="heading_container">
114
+ <h2>
115
+ What We do
116
+ </h2>
117
+ <p>
118
+ Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now
119
+ </p>
120
+ </div>
121
+ <div class="row">
122
+ <div class="col-md-6 col-lg-3">
123
+ <div class="box pr-0 pr-lg-5">
124
+ <div class="img-box">
125
+ <img src="images/wedo-img2.png" alt="">
126
+ </div>
127
+ <div class="detail-box">
128
+ <h5>
129
+ Social Marketing
130
+ </h5>
131
+ <p>
132
+ passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum
133
+ </p>
134
+ <a href="">
135
+ Read More
136
+ </a>
137
+ </div>
138
+ </div>
139
+ </div>
140
+ <div class="col-md-6 col-lg-3">
141
+ <div class="box pr-0 pr-lg-5">
142
+ <div class="img-box">
143
+ <img src="images/wedo-img3.png" alt="">
144
+ </div>
145
+ <div class="detail-box">
146
+ <h5>
147
+ Content Marketing
148
+ </h5>
149
+ <p>
150
+ passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum
151
+ </p>
152
+ <a href="">
153
+ Read More
154
+ </a>
155
+ </div>
156
+ </div>
157
+ </div>
158
+ <div class="col-md-6 col-lg-3">
159
+ <div class="box pr-0 pr-lg-5">
160
+ <div class="img-box">
161
+ <img src="images/wedo-img4.png" alt="">
162
+ </div>
163
+ <div class="detail-box">
164
+ <h5>
165
+ Data Analysis
166
+ </h5>
167
+ <p>
168
+ passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum
169
+ </p>
170
+ <a href="">
171
+ Read More
172
+ </a>
173
+ </div>
174
+ </div>
175
+ </div>
176
+ <div class="col-md-6 col-lg-3">
177
+ <div class="box pr-0 pr-lg-5">
178
+ <div class="img-box">
179
+ <img src="images/wedo-img1.png" alt="">
180
+ </div>
181
+ <div class="detail-box">
182
+ <h5>
183
+ Digital Marketing
184
+ </h5>
185
+ <p>
186
+ passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum
187
+ </p>
188
+ <a href="">
189
+ Read More
190
+ </a>
191
+ </div>
192
+ </div>
193
+ </div>
194
+ </div>
195
+ </div>
196
+ </section>
197
+
198
+ <!-- end we do section -->
199
+
200
+
201
+ <!-- info section -->
202
+
203
+ <section class="info_section layout_padding2">
204
+ <div class="container">
205
+ <div class="row">
206
+ <div class="col-md-3">
207
+ <div class="info_contact">
208
+ <h4>
209
+ Address
210
+ </h4>
211
+ <div class="contact_link_box">
212
+ <a href="">
213
+ <i class="fa fa-map-marker" aria-hidden="true"></i>
214
+ <span>
215
+ Location
216
+ </span>
217
+ </a>
218
+ <a href="">
219
+ <i class="fa fa-phone" aria-hidden="true"></i>
220
+ <span>
221
+ Call +01 1234567890
222
+ </span>
223
+ </a>
224
+ <a href="">
225
+ <i class="fa fa-envelope" aria-hidden="true"></i>
226
+ <span>
227
228
+ </span>
229
+ </a>
230
+ </div>
231
+ </div>
232
+ <div class="info_social">
233
+ <a href="">
234
+ <i class="fa fa-facebook" aria-hidden="true"></i>
235
+ </a>
236
+ <a href="">
237
+ <i class="fa fa-twitter" aria-hidden="true"></i>
238
+ </a>
239
+ <a href="">
240
+ <i class="fa fa-linkedin" aria-hidden="true"></i>
241
+ </a>
242
+ <a href="">
243
+ <i class="fa fa-instagram" aria-hidden="true"></i>
244
+ </a>
245
+ </div>
246
+ </div>
247
+ <div class="col-md-3">
248
+ <div class="info_link_box">
249
+ <h4>
250
+ Links
251
+ </h4>
252
+ <div class="info_links">
253
+ <a class="" href="index.html">
254
+ <img src="images/nav-bullet.png" alt="">
255
+ Home
256
+ </a>
257
+ <a class="" href="about.html">
258
+ <img src="images/nav-bullet.png" alt="">
259
+ About
260
+ </a>
261
+ <a class="active" href="service.html">
262
+ <img src="images/nav-bullet.png" alt="">
263
+ Services
264
+ </a>
265
+ <a class="" href="testimonial.html">
266
+ <img src="images/nav-bullet.png" alt="">
267
+ Testimonial
268
+ </a>
269
+ <a class="" href="news.html">
270
+ <img src="images/nav-bullet.png" alt="">
271
+ Latest News
272
+ </a>
273
+ <a class="" href="contact.html">
274
+ <img src="images/nav-bullet.png" alt="">
275
+ Contact Us
276
+ </a>
277
+ </div>
278
+ </div>
279
+ </div>
280
+ <div class="col-md-3">
281
+ <div class="info_detail">
282
+ <h4>
283
+ Info
284
+ </h4>
285
+ <p>
286
+ necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful
287
+ </p>
288
+ </div>
289
+ </div>
290
+ <div class="col-md-3">
291
+ <h4>
292
+ Subscribe
293
+ </h4>
294
+ <form action="#">
295
+ <input type="text" placeholder="Enter email" />
296
+ <button type="submit">
297
+ Subscribe
298
+ </button>
299
+ </form>
300
+ </div>
301
+ </div>
302
+ </div>
303
+ </section>
304
+
305
+ <!-- end info section -->
306
+
307
+ <!-- footer section -->
308
+ <footer class="footer_section">
309
+ <div class="container">
310
+ <div class="row">
311
+ <div class="col-md-8 mx-auto">
312
+ <p>
313
+ &copy; <span id="displayYear"></span> All Rights Reserved. Design by
314
+ <a href="https://html.design/">Free Html Templates</a>
315
+ </p>
316
+ </div>
317
+ </div>
318
+ </div>
319
+ </footer>
320
+ <!-- footer section -->
321
+
322
+ <script src="js/jquery-3.4.1.min.js"></script>
323
+ <script src="js/bootstrap.js"></script>
324
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
325
+ <script src="js/custom.js"></script>
326
+ <!-- Google Map -->
327
+ <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap"></script>
328
+ <!-- End Google Map -->
329
+ </body>
330
+
331
+ </html>
seomark-html/testimonial.html ADDED
@@ -0,0 +1,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <!-- Basic -->
6
+ <meta charset="utf-8" />
7
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
8
+ <!-- Mobile Metas -->
9
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
10
+ <!-- Site Metas -->
11
+ <meta name="keywords" content="" />
12
+ <meta name="description" content="" />
13
+ <meta name="author" content="" />
14
+
15
+ <title>Seomark</title>
16
+
17
+ <!-- slider stylesheet -->
18
+ <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
19
+
20
+ <!-- bootstrap core css -->
21
+ <link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
22
+ <!-- fonts awesome style -->
23
+ <link href="css/font-awesome.min.css" rel="stylesheet" />
24
+ <!-- fonts style -->
25
+ <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,,600,700|Poppins:400,500,700&display=swap" rel="stylesheet" />
26
+
27
+ <!-- Custom styles for this template -->
28
+ <link href="css/style.css" rel="stylesheet" />
29
+ <!-- responsive style -->
30
+ <link href="css/responsive.css" rel="stylesheet" />
31
+ </head>
32
+
33
+ <body class="sub_page">
34
+ <div class="hero_area">
35
+ <!-- header section strats -->
36
+ <header class="header_section">
37
+ <nav class="navbar navbar-expand-lg custom_nav-container">
38
+ <div class="custom_menu-btn">
39
+ <button onclick="openNav()">
40
+ <span class="s-1"> </span>
41
+ <span class="s-2"> </span>
42
+ <span class="s-3"> </span>
43
+ </button>
44
+ </div>
45
+ <div id="myNav" class="overlay">
46
+ <div class="menu_btn-style ">
47
+ <button onclick="closeNav()">
48
+ <span class="s-1"> </span>
49
+ <span class="s-2"> </span>
50
+ <span class="s-3"> </span>
51
+ </button>
52
+ </div>
53
+ <div class="overlay-content">
54
+ <a class="" href="index.html">
55
+ Home
56
+ </a>
57
+ <a class="" href="about.html">
58
+ About
59
+ </a>
60
+ <a class="" href="service.html">
61
+ Services
62
+ </a>
63
+ <a class="active" href="testimonial.html">
64
+ Testimonial
65
+ </a>
66
+ <a class="" href="news.html">
67
+ Latest News
68
+ </a>
69
+ <a class="" href="contact.html">
70
+ Contact Us
71
+ </a>
72
+ </div>
73
+ </div>
74
+ <a class="navbar-brand" href="index.html">
75
+ <span>
76
+ Seomark
77
+ </span>
78
+ </a>
79
+ <div class="user_option">
80
+ <form class="form-inline">
81
+ <button class="btn nav_search-btn" type="submit">
82
+ <i class="fa fa-search" aria-hidden="true"></i>
83
+ </button>
84
+ </form>
85
+ <a href="">
86
+ <i class="fa fa-user" aria-hidden="true"></i>
87
+ </a>
88
+ </div>
89
+ <div class="name_style">
90
+ <h6>
91
+ S
92
+ e
93
+ o
94
+ M
95
+ a
96
+ r
97
+ k
98
+ e
99
+ t
100
+ i
101
+ n
102
+ g
103
+ </h6>
104
+ </div>
105
+ </nav>
106
+ </header>
107
+ <!-- end header section -->
108
+ </div>
109
+
110
+ <!-- client section -->
111
+
112
+ <section class="client_section layout_padding">
113
+ <div class="container">
114
+ <div class="heading_container">
115
+ <h2>
116
+ What Says Our Clients
117
+ </h2>
118
+ </div>
119
+ <div class="carousel-wrap ">
120
+ <div class="owl-carousel">
121
+ <div class="item">
122
+ <div class="box">
123
+ <div class="client_id">
124
+ <div class="img-box">
125
+ <img src="images/client-img1.jpg" alt="">
126
+ </div>
127
+ <div class="client_detail">
128
+ <h5>
129
+ Jims thomas
130
+ </h5>
131
+ <h6>
132
+ hidden in the
133
+ </h6>
134
+ </div>
135
+ </div>
136
+ <div class="client_text">
137
+ <p>
138
+ If you are going to use a passage of Lorem Ipsum, you need to be sure th
139
+ ere isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined
140
+ </p>
141
+ </div>
142
+ </div>
143
+ </div>
144
+ <div class="item">
145
+ <div class="box">
146
+ <div class="client_id">
147
+ <div class="img-box">
148
+ <img src="images/client-img2.jpg" alt="">
149
+ </div>
150
+ <div class="client_detail">
151
+ <h5>
152
+ Thomas mor
153
+ </h5>
154
+ <h6>
155
+ Hidden
156
+ </h6>
157
+ </div>
158
+ </div>
159
+ <div class="client_text">
160
+ <p>
161
+ If you are going to use a passage of Lorem Ipsum, you need to be sure th
162
+ ere isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined
163
+ </p>
164
+ </div>
165
+ </div>
166
+ </div>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ </section>
171
+
172
+ <!-- end client section -->
173
+
174
+ <!-- info section -->
175
+
176
+ <section class="info_section layout_padding2">
177
+ <div class="container">
178
+ <div class="row">
179
+ <div class="col-md-3">
180
+ <div class="info_contact">
181
+ <h4>
182
+ Address
183
+ </h4>
184
+ <div class="contact_link_box">
185
+ <a href="">
186
+ <i class="fa fa-map-marker" aria-hidden="true"></i>
187
+ <span>
188
+ Location
189
+ </span>
190
+ </a>
191
+ <a href="">
192
+ <i class="fa fa-phone" aria-hidden="true"></i>
193
+ <span>
194
+ Call +01 1234567890
195
+ </span>
196
+ </a>
197
+ <a href="">
198
+ <i class="fa fa-envelope" aria-hidden="true"></i>
199
+ <span>
200
201
+ </span>
202
+ </a>
203
+ </div>
204
+ </div>
205
+ <div class="info_social">
206
+ <a href="">
207
+ <i class="fa fa-facebook" aria-hidden="true"></i>
208
+ </a>
209
+ <a href="">
210
+ <i class="fa fa-twitter" aria-hidden="true"></i>
211
+ </a>
212
+ <a href="">
213
+ <i class="fa fa-linkedin" aria-hidden="true"></i>
214
+ </a>
215
+ <a href="">
216
+ <i class="fa fa-instagram" aria-hidden="true"></i>
217
+ </a>
218
+ </div>
219
+ </div>
220
+ <div class="col-md-3">
221
+ <div class="info_link_box">
222
+ <h4>
223
+ Links
224
+ </h4>
225
+ <div class="info_links">
226
+ <a class="" href="index.html">
227
+ <img src="images/nav-bullet.png" alt="">
228
+ Home
229
+ </a>
230
+ <a class="" href="about.html">
231
+ <img src="images/nav-bullet.png" alt="">
232
+ About
233
+ </a>
234
+ <a class="" href="service.html">
235
+ <img src="images/nav-bullet.png" alt="">
236
+ Services
237
+ </a>
238
+ <a class="active" href="testimonial.html">
239
+ <img src="images/nav-bullet.png" alt="">
240
+ Testimonial
241
+ </a>
242
+ <a class="" href="news.html">
243
+ <img src="images/nav-bullet.png" alt="">
244
+ Latest News
245
+ </a>
246
+ <a class="" href="contact.html">
247
+ <img src="images/nav-bullet.png" alt="">
248
+ Contact Us
249
+ </a>
250
+ </div>
251
+ </div>
252
+ </div>
253
+ <div class="col-md-3">
254
+ <div class="info_detail">
255
+ <h4>
256
+ Info
257
+ </h4>
258
+ <p>
259
+ necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful
260
+ </p>
261
+ </div>
262
+ </div>
263
+ <div class="col-md-3">
264
+ <h4>
265
+ Subscribe
266
+ </h4>
267
+ <form action="#">
268
+ <input type="text" placeholder="Enter email" />
269
+ <button type="submit">
270
+ Subscribe
271
+ </button>
272
+ </form>
273
+ </div>
274
+ </div>
275
+ </div>
276
+ </section>
277
+
278
+ <!-- end info section -->
279
+
280
+ <!-- footer section -->
281
+ <footer class="footer_section">
282
+ <div class="container">
283
+ <div class="row">
284
+ <div class="col-md-8 mx-auto">
285
+ <p>
286
+ &copy; <span id="displayYear"></span> All Rights Reserved. Design by
287
+ <a href="https://html.design/">Free Html Templates</a>
288
+ </p>
289
+ </div>
290
+ </div>
291
+ </div>
292
+ </footer>
293
+ <!-- footer section -->
294
+
295
+ <script src="js/jquery-3.4.1.min.js"></script>
296
+ <script src="js/bootstrap.js"></script>
297
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
298
+ <script src="js/custom.js"></script>
299
+ <!-- Google Map -->
300
+ <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap"></script>
301
+ <!-- End Google Map -->
302
+ </body>
303
+
304
+ </html>