/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */
/* Minify_CSS_UriRewriter::$debugText

*/

/* intlTelInput.css */

/* 1   */ .intl-tel-input {
/* 2   */   position: relative;
/* 3   */   display: inline-block; }
/* 4   */   .intl-tel-input * {
/* 5   */     box-sizing: border-box;
/* 6   */     -moz-box-sizing: border-box; }
/* 7   */   .intl-tel-input .hide {
/* 8   */     display: none; }
/* 9   */   .intl-tel-input .v-hide {
/* 10  */     visibility: hidden; }
/* 11  */   .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
/* 12  */     position: relative;
/* 13  */     z-index: 0;
/* 14  */     margin-top: 0 !important;
/* 15  */     margin-bottom: 0 !important;
/* 16  */     padding-right: 36px;
/* 17  */     margin-right: 0; }
/* 18  */   .intl-tel-input .flag-container {
/* 19  */     position: absolute;
/* 20  */     top: 0;
/* 21  */     bottom: 0;
/* 22  */     right: 0;
/* 23  */     padding: 1px; }
/* 24  */   .intl-tel-input .selected-flag {
/* 25  */     z-index: 1;
/* 26  */     position: relative;
/* 27  */     display: flex;
/* 28  */     align-items: center;
/* 29  */     height: 100%;
/* 30  */     padding: 0 6px 0 8px; }
/* 31  */     .intl-tel-input .selected-flag .iti-arrow {
/* 32  */       margin-left: 6px;
/* 33  */       width: 0;
/* 34  */       height: 0;
/* 35  */       border-left: 3px solid transparent;
/* 36  */       border-right: 3px solid transparent;
/* 37  */       border-top: 4px solid #555; }
/* 38  */       .intl-tel-input .selected-flag .iti-arrow.up {
/* 39  */         border-top: none;
/* 40  */         border-bottom: 4px solid #555; }
/* 41  */   .intl-tel-input .country-list {
/* 42  */     position: absolute;
/* 43  */     z-index: 2;
/* 44  */     list-style: none;
/* 45  */     text-align: left;
/* 46  */     padding: 0;
/* 47  */     margin: 0 0 0 -1px;
/* 48  */     box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
/* 49  */     background-color: white;
/* 50  */     border: 1px solid #CCC;

/* intlTelInput.css */

/* 51  */     white-space: nowrap;
/* 52  */     max-height: 200px;
/* 53  */     overflow-y: scroll;
/* 54  */     -webkit-overflow-scrolling: touch; }
/* 55  */     .intl-tel-input .country-list.dropup {
/* 56  */       bottom: 100%;
/* 57  */       margin-bottom: -1px; }
/* 58  */     .intl-tel-input .country-list .flag-box {
/* 59  */       display: inline-block;
/* 60  */       width: 20px; }
/* 61  */     @media (max-width: 500px) {
/* 62  */       .intl-tel-input .country-list {
/* 63  */         white-space: normal; } }
/* 64  */     .intl-tel-input .country-list .divider {
/* 65  */       padding-bottom: 5px;
/* 66  */       margin-bottom: 5px;
/* 67  */       border-bottom: 1px solid #CCC; }
/* 68  */     .intl-tel-input .country-list .country {
/* 69  */       padding: 5px 10px; }
/* 70  */       .intl-tel-input .country-list .country .dial-code {
/* 71  */         color: #999; }
/* 72  */     .intl-tel-input .country-list .country.highlight {
/* 73  */       background-color: rgba(0, 0, 0, 0.05); }
/* 74  */     .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
/* 75  */       vertical-align: middle; }
/* 76  */     .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
/* 77  */       margin-right: 6px; }
/* 78  */   .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
/* 79  */     padding-right: 6px;
/* 80  */     padding-left: 52px;
/* 81  */     margin-left: 0; }
/* 82  */   .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
/* 83  */     right: auto;
/* 84  */     left: 0; }
/* 85  */   .intl-tel-input.allow-dropdown .flag-container:hover {
/* 86  */     cursor: pointer; }
/* 87  */     .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
/* 88  */       background-color: rgba(0, 0, 0, 0.05); }
/* 89  */   .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
/* 90  */     cursor: default; }
/* 91  */     .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
/* 92  */       background-color: transparent; }
/* 93  */   .intl-tel-input.separate-dial-code .selected-flag {
/* 94  */     background-color: rgba(0, 0, 0, 0.05); }
/* 95  */   .intl-tel-input.separate-dial-code .selected-dial-code {
/* 96  */     margin-left: 6px; }
/* 97  */   .intl-tel-input.iti-container {
/* 98  */     position: absolute;
/* 99  */     top: -1000px;
/* 100 */     left: -1000px;

/* intlTelInput.css */

/* 101 */     z-index: 1060;
/* 102 */     padding: 1px; }
/* 103 */     .intl-tel-input.iti-container:hover {
/* 104 */       cursor: pointer; }
/* 105 */
/* 106 */ .iti-mobile .intl-tel-input.iti-container {
/* 107 */   top: 30px;
/* 108 */   bottom: 30px;
/* 109 */   left: 30px;
/* 110 */   right: 30px;
/* 111 */   position: fixed; }
/* 112 */
/* 113 */ .iti-mobile .intl-tel-input .country-list {
/* 114 */   max-height: 100%;
/* 115 */   width: 100%; }
/* 116 */   .iti-mobile .intl-tel-input .country-list .country {
/* 117 */     padding: 10px 10px;
/* 118 */     line-height: 1.5em; }
/* 119 */
/* 120 */ .iti-flag {
/* 121 */   width: 20px; }
/* 122 */   .iti-flag.be {
/* 123 */     width: 18px; }
/* 124 */   .iti-flag.ch {
/* 125 */     width: 15px; }
/* 126 */   .iti-flag.mc {
/* 127 */     width: 19px; }
/* 128 */   .iti-flag.ne {
/* 129 */     width: 18px; }
/* 130 */   .iti-flag.np {
/* 131 */     width: 13px; }
/* 132 */   .iti-flag.va {
/* 133 */     width: 15px; }
/* 134 */   @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
/* 135 */     .iti-flag {
/* 136 */       background-size: 5652px 15px; } }
/* 137 */   .iti-flag.ac {
/* 138 */     height: 10px;
/* 139 */     background-position: 0px 0px; }
/* 140 */   .iti-flag.ad {
/* 141 */     height: 14px;
/* 142 */     background-position: -22px 0px; }
/* 143 */   .iti-flag.ae {
/* 144 */     height: 10px;
/* 145 */     background-position: -44px 0px; }
/* 146 */   .iti-flag.af {
/* 147 */     height: 14px;
/* 148 */     background-position: -66px 0px; }
/* 149 */   .iti-flag.ag {
/* 150 */     height: 14px;

/* intlTelInput.css */

/* 151 */     background-position: -88px 0px; }
/* 152 */   .iti-flag.ai {
/* 153 */     height: 10px;
/* 154 */     background-position: -110px 0px; }
/* 155 */   .iti-flag.al {
/* 156 */     height: 15px;
/* 157 */     background-position: -132px 0px; }
/* 158 */   .iti-flag.am {
/* 159 */     height: 10px;
/* 160 */     background-position: -154px 0px; }
/* 161 */   .iti-flag.ao {
/* 162 */     height: 14px;
/* 163 */     background-position: -176px 0px; }
/* 164 */   .iti-flag.aq {
/* 165 */     height: 14px;
/* 166 */     background-position: -198px 0px; }
/* 167 */   .iti-flag.ar {
/* 168 */     height: 13px;
/* 169 */     background-position: -220px 0px; }
/* 170 */   .iti-flag.as {
/* 171 */     height: 10px;
/* 172 */     background-position: -242px 0px; }
/* 173 */   .iti-flag.at {
/* 174 */     height: 14px;
/* 175 */     background-position: -264px 0px; }
/* 176 */   .iti-flag.au {
/* 177 */     height: 10px;
/* 178 */     background-position: -286px 0px; }
/* 179 */   .iti-flag.aw {
/* 180 */     height: 14px;
/* 181 */     background-position: -308px 0px; }
/* 182 */   .iti-flag.ax {
/* 183 */     height: 13px;
/* 184 */     background-position: -330px 0px; }
/* 185 */   .iti-flag.az {
/* 186 */     height: 10px;
/* 187 */     background-position: -352px 0px; }
/* 188 */   .iti-flag.ba {
/* 189 */     height: 10px;
/* 190 */     background-position: -374px 0px; }
/* 191 */   .iti-flag.bb {
/* 192 */     height: 14px;
/* 193 */     background-position: -396px 0px; }
/* 194 */   .iti-flag.bd {
/* 195 */     height: 12px;
/* 196 */     background-position: -418px 0px; }
/* 197 */   .iti-flag.be {
/* 198 */     height: 15px;
/* 199 */     background-position: -440px 0px; }
/* 200 */   .iti-flag.bf {

/* intlTelInput.css */

/* 201 */     height: 14px;
/* 202 */     background-position: -460px 0px; }
/* 203 */   .iti-flag.bg {
/* 204 */     height: 12px;
/* 205 */     background-position: -482px 0px; }
/* 206 */   .iti-flag.bh {
/* 207 */     height: 12px;
/* 208 */     background-position: -504px 0px; }
/* 209 */   .iti-flag.bi {
/* 210 */     height: 12px;
/* 211 */     background-position: -526px 0px; }
/* 212 */   .iti-flag.bj {
/* 213 */     height: 14px;
/* 214 */     background-position: -548px 0px; }
/* 215 */   .iti-flag.bl {
/* 216 */     height: 14px;
/* 217 */     background-position: -570px 0px; }
/* 218 */   .iti-flag.bm {
/* 219 */     height: 10px;
/* 220 */     background-position: -592px 0px; }
/* 221 */   .iti-flag.bn {
/* 222 */     height: 10px;
/* 223 */     background-position: -614px 0px; }
/* 224 */   .iti-flag.bo {
/* 225 */     height: 14px;
/* 226 */     background-position: -636px 0px; }
/* 227 */   .iti-flag.bq {
/* 228 */     height: 14px;
/* 229 */     background-position: -658px 0px; }
/* 230 */   .iti-flag.br {
/* 231 */     height: 14px;
/* 232 */     background-position: -680px 0px; }
/* 233 */   .iti-flag.bs {
/* 234 */     height: 10px;
/* 235 */     background-position: -702px 0px; }
/* 236 */   .iti-flag.bt {
/* 237 */     height: 14px;
/* 238 */     background-position: -724px 0px; }
/* 239 */   .iti-flag.bv {
/* 240 */     height: 15px;
/* 241 */     background-position: -746px 0px; }
/* 242 */   .iti-flag.bw {
/* 243 */     height: 14px;
/* 244 */     background-position: -768px 0px; }
/* 245 */   .iti-flag.by {
/* 246 */     height: 10px;
/* 247 */     background-position: -790px 0px; }
/* 248 */   .iti-flag.bz {
/* 249 */     height: 14px;
/* 250 */     background-position: -812px 0px; }

/* intlTelInput.css */

/* 251 */   .iti-flag.ca {
/* 252 */     height: 10px;
/* 253 */     background-position: -834px 0px; }
/* 254 */   .iti-flag.cc {
/* 255 */     height: 10px;
/* 256 */     background-position: -856px 0px; }
/* 257 */   .iti-flag.cd {
/* 258 */     height: 15px;
/* 259 */     background-position: -878px 0px; }
/* 260 */   .iti-flag.cf {
/* 261 */     height: 14px;
/* 262 */     background-position: -900px 0px; }
/* 263 */   .iti-flag.cg {
/* 264 */     height: 14px;
/* 265 */     background-position: -922px 0px; }
/* 266 */   .iti-flag.ch {
/* 267 */     height: 15px;
/* 268 */     background-position: -944px 0px; }
/* 269 */   .iti-flag.ci {
/* 270 */     height: 14px;
/* 271 */     background-position: -961px 0px; }
/* 272 */   .iti-flag.ck {
/* 273 */     height: 10px;
/* 274 */     background-position: -983px 0px; }
/* 275 */   .iti-flag.cl {
/* 276 */     height: 14px;
/* 277 */     background-position: -1005px 0px; }
/* 278 */   .iti-flag.cm {
/* 279 */     height: 14px;
/* 280 */     background-position: -1027px 0px; }
/* 281 */   .iti-flag.cn {
/* 282 */     height: 14px;
/* 283 */     background-position: -1049px 0px; }
/* 284 */   .iti-flag.co {
/* 285 */     height: 14px;
/* 286 */     background-position: -1071px 0px; }
/* 287 */   .iti-flag.cp {
/* 288 */     height: 14px;
/* 289 */     background-position: -1093px 0px; }
/* 290 */   .iti-flag.cr {
/* 291 */     height: 12px;
/* 292 */     background-position: -1115px 0px; }
/* 293 */   .iti-flag.cu {
/* 294 */     height: 10px;
/* 295 */     background-position: -1137px 0px; }
/* 296 */   .iti-flag.cv {
/* 297 */     height: 12px;
/* 298 */     background-position: -1159px 0px; }
/* 299 */   .iti-flag.cw {
/* 300 */     height: 14px;

/* intlTelInput.css */

/* 301 */     background-position: -1181px 0px; }
/* 302 */   .iti-flag.cx {
/* 303 */     height: 10px;
/* 304 */     background-position: -1203px 0px; }
/* 305 */   .iti-flag.cy {
/* 306 */     height: 14px;
/* 307 */     background-position: -1225px 0px; }
/* 308 */   .iti-flag.cz {
/* 309 */     height: 14px;
/* 310 */     background-position: -1247px 0px; }
/* 311 */   .iti-flag.de {
/* 312 */     height: 12px;
/* 313 */     background-position: -1269px 0px; }
/* 314 */   .iti-flag.dg {
/* 315 */     height: 10px;
/* 316 */     background-position: -1291px 0px; }
/* 317 */   .iti-flag.dj {
/* 318 */     height: 14px;
/* 319 */     background-position: -1313px 0px; }
/* 320 */   .iti-flag.dk {
/* 321 */     height: 15px;
/* 322 */     background-position: -1335px 0px; }
/* 323 */   .iti-flag.dm {
/* 324 */     height: 10px;
/* 325 */     background-position: -1357px 0px; }
/* 326 */   .iti-flag.do {
/* 327 */     height: 14px;
/* 328 */     background-position: -1379px 0px; }
/* 329 */   .iti-flag.dz {
/* 330 */     height: 14px;
/* 331 */     background-position: -1401px 0px; }
/* 332 */   .iti-flag.ea {
/* 333 */     height: 14px;
/* 334 */     background-position: -1423px 0px; }
/* 335 */   .iti-flag.ec {
/* 336 */     height: 14px;
/* 337 */     background-position: -1445px 0px; }
/* 338 */   .iti-flag.ee {
/* 339 */     height: 13px;
/* 340 */     background-position: -1467px 0px; }
/* 341 */   .iti-flag.eg {
/* 342 */     height: 14px;
/* 343 */     background-position: -1489px 0px; }
/* 344 */   .iti-flag.eh {
/* 345 */     height: 10px;
/* 346 */     background-position: -1511px 0px; }
/* 347 */   .iti-flag.er {
/* 348 */     height: 10px;
/* 349 */     background-position: -1533px 0px; }
/* 350 */   .iti-flag.es {

/* intlTelInput.css */

/* 351 */     height: 14px;
/* 352 */     background-position: -1555px 0px; }
/* 353 */   .iti-flag.et {
/* 354 */     height: 10px;
/* 355 */     background-position: -1577px 0px; }
/* 356 */   .iti-flag.eu {
/* 357 */     height: 14px;
/* 358 */     background-position: -1599px 0px; }
/* 359 */   .iti-flag.fi {
/* 360 */     height: 12px;
/* 361 */     background-position: -1621px 0px; }
/* 362 */   .iti-flag.fj {
/* 363 */     height: 10px;
/* 364 */     background-position: -1643px 0px; }
/* 365 */   .iti-flag.fk {
/* 366 */     height: 10px;
/* 367 */     background-position: -1665px 0px; }
/* 368 */   .iti-flag.fm {
/* 369 */     height: 11px;
/* 370 */     background-position: -1687px 0px; }
/* 371 */   .iti-flag.fo {
/* 372 */     height: 15px;
/* 373 */     background-position: -1709px 0px; }
/* 374 */   .iti-flag.fr {
/* 375 */     height: 14px;
/* 376 */     background-position: -1731px 0px; }
/* 377 */   .iti-flag.ga {
/* 378 */     height: 15px;
/* 379 */     background-position: -1753px 0px; }
/* 380 */   .iti-flag.gb {
/* 381 */     height: 10px;
/* 382 */     background-position: -1775px 0px; }
/* 383 */   .iti-flag.gd {
/* 384 */     height: 12px;
/* 385 */     background-position: -1797px 0px; }
/* 386 */   .iti-flag.ge {
/* 387 */     height: 14px;
/* 388 */     background-position: -1819px 0px; }
/* 389 */   .iti-flag.gf {
/* 390 */     height: 14px;
/* 391 */     background-position: -1841px 0px; }
/* 392 */   .iti-flag.gg {
/* 393 */     height: 14px;
/* 394 */     background-position: -1863px 0px; }
/* 395 */   .iti-flag.gh {
/* 396 */     height: 14px;
/* 397 */     background-position: -1885px 0px; }
/* 398 */   .iti-flag.gi {
/* 399 */     height: 10px;
/* 400 */     background-position: -1907px 0px; }

/* intlTelInput.css */

/* 401 */   .iti-flag.gl {
/* 402 */     height: 14px;
/* 403 */     background-position: -1929px 0px; }
/* 404 */   .iti-flag.gm {
/* 405 */     height: 14px;
/* 406 */     background-position: -1951px 0px; }
/* 407 */   .iti-flag.gn {
/* 408 */     height: 14px;
/* 409 */     background-position: -1973px 0px; }
/* 410 */   .iti-flag.gp {
/* 411 */     height: 14px;
/* 412 */     background-position: -1995px 0px; }
/* 413 */   .iti-flag.gq {
/* 414 */     height: 14px;
/* 415 */     background-position: -2017px 0px; }
/* 416 */   .iti-flag.gr {
/* 417 */     height: 14px;
/* 418 */     background-position: -2039px 0px; }
/* 419 */   .iti-flag.gs {
/* 420 */     height: 10px;
/* 421 */     background-position: -2061px 0px; }
/* 422 */   .iti-flag.gt {
/* 423 */     height: 13px;
/* 424 */     background-position: -2083px 0px; }
/* 425 */   .iti-flag.gu {
/* 426 */     height: 11px;
/* 427 */     background-position: -2105px 0px; }
/* 428 */   .iti-flag.gw {
/* 429 */     height: 10px;
/* 430 */     background-position: -2127px 0px; }
/* 431 */   .iti-flag.gy {
/* 432 */     height: 12px;
/* 433 */     background-position: -2149px 0px; }
/* 434 */   .iti-flag.hk {
/* 435 */     height: 14px;
/* 436 */     background-position: -2171px 0px; }
/* 437 */   .iti-flag.hm {
/* 438 */     height: 10px;
/* 439 */     background-position: -2193px 0px; }
/* 440 */   .iti-flag.hn {
/* 441 */     height: 10px;
/* 442 */     background-position: -2215px 0px; }
/* 443 */   .iti-flag.hr {
/* 444 */     height: 10px;
/* 445 */     background-position: -2237px 0px; }
/* 446 */   .iti-flag.ht {
/* 447 */     height: 12px;
/* 448 */     background-position: -2259px 0px; }
/* 449 */   .iti-flag.hu {
/* 450 */     height: 10px;

/* intlTelInput.css */

/* 451 */     background-position: -2281px 0px; }
/* 452 */   .iti-flag.ic {
/* 453 */     height: 14px;
/* 454 */     background-position: -2303px 0px; }
/* 455 */   .iti-flag.id {
/* 456 */     height: 14px;
/* 457 */     background-position: -2325px 0px; }
/* 458 */   .iti-flag.ie {
/* 459 */     height: 10px;
/* 460 */     background-position: -2347px 0px; }
/* 461 */   .iti-flag.il {
/* 462 */     height: 15px;
/* 463 */     background-position: -2369px 0px; }
/* 464 */   .iti-flag.im {
/* 465 */     height: 10px;
/* 466 */     background-position: -2391px 0px; }
/* 467 */   .iti-flag.in {
/* 468 */     height: 14px;
/* 469 */     background-position: -2413px 0px; }
/* 470 */   .iti-flag.io {
/* 471 */     height: 10px;
/* 472 */     background-position: -2435px 0px; }
/* 473 */   .iti-flag.iq {
/* 474 */     height: 14px;
/* 475 */     background-position: -2457px 0px; }
/* 476 */   .iti-flag.ir {
/* 477 */     height: 12px;
/* 478 */     background-position: -2479px 0px; }
/* 479 */   .iti-flag.is {
/* 480 */     height: 15px;
/* 481 */     background-position: -2501px 0px; }
/* 482 */   .iti-flag.it {
/* 483 */     height: 14px;
/* 484 */     background-position: -2523px 0px; }
/* 485 */   .iti-flag.je {
/* 486 */     height: 12px;
/* 487 */     background-position: -2545px 0px; }
/* 488 */   .iti-flag.jm {
/* 489 */     height: 10px;
/* 490 */     background-position: -2567px 0px; }
/* 491 */   .iti-flag.jo {
/* 492 */     height: 10px;
/* 493 */     background-position: -2589px 0px; }
/* 494 */   .iti-flag.jp {
/* 495 */     height: 14px;
/* 496 */     background-position: -2611px 0px; }
/* 497 */   .iti-flag.ke {
/* 498 */     height: 14px;
/* 499 */     background-position: -2633px 0px; }
/* 500 */   .iti-flag.kg {

/* intlTelInput.css */

/* 501 */     height: 12px;
/* 502 */     background-position: -2655px 0px; }
/* 503 */   .iti-flag.kh {
/* 504 */     height: 13px;
/* 505 */     background-position: -2677px 0px; }
/* 506 */   .iti-flag.ki {
/* 507 */     height: 10px;
/* 508 */     background-position: -2699px 0px; }
/* 509 */   .iti-flag.km {
/* 510 */     height: 12px;
/* 511 */     background-position: -2721px 0px; }
/* 512 */   .iti-flag.kn {
/* 513 */     height: 14px;
/* 514 */     background-position: -2743px 0px; }
/* 515 */   .iti-flag.kp {
/* 516 */     height: 10px;
/* 517 */     background-position: -2765px 0px; }
/* 518 */   .iti-flag.kr {
/* 519 */     height: 14px;
/* 520 */     background-position: -2787px 0px; }
/* 521 */   .iti-flag.kw {
/* 522 */     height: 10px;
/* 523 */     background-position: -2809px 0px; }
/* 524 */   .iti-flag.ky {
/* 525 */     height: 10px;
/* 526 */     background-position: -2831px 0px; }
/* 527 */   .iti-flag.kz {
/* 528 */     height: 10px;
/* 529 */     background-position: -2853px 0px; }
/* 530 */   .iti-flag.la {
/* 531 */     height: 14px;
/* 532 */     background-position: -2875px 0px; }
/* 533 */   .iti-flag.lb {
/* 534 */     height: 14px;
/* 535 */     background-position: -2897px 0px; }
/* 536 */   .iti-flag.lc {
/* 537 */     height: 10px;
/* 538 */     background-position: -2919px 0px; }
/* 539 */   .iti-flag.li {
/* 540 */     height: 12px;
/* 541 */     background-position: -2941px 0px; }
/* 542 */   .iti-flag.lk {
/* 543 */     height: 10px;
/* 544 */     background-position: -2963px 0px; }
/* 545 */   .iti-flag.lr {
/* 546 */     height: 11px;
/* 547 */     background-position: -2985px 0px; }
/* 548 */   .iti-flag.ls {
/* 549 */     height: 14px;
/* 550 */     background-position: -3007px 0px; }

/* intlTelInput.css */

/* 551 */   .iti-flag.lt {
/* 552 */     height: 12px;
/* 553 */     background-position: -3029px 0px; }
/* 554 */   .iti-flag.lu {
/* 555 */     height: 12px;
/* 556 */     background-position: -3051px 0px; }
/* 557 */   .iti-flag.lv {
/* 558 */     height: 10px;
/* 559 */     background-position: -3073px 0px; }
/* 560 */   .iti-flag.ly {
/* 561 */     height: 10px;
/* 562 */     background-position: -3095px 0px; }
/* 563 */   .iti-flag.ma {
/* 564 */     height: 14px;
/* 565 */     background-position: -3117px 0px; }
/* 566 */   .iti-flag.mc {
/* 567 */     height: 15px;
/* 568 */     background-position: -3139px 0px; }
/* 569 */   .iti-flag.md {
/* 570 */     height: 10px;
/* 571 */     background-position: -3160px 0px; }
/* 572 */   .iti-flag.me {
/* 573 */     height: 10px;
/* 574 */     background-position: -3182px 0px; }
/* 575 */   .iti-flag.mf {
/* 576 */     height: 14px;
/* 577 */     background-position: -3204px 0px; }
/* 578 */   .iti-flag.mg {
/* 579 */     height: 14px;
/* 580 */     background-position: -3226px 0px; }
/* 581 */   .iti-flag.mh {
/* 582 */     height: 11px;
/* 583 */     background-position: -3248px 0px; }
/* 584 */   .iti-flag.mk {
/* 585 */     height: 10px;
/* 586 */     background-position: -3270px 0px; }
/* 587 */   .iti-flag.ml {
/* 588 */     height: 14px;
/* 589 */     background-position: -3292px 0px; }
/* 590 */   .iti-flag.mm {
/* 591 */     height: 14px;
/* 592 */     background-position: -3314px 0px; }
/* 593 */   .iti-flag.mn {
/* 594 */     height: 10px;
/* 595 */     background-position: -3336px 0px; }
/* 596 */   .iti-flag.mo {
/* 597 */     height: 14px;
/* 598 */     background-position: -3358px 0px; }
/* 599 */   .iti-flag.mp {
/* 600 */     height: 10px;

/* intlTelInput.css */

/* 601 */     background-position: -3380px 0px; }
/* 602 */   .iti-flag.mq {
/* 603 */     height: 14px;
/* 604 */     background-position: -3402px 0px; }
/* 605 */   .iti-flag.mr {
/* 606 */     height: 14px;
/* 607 */     background-position: -3424px 0px; }
/* 608 */   .iti-flag.ms {
/* 609 */     height: 10px;
/* 610 */     background-position: -3446px 0px; }
/* 611 */   .iti-flag.mt {
/* 612 */     height: 14px;
/* 613 */     background-position: -3468px 0px; }
/* 614 */   .iti-flag.mu {
/* 615 */     height: 14px;
/* 616 */     background-position: -3490px 0px; }
/* 617 */   .iti-flag.mv {
/* 618 */     height: 14px;
/* 619 */     background-position: -3512px 0px; }
/* 620 */   .iti-flag.mw {
/* 621 */     height: 14px;
/* 622 */     background-position: -3534px 0px; }
/* 623 */   .iti-flag.mx {
/* 624 */     height: 12px;
/* 625 */     background-position: -3556px 0px; }
/* 626 */   .iti-flag.my {
/* 627 */     height: 10px;
/* 628 */     background-position: -3578px 0px; }
/* 629 */   .iti-flag.mz {
/* 630 */     height: 14px;
/* 631 */     background-position: -3600px 0px; }
/* 632 */   .iti-flag.na {
/* 633 */     height: 14px;
/* 634 */     background-position: -3622px 0px; }
/* 635 */   .iti-flag.nc {
/* 636 */     height: 10px;
/* 637 */     background-position: -3644px 0px; }
/* 638 */   .iti-flag.ne {
/* 639 */     height: 15px;
/* 640 */     background-position: -3666px 0px; }
/* 641 */   .iti-flag.nf {
/* 642 */     height: 10px;
/* 643 */     background-position: -3686px 0px; }
/* 644 */   .iti-flag.ng {
/* 645 */     height: 10px;
/* 646 */     background-position: -3708px 0px; }
/* 647 */   .iti-flag.ni {
/* 648 */     height: 12px;
/* 649 */     background-position: -3730px 0px; }
/* 650 */   .iti-flag.nl {

/* intlTelInput.css */

/* 651 */     height: 14px;
/* 652 */     background-position: -3752px 0px; }
/* 653 */   .iti-flag.no {
/* 654 */     height: 15px;
/* 655 */     background-position: -3774px 0px; }
/* 656 */   .iti-flag.np {
/* 657 */     height: 15px;
/* 658 */     background-position: -3796px 0px; }
/* 659 */   .iti-flag.nr {
/* 660 */     height: 10px;
/* 661 */     background-position: -3811px 0px; }
/* 662 */   .iti-flag.nu {
/* 663 */     height: 10px;
/* 664 */     background-position: -3833px 0px; }
/* 665 */   .iti-flag.nz {
/* 666 */     height: 10px;
/* 667 */     background-position: -3855px 0px; }
/* 668 */   .iti-flag.om {
/* 669 */     height: 10px;
/* 670 */     background-position: -3877px 0px; }
/* 671 */   .iti-flag.pa {
/* 672 */     height: 14px;
/* 673 */     background-position: -3899px 0px; }
/* 674 */   .iti-flag.pe {
/* 675 */     height: 14px;
/* 676 */     background-position: -3921px 0px; }
/* 677 */   .iti-flag.pf {
/* 678 */     height: 14px;
/* 679 */     background-position: -3943px 0px; }
/* 680 */   .iti-flag.pg {
/* 681 */     height: 15px;
/* 682 */     background-position: -3965px 0px; }
/* 683 */   .iti-flag.ph {
/* 684 */     height: 10px;
/* 685 */     background-position: -3987px 0px; }
/* 686 */   .iti-flag.pk {
/* 687 */     height: 14px;
/* 688 */     background-position: -4009px 0px; }
/* 689 */   .iti-flag.pl {
/* 690 */     height: 13px;
/* 691 */     background-position: -4031px 0px; }
/* 692 */   .iti-flag.pm {
/* 693 */     height: 14px;
/* 694 */     background-position: -4053px 0px; }
/* 695 */   .iti-flag.pn {
/* 696 */     height: 10px;
/* 697 */     background-position: -4075px 0px; }
/* 698 */   .iti-flag.pr {
/* 699 */     height: 14px;
/* 700 */     background-position: -4097px 0px; }

/* intlTelInput.css */

/* 701 */   .iti-flag.ps {
/* 702 */     height: 10px;
/* 703 */     background-position: -4119px 0px; }
/* 704 */   .iti-flag.pt {
/* 705 */     height: 14px;
/* 706 */     background-position: -4141px 0px; }
/* 707 */   .iti-flag.pw {
/* 708 */     height: 13px;
/* 709 */     background-position: -4163px 0px; }
/* 710 */   .iti-flag.py {
/* 711 */     height: 11px;
/* 712 */     background-position: -4185px 0px; }
/* 713 */   .iti-flag.qa {
/* 714 */     height: 8px;
/* 715 */     background-position: -4207px 0px; }
/* 716 */   .iti-flag.re {
/* 717 */     height: 14px;
/* 718 */     background-position: -4229px 0px; }
/* 719 */   .iti-flag.ro {
/* 720 */     height: 14px;
/* 721 */     background-position: -4251px 0px; }
/* 722 */   .iti-flag.rs {
/* 723 */     height: 14px;
/* 724 */     background-position: -4273px 0px; }
/* 725 */   .iti-flag.ru {
/* 726 */     height: 14px;
/* 727 */     background-position: -4295px 0px; }
/* 728 */   .iti-flag.rw {
/* 729 */     height: 14px;
/* 730 */     background-position: -4317px 0px; }
/* 731 */   .iti-flag.sa {
/* 732 */     height: 14px;
/* 733 */     background-position: -4339px 0px; }
/* 734 */   .iti-flag.sb {
/* 735 */     height: 10px;
/* 736 */     background-position: -4361px 0px; }
/* 737 */   .iti-flag.sc {
/* 738 */     height: 10px;
/* 739 */     background-position: -4383px 0px; }
/* 740 */   .iti-flag.sd {
/* 741 */     height: 10px;
/* 742 */     background-position: -4405px 0px; }
/* 743 */   .iti-flag.se {
/* 744 */     height: 13px;
/* 745 */     background-position: -4427px 0px; }
/* 746 */   .iti-flag.sg {
/* 747 */     height: 14px;
/* 748 */     background-position: -4449px 0px; }
/* 749 */   .iti-flag.sh {
/* 750 */     height: 10px;

/* intlTelInput.css */

/* 751 */     background-position: -4471px 0px; }
/* 752 */   .iti-flag.si {
/* 753 */     height: 10px;
/* 754 */     background-position: -4493px 0px; }
/* 755 */   .iti-flag.sj {
/* 756 */     height: 15px;
/* 757 */     background-position: -4515px 0px; }
/* 758 */   .iti-flag.sk {
/* 759 */     height: 14px;
/* 760 */     background-position: -4537px 0px; }
/* 761 */   .iti-flag.sl {
/* 762 */     height: 14px;
/* 763 */     background-position: -4559px 0px; }
/* 764 */   .iti-flag.sm {
/* 765 */     height: 15px;
/* 766 */     background-position: -4581px 0px; }
/* 767 */   .iti-flag.sn {
/* 768 */     height: 14px;
/* 769 */     background-position: -4603px 0px; }
/* 770 */   .iti-flag.so {
/* 771 */     height: 14px;
/* 772 */     background-position: -4625px 0px; }
/* 773 */   .iti-flag.sr {
/* 774 */     height: 14px;
/* 775 */     background-position: -4647px 0px; }
/* 776 */   .iti-flag.ss {
/* 777 */     height: 10px;
/* 778 */     background-position: -4669px 0px; }
/* 779 */   .iti-flag.st {
/* 780 */     height: 10px;
/* 781 */     background-position: -4691px 0px; }
/* 782 */   .iti-flag.sv {
/* 783 */     height: 12px;
/* 784 */     background-position: -4713px 0px; }
/* 785 */   .iti-flag.sx {
/* 786 */     height: 14px;
/* 787 */     background-position: -4735px 0px; }
/* 788 */   .iti-flag.sy {
/* 789 */     height: 14px;
/* 790 */     background-position: -4757px 0px; }
/* 791 */   .iti-flag.sz {
/* 792 */     height: 14px;
/* 793 */     background-position: -4779px 0px; }
/* 794 */   .iti-flag.ta {
/* 795 */     height: 10px;
/* 796 */     background-position: -4801px 0px; }
/* 797 */   .iti-flag.tc {
/* 798 */     height: 10px;
/* 799 */     background-position: -4823px 0px; }
/* 800 */   .iti-flag.td {

/* intlTelInput.css */

/* 801 */     height: 14px;
/* 802 */     background-position: -4845px 0px; }
/* 803 */   .iti-flag.tf {
/* 804 */     height: 14px;
/* 805 */     background-position: -4867px 0px; }
/* 806 */   .iti-flag.tg {
/* 807 */     height: 13px;
/* 808 */     background-position: -4889px 0px; }
/* 809 */   .iti-flag.th {
/* 810 */     height: 14px;
/* 811 */     background-position: -4911px 0px; }
/* 812 */   .iti-flag.tj {
/* 813 */     height: 10px;
/* 814 */     background-position: -4933px 0px; }
/* 815 */   .iti-flag.tk {
/* 816 */     height: 10px;
/* 817 */     background-position: -4955px 0px; }
/* 818 */   .iti-flag.tl {
/* 819 */     height: 10px;
/* 820 */     background-position: -4977px 0px; }
/* 821 */   .iti-flag.tm {
/* 822 */     height: 14px;
/* 823 */     background-position: -4999px 0px; }
/* 824 */   .iti-flag.tn {
/* 825 */     height: 14px;
/* 826 */     background-position: -5021px 0px; }
/* 827 */   .iti-flag.to {
/* 828 */     height: 10px;
/* 829 */     background-position: -5043px 0px; }
/* 830 */   .iti-flag.tr {
/* 831 */     height: 14px;
/* 832 */     background-position: -5065px 0px; }
/* 833 */   .iti-flag.tt {
/* 834 */     height: 12px;
/* 835 */     background-position: -5087px 0px; }
/* 836 */   .iti-flag.tv {
/* 837 */     height: 10px;
/* 838 */     background-position: -5109px 0px; }
/* 839 */   .iti-flag.tw {
/* 840 */     height: 14px;
/* 841 */     background-position: -5131px 0px; }
/* 842 */   .iti-flag.tz {
/* 843 */     height: 14px;
/* 844 */     background-position: -5153px 0px; }
/* 845 */   .iti-flag.ua {
/* 846 */     height: 14px;
/* 847 */     background-position: -5175px 0px; }
/* 848 */   .iti-flag.ug {
/* 849 */     height: 14px;
/* 850 */     background-position: -5197px 0px; }

/* intlTelInput.css */

/* 851 */   .iti-flag.um {
/* 852 */     height: 11px;
/* 853 */     background-position: -5219px 0px; }
/* 854 */   .iti-flag.un {
/* 855 */     height: 14px;
/* 856 */     background-position: -5241px 0px; }
/* 857 */   .iti-flag.us {
/* 858 */     height: 11px;
/* 859 */     background-position: -5263px 0px; }
/* 860 */   .iti-flag.uy {
/* 861 */     height: 14px;
/* 862 */     background-position: -5285px 0px; }
/* 863 */   .iti-flag.uz {
/* 864 */     height: 10px;
/* 865 */     background-position: -5307px 0px; }
/* 866 */   .iti-flag.va {
/* 867 */     height: 15px;
/* 868 */     background-position: -5329px 0px; }
/* 869 */   .iti-flag.vc {
/* 870 */     height: 14px;
/* 871 */     background-position: -5346px 0px; }
/* 872 */   .iti-flag.ve {
/* 873 */     height: 14px;
/* 874 */     background-position: -5368px 0px; }
/* 875 */   .iti-flag.vg {
/* 876 */     height: 10px;
/* 877 */     background-position: -5390px 0px; }
/* 878 */   .iti-flag.vi {
/* 879 */     height: 14px;
/* 880 */     background-position: -5412px 0px; }
/* 881 */   .iti-flag.vn {
/* 882 */     height: 14px;
/* 883 */     background-position: -5434px 0px; }
/* 884 */   .iti-flag.vu {
/* 885 */     height: 12px;
/* 886 */     background-position: -5456px 0px; }
/* 887 */   .iti-flag.wf {
/* 888 */     height: 14px;
/* 889 */     background-position: -5478px 0px; }
/* 890 */   .iti-flag.ws {
/* 891 */     height: 10px;
/* 892 */     background-position: -5500px 0px; }
/* 893 */   .iti-flag.xk {
/* 894 */     height: 15px;
/* 895 */     background-position: -5522px 0px; }
/* 896 */   .iti-flag.ye {
/* 897 */     height: 14px;
/* 898 */     background-position: -5544px 0px; }
/* 899 */   .iti-flag.yt {
/* 900 */     height: 14px;

/* intlTelInput.css */

/* 901 */     background-position: -5566px 0px; }
/* 902 */   .iti-flag.za {
/* 903 */     height: 14px;
/* 904 */     background-position: -5588px 0px; }
/* 905 */   .iti-flag.zm {
/* 906 */     height: 14px;
/* 907 */     background-position: -5610px 0px; }
/* 908 */   .iti-flag.zw {
/* 909 */     height: 10px;
/* 910 */     background-position: -5632px 0px; }
/* 911 */
/* 912 */ .iti-flag {
/* 913 */   height: 15px;
/* 914 */   box-shadow: 0px 0px 1px 0px #888;
/* 915 */   background-image: url("../images/flags.png");
/* 916 */   background-repeat: no-repeat;
/* 917 */   background-color: #DBDBDB;
/* 918 */   background-position: 20px 0; }
/* 919 */   @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
/* 920 */     .iti-flag {
/* 921 */       background-image: url("../images/flags@2x.png"); } }
/* 922 */
/* 923 */ .iti-flag.np {
/* 924 */   background-color: transparent; }
/* 925 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* plugin.css */

/* 1     */ @charset "UTF-8";
/* 2     */ @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=vietnamese');
/* 3     */
/* 4     */ .jobsearch-typo-wrap *,.jobsearch-typo-wrap {
/* 5     */     margin: 0;
/* 6     */     padding: 0;
/* 7     */     -webkit-box-sizing: border-box;
/* 8     */        -moz-box-sizing: border-box;
/* 9     */             box-sizing: border-box;
/* 10    */ }
/* 11    */ .jobsearch-row * {
/* 12    */     -webkit-box-sizing: border-box;
/* 13    */        -moz-box-sizing: border-box;
/* 14    */             box-sizing: border-box;
/* 15    */ }
/* 16    */ body {
/* 17    */     position: relative; }
/* 18    */ .jobsearch-typo-wrap {
/* 19    */     font-family: 'Roboto', sans-serif;
/* 20    */     color: #999999;
/* 21    */     line-height: 24px;
/* 22    */ }
/* 23    */ a,a:focus {
/* 24    */     outline: none;
/* 25    */ }
/* 26    */ .jobsearch-typo-wrap a { text-decoration: none; }
/* 27    */ /* Main Grid */
/* 28    */ .jobsearch-plugin-default-container {
/* 29    */     width: 1140px;
/* 30    */     margin: 0 auto;
/* 31    */ }
/* 32    */ .jobsearch-row,.jobsearch-typo-wrap .jobsearch-row {
/* 33    */     margin: 0px -15px;
/* 34    */ }
/* 35    */ .jobsearch-row:after,.jobsearch-typo-wrap .jobsearch-row:after {
/* 36    */     clear: both;
/* 37    */ }
/* 38    */ .jobsearch-row:after,
/* 39    */ .jobsearch-row:before,
/* 40    */ .jobsearch-typo-wrap .jobsearch-row:after,
/* 41    */ .jobsearch-typo-wrap .jobsearch-row:before {
/* 42    */     display: table;
/* 43    */     content: "";
/* 44    */ }
/* 45    */ .jobsearch-column-1, .jobsearch-column-2, .jobsearch-column-3, .jobsearch-column-4, .jobsearch-column-5,
/* 46    */ .jobsearch-column-6, .jobsearch-column-7, .jobsearch-column-8,.jobsearch-column-9, .jobsearch-column-10,
/* 47    */ .jobsearch-column-11, .jobsearch-column-12,
/* 48    */ .jobsearch-typo-wrap .jobsearch-column-1, .jobsearch-typo-wrap .jobsearch-column-2, .jobsearch-typo-wrap .jobsearch-column-3, .jobsearch-typo-wrap .jobsearch-column-4, .jobsearch-typo-wrap .jobsearch-column-5,
/* 49    */ .jobsearch-typo-wrap .jobsearch-column-6, .jobsearch-typo-wrap .jobsearch-column-7, .jobsearch-typo-wrap .jobsearch-column-8,.jobsearch-typo-wrap .jobsearch-column-9, .jobsearch-typo-wrap .jobsearch-column-10,
/* 50    */ .jobsearch-typo-wrap .jobsearch-column-11, .jobsearch-typo-wrap .jobsearch-column-12,.careerfy-featured-jobs-list [class*="col-md-"] {

/* plugin.css */

/* 51    */   float: left;
/* 52    */   padding: 0px 15px;
/* 53    */ }
/* 54    */ .jobsearch-column-12 {
/* 55    */     width: 100%;
/* 56    */ }
/* 57    */ .jobsearch-column-11 {
/* 58    */     width: 91.66666667%;
/* 59    */ }
/* 60    */ .jobsearch-column-10 {
/* 61    */     width: 83.33333333%;
/* 62    */ }
/* 63    */ .jobsearch-column-9 {
/* 64    */     width: 75%;
/* 65    */ }
/* 66    */ .jobsearch-column-8 {
/* 67    */     width: 66.66666667%;
/* 68    */ }
/* 69    */ .jobsearch-column-7 {
/* 70    */     width: 58.33333333%;
/* 71    */ }
/* 72    */ .jobsearch-column-6 {
/* 73    */     width: 50%;
/* 74    */ }
/* 75    */ .jobsearch-column-5 {
/* 76    */     width: 41.66666667%;
/* 77    */ }
/* 78    */ .jobsearch-column-4 {
/* 79    */     width: 33.33333333%;
/* 80    */ }
/* 81    */ .jobsearch-column-3 {
/* 82    */     width: 25%;
/* 83    */ }
/* 84    */ .jobsearch-column-2 {
/* 85    */     width: 16.66666667%;
/* 86    */ }
/* 87    */ .jobsearch-column-1 {
/* 88    */     width: 8.33333333%;
/* 89    */ }
/* 90    */ .jobsearch-typo-wrap h1,.jobsearch-typo-wrap h2,
/* 91    */ .jobsearch-typo-wrap h3,.jobsearch-typo-wrap h4
/* 92    */ .jobsearch-typo-wrap h5,.jobsearch-typo-wrap h6 {
/* 93    */     clear: inherit;
/* 94    */     font-weight: 600;
/* 95    */     margin-bottom: 8px;
/* 96    */     color: #333;
/* 97    */     letter-spacing: 1.1px;
/* 98    */ }
/* 99    */ button,select {
/* 100   */     outline: none;

/* plugin.css */

/* 101   */ }
/* 102   */ .jobsearch-typo-wrap li { line-height: 28px; }
/* 103   */ .jobsearch-typo-wrap a:focus,.widget a,.widget a:hover,.widget ul li a:hover { box-shadow: inherit; }
/* 104   */ /* Banner */
/* 105   */ .jobsearch-banner {
/* 106   */     float: left;
/* 107   */     width: 100%;
/* 108   */     position: relative;
/* 109   */     padding: 138px 0px 139px 0px;
/* 110   */ }
/* 111   */ .jobsearch-banner-transparent,
/* 112   */ .careerfy-banner-transparent {
/* 113   */     position: absolute;
/* 114   */     left: 0px;
/* 115   */     top: 0px;
/* 116   */     width: 100%;
/* 117   */     height: 100%;
/* 118   */     opacity: 0.75;
/* 119   */     background-color: #203242;
/* 120   */ }
/* 121   */ /* Banner Caption */
/* 122   */ .jobsearch-banner-caption {
/* 123   */     float: left;
/* 124   */     width: 100%;
/* 125   */     text-align: center;
/* 126   */     position: relative;
/* 127   */ }
/* 128   */ .jobsearch-banner-caption h1 {
/* 129   */     margin-bottom: 17px;
/* 130   */     font-size: 45px;
/* 131   */     color: #ffffff;
/* 132   */     font-weight: 200;
/* 133   */     line-height: 1.2;
/* 134   */ }
/* 135   */ .jobsearch-banner-caption p {
/* 136   */     display: inline-block;
/* 137   */     width: 60%;
/* 138   */     font-size: 18px;
/* 139   */     font-weight: 300;
/* 140   */     color: #ffffff;
/* 141   */     margin-bottom: 48px;
/* 142   */ }
/* 143   */ /* Banner Search */
/* 144   */ .jobsearch-banner-search {
/* 145   */     display: inline-block;
/* 146   */     width: 85%;
/* 147   */     margin-bottom: 33px;
/* 148   */ }
/* 149   */ .jobsearch-banner-search ul,
/* 150   */ .jobsearch-banner-search input[type="text"],

/* plugin.css */

/* 151   */ .jobsearch-banner-search input[type="submit"],
/* 152   */ .jobsearch-select-style select,
/* 153   */ .jobsearch-banner-search ul li input[type="number"],
/* 154   */ .jobsearch-advance-search-holdr .jobsearch-banner-search textarea {
/* 155   */     float: left;
/* 156   */     width: 100%;
/* 157   */ }
/* 158   */ .jobsearch-banner-search ul li {
/* 159   */     float: left;
/* 160   */     width: 31.333%;
/* 161   */     list-style: none;
/* 162   */     position: relative;
/* 163   */ }
/* 164   */ .jobsearch-banner-search input[type="text"]:focus { border-color: #f2f2f2; }
/* 165   */ .jobsearch-banner-search ul li:last-child { width: 6%; }
/* 166   */ .jobsearch-banner-search input[type="text"],
/* 167   */ .jobsearch-banner-search ul li input[type="number"] {
/* 168   */     background-color: #ffffff;
/* 169   */     height: 60px;
/* 170   */     border: 1px solid #f2f2f2;
/* 171   */     border-left: none;
/* 172   */     font-size: 12px;
/* 173   */     color: #666666;
/* 174   */     padding: 8px 18px;
/* 175   */ }
/* 176   */ .jobsearch-advance-search-holdr input[type="text"],
/* 177   */ .jobsearch-advance-search-holdr .jobsearch-banner-search input[type="number"] {
/* 178   */     border-left: 1px solid #f2f2f2;
/* 179   */ }
/* 180   */ .jobsearch-advance-search-holdr .jobsearch-banner-search textarea {
/* 181   */     background-color: #ffffff;
/* 182   */     height: 60px;
/* 183   */     border: 1px solid #f2f2f2;
/* 184   */     font-size: 12px;
/* 185   */     color: #111;
/* 186   */     padding: 8px 18px;
/* 187   */ }
/* 188   */ .jobsearch-advance-search-holdr .filter-datewise-con { margin: 0px -5px; }
/* 189   */ .jobsearch-advance-search-holdr .filter-datewise-con label {
/* 190   */     float: left;
/* 191   */     width: 50%;
/* 192   */     padding: 0px 5px;
/* 193   */ }
/* 194   */ .jobsearch-advance-search-holdr .filter-datewise-con label input {
/* 195   */     color: #111 !important;
/* 196   */ font-weight: normal;
/* 197   */ }
/* 198   */ .jobsearch-advance-search-holdr .jobsearch-banner-search input[type="number"] {
/* 199   */     color: #111 !important; }
/* 200   */ .jobsearch-banner-search ul li i {

/* plugin.css */

/* 201   */     position: absolute;
/* 202   */     right: 19px;
/* 203   */     top: 21px;
/* 204   */     color: #999999;
/* 205   */     font-size: 16px;
/* 206   */     z-index: 2;
/* 207   */ }
/* 208   */ .jobsearch-banner-search li.jobsearch-banner-submit:hover i {
/* 209   */     color: #ffffff; }
/* 210   */ .jobsearch-banner-search li.jobsearch-banner-submit:hover input[type="submit"] {
/* 211   */     background-color: transparent;
/* 212   */ }
/* 213   */
/* 214   */ .jobsearch-banner-search input[type="submit"]:focus {
/* 215   */     background-color: transparent !important; }
/* 216   */ /* Select Style */
/* 217   */ .jobsearch-select-style select {
/* 218   */     padding: 8px 18px;
/* 219   */     background: #fff;
/* 220   */     color: #666666;
/* 221   */     height: 60px;
/* 222   */     border: 1px solid #f2f2f2;
/* 223   */     border-left: none;
/* 224   */     font-size: 12px;
/* 225   */     font-weight: 400;
/* 226   */     outline:none;
/* 227   */     display: inline-block;
/* 228   */     -webkit-appearance:none;
/* 229   */     -moz-appearance:none;
/* 230   */     appearance:none;
/* 231   */     cursor:pointer;
/* 232   */ }
/* 233   */ .jobsearch-typo-wrap .jobsearch-select-style select {
/* 234   */     height: 60px; }
/* 235   */ .jobsearch-select-style select option { padding: 8px 18px; }
/* 236   */ .jobsearch-select-style { position: relative; }
/* 237   */ .jobsearch-select-style:after {
/* 238   */     content: "\e964";
/* 239   */     font-family: wp-jobsearch-icomoon;
/* 240   */     color: #999999;
/* 241   */     right: 20px;
/* 242   */     top: 17px;
/* 243   */     position: absolute;
/* 244   */     pointer-events: none;
/* 245   */ }
/* 246   */ .jobsearch-banner-search input[type="submit"] {
/* 247   */     height: 60px;
/* 248   */     border: none;
/* 249   */     background-color: transparent !important;
/* 250   */     position: relative;

/* plugin.css */

/* 251   */     z-index: 5;
/* 252   */     cursor: pointer;
/* 253   */ }
/* 254   */ .jobsearch-typo-wrap .jobsearch-banner-search input[type="submit"]:hover { background-color: transparent; }
/* 255   */ .jobsearch-banner-search ul li.jobsearch-banner-submit i {
/* 256   */     color: #ffffff !important;
/* 257   */     font-size: 26px;
/* 258   */     top: 0px;
/* 259   */     right: 0px;
/* 260   */     width: 100%;
/* 261   */     height: 60px;
/* 262   */     padding-top: 18px;
/* 263   */     border: 1px solid;
/* 264   */     z-index: 4;
/* 265   */     -webkit-transition: all 0.4s ease-in-out;
/* 266   */        -moz-transition: all 0.4s ease-in-out;
/* 267   */         -ms-transition: all 0.4s ease-in-out;
/* 268   */          -o-transition: all 0.4s ease-in-out;
/* 269   */             transition: all 0.4s ease-in-out;
/* 270   */ }
/* 271   */ .jobsearch-banner-btn {
/* 272   */     display: inline-block;
/* 273   */ }
/* 274   */ .jobsearch-banner-btn a:hover { color: #ffffff; }
/* 275   */ .jobsearch-banner-btn a {
/* 276   */     float: left;
/* 277   */     padding: 12px 20px;
/* 278   */     color: #ffffff;
/* 279   */     font-weight: 500;
/* 280   */     border-radius: 2px;
/* 281   */     background-color: rgba(0,0,0,0.50);
/* 282   */     margin: 10px 6px 0px 6px;
/* 283   */     -webkit-transition: all 0.4s ease-in-out;
/* 284   */        -moz-transition: all 0.4s ease-in-out;
/* 285   */         -ms-transition: all 0.4s ease-in-out;
/* 286   */          -o-transition: all 0.4s ease-in-out;
/* 287   */             transition: all 0.4s ease-in-out;
/* 288   */ }
/* 289   */ .jobsearch-banner-btn a i {
/* 290   */     font-size: 24px;
/* 291   */     margin: 0px 6px 0px 0px;
/* 292   */     display: inline-block;
/* 293   */     vertical-align: sub;
/* 294   */ }
/* 295   */ /* Categories List */
/* 296   */ .categories-list,
/* 297   */ .categories-list ul li a {
/* 298   */     float: left;
/* 299   */     width: 100%;
/* 300   */ }

/* plugin.css */

/* 301   */ .categories-list ul li {
/* 302   */     list-style: none;
/* 303   */     text-align: center;
/* 304   */     margin-bottom: 50px;
/* 305   */     float: none;
/* 306   */     display: inline-block;
/* 307   */     vertical-align: top;
/* 308   */     margin-right: -4px;
/* 309   */ }
/* 310   */ .categories-list ul li i {
/* 311   */     font-size: 50px;
/* 312   */     display: block;
/* 313   */     margin-bottom: 28px;
/* 314   */     -webkit-transition: all 0.4s ease-in-out;
/* 315   */        -moz-transition: all 0.4s ease-in-out;
/* 316   */         -ms-transition: all 0.4s ease-in-out;
/* 317   */          -o-transition: all 0.4s ease-in-out;
/* 318   */             transition: all 0.4s ease-in-out;
/* 319   */ }
/* 320   */ .categories-list ul li:hover i {
/* 321   */     -webkit-transform: rotateY(160deg);
/* 322   */        -moz-transform: rotateY(160deg);
/* 323   */         -ms-transform: rotateY(160deg);
/* 324   */          -o-transform: rotateY(160deg);
/* 325   */             transform: rotateY(160deg);
/* 326   */ }
/* 327   */ .categories-list ul li .jobcat-title {
/* 328   */     display: block;
/* 329   */     text-transform: uppercase;
/* 330   */     font-weight: 500;
/* 331   */     line-height: 1;
/* 332   */     margin-bottom: 4px;
/* 333   */     font-size: 14px;
/* 334   */ }
/* 335   */ .categories-list ul li span {
/* 336   */     font-size: 13px;
/* 337   */ }
/* 338   */ /* Job Listing */
/* 339   */ .jobsearch-job-listing {
/* 340   */     float: left;
/* 341   */     width: 100%;
/* 342   */ }
/* 343   */ .jobsearch-job-listing ul li { list-style: none; }
/* 344   */ /* Featured Listing */
/* 345   */ .jobsearch-featured-listing > ul > li                                                           { margin-bottom: 30px; }
/* 346   */ .jobsearch-featured-listing                                                                     { margin-bottom: 25px; }
/* 347   */ .jobsearch-table-layer {
/* 348   */     display: table;
/* 349   */     width: 100%;
/* 350   */ }

/* plugin.css */

/* 351   */ .jobsearch-table-row {
/* 352   */     display: table-row;
/* 353   */ }
/* 354   */ .jobsearch-table-cell {
/* 355   */     display: table-cell;
/* 356   */     line-height: 26px;
/* 357   */     width: 75%;
/* 358   */ }
/* 359   */
/* 360   */ .jobsearch-joblisting-text .jobsearch-table-cell { width: auto; }
/* 361   */ .jobsearch-featured-listing figure,
/* 362   */ .jobsearch-featured-listing-text {
/* 363   */     display: table-cell;
/* 364   */     vertical-align: middle;
/* 365   */ }
/* 366   */ .jobsearch-featured-listing .jobsearch-table-layer                                          { border: 1px solid #ececec; }
/* 367   */ .jobsearch-featured-listing figure a                                                        { display: inline-block; }
/* 368   */ .jobsearch-featured-listing figure ~ .jobsearch-featured-listing-text                       { border-left: 1px solid #ececec; }
/* 369   */ .jobsearch-featured-listing-text                                                            { padding: 11px 19px 3px 19px; }
/* 370   */ .jobsearch-option-btn.jobsearch-blue                                                        { background-color: #186fc9; }
/* 371   */ .jobsearch-option-btn.jobsearch-red                                                         { background-color: #e12335; }
/* 372   */ .jobsearch-option-btn.jobsearch-green                                                       { background-color: #f1630d; }
/* 373   */ .jobsearch-featured-listing figure {
/* 374   */     margin-bottom: 0px;
/* 375   */     text-align: center;
/* 376   */     width: 119px;
/* 377   */     padding: 20px;
/* 378   */ }
/* 379   */ .jobsearch-featured-listing-text h2 {
/* 380   */     font-size: 16px;
/* 381   */     display: inline-block;
/* 382   */     width: 90%;
/* 383   */     margin-bottom: 1px;
/* 384   */ }
/* 385   */ .jobsearch-like-list {
/* 386   */     float: right;
/* 387   */     color: #8eb507;
/* 388   */ }
/* 389   */ .jobsearch-featured-listing-text time {
/* 390   */     display: block;
/* 391   */     line-height: 1;
/* 392   */     font-size: 12px;
/* 393   */     font-weight: 400;
/* 394   */     margin-bottom: 19px;
/* 395   */ }
/* 396   */ .jobsearch-featured-listing-options {
/* 397   */     display: inline-block;
/* 398   */     width: 100%;
/* 399   */     border-top: 1px solid #eeeeee;
/* 400   */     padding-top: 12px;

/* plugin.css */

/* 401   */ }
/* 402   */ .jobsearch-featured-listing-options ul {
/* 403   */     float: left;
/* 404   */     width: 70%;
/* 405   */     margin: 0px;
/* 406   */ }
/* 407   */ .jobsearch-featured-listing-options ul li {
/* 408   */     float: left;
/* 409   */     list-style: none;
/* 410   */     margin-right: 14px;
/* 411   */ }
/* 412   */ .jobsearch-featured-listing-options ul li a {
/* 413   */     color: #999;
/* 414   */     font-size: 12px;
/* 415   */ }
/* 416   */ .jobsearch-featured-listing-options ul li i {
/* 417   */     font-size: 10px;
/* 418   */     color: #b1b7c1;
/* 419   */     margin-right: 3px;
/* 420   */ }
/* 421   */ .jobsearch-option-btn {
/* 422   */     float: right;
/* 423   */     padding: 8px 17px 8px 17px;
/* 424   */     font-size: 12px;
/* 425   */     color: #ffffff;
/* 426   */     background-color: #53b427;
/* 427   */     text-transform: uppercase;
/* 428   */     line-height: 1;
/* 429   */ }
/* 430   */ /* SubHeader Form */
/* 431   */ .jobsearch-subheader-form {
/* 432   */     float: left;
/* 433   */     width: 100%;
/* 434   */     text-align: center;
/* 435   */     margin-bottom: 42px;
/* 436   */     position: relative;
/* 437   */     z-index: 5;
/* 438   */ }
/* 439   */ .jobsearch-top-searchbar {
/* 440   */     float: left;
/* 441   */     width: 100%;
/* 442   */     padding-top: 40px;
/* 443   */ }
/* 444   */ .jobsearch-top-searchbar .jobsearch-banner-search { width: 100%; }
/* 445   */ .jobsearch-subheader-form .jobsearch-banner-search {
/* 446   */     background-color: #ffffff;
/* 447   */     padding: 20px;
/* 448   */     margin: 0px;
/* 449   */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
/* 450   */ }

/* plugin.css */

/* 451   */ .jobsearch-subheader-form .jobsearch-banner-search ul li:first-child input[type="text"] { border-left: 1px solid #f2f2f2; }
/* 452   */ .jobsearch-subheader-form .jobsearch-banner-search ul li input[type="text"] { color: #000; }
/* 453   */ /* FilterAble */
/* 454   */ .jobsearch-filterable {
/* 455   */     float: left;
/* 456   */     width: 100%;
/* 457   */     margin-bottom: 33px;
/* 458   */     padding: 15px 19px 15px 19px;
/* 459   */     background-color: #fbfbfb;
/* 460   */ }
/* 461   */ .jobsearch-filterable .clear-tags {
/* 462   */     float: right;
/* 463   */     padding: 5px 0px 0px 0px;
/* 464   */     color: #e12335;
/* 465   */ }
/* 466   */ .no-candidate-match-error {
/* 467   */     display: flex;
/* 468   */     width: 100%;
/* 469   */     flex-wrap: wrap;
/* 470   */     gap: 10px;
/* 471   */     line-height: 1;
/* 472   */ }
/* 473   */ .no-candidate-match-error em {
/* 474   */     width: 100%;
/* 475   */ }
/* 476   */ .col-md-4 .no-candidate-match-error { width: 100%; }
/* 477   */ .no-candidate-match-error a {
/* 478   */     float: left;
/* 479   */     padding: 10px 16px;
/* 480   */     color: #ffffff;
/* 481   */     text-transform: uppercase;
/* 482   */     font-weight: 500;
/* 483   */     border-radius: 2px;
/* 484   */     margin: 0px;
/* 485   */     background-color: #e12335;
/* 486   */     font-size: 13px;
/* 487   */ }
/* 488   */ .jobsearch-filterable h2 {
/* 489   */     float: left;
/* 490   */     font-size: 18px;
/* 491   */     margin-bottom: 0px;
/* 492   */     line-height: 1;
/* 493   */ }
/* 494   */ .jobsearch-filterable ul {
/* 495   */     float: left;
/* 496   */ }
/* 497   */ .jobsearch-filterable.jobsearch-filter-sortable {
/* 498   */     padding: 0px;
/* 499   */     background-color: transparent;
/* 500   */     margin-bottom: 15px;

/* plugin.css */

/* 501   */ }
/* 502   */ .jobsearch-filter-sortable ul { float: right; margin-top: -4px; }
/* 503   */ .jobsearch-filterable ul li {
/* 504   */     float: left;
/* 505   */     list-style: none;
/* 506   */     padding: 0px 2px 4px 2px;
/* 507   */ }
/* 508   */ .jobsearch-filterable ul li:first-child                                             { padding-left: 0px; }
/* 509   */ .jobsearch-filterable ul li:last-child                                              { padding-right: 0px; }
/* 510   */ .jobsearch-filterable ul li a i                                                       { color: #e12335; }
/* 511   */ .jobsearch-filterable ul li i {
/* 512   */     font-size: 14px;
/* 513   */     float: left;
/* 514   */     margin: 2px 0px 0px 0px;
/* 515   */ }
/* 516   */ .jobsearch-filterable .filtration-tags li i { margin: 0px 6px 0px 0px; }
/* 517   */ .jobsearch-filterable ul li a {
/* 518   */     background-color: #ffffff;
/* 519   */     border: 1px solid #e2e2e2;
/* 520   */     border-radius: 2px;
/* 521   */     color: #3b3b3b;
/* 522   */     display: inline-flex;
/* 523   */     font-size: 12px;
/* 524   */     padding: 2px 8px 3px;
/* 525   */     align-items: center;
/* 526   */     flex-direction: row-reverse;
/* 527   */ }
/* 528   */ .jobsearch-filterable-select select,
/* 529   */ #top .jobsearch-filterable-select select {
/* 530   */     padding: 4px 0px;
/* 531   */     background: transparent;
/* 532   */     color: #333;
/* 533   */     height: 26px;
/* 534   */     width: 130px;
/* 535   */     border: none;
/* 536   */     font-size: 14px;
/* 537   */     font-weight: 400;
/* 538   */     outline:none;
/* 539   */     display: inline-block;
/* 540   */     -webkit-appearance:none;
/* 541   */     -moz-appearance:none;
/* 542   */     appearance:none;
/* 543   */     cursor:pointer;
/* 544   */ }
/* 545   */ .jobsearch-filterable-select select option { padding: 4px 3px; }
/* 546   */ .jobsearch-filterable-select {
/* 547   */     position: relative;
/* 548   */     display: inline-block;
/* 549   */ }
/* 550   */ .jobsearch-filterable-select:after {

/* plugin.css */

/* 551   */     content: "\e964";
/* 552   */     font-family: wp-jobsearch-icomoon;
/* 553   */     right: 0px;
/* 554   */     top: 1px;
/* 555   */     position: absolute;
/* 556   */     pointer-events: none;
/* 557   */     font-size: 11px;
/* 558   */ }
/* 559   */ /* Job Grid */
/* 560   */ .jobsearch-job,.jobsearch-job-grid figure,.jobsearch-job-time,
/* 561   */ .jobsearch-job-grid figure > a,.jobsearch-job-grid-wrap,
/* 562   */ .jobsearch-jobgrid-text,.jobsearch-job-tag {
/* 563   */     float: left;
/* 564   */     width: 100%;
/* 565   */ }
/* 566   */ .jobsearch-job ul li                                    { list-style: none; }
/* 567   */ .jobsearch-job > ul > li                                { margin-bottom: 30px; }
/* 568   */ /* Pagination Blog */
/* 569   */ .jobsearch-pagination-blog {
/* 570   */     float: left;
/* 571   */     width: 100%;
/* 572   */     margin: 15px 0px 60px 0px;
/* 573   */ }
/* 574   */ .jobsearch-typo-wrap .jobsearch-pagination-blog ul { margin: 0px; }
/* 575   */ .jobsearch-pagination-blog ul li {
/* 576   */     float: left;
/* 577   */     list-style: none;
/* 578   */     margin: 0px 22px 10px 0px;
/* 579   */     line-height: 1;
/* 580   */ }
/* 581   */ .jobsearch-pagination-blog ul li a,
/* 582   */ .jobsearch-pagination-blog ul li span {
/* 583   */     float: left;
/* 584   */     width: 49px;
/* 585   */     height: 49px;
/* 586   */     background-color: #a0aab6;
/* 587   */     font-size: 14px;
/* 588   */     color: #ffffff;
/* 589   */     border-radius: 100%;
/* 590   */     text-align: center;
/* 591   */     padding: 17px 0px 0px 0px;
/* 592   */     -webkit-transition: all 0.4s ease-in-out;
/* 593   */        -moz-transition: all 0.4s ease-in-out;
/* 594   */         -ms-transition: all 0.4s ease-in-out;
/* 595   */          -o-transition: all 0.4s ease-in-out;
/* 596   */             transition: all 0.4s ease-in-out;
/* 597   */ }
/* 598   */ .jobsearch-pagination-blog ul li:hover a,
/* 599   */ .jobsearch-pagination-blog ul li:hover span,
/* 600   */ .jobsearch-pagination-blog ul li span.current {

/* plugin.css */

/* 601   */     color: #ffffff;
/* 602   */ }
/* 603   */ .jobsearch-pagination-blog ul li a i                                                            { font-size: 19px; }
/* 604   */ .jobsearch-pagination-blog ul li a.next span            { padding-top: 14px; }
/* 605   */ .jobsearch-pagination-blog ul li a.prev span            { padding-top: 14px; }
/* 606   */ .jobsearch-pagination-blog ul li a.prev i {
/* 607   */     display: inline-block;
/* 608   */     -webkit-transform: scale(-1);
/* 609   */        -moz-transform: scale(-1);
/* 610   */         -ms-transform: scale(-1);
/* 611   */          -o-transform: scale(-1);
/* 612   */             transform: scale(-1);
/* 613   */ }
/* 614   */ .jobsearch-pagination-blog .prev.jobsearch-page-numbers, .jobsearch-pagination-blog .next.jobsearch-page-numbers { padding: 0px; background-color: transparent !important; }
/* 615   */ /* Sidebar Search Filter */
/* 616   */ .jobsearch-checkbox,.jobsearch-checkbox li,
/* 617   */ .jobsearch-search-filter-wrap,.jobsearch-search-filter,
/* 618   */ .jobsearch-search-box,.jobsearch-seemore,.show-toggle-filter-list,
/* 619   */ .jobsearch-search-box input[type="text"],
/* 620   */ .jobsearch-search-filter-wrap .jobsearch-fltbox-title,.jobsearch-checkbox-toggle {
/* 621   */     float: left;
/* 622   */     width: 100%;
/* 623   */ }
/* 624   */ .jobsearch-search-filter-wrap {
/* 625   */     padding: 3px 19px 15px 19px;
/* 626   */     border: 1px solid #e2e4e5;
/* 627   */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
/* 628   */     margin-bottom: 10px !important;
/* 629   */     background-color: #ffffff;
/* 630   */ }
/* 631   */ .jobsearch-search-filter-wrap.jobsearch-remove-padding { padding-bottom: 0px; }
/* 632   */ .jobsearch-search-filter-wrap .jobsearch-fltbox-title {
/* 633   */     color: #666666;
/* 634   */     font-size: 16px;
/* 635   */     font-weight: 500;
/* 636   */     margin-bottom: 0px;
/* 637   */ }
/* 638   */ .jobsearch-search-filter-wrap .jobsearch-fltbox-title a {
/* 639   */     color: #666666;
/* 640   */     float: left;
/* 641   */     width: 100%;
/* 642   */     padding: 12px 0px 15px 0px;
/* 643   */     position: relative;
/* 644   */     line-height: 24px;
/* 645   */ }
/* 646   */ .jobsearch-without-toggle.jobsearch-search-filter-wrap .jobsearch-fltbox-title a:before { display: none; }
/* 647   */ .jobsearch-search-filter-wrap .jobsearch-fltbox-title a:before {
/* 648   */     content: "\e964";
/* 649   */     font-family: wp-jobsearch-icomoon;
/* 650   */     position: absolute;

/* plugin.css */

/* 651   */     right: 0px;
/* 652   */     top: 14px;
/* 653   */     font-size: 13px;
/* 654   */     color: #9d9d9d;
/* 655   */ }
/* 656   */ .jobsearch-remove-padding h2 a:before { content: "\e94c"; }
/* 657   */ .jobsearch-checkbox li {
/* 658   */     list-style: none;
/* 659   */     margin-bottom: 2px;
/* 660   */     position: relative;
/* 661   */ }
/* 662   */ .jobsearch-checkbox li .filter-post-count {
/* 663   */     float: right;
/* 664   */     padding: 4px 4px;
/* 665   */     font-size: 11px;
/* 666   */     border-radius: 10px;
/* 667   */     background-color: #ececec;
/* 668   */     color: #888;
/* 669   */     line-height: 1;
/* 670   */     width: 29px;
/* 671   */     text-align: center;
/* 672   */     margin-top: 5px;
/* 673   */     -webkit-transition: all 0.4s ease-in-out;
/* 674   */        -moz-transition: all 0.4s ease-in-out;
/* 675   */         -ms-transition: all 0.4s ease-in-out;
/* 676   */          -o-transition: all 0.4s ease-in-out;
/* 677   */             transition: all 0.4s ease-in-out;
/* 678   */ }
/* 679   */ .jobsearch-checkbox li:hover .filter-post-count { color: #ffffff; }
/* 680   */ .jobsearch-checkbox li.location-level-1 { padding-left: 8px; }
/* 681   */ .jobsearch-checkbox li.location-level-2 { padding-left: 8px; }
/* 682   */ .jobsearch-checkbox li.location-level-3 { padding-left: 16px; }
/* 683   */ .jobsearch-checkbox li.location-level-4 { padding-left: 24px; }
/* 684   */ .jobsearch-checkbox li.location-level-5 { padding-left: 36px; }
/* 685   */ .jobsearch-typo-wrap ul.jobsearch-checkbox { margin: 0px; }
/* 686   */ .filter-more-fields { display: none; }
/* 687   */ .jobsearch-checkbox li small {
/* 688   */     position: absolute;
/* 689   */     right: 0px;
/* 690   */     top: 7px;
/* 691   */     font-size: 13px;
/* 692   */     color: #c8c8c8;
/* 693   */     line-height: 1;
/* 694   */ }
/* 695   */ .jobsearch-checkbox input[type="checkbox"],
/* 696   */ .jobsearch-checkbox input[type="radio"] {
/* 697   */     display: none !important;
/* 698   */ }
/* 699   */ .jobsearch-checkbox input[type="checkbox"] + label,
/* 700   */ .jobsearch-checkbox input[type="radio"] + label {

/* plugin.css */

/* 701   */     color: #838383;
/* 702   */     font-size: 13px;
/* 703   */     font-weight: 400;
/* 704   */     cursor: pointer;
/* 705   */     margin: 0px;
/* 706   */     display: inline-block;
/* 707   */     position: relative;
/* 708   */     padding-left: 22px;
/* 709   */     width: 85%;
/* 710   */ }
/* 711   */ .jobsearch-checkbox li label:before {
/* 712   */     display: none; }
/* 713   */ .sortfiltrs-contner.with-rssfeed-enable {
/* 714   */     position: relative;
/* 715   */     z-index: 3;
/* 716   */ }
/* 717   */ .modal-box-area .jobsearch-checkbox input[type="checkbox"] + label, .modal-box-area .jobsearch-checkbox input[type="radio"] + label { width: 100%; }
/* 718   */ .no-filter-counts input[type="radio"] + label { width: auto; }
/* 719   */ .jobsearch-checkbox input[type="checkbox"] + label span,
/* 720   */ .jobsearch-checkbox input[type="radio"] + label span {
/* 721   */     position: absolute;
/* 722   */     left: 0px;
/* 723   */     top: 8px;
/* 724   */     width: 12px;
/* 725   */     height: 12px;
/* 726   */     margin: 0px 0px 0px 0px;
/* 727   */     background-color: #ffffff;
/* 728   */     border: 1px solid #c2d1d3;
/* 729   */ }
/* 730   */ .jobsearch-checkbox input[type="checkbox"]:checked + label span,
/* 731   */ .jobsearch-checkbox input[type="checkbox"] + label:hover span,
/* 732   */ .jobsearch-checkbox input[type="radio"]:checked + label span,
/* 733   */ .jobsearch-checkbox input[type="radio"] + label:hover span {
/* 734   */     box-shadow: 0px 0px 0px 3px #ffffff inset;
/* 735   */ }
/* 736   */ .jobsearch-search-box {
/* 737   */     position: relative;
/* 738   */     margin-bottom: 11px;
/* 739   */ }
/* 740   */ .jobsearch-search-box input[type="text"] {
/* 741   */     border: 1px solid #ebebeb;
/* 742   */     border-radius: 2px;
/* 743   */     height: 39px;
/* 744   */     padding: 7px 14px;
/* 745   */     color: #999999;
/* 746   */     font-size: 13px;
/* 747   */     background-color: #ffffff;
/* 748   */ }
/* 749   */ .jobsearch-search-box input[type="submit"] {
/* 750   */     position: absolute;

/* plugin.css */

/* 751   */     right: 0px;
/* 752   */     top: 0px;
/* 753   */     width: 39px;
/* 754   */     height: 39px;
/* 755   */     border: none;
/* 756   */     background-color: transparent;
/* 757   */     z-index: 2;
/* 758   */ }
/* 759   */ .jobsearch-search-box i {
/* 760   */     position: absolute;
/* 761   */     right: 14px;
/* 762   */     top: 12px;
/* 763   */     color: #cbd7d9;
/* 764   */     font-size: 14px;
/* 765   */ }
/* 766   */ .jobsearch-seemore,.show-toggle-filter-list {
/* 767   */     font-size: 13px;
/* 768   */     font-style: italic;
/* 769   */     font-weight: 400;
/* 770   */     text-decoration: underline;
/* 771   */     margin-top: 6px;
/* 772   */ }
/* 773   */ .jobsearch-location-box {
/* 774   */     position: relative;
/* 775   */     margin-bottom: 11px;
/* 776   */     float: left;
/* 777   */     width: 100%;
/* 778   */ }
/* 779   */ .jobsearch-job-userlist .like-btn { float: right; margin-left: 10px; }
/* 780   */ .jobsearch-location-box input[type="text"],
/* 781   */ .jobsearch-checkbox input[type="number"],
/* 782   */ .jobsearch-checkbox input[type="text"] {
/* 783   */     border: 1px solid #ebebeb;
/* 784   */     border-radius: 2px;
/* 785   */     height: 39px;
/* 786   */     padding: 7px 14px;
/* 787   */     color: #999999;
/* 788   */     font-size: 13px;
/* 789   */     background-color: #ffffff;
/* 790   */     float: left;
/* 791   */     width: 100%;
/* 792   */ }
/* 793   */ .jobsearch-location-box i {
/* 794   */     position: absolute;
/* 795   */     right: 14px;
/* 796   */     top: 12px;
/* 797   */     color: #cbd7d9;
/* 798   */     font-size: 14px;
/* 799   */ }
/* 800   */ /* Job Listings */

/* plugin.css */

/* 801   */ .jobsearch-joblisting-classic figure a,
/* 802   */ .jobsearch-joblisting-classic figure a img {
/* 803   */     float: left;
/* 804   */     width: 100%;
/* 805   */ }
/* 806   */ .jobsearch-joblisting-classic figure {
/* 807   */     display: flex;
/* 808   */     min-width: 70px;
/* 809   */     max-width: 70px;
/* 810   */     border: 1px solid #eeeeee;
/* 811   */     margin-bottom: 0px;
/* 812   */     min-height: 70px;
/* 813   */     align-items: center;
/* 814   */     padding: 5px;
/* 815   */ }
/* 816   */ .jobsearch-job-like {
/* 817   */     float: right;
/* 818   */     width: 27px;
/* 819   */     height: 27px;
/* 820   */     border-radius: 100%;
/* 821   */     border: 1px solid;
/* 822   */     text-align: center;
/* 823   */     font-size: 12px;
/* 824   */     line-height: 1;
/* 825   */     padding-top: 6px;
/* 826   */     -webkit-transition: all 0.4s ease-in-out;
/* 827   */        -moz-transition: all 0.4s ease-in-out;
/* 828   */         -ms-transition: all 0.4s ease-in-out;
/* 829   */          -o-transition: all 0.4s ease-in-out;
/* 830   */             transition: all 0.4s ease-in-out;
/* 831   */ }
/* 832   */ .jobsearch-job-like i {
/* 833   */     -webkit-transition: all 0.4s ease-in-out;
/* 834   */        -moz-transition: all 0.4s ease-in-out;
/* 835   */         -ms-transition: all 0.4s ease-in-out;
/* 836   */          -o-transition: all 0.4s ease-in-out;
/* 837   */             transition: all 0.4s ease-in-out;
/* 838   */ }
/* 839   */ .jobsearch-job-like:hover,
/* 840   */ .jobsearch-job-like:hover i,
/* 841   */ .jobsearch-add-job-to-favourite.jobsearch-job-like:hover i,
/* 842   */ .jobsearch-job-like i {
/* 843   */     color: #ffffff;
/* 844   */ }
/* 845   */ .jobsearch-add-job-to-favourite.jobsearch-job-like {
/* 846   */     background-color: #fff;
/* 847   */ }
/* 848   */ .jobsearch-joblisting-classic > ul > li                                                 { margin-bottom: 20px; }
/* 849   */ .jobsearch-joblisting-classic figure ~ .jobsearch-joblisting-text                       { margin-left: 20px; width: 100%; }
/* 850   */ .jobsearch-list-option ul li i                                                          { margin-right: 6px; color: #999; }

/* plugin.css */

/* 851   */ .jobsearch-list-option                                                                  { float: left; }
/* 852   */ .jobsearch-list-option .jobsearch-pst-title {
/* 853   */     font-size: 16px;
/* 854   */     margin-bottom: 5px;
/* 855   */     margin-top: 0px !important;
/* 856   */     line-height: 1;
/* 857   */ }
/* 858   */ .jobsearch-list-option .jobsearch-pst-title a {
/* 859   */     color: #333; }
/* 860   */ .jobsearch-joblisting-classic .jobsearch-joblisting-text {
/* 861   */     display: flex;
/* 862   */     align-items: center;
/* 863   */     justify-content: space-between;
/* 864   */ }
/* 865   */ .jobsearch-list-option .jobsearch-pst-title span {
/* 866   */     display: inline-block;
/* 867   */     padding: 3px 10px 3px 10px;
/* 868   */     color: #ffffff;
/* 869   */     background-color: #ffb607;
/* 870   */     font-size: 10px;
/* 871   */     font-weight: 300;
/* 872   */     border-radius: 60px;
/* 873   */     vertical-align: top;
/* 874   */ }
/* 875   */ .jobsearch-typo-wrap .jobsearch-list-option ul { margin: 0px; }
/* 876   */ .jobsearch-list-option ul {
/* 877   */     display: flex;
/* 878   */     width: 100%;
/* 879   */     margin: 0px;
/* 880   */     justify-content: flex-start;
/* 881   */     gap: 5px;
/* 882   */     flex-wrap: wrap;
/* 883   */     align-items: center;
/* 884   */ }
/* 885   */ .jobsearch-list-option ul li {
/* 886   */     float: left;
/* 887   */     padding: 0px 0px 0px 5px;
/* 888   */     border-left: 1px solid #e0e0e0;
/* 889   */     line-height: 1;
/* 890   */     font-size: 12px;
/* 891   */     margin-bottom: 8px;
/* 892   */ }
/* 893   */ .jobsearch-list-option ul li:first-child {
/* 894   */     padding-left: 0px;
/* 895   */     border-left: none;
/* 896   */ }
/* 897   */ .jobsearch-job-userlist .jobsearch-option-btn {
/* 898   */     float: left;
/* 899   */     margin-left: 15px;
/* 900   */     min-width: 104px;

/* plugin.css */

/* 901   */     text-align: center;
/* 902   */ }
/* 903   */ .jobsearch-job-userlist {
/* 904   */     float: right;
/* 905   */     margin-top: 10px;
/* 906   */ }
/* 907   */ .jobsearch-joblisting-classic-wrap {
/* 908   */     background-color: #ffffff;
/* 909   */     border: 1px solid #ececec;
/* 910   */     padding: 20px;
/* 911   */     position: relative;
/* 912   */     display: flex;
/* 913   */     width: 100%;
/* 914   */     overflow: hidden;
/* 915   */     align-items: center;
/* 916   */     cursor: pointer;
/* 917   */ }
/* 918   */ .jobsearch-joblisting-classic-wrap .jobsearch-table-row {
/* 919   */     display: flex;
/* 920   */     width: 100%;
/* 921   */     align-items: center;
/* 922   */     column-gap: 10px;
/* 923   */     justify-content: space-between;
/* 924   */ }
/* 925   */ .jobsearch-joblisting-classic .jobsearch-job-userlist {
/* 926   */     margin: 0px;
/* 927   */     display: flex;
/* 928   */     align-items: center;
/* 929   */ }
/* 930   */ .job-to-fav-msg-con {
/* 931   */     position: absolute;
/* 932   */     right: 24px;
/* 933   */     top: 6px;
/* 934   */     color: #8bb300;
/* 935   */ }
/* 936   */ .jobsearch-list-option ul li a { color: #999999; font-size: 12px; }
/* 937   */ .jobsearch-joblisting-classic .jobsearch-job-userlist { margin-top: -4px; }
/* 938   */ .jobsearch-joblisting-classic .jobsearch-job-like { padding-top: 6px; line-height: normal; }
/* 939   */ /* JobDetail SubHeader */
/* 940   */ .jobsearch-job-subheader {
/* 941   */     float: left;
/* 942   */     width: 100%;
/* 943   */     text-align: center;
/* 944   */     position: relative;
/* 945   */     padding: 45px 0px 87px 0px;
/* 946   */     min-height: 320px;
/* 947   */     margin-bottom: -190px;
/* 948   */ }
/* 949   */ /* Job Detail List */
/* 950   */ .jobsearch-jobdetail-list {

/* plugin.css */

/* 951   */     display: flex;
/* 952   */     flex-basis: 100%;
/* 953   */     align-items: center;
/* 954   */     margin: 0px;
/* 955   */     background-color: #ffffff;
/* 956   */     padding: 40px;
/* 957   */     border: 1px solid #efefef;
/* 958   */     margin-bottom: 30px;
/* 959   */     position: relative;
/* 960   */ }
/* 961   */ .jobsearch-jobdetail-listthumb {
/* 962   */     float: left;
/* 963   */     width: 200px;
/* 964   */     min-width: 200px;
/* 965   */     border: 1px solid #efefef;
/* 966   */     text-align: center;
/* 967   */     padding: 20px;
/* 968   */     height: 200px;
/* 969   */     position: relative;
/* 970   */ }
/* 971   */ .jobsearch-jobdetail-listthumb ~ figcaption {
/* 972   */     margin-left: 30px;
/* 973   */ }
/* 974   */ .jobsearch-jobdetail-list figcaption {
/* 975   */     text-align: left; }
/* 976   */ .jobsearch-pumflit-banner-con,
/* 977   */ .jobsearch-pumflit-banner-con img,
/* 978   */ .jobsearch-det-adver-wrap {
/* 979   */     float: left;
/* 980   */     width: 100%;
/* 981   */ }
/* 982   */ .jobsearch-det-adver-wrap {
/* 983   */     margin-bottom: 30px; }
/* 984   */ .jobsearch-jobdetail-list figcaption h2,
/* 985   */ .jobsearch-jobdetail-list figcaption h1 {
/* 986   */     margin-bottom: 13px;
/* 987   */     font-size: 26px;
/* 988   */     line-height: 1 !important;
/* 989   */ }
/* 990   */ .jobsearch-jobdetail-list figcaption span {
/* 991   */     display: block;
/* 992   */     font-size: 16px;
/* 993   */     color: #333333;
/* 994   */     font-weight: 500;
/* 995   */     margin-top: 6px;
/* 996   */     margin-bottom: 8px;
/* 997   */ }
/* 998   */ .jobsearch-jobdetail-type {
/* 999   */     display: inline-block;
/* 1000  */     background-color: #53b427;

/* plugin.css */

/* 1001  */     font-size: 12px;
/* 1002  */     color: #ffffff;
/* 1003  */     padding: 5px 8px 6px 8px;
/* 1004  */     line-height: 1;
/* 1005  */     margin-right: 5px;
/* 1006  */     font-weight: 400;
/* 1007  */ }
/* 1008  */ .jobsearch-jobdetail-postinfo {
/* 1009  */     font-style: italic;
/* 1010  */     font-size: 11px;
/* 1011  */     margin-left: 5px;
/* 1012  */     font-weight: 400;
/* 1013  */ }
/* 1014  */ .jobsearch-jobdetail-options {
/* 1015  */     display: inline-block;
/* 1016  */     width: 100%;
/* 1017  */     margin-bottom: 1px;
/* 1018  */ }
/* 1019  */ .jobsearch-jobdetail-options li {
/* 1020  */     display: inline-block;
/* 1021  */     list-style: none;
/* 1022  */     margin-right: 20px; margin-bottom: 3px;
/* 1023  */ }
/* 1024  */ .jobsearch-jobdetail-options li:first-child {
/* 1025  */     width: 100%;
/* 1026  */     font-size: 16px;
/* 1027  */ }
/* 1028  */ .jobsearch-jobdetail-options li a                                           { color: #999; }
/* 1029  */ .jobsearch-jobdetail-options li a.jobsearch-jobdetail-view                  { color: #ffffff; }
/* 1030  */ .jobsearch-jobdetail-options li:first-child i                               { color: #999999; }
/* 1031  */ .jobsearch-jobdetail-btn i                                                  { margin-right: 3px; }
/* 1032  */ .jobsearch-jobdetail-media li a[data-original-title="facebook"],.jobsearch-jobdetail-media li a[data-original-title="facebook"]:before             { color: #3b5998; }
/* 1033  */ .jobsearch-jobdetail-media li a[data-original-title="twitter"],.jobsearch-jobdetail-media li a[data-original-title="twitter"]:before              { color: #3ac1f1; }
/* 1034  */ .jobsearch-jobdetail-media li a[data-original-title="linkedin"],.jobsearch-jobdetail-media li a[data-original-title="linkedin"]:before             { color: #007ab9; }
/* 1035  */ .jobsearch-jobdetail-media li a[data-original-title="google-plus"],.jobsearch-jobdetail-media li a[data-original-title="google-plus"]:before          { color: #e24046; }
/* 1036  */ .jobsearch-jobdetail-media li a[data-original-title="dribbble"],.jobsearch-jobdetail-media li a[data-original-title="dribbble"]:before             { color: #f95c94; }
/* 1037  */ .jobsearch-jobdetail-media li a {
/* 1038  */     font-size: 22px;
/* 1039  */     line-height: 1;
/* 1040  */ }
/* 1041  */ .jobsearch-jobdetail-options li i {
/* 1042  */     font-size: 16px;
/* 1043  */     margin-right: 5px;
/* 1044  */ }
/* 1045  */ .jobsearch-jobdetail-media li .at-icon-wrapper { display: none; }
/* 1046  */ .jobsearch-jobdetail-view {
/* 1047  */     font-size: 10px;
/* 1048  */     padding: 3px 9px;
/* 1049  */     border-radius: 40px;
/* 1050  */     margin-left: 4px;

/* plugin.css */

/* 1051  */ }
/* 1052  */ .jobsearch-jobdetail-btn.active {
/* 1053  */     border: 1px solid;
/* 1054  */     margin-right: 9px;
/* 1055  */     border-radius: 3px;
/* 1056  */     -webkit-transition: all 0.4s ease-in-out;
/* 1057  */        -moz-transition: all 0.4s ease-in-out;
/* 1058  */         -ms-transition: all 0.4s ease-in-out;
/* 1059  */          -o-transition: all 0.4s ease-in-out;
/* 1060  */             transition: all 0.4s ease-in-out;
/* 1061  */ }
/* 1062  */ .jobsearch-jobdetail-btn.active:hover { color: #ffffff; }
/* 1063  */ .jobsearch-jobdetail-btn {
/* 1064  */     float: left;
/* 1065  */     font-weight: 500;
/* 1066  */     padding: 9px 11px 8px 11px;
/* 1067  */     line-height: 1;
/* 1068  */ }
/* 1069  */ .jobsearch-jobdetail-media {
/* 1070  */     float: left;
/* 1071  */     margin-left: 10px;
/* 1072  */ }
/* 1073  */ .jobsearch-jobdetail-media li {
/* 1074  */     float: left;
/* 1075  */     list-style: none;
/* 1076  */     margin-right: 12px;
/* 1077  */     line-height: 2;
/* 1078  */     padding-top: 5px;
/* 1079  */ }
/* 1080  */ .jobsearch-jobdetail-media li:first-child { padding-top: 0px; }
/* 1081  */ .jobsearch-jobdetail-media li span {
/* 1082  */     font-size: 11px;
/* 1083  */     text-transform: uppercase;
/* 1084  */     font-weight: 500;
/* 1085  */     margin-right: 3px;
/* 1086  */ }
/* 1087  */ /* Job Detail Content */
/* 1088  */ .jobsearch-jobdetail-content {
/* 1089  */     float: left;
/* 1090  */     width: 100%;
/* 1091  */     padding: 30px;
/* 1092  */     border: 1px solid #efefef;
/* 1093  */     margin-bottom: 31px;
/* 1094  */     background-color: #ffffff;
/* 1095  */ }
/* 1096  */ .jobsearch-content-title,.jobsearch-description h4 {
/* 1097  */     float: left;
/* 1098  */     width: 100%;
/* 1099  */     margin-bottom: 10px;
/* 1100  */     font-weight: 600;

/* plugin.css */

/* 1101  */ }
/* 1102  */ .jobsearch-content-title h2 {
/* 1103  */     font-size: 20px;
/* 1104  */     margin-bottom: 0px;
/* 1105  */ }
/* 1106  */ /* Job Detail Services */
/* 1107  */ .jobsearch-jobdetail-services {
/* 1108  */     float: left;
/* 1109  */     width: 100%;
/* 1110  */     margin: 8px 0px;
/* 1111  */ }
/* 1112  */ .jobsearch-jobdetail-services ul li {
/* 1113  */     list-style: none;
/* 1114  */     margin-bottom: 24px;
/* 1115  */     float: none !important;
/* 1116  */     display: inline-block;
/* 1117  */     margin-right: -3px;
/* 1118  */     vertical-align: top;
/* 1119  */ }
/* 1120  */ .jobsearch-jobdetail-services i {
/* 1121  */     font-size: 32px;
/* 1122  */     float: left;
/* 1123  */     padding-top: 10px;
/* 1124  */ }
/* 1125  */ .jobsearch-jobdetail-services .jobsearch-services-text {
/* 1126  */     padding-left: 53px;
/* 1127  */     color: #666666;
/* 1128  */ }
/* 1129  */ .jobsearch-jobdetail-services .jobsearch-services-text.has-no-icon { padding-left: 0px; }
/* 1130  */ .jobsearch-jobdetail-services small {
/* 1131  */     display: block;
/* 1132  */     font-size: 14px;
/* 1133  */     line-height: 1;
/* 1134  */     margin-bottom: 12px;s
/* 1135  */ }
/* 1136  */ .jobsearch-description {
/* 1137  */     float: left;
/* 1138  */     width: 100%;
/* 1139  */     margin-bottom: 13px;
/* 1140  */ }
/* 1141  */ .jobsearch-description p {
/* 1142  */     font-size: 15px;
/* 1143  */     margin-bottom: 15px;
/* 1144  */     font-weight: 300;
/* 1145  */ }
/* 1146  */ .jobsearch-description ul                      { margin-bottom: 10px; }
/* 1147  */ .jobsearch-jobdetail-joblisting                 { margin-bottom: 40px; }
/* 1148  */ .elementor-section .jobsearch-jobdetail-joblisting        { margin-bottom: 0px; }
/* 1149  */ .jobsearch-jobdetail-joblisting.jobsearch-joblisting-classic figure {
/* 1150  */     width: 42px; }

/* plugin.css */

/* 1151  */ .jobsearch-description ul,
/* 1152  */ .jobsearch-description ul li {
/* 1153  */     float: left;
/* 1154  */     width: 100%;
/* 1155  */ }
/* 1156  */ .jobsearch-description ul li {
/* 1157  */     list-style: none;
/* 1158  */     color: #333333;
/* 1159  */     font-weight: 300;
/* 1160  */     font-size: 15px;
/* 1161  */     margin-bottom: 5px;
/* 1162  */     position: relative;
/* 1163  */     padding-left: 26px;
/* 1164  */ }
/* 1165  */ .jobsearch-description ul li:before {
/* 1166  */     content: "\eb2d";
/* 1167  */     font-family: wp-jobsearch-icomoon;
/* 1168  */     font-size: 13px;
/* 1169  */     position: absolute;
/* 1170  */     left: 0px;
/* 1171  */     top: 1px;
/* 1172  */ }
/* 1173  */ .jobsearch-description ul li i {
/* 1174  */     margin: 8px 15px 0px 0px;
/* 1175  */     float: left;
/* 1176  */     font-size: 13px;
/* 1177  */ }
/* 1178  */ .jobsearch-jobdetail-tags {
/* 1179  */     float: left;
/* 1180  */     width: 100%;
/* 1181  */ }
/* 1182  */ .jobsearch-jobdetail-tags a {
/* 1183  */     float: left;
/* 1184  */     font-size: 14px;
/* 1185  */     padding: 10px 14px 10px 14px;
/* 1186  */     background-color: #eaeaea;
/* 1187  */     border-radius: 20px;
/* 1188  */     line-height: 1;
/* 1189  */     margin: 10px 14px 0px 0px;
/* 1190  */     color: #666;
/* 1191  */     -webkit-transition: all 0.4s ease-in-out;
/* 1192  */        -moz-transition: all 0.4s ease-in-out;
/* 1193  */         -ms-transition: all 0.4s ease-in-out;
/* 1194  */          -o-transition: all 0.4s ease-in-out;
/* 1195  */             transition: all 0.4s ease-in-out;
/* 1196  */ }
/* 1197  */ .jobsearch-jobdetail-tags a:hover {
/* 1198  */     color: #ffffff;
/* 1199  */ }
/* 1200  */ .jobsearch-section-title {

/* plugin.css */

/* 1201  */     float: left;
/* 1202  */     width: 100%;
/* 1203  */     margin-bottom: 8px;
/* 1204  */ }
/* 1205  */ .jobsearch-section-title h2 {
/* 1206  */     font-size: 24px;
/* 1207  */     font-weight: 500;
/* 1208  */ }
/* 1209  */ /* JobDetail SideBar */
/* 1210  */ .jobsearch-main-content {
/* 1211  */     display: inline-block;
/* 1212  */     width: 100%;
/* 1213  */     flex: auto;
/* 1214  */ }
/* 1215  */ .jobsearch-main-content .widget,
/* 1216  */ .jobsearch-main-content .jobsearch_side_box {
/* 1217  */     float: left;
/* 1218  */     width: 100%;
/* 1219  */     margin-bottom: 30px;
/* 1220  */ }
/* 1221  */ /* Widget Apply Job */
/* 1222  */ .jobsearch_apply_job_wrap {
/* 1223  */     float: left;
/* 1224  */     width: 100%;
/* 1225  */     padding: 19px;
/* 1226  */     border: 1px solid #efefef;
/* 1227  */     text-align: center;
/* 1228  */ }
/* 1229  */ .jobsearch-typo-wrap .jobsearch-applyjob-btn:hover { color: #53b427; }
/* 1230  */ .jobsearch-typo-wrap .jobsearch-sendmessage-btn:hover { color: #ffffff; }
/* 1231  */ .jobsearch-applyjob-btn,
/* 1232  */ .careerfy-typo-wrap .jobsearch-applyjob-btn {
/* 1233  */     float: left;
/* 1234  */     width: 100%;
/* 1235  */     background-color: #53b427;
/* 1236  */     font-size: 16px;
/* 1237  */     color: #ffffff;
/* 1238  */     text-transform: uppercase;
/* 1239  */     padding: 16px 10px 17px 10px;
/* 1240  */     text-align: center;
/* 1241  */     border-radius: 5px;
/* 1242  */     font-weight: 500;
/* 1243  */     line-height: 1;
/* 1244  */     margin-bottom: 12px;
/* 1245  */     border: 1px solid #53b427;
/* 1246  */     -webkit-transition: all 0.4s ease-in-out;
/* 1247  */        -moz-transition: all 0.4s ease-in-out;
/* 1248  */         -ms-transition: all 0.4s ease-in-out;
/* 1249  */          -o-transition: all 0.4s ease-in-out;
/* 1250  */             transition: all 0.4s ease-in-out;

/* plugin.css */

/* 1251  */ }
/* 1252  */ .jobsearch-applyjob-btn:hover { background-color: transparent; color: #53b427; }
/* 1253  */ .instastcky-aplybtn-con .jobsearch-applyjob-btn:hover { background-color: #53b427; color: #ffffff; }
/* 1254  */ .instastcky-aplybtn-con .jobsearch-applyjob-btn {
/* 1255  */     border-radius: 0px;
/* 1256  */ }
/* 1257  */ .jobsearch_apply_job span {
/* 1258  */     display: block;
/* 1259  */     font-weight: 500;
/* 1260  */     margin-bottom: 15px;
/* 1261  */ }
/* 1262  */ .jobsearch_apply_job span.deadline-closed { color: #fb353f; }
/* 1263  */ .jobsearch-applywith-title {
/* 1264  */     display: inline-block;
/* 1265  */     position: relative;
/* 1266  */     overflow: hidden;
/* 1267  */     width: 100%;
/* 1268  */     margin-bottom: 8px;
/* 1269  */ }
/* 1270  */ .jobsearch-applywith-title small {
/* 1271  */     position: relative;
/* 1272  */     display: inline-block;
/* 1273  */     font-size: 12px;
/* 1274  */     text-transform: uppercase;
/* 1275  */     font-weight: 500;
/* 1276  */ }
/* 1277  */ .jobsearch-applywith-title small:before, .jobsearch-applywith-title small:after {
/* 1278  */     background-color: #efefef;
/* 1279  */     content: "";
/* 1280  */     height: 1px;
/* 1281  */     left: 100%;
/* 1282  */     margin: 11px 0 0 10px;
/* 1283  */     position: absolute;
/* 1284  */     top: 0%;
/* 1285  */     width: 9999px;
/* 1286  */ }
/* 1287  */ .jobsearch-applywith-title small:after {
/* 1288  */     left: auto;
/* 1289  */     margin: 11px 10px 0 0;
/* 1290  */     right: 100%;
/* 1291  */ }
/* 1292  */ .jobsearch_apply_job_wrap p {
/* 1293  */     font-size: 12px;
/* 1294  */     line-height: 16px;
/* 1295  */     margin-bottom: 21px;
/* 1296  */ }
/* 1297  */ .jobsearch_apply_job ul {
/* 1298  */     float: left;
/* 1299  */     width: 100%;
/* 1300  */ }

/* plugin.css */

/* 1301  */ .jobsearch-typo-wrap .jobsearch_side_box.jobsearch_apply_job ul li,
/* 1302  */ .jobsearch-elementor-apply-job .jobsearch_apply_job_wrap ul li {
/* 1303  */     float: left;
/* 1304  */     list-style: none;
/* 1305  */     padding: 0px 10px 10px 10px;
/* 1306  */     width: 50%;
/* 1307  */ }
/* 1308  */ .jobsearch-typo-wrap .widge.jobsearch_apply_job ul li:first-child { padding-left: 0px; }
/* 1309  */ .jobsearch_apply_job ul li:last-child { padding-right: 0px; }
/* 1310  */ .jobsearch_apply_job ul li a {
/* 1311  */     float: left;
/* 1312  */     width: 100%;
/* 1313  */     background-color: #3b5998;
/* 1314  */     padding: 9px 17px 5px 17px;
/* 1315  */     color: #ffffff;
/* 1316  */     font-size: 12px;
/* 1317  */     text-transform: uppercase;
/* 1318  */     font-weight: 500;
/* 1319  */     border-radius: 4px;
/* 1320  */     text-align: center;
/* 1321  */     -webkit-transition: all 0.4s ease-in-out;
/* 1322  */        -moz-transition: all 0.4s ease-in-out;
/* 1323  */         -ms-transition: all 0.4s ease-in-out;
/* 1324  */          -o-transition: all 0.4s ease-in-out;
/* 1325  */             transition: all 0.4s ease-in-out;
/* 1326  */ }
/* 1327  */ .jobsearch_apply_job ul li:hover a { opacity: 0.80; }
/* 1328  */ .jobsearch-typo-wrap .jobsearch_apply_job ul li a:hover { color: #ffffff; }
/* 1329  */ .jobsearch_apply_job ul li a i {
/* 1330  */     display: inline-block;
/* 1331  */     margin: 2px 6px 0px 0px;
/* 1332  */     font-size: 18px;
/* 1333  */ }
/* 1334  */ .jobsearch_apply_job ul li a.jobsearch-applyjob-linkedin-btn { background-color: #007ab9; }
/* 1335  */ .jobsearch_apply_job ul li a.jobsearch-applyjob-google-btn { background-color: #fb353f; }
/* 1336  */ .jobsearch_apply_job ul li a.jobsearch-applyjob-xing-btn {
/* 1337  */     background-color: #007575; }
/* 1338  */ .jobsearch_apply_job ul li a.jobsearch-applyjob-twitter-btn {
/* 1339  */     background-color: #43afe9; }
/* 1340  */ .jobsearch-sendmessage-btn {
/* 1341  */     float: left;
/* 1342  */     width: 100%;
/* 1343  */     background-color: #ffb14a;
/* 1344  */     font-size: 16px;
/* 1345  */     color: #ffffff;
/* 1346  */     text-transform: uppercase;
/* 1347  */     padding: 16px 10px 17px 10px;
/* 1348  */     text-align: center;
/* 1349  */     border-radius: 0px 0px 5px 5px;
/* 1350  */     font-weight: 500;

/* plugin.css */

/* 1351  */     line-height: 1;
/* 1352  */     margin-bottom: 12px;
/* 1353  */ }
/* 1354  */ .jobsearch-sendmessage-btn i {
/* 1355  */     font-size: 25px;
/* 1356  */     margin: 0px 6px 0px 0px;
/* 1357  */     display: inline-block;
/* 1358  */     vertical-align: sub;
/* 1359  */ }
/* 1360  */ .jobsearch_box_map iframe {
/* 1361  */     float: left;
/* 1362  */     width: 100%;
/* 1363  */     height: 406px;
/* 1364  */ }
/* 1365  */ .widget_add img { width: 100%; }
/* 1366  */ /* View Jobs */
/* 1367  */ .jobsearch-wdg-box-title {
/* 1368  */     float: left;
/* 1369  */     width: 100%;
/* 1370  */     margin-bottom: 17px;
/* 1371  */ }
/* 1372  */ .jobsearch-wdg-box-title h2 {
/* 1373  */     font-size: 20px;
/* 1374  */     margin-bottom: 0px;
/* 1375  */     line-height: 1 !important;
/* 1376  */ }
/* 1377  */ .jobsearch_box_view_jobs ul,
/* 1378  */ .jobsearch-typo-wrap .jobsearch_box_view_jobs ul {
/* 1379  */     float: left;
/* 1380  */     width: 100%;
/* 1381  */     padding: 20px 24px 0px 24px;
/* 1382  */     border: 1px solid #efefef;
/* 1383  */ }
/* 1384  */ .jobsearch_box_view_jobs ul li,
/* 1385  */ .jobsearch-typo-wrap .jobsearch_box_view_jobs ul li {
/* 1386  */     float: left;
/* 1387  */     width: 100%;
/* 1388  */     list-style: none;
/* 1389  */     border-bottom: 1px solid #efefef;
/* 1390  */     padding-bottom: 18px;
/* 1391  */     margin-bottom: 20px;
/* 1392  */ }
/* 1393  */ .jobsearch_box_view_jobs ul li span { margin-bottom: 6px; }
/* 1394  */ .jobsearch_box_view_jobs ul li span,
/* 1395  */ .jobsearch_box_view_jobs ul li small,
/* 1396  */ .jobsearch-typo-wrap .jobsearch_box_view_jobs ul li span,
/* 1397  */ .jobsearch-typo-wrap .jobsearch_box_view_jobs ul li small {
/* 1398  */     display: block;
/* 1399  */     font-size: 12px;
/* 1400  */     line-height: 1;

/* plugin.css */

/* 1401  */ }
/* 1402  */ .jobsearch-typo-wrap .jobsearch_box_view_jobs ul li h6 a {
/* 1403  */     color: #333; }
/* 1404  */ .jobsearch_box_view_jobs ul li:last-child {
/* 1405  */     border-bottom: none;
/* 1406  */     padding-bottom: 0px;
/* 1407  */ }
/* 1408  */ .jobsearch_box_view_jobs_btn {
/* 1409  */     float: left;
/* 1410  */     width: 100%;
/* 1411  */     background-color: #fafcfc;
/* 1412  */     padding: 18px 20px;
/* 1413  */     text-align: center;
/* 1414  */     border: 1px solid #efefef;
/* 1415  */     border-top: none;
/* 1416  */     font-weight: 600;
/* 1417  */     text-transform: uppercase;
/* 1418  */     line-height: 1;
/* 1419  */ }
/* 1420  */ .jobsearch_box_view_jobs_btn i {
/* 1421  */     display: inline-block;
/* 1422  */     font-size: 11px;
/* 1423  */     vertical-align: middle;
/* 1424  */     margin: -1px 0px 0px 3px;
/* 1425  */ }
/* 1426  */ /* Employer */
/* 1427  */ .jobsearch-employer {
/* 1428  */     float: left;
/* 1429  */     width: 100%;
/* 1430  */ }
/* 1431  */ .jobsearch-employer ul li                   { list-style: none; }
/* 1432  */ .jobsearch-employer > ul > li               { margin-bottom: 20px; }
/* 1433  */ /* Employer List */
/* 1434  */ .jobsearch-employer-list .jobsearch-table-cell { vertical-align: middle; width: auto; }
/* 1435  */ .jobsearch-employer-list .jobsearch-table-cell:first-child { width: 100px; padding-right: 15px; }
/* 1436  */ .jobsearch-employer-list figure a,.jobsearch-employer-list figure img {
/* 1437  */     float: left;
/* 1438  */     width: 100%;
/* 1439  */ }
/* 1440  */ .jobsearch-employer-list figure {
/* 1441  */     float: left;
/* 1442  */     width: 100%;
/* 1443  */     margin-bottom: 0px;
/* 1444  */ }
/* 1445  */ .jobsearch-employer-list small {
/* 1446  */     font-size: 12px;
/* 1447  */ }
/* 1448  */ .jobsearch-employer-list h2 {
/* 1449  */     margin-bottom: 0px;
/* 1450  */     line-height: 1;

/* plugin.css */

/* 1451  */     font-size: 18px;
/* 1452  */     word-break: break-all;
/* 1453  */ }
/* 1454  */ .jobsearch-employer-list span {
/* 1455  */     font-size: 12px;
/* 1456  */     color: #999999;
/* 1457  */ }
/* 1458  */ .jobsearch-employer-list span i { margin-right: 4px; }
/* 1459  */ .jobsearch-employer-thumblist {
/* 1460  */     float: left;
/* 1461  */     margin: 0px;
/* 1462  */ }
/* 1463  */ .jobsearch-employer-thumblist li {
/* 1464  */     float: left;
/* 1465  */     width: 33px;
/* 1466  */     list-style: none;
/* 1467  */     margin-left: -9px;
/* 1468  */ }
/* 1469  */ .jobsearch-employer-thumblist li a,
/* 1470  */ .jobsearch-employer-thumblist li img {
/* 1471  */     float: left;
/* 1472  */     width: 100%;
/* 1473  */     height: 33px;
/* 1474  */ }
/* 1475  */ .jobsearch-employer-thumblist li img {
/* 1476  */     border-radius: 100%;
/* 1477  */     border: 2px solid #ffffff;
/* 1478  */ }
/* 1479  */ .jobsearch-employer-thumblist-size {
/* 1480  */     display: inline-block;
/* 1481  */     font-size: 13px;
/* 1482  */     color: #666666;
/* 1483  */     font-weight: 500;
/* 1484  */     margin-left: 13px;
/* 1485  */ }
/* 1486  */ .jobsearch-employer-list-btn {
/* 1487  */     float: right;
/* 1488  */     padding: 9px 16px;
/* 1489  */     border: 1px solid;
/* 1490  */     font-weight: 500;
/* 1491  */     line-height: 1;
/* 1492  */     border-radius: 4px;
/* 1493  */     margin-left: 10px;
/* 1494  */     -webkit-transition: all 0.4s ease-in-out;
/* 1495  */        -moz-transition: all 0.4s ease-in-out;
/* 1496  */         -ms-transition: all 0.4s ease-in-out;
/* 1497  */          -o-transition: all 0.4s ease-in-out;
/* 1498  */             transition: all 0.4s ease-in-out;
/* 1499  */ }
/* 1500  */ .jobsearch-employer-list-btn:hover {

/* plugin.css */

/* 1501  */     color: #ffffff;
/* 1502  */ }
/* 1503  */ .jobsearch-employer-list .jobsearch-table-layer {
/* 1504  */     padding: 20px;
/* 1505  */     border: 1px solid #ececec;
/* 1506  */     background-color: #ffffff;
/* 1507  */     position: relative;
/* 1508  */ }
/* 1509  */ /* Employer Detail */
/* 1510  */
/* 1511  */ /* Rating Star */
/* 1512  */ .jobsearch-employerdetail-btn {
/* 1513  */     float: left;
/* 1514  */     font-weight: 500;
/* 1515  */     padding: 9px 11px 8px 11px;
/* 1516  */     line-height: 1;
/* 1517  */     border-radius: 3px;
/* 1518  */     border: 1px solid;
/* 1519  */     margin-right: 9px;
/* 1520  */     margin-top: 5px;
/* 1521  */     font-size: 14px;
/* 1522  */     -webkit-transition: all 0.4s ease-in-out;
/* 1523  */        -moz-transition: all 0.4s ease-in-out;
/* 1524  */         -ms-transition: all 0.4s ease-in-out;
/* 1525  */          -o-transition: all 0.4s ease-in-out;
/* 1526  */             transition: all 0.4s ease-in-out;
/* 1527  */ }
/* 1528  */ .jobsearch-employerdetail-btn:hover {
/* 1529  */     color: #ffffff;
/* 1530  */ }
/* 1531  */ .jobsearch-employerdetail-btn i {
/* 1532  */     font-size: 12px;
/* 1533  */     margin-right: 4px;
/* 1534  */ }
/* 1535  */ .jobsearch-add-space                                                                                    { margin-top: 6px; }
/* 1536  */ .jobsearch-employerdetail-content                                                                       { padding: 30px 30px 0px 30px; margin-bottom: 0px; background-color: #ffffff; }
/* 1537  */ .jobsearch-jobdetail-services .jobsearch-services-text                { font-weight: 500; }
/* 1538  */ .jobsearch-jobdetail-services small                                   { font-weight: 400; }
/* 1539  */ .jobsearch-margin-top {
/* 1540  */     margin-top: 25px;
/* 1541  */     float: left;
/* 1542  */     width: 100%;
/* 1543  */ }
/* 1544  */ /* Employer Gallery */
/* 1545  */ .jobsearch-employer-wrap-section {
/* 1546  */     float: left;
/* 1547  */     width: 100%;
/* 1548  */     border: 1px solid #efefef;
/* 1549  */     border-top: none;
/* 1550  */     padding: 27px 29px 15px 29px;

/* plugin.css */

/* 1551  */     background-color: #ffffff;
/* 1552  */ }
/* 1553  */ .jobsearch-gallery,
/* 1554  */ .jobsearch-simple-gallery ul li a img {
/* 1555  */     float: left;
/* 1556  */     width: 100%;
/* 1557  */ }
/* 1558  */ .jobsearch-simple-gallery ul li {
/* 1559  */     list-style: none;
/* 1560  */     margin-bottom: 20px;
/* 1561  */ }
/* 1562  */ .jobsearch-simple-gallery ul li a                                   { border: 1px solid #efefef; }
/* 1563  */ .jobsearch-simple-gallery ul.jobsearch-row                          { margin: 0px -10px; }
/* 1564  */ .jobsearch-simple-gallery ul li[class*="jobsearch-column-"]         { padding: 0px 10px; }
/* 1565  */ .jobsearch-addmore-space                                            { margin-bottom: 23px; }
/* 1566  */ /* Contact Form */
/* 1567  */ .jobsearch_box_contact_form form,.jobsearch_box_contact_form input[type="text"],
/* 1568  */ .jobsearch_box_contact_form ul,.jobsearch_box_contact_form ul li,.jobsearch_box_contact_form p,
/* 1569  */ .jobsearch_box_contact_form textarea,.jobsearch_box_contact_form input[type="submit"] {
/* 1570  */     float: left;
/* 1571  */     width: 100%;
/* 1572  */ }
/* 1573  */ .jobsearch_box_contact_form form {
/* 1574  */     border: 1px solid #efefef;
/* 1575  */     padding: 15px 24px 8px 24px;
/* 1576  */ }
/* 1577  */ .jobsearch_box_contact_form ul li {
/* 1578  */     list-style: none;
/* 1579  */     margin-bottom: 10px;
/* 1580  */     position: relative;
/* 1581  */ }
/* 1582  */ .jobsearch_box_contact_form .recaptcha-reload .recaptcha-reload-a i { bottom: 22px; }
/* 1583  */ .jobsearch_box_contact_form input[type="text"] {
/* 1584  */     height: 42px;
/* 1585  */     border: 1px solid #efefef;
/* 1586  */     border-radius: 2px;
/* 1587  */     font-size: 12px;
/* 1588  */     color: #999999;
/* 1589  */     background-color: #ffffff;
/* 1590  */     padding: 6px 14px;
/* 1591  */ }
/* 1592  */ .jobsearch_box_contact_form textarea {
/* 1593  */     height: 154px;
/* 1594  */     border: 1px solid #efefef;
/* 1595  */     border-radius: 2px;
/* 1596  */     font-size: 12px;
/* 1597  */     color: #999999;
/* 1598  */     background-color: #ffffff;
/* 1599  */     padding: 6px 14px;
/* 1600  */     margin-bottom: 5px;

/* plugin.css */

/* 1601  */ }
/* 1602  */ .jobsearch_box_contact_form label {
/* 1603  */     font-weight: 400;
/* 1604  */     font-size: 14px;
/* 1605  */     color: #666666;
/* 1606  */     margin-bottom: 3px;
/* 1607  */ }
/* 1608  */ .jobsearch_box_contact_form i.jobsearch-icon,
/* 1609  */ .jobsearch_box_contact_form i.careerfy-icon {
/* 1610  */     position: absolute;
/* 1611  */     right: 14px;
/* 1612  */     bottom: 12px;
/* 1613  */     color: #aaaaaa;
/* 1614  */     font-size: 17px;
/* 1615  */ }
/* 1616  */ .jobsearch_box_contact_form input[type="submit"] {
/* 1617  */     font-size: 16px;
/* 1618  */     color: #ffffff;
/* 1619  */     text-align: center;
/* 1620  */     padding: 14px 10px 13px 10px;
/* 1621  */     border-radius: 3px;
/* 1622  */     border: 1px solid;
/* 1623  */     text-transform: uppercase;
/* 1624  */     font-weight: 500;
/* 1625  */     line-height: 1;
/* 1626  */     margin: 0px 0px 8px 0px;
/* 1627  */ }
/* 1628  */ .jobsearch_box_contact_form input[type="submit"]:hover { background-color: transparent !important; }
/* 1629  */ .jobsearch_box_contact_form p {
/* 1630  */     font-size: 12px;
/* 1631  */     color: #999999;
/* 1632  */     text-align: center;
/* 1633  */     margin-bottom: 0px;
/* 1634  */ }
/* 1635  */ /* Employer Dashboard */
/* 1636  */ .jobsearch-employer-dashboard-nav,
/* 1637  */ .jobsearch-employer-dashboard-nav figure,.jobsearch-employer-dashboard-nav ul li a,
/* 1638  */ .jobsearch-employer-dashboard-nav ul,.jobsearch-employer-dashboard-nav ul li {
/* 1639  */     float: left;
/* 1640  */     width: 100%;
/* 1641  */ }
/* 1642  */ .jobsearch-employer-dashboard-nav {
/* 1643  */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
/* 1644  */     padding: 30px 0px 0px 0px;
/* 1645  */     margin-bottom: 50px;
/* 1646  */ }
/* 1647  */ .jobsearch-employer-dashboard-nav figure {
/* 1648  */     text-align: center;
/* 1649  */     margin-bottom: 10px;
/* 1650  */     padding: 0px 6px;

/* plugin.css */

/* 1651  */     position: relative;
/* 1652  */ }
/* 1653  */ .employer-dashboard-thumb {
/* 1654  */     display: inline-block;
/* 1655  */     border-radius: 100%;
/* 1656  */     padding: 3px;
/* 1657  */     margin-bottom: 22px;
/* 1658  */ }
/* 1659  */ .employer-dashboard-thumb img {
/* 1660  */     border-radius: 100%;
/* 1661  */     width: 100%;
/* 1662  */ }
/* 1663  */ .jobsearch-dashboard-subtitle {
/* 1664  */     display: block;
/* 1665  */     font-size: 14px;
/* 1666  */     color: #4e565d;
/* 1667  */     line-height: 1;
/* 1668  */     margin-bottom: 13px;
/* 1669  */ }
/* 1670  */ .jobsearch-fileUpload {
/* 1671  */     position: relative;
/* 1672  */     overflow: hidden;
/* 1673  */     display: inline-block;
/* 1674  */     margin-bottom: 12px;
/* 1675  */ }
/* 1676  */ .jobsearch-fileUpload span {
/* 1677  */     float: left;
/* 1678  */     padding: 11px 13px;
/* 1679  */     line-height: 1;
/* 1680  */     font-size: 12px;
/* 1681  */     border: 1px solid;
/* 1682  */     border-radius: 40px;
/* 1683  */     font-weight: 500;
/* 1684  */     cursor: pointer;
/* 1685  */     -webkit-transition: all 0.4s ease-in-out;
/* 1686  */        -moz-transition: all 0.4s ease-in-out;
/* 1687  */         -ms-transition: all 0.4s ease-in-out;
/* 1688  */          -o-transition: all 0.4s ease-in-out;
/* 1689  */             transition: all 0.4s ease-in-out;
/* 1690  */ }
/* 1691  */ .jobsearch-fileUpload span i {
/* 1692  */     font-size: 13px;
/* 1693  */     margin-right: 3px;
/* 1694  */ }
/* 1695  */ .jobsearch-fileUpload:hover span {
/* 1696  */     color: #ffffff;
/* 1697  */ }
/* 1698  */ .jobsearch-fileUpload input.jobsearch-upload {
/* 1699  */     position: absolute;
/* 1700  */     top: 0;

/* plugin.css */

/* 1701  */     right: 0;
/* 1702  */     margin: 0;
/* 1703  */     padding: 0;
/* 1704  */     font-size: 20px;
/* 1705  */     cursor: pointer;
/* 1706  */     opacity: 0;
/* 1707  */     filter: alpha(opacity=0);
/* 1708  */ }
/* 1709  */ .jobsearch-employer-dashboard-nav figcaption h2 {
/* 1710  */     font-size: 20px;
/* 1711  */     color: #333;
/* 1712  */     line-height: 1.2;
/* 1713  */     word-wrap: break-word;
/* 1714  */ }
/* 1715  */ .skills-perc {}
/* 1716  */ /* Employer Dashboard Navigation */
/* 1717  */ .jobsearch-employer-dashboard-nav ul li {
/* 1718  */     list-style: none;
/* 1719  */     border-top: 1px solid #eceeef;
/* 1720  */ }
/* 1721  */ .jobsearch-employer-dashboard-nav ul li a {
/* 1722  */     padding: 16px 24px 16px 62px;
/* 1723  */     line-height: 1;
/* 1724  */     color: #333333;
/* 1725  */     font-size: 16px;
/* 1726  */     border-bottom: 1px solid #ffffff;
/* 1727  */     border-top: 1px solid #ffffff;
/* 1728  */     position: relative;
/* 1729  */     -webkit-transition: all 0.4s ease-in-out;
/* 1730  */        -moz-transition: all 0.4s ease-in-out;
/* 1731  */         -ms-transition: all 0.4s ease-in-out;
/* 1732  */          -o-transition: all 0.4s ease-in-out;
/* 1733  */             transition: all 0.4s ease-in-out;
/* 1734  */ }
/* 1735  */ .jobsearch-employer-dashboard-nav .fa-lock {
/* 1736  */     position: absolute;
/* 1737  */     background-color: #fb353f;
/* 1738  */     color: #fff;
/* 1739  */     padding: 12px 0px 0px 0px;
/* 1740  */     font-size: 24px;
/* 1741  */     text-align: center;
/* 1742  */     margin: 0px;
/* 1743  */     left: 0px;
/* 1744  */     top: 0px;
/* 1745  */     height: 100%;
/* 1746  */     width: 50px;
/* 1747  */ }
/* 1748  */ .jobsearch-employer-dashboard-nav li:hover a .fa-lock {
/* 1749  */     color: #ffffff; }
/* 1750  */ .jobsearch-employer-dashboard-nav ul li.profile-del-btnlink a {

/* plugin.css */

/* 1751  */     background-color: #fb353f;
/* 1752  */     color: #ffffff;
/* 1753  */ }
/* 1754  */ .jobsearch-employer-dashboard-nav ul li.profile-del-btnlink:hover a {
/* 1755  */     background-color: #fb353f;
/* 1756  */     opacity: 0.80;
/* 1757  */     color: #ffffff !important;
/* 1758  */ }
/* 1759  */ .jobsearch-employer-dashboard-nav ul li.profile-del-btnlink i { color: #ffffff !important; }
/* 1760  */ .jobsearch-employer-dashboard-nav ul li i {
/* 1761  */     color: #aaaaaa;
/* 1762  */     position: absolute;
/* 1763  */     left: 24px;
/* 1764  */     top: 14px;
/* 1765  */     margin: 0px 0px 0px 0px;
/* 1766  */     font-size: 20px;
/* 1767  */     vertical-align: text-top;
/* 1768  */     -webkit-transition: all 0.4s ease-in-out;
/* 1769  */        -moz-transition: all 0.4s ease-in-out;
/* 1770  */         -ms-transition: all 0.4s ease-in-out;
/* 1771  */          -o-transition: all 0.4s ease-in-out;
/* 1772  */             transition: all 0.4s ease-in-out;
/* 1773  */ }
/* 1774  */ .jobsearch-employer-dashboard-nav ul li:hover a,.jobsearch-employer-dashboard-nav ul li.active a                    { background-color: #f7f7f7; }
/* 1775  */ .jobsearch-employer-dashboard-nav ul li:last-child a                                                                { border: none; }
/* 1776  */ /* Employer Profile Setting */
/* 1777  */ .jobsearch-employer-box-section {
/* 1778  */     float: left;
/* 1779  */     width: 100%;
/* 1780  */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
/* 1781  */     padding: 30px 30px 18px 30px;
/* 1782  */     margin-bottom: 30px;
/* 1783  */ }
/* 1784  */ .jobsearch-profile-title {
/* 1785  */     float: left;
/* 1786  */     width: 100%;
/* 1787  */     margin-bottom: 28px;
/* 1788  */     border-bottom: 1px solid #efefef;
/* 1789  */ }
/* 1790  */ .jobsearch-profile-title h2 {
/* 1791  */     margin-top: 8px;
/* 1792  */     margin-bottom: 17px;
/* 1793  */     line-height: 1 !important;
/* 1794  */     font-size: 22px;
/* 1795  */     font-weight: 400;
/* 1796  */     float: left;
/* 1797  */ }
/* 1798  */ .jobsearch-employer-profile-form li {
/* 1799  */     list-style: none;
/* 1800  */     margin-bottom: 18px;

/* plugin.css */

/* 1801  */     line-height: 28px;
/* 1802  */ }
/* 1803  */ .jobsearch-employer-profile-form label {
/* 1804  */     font-size: 14px;
/* 1805  */     margin-bottom: 13px;
/* 1806  */     font-weight: 500;
/* 1807  */     color: #333333;
/* 1808  */     float: left;
/* 1809  */     width: 100%;
/* 1810  */     line-height: 1;
/* 1811  */ }
/* 1812  */ .jobsearch-employer-profile-form li input[type="text"],
/* 1813  */ .jobsearch-employer-profile-form li input[type="password"],
/* 1814  */ .jobsearch-employer-profile-form li textarea,
/* 1815  */ .jobsearch-employer-profile-form li input[type="email"],
/* 1816  */ .jobsearch-employer-profile-form li input[type="number"] {
/* 1817  */     float: left;
/* 1818  */     width: 100%;
/* 1819  */     height: 41px;
/* 1820  */     border: 1px solid #eceeef;
/* 1821  */     border-radius: 2px;
/* 1822  */     background-color: #ffffff;
/* 1823  */     padding: 6px 13px;
/* 1824  */     margin: 0px;
/* 1825  */     font-size: 12px;
/* 1826  */     color: #777777;
/* 1827  */ }
/* 1828  */ .jobsearch-employer-profile-form li textarea {
/* 1829  */     height: 147px;
/* 1830  */     line-height: 26px;
/* 1831  */ }
/* 1832  */ /* Select Style */
/* 1833  */ .jobsearch-profile-select select {
/* 1834  */     padding: 8px 14px;
/* 1835  */     width: 100%;
/* 1836  */     background: #fff;
/* 1837  */     color: #777777;
/* 1838  */     height: 41px;
/* 1839  */     border: 1px solid #f2f2f2;
/* 1840  */     font-size: 12px;
/* 1841  */     font-weight: 400;
/* 1842  */     outline:none;
/* 1843  */     display: inline-block;
/* 1844  */     -webkit-appearance:none;
/* 1845  */     -moz-appearance:none;
/* 1846  */     appearance:none;
/* 1847  */     cursor:pointer;
/* 1848  */ }
/* 1849  */ .jobsearch-profile-select select option                     { padding: 8px 18px; }
/* 1850  */ .jobsearch-profile-select {

/* plugin.css */

/* 1851  */     position: relative;
/* 1852  */     float: left;
/* 1853  */     width: 100%;
/* 1854  */ }
/* 1855  */ .jobsearch-profile-select:after {
/* 1856  */     content: "\e964";
/* 1857  */     font-family: wp-jobsearch-icomoon;
/* 1858  */     color: #aaaaaa;
/* 1859  */     right: 15px;
/* 1860  */     top: 6px;
/* 1861  */     position: absolute;
/* 1862  */     pointer-events: none;
/* 1863  */ }
/* 1864  */ .jobsearch-employer-profile-form.jobsearch-row                                  { margin: 0px -10px; }
/* 1865  */ .jobsearch-employer-profile-form [class*="jobsearch-column-"] {
/* 1866  */     padding: 0px 10px;
/* 1867  */     float: none;
/* 1868  */     display: inline-block;
/* 1869  */     margin-right: -4px;
/* 1870  */     vertical-align: top;
/* 1871  */ }
/* 1872  */ .jobsearch-typo-wrap .jobsearch-findmap-btn,
/* 1873  */ .jobsearch-employer-profile-form .jobsearch-findmap-btn {
/* 1874  */     float: left;
/* 1875  */     width: 100%;
/* 1876  */     font-size: 14px;
/* 1877  */     padding: 12px 5px 13px 5px;
/* 1878  */     line-height: 1;
/* 1879  */     border-radius: 2px;
/* 1880  */     border: 1px solid;
/* 1881  */     background-color: transparent;
/* 1882  */     font-weight: 500;
/* 1883  */     margin-top: 27px;
/* 1884  */     cursor: pointer;
/* 1885  */ }
/* 1886  */ .jobsearch-typo-wrap button, .jobsearch-typo-wrap input[type="button"], .jobsearch-typo-wrap input[type="submit"] {
/* 1887  */     font-weight: normal;
/* 1888  */ }
/* 1889  */ .jobsearch-employer-profile-form .jobsearch-findmap-btn:hover { color: #ffffff; }
/* 1890  */ .jobsearch-profile-map {
/* 1891  */     float: left;
/* 1892  */     width: 100%;
/* 1893  */     margin: 18px 0px 6px 0px;
/* 1894  */ }
/* 1895  */ .jobsearch-profile-map iframe { height: 206px; }
/* 1896  */ .jobsearch-short-message {
/* 1897  */     color: #777777;
/* 1898  */     font-size: 12px;
/* 1899  */ }
/* 1900  */ .jobsearch-field-loader {

/* plugin.css */

/* 1901  */     position: absolute;
/* 1902  */     right: 15px;
/* 1903  */     top: 7px;
/* 1904  */     background-color: #ffffff;
/* 1905  */     z-index: 7;
/* 1906  */     color: #aaaaaa;
/* 1907  */ }
/* 1908  */ /* Company Photo */
/* 1909  */ .jobsearch-company-photo {
/* 1910  */     float: left;
/* 1911  */     width: 100%;
/* 1912  */     background-color: #f6f7f9;
/* 1913  */     border: 1px dashed #b8c0cc;
/* 1914  */     text-align: center;
/* 1915  */     padding: 60px 20px 51px 20px;
/* 1916  */     margin-bottom: 12px;
/* 1917  */ }
/* 1918  */ .jobsearch-company-photo img { margin-bottom: 16px; }
/* 1919  */ .jobsearch-company-photo h2 {
/* 1920  */     font-size: 18px;
/* 1921  */     color: #666f80;
/* 1922  */     margin-bottom: 5px;
/* 1923  */     line-height: 1;
/* 1924  */     display: block;
/* 1925  */ }
/* 1926  */ .jobsearch-company-photo small {
/* 1927  */     font-size: 10px;
/* 1928  */     color: #999999;
/* 1929  */     display: block;
/* 1930  */     margin-bottom: 13px;
/* 1931  */ }
/* 1932  */ .jobsearch-company-photo .jobsearch-fileUpload span {
/* 1933  */     border: 1px solid;
/* 1934  */     border-radius: 4px;
/* 1935  */     color: #ffffff;
/* 1936  */ }
/* 1937  */ .jobsearch-typo-wrap .jobsearch-employer-profile-submit,
/* 1938  */ .other-lang-translate-post {
/* 1939  */     float: left;
/* 1940  */     font-size: 16px;
/* 1941  */     color: #ffffff;
/* 1942  */     border-radius: 4px;
/* 1943  */     padding: 13px 24px;
/* 1944  */     line-height: 1;
/* 1945  */     border: 1px solid;
/* 1946  */     cursor: pointer;
/* 1947  */ }
/* 1948  */ .other-lang-translate-post { margin-left: 20px; }
/* 1949  */ .jobsearch-typo-wrap .main-tab-section .jobsearch-employer-profile-submit:hover,
/* 1950  */ .other-lang-translate-post:hover {

/* plugin.css */

/* 1951  */     background-color: transparent;
/* 1952  */ }
/* 1953  */ .jobsearch-typo-wrap button, .jobsearch-typo-wrap input[type="button"], .jobsearch-typo-wrap input[type="submit"],
/* 1954  */ .other-lang-translate-post {
/* 1955  */     -webkit-transition: all 0.4s ease-in-out;
/* 1956  */        -moz-transition: all 0.4s ease-in-out;
/* 1957  */         -ms-transition: all 0.4s ease-in-out;
/* 1958  */          -o-transition: all 0.4s ease-in-out;
/* 1959  */             transition: all 0.4s ease-in-out;
/* 1960  */ }
/* 1961  */ .jobsearch-typo-wrap button:hover, .jobsearch-typo-wrap button:focus, .jobsearch-typo-wrap input[type="button"]:hover, .jobsearch-typo-wrap input[type="button"]:focus,
/* 1962  */ .jobsearch-typo-wrap input[type="submit"]:hover, .jobsearch-typo-wrap input[type="submit"]:focus {
/* 1963  */     color: #ffffff;
/* 1964  */ }
/* 1965  */ .jobsearch-employer-dasboard {
/* 1966  */     float: left;
/* 1967  */     width: 100%;
/* 1968  */     margin-bottom: 50px;
/* 1969  */ }
/* 1970  */ /* Company Gallery */
/* 1971  */ .jobsearch-company-gallery,.jobsearch-company-gallery figure > a,.upload-port-img-btn,
/* 1972  */ .jobsearch-company-gallery figure > a img,.jobsearch-company-gallery figcaption,
/* 1973  */ .jobsearch-candidate-dashboard-editor {
/* 1974  */     float: left;
/* 1975  */     width: 100%;
/* 1976  */ }
/* 1977  */ .jobsearch-company-gallery ul { margin: 0px -10px; }
/* 1978  */ .jobsearch-company-gallery ul li,
/* 1979  */ .jobsearch-company-gallery ul li.jobsearch-column-3 {
/* 1980  */     float: none;
/* 1981  */     display: inline-block;
/* 1982  */     vertical-align: top;
/* 1983  */     margin-right: -4px;
/* 1984  */     list-style: none;
/* 1985  */     padding: 0px 10px;
/* 1986  */     margin-bottom: 20px;
/* 1987  */ }
/* 1988  */ .jobsearch-company-gallery figcaption span {
/* 1989  */     font-size: 12px;
/* 1990  */     color: #666666;
/* 1991  */     float: left;
/* 1992  */     line-height: 1;
/* 1993  */     white-space: nowrap;
/* 1994  */     width: 100px;
/* 1995  */     overflow: hidden;
/* 1996  */     text-overflow: ellipsis;
/* 1997  */ }
/* 1998  */ .jobsearch-company-gallery figure > a {
/* 1999  */     padding: 5px;
/* 2000  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);

/* plugin.css */

/* 2001  */ }
/* 2002  */ .jobsearch-company-gallery .jobsearch-team-list-con figure > a span { height: 150px; }
/* 2003  */ .jobsearch-company-gallery figure > a span {
/* 2004  */     float: left;
/* 2005  */     width: 100%;
/* 2006  */     height: 110px;
/* 2007  */     background-size: cover;
/* 2008  */ }
/* 2009  */ .jobsearch-company-links { float: right; }
/* 2010  */ .jobsearch-company-gallery figcaption { padding-top: 13px; }
/* 2011  */ .jobsearch-company-links a {
/* 2012  */     float: left;
/* 2013  */     font-size: 11px;
/* 2014  */     color: #ff6d4a;
/* 2015  */     margin-left: 10px;
/* 2016  */ }
/* 2017  */ .jobsearch-company-links a.jobsearch-edit { color: #333; }
/* 2018  */ .jobsearch-company-links a.el-drag-item { color: #333; }
/* 2019  */ .jobsearch-candidate-dashboard-editor textarea {
/* 2020  */     float: left;
/* 2021  */     width: 100%;
/* 2022  */     height: 200px;
/* 2023  */     font-size: 12px;
/* 2024  */     color: #333;
/* 2025  */     padding: 6px 12px;
/* 2026  */     border: 1px solid #dfe2e3;
/* 2027  */     background-color: #ffffff;
/* 2028  */ }
/* 2029  */ /* Candidate Portfolio */
/* 2030  */ .candidate_portfolio,.candidate_portfolio figure,
/* 2031  */ .candidate_portfolio figure img,.grid-item-thumb,
/* 2032  */ .jobsearch-simple-gallery figure,
/* 2033  */ .careerfy-simple-gallery figure {
/* 2034  */     float: left;
/* 2035  */     width: 100%;
/* 2036  */ }
/* 2037  */ .jobsearch-simple-gallery figure { position: relative; }
/* 2038  */ .candidate_portfolio ul li { list-style: none; }
/* 2039  */ .jobsearch-typo-wrap .candidate_portfolio > ul { margin: 0px -10px; }
/* 2040  */ .jobsearch-typo-wrap .candidate_portfolio > ul > li {
/* 2041  */     padding: 0px 10px;
/* 2042  */     margin-bottom: 20px;
/* 2043  */ }
/* 2044  */ .candidate_portfolio figure { position: relative; }
/* 2045  */ .grid-item-thumb {
/* 2046  */     height: 124px;
/* 2047  */ }
/* 2048  */ .grid-item-thumb small {
/* 2049  */     float: left;
/* 2050  */     width: 100%;

/* plugin.css */

/* 2051  */     height: 100%;
/* 2052  */     background-size: cover;
/* 2053  */     background-repeat: no-repeat;
/* 2054  */     background-position: center center;
/* 2055  */ }
/* 2056  */ .jobsearch-column-6 .grid-item-thumb,
/* 2057  */ .careerfy-gallery.careerfy-simple-gallery .careerfy-column-6 .grid-item-thumb { height: 266px; }
/* 2058  */ .candidate_portfolio figure figcaption,
/* 2059  */ .careerfy-simple-gallery figure figcaption {
/* 2060  */     position: absolute;
/* 2061  */     left: 0px;
/* 2062  */     top: 0px;
/* 2063  */     width: 100%;
/* 2064  */     height: 100%;
/* 2065  */     opacity: 0;
/* 2066  */     -webkit-transition: all 0.4s ease-in-out;
/* 2067  */        -moz-transition: all 0.4s ease-in-out;
/* 2068  */         -ms-transition: all 0.4s ease-in-out;
/* 2069  */          -o-transition: all 0.4s ease-in-out;
/* 2070  */             transition: all 0.4s ease-in-out;
/* 2071  */ }
/* 2072  */ .careerfy-simple-gallery figure:hover figcaption,.candidate_portfolio figure:hover figcaption,li.grid-item:hover figcaption { opacity: 1; }
/* 2073  */ .jobsearch-simple-gallery li:hover figcaption:before { opacity: 0.40; }
/* 2074  */ .candidate_portfolio figure figcaption:before,
/* 2075  */ .careerfy-simple-gallery figure figcaption:before {
/* 2076  */     content: '';
/* 2077  */     position: absolute;
/* 2078  */     left: 0px;
/* 2079  */     top: 0px;
/* 2080  */     width: 100%;
/* 2081  */     height: 100%;
/* 2082  */     opacity: 0.40;
/* 2083  */     background-color: #000;
/* 2084  */     -webkit-transition: all 0.4s ease-in-out;
/* 2085  */        -moz-transition: all 0.4s ease-in-out;
/* 2086  */         -ms-transition: all 0.4s ease-in-out;
/* 2087  */          -o-transition: all 0.4s ease-in-out;
/* 2088  */             transition: all 0.4s ease-in-out;
/* 2089  */ }
/* 2090  */ .jobsearch-simple-gallery li figcaption:before {
/* 2091  */     content: '';
/* 2092  */     position: absolute;
/* 2093  */     left: 0px;
/* 2094  */     top: 0px;
/* 2095  */     width: 100%;
/* 2096  */     height: 100%;
/* 2097  */     opacity: 0;
/* 2098  */     background-color: #000;
/* 2099  */     -webkit-transition: all 0.4s ease-in-out;
/* 2100  */        -moz-transition: all 0.4s ease-in-out;

/* plugin.css */

/* 2101  */         -ms-transition: all 0.4s ease-in-out;
/* 2102  */          -o-transition: all 0.4s ease-in-out;
/* 2103  */             transition: all 0.4s ease-in-out;
/* 2104  */ }
/* 2105  */ .candidate_portfolio figure:hover .img-icons,li:hover .img-icons { opacity: 1; }
/* 2106  */ .img-icons,
/* 2107  */ .careerfy-typo-wrap .img-icons {
/* 2108  */     position: absolute;
/* 2109  */     left: 0px;
/* 2110  */     top: 50%;
/* 2111  */     width: 100%;
/* 2112  */     text-align: center;
/* 2113  */     margin-top: -20px;
/* 2114  */     opacity: 0;
/* 2115  */     -webkit-transition: all 0.6s ease-in-out;
/* 2116  */        -moz-transition: all 0.6s ease-in-out;
/* 2117  */         -ms-transition: all 0.6s ease-in-out;
/* 2118  */          -o-transition: all 0.6s ease-in-out;
/* 2119  */             transition: all 0.6s ease-in-out;
/* 2120  */ }
/* 2121  */ .img-icons a {
/* 2122  */     display: inline-block;
/* 2123  */     margin: 0px 5px;
/* 2124  */     width: 40px;
/* 2125  */     height: 40px;
/* 2126  */     background-color: #ffffff;
/* 2127  */     border-radius: 40px;
/* 2128  */     padding-top: 7px;
/* 2129  */ }
/* 2130  */ /* Employer Search */
/* 2131  */ .jobsearch-employer-search {
/* 2132  */     float: right;
/* 2133  */     width: 50%;
/* 2134  */     position: relative;
/* 2135  */     margin-bottom: 15px;
/* 2136  */ }
/* 2137  */ .mangejob-filter-fieldscon>div {
/* 2138  */     width: 50%; }
/* 2139  */ .mangejob-filter-fieldscon {
/* 2140  */     display: flex;
/* 2141  */     width: 100%;
/* 2142  */     gap: 10px;
/* 2143  */ }
/* 2144  */ .mangejob-serch-field {
/* 2145  */     position: relative; }
/* 2146  */ .jobsearch-employer-search .mangejob-serch-field input[type="text"],
/* 2147  */ .jobsearch-employer-search .mangejob-serch-field input[type="submit"] {
/* 2148  */     height: 40px; }
/* 2149  */ .jobsearch-employer-search .mangejob-serch-field input[type="submit"],
/* 2150  */ .jobsearch-typo-wrap .mangejob-serch-field input[type="submit"]:hover {

/* plugin.css */

/* 2151  */     background-color: transparent; }
/* 2152  */ .jobsearch-employer-search .mangejob-serch-field i {
/* 2153  */     top: 13px; }
/* 2154  */ .jobsearch-employer-search input[type="text"] {
/* 2155  */     float: left;
/* 2156  */     width: 100%;
/* 2157  */     height: 32px;
/* 2158  */     font-size: 12px;
/* 2159  */     color: #b8bcbe;
/* 2160  */     padding: 6px 12px;
/* 2161  */     border: 1px solid #dfe2e3;
/* 2162  */     background-color: #ffffff;
/* 2163  */ }
/* 2164  */ .jobsearch-employer-search input[type="submit"] {
/* 2165  */     position: absolute;
/* 2166  */     right: 0px;
/* 2167  */     top: 0px;
/* 2168  */     width: 32px;
/* 2169  */     height: 32px;
/* 2170  */     background-color: transparent;
/* 2171  */     border: none;
/* 2172  */     z-index: 2;
/* 2173  */ }
/* 2174  */ .jobsearch-employer-search i {
/* 2175  */     position: absolute;
/* 2176  */     right: 10px;
/* 2177  */     top: 8px;
/* 2178  */     z-index: 1;
/* 2179  */     color: #bbc4c9;
/* 2180  */ }
/* 2181  */ /* Manage Jobs */
/* 2182  */ .jobsearch-managejobs-list {
/* 2183  */     float: left;
/* 2184  */     width: 100%;
/* 2185  */     margin-bottom: 15px;
/* 2186  */ }
/* 2187  */ .jobsearch-managejobs-thead                                                                                     { background-color: #f2f2f2; }
/* 2188  */ .jobsearch-managejobs-list .jobsearch-table-cell:first-child                                                    { width: 49%; padding-left: 15px; }
/* 2189  */ .jobsearch-managejobs-list .jobsearch-table-cell:nth-child(3)                                                   { text-align: center; }
/* 2190  */ .jobsearch-managejobs-list .jobsearch-table-cell                                                                { width: 13%; padding: 10px 0px; }
/* 2191  */ .jobsearch-managejobs-list ul li a                                                                              { color: #444; }
/* 2192  */ .jobsearch-managejobs-tbody .jobsearch-table-cell                                                               { vertical-align: middle; }
/* 2193  */ .jobsearch-managejobs-list h6                                                                                   { margin-bottom: 8px; }
/* 2194  */ .jobsearch-managejobs-option                                                                                    { font-size: 13px; color: #fcd116; }
/* 2195  */ .jobsearch-managejobs-option.active                                                                             { color: #53b427; }
/* 2196  */ .jobsearch-managejobs-option.expired                                                                            { color: #e81123; }
/* 2197  */ .jobsearch-managejobs-tbody                                                                                     { border-bottom: 1px solid #ececec; }
/* 2198  */ .jobsearch-managejobs-tbody:nth-child(odd)                                                                      { background-color: #fafcfc; }
/* 2199  */ .jobsearch-managejobs-links a.jobsearch-view                                                                    { font-size: 20px; }
/* 2200  */ .jobsearch-managejobs-links a.jobsearch-edit,.jobsearch-managejobs-links a.jobsearch-edit:before                                                                    { color: #aaaaaa; }

/* plugin.css */

/* 2201  */ .jobsearch-managejobs-links a.jobsearch-rubbish,.jobsearch-managejobs-links a.jobsearch-rubbish:before                                                                 { color: #ff6d4a; }
/* 2202  */ .jobsearch-managejobs-links a:first-child                                                                       { margin-left: 0px; }
/* 2203  */ .jobsearch-employer-box-section .jobsearch-pagination-blog                                                      { margin-bottom: 30px; }
/* 2204  */ .jobsearch-managejobs-thead .jobsearch-table-cell {
/* 2205  */     color: #333333;
/* 2206  */     font-size: 14px;
/* 2207  */     font-weight: 500;
/* 2208  */ }
/* 2209  */ .jobsearch-managejobs-list span.job-filled {
/* 2210  */     color: #ff6d4a;
/* 2211  */     font-size: 11px;
/* 2212  */ }
/* 2213  */ .jobsearch-managejobs-list ul {
/* 2214  */     margin: 0px;
/* 2215  */     float: left;
/* 2216  */     width: 100%;
/* 2217  */ }
/* 2218  */ .jobsearch-managejobs-list ul li {
/* 2219  */     display: inline-flex;
/* 2220  */     list-style: none;
/* 2221  */     font-size: 12px;
/* 2222  */     color: #444;
/* 2223  */     margin-right: 14px;
/* 2224  */     line-height: 22px;
/* 2225  */     gap: 7px;
/* 2226  */     align-items: center;
/* 2227  */ }
/* 2228  */ .jobsearch-managejobs-list ul li span {
/* 2229  */     color: #666666;
/* 2230  */     font-weight: 500;
/* 2231  */ }
/* 2232  */ .jobsearch-managejobs-list ul li i {
/* 2233  */     font-size: 11px;
/* 2234  */     color: #aaaaaa;
/* 2235  */ }
/* 2236  */ .jobsearch-managejobs-appli {
/* 2237  */     font-size: 12px;
/* 2238  */ }
/* 2239  */ .jobsearch-mng-links-wrap {
/* 2240  */     display: flex;
/* 2241  */     width: 100%;
/* 2242  */     flex-wrap: wrap;
/* 2243  */     justify-content: flex-end;
/* 2244  */ }
/* 2245  */ .jobsearch-managejobs-links {
/* 2246  */     padding: 6px 0px 0px 2px;
/* 2247  */     background-color: #f9fbfa;
/* 2248  */     min-width: 80px;
/* 2249  */ }
/* 2250  */ .jobsearch-managejobs-links a {

/* plugin.css */

/* 2251  */     display: inline-block;
/* 2252  */     vertical-align: middle;
/* 2253  */     font-size: 14px;
/* 2254  */     color: #77eb9f;
/* 2255  */     margin-left: 5px;
/* 2256  */ }
/* 2257  */ #dashboard-tab-manage-jobs .jobsearch-managejobs-links > a {
/* 2258  */     background: #ffffff;
/* 2259  */     border: 1px solid #e7e9e8;
/* 2260  */     width: 32px;
/* 2261  */     text-align: center;
/* 2262  */     height: 32px;
/* 2263  */     margin: 0px 0px 5px 3px;
/* 2264  */     padding: 7px 0px 0px 0px;
/* 2265  */ }
/* 2266  */ #dashboard-tab-manage-jobs .jobsearch-managejobs-links br {
/* 2267  */     clear: both; }
/* 2268  */ #dashboard-tab-manage-jobs .jobsearch-filledjobs-links a {
/* 2269  */     margin: 6px 8px 0px 0px;
/* 2270  */ }
/* 2271  */ #dashboard-tab-manage-jobs .jobsearch-filledjobs-links a i {
/* 2272  */     margin: 0px 0px 0px 0px;
/* 2273  */ }
/* 2274  */
/* 2275  */
/* 2276  */ /* Manage Jobs  */
/* 2277  */ .jobsearch-mangjobs-list-inner {
/* 2278  */     display: flex;
/* 2279  */     width: 100%;
/* 2280  */     flex-wrap: wrap;
/* 2281  */     box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.06);
/* 2282  */     margin-top: 20px;
/* 2283  */     padding: 15px;
/* 2284  */ }
/* 2285  */ .jobsearch-recent-applicants-nav,
/* 2286  */ .jobsearch-recent-applicants-nav ul {
/* 2287  */     display: flex;
/* 2288  */     width: 100%;
/* 2289  */ }
/* 2290  */ .jobsearch-recent-applicants-nav ul {
/* 2291  */     gap: 10px; }
/* 2292  */ .jobsearch-recent-applicants-nav li,
/* 2293  */ .jobsearch-managejobs-list .jobsearch-recent-applicants-nav li {
/* 2294  */     background-color: #f2f2f2;
/* 2295  */     margin: 0px;
/* 2296  */     flex: 1;
/* 2297  */     list-style: none;
/* 2298  */     display: flex;
/* 2299  */     justify-content: center;
/* 2300  */     align-content: center;

/* plugin.css */

/* 2301  */     flex-wrap: wrap;
/* 2302  */     gap: 6px;
/* 2303  */     min-height: 55px;
/* 2304  */ }
/* 2305  */ .jobsearch-managejobs-list .jobsearch-recent-applicants-nav ul span,
/* 2306  */ .jobsearch-recent-applicants-nav ul span {
/* 2307  */     line-height: 1;
/* 2308  */     font-weight: 600;
/* 2309  */     color: #333;
/* 2310  */     font-size: 14px;
/* 2311  */     text-align: center;
/* 2312  */ }
/* 2313  */ .jobsearch-recent-applicants-nav ul small {
/* 2314  */     width: 100%;
/* 2315  */     text-align: center;
/* 2316  */     line-height: 1;
/* 2317  */     font-size: 11px;
/* 2318  */     font-weight: 500;
/* 2319  */     color: #333;
/* 2320  */ }
/* 2321  */ .jobsearch-recent-applicants-nav ul a {
/* 2322  */     display: flex;
/* 2323  */     width: 100%;
/* 2324  */     justify-content: center;
/* 2325  */     flex-wrap: wrap;
/* 2326  */     padding: 12px;
/* 2327  */     gap: 6px;
/* 2328  */     line-height: 1;
/* 2329  */     height: 100%;
/* 2330  */     align-content: center;
/* 2331  */     color: #333;
/* 2332  */ }
/* 2333  */ .added-jobs-reprt .jobsearch-recent-applicants-nav ul li {
/* 2334  */     gap: 2px; }
/* 2335  */ .added-jobs-reprt .jobsearch-recent-applicants-nav ul small {
/* 2336  */     line-height: 1.5; }
/* 2337  */ .jobsearch-managejobs-body {
/* 2338  */     display: flex;
/* 2339  */     width: 100%;
/* 2340  */     align-items: flex-start;
/* 2341  */     margin-bottom: 15px;
/* 2342  */ }
/* 2343  */ .jobsearch-mng-cell {
/* 2344  */     flex: 1;
/* 2345  */     justify-content: center;
/* 2346  */     display: flex;
/* 2347  */     flex-wrap: wrap;
/* 2348  */ }
/* 2349  */ .jobsearch-mng-title-cnt {
/* 2350  */     flex: 3;

/* plugin.css */

/* 2351  */     justify-content: left;
/* 2352  */ }
/* 2353  */ .jobsearch-managejobs-content {
/* 2354  */     padding-right: 20px;
/* 2355  */     flex: 8;
/* 2356  */ }
/* 2357  */ .jobsearch-managejobs-content ul li:nth-child(3) {
/* 2358  */     width: 100%; }
/* 2359  */ .jobsearch-mng-cell a.jobsearch-featureto-job {
/* 2360  */     color: #ffb607;
/* 2361  */     font-size: 18px;
/* 2362  */ }
/* 2363  */ .jobsearch-mngjob-thead {
/* 2364  */     display: flex;
/* 2365  */     width: 100%;
/* 2366  */     background-color: #f2f2f2;
/* 2367  */     padding: 0px 15px;
/* 2368  */ }
/* 2369  */ .jobsearch-mngjob-thead .jobsearch-mngjob-cell:first-child {
/* 2370  */     flex: 3;
/* 2371  */     justify-content: left;
/* 2372  */ }
/* 2373  */ .jobsearch-mngjob-cell {
/* 2374  */     flex: 1;
/* 2375  */     padding: 10px 0px;
/* 2376  */     color: #333333;
/* 2377  */     font-size: 14px;
/* 2378  */     font-weight: 500;
/* 2379  */     justify-content: center;
/* 2380  */     display: flex;
/* 2381  */     flex-wrap: wrap;
/* 2382  */ }
/* 2383  */
/* 2384  */
/* 2385  */ /* Employer Transactions */
/* 2386  */ .jobsearch-employer-transactions {
/* 2387  */     float: left;
/* 2388  */     width: 100%;
/* 2389  */     margin-bottom: 40px;
/* 2390  */ }
/* 2391  */ .jobsearch-transactions-thead                                                                                           { background-color: #f2f2f2; }
/* 2392  */ .jobsearch-transactions-thead .jobsearch-table-cell:nth-child(2)                                                        { width: 22%; }
/* 2393  */ .jobsearch-transactions-thead .jobsearch-table-cell:nth-child(5)                                                        { width: 18%; }
/* 2394  */ .jobsearch-transactions-thead .jobsearch-table-cell                                                                     { width: 15%; }
/* 2395  */ .jobsearch-transactions-tbody .jobsearch-table-cell:nth-child(2)                                                        { width: 22%; }
/* 2396  */ .jobsearch-transactions-tbody .jobsearch-table-cell:nth-child(5)                                                        { width: 18%; }
/* 2397  */ .jobsearch-transactions-tbody .jobsearch-table-cell                                                                     { width: 15%; }
/* 2398  */ .jobsearch-transactions-tbody                                                                                           { border-bottom: 1px solid #ececec; }
/* 2399  */ .jobsearch-transactions-tbody:nth-child(odd)                                                                            { background-color: #fafcfc; }
/* 2400  */ .jobsearch-transactions-tbody i.jobsearch-transactions-pending                                                          { color: #fbba43; }

/* plugin.css */

/* 2401  */ .jobsearch-transactions-thead .jobsearch-table-cell {
/* 2402  */     color: #333333;
/* 2403  */     font-size: 14px;
/* 2404  */     font-weight: 500;
/* 2405  */     padding: 9px 16px;
/* 2406  */ }
/* 2407  */ .jobsearch-transactions-tbody .jobsearch-table-cell {
/* 2408  */     padding: 9px 16px;
/* 2409  */     font-size: 12px;
/* 2410  */     color: #999999;
/* 2411  */ }
/* 2412  */ .jobsearch-transactions-tbody span {
/* 2413  */     color: #333333;
/* 2414  */     font-size: 14px;
/* 2415  */     font-weight: 500;
/* 2416  */ }
/* 2417  */ .jobsearch-transactions-tbody small {
/* 2418  */     font-size: 12px;
/* 2419  */ }
/* 2420  */ .jobsearch-transactions-tbody i {
/* 2421  */     display: inline-block;
/* 2422  */     vertical-align: middle;
/* 2423  */     font-size: 8px;
/* 2424  */     margin-right: 7px;
/* 2425  */     color: #3dbf4f;
/* 2426  */ }
/* 2427  */ /* Employer Packages */
/* 2428  */ .jobsearch-employer-packages {
/* 2429  */     float: left;
/* 2430  */     width: 100%;
/* 2431  */     margin-bottom: 40px;
/* 2432  */ }
/* 2433  */ .jobsearch-packages-thead                                                                                           { background-color: #f2f2f2; }
/* 2434  */ .jobsearch-packages-thead .jobsearch-table-cell:nth-child(3)                                                        { width: 19%; }
/* 2435  */ .jobsearch-packages-thead .jobsearch-table-cell:nth-child(6)                                                        { width: 16%; }
/* 2436  */ .jobsearch-packages-thead .jobsearch-table-cell                                                                     { width: 13%; }
/* 2437  */ .jobsearch-packages-tbody .jobsearch-table-cell:nth-child(3)                                                        { width: 19%; }
/* 2438  */ .jobsearch-packages-tbody .jobsearch-table-cell:nth-child(6)                                                        { width: 16%; }
/* 2439  */ .jobsearch-packages-tbody .jobsearch-table-cell                                                                     { width: 13%; }
/* 2440  */ .jobsearch-packages-tbody                                                                                           { border-bottom: 1px solid #ececec; }
/* 2441  */ .jobsearch-packages-tbody:nth-child(odd)                                                                            { background-color: #fafcfc; }
/* 2442  */ .jobsearch-packages-tbody i.jobsearch-packages-pending                                                              { color: #fbba43; }
/* 2443  */ .jobsearch-packages-thead .jobsearch-table-cell {
/* 2444  */     color: #333333;
/* 2445  */     font-size: 14px;
/* 2446  */     font-weight: 500;
/* 2447  */     padding: 9px 16px;
/* 2448  */ }
/* 2449  */ .jobsearch-packages-tbody .jobsearch-table-cell {
/* 2450  */     padding: 9px 16px;

/* plugin.css */

/* 2451  */     font-size: 12px;
/* 2452  */     color: #999999;
/* 2453  */ }
/* 2454  */ .jobsearch-packages-tbody span {
/* 2455  */     color: #333333;
/* 2456  */     font-size: 14px;
/* 2457  */     font-weight: 500;
/* 2458  */ }
/* 2459  */ .jobsearch-packages-tbody i {
/* 2460  */     display: inline-block;
/* 2461  */     vertical-align: middle;
/* 2462  */     font-size: 8px;
/* 2463  */     margin-right: 7px;
/* 2464  */     color: #3dbf4f;
/* 2465  */ }
/* 2466  */ /* Employer Resumes */
/* 2467  */ .jobsearch-employer-resumes,.jobsearch-employer-resumes-wrap,
/* 2468  */ .jobsearch-employer-resumes figure {
/* 2469  */     float: left;
/* 2470  */     width: 100%;
/* 2471  */ }
/* 2472  */ .jobsearch-employer-resumes                                                                                                 { margin-bottom: 20px; }
/* 2473  */ .jobsearch-employer-resumes > ul                                                                                            { margin: 0px -10px; }
/* 2474  */ .jobsearch-typo-wrap .jobsearch-employer-resumes > ul > li                                                                  { padding: 0px 10px; float: none; display: inline-block; vertical-align: top; margin-right: -4px; }
/* 2475  */ .jobsearch-employer-resumes ul li                                                                                           { list-style: none; }
/* 2476  */ .jobsearch-employer-resumes > ul > li                                                                                       { margin-bottom: 20px; }
/* 2477  */ .jobsearch-employer-resumes-wrap                                                                                            { border: 1px solid #ececec; }
/* 2478  */ .jobsearch-resumes-thumb img                                                                                                { border-radius: 100%; }
/* 2479  */ .jobsearch-employer-resumes figure                                                                                          { padding: 18px 18px 2px 18px; }
/* 2480  */ .jobsearch-resumes-download i                                                                                               { margin-right: 3px; }
/* 2481  */ .jobsearch-employer-resumes figcaption ul li:first-child                                                                    { padding-left: 0px; }
/* 2482  */ .jobsearch-resumes-options                                                                                                  { border-top: 1px solid #ececec; }
/* 2483  */ .jobsearch-resumes-options li:first-child                                                                                   { border-left: none; }
/* 2484  */ .jobsearch-employer-resumes .jobsearch-resumes-thumb ~ figcaption                                                           { margin-left: 62px; margin-top: 2px; }
/* 2485  */ .jobsearch-employer-resumes .jobsearch-resumes-thumb {
/* 2486  */     float: left;
/* 2487  */     width: 48px;
/* 2488  */ }
/* 2489  */ .jobsearch-employer-resumes figcaption h2 {
/* 2490  */     margin-bottom: 7px;
/* 2491  */     font-size: 16px;
/* 2492  */     display: block;
/* 2493  */     line-height: 1;
/* 2494  */ }
/* 2495  */ .jobsearch-resumes-download {
/* 2496  */     float: right;
/* 2497  */     color: #3abd69;
/* 2498  */     font-size: 11px;
/* 2499  */     font-weight: 400;
/* 2500  */     margin-top: 2px;

/* plugin.css */

/* 2501  */ }
/* 2502  */ .jobsearch-resumes-subtitle {
/* 2503  */     display: block;
/* 2504  */     color: #999999;
/* 2505  */     font-size: 12px;
/* 2506  */     margin-bottom: 13px;
/* 2507  */     line-height: 1;
/* 2508  */ }
/* 2509  */ .jobsearch-employer-resumes figcaption ul {
/* 2510  */     display: inline-block;
/* 2511  */     width: 100%;
/* 2512  */     margin: 0px;
/* 2513  */ }
/* 2514  */ .jobsearch-employer-resumes figcaption ul li {
/* 2515  */     float: left;
/* 2516  */     width: 50%;
/* 2517  */     font-size: 12px;
/* 2518  */     color: #999999;
/* 2519  */     line-height: 1;
/* 2520  */     padding-left: 20px;
/* 2521  */     margin-bottom: 10px;
/* 2522  */ }
/* 2523  */ .jobsearch-employer-resumes figcaption ul li span {
/* 2524  */     display: block;
/* 2525  */     font-size: 12px;
/* 2526  */     color: #555555;
/* 2527  */     line-height: 1;
/* 2528  */     font-weight: 500;
/* 2529  */     margin-bottom: 7px;
/* 2530  */ }
/* 2531  */ .jobsearch-resumes-options {
/* 2532  */     display: flex;
/* 2533  */     width: 100%;
/* 2534  */ }
/* 2535  */ .jobsearch-resumes-options li {
/* 2536  */     flex: 1;
/* 2537  */     line-height: 1;
/* 2538  */     border-left: 1px solid #ececec;
/* 2539  */ }
/* 2540  */ .jobsearch-resumes-options li a {
/* 2541  */     background-color: #fcfcfc;
/* 2542  */     float: left;
/* 2543  */     width: 100%;
/* 2544  */     padding: 16px 9px;
/* 2545  */     text-align: center;
/* 2546  */     font-size: 12px;
/* 2547  */     color: #666666;
/* 2548  */     font-weight: 400;
/* 2549  */     -webkit-transition: all 0.4s ease-in-out;
/* 2550  */        -moz-transition: all 0.4s ease-in-out;

/* plugin.css */

/* 2551  */         -ms-transition: all 0.4s ease-in-out;
/* 2552  */          -o-transition: all 0.4s ease-in-out;
/* 2553  */             transition: all 0.4s ease-in-out;
/* 2554  */ }
/* 2555  */ .jobsearch-resumes-options li:hover a {
/* 2556  */     color: #ffffff;
/* 2557  */ }
/* 2558  */ .jobsearch-resumes-options li a i {
/* 2559  */     font-size: 18px;
/* 2560  */     display: inline-block;
/* 2561  */     vertical-align: sub;
/* 2562  */     margin: 0px 5px 0px 0px;
/* 2563  */ }
/* 2564  */ /* Employer Job Navigation */
/* 2565  */ .jobsearch-employer-jobnav {
/* 2566  */     float: left;
/* 2567  */     width: 100%;
/* 2568  */     text-align: center;
/* 2569  */     margin: 10px 0px 40px 0px;
/* 2570  */ }
/* 2571  */ .jobsearch-employer-jobnav ul {
/* 2572  */     display: inline-block;
/* 2573  */     margin: 0px;
/* 2574  */ }
/* 2575  */ .jobsearch-employer-jobnav ul li {
/* 2576  */     float: left;
/* 2577  */     list-style: none;
/* 2578  */     line-height: 1;
/* 2579  */     position: relative;
/* 2580  */     margin-bottom: 20px;
/* 2581  */ }
/* 2582  */ .jobsearch-employer-jobnav ul li:before {
/* 2583  */     content: '';
/* 2584  */     position: absolute;
/* 2585  */     left: 4px;
/* 2586  */     top: 50%;
/* 2587  */     background-color: #d4d4d4;
/* 2588  */     width: 100%;
/* 2589  */     height: 3px;
/* 2590  */     margin-top: -19px;
/* 2591  */     z-index: 1;
/* 2592  */ }
/* 2593  */ .jobsearch-employer-jobnav ul li.active ~ li.active:after {
/* 2594  */     content: '';
/* 2595  */     position: absolute;
/* 2596  */     left: -60px;
/* 2597  */     top: 50%;
/* 2598  */     width: 80%;
/* 2599  */     height: 3px;
/* 2600  */     margin-top: -19px;

/* plugin.css */

/* 2601  */     z-index: 1;
/* 2602  */ }
/* 2603  */ .jobsearch-employer-jobnav ul li.active ~ li:nth-child(2):after {
/* 2604  */     background-color: #d4d4d4; }
/* 2605  */ .jobsearch-employer-jobnav ul li.active ~ li:nth-child(3).active:after {
/* 2606  */     left: 0px;
/* 2607  */ }
/* 2608  */ .jobsearch-employer-jobnav ul li.active:nth-child(2):after {
/* 2609  */     content: '';
/* 2610  */     position: absolute;
/* 2611  */     left: -60px;
/* 2612  */     top: 50%;
/* 2613  */     width: 80%;
/* 2614  */     height: 3px;
/* 2615  */     margin-top: -19px;
/* 2616  */     z-index: 1;
/* 2617  */ }
/* 2618  */ .jobsearch-employer-jobnav ul li.active:nth-child(3):after {
/* 2619  */     content: '';
/* 2620  */     position: absolute;
/* 2621  */     left: -120px !important;
/* 2622  */     top: 50%;
/* 2623  */     width: 150% !important;
/* 2624  */     height: 3px;
/* 2625  */     margin-top: -19px;
/* 2626  */     z-index: 1;
/* 2627  */ }
/* 2628  */ .jobsearch-employer-jobnav ul li:last-child:before { left: -15px; }
/* 2629  */ .jobsearch-employer-jobnav ul li:first-child a { padding-left: 0px; }
/* 2630  */ .jobsearch-employer-jobnav ul li:last-child a { padding-right: 0px; }
/* 2631  */ .jobsearch-employer-jobnav ul li a {
/* 2632  */     float: left;
/* 2633  */     padding: 0px 50px;
/* 2634  */     position: relative;
/* 2635  */     z-index: 2;
/* 2636  */ }
/* 2637  */ .jobsearch-employer-jobnav ul li i {
/* 2638  */     display: inline-block;
/* 2639  */     width: 66px;
/* 2640  */     height: 66px;
/* 2641  */     color: #ffffff;
/* 2642  */     background-color: #d4d4d4;
/* 2643  */     font-size: 36px;
/* 2644  */     border-radius: 100%;
/* 2645  */     border: 2px solid #ffffff;
/* 2646  */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
/* 2647  */     padding-top: 13px;
/* 2648  */     margin-bottom: 20px;
/* 2649  */     -webkit-transition: all 0.4s ease-in-out;
/* 2650  */        -moz-transition: all 0.4s ease-in-out;

/* plugin.css */

/* 2651  */         -ms-transition: all 0.4s ease-in-out;
/* 2652  */          -o-transition: all 0.4s ease-in-out;
/* 2653  */             transition: all 0.4s ease-in-out;
/* 2654  */ }
/* 2655  */ .jobsearch-employer-jobnav ul li span {
/* 2656  */     display: block;
/* 2657  */     font-size: 16px;
/* 2658  */     color: #333333;
/* 2659  */     font-weight: 500;
/* 2660  */ }
/* 2661  */ .jobsearch-pkgs-boughtnew {
/* 2662  */ 	float: left;
/* 2663  */     width: 100%;
/* 2664  */ }
/* 2665  */ /* Employer Payments */
/* 2666  */ .jobsearch-employer-payments {
/* 2667  */     float: left;
/* 2668  */     width: 100%;
/* 2669  */     margin-bottom: 43px;
/* 2670  */ }
/* 2671  */ .jobsearch-employer-payments h2 {
/* 2672  */     font-size: 18px;
/* 2673  */     color: #333333;
/* 2674  */     margin-bottom: 23px;
/* 2675  */ }
/* 2676  */ .jobsearch-employer-payments table > thead > tr > th, .jobsearch-employer-payments table > tbody > tr > th,
/* 2677  */ .jobsearch-employer-payments table > tfoot > tr > th, .jobsearch-employer-payments table > thead > tr > td,
/* 2678  */ .jobsearch-employer-payments table > tbody > tr > td, .jobsearch-employer-payments table > tfoot > tr > td {
/* 2679  */     border: none;
/* 2680  */     text-align: left;
/* 2681  */     vertical-align: middle;
/* 2682  */ }
/* 2683  */ .jobsearch-typo-wrap table > thead > tr > th, .jobsearch-typo-wrap table > tbody > tr > th, .jobsearch-typo-wrap table > tfoot > tr > th,
/* 2684  */ .jobsearch-typo-wrap table > thead > tr > td, .jobsearch-typo-wrap table > tbody > tr > td, .jobsearch-typo-wrap table > tfoot > tr > td {
/* 2685  */     line-height: 2.5;
/* 2686  */ }
/* 2687  */ .jobsearch-employer-payments table th { padding: 4px 15px; }
/* 2688  */ .jobsearch-employer-payments table > thead {
/* 2689  */     background-color: #f2f2f2;
/* 2690  */ }
/* 2691  */ .jobsearch-employer-payments table th {
/* 2692  */     font-size: 14px;
/* 2693  */     color: #333333;
/* 2694  */     font-weight: 500;
/* 2695  */ }
/* 2696  */ .jobsearch-employer-payments table tr { border-bottom: 1px solid #ececec; }
/* 2697  */ .jobsearch-employer-payments table tr:nth-child(even) { background-color: #fafcfc; }
/* 2698  */ .jobsearch-employer-payments table td {
/* 2699  */     padding: 5px 15px;
/* 2700  */     font-size: 12px;

/* plugin.css */

/* 2701  */     color: #999999;
/* 2702  */ }
/* 2703  */ .jobsearch-employer-payments table td span {
/* 2704  */     color: #333333;
/* 2705  */     font-weight: 500;
/* 2706  */     font-size: 14px;
/* 2707  */ }
/* 2708  */ .makefeat-job-sec{
/* 2709  */ 	float: left;
/* 2710  */ 	width: 100%;
/* 2711  */ }
/* 2712  */ .jobsearch-payments-checkbox input[type="checkbox"],
/* 2713  */ .jobsearch-payments-checkbox input[type="radio"] {
/* 2714  */     display: none;
/* 2715  */ }
/* 2716  */ .jobsearch-payments-checkbox input[type="checkbox"] + label { line-height: 1; }
/* 2717  */ .jobsearch-payments-checkbox input[type="checkbox"] + label span,
/* 2718  */ .jobsearch-payments-checkbox input[type="radio"] + label span {
/* 2719  */     display: inline-block;
/* 2720  */     width: 14px;
/* 2721  */     height: 14px;
/* 2722  */     margin: 0px 12px 0px 0px;
/* 2723  */     vertical-align: middle;
/* 2724  */     background-color: #ffffff;
/* 2725  */     border: 1px solid #999999;
/* 2726  */     box-shadow: 0px 0px 0px 1px #d4d4d4 inset;
/* 2727  */     border-radius: 3px;
/* 2728  */ }
/* 2729  */ .jobsearch-payments-checkbox input[type="checkbox"]:checked + label span,
/* 2730  */ .jobsearch-payments-checkbox input[type="checkbox"] + label:hover span,
/* 2731  */ .jobsearch-payments-checkbox input[type="radio"]:checked + label span,
/* 2732  */ .jobsearch-payments-checkbox input[type="radio"] + label:hover span {
/* 2733  */     box-shadow: none;
/* 2734  */     border: none;
/* 2735  */     position: relative;
/* 2736  */ }
/* 2737  */ .jobsearch-payments-checkbox input[type="checkbox"]:checked + label span:before,
/* 2738  */ .jobsearch-payments-checkbox input[type="checkbox"] + label:hover span:before,
/* 2739  */ .jobsearch-payments-checkbox input[type="radio"]:checked + label span:before,
/* 2740  */ .jobsearch-payments-checkbox input[type="radio"] + label:hover span:before {
/* 2741  */     content: "\e91b";
/* 2742  */     font-family: wp-jobsearch-icomoon;
/* 2743  */     position: absolute;
/* 2744  */     left: 0px;
/* 2745  */     top: 0px;
/* 2746  */     line-height: 1;
/* 2747  */ }
/* 2748  */ .jobsearch-payment-method-wrap {
/* 2749  */     float: left;
/* 2750  */     width: 100%;

/* plugin.css */

/* 2751  */     border-bottom: 1px solid #e8eef2;
/* 2752  */     padding: 0px 22px 15px 0px;
/* 2753  */     margin-bottom: 23px;
/* 2754  */ }
/* 2755  */ .jobsearch-payment-method-wrap a {
/* 2756  */     float: left;
/* 2757  */     margin: 0px 10px 10px 0px;
/* 2758  */ }
/* 2759  */ .jobsearch-payment-method-wrap i {
/* 2760  */     float: right;
/* 2761  */     color: #45c386;
/* 2762  */     font-size: 29px;
/* 2763  */ }
/* 2764  */ .jobsearch-payment-method-wrap.jobsearch-light i { color: #f2f2f2; }
/* 2765  */ /* Employer Confitmation */
/* 2766  */ .jobsearch-employer-confitmation {
/* 2767  */     float: left;
/* 2768  */     width: 100%;
/* 2769  */     text-align: center;
/* 2770  */     margin-bottom: 55px;
/* 2771  */ }
/* 2772  */ .jobsearch-employer-confitmation img { margin-bottom: 32px; }
/* 2773  */ .jobsearch-employer-confitmation h2 {
/* 2774  */     font-size: 36px;
/* 2775  */     color: #666f80;
/* 2776  */     margin-bottom: 15px;
/* 2777  */     line-height: 1;
/* 2778  */ }
/* 2779  */ .jobsearch-employer-confitmation p {
/* 2780  */     line-height: 24px;
/* 2781  */     margin-bottom: 30px;
/* 2782  */     display: inline-block;
/* 2783  */     width: 90%;
/* 2784  */ }
/* 2785  */ .jobsearch-employer-confitmation a {
/* 2786  */     display: inline-block;
/* 2787  */     padding: 11px 22px 12px 22px;
/* 2788  */     font-size: 12px;
/* 2789  */     border: 1px solid;
/* 2790  */     border-radius: 3px;
/* 2791  */     line-height: 1;
/* 2792  */     margin: 0px 6px;
/* 2793  */     -webkit-transition: all 0.4s ease-in-out;
/* 2794  */        -moz-transition: all 0.4s ease-in-out;
/* 2795  */         -ms-transition: all 0.4s ease-in-out;
/* 2796  */          -o-transition: all 0.4s ease-in-out;
/* 2797  */             transition: all 0.4s ease-in-out;
/* 2798  */ }
/* 2799  */ .jobsearch-employer-confitmation a:hover {
/* 2800  */     border-color: #0585af;

/* plugin.css */

/* 2801  */     color: #ffffff;
/* 2802  */ }
/* 2803  */ /* Candidate */
/* 2804  */ .jobsearch-candidate,
/* 2805  */ .jobsearch-candidate-default figure a,.jobsearch-candidate-default figure img {
/* 2806  */     float: left;
/* 2807  */     width: 100%;
/* 2808  */ }
/* 2809  */ .jobsearch-candidate ul li                                                                                      { list-style: none; }
/* 2810  */ .jobsearch-candidate > ul > li                                                                                  { margin-bottom: 20px; }
/* 2811  */ /* Candidate Listings */
/* 2812  */ .jobsearch-candidate-default                                                                                    { margin-bottom: 20px; }
/* 2813  */ .jobsearch-candidate-default figure img                                                                         { border-radius: 100%; }
/* 2814  */ .jobsearch-candidate-default-left                                                                               { float: left; }
/* 2815  */ .jobsearch-candidate-default-text ul li a                                                                       { color: #999999; font-size: 12px; }
/* 2816  */ .jobsearch-candidate-default-btn i                                                                              { margin-right: 2px; }
/* 2817  */ .jobsearch-candidate-default-wrap {
/* 2818  */     border: 1px solid #ececec;
/* 2819  */     padding: 19px 19px;
/* 2820  */     position: relative;
/* 2821  */     background-color: #ffffff;
/* 2822  */     display: flex;
/* 2823  */     width: 100%;
/* 2824  */     align-items: center;
/* 2825  */ }
/* 2826  */ .resume-loding-msg {
/* 2827  */     position: absolute;
/* 2828  */     right: 20px;
/* 2829  */     top: 8px;
/* 2830  */     color: #8bb300;
/* 2831  */ }
/* 2832  */ .jobsearch-candidate-default-text ul {
/* 2833  */     margin: 0px;
/* 2834  */     display: flex;
/* 2835  */     width: 100%;
/* 2836  */     column-gap: 10px;
/* 2837  */ }
/* 2838  */ .jobsearch-candidate-default-text {
/* 2839  */     display: flex;
/* 2840  */     justify-content: space-between;
/* 2841  */     width: 100%;
/* 2842  */     align-items: center;
/* 2843  */     column-gap: 10px;
/* 2844  */ }
/* 2845  */ .jobsearch-candidate-default figure {
/* 2846  */     width: 80px;
/* 2847  */     min-width: 80px;
/* 2848  */     margin: 0px;
/* 2849  */ }
/* 2850  */ .jobsearch-candidate-default figure ~ .jobsearch-candidate-default-text {

/* plugin.css */

/* 2851  */     padding-left: 20px; }
/* 2852  */ .jobsearch-candidate-default figure a img { height: 80px; }
/* 2853  */ .jobsearch-candidate-default-text h2 {
/* 2854  */     font-size: 16px;
/* 2855  */     line-height: 1;
/* 2856  */     margin-bottom: 0px;
/* 2857  */ }
/* 2858  */ h2.jobsearch-pst-title,
/* 2859  */ .jobsearch-pst-title,
/* 2860  */ h2.jobsearch-pst-title a {
/* 2861  */     font-size: 16px !important;
/* 2862  */     line-height: 1 !important;
/* 2863  */ }
/* 2864  */ h2.jobsearch-fltcount-title,
/* 2865  */ .jobsearch-fltcount-title {
/* 2866  */     font-size: 18px !important;
/* 2867  */     line-height: 1 !important;
/* 2868  */ }
/* 2869  */ .jobsearch-candidate-default-text h2 i {
/* 2870  */     font-size: 14px;
/* 2871  */ }
/* 2872  */ .jobsearch-candidate-default-text ul li {
/* 2873  */     display: flex;
/* 2874  */     color: #999999;
/* 2875  */     font-size: 12px;
/* 2876  */     padding: 0px;
/* 2877  */     line-height: 1.4;
/* 2878  */     margin-top: 12px;
/* 2879  */ }
/* 2880  */ .jobsearch-candidate-default-text ul li:before {
/* 2881  */     content: '';
/* 2882  */     display: flex;
/* 2883  */     width: 1px;
/* 2884  */     height: 15px;
/* 2885  */     background-color: #e0e0e0;
/* 2886  */     margin-right: 10px;
/* 2887  */ }
/* 2888  */ .jobsearch-candidate-default-text ul li:first-child:before {
/* 2889  */     display: none; }
/* 2890  */ .jobsearch-candidate-default-text ul li:last-child {
/* 2891  */     flex: 1;
/* 2892  */ }
/* 2893  */ .jobsearch-candidate-default-text ul li i {
/* 2894  */     float: left;
/* 2895  */     font-size: 15px;
/* 2896  */     color: #aaaaaa;
/* 2897  */     margin: 0px 10px 0px 0px;
/* 2898  */ }
/* 2899  */ .jobsearch-candidate-default-text ul li:first-child {
/* 2900  */     padding-left: 0px;

/* plugin.css */

/* 2901  */     border: none;
/* 2902  */ }
/* 2903  */ .jobsearch-candidate-default-text .jobsearch-candidate-default-left {
/* 2904  */     flex: 1; }
/* 2905  */ .jobsearch-candidate-default-btn {
/* 2906  */     font-size: 12px;
/* 2907  */     border: 1px solid;
/* 2908  */     line-height: 1;
/* 2909  */     padding: 8px 9px;
/* 2910  */     -webkit-transition: all 0.4s ease-in-out;
/* 2911  */        -moz-transition: all 0.4s ease-in-out;
/* 2912  */         -ms-transition: all 0.4s ease-in-out;
/* 2913  */          -o-transition: all 0.4s ease-in-out;
/* 2914  */             transition: all 0.4s ease-in-out;
/* 2915  */ }
/* 2916  */ .jobsearch-candidate-default-btn:hover {
/* 2917  */     color: #ffffff;
/* 2918  */ }
/* 2919  */ .jobsearch-applicns-candidate ul li { margin-bottom: 0px; }
/* 2920  */ .jobsearch-applicns-candidate .jobsearch-candidate-default-wrap { border-top: none; }
/* 2921  */ /* Candidate Grid */
/* 2922  */ .jobsearch-candidate-grid figure,.jobsearch-candidate-grid-thumb img,
/* 2923  */ .jobsearch-candidate-grid figure figcaption {
/* 2924  */     float: left;
/* 2925  */     width: 100%;
/* 2926  */ }
/* 2927  */ .jobsearch-candidate-grid { margin-bottom: 15px; }
/* 2928  */ .jobsearch-candidate-grid > ul > li {
/* 2929  */     float: none;
/* 2930  */     display: inline-block;
/* 2931  */     vertical-align: top;
/* 2932  */     margin-right: -3px;
/* 2933  */     margin-bottom: 30px;
/* 2934  */ }
/* 2935  */ .jobsearch-typo-wrap .jobsearch-candidate-grid > ul > li { float: none; }
/* 2936  */ .jobsearch-employer-wrap-section .jobsearch-candidate-grid figure { padding-bottom: 18px; }
/* 2937  */ .jobsearch-candidate-grid figure {
/* 2938  */     text-align: center;
/* 2939  */     margin: 0px;
/* 2940  */     border: 1px solid #ececec;
/* 2941  */     position: relative;
/* 2942  */     padding: 24px 22px 24px 22px;
/* 2943  */     background-color: #ffffff;
/* 2944  */ }
/* 2945  */ .jobsearch-candidate-grid-thumb {
/* 2946  */     display: inline-block;
/* 2947  */     width: 124px;
/* 2948  */     height: 124px;
/* 2949  */     position: relative;
/* 2950  */     margin-bottom: 8px;

/* plugin.css */

/* 2951  */ }
/* 2952  */ .jobsearch-candidate-grid figure figcaption { line-height: 1; }
/* 2953  */ .jobsearch-candidate-grid-thumb img { border-radius: 100%; height: 100%; }
/* 2954  */ .jobsearch-candidate-grid-status {
/* 2955  */     position: absolute;
/* 2956  */     left: 8px;
/* 2957  */     top: 9px;
/* 2958  */     width: 22px;
/* 2959  */     height: 22px;
/* 2960  */     background-color: #53b427;
/* 2961  */     border: 4px solid #ffffff;
/* 2962  */     border-radius: 100%;
/* 2963  */ }
/* 2964  */ .jobsearch-candidate-grid-status.jobsearch-yellow { background-color: #fcd116; }
/* 2965  */ .jobsearch-candidate-grid-status.jobsearch-red { background-color: #e81123; }
/* 2966  */ .jobsearch-candidate-grid-status.jobsearch-none { background-color: #ffffff; border-color: #53b427; border-width: 2px; }
/* 2967  */ .jobsearch-candidate-grid figure figcaption h2 {
/* 2968  */     margin-bottom: 10px;
/* 2969  */     line-height: 1 !important;
/* 2970  */     font-size: 16px;
/* 2971  */ }
/* 2972  */ .jobsearch-candidate-grid figure figcaption p {
/* 2973  */     font-size: 12px;
/* 2974  */     color: #999999;
/* 2975  */     margin-bottom: 8px;
/* 2976  */     line-height: 1.3;
/* 2977  */ }
/* 2978  */ .jobsearch-candidate-grid-option li a {
/* 2979  */     color: #999999;
/* 2980  */     float: right;
/* 2981  */ }
/* 2982  */ .jobsearch-candidate-grid figure figcaption span {
/* 2983  */     font-size: 12px;
/* 2984  */     color: #999999;
/* 2985  */     line-height: 1.3;
/* 2986  */ }
/* 2987  */ .jobsearch-candidate-grid-option  {
/* 2988  */     background-color: #fcfcfc;
/* 2989  */     float: left;
/* 2990  */     width: 100%;
/* 2991  */     border: 1px solid #ececec;
/* 2992  */     border-top: none;
/* 2993  */     padding-right: 5px;
/* 2994  */     margin: 0px;
/* 2995  */ }
/* 2996  */ .jobsearch-candidate-grid-option li {
/* 2997  */     float: left;
/* 2998  */     width: 100%;
/* 2999  */     list-style: none;
/* 3000  */     line-height: 1;

/* plugin.css */

/* 3001  */     color: #999999;
/* 3002  */     font-size: 12px;
/* 3003  */     padding: 14px 18px 13px 18px;
/* 3004  */ }
/* 3005  */ .jobsearch-candidate-grid-option li div.jobsearch-right { width: 100%; }
/* 3006  */ .jobsearch-candidate-grid-option li span {
/* 3007  */     color: #555555;
/* 3008  */     font-size: 13px;
/* 3009  */     float: left;
/* 3010  */     margin-bottom: 3px;
/* 3011  */     font-weight: 500;
/* 3012  */ }
/* 3013  */ /* Candidate Team Social Icons */
/* 3014  */ .jobsearch-social-icons  {
/* 3015  */     background-color: #fcfcfc;
/* 3016  */     float: left;
/* 3017  */     width: 100%;
/* 3018  */     border: 1px solid #ececec;
/* 3019  */     border-top: none;
/* 3020  */     text-align: center;
/* 3021  */     padding-top: 13px;
/* 3022  */ }
/* 3023  */ .team-style-two ul .jobsearch-social-icons,
/* 3024  */ .jobsearch-candidate-grid .jobsearch-social-icons {
/* 3025  */     margin: 0px;
/* 3026  */     padding-top: 0px;
/* 3027  */ }
/* 3028  */ .jobsearch-social-icons li {
/* 3029  */     display: inline-block;
/* 3030  */     list-style: none;
/* 3031  */     font-size: 24px;
/* 3032  */     padding: 11px 1px 11px 1px;
/* 3033  */ }
/* 3034  */ /* Candidate Authore Information */
/* 3035  */ .jobsearch_candidate_info {
/* 3036  */     float: left;
/* 3037  */     width: 100%;
/* 3038  */     border: 1px solid #ececec;
/* 3039  */     padding: 40px 40px;
/* 3040  */     text-align: center;
/* 3041  */     margin-bottom: 21px;
/* 3042  */     position: relative;
/* 3043  */ }
/* 3044  */ .jobsearch_candidate_info figure {
/* 3045  */     display: inline-block;
/* 3046  */     width: 184px;
/* 3047  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
/* 3048  */     border-radius: 100%;
/* 3049  */     margin-bottom: 13px;
/* 3050  */ }

/* plugin.css */

/* 3051  */ .jobsearch_candidate_info figure img {
/* 3052  */     float: left;
/* 3053  */     width: 100%;
/* 3054  */     border-radius: 100%;
/* 3055  */     border: 3px solid #ffffff;
/* 3056  */ }
/* 3057  */ .jobsearch_candidate_info h2 {
/* 3058  */     margin-bottom: 10px;
/* 3059  */     font-size: 20px;
/* 3060  */     line-height: 1;
/* 3061  */ }
/* 3062  */ .jobsearch_candidate_info p,
/* 3063  */ .jobsearch_candidate_info span {
/* 3064  */     color: #999999;
/* 3065  */     font-size: 14px;
/* 3066  */     display: block;
/* 3067  */     line-height: 1.4;
/* 3068  */ }
/* 3069  */ .jobsearch_candidate_info p { margin-bottom: 6px; }
/* 3070  */ .jobsearch_candidate_info span { margin-bottom: 19px; }
/* 3071  */ .jobsearch_candidate_info small {
/* 3072  */     font-size: 14px;
/* 3073  */     display: block;
/* 3074  */     line-height: 1;
/* 3075  */     margin-bottom: 26px;
/* 3076  */ }
/* 3077  */ .jobsearch_candidate_info ul {
/* 3078  */     float: left;
/* 3079  */     width: 100%;
/* 3080  */     margin: 0px 0px 8px 0px;
/* 3081  */ }
/* 3082  */ .jobsearch_candidate_info ul li {
/* 3083  */     display: inline-block;
/* 3084  */     list-style: none;
/* 3085  */     margin-right: -4px;
/* 3086  */     line-height: 1;
/* 3087  */ }
/* 3088  */ .jobsearch_candidate_info ul li a {
/* 3089  */     float: left;
/* 3090  */     color: #375d93;
/* 3091  */     font-size: 40px;
/* 3092  */     margin: 0px 6px 10px 6px;
/* 3093  */ }
/* 3094  */ .jobsearch-candidate-download-btn {
/* 3095  */     display: inline-block;
/* 3096  */     font-size: 12px;
/* 3097  */     border: 1px solid;
/* 3098  */     border-radius: 40px;
/* 3099  */     padding: 8px 14px;
/* 3100  */     line-height: 1;

/* plugin.css */

/* 3101  */     -webkit-transition: all 0.4s ease-in-out;
/* 3102  */        -moz-transition: all 0.4s ease-in-out;
/* 3103  */         -ms-transition: all 0.4s ease-in-out;
/* 3104  */          -o-transition: all 0.4s ease-in-out;
/* 3105  */             transition: all 0.4s ease-in-out;
/* 3106  */ }
/* 3107  */ .jobsearch-candidate-download-btn i {
/* 3108  */     float: left;
/* 3109  */     font-size: 16px;
/* 3110  */     margin: -2px 10px 0px 0px;
/* 3111  */ }
/* 3112  */ .jobsearch-candidate-download-btn:hover {
/* 3113  */     color: #ffffff;
/* 3114  */ }
/* 3115  */ .jobsearch-candidate-editor {
/* 3116  */     float: left;
/* 3117  */     width: 100%;
/* 3118  */     margin-bottom: 9px;
/* 3119  */ }
/* 3120  */ .jobsearch-candidate-editor .jobsearch-jobdetail-services { margin-bottom: 13px; }
/* 3121  */ /* Candidate Title */
/* 3122  */ .jobsearch-candidate-title {
/* 3123  */     float: left;
/* 3124  */     width: 100%;
/* 3125  */     line-height: 1;
/* 3126  */     margin-bottom: 27px;
/* 3127  */     position: relative;
/* 3128  */ }
/* 3129  */ .jobsearch-candidate-title i {
/* 3130  */     display: inline-block;
/* 3131  */     width: 40px;
/* 3132  */     height: 40px;
/* 3133  */     text-align: center;
/* 3134  */     background-color: #f0f0f0;
/* 3135  */     border: 1px solid #dedede;
/* 3136  */     box-shadow: 0px 0px 0px 3px #ffffff inset;
/* 3137  */     border-radius: 100%;
/* 3138  */     padding-top: 9px;
/* 3139  */     margin-right: 11px;
/* 3140  */ }
/* 3141  */ .jobsearch-candidate-title h2 {
/* 3142  */     font-size: 20px;
/* 3143  */     margin-bottom: 0px;
/* 3144  */     line-height: 1;
/* 3145  */     text-transform: uppercase;
/* 3146  */ }
/* 3147  */ /* Candidate Timeline */
/* 3148  */ .jobsearch-candidate-timeline {
/* 3149  */     float: left;
/* 3150  */     width: 100%;

/* plugin.css */

/* 3151  */     margin-bottom: 25px;
/* 3152  */ }
/* 3153  */ .jobsearch-candidate-timeline ul li { list-style: none; }
/* 3154  */ .jobsearch-candidate-timeline > ul > li { margin-bottom: 20px; }
/* 3155  */ .jobsearch-candidate-timeline small {
/* 3156  */     float: left;
/* 3157  */     font-size: 12px;
/* 3158  */     padding: 19px 0px 0px 0px;
/* 3159  */     margin-left: 16px;
/* 3160  */     position: relative;
/* 3161  */     width: 87px;
/* 3162  */     text-align: right;
/* 3163  */ }
/* 3164  */ .jobsearch-candidate-timeline small:before {
/* 3165  */     content: '';
/* 3166  */     position: absolute;
/* 3167  */     left: 9px;
/* 3168  */     top: 7px;
/* 3169  */     background-color: #dddddd;
/* 3170  */     width: 78px;
/* 3171  */     height: 1px;
/* 3172  */ }
/* 3173  */ .jobsearch-candidate-timeline small:after {
/* 3174  */     content: '';
/* 3175  */     position: absolute;
/* 3176  */     left: 2px;
/* 3177  */     top: 3px;
/* 3178  */     width: 8px;
/* 3179  */     height: 8px;
/* 3180  */     border-radius: 100%;
/* 3181  */ }
/* 3182  */ .jobsearch-candidate-timeline small ~ .jobsearch-candidate-timeline-text { margin-left: 124px; }
/* 3183  */ .jobsearch-candidate-timeline-text span {
/* 3184  */     line-height: 1;
/* 3185  */     font-size: 12px;
/* 3186  */     margin-bottom: 11px;
/* 3187  */     display: block;
/* 3188  */ }
/* 3189  */ .jobsearch-candidate-timeline-text h2 {
/* 3190  */     font-size: 18px;
/* 3191  */     margin-bottom: 9px;
/* 3192  */     line-height: 1;
/* 3193  */ }
/* 3194  */ .jobsearch-candidate-timeline-text p {
/* 3195  */     font-size: 15px;
/* 3196  */     color: #999999;
/* 3197  */     margin-bottom: 0px;
/* 3198  */ }
/* 3199  */ /* Jobsearch Progressbar */
/* 3200  */ .jobsearch_progressbar {

/* plugin.css */

/* 3201  */     margin-bottom: 17px;
/* 3202  */     float: left;
/* 3203  */     width: 100%;
/* 3204  */     position: relative;
/* 3205  */ }
/* 3206  */ .jobsearch_progressbar .bar-container {
/* 3207  */     position: relative;
/* 3208  */     height: 6px;
/* 3209  */     border-radius: 0px 10px 10px 0px;
/* 3210  */     float: right;
/* 3211  */     width: 60%;
/* 3212  */     margin-top: 3px;
/* 3213  */ }
/* 3214  */ .jobsearch_progressbar .bar-container:before,
/* 3215  */ .jobsearch_progressbar .bar-container:after,
/* 3216  */ .jobsearch_progressbar .backgroundBar:before,
/* 3217  */ .jobsearch_progressbar .backgroundBar:after {
/* 3218  */     content: '';
/* 3219  */     position: absolute;
/* 3220  */     left: 20%;
/* 3221  */     top: 0px;
/* 3222  */     width: 5px;
/* 3223  */     height: 6px;
/* 3224  */     background-color: #ffffff;
/* 3225  */     z-index: 2;
/* 3226  */ }
/* 3227  */ .jobsearch_progressbar .bar-container:after { left: 40%; }
/* 3228  */ .jobsearch_progressbar .backgroundBar:before { left: 60%; }
/* 3229  */ .jobsearch_progressbar .backgroundBar:after { left: 80%; }
/* 3230  */ .jobsearch_progressbar_wrap {
/* 3231  */     float: left;
/* 3232  */     width: 100%;
/* 3233  */     margin-bottom: 22px; }
/* 3234  */ .jobsearch_progressbar .backgroundBar {
/* 3235  */     position: absolute;
/* 3236  */     bottom: 0;
/* 3237  */     top: 0;
/* 3238  */     left: 0;
/* 3239  */     right: 0;
/* 3240  */ }
/* 3241  */ .jobsearch_progressbar .bar {
/* 3242  */     position: absolute;
/* 3243  */     top: 0;
/* 3244  */     left: 0;
/* 3245  */     height: 100%;
/* 3246  */     border-radius: 10px 0px 0px 10px;
/* 3247  */ }
/* 3248  */ .jobsearch_progressbar .title {
/* 3249  */     float: left;
/* 3250  */     font-size: 12px;

/* plugin.css */

/* 3251  */     color: #333333;
/* 3252  */     line-height: 1;
/* 3253  */ }
/* 3254  */ .jobsearch_progressbar_subtitle {
/* 3255  */     float: left;
/* 3256  */     width: 100%;
/* 3257  */     font-size: 14px;
/* 3258  */     color: #333333;
/* 3259  */     font-weight: 500;
/* 3260  */     margin: 14px 0px 38px 0px;
/* 3261  */     line-height: 1;
/* 3262  */ }
/* 3263  */ .candidate_portfolio { margin-bottom: 20px; }
/* 3264  */ .jobsearch-three-column-row { margin: 0px -5px; }
/* 3265  */ .jobsearch-three-column {
/* 3266  */     float: left;
/* 3267  */     width: 33.333%;
/* 3268  */     padding: 0px 5px;
/* 3269  */ }
/* 3270  */ .jobsearch-candidate-dasboard {
/* 3271  */     float: left;
/* 3272  */     width: 100%;
/* 3273  */     margin-bottom: 50px;
/* 3274  */ }
/* 3275  */ /* Candidate Resume */
/* 3276  */ .jobsearch-candidate-section {
/* 3277  */     float: left;
/* 3278  */     width: 100%;
/* 3279  */ }
/* 3280  */ .jobsearch-candidate-dashboard-editor {
/* 3281  */     padding-left: 57px;
/* 3282  */     margin-bottom: 50px;
/* 3283  */ }
/* 3284  */ .jobsearch-candidate-resume-wrap {
/* 3285  */     float: left;
/* 3286  */     width: 100%;
/* 3287  */     position: relative;
/* 3288  */ }
/* 3289  */ .jobsearch-candidate-resume-wrap:before {
/* 3290  */     content: '';
/* 3291  */     position: absolute;
/* 3292  */     left: 19px;
/* 3293  */     top: 0px;
/* 3294  */     width: 2px;
/* 3295  */     height: 100%;
/* 3296  */     background-color: #f1f0f7;
/* 3297  */ }
/* 3298  */ .jobsearch-candidate-resume-wrap:last-child:before { display: none; }
/* 3299  */ .jobsearch-candidate-resume-wrap
/* 3300  */ .jobsearch-candidate-title:before,

/* plugin.css */

/* 3301  */ .jobsearch-candidate-resume-wrap
/* 3302  */ .jobsearch-candidate-title:after {
/* 3303  */     content: '';
/* 3304  */     position: absolute;
/* 3305  */     left: 19px;
/* 3306  */     top: -15px;
/* 3307  */     height: 15px;
/* 3308  */     width: 2px;
/* 3309  */     background-color: #ffffff;
/* 3310  */ }
/* 3311  */ .jobsearch-candidate-resume-wrap
/* 3312  */ .jobsearch-candidate-title:after {
/* 3313  */     top: auto;
/* 3314  */     bottom: -15px;
/* 3315  */ }
/* 3316  */ .jobsearch-resume-addbtn {
/* 3317  */     float: right;
/* 3318  */     border: 1px solid;
/* 3319  */     font-size: 10px;
/* 3320  */     color: #ffffff;
/* 3321  */     text-transform: uppercase;
/* 3322  */     padding: 12px 12px;
/* 3323  */     border-radius: 40px;
/* 3324  */     line-height: 1;
/* 3325  */     margin-top: 1px;
/* 3326  */     -webkit-transition: all 0.4s ease-in-out;
/* 3327  */        -moz-transition: all 0.4s ease-in-out;
/* 3328  */         -ms-transition: all 0.4s ease-in-out;
/* 3329  */          -o-transition: all 0.4s ease-in-out;
/* 3330  */             transition: all 0.4s ease-in-out;
/* 3331  */ }
/* 3332  */ .jobsearch-resume-addbtn:hover {
/* 3333  */     background-color: #ffffff;
/* 3334  */ }
/* 3335  */ /* Resume Education */
/* 3336  */ .jobsearch-resume-education {
/* 3337  */     float: left;
/* 3338  */     width: 100%;
/* 3339  */     padding-left: 78px;
/* 3340  */ }
/* 3341  */ .jobsearch-resume-education-wrap {
/* 3342  */     float: left;
/* 3343  */     padding-left: 11px;
/* 3344  */ }
/* 3345  */ .jobsearch-resume-education ul li {
/* 3346  */     list-style: none;
/* 3347  */     line-height: 1;
/* 3348  */     position: relative;
/* 3349  */ }
/* 3350  */ .jobsearch-typo-wrap .jobsearch-resume-education > ul > li { padding-bottom: 58px; }

/* plugin.css */

/* 3351  */ .jobsearch-resume-education ul li:last-child:before { display: none; }
/* 3352  */ .jobsearch-resume-education > ul > li:before {
/* 3353  */     content: '';
/* 3354  */     position: absolute;
/* 3355  */     left: 0px;
/* 3356  */     top: 0px;
/* 3357  */     width: 1px;
/* 3358  */     height: 100%;
/* 3359  */     background-color: #dddddd;
/* 3360  */ }
/* 3361  */ .jobsearch-resume-education > ul > li:after {
/* 3362  */     content: '';
/* 3363  */     position: absolute;
/* 3364  */     left: -5px;
/* 3365  */     top: 0px;
/* 3366  */     width: 12px;
/* 3367  */     height: 12px;
/* 3368  */     border: 1px solid #dddddd;
/* 3369  */     border-radius: 100%;
/* 3370  */     background-color: #ffffff;
/* 3371  */ }
/* 3372  */ .jobsearch-resume-education small {
/* 3373  */     margin-bottom: 8px;
/* 3374  */     display: block;
/* 3375  */ }
/* 3376  */ .jobsearch-resume-education h2 {
/* 3377  */     line-height: 1;
/* 3378  */     margin-bottom: 9px;
/* 3379  */     font-size: 18px;
/* 3380  */ }
/* 3381  */ .jobsearch-resume-education h2 a { color: #666666; }
/* 3382  */ .jobsearch-resume-education span {
/* 3383  */     font-size: 12px;
/* 3384  */ }
/* 3385  */ .jobsearch-resume-education-btn {
/* 3386  */     float: right;
/* 3387  */     margin-top: 16px;
/* 3388  */ }
/* 3389  */ .jobsearch-resume-education-btn a {
/* 3390  */     float: left;
/* 3391  */     font-size: 14px;
/* 3392  */     color: #ff6d4a;
/* 3393  */     margin: 6px 15px 0px 0px;
/* 3394  */ }
/* 3395  */ .jobsearch-resume-education-btn a.jobsearch-edit { color: #333333; }
/* 3396  */ .jobsearch-resume-education-btn a.el-drag-item { color: #333333; }
/* 3397  */ .jobsearch-candidate-resume-wrap .jobsearch-company-gallery { padding-left: 55px; padding-bottom: 27px; }
/* 3398  */ /* Add Skills */
/* 3399  */ .jobsearch-add-skills {
/* 3400  */     float: left;

/* plugin.css */

/* 3401  */     width: 100%;
/* 3402  */     padding-left: 57px;
/* 3403  */     margin-bottom: 30px;
/* 3404  */ }
/* 3405  */ .jobsearch-add-skills ul li {
/* 3406  */     list-style: none;
/* 3407  */     line-height: 1;
/* 3408  */     margin-bottom: 20px;
/* 3409  */     position: relative;
/* 3410  */ }
/* 3411  */ .jobsearch-add-skills-wrap {
/* 3412  */     float: left;
/* 3413  */     width: 80%;
/* 3414  */ }
/* 3415  */ .jobsearch-add-skills-wrap span {
/* 3416  */     float: left;
/* 3417  */     width: 43px;
/* 3418  */     height: 43px;
/* 3419  */     border: 1px solid #dedede;
/* 3420  */     border-radius: 100%;
/* 3421  */     color: #999999;
/* 3422  */     font-size: 18px;
/* 3423  */     text-align: center;
/* 3424  */     padding: 13px 5px 0px 5px;
/* 3425  */     margin-right: 20px;
/* 3426  */ }
/* 3427  */ .jobsearch-add-skills-wrap h2 {
/* 3428  */     font-size: 16px;
/* 3429  */     margin-bottom: 0px;
/* 3430  */     line-height: 1;
/* 3431  */     padding: 12px 0px 0px 0px;
/* 3432  */     font-weight: 400;
/* 3433  */ }
/* 3434  */ .jobsearch-add-skills-wrap h2 a { color: #666666; }
/* 3435  */ .jobsearch-add-skills-wrap .jobsearch-resume-education-btn { margin-top: 10px; }
/* 3436  */ .jobsearch-typo-wrap .jobsearch-resume-education.jobsearch-resume-awards ul li { padding-bottom: 27px; }
/* 3437  */ /* Candidate Saved Jobs */
/* 3438  */ .jobsearch-candidate-savedjobs {
/* 3439  */     float: left;
/* 3440  */     width: 100%;
/* 3441  */     margin-bottom: 40px;
/* 3442  */ }
/* 3443  */ .jobsearch-candidate-savedjobs table {
/* 3444  */     width: 100%; }
/* 3445  */ .jobsearch-candidate-savedjobs table > thead > tr > th, .jobsearch-candidate-savedjobs table > tbody > tr > th,
/* 3446  */ .jobsearch-candidate-savedjobs table > tfoot > tr > th, .jobsearch-candidate-savedjobs table > thead > tr > td,
/* 3447  */ .jobsearch-candidate-savedjobs table > tbody > tr > td, .jobsearch-candidate-savedjobs table > tfoot > tr > td {
/* 3448  */     border: none;
/* 3449  */ }
/* 3450  */ .jobsearch-candidate-savedjobs thead { background-color: #f2f2f2; }

/* plugin.css */

/* 3451  */ .jobsearch-candidate-savedjobs thead tr th:first-child,.jobsearch-candidate-savedjobs tbody td:first-child { padding-left: 15px; }
/* 3452  */ .jobsearch-candidate-savedjobs thead tr th:first-child,.jobsearch-candidate-savedjobs tbody td:first-child { width: 58%; }
/* 3453  */ .jobsearch-candidate-savedjobs thead tr th {
/* 3454  */     text-align: left;
/* 3455  */     padding: 3px 0px 3px 0px;
/* 3456  */     font-size: 14px;
/* 3457  */     color: #333333;
/* 3458  */     font-weight: 500;
/* 3459  */ }
/* 3460  */ .jobsearch-savedjobs-thumb {
/* 3461  */     display: inline-block;
/* 3462  */     width: 44px;
/* 3463  */     margin-right: 15px;
/* 3464  */     vertical-align: middle;
/* 3465  */ }
/* 3466  */ .jobsearch-candidate-savedjobs tbody td {
/* 3467  */     padding: 16px 0px 16px 0px;
/* 3468  */     font-size: 12px;
/* 3469  */     vertical-align: middle;
/* 3470  */     text-align: left;
/* 3471  */ }
/* 3472  */ .jobsearch-candidate-savedjobs tbody tr {
/* 3473  */     border-bottom: 1px solid #ececec;
/* 3474  */ }
/* 3475  */ .jobsearch-candidate-savedjobs tbody tr:nth-child(even) { background-color: #fafcfc; }
/* 3476  */ .jobsearch-candidate-savedjobs tbody td h2 {
/* 3477  */     font-size: 16px;
/* 3478  */     margin-bottom: 0px;
/* 3479  */     line-height: 1;
/* 3480  */     display: inline-block;
/* 3481  */     vertical-align: middle;
/* 3482  */     width: 81%;
/* 3483  */ }
/* 3484  */ .jobsearch-savedjobs-links {
/* 3485  */     float: right;
/* 3486  */     color: #333;
/* 3487  */     font-size: 14px;
/* 3488  */     line-height: 1;
/* 3489  */     margin-right: 15px;
/* 3490  */ }
/* 3491  */ .jobsearch-savedjobs-links.jobsearch-delete-applied-job,.jobsearch-savedjobs-links.jobsearch-delete-fav-job { color: #ff6d4a; }
/* 3492  */ .jobsearch-savedjobs-links .jobsearch-view {
/* 3493  */     font-size: 21px;
/* 3494  */     float: left;
/* 3495  */     margin-top: -3px;
/* 3496  */ }
/* 3497  */ /* Applied Jobs */
/* 3498  */ .jobsearch-applied-jobs,.jobsearch-applied-jobs-wrap {
/* 3499  */     float: left;
/* 3500  */     width: 100%;

/* plugin.css */

/* 3501  */ }
/* 3502  */ .jobsearch-applied-jobs-wrap {
/* 3503  */     border: 1px solid #ececec;
/* 3504  */     padding: 14px;
/* 3505  */     position: relative;
/* 3506  */ }
/* 3507  */ .jobsearch-instamatch-applic {
/* 3508  */     position: absolute;
/* 3509  */     right: 0px;
/* 3510  */     top: 0px;
/* 3511  */     overflow: hidden;
/* 3512  */     z-index: 2;
/* 3513  */     width: 90px;
/* 3514  */     height: 39px;
/* 3515  */ }
/* 3516  */ .jobsearch-instamatch-applic strong {
/* 3517  */     position: absolute;
/* 3518  */     right: -31px;
/* 3519  */     top: 7px;
/* 3520  */     background-color: #d72c2c;
/* 3521  */     color: #ffffff;
/* 3522  */     font-size: 11px;
/* 3523  */     text-transform: lowercase;
/* 3524  */     padding: 4px 30px;
/* 3525  */     line-height: 1;
/* 3526  */     -webkit-transform: rotate(24deg);
/* 3527  */        -moz-transform: rotate(24deg);
/* 3528  */         -ms-transform: rotate(24deg);
/* 3529  */          -o-transform: rotate(24deg);
/* 3530  */             transform: rotate(24deg);
/* 3531  */ }
/* 3532  */ .jobsearch-applied-jobs ul li {
/* 3533  */     list-style: none;
/* 3534  */     line-height: 1;
/* 3535  */ }
/* 3536  */ .jobsearch-applied-jobs > ul > li,.jobsearch-applied-jobs { margin-bottom: 20px; }
/* 3537  */ .jobsearch-applied-jobs-thumb {
/* 3538  */     float: left;
/* 3539  */     width: 69px;
/* 3540  */     border: 1px solid #eee;
/* 3541  */ }
/* 3542  */ .jobsearch-applied-jobs-thumb ~ .jobsearch-applied-jobs-text { margin-left: 90px; }
/* 3543  */ .jobsearch-applied-jobs-left { float: left; width: 73%; }
/* 3544  */ .jobsearch-employer-dasboard .jobsearch-applied-jobs .jobsearch-applied-jobs-left { padding-left: 15px; }
/* 3545  */ .jobsearch-applied-jobs-text span {
/* 3546  */     font-size: 12px;
/* 3547  */     line-height: 1;
/* 3548  */     margin-bottom: 8px;
/* 3549  */     display: inline-block;
/* 3550  */ }

/* plugin.css */

/* 3551  */ .jobsearch-applied-jobs-text h2 {
/* 3552  */     font-size: 16px;
/* 3553  */     line-height: 1;
/* 3554  */     margin-bottom: 8px;
/* 3555  */ }
/* 3556  */ .jobsearch-applied-jobs-text h2 small {
/* 3557  */     font-size: 13px;
/* 3558  */     letter-spacing: 0px;
/* 3559  */ }
/* 3560  */ .jobsearch-applied-jobs-text ul { margin: 0px; }
/* 3561  */ .jobsearch-applied-jobs-text ul li {
/* 3562  */     float: left;
/* 3563  */     font-size: 13px;
/* 3564  */     padding: 3px 10px 3px 0px;
/* 3565  */ }
/* 3566  */ .jobsearch-emailaplicants-holder .thjob-title h2 { width: 60%; }
/* 3567  */ .jobsearch-emailaplicants-holder .thjob-title h2 span.email-sento {
/* 3568  */     font-size: 13px;
/* 3569  */     color: #999;
/* 3570  */     display: block;
/* 3571  */     font-weight: normal;
/* 3572  */     padding-top: 6px;
/* 3573  */ }
/* 3574  */ .jobsearch-emailaplicants-holder .thjob-title h2 span.email-sento a { color: #999; }
/* 3575  */ .jobsearch-applied-jobs-text ul li:last-child { padding-right: 0px; }
/* 3576  */ .jobsearch-applied-jobs-text ul li a { color: #999; }
/* 3577  */ .candidate-more-acts-con ul li a {
/* 3578  */     display: block;
/* 3579  */     white-space: nowrap;
/* 3580  */     -webkit-transition: all 0.4s ease-in-out;
/* 3581  */        -moz-transition: all 0.4s ease-in-out;
/* 3582  */         -ms-transition: all 0.4s ease-in-out;
/* 3583  */          -o-transition: all 0.4s ease-in-out;
/* 3584  */             transition: all 0.4s ease-in-out;
/* 3585  */ }
/* 3586  */ .jobsearch-applied-jobs-text ul li:first-child {
/* 3587  */     padding-left: 0px;
/* 3588  */     border-left: none;
/* 3589  */ }
/* 3590  */ .jobsearch-applied-jobs-text ul li i {
/* 3591  */     color: #aaaaaa;
/* 3592  */     margin-right: 3px;
/* 3593  */ }
/* 3594  */ .jobsearch-applied-jobs-text .jobsearch-savedjobs-links { margin-top: 27px; }
/* 3595  */ .jobsearch-applied-job-btns {
/* 3596  */     float: right;
/* 3597  */     padding: 12px 0px 0px 0px;
/* 3598  */ }
/* 3599  */ .jobsearch-applied-job-btns .candidate-more-acts-con ul {
/* 3600  */     position: absolute;

/* plugin.css */

/* 3601  */     top: 100%;
/* 3602  */     right: 0px;
/* 3603  */     border: 1px solid #ddd;
/* 3604  */     background-color: #ffffff;
/* 3605  */     margin-top: 2px;
/* 3606  */     display: none;
/* 3607  */     z-index: 100;
/* 3608  */ }
/* 3609  */ .jobsearch-applied-job-btns .candidate-more-acts-con ul li {
/* 3610  */     float: left;
/* 3611  */     width: 100%;
/* 3612  */     border-bottom: 1px solid #ddd;
/* 3613  */     padding: 9px 8px;
/* 3614  */     -webkit-transition: all 0.4s ease-in-out;
/* 3615  */        -moz-transition: all 0.4s ease-in-out;
/* 3616  */         -ms-transition: all 0.4s ease-in-out;
/* 3617  */          -o-transition: all 0.4s ease-in-out;
/* 3618  */             transition: all 0.4s ease-in-out;
/* 3619  */ }
/* 3620  */ .candidate-more-acts-con a i { float: right; margin-left: 4px; }
/* 3621  */ .jobsearch-applied-job-btns .candidate-more-acts-con ul li:hover {
/* 3622  */     background-color: #f9f9f9;
/* 3623  */ }
/* 3624  */ .jobsearch-applied-job-btns .candidate-more-acts-con ul li:hover a { color: #333333; }
/* 3625  */ .jobsearch-applied-job-btns .candidate-more-acts-con ul li:last-child { border: none; }
/* 3626  */ .jobsearch-applied-job-btns ul li {
/* 3627  */     border: none;
/* 3628  */     padding: 0px;
/* 3629  */     line-height: 1;
/* 3630  */     position: relative;
/* 3631  */ }
/* 3632  */ .jobsearch-applied-job-btns > ul > li { margin: 10px 0px 0px 5px; }
/* 3633  */ .jobsearch-applied-job-btns ul li:first-child { margin-left: 0px; }
/* 3634  */ .preview-candidate-profile,.more-actions {
/* 3635  */     float: left;
/* 3636  */     padding: 6px 6px;
/* 3637  */     border: 1px solid #e7e9e8;
/* 3638  */     font-size: 11px;
/* 3639  */     text-transform: uppercase;
/* 3640  */     -webkit-transition: all 0.4s ease-in-out;
/* 3641  */        -moz-transition: all 0.4s ease-in-out;
/* 3642  */         -ms-transition: all 0.4s ease-in-out;
/* 3643  */          -o-transition: all 0.4s ease-in-out;
/* 3644  */             transition: all 0.4s ease-in-out;
/* 3645  */ }
/* 3646  */ .jobsearch-applied-jobs-wrap a.preview-candidate-profile.jobsearch-remove-emailaplicnt:hover {
/* 3647  */     background-color: transparent; }
/* 3648  */ .jobsearch-applied-jobs-wrap a.preview-candidate-profile.jobsearch-remove-emailaplicnt i {
/* 3649  */     color: #ff6d4a;
/* 3650  */ }

/* plugin.css */

/* 3651  */ .jobsearch-applied-jobs-wrap a.preview-candidate-profile.btn-downlod-cvbtn {
/* 3652  */     background-color: #53b427;
/* 3653  */     color: #ffffff;
/* 3654  */ }
/* 3655  */ .jobsearch-applied-job-btns .more-actions:hover,
/* 3656  */ .jobsearch-applied-job-btns .more-actions.open-options {
/* 3657  */     background-color: #fff;
/* 3658  */ }
/* 3659  */ .more-fields-act-btn {
/* 3660  */     float: left;
/* 3661  */     position: relative;
/* 3662  */ }
/* 3663  */ .more-fields-act-btn .more-actions {
/* 3664  */     padding: 7px 16px;
/* 3665  */     color: #333;
/* 3666  */     background-color: transparent;
/* 3667  */     border: 1px solid #efefef;
/* 3668  */     width: 120px;
/* 3669  */     font-size: 13px;
/* 3670  */     text-transform: capitalize;
/* 3671  */ }
/* 3672  */ .more-fields-act-btn .more-actions span {
/* 3673  */     float: right;
/* 3674  */     margin: 6px 0px 0px 0px;
/* 3675  */     color: #999999;
/* 3676  */ }
/* 3677  */ .more-fields-act-btn ul {
/* 3678  */     position: absolute;
/* 3679  */     top: 100%;
/* 3680  */     right: 0px;
/* 3681  */     border: 1px solid #ddd;
/* 3682  */     background-color: #ffffff;
/* 3683  */     margin-top: 2px;
/* 3684  */     display: none;
/* 3685  */     z-index: 100;
/* 3686  */ }
/* 3687  */ .more-fields-act-btn ul li {
/* 3688  */     float: left;
/* 3689  */     width: 100%;
/* 3690  */     list-style: none;
/* 3691  */     border-bottom: 1px solid #ddd;
/* 3692  */     line-height: 1;
/* 3693  */     -webkit-transition: all 0.4s ease-in-out;
/* 3694  */        -moz-transition: all 0.4s ease-in-out;
/* 3695  */         -ms-transition: all 0.4s ease-in-out;
/* 3696  */          -o-transition: all 0.4s ease-in-out;
/* 3697  */             transition: all 0.4s ease-in-out;
/* 3698  */ }
/* 3699  */ .more-fields-act-btn ul li a {
/* 3700  */     display: block;

/* plugin.css */

/* 3701  */     color: #999;
/* 3702  */     padding: 9px 8px;
/* 3703  */     font-size: 11px;
/* 3704  */     white-space: nowrap;
/* 3705  */     -webkit-transition: all 0.4s ease-in-out;
/* 3706  */        -moz-transition: all 0.4s ease-in-out;
/* 3707  */         -ms-transition: all 0.4s ease-in-out;
/* 3708  */          -o-transition: all 0.4s ease-in-out;
/* 3709  */             transition: all 0.4s ease-in-out;
/* 3710  */ }
/* 3711  */ .more-fields-act-btn ul li:hover a {
/* 3712  */     background-color: #f9f9f9;
/* 3713  */ }
/* 3714  */ .jobsearch-applied-job-btns .more-actions,.jobsearch-applied-job-btns .more-actions i,.preview-candidate-profile:hover,.preview-candidate-profile:hover i { color: #ffffff; }
/* 3715  */ .preview-candidate-profile i,.more-actions i {
/* 3716  */     float: left;
/* 3717  */     -webkit-transition: all 0.4s ease-in-out;
/* 3718  */        -moz-transition: all 0.4s ease-in-out;
/* 3719  */         -ms-transition: all 0.4s ease-in-out;
/* 3720  */          -o-transition: all 0.4s ease-in-out;
/* 3721  */             transition: all 0.4s ease-in-out;
/* 3722  */ }
/* 3723  */ .profile-view { color: #49a74c; font-weight: bold; }
/* 3724  */ .profile-view.unviewed { color: #ff2424; font-weight: bold; }
/* 3725  */ /* Candidate Job Alerts */
/* 3726  */ .jobsearch-job-alerts {
/* 3727  */     float: left;
/* 3728  */     width: 100%;
/* 3729  */     margin-bottom: 40px;
/* 3730  */ }
/* 3731  */ .jobsearch-job-alerts table > thead > tr > th, .jobsearch-job-alerts table > tbody > tr > th,
/* 3732  */ .jobsearch-job-alerts table > tfoot > tr > th, .jobsearch-job-alerts table > thead > tr > td,
/* 3733  */ .jobsearch-job-alerts table > tbody > tr > td, .jobsearch-job-alerts table > tfoot > tr > td {
/* 3734  */     border: none;
/* 3735  */ }
/* 3736  */ .jobsearch-job-alerts thead { background-color: #f2f2f2; }
/* 3737  */ .jobsearch-job-alerts thead tr th:first-child,.jobsearch-job-alerts tbody td:first-child { padding-left: 15px; }
/* 3738  */ .jobsearch-job-alerts thead tr th {
/* 3739  */     text-align: left;
/* 3740  */     padding: 3px 0px 3px 0px;
/* 3741  */     font-size: 14px;
/* 3742  */     color: #333333;
/* 3743  */     font-weight: 500;
/* 3744  */ }
/* 3745  */ .jobsearch-job-alerts tbody td {
/* 3746  */     padding: 16px 0px 16px 0px;
/* 3747  */     font-size: 12px;
/* 3748  */     vertical-align: middle;
/* 3749  */     text-align: left;
/* 3750  */ }

/* plugin.css */

/* 3751  */ .jobsearch-job-alerts tbody tr {
/* 3752  */     border-bottom: 1px solid #ececec;
/* 3753  */ }
/* 3754  */ .jobsearch-job-alerts tbody tr:nth-child(even) { background-color: #fafcfc; }
/* 3755  */ .jobsearch-job-alerts tbody td span {
/* 3756  */     color: #333333;
/* 3757  */     font-size: 14px;
/* 3758  */     font-weight: 500;
/* 3759  */ }
/* 3760  */ .jobsearch-job-alerts .jobsearch-savedjobs-links { margin-top: 2px; }
/* 3761  */ .jobsearch-savedjobs-links.jobsearch-del-user-job-alert { color: #ff6d4a; }
/* 3762  */ .jobsearch-job-alerts-wrap td li { list-style: none; }
/* 3763  */ /* Upload Resume */
/* 3764  */ .jobsearch-upload-cv,.jobsearch-upload-cv p {
/* 3765  */     float: left;
/* 3766  */     width: 100%;
/* 3767  */ }
/* 3768  */ .jobsearch-upload-cv { margin-bottom: 34px; }
/* 3769  */ .jobsearch-upload-cv small {
/* 3770  */     color: #333333;
/* 3771  */     font-size: 14px;
/* 3772  */     display: block;
/* 3773  */     margin-bottom: 12px;
/* 3774  */     font-weight: 500;
/* 3775  */     line-height: 1;
/* 3776  */ }
/* 3777  */ .jobsearch-upload-cv p {
/* 3778  */     color: #b1b1b1;
/* 3779  */     font-size: 12px;
/* 3780  */     line-height: 1;
/* 3781  */     margin-bottom: 0px;
/* 3782  */ }
/* 3783  */ .jobsearch-upload-cv .jobsearch-disabled-input {
/* 3784  */     float: left;
/* 3785  */     width: 76%;
/* 3786  */     height: 40px;
/* 3787  */     background-color: #ffffff;
/* 3788  */     border: 1px solid #eceeef;
/* 3789  */     font-size: 12px;
/* 3790  */     color: #333;
/* 3791  */     padding: 6px 14px;
/* 3792  */     margin-bottom: 13px;
/* 3793  */ }
/* 3794  */ .jobsearch-cvupload-file {
/* 3795  */     position: relative;
/* 3796  */     overflow: hidden;
/* 3797  */     float: right;
/* 3798  */ }
/* 3799  */ .jobsearch-cvupload-file span {
/* 3800  */     float: left;

/* plugin.css */

/* 3801  */     padding: 11px 22px;
/* 3802  */     line-height: 1;
/* 3803  */     font-size: 14px;
/* 3804  */     border: 1px solid;
/* 3805  */     border-radius: 3px;
/* 3806  */     font-weight: 400;
/* 3807  */     margin-bottom: 13px;
/* 3808  */     -webkit-transition: all 0.4s ease-in-out;
/* 3809  */        -moz-transition: all 0.4s ease-in-out;
/* 3810  */         -ms-transition: all 0.4s ease-in-out;
/* 3811  */          -o-transition: all 0.4s ease-in-out;
/* 3812  */             transition: all 0.4s ease-in-out;
/* 3813  */ }
/* 3814  */ .jobsearch-cvupload-file span i {
/* 3815  */     font-size: 15px;
/* 3816  */     margin-right: 6px;
/* 3817  */ }
/* 3818  */ .jobsearch-cvupload-file:hover span {
/* 3819  */     color: #ffffff;
/* 3820  */ }
/* 3821  */ .jobsearch-cvupload-file input.jobsearch-upload-btn {
/* 3822  */     position: absolute;
/* 3823  */     top: 0;
/* 3824  */     left: 0;
/* 3825  */     margin: 0;
/* 3826  */     padding: 0;
/* 3827  */     font-size: 20px;
/* 3828  */     cursor: pointer;
/* 3829  */     opacity: 0;
/* 3830  */     filter: alpha(opacity=0);
/* 3831  */ }
/* 3832  */ /* CV Manager List */
/* 3833  */ .jobsearch-cv-manager-list,.jobsearch-cv-manager-wrap {
/* 3834  */     float: left;
/* 3835  */     width: 100%;
/* 3836  */ }
/* 3837  */ .jobsearch-cv-manager-wrap {
/* 3838  */     border: 1px solid #ececec;
/* 3839  */     padding: 14px;
/* 3840  */ }
/* 3841  */ .jobsearch-cv-manager-list ul li {
/* 3842  */     list-style: none;
/* 3843  */     line-height: 1;
/* 3844  */ }
/* 3845  */ .jobsearch-cv-manager-list .jobsearch-cv-manager-wrap {
/* 3846  */     border-bottom: none;
/* 3847  */ }
/* 3848  */ .jobsearch-cv-manager-list:last-child {
/* 3849  */     border-bottom: 1px solid #ececec;
/* 3850  */     margin-bottom: 40px;

/* plugin.css */

/* 3851  */ }
/* 3852  */ .jobsearch-cv-manager-thumb {
/* 3853  */     float: left;
/* 3854  */     width: 69px;
/* 3855  */     font-size: 45px;
/* 3856  */     text-align: center;
/* 3857  */ }
/* 3858  */ .jobsearch-cv-manager-thumb .fa-file-pdf-o { color: #DE300E; }
/* 3859  */ .jobsearch-cv-manager-thumb .fa-file-word-o { color: #2B5797; }
/* 3860  */ .jobsearch-cv-manager-thumb img { border-radius: 100%; }
/* 3861  */ .jobsearch-cv-manager-thumb ~ .jobsearch-cv-manager-text { margin-left: 89px; }
/* 3862  */ .jobsearch-cv-manager-left { float: left; }
/* 3863  */ .jobsearch-cv-manager-text h2 {
/* 3864  */     font-size: 16px;
/* 3865  */     line-height: 1;
/* 3866  */     margin-bottom: 11px;
/* 3867  */     word-break: break-all;
/* 3868  */ }
/* 3869  */ .jobsearch-cv-manager-text ul { margin: 0px; }
/* 3870  */ .jobsearch-cv-manager-text ul li {
/* 3871  */     float: left;
/* 3872  */     font-size: 12px;
/* 3873  */     padding: 3px 15px;
/* 3874  */     border-left: 1px solid #e0e0e0;
/* 3875  */ }
/* 3876  */ .jobsearch-cv-manager-text ul li a { color: #999; }
/* 3877  */ .jobsearch-cv-manager-text ul li:first-child {
/* 3878  */     padding-left: 0px;
/* 3879  */     border-left: none;
/* 3880  */ }
/* 3881  */ .jobsearch-cv-manager-text ul li i {
/* 3882  */     color: #aaaaaa;
/* 3883  */     margin-right: 7px;
/* 3884  */ }
/* 3885  */ .jobsearch-cv-manager-download.jobsearch-cv-manager-link { color: #60cd9b; }
/* 3886  */ .jobsearch-cv-manager-link {
/* 3887  */     float: right;
/* 3888  */     color: #ff6d4a;
/* 3889  */     font-size: 14px;
/* 3890  */     line-height: 1;
/* 3891  */     margin-right: 15px;
/* 3892  */     margin-top: 15px;
/* 3893  */ }
/* 3894  */ .jobsearch-cv-manager-link .jobsearch-view {
/* 3895  */     font-size: 21px;
/* 3896  */     float: left;
/* 3897  */     margin-top: -3px;
/* 3898  */ }
/* 3899  */ /* Add Popup */
/* 3900  */ .jobsearch-add-popup {

/* plugin.css */

/* 3901  */     position: absolute;
/* 3902  */     left: 0px;
/* 3903  */     top: 0px;
/* 3904  */     margin-top: 6%;
/* 3905  */     background-color: #ffffff;
/* 3906  */     padding: 30px 30px 18px 30px;
/* 3907  */     z-index: 99;
/* 3908  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
/* 3909  */     display: none;
/* 3910  */     width: 100%;
/* 3911  */ }
/* 3912  */ .close-popup-item {
/* 3913  */     position: absolute;
/* 3914  */     right: 30px;
/* 3915  */     top: 20px;
/* 3916  */     color: #ff6d4a;
/* 3917  */     cursor: pointer;
/* 3918  */     z-index: 3;
/* 3919  */ }
/* 3920  */ .jobsearch-resume-education .close-popup-item { color: #ff6d4a; font-size: 15px; }
/* 3921  */ .jobsearch-add-popup input[type="submit"] {
/* 3922  */     float: left;
/* 3923  */     font-size: 14px;
/* 3924  */     text-transform: uppercase;
/* 3925  */     font-weight: 500;
/* 3926  */     color: #ffffff;
/* 3927  */     border-radius: 40px;
/* 3928  */     padding: 13px 24px;
/* 3929  */     line-height: 1;
/* 3930  */     border: none;
/* 3931  */     margin-top: 5px;
/* 3932  */     cursor: pointer;
/* 3933  */ }
/* 3934  */ .jobsearch-add-popup .jobsearch-checkbox {
/* 3935  */     margin: 0px 0px 13px 0px;
/* 3936  */ }
/* 3937  */ .jobsearch-add-popup .jobsearch-checkbox input[type="checkbox"] + label span,
/* 3938  */ .jobsearch-add-popup .jobsearch-checkbox input[type="radio"] + label span {
/* 3939  */     width: 16px;
/* 3940  */     height: 16px;
/* 3941  */     border-color: #eceeef;
/* 3942  */ }
/* 3943  */ /* Modal Box */
/* 3944  */ .jobsearch-modal {
/* 3945  */     position: fixed;
/* 3946  */     top: 0;
/* 3947  */     right: 0;
/* 3948  */     bottom: 0;
/* 3949  */     left: 0;
/* 3950  */     z-index: 9999;

/* plugin.css */

/* 3951  */     overflow: hidden;
/* 3952  */     outline: 0;
/* 3953  */ }
/* 3954  */ .jobsearch-modal .modal-content-area {
/* 3955  */     display: -webkit-box;
/* 3956  */     display: -ms-flexbox;
/* 3957  */     display: flex;
/* 3958  */     -webkit-box-align: center;
/* 3959  */     -ms-flex-align: center;
/* 3960  */     align-items: center;
/* 3961  */     min-height: calc(100% - (0.5rem * 2));
/* 3962  */
/* 3963  */     position: relative;
/* 3964  */     pointer-events: none;
/* 3965  */     max-width: 600px;
/* 3966  */     margin: 0px auto;
/* 3967  */     padding-top: 30px;
/* 3968  */     padding-bottom: 30px;
/* 3969  */     z-index: 1;
/* 3970  */ }
/* 3971  */ .jobsearch-modal .modal-box-area {
/* 3972  */     position: relative;
/* 3973  */     display: -webkit-box;
/* 3974  */     display: -ms-flexbox;
/* 3975  */     display: flex;
/* 3976  */     -webkit-box-orient: vertical;
/* 3977  */     -webkit-box-direction: normal;
/* 3978  */     -ms-flex-direction: column;
/* 3979  */     flex-direction: column;
/* 3980  */     width: 100%;
/* 3981  */     pointer-events: auto;
/* 3982  */     background-color: #fff;
/* 3983  */     background-clip: padding-box;
/* 3984  */     border-radius: 4px;
/* 3985  */     outline: 0;
/* 3986  */     padding: 25px;
/* 3987  */     background-color: #ffffff;
/* 3988  */ }
/* 3989  */ body.jobsearch-modal-active {
/* 3990  */     overflow: hidden;
/* 3991  */     padding-right: 17px;
/* 3992  */
/* 3993  */ }
/* 3994  */ body.jobsearch-modal-active .jobsearch-modal {
/* 3995  */     overflow-x: hidden;
/* 3996  */     overflow-y: auto;
/* 3997  */     background-color: rgba(0,0,0,0.70);
/* 3998  */ }
/* 3999  */ .jobsearch-modal .jobsearch-user-form-info .jobsearch-checkbox { margin-top: 4px; }
/* 4000  */ .jobsearch-modal.fade {

/* plugin.css */

/* 4001  */     visibility: hidden;
/* 4002  */     -ms-visibility: hidden;
/* 4003  */     opacity: 0;
/* 4004  */ }
/* 4005  */ .jobsearch-modal .modal-box-area {
/* 4006  */     -webkit-transform: translate(0, -25%);
/* 4007  */     transform: translate(0, -25%);
/* 4008  */     opacity: 0;
/* 4009  */     -webkit-transition: all 0.6s ease-in-out;
/* 4010  */      -moz-transition: all 0.6s ease-in-out;
/* 4011  */       -ms-transition: all 0.6s ease-in-out;
/* 4012  */        -o-transition: all 0.6s ease-in-out;
/* 4013  */           transition: all 0.6s ease-in-out;
/* 4014  */ }
/* 4015  */ .jobsearch-modal.fade-in .modal-box-area {
/* 4016  */     -webkit-transform: translate(0, 0);
/* 4017  */     transform: translate(0, 0);
/* 4018  */     opacity: 1;
/* 4019  */ }
/* 4020  */ .jobsearch-modal.fade-in {
/* 4021  */     visibility: visible;
/* 4022  */     -ms-visibility: visible;
/* 4023  */     opacity: 1;
/* 4024  */ }
/* 4025  */ .modal-inner-area { display: none; }
/* 4026  */
/* 4027  */ .jobsearch-modal .modal-close {
/* 4028  */     cursor: pointer;
/* 4029  */     float: right;
/* 4030  */     color: #d1d1d1;
/* 4031  */     font-size: 19px;
/* 4032  */     line-height: 1;
/* 4033  */     -webkit-transition: all 0.4s ease-in-out;
/* 4034  */        -moz-transition: all 0.4s ease-in-out;
/* 4035  */         -ms-transition: all 0.4s ease-in-out;
/* 4036  */          -o-transition: all 0.4s ease-in-out;
/* 4037  */             transition: all 0.4s ease-in-out;
/* 4038  */ }
/* 4039  */ .jobsearch-modal .modal-close i {
/* 4040  */     float: right; }
/* 4041  */ .jobsearch-modal-title-box {
/* 4042  */     float: left;
/* 4043  */     width: 100%;
/* 4044  */     margin-bottom: 15px;
/* 4045  */ }
/* 4046  */ .jobsearch-modal-title-box h2 {
/* 4047  */     float: left;
/* 4048  */     text-transform: uppercase;
/* 4049  */     font-size: 20px;
/* 4050  */     margin-bottom: 0px;

/* plugin.css */

/* 4051  */     line-height: 1;
/* 4052  */ }
/* 4053  */ .jobsearch-box-title {
/* 4054  */     float: left;
/* 4055  */     overflow: hidden;
/* 4056  */     position: relative;
/* 4057  */     width: 100%;
/* 4058  */     text-align: center;
/* 4059  */     margin-bottom: 33px;
/* 4060  */     line-height: 25px;
/* 4061  */ }
/* 4062  */ .jobsearch-box-title:before,
/* 4063  */ .jobsearch-box-title:after {
/* 4064  */     content: '';
/* 4065  */     position: absolute;
/* 4066  */     left: 0px;
/* 4067  */     bottom: 2px;
/* 4068  */     width: 1px;
/* 4069  */     height: 10px;
/* 4070  */     background-color: #e5e5e5;
/* 4071  */ }
/* 4072  */ .jobsearch-box-title:after {
/* 4073  */     left: auto;
/* 4074  */     right: 0px;
/* 4075  */ }
/* 4076  */ .jobsearch-box-title span:before,
/* 4077  */ .jobsearch-box-title span:after {
/* 4078  */     background-color: #e5e5e5;
/* 4079  */     content: "";
/* 4080  */     height: 1px;
/* 4081  */     left: 100%;
/* 4082  */     margin-left: 8px;
/* 4083  */     position: absolute;
/* 4084  */     top: 12px;
/* 4085  */     width: 999em;
/* 4086  */ }
/* 4087  */ .jobsearch-box-title span:after {
/* 4088  */     left: auto;
/* 4089  */     right: 100%;
/* 4090  */     margin-left: 0px;
/* 4091  */     margin-right: 8px;
/* 4092  */ }
/* 4093  */ .jobsearch-box-title span {
/* 4094  */     display: inline-block;
/* 4095  */     font-size: 12px;
/* 4096  */     color: #1cb5ea;
/* 4097  */     position: relative;
/* 4098  */ }
/* 4099  */ /* Modal Box User Options */
/* 4100  */ .jobsearch-user-options,.jobsearch-user-options ul {

/* plugin.css */

/* 4101  */     float: left;
/* 4102  */     width: 100%;
/* 4103  */ }
/* 4104  */ .jobsearch-user-options ul li {
/* 4105  */     float: left;
/* 4106  */     width: 50%;
/* 4107  */     list-style: none;
/* 4108  */     padding: 0px 10px 28px 10px;
/* 4109  */     text-align: center;
/* 4110  */     line-height: 1;
/* 4111  */ }
/* 4112  */ .jobsearch-user-options i {
/* 4113  */     position: absolute;
/* 4114  */     left: 50%;
/* 4115  */     top: -16px;
/* 4116  */     color: #ffffff;
/* 4117  */     border-radius: 100%;
/* 4118  */     width: 33px;
/* 4119  */     height: 33px;
/* 4120  */     background-color: #1cb4e9;
/* 4121  */     font-size: 17px;
/* 4122  */     padding-top: 8px;
/* 4123  */     margin-left: -16px;
/* 4124  */ }
/* 4125  */ .jobsearch-user-options span {
/* 4126  */     display: block;
/* 4127  */     font-size: 20px;
/* 4128  */     color: #2c3e50;
/* 4129  */     font-weight: 500;
/* 4130  */     margin-bottom: 6px;
/* 4131  */ }
/* 4132  */ .jobsearch-user-options small {
/* 4133  */     font-size: 12px;
/* 4134  */     color: #555555;
/* 4135  */     font-style: italic;
/* 4136  */ }
/* 4137  */ .jobsearch-user-options ul li a {
/* 4138  */     border: 1px solid #dddddd;
/* 4139  */     float: left;
/* 4140  */     width: 100%;
/* 4141  */     padding: 30px 10px 15px 10px;
/* 4142  */     position: relative;
/* 4143  */ }
/* 4144  */ .jobsearch-user-options ul li.active a { background-color: #2c3e50; }
/* 4145  */ .jobsearch-user-options ul li.active span { color: #fff; }
/* 4146  */ .jobsearch-user-options ul li.active small { color: #c4d3dd; }
/* 4147  */ .jobsearch-user-options ul li.active i { background-color: #93c907; }
/* 4148  */ /* Login User Form */
/* 4149  */ .jobsearch-user-form,.jobsearch-user-form label,.jobsearch-user-form-info,
/* 4150  */ .jobsearch-user-form input[type="text"],.jobsearch-user-form input[type="password"] {

/* plugin.css */

/* 4151  */     float: left;
/* 4152  */     width: 100%;
/* 4153  */     text-align: left;
/* 4154  */ }
/* 4155  */ .jobsearch-user-form-info {
/* 4156  */     float: right;
/* 4157  */     width: 60%;
/* 4158  */     margin: 18px 0px 0px 0px;
/* 4159  */ }
/* 4160  */ .logged-in .jobsearch-user-form ul { padding: 0px; }
/* 4161  */ .logged-in .jobsearch-modal .aply-cvr-letter.jobsearch-user-form ul li:last-child { margin-bottom: 15px; }
/* 4162  */ .jobsearch-user-form-coltwo .jobsearch-user-form-info,.jobsearch-reset-password .jobsearch-user-form-info { width: auto; }
/* 4163  */ .jobsearch-user-form ul { margin: 0px -10px; }
/* 4164  */ .jobsearch-user-form ul > li {
/* 4165  */     float: left;
/* 4166  */     width: 100%;
/* 4167  */     list-style: none;
/* 4168  */     padding: 0px 10px;
/* 4169  */     position: relative;
/* 4170  */     line-height: 1;
/* 4171  */     margin-bottom: 18px;
/* 4172  */ }
/* 4173  */ .jobsearch-user-form .jobsearch-adingmem-parnet ul li,
/* 4174  */ .jobsearch-user-form .jobsearch-adingmem-parent ul li {
/* 4175  */     width: 50%;
/* 4176  */     margin: 10px 0px;
/* 4177  */ }
/* 4178  */ .jobsearch-user-form ul li:last-child { margin-bottom: 0px; }
/* 4179  */ .jobsearch-user-form label {
/* 4180  */     font-size: 14px;
/* 4181  */     color: #666666;
/* 4182  */     font-weight: 400;
/* 4183  */     margin-bottom: 10px;
/* 4184  */ }
/* 4185  */ .jobsearch-user-form input[type="text"],
/* 4186  */ .jobsearch-user-form input[type="password"],
/* 4187  */ .jobsearch-user-form input[type="email"],
/* 4188  */ .jobsearch-user-form input[type="number"],
/* 4189  */ .jobsearch-user-form input[type="tel"] {
/* 4190  */     padding: 6px 13px;
/* 4191  */     color: #000;
/* 4192  */     font-size: 12px;
/* 4193  */     height: 42px;
/* 4194  */     border: 1px solid #efefef;
/* 4195  */     border-radius: 3px;
/* 4196  */     background-color: #ffffff;
/* 4197  */     width: 100%;
/* 4198  */ }
/* 4199  */ .jobsearch-send-message-form textarea,.form-textarea textarea {
/* 4200  */     padding: 6px 13px;

/* plugin.css */

/* 4201  */     float: left;
/* 4202  */     width: 100%;
/* 4203  */     color: #000;
/* 4204  */     font-size: 12px;
/* 4205  */     height: 150px;
/* 4206  */     border: 1px solid #efefef;
/* 4207  */     border-radius: 3px;
/* 4208  */     background-color: #ffffff;
/* 4209  */ }
/* 4210  */ .jobsearch-typo-wrap .apply-fields-list textarea {
/* 4211  */     height: 150px; }
/* 4212  */ .jobsearch-user-form i.jobsearch-icon {
/* 4213  */     position: absolute;
/* 4214  */     right: 29px;
/* 4215  */     bottom: 11px;
/* 4216  */     font-size: 20px;
/* 4217  */     color: #aaaaaa;
/* 4218  */ }
/* 4219  */ #dashboard-tab-change-password li[class*="jobsearch-column-"],
/* 4220  */ .jobsearch-login-box form ul li {
/* 4221  */     position: relative; }
/* 4222  */ #dashboard-tab-change-password .passlenth-chk-msg {
/* 4223  */     padding: 15px 50px 13px 15px;
/* 4224  */     line-height: 1;
/* 4225  */ }
/* 4226  */ .page .jobsearch-login-registration-form .jobsearch-login-box span.passlenth-chk-msg {
/* 4227  */     width: auto;
/* 4228  */     line-height: 1;
/* 4229  */     top: 1px;
/* 4230  */     right: 1px;
/* 4231  */     padding: 13px 30px 10px 15px;
/* 4232  */ }
/* 4233  */ .passlenth-chk-msg {
/* 4234  */     position: absolute;
/* 4235  */     right: 11px;
/* 4236  */     top: 25px;
/* 4237  */     padding: 13px 50px 13px 15px;
/* 4238  */     border-radius: 80px 0px 0px 80px;
/* 4239  */     color: #23282d;
/* 4240  */     font-weight: bold;
/* 4241  */     -webkit-transition: all 0.4s ease-in-out;
/* 4242  */        -moz-transition: all 0.4s ease-in-out;
/* 4243  */         -ms-transition: all 0.4s ease-in-out;
/* 4244  */          -o-transition: all 0.4s ease-in-out;
/* 4245  */             transition: all 0.4s ease-in-out;
/* 4246  */ }
/* 4247  */ input.jobsearch_chk_passfield.jobsearch-vweakpass {
/* 4248  */     border-color: #e35b5b !important; }
/* 4249  */ input.jobsearch_chk_passfield.jobsearch-weakpass {
/* 4250  */     border-color: #f78b53 !important; }

/* plugin.css */

/* 4251  */ input.jobsearch_chk_passfield.jobsearch-strongpass {
/* 4252  */     border-color: #83c373 !important; }
/* 4253  */ input.jobsearch_chk_passfield.jobsearch-mediumpass {
/* 4254  */     border-color: #ffc733 !important; }
/* 4255  */ .jobsearch-vweakpass {
/* 4256  */     background-color: #f1adad;
/* 4257  */ }
/* 4258  */ .jobsearch-weakpass {
/* 4259  */     background-color: #fbc5a9; }
/* 4260  */     .jobsearch-mediumpass {
/* 4261  */         background-color: #ffe399; }
/* 4262  */     .jobsearch-strongpass {
/* 4263  */         background-color: #c1e1b9; }
/* 4264  */ .jobsearch-user-form input[type="submit"] {
/* 4265  */     text-align: center;
/* 4266  */     font-size: 17px;
/* 4267  */     text-transform: capitalize;
/* 4268  */     padding: 12px 38px;
/* 4269  */     border-radius: 40px;
/* 4270  */     border: 1px solid;
/* 4271  */     color: #ffffff;
/* 4272  */     -webkit-transition: all 0.4s ease-in-out;
/* 4273  */        -moz-transition: all 0.4s ease-in-out;
/* 4274  */         -ms-transition: all 0.4s ease-in-out;
/* 4275  */          -o-transition: all 0.4s ease-in-out;
/* 4276  */             transition: all 0.4s ease-in-out;
/* 4277  */ }
/* 4278  */ .jobsearch-user-form input.jobsearch-reset-password-submit-btn { padding: 10px 30px; font-size: 17px; margin-bottom: 15px; }
/* 4279  */ .jobsearch-user-form input[type="submit"]:hover { background-color: #ffffff !important; }
/* 4280  */ .jobsearch-user-form-info p {
/* 4281  */     float: left;
/* 4282  */     color: #555555;
/* 4283  */     font-size: 12px;
/* 4284  */     margin-bottom: 0px;
/* 4285  */     line-height: 1;
/* 4286  */ }
/* 4287  */ .jobsearch-user-form-info .jobsearch-checkbox {
/* 4288  */     float: right;
/* 4289  */     width: auto;
/* 4290  */ }
/* 4291  */ .jobsearch-user-form-info .jobsearch-checkbox input[type="checkbox"] + label,
/* 4292  */ .jobsearch-user-form-info .jobsearch-checkbox input[type="radio"] + label {
/* 4293  */     color: #555555;
/* 4294  */     line-height: 1;
/* 4295  */ }
/* 4296  */ .jobsearch-user-form-info .jobsearch-checkbox input[type="checkbox"] + label span,
/* 4297  */ .jobsearch-user-form-info .jobsearch-checkbox input[type="radio"] + label span { margin-right: 8px; margin-top: -7px; }
/* 4298  */ /* Login Media */
/* 4299  */ .jobsearch-login-media { margin: 0px -10px; }
/* 4300  */ .jobsearch-login-media li {

/* plugin.css */

/* 4301  */     float: left;
/* 4302  */     width: 50%;
/* 4303  */     list-style: none;
/* 4304  */     padding: 0px 10px 15px 10px;
/* 4305  */     line-height: 1;
/* 4306  */ }
/* 4307  */ .jobsearch-login-media li:last-child,.jobsearch-login-media li:nth-child(3) { padding-bottom: 0px; }
/* 4308  */ .jobsearch-login-media li a {
/* 4309  */     float: left;
/* 4310  */     width: 100%;
/* 4311  */     background-color: #445c8e;
/* 4312  */     font-size: 14px;
/* 4313  */     color: #ffffff;
/* 4314  */     text-align: center;
/* 4315  */     font-weight: 400;
/* 4316  */     border-radius: 4px;
/* 4317  */     line-height: 3.3;
/* 4318  */     -webkit-transition: all 0.4s ease-in-out;
/* 4319  */        -moz-transition: all 0.4s ease-in-out;
/* 4320  */         -ms-transition: all 0.4s ease-in-out;
/* 4321  */          -o-transition: all 0.4s ease-in-out;
/* 4322  */             transition: all 0.4s ease-in-out;
/* 4323  */ }
/* 4324  */ .jobsearch-login-media li a:hover { opacity: 0.80; }
/* 4325  */ .jobsearch-user-form-info p a:hover { text-decoration: underline; }
/* 4326  */ .jobsearch-login-media li i {
/* 4327  */     float: left;
/* 4328  */     font-size: 19px;
/* 4329  */     width: 55px;
/* 4330  */     padding: 14px 15px;
/* 4331  */     border-right: 1px solid rgba(0,0,0,0.20);
/* 4332  */ }
/* 4333  */ .jobsearch-login-media li a[data-original-title="twitter"]                    { background-color: #43afe9; }
/* 4334  */ .jobsearch-login-media li a[data-original-title="linkedin"]                   { background-color: #007eb3; }
/* 4335  */ .jobsearch-login-media li a.jobsearch-xing-bg                                 { background-color: #007575; }
/* 4336  */ .jobsearch-login-media li a[data-original-title="google"]                { background-color: #fb353f; }
/* 4337  */ .jobsearch-box-title-sub:after,.jobsearch-box-title-sub:before { display: none; }
/* 4338  */ .jobsearch-box-title-sub { margin-bottom: 18px; }
/* 4339  */ .jobsearch-user-form-coltwo.jobsearch-user-form > ul > li { width: 50%; }
/* 4340  */ .jobsearch-user-form-coltwo.jobsearch-user-form ul li.jobsearch-user-form-coltwo-full { width: 100%; }
/* 4341  */ .jobsearch-user-form .jobsearch-profile-select:after { top: 14px; }
/* 4342  */ .jobsearch-modal .jobsearch-user-form-coltwo.jobsearch-user-form > ul > li {
/* 4343  */     float: none;
/* 4344  */     display: inline-block;
/* 4345  */     vertical-align: top;
/* 4346  */     margin-right: -4px;
/* 4347  */ }
/* 4348  */ .jobsearch-user-form .range-in-user-form input[type="text"] {
/* 4349  */     text-align: center;
/* 4350  */     height: 22px;

/* plugin.css */

/* 4351  */     padding: 0px;
/* 4352  */     margin-bottom: 8px;
/* 4353  */ }
/* 4354  */ a.jobsearch-showpass-btn {
/* 4355  */     position: absolute;
/* 4356  */     right: 22px;
/* 4357  */     bottom: 14px;
/* 4358  */     font-size: 16px;
/* 4359  */     color: #13b5ea;
/* 4360  */ }
/* 4361  */ /* Login Or Register */
/* 4362  */ .jobsearch-login-box,.jobsearch-login-box h2,.jobsearch-login-box span,.jobsearch-login-box form,.jobsearch-login-with,
/* 4363  */ .jobsearch-login-box form ul,.jobsearch-login-box form ul li,.jobsearch-login-with a,.jobsearch-login-with span,.jobsearch-register-box {
/* 4364  */     float: left;
/* 4365  */     width: 100%;
/* 4366  */ }
/* 4367  */ .jobsearch-login-box                            {margin-bottom: 31px;}
/* 4368  */ .jobsearch-login-box {
/* 4369  */     padding: 39px 40px 33px 40px;
/* 4370  */     background-color: #f6f6f6;
/* 4371  */     position: relative;
/* 4372  */ }
/* 4373  */ .pt-reset-password p,.login-form h2 ~ span,.pt-register h2 ~ span { font-size: 13px; }
/* 4374  */ .form-loader {
/* 4375  */     display: inline-block;
/* 4376  */     margin: 3px 0px 0px 15px;
/* 4377  */     font-size: 20px;
/* 4378  */ }
/* 4379  */ .form-loader i {
/* 4380  */     position: static;
/* 4381  */     color: #333;
/* 4382  */ }
/* 4383  */ .jobsearch-login-box h2 {
/* 4384  */     font-size: 24px;
/* 4385  */     margin:0px 0px 11px 0px;
/* 4386  */     line-height: 1;
/* 4387  */ }
/* 4388  */ .jobsearch-login-box span {
/* 4389  */     margin:0px 0px 23px 0px;
/* 4390  */ }
/* 4391  */ .jobsearch-login-box form ul,
/* 4392  */ .entry-content .jobsearch-login-box form ul, #left-area .jobsearch-login-box form ul { margin: 0px; padding: 0px; }
/* 4393  */ .jobsearch-login-box form ul li {
/* 4394  */     padding: 0px 0px 12px 0px;
/* 4395  */     list-style: none;
/* 4396  */ }
/* 4397  */ .jobsearch-login-box form ul li input[type="text"],
/* 4398  */ .jobsearch-login-box form ul li input[type="password"],
/* 4399  */ .jobsearch-login-box form ul li input[type="email"],
/* 4400  */ .jobsearch-login-box form ul li input[type="tel"],

/* plugin.css */

/* 4401  */ .jobsearch-login-box form ul li input[type="number"] {
/* 4402  */     font-size: 13px;
/* 4403  */     margin: 0px;
/* 4404  */     color: #444;
/* 4405  */     height: 39px;
/* 4406  */     width: 100%;
/* 4407  */     background-color: #ffffff;
/* 4408  */     border: 1px solid #eceeef;
/* 4409  */     padding-left: 19px;
/* 4410  */ }
/* 4411  */ .jobsearch-login-registration-form { margin: 0px -15px; }
/* 4412  */ .jobsearch-login-box form ul li textarea {
/* 4413  */     height: 155px;
/* 4414  */     font-size: 14px;
/* 4415  */     padding: 10px 10px 0px 23px;
/* 4416  */     color: #444;
/* 4417  */     background-color: #ffffff;
/* 4418  */     width: 100%;
/* 4419  */ }
/* 4420  */ .jobsearch-login-box form input[type="submit"],
/* 4421  */ .jobsearch-login-box form .jobsearch-login-submit-btn,
/* 4422  */ .jobsearch-login-box form .jobsearch-reset-password-submit-btn {
/* 4423  */     border: none;
/* 4424  */     color: #ffffff;
/* 4425  */     font-size: 14px;
/* 4426  */     font-weight: 600;
/* 4427  */     margin: 0px 0px 0px 0px;
/* 4428  */     text-transform: uppercase;
/* 4429  */     padding: 11px 39px 8px 39px;
/* 4430  */     float: left;
/* 4431  */     line-height: 1;
/* 4432  */ }
/* 4433  */ .disabled-btn {
/* 4434  */     opacity: 0.70;
/* 4435  */     cursor: not-allowed;
/* 4436  */ }
/* 4437  */ .jobsearch-disable-btn {
/* 4438  */     opacity: 0.30;
/* 4439  */     cursor: not-allowed !important;
/* 4440  */ }
/* 4441  */ .jobsearch-login-box form .jobsearch-register-submit-btn {
/* 4442  */     border: none;
/* 4443  */     color: #ffffff;
/* 4444  */     font-size: 14px;
/* 4445  */     font-weight: 600;
/* 4446  */     margin: 0px 0px 0px 0px;
/* 4447  */     text-transform: uppercase;
/* 4448  */     padding: 12px 39px 9px 39px;
/* 4449  */     float: left;
/* 4450  */     position: relative;

/* plugin.css */

/* 4451  */     line-height: 1;
/* 4452  */ }
/* 4453  */ .jobsearch-login-box form ul li input[type="submit"] {
/* 4454  */     -webkit-transition: all 0.4s ease-in-out;
/* 4455  */        -moz-transition: all 0.4s ease-in-out;
/* 4456  */         -ms-transition: all 0.4s ease-in-out;
/* 4457  */          -o-transition: all 0.4s ease-in-out;
/* 4458  */             transition: all 0.4s ease-in-out;
/* 4459  */ }
/* 4460  */ .jobsearch-login-box form a {
/* 4461  */     float: right;
/* 4462  */     font-size: 12px;
/* 4463  */     line-height: 1;
/* 4464  */     font-style: italic;
/* 4465  */     margin-top: 14px;
/* 4466  */     -webkit-transition: all 0.25s ease-in-out;
/* 4467  */        -moz-transition: all 0.25s ease-in-out;
/* 4468  */         -ms-transition: all 0.25s ease-in-out;
/* 4469  */          -o-transition: all 0.25s ease-in-out;
/* 4470  */             transition: all 0.25s ease-in-out;
/* 4471  */ }
/* 4472  */ .jobsearch-login-box form a:hover { text-decoration: underline; }
/* 4473  */ .jobsearch-login-box .jobsearch-profile-select select {
/* 4474  */     cursor: pointer;
/* 4475  */     color: #999;
/* 4476  */ }
/* 4477  */ .jobsearch-login-with             {text-align: center;}
/* 4478  */ .jobsearch-login-with span {
/* 4479  */     font-size: 18px;
/* 4480  */     margin: 11px 0px 29px 0px;
/* 4481  */ }
/* 4482  */ .pt-register .jobsearch-profile-select { line-height: 1.9; }
/* 4483  */ .jobsearch-login-with ul {
/* 4484  */     display: inline-block;
/* 4485  */     text-align: center;
/* 4486  */     width: 100%;
/* 4487  */     margin: 0px;
/* 4488  */ }
/* 4489  */ .jobsearch-login-with ul li {
/* 4490  */     float: left;
/* 4491  */     width: 50%;
/* 4492  */     padding: 0px 6px 12px 6px;
/* 4493  */     list-style: none;
/* 4494  */ }
/* 4495  */ .jobsearch-login-with a {
/* 4496  */     border-radius: 3px;
/* 4497  */     float: left;
/* 4498  */     width: 100%;
/* 4499  */     color: #ffffff;
/* 4500  */     font-size: 14px;

/* plugin.css */

/* 4501  */     position: relative;
/* 4502  */     line-height: 2.6;
/* 4503  */     -webkit-transition: all 0.4s ease-in-out;
/* 4504  */        -moz-transition: all 0.4s ease-in-out;
/* 4505  */         -ms-transition: all 0.4s ease-in-out;
/* 4506  */          -o-transition: all 0.4s ease-in-out;
/* 4507  */             transition: all 0.4s ease-in-out;
/* 4508  */ }
/* 4509  */ .jobsearch-login-with a:hover { opacity: 0.8; color: #ffffff; }
/* 4510  */ .jobsearch-login-with a i {
/* 4511  */     color: #ffffff;
/* 4512  */     padding: 11px 11px 11px 12px;
/* 4513  */     float: left;
/* 4514  */     width: 40px;
/* 4515  */     border-right: 1px solid rgba(255,255,255,0.2);
/* 4516  */ }
/* 4517  */ .login-reg-errors,.registration-errors,.jobsearch-alert.jobsearch-success-alert,
/* 4518  */ .jobsearch-alert.jobsearch-error-alert,.input-field-submit {
/* 4519  */     float: left;
/* 4520  */     width: 100%;
/* 4521  */ }
/* 4522  */ .jobsearch-user-form .registration-errors {
/* 4523  */     margin-top: 15px;
/* 4524  */     display: none;
/* 4525  */ }
/* 4526  */ .input-field-submit { margin-bottom: 8px; }
/* 4527  */ .jobsearch-send-message-form .send-email-loader-box {
/* 4528  */     position: absolute;
/* 4529  */     right: 15px;
/* 4530  */     top: 9px;
/* 4531  */ }
/* 4532  */ .jobsearch-alert.jobsearch-success-alert,
/* 4533  */ .jobsearch-alert.jobsearch-error-alert { margin-bottom: 10px; }
/* 4534  */ .login-reg-errors .alert-success,
/* 4535  */ .registration-errors .alert-success,
/* 4536  */ .jobsearch-alert.jobsearch-success-alert,
/* 4537  */ .send-email-msg-box.alert-success,
/* 4538  */ .jobsearch-send-message-form .message-box,
/* 4539  */ .jobsearch_box_contact_form .jobsearch-ct-msg {
/* 4540  */     float: left;
/* 4541  */     width: 100%;
/* 4542  */     background-color: #32CD32 !important;
/* 4543  */     color: #ffffff;
/* 4544  */     padding: 8px 18px;
/* 4545  */     border-radius: 3px;
/* 4546  */ }
/* 4547  */ .login-reg-errors .alert-success p,
/* 4548  */ .registration-errors .alert-success p,
/* 4549  */ .jobsearch-alert.jobsearch-success-alert p,
/* 4550  */ .send-email-msg-box.alert-success p,

/* plugin.css */

/* 4551  */ .jobsearch-send-message-form .message-box p,
/* 4552  */ .jobsearch_box_contact_form .jobsearch-ct-msg p {
/* 4553  */     color: #ffffff;
/* 4554  */ }
/* 4555  */ .jobsearch_box_contact_form .jobsearch-ct-msg,.jobsearch-send-message-form .message-box { display: none; }
/* 4556  */ .jobsearch-alert.jobsearch-error-alert,
/* 4557  */ .jobsearch-alert.jobsearch-error-alert p {
/* 4558  */     float: left;
/* 4559  */     width: 100%;
/* 4560  */     background-color: #e15440;
/* 4561  */     color: #ffffff;
/* 4562  */     padding: 8px 18px;
/* 4563  */     border-radius: 3px;
/* 4564  */ }
/* 4565  */ .jobsearch-alert.jobsearch-success-alert strong,
/* 4566  */ .jobsearch-alert.jobsearch-error-alert strong { color: #ffffff; }
/* 4567  */ .edu-loding-msg {
/* 4568  */     float: right;
/* 4569  */     background-color: #32CD32;
/* 4570  */     color: #ffffff;
/* 4571  */     padding: 8px 18px;
/* 4572  */     border-radius: 3px;
/* 4573  */     display: none;
/* 4574  */ }
/* 4575  */ .alert-danger strong { color: #ffffff; font-weight: normal; }
/* 4576  */ .login-reg-errors .alert-danger,
/* 4577  */ .registration-errors .alert-danger,
/* 4578  */ .reset-password-errors .alert-danger,
/* 4579  */ .employer-access-msg,
/* 4580  */ .jobsearch_candidate_info .employer-access-msg {
/* 4581  */     float: left;
/* 4582  */     width: 100%;
/* 4583  */     background-color: #e15440;
/* 4584  */     color: #ffffff;
/* 4585  */     padding: 8px 18px;
/* 4586  */     border-radius: 3px;
/* 4587  */ }
/* 4588  */ .jobsearch_candidate_info .employer-access-msg {
/* 4589  */     margin: 20px 0px 0px 0px;
/* 4590  */     padding: 8px 10px;
/* 4591  */     font-size: 12px;
/* 4592  */ }
/* 4593  */ .modal-box-area .jobsearch-candidate-default-btn {
/* 4594  */     float: none;
/* 4595  */     display: inline-block;
/* 4596  */ }
/* 4597  */ .modal-box-area .shortlisting-user-info { margin-top: 20px; }
/* 4598  */ .modal-box-area .resume-loding-msg {
/* 4599  */     position: static;
/* 4600  */     float: left;

/* plugin.css */

/* 4601  */     width: 100%;
/* 4602  */     margin: 10px 0px 0px 0px;
/* 4603  */ }
/* 4604  */ .registration-errors .alert-danger p,
/* 4605  */ .login-reg-errors .alert-danger p,
/* 4606  */ .reset-password-errors .alert-danger p { margin: 0px; }
/* 4607  */ .registration-errors .alert-danger i,
/* 4608  */ .login-reg-errors .alert-danger i,
/* 4609  */ .reset-password-errors .alert-danger i,
/* 4610  */ .employer-access-msg i {
/* 4611  */     margin-right: 4px;
/* 4612  */ }
/* 4613  */ .jobsearch-login-with a.jobsearch-facebook-bg               {background-color: #4863a4;}
/* 4614  */ .jobsearch-login-with a.jobsearch-twitter-bg                {background-color: #55abee;}
/* 4615  */ .jobsearch-login-with a.jobsearch-google-plus-bg            {background-color: #e15440;}
/* 4616  */ .jobsearch-login-with a.jobsearch-linkedin-bg               {background-color: #0077b5;}
/* 4617  */ /* Login Or Register */
/* 4618  */ .pt-register li label {
/* 4619  */     float: left;
/* 4620  */     font-weight: 400;
/* 4621  */     margin: 0px 20px 0px 0px;
/* 4622  */ }
/* 4623  */ .pt-register li label input[type="radio"] {
/* 4624  */     float: left;
/* 4625  */     margin: 5px 8px 0px 0px;
/* 4626  */ }
/* 4627  */ .ui-slider {
/* 4628  */     float: left;
/* 4629  */     width: 100%;
/* 4630  */ }
/* 4631  */ .jobsearch-typo-wrap .ui-widget.ui-widget-content { border-color: #eceeef; }
/* 4632  */ .jobsearch-typo-wrap .ui-state-default,.jobsearch-typo-wrap .ui-widget-content .ui-state-default {
/* 4633  */     box-shadow: 0px 0px 0px 3px #fff inset;
/* 4634  */     margin: 0px 0px 0px -9px;
/* 4635  */ }
/* 4636  */ /* Classic PricePlane */
/* 4637  */ .jobsearch-classic-priceplane,.jobsearch-priceplane-section,
/* 4638  */ .jobsearch-classic-priceplane h2,.jobsearch-classic-priceplane-title,
/* 4639  */ .grab-classic-priceplane,.grab-classic-priceplane ul,
/* 4640  */ .grab-classic-priceplane ul li,.jobsearch-classic-priceplane-btn {
/* 4641  */     float: left;
/* 4642  */     width: 100%;
/* 4643  */ }
/* 4644  */ .jobsearch-classic-priceplane {
/* 4645  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
/* 4646  */     padding: 30px 0px 30px 0px;
/* 4647  */     margin-bottom: 30px;
/* 4648  */     border-radius: 4px;
/* 4649  */     position: relative;
/* 4650  */ }

/* plugin.css */

/* 4651  */ .jobsearch-classic-priceplane h2 {
/* 4652  */     font-size: 18px;
/* 4653  */     line-height: 1;
/* 4654  */     margin-bottom: 8px;
/* 4655  */     text-align: center;
/* 4656  */     padding: 0px 15px;
/* 4657  */ }
/* 4658  */ .jobsearch-classic-priceplane-title {
/* 4659  */     text-align: center;
/* 4660  */     font-size: 12px;
/* 4661  */     line-height: 1;
/* 4662  */     margin-bottom: 22px;
/* 4663  */ }
/* 4664  */ .jobsearch-priceplane-section {
/* 4665  */     border-top: 1px solid #f2f2f2;
/* 4666  */     border-bottom: 1px solid #f2f2f2;
/* 4667  */     padding: 13px 16px 14px 26px;
/* 4668  */ }
/* 4669  */ .jobsearch-priceplane-section span {
/* 4670  */     float: left;
/* 4671  */     color: #333333;
/* 4672  */     font-size: 30px;
/* 4673  */     text-align: center;
/* 4674  */     font-weight: 500;
/* 4675  */     padding-top: 10px;
/* 4676  */ }
/* 4677  */ .jobsearch-priceplane-section span small {
/* 4678  */     font-size: 10px;
/* 4679  */     color: #666666;
/* 4680  */     text-transform: uppercase;
/* 4681  */     display: block;
/* 4682  */     font-weight: 300;
/* 4683  */ }
/* 4684  */ .jobsearch-priceplane-section span ~ p { padding-left: 70px; }
/* 4685  */ .jobsearch-priceplane-section p {
/* 4686  */     font-size: 12px;
/* 4687  */     color: #999999;
/* 4688  */     line-height: 22px;
/* 4689  */     margin-bottom: 0px;
/* 4690  */     letter-spacing: 0px;
/* 4691  */ }
/* 4692  */ .grab-classic-priceplane { padding: 29px 30px 0px 30px; }
/* 4693  */ .grab-classic-priceplane ul li.active { color: #333; }
/* 4694  */ .grab-classic-priceplane ul li {
/* 4695  */     list-style: none;
/* 4696  */     line-height: 1;
/* 4697  */     color: #999999;
/* 4698  */     margin-bottom: 24px;
/* 4699  */ }
/* 4700  */ .grab-classic-priceplane ul li i {

/* plugin.css */

/* 4701  */     float: left;
/* 4702  */     padding: 0px 9px 0px 0px;
/* 4703  */     font-size: 12px;
/* 4704  */     color: #bfbfbf;
/* 4705  */ }
/* 4706  */ .jobsearch-classic-priceplane-btn {
/* 4707  */     font-size: 16px;
/* 4708  */     color: #fff;
/* 4709  */     font-weight: 500;
/* 4710  */     text-transform: uppercase;
/* 4711  */     padding: 15px 10px;
/* 4712  */     border-radius: 3px;
/* 4713  */     line-height: 1;
/* 4714  */     text-align: center;
/* 4715  */     margin-top: 10px;
/* 4716  */     box-shadow: none;
/* 4717  */ }
/* 4718  */ .jobsearch-classic-priceplane-btn:hover,.jobsearch-classic-priceplane-btn:focus { color: #ffffff; }
/* 4719  */ .jobsearch-classic-priceplane.active h2,
/* 4720  */ .jobsearch-classic-priceplane.active span,
/* 4721  */ .jobsearch-classic-priceplane.active small,
/* 4722  */ .jobsearch-classic-priceplane.active p,
/* 4723  */ .jobsearch-classic-priceplane.active .grab-classic-priceplane ul li,
/* 4724  */ .jobsearch-classic-priceplane.active .grab-classic-priceplane ul li i {
/* 4725  */     color: #ffffff;
/* 4726  */ }
/* 4727  */ .jobsearch-classic-priceplane.active .jobsearch-priceplane-section { border-color: rgba(0,0,0,0.10); }
/* 4728  */ .jobsearch-classic-priceplane.active .jobsearch-classic-priceplane-btn { background-color: #fff; }
/* 4729  */
/* 4730  */ .jobsearch-roles-container { margin: 0px -10px; }
/* 4731  */ .jobsearch-radio-checkbox {
/* 4732  */     float: left;
/* 4733  */     width: 50%;
/* 4734  */     padding: 0px 10px;
/* 4735  */     line-height: 2.4;
/* 4736  */ }
/* 4737  */ .jobsearch-radio-checkbox input[type="radio"] { display: none; }
/* 4738  */ .jobsearch-radio-checkbox label {
/* 4739  */     display: inline-block;
/* 4740  */     width: 100%;
/* 4741  */     background-color: #ffffff;
/* 4742  */     padding: 0;
/* 4743  */     border: 1px solid #eceeef;
/* 4744  */     font-size: 16px;
/* 4745  */     cursor: pointer;
/* 4746  */     margin: 0px;
/* 4747  */     text-align: center;
/* 4748  */     -webkit-transition: all 0.4s ease-in-out;
/* 4749  */      -moz-transition: all 0.4s ease-in-out;
/* 4750  */       -ms-transition: all 0.4s ease-in-out;

/* plugin.css */

/* 4751  */        -o-transition: all 0.4s ease-in-out;
/* 4752  */           transition: all 0.4s ease-in-out;
/* 4753  */ }
/* 4754  */ .jobsearch-login-box .jobsearch-radio-checkbox label {
/* 4755  */     line-height: 2.4;
/* 4756  */ }
/* 4757  */ .jobsearch-radio-checkbox label i {
/* 4758  */     color: #999;
/* 4759  */     padding: 11px 11px 11px 12px;
/* 4760  */     float: left;
/* 4761  */     width: 40px;
/* 4762  */     border-right: 1px solid rgba(0,0,0,0.1);
/* 4763  */     -webkit-transition: all 0.4s ease-in-out;
/* 4764  */      -moz-transition: all 0.4s ease-in-out;
/* 4765  */       -ms-transition: all 0.4s ease-in-out;
/* 4766  */        -o-transition: all 0.4s ease-in-out;
/* 4767  */           transition: all 0.4s ease-in-out;
/* 4768  */ }
/* 4769  */ .jobsearch-radio-checkbox input[type="radio"]:checked+label,
/* 4770  */ .jobsearch-radio-checkbox input[type="radio"]:hover+label {
/* 4771  */       color: #ffffff;
/* 4772  */ }
/* 4773  */ .jobsearch-radio-checkbox input[type="radio"]:checked+label i,.jobsearch-radio-checkbox input[type="radio"]:hover+label i { color: #ffffff; }
/* 4774  */ .widget .rc-anchor-normal,.jobsearch_box_contact_form .rc-anchor-normal { width: 297px; }
/* 4775  */ /* Map */
/* 4776  */ .directions-input-con,.directions-input-con input,
/* 4777  */ .jobsearch-map,.directions-modes-con {
/* 4778  */     float: left;
/* 4779  */     width: 100%;
/* 4780  */ }
/* 4781  */ .jobsearch-map,.directions-input-con {
/* 4782  */     position: relative;
/* 4783  */ }
/* 4784  */ .directions-main-con,.careerfy-typo-wrap .directions-main-con {
/* 4785  */     position: absolute;
/* 4786  */     left: 0px;
/* 4787  */     top: 0px;
/* 4788  */     width: 100%;
/* 4789  */     z-index: 2;
/* 4790  */     padding: 15px;
/* 4791  */ }
/* 4792  */ .directions-input-con input {
/* 4793  */     background-color: #ffffff;
/* 4794  */     height: 40px;
/* 4795  */     border-radius: 3px;
/* 4796  */     border: none;
/* 4797  */     padding: 7px 15px;
/* 4798  */     font-size: 11px;
/* 4799  */     color: #999999;
/* 4800  */ }

/* plugin.css */

/* 4801  */ .jobsearch-typo-wrap .directions-input-con ul { margin: 9px 0px 0px 0px; }
/* 4802  */ .directions-input-con ul {
/* 4803  */     position: absolute;
/* 4804  */     right: 0px;
/* 4805  */     top: 0px;
/* 4806  */     margin: 9px 0px 0px 0px;
/* 4807  */ }
/* 4808  */ .jobsearch-typo-wrap .jobsearch_side_box .directions-input-con ul li,
/* 4809  */ .directions-input-con ul li {
/* 4810  */     float: left;
/* 4811  */     list-style: none;
/* 4812  */     padding: 4px 17px 4px 17px;
/* 4813  */     border: none;
/* 4814  */     border-left: 1px solid #dddddd;
/* 4815  */     line-height: 1;
/* 4816  */ }
/* 4817  */ .directions-input-con ul li a:hover { color: #b2b2b2; }
/* 4818  */ .directions-input-con ul li a:focus {
/* 4819  */     box-shadow: none;
/* 4820  */     color: #b2b2b2;
/* 4821  */ }
/* 4822  */ .jobsearch-typo-wrap .jobsearch_side_box .directions-input-con ul li:first-child,.directions-input-con ul li:first-child { border: none; }
/* 4823  */ .directions-input-con span,.directions-input-con a { color: #b2b2b2; }
/* 4824  */ .directions-modes-con,.careerfy-typo-wrap .directions-modes-con {
/* 4825  */     background-color: #4285f4;
/* 4826  */     padding: 17px;
/* 4827  */ }
/* 4828  */ .directions-modes-con ul li {
/* 4829  */     float: left;
/* 4830  */     list-style: none;
/* 4831  */     border: none;
/* 4832  */ }
/* 4833  */ .directions-modes-con ul {
/* 4834  */     float: left;
/* 4835  */     margin: 0px;
/* 4836  */ }
/* 4837  */ /* Map CheckBox */
/* 4838  */ .directions-modes-con li {
/* 4839  */     position:relative;
/* 4840  */     float: left;
/* 4841  */     margin: 0px 12px 0px 0px;
/* 4842  */     padding: 0px;
/* 4843  */ }
/* 4844  */ .widget .directions-modes-con li { padding: 0px; }
/* 4845  */ .directions-modes-con input[type="radio"] {
/* 4846  */     display:none;
/* 4847  */ }
/* 4848  */ .directions-modes-con input[type="radio"] + label i {
/* 4849  */     float: left;
/* 4850  */     cursor:pointer;

/* plugin.css */

/* 4851  */     color: #c6dafc;
/* 4852  */     width: 36px;
/* 4853  */     height: 36px;
/* 4854  */     border: 1px solid #fff;
/* 4855  */     font-size: 16px;
/* 4856  */     text-align: center;
/* 4857  */     border-radius: 40px;
/* 4858  */     padding-top: 8px;
/* 4859  */ }
/* 4860  */ .directions-modes-con input[type="radio"]:checked + label i {
/* 4861  */     color: #ffffff;
/* 4862  */     background-color: #3367d6;
/* 4863  */ }
/* 4864  */ .desti-to-orig,.desti-to-orig input {
/* 4865  */     float: left;
/* 4866  */     width: 100%;
/* 4867  */ }
/* 4868  */ .desti-to-orig { padding: 15px 0px 0px 0px; }
/* 4869  */ .desti-to-orig input {
/* 4870  */     border: none;
/* 4871  */     border-bottom: 1px solid #73a5f7;
/* 4872  */     background-color: transparent;
/* 4873  */     color: #ffffff;
/* 4874  */     font-size: 11px;
/* 4875  */     padding: 0px 0px 4px 0px;
/* 4876  */     margin-bottom: 10px;
/* 4877  */ }
/* 4878  */ .desti-to-orig ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
/* 4879  */   color: #ffffff;
/* 4880  */ }
/* 4881  */ .desti-to-orig ::-moz-placeholder { /* Firefox 19+ */
/* 4882  */   color: #ffffff;
/* 4883  */ }
/* 4884  */ .desti-to-orig :-ms-input-placeholder { /* IE 10+ */
/* 4885  */   color: #ffffff;
/* 4886  */ }
/* 4887  */ .desti-to-orig  :-moz-placeholder { /* Firefox 18- */
/* 4888  */   color: #ffffff;
/* 4889  */ }
/* 4890  */ .close-direc-panel {
/* 4891  */     color: #ffffff;
/* 4892  */     float: right;
/* 4893  */ }
/* 4894  */ .widget ul li:hover a.close-direc-panel,.widget a.close-direc-panel:hover { color: #ffffff; }
/* 4895  */ .jobsearch-map .map-directions-container {
/* 4896  */     border: 1px solid #f0f0f0;
/* 4897  */     height: 300px;
/* 4898  */     overflow-y: scroll;
/* 4899  */     display: none;
/* 4900  */ }

/* plugin.css */

/* 4901  */ .jobsearch-map .adp-placemark {
/* 4902  */     background-color: #ffffff;
/* 4903  */     border: none;
/* 4904  */     border-bottom: 1px solid #f0f0f0;
/* 4905  */     margin: 0px;
/* 4906  */ }
/* 4907  */ .jobsearch-map .adp-placemark td.adp-text { padding: 0px 12px; }
/* 4908  */ .jobsearch-map .adp-placemark td {
/* 4909  */     line-height: 1;
/* 4910  */     font-size: 12px;
/* 4911  */ }
/* 4912  */ .adp-maneuver {
/* 4913  */     color: #4c4c4c;
/* 4914  */ }
/* 4915  */ .jobsearch-map .adp-directions td:last-child { padding-right: 12px; }
/* 4916  */ .jobsearch-map  .adp-summary {
/* 4917  */     padding: 12px;
/* 4918  */     background-color: #f5f5f5;
/* 4919  */ }
/* 4920  */ .jobsearch-map .adp-directions td {
/* 4921  */     line-height: 1.3;
/* 4922  */     font-size: 12px;
/* 4923  */     padding: 12px 0px 12px 12px;
/* 4924  */     background-color: #ffffff;
/* 4925  */     border: none;
/* 4926  */     border-bottom: 1px solid #f0f0f0;
/* 4927  */ }
/* 4928  */ .jobsearch-map .adp-legal { padding: 12px; }
/* 4929  */ .jobsearch-map .adp-distance { font-weight: bold; }
/* 4930  */ .jobsearch-typo-wrap .jobsearch_side_box ul li, .jobsearch-typo-wrap .jobsearch_side_box ol li {
/* 4931  */     border: none;
/* 4932  */     padding: 0px;
/* 4933  */ }
/* 4934  */ .single-featured-image-header { display: none; }
/* 4935  */ .jobsearch-load-more {
/* 4936  */     float: left;
/* 4937  */     width: 100%;
/* 4938  */     text-align: center;
/* 4939  */     margin-bottom: 18px;
/* 4940  */ }
/* 4941  */ .jobsearch-load-more a {
/* 4942  */     display: inline-block;
/* 4943  */     padding: 9px 35px 10px 35px;
/* 4944  */     border: 1px solid;
/* 4945  */     border-radius: 40px;
/* 4946  */     line-height: 1;
/* 4947  */     -webkit-transition: all 0.4s ease-in-out;
/* 4948  */        -moz-transition: all 0.4s ease-in-out;
/* 4949  */         -ms-transition: all 0.4s ease-in-out;
/* 4950  */          -o-transition: all 0.4s ease-in-out;

/* plugin.css */

/* 4951  */             transition: all 0.4s ease-in-out;
/* 4952  */ }
/* 4953  */ .jobsearch-load-more a:hover { color: #ffffff; }
/* 4954  */ .twentyseventeen-front-page .site-content { padding: 5.5em 0 0; }
/* 4955  */ .salary-type,.salary-input {
/* 4956  */     float: left;
/* 4957  */     width: 50%;
/* 4958  */     position: relative;
/* 4959  */ }
/* 4960  */ .salary-input { padding-left: 10px; }
/* 4961  */ .salary-input span {
/* 4962  */     position: absolute;
/* 4963  */     right: 15px;
/* 4964  */     top: 8px;
/* 4965  */ }
/* 4966  */ .single-job .wf-container-main { display: inherit !important; }
/* 4967  */ .salary-input .min-salary,.salary-input .max-salary {
/* 4968  */     float: left;
/* 4969  */     width: 50%;
/* 4970  */     position: relative;
/* 4971  */ }
/* 4972  */ .salary-input .max-salary { padding-left: 10px; }
/* 4973  */ .jobsearch-salary-types-filter {
/* 4974  */     float: left;
/* 4975  */     width: 100%;
/* 4976  */     margin-bottom: 10px;
/* 4977  */ }
/* 4978  */ .jobsearch-salary-types-filter ul li {
/* 4979  */     float: left;
/* 4980  */     width: 33.333%;
/* 4981  */     list-style: none;
/* 4982  */ }
/* 4983  */ .salary-type-radio input[type="radio"] {
/* 4984  */     display: none;
/* 4985  */ }
/* 4986  */ .salary-type-radio input[type="radio"] + label {
/* 4987  */     position: relative;
/* 4988  */     text-align: center;
/* 4989  */     float: left;
/* 4990  */     padding: 4px 6px;
/* 4991  */     width: 100%;
/* 4992  */     cursor: pointer;
/* 4993  */ }
/* 4994  */ .salary-type-radio input[type="radio"] + label small {
/* 4995  */     font-size: 13px;
/* 4996  */     font-weight: normal;
/* 4997  */     position: relative;
/* 4998  */     cursor: pointer;
/* 4999  */ }
/* 5000  */ .salary-type-radio input[type="radio"] + label span {

/* plugin.css */

/* 5001  */     position: absolute;
/* 5002  */     left: 0px;
/* 5003  */     top: 0px;
/* 5004  */     width: 100%;
/* 5005  */     height: 100%;
/* 5006  */     margin: 0px;
/* 5007  */     vertical-align: middle;
/* 5008  */     cursor: pointer;
/* 5009  */     border: 2px solid #ffffff;
/* 5010  */     background-color: #fcfcfc;
/* 5011  */     box-shadow: 0px 0px 0px 1px #ddd inset;
/* 5012  */ }
/* 5013  */ .salary-type-radio input[type="radio"]:checked + label { color: #ffffff; }
/* 5014  */ .filter-slider-range input { text-align: center; }
/* 5015  */ .demo-login-pbtns,.demo-login-pbtns .jobsearch-demo-login-btn {
/* 5016  */     float: left;
/* 5017  */     width: 100%;
/* 5018  */ }
/* 5019  */ .demo-login-pbtns .jobsearch-demo-login-btn {
/* 5020  */     background-color: #ffffff;
/* 5021  */     padding: 0;
/* 5022  */     border: 1px solid #eceeef;
/* 5023  */     font-size: 16px;
/* 5024  */     cursor: pointer;
/* 5025  */     margin: 0px;
/* 5026  */     text-align: center;
/* 5027  */     position: relative;
/* 5028  */     -webkit-transition: all 0.4s ease-in-out;
/* 5029  */        -moz-transition: all 0.4s ease-in-out;
/* 5030  */         -ms-transition: all 0.4s ease-in-out;
/* 5031  */          -o-transition: all 0.4s ease-in-out;
/* 5032  */             transition: all 0.4s ease-in-out;
/* 5033  */ }
/* 5034  */ .jobsearch-radio-checkbox .jobsearch-demo-login-btn:before {
/* 5035  */     content: '';
/* 5036  */     position: absolute;
/* 5037  */     left: 40px;
/* 5038  */     top: 0px;
/* 5039  */     width: 1px;
/* 5040  */     height: 100%;
/* 5041  */     border-right: 1px solid rgba(0,0,0,0.1);
/* 5042  */ }
/* 5043  */ .demo-login-pbtns .active .jobsearch-demo-login-btn,.demo-login-pbtns .jobsearch-demo-login-btn:hover {
/* 5044  */     color: #ffffff;
/* 5045  */ }
/* 5046  */ .demo-login-pbtns .active .jobsearch-demo-login-btn i,.demo-login-pbtns .jobsearch-demo-login-btn:hover i { color: #ffffff; }
/* 5047  */ .demo-login-pbtns .jobsearch-demo-login-btn i {
/* 5048  */     color: #999;
/* 5049  */     padding: 11px 11px 11px 12px;
/* 5050  */     float: left;

/* plugin.css */

/* 5051  */     width: 40px;
/* 5052  */     -webkit-transition: all 0.4s ease-in-out;
/* 5053  */        -moz-transition: all 0.4s ease-in-out;
/* 5054  */         -ms-transition: all 0.4s ease-in-out;
/* 5055  */          -o-transition: all 0.4s ease-in-out;
/* 5056  */             transition: all 0.4s ease-in-out;
/* 5057  */ }
/* 5058  */ .demo-login-pbtns { margin: 10px -10px 0px -10px; }
/* 5059  */ .jobsearch-login-box .enter-userpass-txt { margin: 10px 0px; }
/* 5060  */ .employer-dashboard-cvr {
/* 5061  */     display: inline-block;
/* 5062  */     margin-bottom: 18px;
/* 5063  */     position: relative;
/* 5064  */     height: 150px;
/* 5065  */     width: 100%;
/* 5066  */ }
/* 5067  */ .employer-dashboard-cvr span {
/* 5068  */     height: 100%;
/* 5069  */     float: left;
/* 5070  */     width: 100%;
/* 5071  */ }
/* 5072  */ /* ShortList */
/* 5073  */ .tabs-list {
/* 5074  */     display: flex;
/* 5075  */     width: 100%;
/* 5076  */     border: 1px solid #efefef;
/* 5077  */     background-color: #f9f9f9;
/* 5078  */     flex-flow: row wrap;
/* 5079  */ }
/* 5080  */ .tabs-list li {
/* 5081  */     list-style: none;
/* 5082  */     line-height: 1;
/* 5083  */     border-left: 1px solid #eae4e4;
/* 5084  */     background-color: #f9f9f9;
/* 5085  */     flex-grow: 1;
/* 5086  */ }
/* 5087  */ .tabs-list li:first-child { border: none; }
/* 5088  */ .tabs-list li a {
/* 5089  */     display: flex;
/* 5090  */     width: 100%;
/* 5091  */     justify-content: center;
/* 5092  */     padding: 20px 10px;
/* 5093  */     font-size: 14px;
/* 5094  */     position: relative;
/* 5095  */     -webkit-transition: all 0.4s ease-in-out;
/* 5096  */        -moz-transition: all 0.4s ease-in-out;
/* 5097  */         -ms-transition: all 0.4s ease-in-out;
/* 5098  */          -o-transition: all 0.4s ease-in-out;
/* 5099  */             transition: all 0.4s ease-in-out;
/* 5100  */ }

/* plugin.css */

/* 5101  */ .tabs-list li a:before {
/* 5102  */     content: '';
/* 5103  */     position: absolute;
/* 5104  */     left: 0px;
/* 5105  */     top: 0px;
/* 5106  */     width: 100%;
/* 5107  */     height: 0px;
/* 5108  */     opacity: 0;
/* 5109  */     -webkit-transition: all 0.4s ease-in-out;
/* 5110  */        -moz-transition: all 0.4s ease-in-out;
/* 5111  */         -ms-transition: all 0.4s ease-in-out;
/* 5112  */          -o-transition: all 0.4s ease-in-out;
/* 5113  */             transition: all 0.4s ease-in-out;
/* 5114  */ }
/* 5115  */ .tabs-list li:hover a:before,
/* 5116  */ .tabs-list li.active a:before {
/* 5117  */     opacity: 1;
/* 5118  */     height: 2px;
/* 5119  */ }
/* 5120  */ .tabs-list li:hover a,.tabs-list li.active a { background-color: #fff; }
/* 5121  */ .applied-jobs-sort {
/* 5122  */     float: left;
/* 5123  */     width: 100%;
/* 5124  */     border-left: 1px solid #ececec;
/* 5125  */     border-right: 1px solid #ececec;
/* 5126  */     padding: 0px 0px 0px 15px;
/* 5127  */ }
/* 5128  */ /* .squaredOne */
/* 5129  */ .sort-select-all,
/* 5130  */ .candidate-select-box {
/* 5131  */     float: left;
/* 5132  */     position: relative;
/* 5133  */     width: 17px;
/* 5134  */     height: 17px;
/* 5135  */     margin: 22px 0px 0px 0px;
/* 5136  */ }
/* 5137  */ .jobsearch-applied-jobs-wrap .candidate-select-box { margin: 25px 20px 0px 1px; }
/* 5138  */ .sort-select-all label,
/* 5139  */ .candidate-select-box label {
/* 5140  */     float: left;
/* 5141  */     width: 17px;
/* 5142  */     height: 17px;
/* 5143  */     position: absolute;
/* 5144  */     top: 0px;
/* 5145  */     left: 0px;
/* 5146  */     cursor: pointer;
/* 5147  */     background: #f5f5f5;
/* 5148  */     border: 1px solid #e0e0e0;
/* 5149  */ }
/* 5150  */ .sort-select-all label:after,

/* plugin.css */

/* 5151  */ .candidate-select-box label:after {
/* 5152  */     content: '';
/* 5153  */     width: 17px;
/* 5154  */     height: 17px;
/* 5155  */     position: absolute;
/* 5156  */     top: 0px;
/* 5157  */     left: 0px;
/* 5158  */     opacity: 0;
/* 5159  */ }
/* 5160  */ .sort-select-all label:hover:after,
/* 5161  */ .candidate-select-box label:hover:after {
/* 5162  */     opacity: 0.3;
/* 5163  */ }
/* 5164  */ .sort-select-all input[type=checkbox],
/* 5165  */ .candidate-select-box input[type=checkbox] {
/* 5166  */     visibility: hidden;
/* 5167  */ }
/* 5168  */ .sort-select-all input[type=checkbox]:checked + label:before,
/* 5169  */ .candidate-select-box input[type=checkbox]:checked + label:before {
/* 5170  */     content: '\f00c';
/* 5171  */     font-family: FontAwesome;
/* 5172  */     position: absolute;
/* 5173  */     left: 3px;
/* 5174  */     top: 2px;
/* 5175  */     color: #fff;
/* 5176  */     line-height: 1;
/* 5177  */     z-index: 4;
/* 5178  */     font-size: 11px;
/* 5179  */ }
/* 5180  */ .sort-select-all input[type=checkbox]:checked + label:after,
/* 5181  */ .candidate-select-box input[type=checkbox]:checked + label:after {
/* 5182  */     opacity: 1;
/* 5183  */ }
/* 5184  */ .applied-jobs-sort small {
/* 5185  */     float: left;
/* 5186  */     color: #333;
/* 5187  */     font-size: 16px;
/* 5188  */     margin: 18px 26px 0px 12px;
/* 5189  */ }
/* 5190  */ .sort-by-option {
/* 5191  */     float: left;
/* 5192  */     margin: 10px 0px;
/* 5193  */     position: relative;
/* 5194  */ }
/* 5195  */ .applied-jobs-sort .sort-by-option {
/* 5196  */     min-width: 130px;
/* 5197  */     margin: 10px 0px 3px 0px;
/* 5198  */ }
/* 5199  */ .applied-jobs-sort .selectize-control.single .selectize-input,
/* 5200  */ .applied-jobs-sort .selectize-control.single .selectize-input input {

/* plugin.css */

/* 5201  */     padding: 10px 18px; }
/* 5202  */ .applied-jobs-sort .selectize-control.single .selectize-input input {
/* 5203  */     height: 14px; }
/* 5204  */ /* Select Style */
/* 5205  */ .sort-by-option select {
/* 5206  */     padding: 8px 13px;
/* 5207  */     background: #fff;
/* 5208  */     color: #333;
/* 5209  */     height: 40px;
/* 5210  */     border: 1px solid #efefef;
/* 5211  */     font-size: 15px;
/* 5212  */     font-weight: 400;
/* 5213  */     outline:none;
/* 5214  */     display: inline-block;
/* 5215  */     -webkit-appearance:none;
/* 5216  */     -moz-appearance:none;
/* 5217  */     appearance:none;
/* 5218  */     cursor:pointer;
/* 5219  */ }
/* 5220  */ .sort-by-option select option { padding: 8px 18px; }
/* 5221  */ .sort-by-option:after {
/* 5222  */     content: "\e964";
/* 5223  */     font-family: wp-jobsearch-icomoon;
/* 5224  */     color: #999999;
/* 5225  */     right: 16px;
/* 5226  */     top: 9px;
/* 5227  */     position: absolute;
/* 5228  */     pointer-events: none;
/* 5229  */ }
/* 5230  */ .sort-list-view {
/* 5231  */     float: right;
/* 5232  */ }
/* 5233  */ .sort-list-view a {
/* 5234  */     float: left;
/* 5235  */     border-left: 1px solid #ececec;
/* 5236  */     padding: 18px 22px 18px 22px;
/* 5237  */     font-size: 20px;
/* 5238  */     color: #999999;
/* 5239  */     position: relative;
/* 5240  */     -webkit-transition: all 0.4s ease-in-out;
/* 5241  */        -moz-transition: all 0.4s ease-in-out;
/* 5242  */         -ms-transition: all 0.4s ease-in-out;
/* 5243  */          -o-transition: all 0.4s ease-in-out;
/* 5244  */             transition: all 0.4s ease-in-out;
/* 5245  */ }
/* 5246  */ .sort-list-view a:before {
/* 5247  */     content: '';
/* 5248  */     position: absolute;
/* 5249  */     left: 0px;
/* 5250  */     bottom: 0px;

/* plugin.css */

/* 5251  */     width: 100%;
/* 5252  */     height: 0px;
/* 5253  */     opacity: 0;
/* 5254  */     -webkit-transition: all 0.4s ease-in-out;
/* 5255  */        -moz-transition: all 0.4s ease-in-out;
/* 5256  */         -ms-transition: all 0.4s ease-in-out;
/* 5257  */          -o-transition: all 0.4s ease-in-out;
/* 5258  */             transition: all 0.4s ease-in-out;
/* 5259  */ }
/* 5260  */ .sort-list-view a.active:before,.sort-list-view a:hover:before {
/* 5261  */     opacity: 1;
/* 5262  */     height: 2px;
/* 5263  */ }
/* 5264  */ .sort-more-fields {
/* 5265  */     float: left;
/* 5266  */     margin: 10px 20px 10px 20px;
/* 5267  */ }
/* 5268  */ .jobsearch-unapproved-user-con {
/* 5269  */     float: left;
/* 5270  */     width: 100%;
/* 5271  */     background-color: #fcf8e3;
/* 5272  */     padding: 15px;
/* 5273  */     margin-bottom: 20px;
/* 5274  */     border: 1px solid #faebcc;
/* 5275  */     border-radius: 4px;
/* 5276  */ }
/* 5277  */ .jobsearch-unapproved-user-con p {
/* 5278  */     color: #8a6d3b;
/* 5279  */ }
/* 5280  */ /* Stats List */
/* 5281  */ .jobsearch-stats-list,
/* 5282  */ .jobsearch-stats-list ul {
/* 5283  */     display: flex;
/* 5284  */     width: 100%;
/* 5285  */     flex-wrap: wrap;
/* 5286  */ }
/* 5287  */ .jobsearch-stats-list ul,
/* 5288  */ .jobsearch-typo-wrap .jobsearch-stats-list ul {
/* 5289  */     flex-direction: row;
/* 5290  */     gap: 20px;
/* 5291  */     margin-bottom: 20px;
/* 5292  */ }
/* 5293  */ .jobsearch-stats-list-wrap {
/* 5294  */     display: flex;
/* 5295  */     width: 100%;
/* 5296  */     flex-wrap: wrap;
/* 5297  */     justify-content: center;
/* 5298  */     border: 1px solid #dbdbdb;
/* 5299  */     box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.12);
/* 5300  */     text-align: center;

/* plugin.css */

/* 5301  */     padding: 20px;
/* 5302  */     align-content: center;
/* 5303  */     gap: 5px;
/* 5304  */ }
/* 5305  */ .jobsearch-stats-list-wrap h6 {
/* 5306  */     text-transform: uppercase;
/* 5307  */     font-size: 14px;
/* 5308  */     color: #717171;
/* 5309  */     margin-bottom: 0px;
/* 5310  */ }
/* 5311  */ .jobsearch-stats-list-wrap span {
/* 5312  */     display: block;
/* 5313  */     font-size: 24px;
/* 5314  */     color: #717171;
/* 5315  */     font-weight: bold;
/* 5316  */     width: 100%;
/* 5317  */ }
/* 5318  */ .jobsearch-stats-list-wrap small {
/* 5319  */     font-size: 12px;
/* 5320  */     color: #777777;
/* 5321  */ }
/* 5322  */ .jobsearch-stats-list ul li {
/* 5323  */     list-style: none;
/* 5324  */     line-height: 1;
/* 5325  */     width: 23%;
/* 5326  */ }
/* 5327  */ .jobsearch-stats-list-wrap.green h6,.jobsearch-stats-list-wrap.green span { color: #86c157; }
/* 5328  */ .jobsearch-stats-list-wrap.light-blue h6,.jobsearch-stats-list-wrap.light-blue span { color: #a869d6; }
/* 5329  */ .jobsearch-stats-list-wrap.dark-blue h6,.jobsearch-stats-list-wrap.dark-blue span { color: #008dc9; }
/* 5330  */ .jobsearch-applicants-stats {
/* 5331  */     float: right;
/* 5332  */     width: 170px;
/* 5333  */     border: 1px solid #dbdbdb;
/* 5334  */     margin-bottom: 30px;
/* 5335  */ }
/* 5336  */ .jobsearch-applicants-stats-wrap {
/* 5337  */     float: left;
/* 5338  */     width: 100%;
/* 5339  */     background-color: #f7f7f7;
/* 5340  */     padding: 16px 8px 9px 8px;
/* 5341  */     text-align: center;
/* 5342  */     border-bottom: 1px solid #dbdbdb;
/* 5343  */ }
/* 5344  */ .jobsearch-applicants-stats-wrap i {
/* 5345  */     display: inline-block;
/* 5346  */     width: 40px;
/* 5347  */     height: 40px;
/* 5348  */     border: 1px solid #1864c2;
/* 5349  */     border-radius: 100%;
/* 5350  */     color: #1864c2;

/* plugin.css */

/* 5351  */     font-size: 22px;
/* 5352  */     padding-top: 7px;
/* 5353  */     margin-bottom: 6px;
/* 5354  */ }
/* 5355  */ .jobsearch-applicants-stats-wrap span {
/* 5356  */     display: block;
/* 5357  */     font-size: 22px;
/* 5358  */     color: #333333;
/* 5359  */     font-weight: bold;
/* 5360  */ }
/* 5361  */ .jobsearch-applicants-stats-wrap small {
/* 5362  */     font-size: 12px;
/* 5363  */     color: #8e8e8e;
/* 5364  */ }
/* 5365  */ .jobsearch-applicants-graph {
/* 5366  */     float: left;
/* 5367  */     width: 77%;
/* 5368  */ }
/* 5369  */ .jobsearch-applicants-graph svg {
/* 5370  */     width: 100%;
/* 5371  */     height: 285px; }
/* 5372  */ /* Applicants Stats */
/* 5373  */ .jobsearch-applicants-stats ul,
/* 5374  */ .jobsearch-typo-wrap .jobsearch-applicants-stats ul {
/* 5375  */     padding: 21px 19px 16px 19px;
/* 5376  */     float: left;
/* 5377  */     width: 100%;
/* 5378  */ }
/* 5379  */ .jobsearch-applicants-stats ul li {
/* 5380  */     list-style: none;
/* 5381  */     color: #333333;
/* 5382  */     font-size: 12px;
/* 5383  */     line-height: 1;
/* 5384  */     margin-bottom: 20px;
/* 5385  */ }
/* 5386  */ .jobsearch-applicants-stats ul li i {
/* 5387  */     float: left;
/* 5388  */     margin: 0px 10px 0px 0px;
/* 5389  */     color: #84c15a;
/* 5390  */     font-size: 12px;
/* 5391  */ }
/* 5392  */ .jobsearch-applicants-stats ul li i.light-blue { color: #a869d6; }
/* 5393  */ .jobsearch-applicants-stats ul li i.dark-blue { color: #008dc9; }
/* 5394  */ /* Restrict Candidate Section */
/* 5395  */ .restrict-candidate-sec {
/* 5396  */     float: left;
/* 5397  */     width: 100%;
/* 5398  */     text-align: center;
/* 5399  */ }
/* 5400  */ .restrict-candidate-sec h2 {

/* plugin.css */

/* 5401  */     font-size: 50px;
/* 5402  */     margin-bottom: 19px;
/* 5403  */     text-transform: uppercase;
/* 5404  */     font-weight: 300;
/* 5405  */     line-height: 1.1;
/* 5406  */ }
/* 5407  */ .restrict-candidate-sec p {
/* 5408  */     font-size: 22px;
/* 5409  */     font-weight: 300;
/* 5410  */     color: #666666;
/* 5411  */     margin-bottom: 39px;
/* 5412  */ }
/* 5413  */ .restrict-candidate-sec a {
/* 5414  */     display: inline-block;
/* 5415  */     padding: 12px 15px;
/* 5416  */     color: #ffffff;
/* 5417  */     border-radius: 3px;
/* 5418  */     font-weight: bold;
/* 5419  */     margin: 0px 4px;
/* 5420  */     border: 1px solid;
/* 5421  */     margin-bottom: 10px;
/* 5422  */     -webkit-transition: all 0.4s ease-in-out;
/* 5423  */        -moz-transition: all 0.4s ease-in-out;
/* 5424  */         -ms-transition: all 0.4s ease-in-out;
/* 5425  */          -o-transition: all 0.4s ease-in-out;
/* 5426  */             transition: all 0.4s ease-in-out;
/* 5427  */ }
/* 5428  */ .restrict-candidate-sec a:hover {
/* 5429  */     background-color: transparent;
/* 5430  */ }
/* 5431  */ .restrict-candidate-sec a i {
/* 5432  */     float: left;
/* 5433  */     font-size: 19px;
/* 5434  */     margin-right: 10px;
/* 5435  */ }
/* 5436  */ .restrict-candidate-sec .jobsearch-box-title {margin-top: 25px; }
/* 5437  */ .restrict-candidate-sec .jobsearch-box-title span {
/* 5438  */     background-color: #dcdcdc;
/* 5439  */     color: #999999;
/* 5440  */     width: 24px;
/* 5441  */     height: 24px;
/* 5442  */     border-radius: 100%;
/* 5443  */     font-size: 11px;
/* 5444  */ }
/* 5445  */ .restrict-candidate-sec .jobsearch-box-title:after,.restrict-candidate-sec .jobsearch-box-title:before { display: none; }
/* 5446  */ .cv-packages-section,.packages-title {
/* 5447  */     float: left;
/* 5448  */     width: 100%;
/* 5449  */ }
/* 5450  */ .packages-title {

/* plugin.css */

/* 5451  */     text-align: center;
/* 5452  */     margin-bottom: 32px;
/* 5453  */ }
/* 5454  */ .packages-title h2 {
/* 5455  */     font-size: 24px;
/* 5456  */     text-transform: uppercase;
/* 5457  */ }
/* 5458  */ .jobsearch-employer-profile-form .upload-img-holder-sec img {
/* 5459  */     float: right;
/* 5460  */     width: 40px;
/* 5461  */ }
/* 5462  */ .jobsearch-employer-profile-form .upload-port-img-btn {
/* 5463  */     float: left;
/* 5464  */     width: auto;
/* 5465  */     padding: 11px 13px;
/* 5466  */     line-height: 1;
/* 5467  */     font-size: 12px;
/* 5468  */     border: 1px solid;
/* 5469  */     border-radius: 40px;
/* 5470  */     font-weight: 500;
/* 5471  */     margin-right: 10px;
/* 5472  */     -webkit-transition: all 0.4s ease-in-out;
/* 5473  */        -moz-transition: all 0.4s ease-in-out;
/* 5474  */         -ms-transition: all 0.4s ease-in-out;
/* 5475  */          -o-transition: all 0.4s ease-in-out;
/* 5476  */             transition: all 0.4s ease-in-out;
/* 5477  */ }
/* 5478  */ .jobsearch-employer-profile-form .upload-port-img-btn:hover {
/* 5479  */     color: #ffffff;
/* 5480  */ }
/* 5481  */ .file-container i {
/* 5482  */     font-size: 18px;
/* 5483  */     margin-right: 10px;
/* 5484  */ }
/* 5485  */ .file-container i.fa-file-text-o    { color: #333; }
/* 5486  */ .file-container i.fa-file-image-o   { color: #F1C40F; }
/* 5487  */ .file-container i.fa-file-word-o    { color: #2196F3; }
/* 5488  */ .file-container i.fa-file-excel-o   { color: #4DA462; }
/* 5489  */ .file-container i.fa-file-pdf-o     { color: #F15642; }
/* 5490  */ .jobsearch-file-attach-sec ul li {
/* 5491  */     list-style: none;
/* 5492  */     margin-bottom: 30px;
/* 5493  */ }
/* 5494  */ .jobsearch-file-attach-sec ul li .file-container {
/* 5495  */     float: left;
/* 5496  */     width: 100%;
/* 5497  */     border: 1px solid #ddd;
/* 5498  */     text-align: center;
/* 5499  */     padding: 30px 0px 0px 0px;
/* 5500  */ }

/* plugin.css */

/* 5501  */ .jobsearch-file-attach-sec ul li i {
/* 5502  */     display: block;
/* 5503  */     font-size: 30px;
/* 5504  */     margin-bottom: 10px;
/* 5505  */ }
/* 5506  */ .jobsearch-file-attach-sec .file-download-btn {
/* 5507  */     float: left;
/* 5508  */     width: 100%;
/* 5509  */     border-top: 1px solid #ddd;
/* 5510  */     line-height: 38px;
/* 5511  */     margin-top: 16px;
/* 5512  */     -webkit-transition: all 0.4s ease-in-out;
/* 5513  */        -moz-transition: all 0.4s ease-in-out;
/* 5514  */         -ms-transition: all 0.4s ease-in-out;
/* 5515  */          -o-transition: all 0.4s ease-in-out;
/* 5516  */             transition: all 0.4s ease-in-out;
/* 5517  */ }
/* 5518  */ .jobsearch-file-attach-sec li:hover .file-download-btn {
/* 5519  */     color: #fff;
/* 5520  */ }
/* 5521  */ .jobsearch-file-attach-sec .file-download-btn i {
/* 5522  */     font-size: 18px;
/* 5523  */     float: left;
/* 5524  */     border-right: 1px solid #ddd;
/* 5525  */     padding: 11px 14px 11px 14px;
/* 5526  */     margin: 0px;
/* 5527  */ }
/* 5528  */ .jobsearch-file-attach-sec .file-download-icon {
/* 5529  */     text-overflow: ellipsis;
/* 5530  */     white-space: nowrap;
/* 5531  */     overflow: hidden;
/* 5532  */     margin: 0px;
/* 5533  */     width: 12em;
/* 5534  */     display: inline-block;
/* 5535  */ }
/* 5536  */ .modal-box-area .login-reg-errors { margin-top: 10px; }
/* 5537  */ .jobsearch-fill-the-job {
/* 5538  */     float: left;
/* 5539  */     width: 14px;
/* 5540  */     height: 14px;
/* 5541  */     border: 1px solid #ddd;
/* 5542  */     margin: 2px 0px 0px 0px;
/* 5543  */     position: relative;
/* 5544  */ }
/* 5545  */ .jobsearch-fill-the-job i {
/* 5546  */     position: absolute;
/* 5547  */     left: 1px;
/* 5548  */     top: 1px;
/* 5549  */     color: red;
/* 5550  */     font-size: 10px;

/* plugin.css */

/* 5551  */ }
/* 5552  */ .apply-job-form-msg { margin-top: 15px; }
/* 5553  */ .apply-job-form-msg .alert-danger strong { color: #a94442; }
/* 5554  */
/* 5555  */
/* 5556  */ .jobsearch-search-container .jobsearch-banner-search { width: 100%; }
/* 5557  */ .jobsearch-search-container ul {
/* 5558  */     display: -webkit-box;
/* 5559  */     display: -ms-flexbox;
/* 5560  */     display: flex;
/* 5561  */     -ms-flex-wrap: wrap;
/* 5562  */     flex-wrap: wrap;
/* 5563  */     float: none;
/* 5564  */     width: auto;
/* 5565  */ }
/* 5566  */ .jobsearch-search-container ul li {
/* 5567  */     -ms-flex-preferred-size: 0;
/* 5568  */     flex-basis: 0;
/* 5569  */     -webkit-box-flex: 1;
/* 5570  */     -ms-flex-positive: 1;
/* 5571  */     flex-grow: 1;
/* 5572  */     max-width: 100%;
/* 5573  */ }
/* 5574  */ .jobsearch-search-container ul li:first-child input[type="text"] {
/* 5575  */     border-left: 1px solid #f2f2f2;
/* 5576  */ }
/* 5577  */ .jobsearch-search-container ul li i { text-align: center; }
/* 5578  */ .jobsearch-search-container .jobsearch-banner-search input[type="text"] { color: #000; }
/* 5579  */ .jobsearch-search-container .jobsearch-banner-search ul li:last-child { max-width: 5%; }
/* 5580  */ .user-cvs-list {
/* 5581  */     float: left;
/* 5582  */     width: 100%;
/* 5583  */     border: 1px solid #ddd;
/* 5584  */     margin: 5px 0px 15px 0px;
/* 5585  */ }
/* 5586  */ .user-cvs-list li {
/* 5587  */     float: left;
/* 5588  */     list-style: none;
/* 5589  */     width: 100%;
/* 5590  */     border-bottom: 1px solid #ddd;
/* 5591  */     padding: 0px 20px 0px 20px;
/* 5592  */     -webkit-transition: all 0.4s ease-in-out;
/* 5593  */        -moz-transition: all 0.4s ease-in-out;
/* 5594  */         -ms-transition: all 0.4s ease-in-out;
/* 5595  */          -o-transition: all 0.4s ease-in-out;
/* 5596  */             transition: all 0.4s ease-in-out;
/* 5597  */ }
/* 5598  */ .user-cvs-list li:hover,.user-cvs-list li.active {
/* 5599  */     background-color: #f7f7f7;
/* 5600  */ }

/* plugin.css */

/* 5601  */ .jobsearch-apply-withcvs .jobsearch-modal-title-box { width: auto; }
/* 5602  */ .user-cvs-list li:last-child { border-bottom: none; }
/* 5603  */ .user-cvs-list li label {
/* 5604  */     display: block;
/* 5605  */     text-align: left;
/* 5606  */     margin: 0px;
/* 5607  */     padding: 6px 0px 0px 20px;
/* 5608  */     cursor: pointer;
/* 5609  */ }
/* 5610  */ .user-cvs-list li input {
/* 5611  */     float: right;
/* 5612  */     margin: 21px 0px 0px 0px;
/* 5613  */ }
/* 5614  */ .user-cvs-list > li > i {
/* 5615  */     float: left;
/* 5616  */     padding: 21px 19px 22px 0px;
/* 5617  */     border-right: 1px solid #ddd;
/* 5618  */     margin-right: 20px;
/* 5619  */     font-size: 24px;
/* 5620  */ }
/* 5621  */ .user-cvs-list li i.fa-file-pdf-o { color: #DE300E; }
/* 5622  */ .user-cvs-list li i.fa-file-word-o { color: #2B5797; }
/* 5623  */ .upload-datetime {
/* 5624  */     display: block;
/* 5625  */     text-align: left;
/* 5626  */     font-weight: 300;
/* 5627  */     color: #999;
/* 5628  */     line-height: 1;
/* 5629  */     padding: 5px 0px 14px 0px;
/* 5630  */     cursor: pointer;
/* 5631  */ }
/* 5632  */ .upload-datetime i { margin-right: 7px; }
/* 5633  */ .upload-cvs-sep {
/* 5634  */     display: inline-block;
/* 5635  */     width: 100%;
/* 5636  */ }
/* 5637  */ .upload-new-cv-sec h4 { margin-bottom: 16px; }
/* 5638  */ .upload-new-cv-sec .jobsearch-upload-cv .jobsearch-disabled-input { width: 72%; }
/* 5639  */ #JobSearchNonuserApplyModal .jobsearch-upload-cv .jobsearch-disabled-input { width: 70%; }
/* 5640  */ .upload-new-cv-sec .jobsearch-upload-cv { margin-bottom: 0px; }
/* 5641  */ .upload-cvs-sep .jobsearch-box-title { margin-bottom: 12px; }
/* 5642  */ .upload-new-cv-sec p { text-align: left; }
/* 5643  */ .xdsoft_datetimepicker{z-index: 99999 !important;}
/* 5644  */ #JobSearchNonuserApplyModal i.jobsearch-icon.jobsearch-upload {
/* 5645  */     position: absolute;
/* 5646  */     left: 11px;
/* 5647  */     top: 11px;
/* 5648  */     -webkit-transition: all 0.4s ease-in-out;
/* 5649  */        -moz-transition: all 0.4s ease-in-out;
/* 5650  */         -ms-transition: all 0.4s ease-in-out;

/* plugin.css */

/* 5651  */          -o-transition: all 0.4s ease-in-out;
/* 5652  */             transition: all 0.4s ease-in-out;
/* 5653  */ }
/* 5654  */ #JobSearchNonuserApplyModal .jobsearch-fileUpload:hover i.jobsearch-icon.jobsearch-upload {
/* 5655  */     color: #ffffff; }
/* 5656  */ #JobSearchNonuserApplyModal .jobsearch-fileUpload span {
/* 5657  */     padding: 11px 25px 11px 35px;
/* 5658  */ }
/* 5659  */ /* Listing Loader */
/* 5660  */ .jobsearch-column-9.jobsearch-typo-wrap { position: relative; }
/* 5661  */ .jobsearch-listing-loader {
/* 5662  */     position: absolute;
/* 5663  */     left: 0px;
/* 5664  */     top: 0px;
/* 5665  */     width: 100%;
/* 5666  */     height: 100%;
/* 5667  */     z-index: 999;
/* 5668  */     background-color: rgba(255,255,255,0.90);
/* 5669  */ }
/* 5670  */ .spinner {
/* 5671  */     margin: 0 auto; margin-top: 70px;
/* 5672  */     width: 70px;
/* 5673  */     text-align: center;
/* 5674  */ }
/* 5675  */ .spinner > div {
/* 5676  */     width: 18px;
/* 5677  */     height: 18px;
/* 5678  */     background-color: #333;
/* 5679  */     border-radius: 100%;
/* 5680  */     display: inline-block;
/* 5681  */     -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
/* 5682  */     -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
/* 5683  */     animation: sk-bouncedelay 1.4s infinite ease-in-out both;
/* 5684  */ }
/* 5685  */
/* 5686  */ .spinner .bounce1 {
/* 5687  */     -webkit-animation-delay: -0.32s;
/* 5688  */     -o-animation-delay: -0.32s;
/* 5689  */     animation-delay: -0.32s;
/* 5690  */ }
/* 5691  */
/* 5692  */ .spinner .bounce2 {
/* 5693  */     -webkit-animation-delay: -0.16s;
/* 5694  */     -o-animation-delay: -0.16s;
/* 5695  */     animation-delay: -0.16s;
/* 5696  */ }
/* 5697  */
/* 5698  */ @-webkit-keyframes sk-bouncedelay {
/* 5699  */   0%, 80%, 100% {
/* 5700  */     -webkit-transform: scale(0);

/* plugin.css */

/* 5701  */        -moz-transform: scale(0);
/* 5702  */         -ms-transform: scale(0);
/* 5703  */          -o-transform: scale(0);
/* 5704  */             transform: scale(0);
/* 5705  */   }
/* 5706  */   40% {
/* 5707  */     -webkit-transform: scale(1.0);
/* 5708  */        -moz-transform: scale(1.0);
/* 5709  */         -ms-transform: scale(1.0);
/* 5710  */          -o-transform: scale(1.0);
/* 5711  */             transform: scale(1.0);
/* 5712  */   }
/* 5713  */ }
/* 5714  */
/* 5715  */ @keyframes sk-bouncedelay {
/* 5716  */   0%, 80%, 100% {
/* 5717  */     -webkit-transform: scale(0);
/* 5718  */        -moz-transform: scale(0);
/* 5719  */         -ms-transform: scale(0);
/* 5720  */          -o-transform: scale(0);
/* 5721  */             transform: scale(0);
/* 5722  */   } 40% {
/* 5723  */     -webkit-transform: scale(1.0);
/* 5724  */        -moz-transform: scale(1.0);
/* 5725  */         -ms-transform: scale(1.0);
/* 5726  */          -o-transform: scale(1.0);
/* 5727  */             transform: scale(1.0);
/* 5728  */   }
/* 5729  */ }
/* 5730  */ #circle {
/* 5731  */   width: 150px;
/* 5732  */   height: 150px;
/* 5733  */   position: relative;
/* 5734  */   -webkit-transform: rotate(180deg);
/* 5735  */      -moz-transform: rotate(180deg);
/* 5736  */       -ms-transform: rotate(180deg);
/* 5737  */        -o-transform: rotate(180deg);
/* 5738  */           transform: rotate(180deg);
/* 5739  */ }
/* 5740  */ #circle img {
/* 5741  */   border-radius: 100%;
/* 5742  */   position: absolute;
/* 5743  */   left: 9px;
/* 5744  */   top: 9px;
/* 5745  */   -webkit-transform: rotate(-180deg);
/* 5746  */      -moz-transform: rotate(-180deg);
/* 5747  */       -ms-transform: rotate(-180deg);
/* 5748  */        -o-transform: rotate(-180deg);
/* 5749  */           transform: rotate(-180deg);
/* 5750  */ }

/* plugin.css */

/* 5751  */ #circle .progressbar-text {
/* 5752  */     width: 22% !important;
/* 5753  */     -webkit-transform: rotate(-180deg) !important;
/* 5754  */        -moz-transform: rotate(-180deg) !important;
/* 5755  */         -ms-transform: rotate(-180deg) !important;
/* 5756  */          -o-transform: rotate(-180deg) !important;
/* 5757  */             transform: rotate(-180deg) !important;
/* 5758  */ }
/* 5759  */ .required-skills-detail {
/* 5760  */     float: left;
/* 5761  */     width: 100%;
/* 5762  */     padding: 0px 10px;
/* 5763  */     margin-bottom: 22px;
/* 5764  */ }
/* 5765  */ .skills-perc {
/* 5766  */     float: left;
/* 5767  */     width: 100%;
/* 5768  */     border-top: 1px solid #eee;
/* 5769  */     color: #333;
/* 5770  */     margin-top: 5px;
/* 5771  */     padding-top: 13px;
/* 5772  */     margin-bottom: 13px;
/* 5773  */ }
/* 5774  */ .skills-perc small {
/* 5775  */     display: block;
/* 5776  */     font-weight: bold;
/* 5777  */     font-size: 20px;
/* 5778  */ }
/* 5779  */ .get-skill-detail-btn {
/* 5780  */     display: inline-block;
/* 5781  */     padding: 5px 16px;
/* 5782  */     color: #ffffff;
/* 5783  */     border-radius: 4px;
/* 5784  */     border: 1px solid;
/* 5785  */     -webkit-transition: all 0.4s ease-in-out;
/* 5786  */        -moz-transition: all 0.4s ease-in-out;
/* 5787  */         -ms-transition: all 0.4s ease-in-out;
/* 5788  */          -o-transition: all 0.4s ease-in-out;
/* 5789  */             transition: all 0.4s ease-in-out;
/* 5790  */ }
/* 5791  */ .get-skill-detail-btn:hover {
/* 5792  */     background-color: #ffffff;
/* 5793  */ }
/* 5794  */ .profile-improve-con,.improve-title,
/* 5795  */ .profile-improve-con ul,
/* 5796  */ .profile-improve-con ul li,
/* 5797  */ .profile-completion-con {
/* 5798  */     float: left;
/* 5799  */     width: 100%;
/* 5800  */ }

/* plugin.css */

/* 5801  */ .profile-improve-con ul {
/* 5802  */     padding: 0px;
/* 5803  */     margin: 0px;
/* 5804  */ }
/* 5805  */ .profile-improve-con,.profile-completion-con,.complet-title { text-align: left; }
/* 5806  */ .improve-title h5,.complet-title h5 {
/* 5807  */     font-size: 15px;
/* 5808  */     margin-bottom: 12px;
/* 5809  */     margin-top: 0px !important;
/* 5810  */ }
/* 5811  */ .profile-improve-con ul li {
/* 5812  */     list-style: none;
/* 5813  */     background-color: #f3f5f7;
/* 5814  */     padding: 9px 54px;
/* 5815  */     border-radius: 4px;
/* 5816  */     margin-top: 10px;
/* 5817  */     color: #333;
/* 5818  */     position: relative;
/* 5819  */     min-height: 45px;
/* 5820  */ }
/* 5821  */ .profile-improve-con ul li:first-child { margin-top: 0px; }
/* 5822  */ .profile-improve-con ul li:after {
/* 5823  */     content: "\f071";
/* 5824  */     font-family: FontAwesome;
/* 5825  */     position: absolute;
/* 5826  */     right: 20px;
/* 5827  */     top: 10px;
/* 5828  */     color: #f0ad4e;
/* 5829  */ }
/* 5830  */ .profile-improve-con ul li small {
/* 5831  */     position: absolute;
/* 5832  */     left: 12px;
/* 5833  */     top: 7px;
/* 5834  */     width: 30px;
/* 5835  */     height: 30px;
/* 5836  */     color: #ffffff;
/* 5837  */     border-radius: 100%;
/* 5838  */     padding-top: 9px;
/* 5839  */     text-align: center;
/* 5840  */     font-size: 12px;
/* 5841  */     line-height: 1;
/* 5842  */ }
/* 5843  */ .profile-completion-con {
/* 5844  */     border-bottom: 1px solid #eee;
/* 5845  */     border-top: 1px solid #eee;
/* 5846  */     padding-bottom: 0px;
/* 5847  */     margin-bottom: 10px;
/* 5848  */ }
/* 5849  */ .complet-percent {
/* 5850  */     float: left;

/* plugin.css */

/* 5851  */     width: 65%;
/* 5852  */     padding: 20px 0px 20px 0px;
/* 5853  */ }
/* 5854  */ .percent-num {
/* 5855  */     float: left;
/* 5856  */     font-size: 28px;
/* 5857  */     padding-right: 15px;
/* 5858  */ }
/* 5859  */ .complet-percent .percent-bar {
/* 5860  */     float: left;
/* 5861  */     width: 75%;
/* 5862  */     height: 8px;
/* 5863  */     border-radius: 10px;
/* 5864  */     background-color: #eeeeee;
/* 5865  */     position: relative;
/* 5866  */     margin-top: 6px;
/* 5867  */ }
/* 5868  */ .complet-percent .percent-bar span {
/* 5869  */     position: absolute;
/* 5870  */     left: 0px;
/* 5871  */     top: 0px;
/* 5872  */     height: 8px;
/* 5873  */     border-radius: 10px;
/* 5874  */ }
/* 5875  */ .minimum-percent {
/* 5876  */     float: right;
/* 5877  */     width: 35%;
/* 5878  */     border-left: 1px solid #eee;
/* 5879  */     padding: 11px 0px 6px 20px;
/* 5880  */ }
/* 5881  */ .minimum-percent span {
/* 5882  */     color: #333;
/* 5883  */     display: block;
/* 5884  */ }
/* 5885  */ .minimum-percent small {
/* 5886  */     font-size: 16px;
/* 5887  */     color: #333;
/* 5888  */ }
/* 5889  */ /* Selectize Select Style */
/* 5890  */ .selectize-control.single .selectize-input {
/* 5891  */     background-color: #ffffff;
/* 5892  */     box-shadow: none;
/* 5893  */     background-image: inherit;
/* 5894  */     text-align: left;
/* 5895  */ }
/* 5896  */ .jobsearch-banner-search .item {
/* 5897  */     display: inline-block;
/* 5898  */     padding: 10px 0px 0px 0px;
/* 5899  */     color: #777;
/* 5900  */ }

/* plugin.css */

/* 5901  */ .jobsearch-top-searchbar .selectize-dropdown [data-selectable], .jobsearch-top-searchbar .selectize-dropdown .optgroup-header {
/* 5902  */     padding: 8px 8px;
/* 5903  */     color: #999;
/* 5904  */     font-weight: 300;
/* 5905  */ }
/* 5906  */ .jobsearch-banner-search .selectize-control .selectize-input {
/* 5907  */     height: 60px; }
/* 5908  */ .selectize-control.single .selectize-input, .selectize-dropdown.single {
/* 5909  */     border-color: #f2f2f2; }
/* 5910  */ .selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
/* 5911  */     padding: 0px 18px; }
/* 5912  */ .selectize-dropdown {
/* 5913  */     text-align: left; }
/* 5914  */ .jobsearch-banner-search .selectize-control.single .selectize-input {
/* 5915  */     border-left: none;
/* 5916  */     border-radius: 0px;
/* 5917  */ }
/* 5918  */ .jobsearch-filterable-select .selectize-control.single .selectize-input {
/* 5919  */     border: none; }
/* 5920  */ .jobsearch-filterable-select .selectize-control.single .selectize-input {
/* 5921  */     padding: 0px 35px 0px 10px; }
/* 5922  */ .jobsearch-filterable-select .selectize-control,.jobsearch-filterable-select .selectize-control.single .selectize-input {
/* 5923  */     height: 22px; }
/* 5924  */ .selectize-control.single .selectize-input input {
/* 5925  */     color: #000; }
/* 5926  */ .jobsearch-profile-select .selectize-control.single .selectize-input {
/* 5927  */     height: 42px; }
/* 5928  */ .jobsearch-profile-select .selectize-control.single .selectize-input,
/* 5929  */ .jobsearch-profile-select .selectize-control.single .selectize-input input {
/* 5930  */     padding: 10px 14px; }
/* 5931  */ .jobsearch-profile-select .selectize-control.single .selectize-input input,
/* 5932  */ .jobsearch-profile-select .selectize-select.multi .selectize-input input {
/* 5933  */     height: 20px; }
/* 5934  */ .jobsearch-profile-select .selectize-select.multi .selectize-input {
/* 5935  */     box-shadow: none;
/* 5936  */     padding: 7px 9px 5px;
/* 5937  */     border-color: #eceeef;
/* 5938  */     min-height: 40px;
/* 5939  */ }
/* 5940  */ .jobsearch-profile-select input[type="text"],
/* 5941  */ .jobsearch-banner-search .selectize-input input[type="text"] {
/* 5942  */     float: none !important;
/* 5943  */ }
/* 5944  */ .range-field-container {
/* 5945  */     float: left;
/* 5946  */     width: 100%;
/* 5947  */     border: 1px solid #f2f2f2;
/* 5948  */     padding: 20px 10px 10px 20px;
/* 5949  */     position: relative;
/* 5950  */ }

/* plugin.css */

/* 5951  */ .jobsearch-employer-profile-form li .range-field-container input[type="text"] {
/* 5952  */     height: 15px;
/* 5953  */     padding: 0px;
/* 5954  */     margin-bottom: 10px;
/* 5955  */     position: absolute;
/* 5956  */     right: 0px;
/* 5957  */     top: 3px;
/* 5958  */     width: auto;
/* 5959  */     text-align: right;
/* 5960  */     padding-right: 15px;
/* 5961  */ }
/* 5962  */ .careerfy-banner-search-three .selectize-control.single .selectize-input {
/* 5963  */     height: 49px;
/* 5964  */     padding: 15px 18px;
/* 5965  */ }
/* 5966  */ .jobsearch-column-9 .careerfy-job-grid > ul > li { width: 33.333%; }
/* 5967  */ .jobsearch-column-9 .careerfy-featured-jobs-list > ul > li {
/* 5968  */     float: none;
/* 5969  */     display: inline-block;
/* 5970  */     vertical-align: top;
/* 5971  */     margin-right: -4px;
/* 5972  */ }
/* 5973  */ .jobsearch-column-9 .careerfy-featured-jobs-list .careerfy-option-btn,
/* 5974  */ .jobsearch-column-9 .careerfy-featured-listing .careerfy-option-btn {
/* 5975  */     padding: 4px 5px;
/* 5976  */     font-size: 10px;
/* 5977  */ }
/* 5978  */ .selectize-control.single .selectize-input:after {
/* 5979  */     content: "\f107";
/* 5980  */     font-family: FontAwesome;
/* 5981  */     border: none;
/* 5982  */     right: 32px;
/* 5983  */     margin-top: -9px;
/* 5984  */     font-size: 22px;
/* 5985  */     color: #999999;
/* 5986  */ }
/* 5987  */ .selectize-input.dropdown-active:before {
/* 5988  */     content: "\f106";
/* 5989  */     font-family: FontAwesome;
/* 5990  */     border: none;
/* 5991  */     height: auto;
/* 5992  */     background: transparent;
/* 5993  */     bottom: auto;
/* 5994  */     top: 50%;
/* 5995  */     display: inline-block;
/* 5996  */     left: auto;
/* 5997  */     right: 17px;
/* 5998  */     margin-top: -10px;
/* 5999  */     font-size: 22px;
/* 6000  */     color: #999999;

/* plugin.css */

/* 6001  */ }
/* 6002  */ .dropdown-active.selectize-input:after,.careerfy-banner-two .selectize-input.dropdown-active:before { display: none !important; }
/* 6003  */ .jobsearch-sort-section .selectize-control.single .selectize-input input { display: none !important; }
/* 6004  */ .jobsearch-sort-section .selectize-control.single .selectize-input:after { right: 20px; }
/* 6005  */ .jobsearch-sort-section .selectize-input.dropdown-active:before { right: 10px; font-size: 14px; }
/* 6006  */ .jobsearch-sort-section .selectize-control.single .selectize-input:after { font-size: 14px; }
/* 6007  */ .jobsearch-filterable-select .selectize-control.single .selectize-input { background-color: transparent; }
/* 6008  */ .jobsearch-filter-sortable .jobsearch-filterable-select:after { display: none; }
/* 6009  */ .pass-user-ara {
/* 6010  */     float: left;
/* 6011  */     width: 100%;
/* 6012  */     position: relative;
/* 6013  */     margin-bottom: 30px;
/* 6014  */ }
/* 6015  */ .pass-user-ara input[type="password"] {
/* 6016  */     float: left;
/* 6017  */     width: 100%;
/* 6018  */     height: 40px;
/* 6019  */     border: 1px solid #d9d9d9;
/* 6020  */     padding: 7px 20px;
/* 6021  */     background-color: #ffffff;
/* 6022  */     font-size: 14px;
/* 6023  */ }
/* 6024  */ .pass-user-ara i {
/* 6025  */     position: absolute;
/* 6026  */     right: 20px;
/* 6027  */     bottom: 13px;
/* 6028  */     font-size: 16px;
/* 6029  */     color: #999;
/* 6030  */ }
/* 6031  */ .del-action-btns {
/* 6032  */     float: left;
/* 6033  */     width: 100%;
/* 6034  */     text-align: center;
/* 6035  */     margin-bottom: 20px;
/* 6036  */ }
/* 6037  */ .jobsearch-modal .del-action-btns a {
/* 6038  */     display: inline-block;
/* 6039  */     padding: 13px 30px;
/* 6040  */     background-color: #d53632;
/* 6041  */     color: #ffffff !important;
/* 6042  */     font-size: 16px;
/* 6043  */     float: none;
/* 6044  */     line-height: 1;
/* 6045  */     border-radius: 2px;
/* 6046  */     margin: 0px 10px;
/* 6047  */ }
/* 6048  */ .jobsearch-modal .del-action-btns a.jobsearch-userdel-cancel {
/* 6049  */     background-color: #7dc677; }
/* 6050  */ .conf-msg {

/* plugin.css */

/* 6051  */     font-size: 20px;
/* 6052  */     margin-bottom: 0px;
/* 6053  */     color: #333;
/* 6054  */ }
/* 6055  */ .undone-msg {
/* 6056  */     font-weight: bold;
/* 6057  */     color: #333;
/* 6058  */     margin-bottom: 30px;
/* 6059  */ }
/* 6060  */ #JobSearchModalUserProfileDel.jobsearch-modal .modal-box-area { padding-bottom: 20px; }
/* 6061  */ .jobsearch-user-profiledel-pop .terms-priv-chek-con {
/* 6062  */     float: left;
/* 6063  */     width: 100%;
/* 6064  */     text-align: center;
/* 6065  */ }
/* 6066  */ .jobsearch-user-profiledel-pop .terms-priv-chek-con p {
/* 6067  */     display: inline-block;
/* 6068  */ }
/* 6069  */ .jobsearch-user-profiledel-pop .terms-priv-chek-con input {
/* 6070  */     float: left;
/* 6071  */     margin: 7px 10px 0px 0px;
/* 6072  */ }
/* 6073  */ .terms-priv-chek-con {
/* 6074  */     display: inline-block;
/* 6075  */     margin-bottom: 10px;
/* 6076  */     width: 100%;
/* 6077  */ }
/* 6078  */ .jobsearch-employer-dasboard .terms-priv-chek-con { margin: 0px 0px 14px 0px; }
/* 6079  */ .jobsearch-employer-dasboard .terms-priv-chek-con input {
/* 6080  */     margin: 7px 10px 0px 0px;
/* 6081  */ }
/* 6082  */ .terms-priv-chek-con p input {
/* 6083  */     margin: 0px 7px 0px 0px;
/* 6084  */     display: inline-block;
/* 6085  */     vertical-align: middle;
/* 6086  */     height: 18px;
/* 6087  */     width: 18px;
/* 6088  */ }
/* 6089  */ .jobsearch-modal .terms-priv-chek-con p input { margin-top: 3px !important; }
/* 6090  */ .terms-priv-chek-con p a {
/* 6091  */     margin-top: 0px;
/* 6092  */     float: none;
/* 6093  */ }
/* 6094  */ .jobsearch-feat-job-form ul {
/* 6095  */     float: left;
/* 6096  */     width: 100%;
/* 6097  */     margin: 20px 0px;
/* 6098  */ }
/* 6099  */ .jobsearch-feat-job-form ul li {
/* 6100  */     float: left;

/* plugin.css */

/* 6101  */     width: 100%;
/* 6102  */     list-style: none;
/* 6103  */     background-color: #f5f5f5;
/* 6104  */     padding: 7px 20px;
/* 6105  */     border-bottom: 1px solid #eee;
/* 6106  */ }
/* 6107  */ .jobsearch-feat-job-form ul li label {
/* 6108  */     float: left;
/* 6109  */     margin: 0px;
/* 6110  */ }
/* 6111  */ .jobsearch-feat-job-form ul li input {
/* 6112  */     float: right;
/* 6113  */ }
/* 6114  */ .jobsearch-feature-pkg-sbtn {
/* 6115  */     display: inline-block;
/* 6116  */     padding: 10px 30px;
/* 6117  */     color: #ffffff;
/* 6118  */     background-color: #33cc33;
/* 6119  */     font-size: 16px;
/* 6120  */     font-weight: 500;
/* 6121  */ }
/* 6122  */ .jobsearch-advance-search-holdr .jobsearch-banner-search ul li {
/* 6123  */     float: none;
/* 6124  */     display: inline-block;
/* 6125  */     vertical-align: top;
/* 6126  */     margin-right: -4px;
/* 6127  */     padding: 0px 10px;
/* 6128  */     width: 26%;
/* 6129  */     margin-bottom: 15px;
/* 6130  */ }
/* 6131  */ .jobsearch-advance-search-holdr .adv-search-options {
/* 6132  */     text-align: left;
/* 6133  */     position: relative;
/* 6134  */     z-index: 0;
/* 6135  */ }
/* 6136  */ .jobsearch-advance-search-holdr .jobsearch-subheader-form .jobsearch-banner-search { padding-bottom: 3px; }
/* 6137  */ .jobsearch-advance-search-holdr .jobsearch-banner-search ul li:first-child { padding-left: 0px; }
/* 6138  */ .jobsearch-advance-search-holdr .jobsearch-banner-search .selectize-control.single .selectize-input,
/* 6139  */ .jobsearch-advance-search-holdr .jobsearch-banner-search ul li:nth-child(2) input[type="text"] { border-left: 1px solid #f2f2f2; }
/* 6140  */ .jobsearch-advance-search-holdr .jobsearch-banner-search ul li.adv-srch-toggler { width: 16%; text-align: center; }
/* 6141  */ .adv-srch-toggler a {
/* 6142  */     display: inline-block;
/* 6143  */     text-decoration: underline;
/* 6144  */     margin: 15px 0px 0px 0px;
/* 6145  */ }
/* 6146  */ .adv-srch-toggler a span {
/* 6147  */     font-size: 16px;
/* 6148  */ }
/* 6149  */ .adv-search-options {
/* 6150  */     float: left;

/* plugin.css */

/* 6151  */     width: 100%;
/* 6152  */     display: none;
/* 6153  */ }
/* 6154  */ .jobsearch-banner-search .adv-search-options ul li { width: 33.333%; }
/* 6155  */ .jobsearch-banner-search .adv-search-options ul li.advsrch-fields-hdng {
/* 6156  */     width: 100%;
/* 6157  */     text-align: left;
/* 6158  */     margin: 10px 0px;
/* 6159  */ }
/* 6160  */ .jobsearch-sfiltrs-heding h2 {
/* 6161  */     float: left;
/* 6162  */     width: 100%;
/* 6163  */     margin: 10px 0px;
/* 6164  */ }
/* 6165  */ .jobsearch-sfiltrs-heding,
/* 6166  */ .jobsearch-banner-search .adv-search-options ul li.advsrch-fields-hdng h2 { font-size: 21px; }
/* 6167  */ .jobsearch-banner-search .adv-search-options ul li.srch-radius-slidr { width: 100%; margin-bottom: 10px; }
/* 6168  */ .jobsearch-banner-search .adv-search-options .ui-widget-content {
/* 6169  */     background-color: #ededed;
/* 6170  */     float: left;
/* 6171  */     width: 88.50%;
/* 6172  */     margin: 9px 0px 0px 0px;
/* 6173  */ }
/* 6174  */ .jobsearch-banner-search .adv-search-options ul li:last-child { width: 33.333%; }
/* 6175  */ .jobsearch-banner-search .adv-search-options .ui-widget-content .ui-state-default { border-radius: 100%; border: 4px solid; }
/* 6176  */ .jobsearch-banner-search .adv-search-options .filter-slider-range { float: left; width: 115px; }
/* 6177  */ .jobsearch-banner-search .adv-search-options ul li.srch-radius-slidr { padding-left: 10px; }
/* 6178  */ .jobsearch-banner-search .adv-search-options .filter-slider-range input {
/* 6179  */     height: 30px;
/* 6180  */     font-size: 14px;
/* 6181  */     color: #666666;
/* 6182  */     text-align: left;
/* 6183  */     padding-left: 0px;
/* 6184  */ }
/* 6185  */ .jobsearch-banner-search .adv-search-options ul {
/* 6186  */     float: none;
/* 6187  */     width: auto;
/* 6188  */     margin: 0px -10px;
/* 6189  */ }
/* 6190  */ .jobsearch-advance-search-holdr.search-with-map {
/* 6191  */     padding-top: 0px;
/* 6192  */     margin-top: -50px;
/* 6193  */     position: relative;
/* 6194  */ }
/* 6195  */ /* Map Tooltip */
/* 6196  */ .jobsearch_map_info {
/* 6197  */     width: 330px;
/* 6198  */     padding: 20px;
/* 6199  */     box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.10);
/* 6200  */     margin-top: 10px;

/* plugin.css */

/* 6201  */ }
/* 6202  */ .jobsearch_map_info:before {
/* 6203  */     content: '';
/* 6204  */     position: absolute;
/* 6205  */     left: -12px;
/* 6206  */     top: 50%;
/* 6207  */     border-top: 10px solid transparent;
/* 6208  */     border-right: 12px solid #ffffff;
/* 6209  */     border-bottom: 10px solid transparent;
/* 6210  */     margin-top: -13px;
/* 6211  */     z-index: 2;
/* 6212  */ }
/* 6213  */ .jobsearch_map_info:after {
/* 6214  */     content: '';
/* 6215  */     position: absolute;
/* 6216  */     left: -13px;
/* 6217  */     top: 50%;
/* 6218  */     border-top: 10px solid transparent;
/* 6219  */     border-right: 12px solid #ddd;
/* 6220  */     border-bottom: 10px solid transparent;
/* 6221  */     margin-top: -13px;
/* 6222  */     z-index: 1;
/* 6223  */ }
/* 6224  */ .liting_map_info .listing-info-inner,
/* 6225  */ .liting_map_info .info-main-container {
/* 6226  */     float: left;
/* 6227  */     width: 100%;
/* 6228  */ }
/* 6229  */ .jobsearch_map_info { background-color: #ffffff; }
/* 6230  */ .listing-info-inner {
/* 6231  */     display: tabel;
/* 6232  */ }
/* 6233  */ .info-main-container {
/* 6234  */     display: table-row;
/* 6235  */ }
/* 6236  */ .jobsearch_map_info .img-con {
/* 6237  */     float: none;
/* 6238  */     display: table-cell;
/* 6239  */     width: 100px;
/* 6240  */     vertical-align: middle;
/* 6241  */ }
/* 6242  */ .jobsearch_map_info .img-con img {
/* 6243  */     border-radius: 0px;
/* 6244  */     border: none;
/* 6245  */ }
/* 6246  */ .img-con ~ .info-txt-holder {
/* 6247  */     display: table-cell;
/* 6248  */     padding: 0px 0px 0px 14px;
/* 6249  */     vertical-align: middle;
/* 6250  */ }

/* plugin.css */

/* 6251  */ .info-txt-holder .info-title {
/* 6252  */     font-size: 17px;
/* 6253  */     color: #333;
/* 6254  */     margin-bottom: 6px;
/* 6255  */     display: inline-block;
/* 6256  */     width: 100%;
/* 6257  */ }
/* 6258  */ .post-secin {
/* 6259  */     font-size: 14px;
/* 6260  */     color: #666;
/* 6261  */     display: inline-block;
/* 6262  */     margin-bottom: 6px;
/* 6263  */ }
/* 6264  */ .jobsearch_map_info .close {
/* 6265  */     position: absolute;
/* 6266  */     right: 10px;
/* 6267  */     top: 8px;
/* 6268  */ }
/* 6269  */ .jobsearch-map-zoom-controls a {
/* 6270  */     float: left;
/* 6271  */     padding: 7px 0px 0px 0px;
/* 6272  */     width: 32px;
/* 6273  */     height: 32px;
/* 6274  */     margin: 5px 0px 5px 0px;
/* 6275  */     color: #666666;
/* 6276  */     font-size: 15px;
/* 6277  */     cursor: pointer;
/* 6278  */     text-align: center;
/* 6279  */     background-color: #ffffff;
/* 6280  */     border-left: 1px solid #e6e6e6;
/* 6281  */ }
/* 6282  */ .jobsearch-map-zoom-controls a:first-child { border-left: none; }
/* 6283  */ .jobsearch-map-zoom-controls {
/* 6284  */     margin-left: 16px !important;
/* 6285  */     margin-top: 11px !important;
/* 6286  */ }
/* 6287  */ .jobsearch_location_autocomplete {
/* 6288  */     position: absolute;
/* 6289  */     width: 100%;
/* 6290  */ }
/* 6291  */ /*----- location dropdown style -----*/
/* 6292  */ .jobsearch_searchloc_div .jobsearch_location_autocomplete { background: #fff; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10); left: 0px !important; position: absolute; top: 100%!important; z-index: 9999; text-align: left; }
/* 6293  */ .jobsearch_searchloc_div .address_headers h5 { font-weight: bold; }
/* 6294  */ .jobsearch_searchloc_div .address_headers { font-weight: bold; margin: 10px 15px; }
/* 6295  */ .jobsearch_searchloc_div .jobsearch_google_suggestions { cursor: pointer; font-size: 13px; padding: 5px 15px; -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out; }
/* 6296  */ .jobsearch_searchloc_div .jobsearch_google_suggestions:hover { color: #fff; }
/* 6297  */ .jobsearch_searchloc_div .jobsearch_location_parent { cursor: pointer; font-size: 13px; padding: 5px 15px; -webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out; }
/* 6298  */ .jobsearch_searchloc_div .jobsearch_location_parent:hover { color: #fff; }
/* 6299  */ .sugg-search-results {
/* 6300  */     background: #fff; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10); left: 0px; position: absolute; top: 100%; z-index: 9999; text-align: left; width: 100%;

/* plugin.css */

/* 6301  */ }
/* 6302  */ .jobsearch-sugges-search {
/* 6303  */     float: left;
/* 6304  */     width: 100%;
/* 6305  */     position: relative;
/* 6306  */ }
/* 6307  */ .jobsearch-banner-seven-caption .sugg-search-loader {
/* 6308  */     position: absolute;
/* 6309  */     right: 15px;
/* 6310  */     top: 12px;
/* 6311  */ }
/* 6312  */ .search-res-item,
/* 6313  */ .careerfy-typo-wrap .search-res-item {
/* 6314  */     font-size: 14px;
/* 6315  */     font-weight: normal;
/* 6316  */     line-height: 20px;
/* 6317  */     position: relative;
/* 6318  */     color: black;
/* 6319  */     margin-bottom: 0px;
/* 6320  */     cursor: pointer;
/* 6321  */     padding: 10px 15px;
/* 6322  */     border-bottom: 1px solid #f1f1f1;
/* 6323  */     float: left;
/* 6324  */     width: 100%;
/* 6325  */     text-align: left;
/* 6326  */     -webkit-transition: all 0.4s ease-in-out;
/* 6327  */        -moz-transition: all 0.4s ease-in-out;
/* 6328  */         -ms-transition: all 0.4s ease-in-out;
/* 6329  */          -o-transition: all 0.4s ease-in-out;
/* 6330  */             transition: all 0.4s ease-in-out;
/* 6331  */ }
/* 6332  */ .search-res-item:hover,
/* 6333  */ .careerfy-typo-wrap .search-res-item:hover {
/* 6334  */     background-color: #f5f5f5;
/* 6335  */ }
/* 6336  */ .sugg-search-results .img-holder {
/* 6337  */     display: table-cell;
/* 6338  */     vertical-align: middle;
/* 6339  */     width: 35px;
/* 6340  */ }
/* 6341  */ .sugg-search-results .img-holder img {
/* 6342  */     width: 100%;
/* 6343  */     border: 1px solid #ddd;
/* 6344  */ }
/* 6345  */ .search-res-item .text-holder {
/* 6346  */     display: table-cell;
/* 6347  */     vertical-align: middle;
/* 6348  */     padding-left: 12px;
/* 6349  */ }
/* 6350  */ .search-res-item .text-holder a { overflow: hidden; vertical-align: middle; color: #666; }

/* plugin.css */

/* 6351  */ .search-res-item .text-holder a { color: #2d2d2d; vertical-align: middle; }
/* 6352  */ .search-res-item .text-holder span.post-adress { color: #555; display: block; font-size: 12px; left: auto; line-height: 17px; margin: 0; position: inherit; top: auto; }
/* 6353  */ .search-res-item .text-holder span.post-adress i { position: static; display: inline-block; line-height: 24px; color: #666; font-size: 13px; margin-right: 5px; }
/* 6354  */ .show-all-results a {
/* 6355  */     float: left;
/* 6356  */     width: 100%;
/* 6357  */     color: #ffffff;
/* 6358  */     padding: 4px 0px;
/* 6359  */     text-align: center;
/* 6360  */     -webkit-transition: all 0.4s ease-in-out;
/* 6361  */        -moz-transition: all 0.4s ease-in-out;
/* 6362  */         -ms-transition: all 0.4s ease-in-out;
/* 6363  */          -o-transition: all 0.4s ease-in-out;
/* 6364  */             transition: all 0.4s ease-in-out;
/* 6365  */ }
/* 6366  */ .show-all-results a:hover { background-color: transparent; }
/* 6367  */ .jobsearch-banner-search.search-cat-off > ul > li { width: 47%; }
/* 6368  */ .jobsearch-banner-search.search-cat-off > ul > li:last-child,.jobsearch-advance-search-holdr .jobsearch-banner-search > ul > li:last-child { width: 6%; }
/* 6369  */ .jobsearch-advance-search-holdr .search-cat-off > ul > li { width: 39%; }
/* 6370  */
/* 6371  */
/* 6372  */ .jobsearch-banner-search.search-loc-off.search-cat-off > ul > li:first-child,
/* 6373  */ .jobsearch-banner-search.search-keyword-off.search-cat-off > ul > li:first-child { width: 92%; }
/* 6374  */
/* 6375  */ .jobsearch-banner-search.search-loc-off > ul > li { width: 47%; }
/* 6376  */ .jobsearch-banner-search.search-loc-off > ul > li:last-child,.jobsearch-advance-search-holdr .jobsearch-banner-search > ul > li:last-child { width: 6%; }
/* 6377  */ .jobsearch-advance-search-holdr .search-loc-off > ul > li { width: 39%; }
/* 6378  */
/* 6379  */ .has-advance-search .jobsearch-banner-search.search-loc-off.search-cat-off > ul > li:first-child { width: 77%; }
/* 6380  */ .jobsearch-advance-search-holdr.has-advance-search .search-cat-off > ul > li:first-child { width: 38%; }
/* 6381  */
/* 6382  */
/* 6383  */
/* 6384  */ .jobsearch-listing-mapcon {
/* 6385  */     float: left;
/* 6386  */     width: 100%;
/* 6387  */     margin-bottom: 60px;
/* 6388  */ }
/* 6389  */ .jobsearch-listing-mapcon.with-serch-map-both { margin-bottom: 0px; }
/* 6390  */ .recaptcha-reload-a,.jobsearch-login-box form .recaptcha-reload-a,
/* 6391  */ .careerfy-typo-wrap .recaptcha-reload-a,.careerfy-typo-wrap .jobsearch-login-box form .recaptcha-reload-a {
/* 6392  */     float: left;
/* 6393  */     margin: -4em 0em 0em 14em;
/* 6394  */     font-size: 12px;
/* 6395  */     position: relative;
/* 6396  */ }
/* 6397  */ .jobsearch_box_contact_form .recaptcha-reload-a { margin-top: -4.5em; }
/* 6398  */ .careerfy-employer-grid-wrap,.jobsearch-employer-list .jobsearch-table-layer { cursor: pointer; }
/* 6399  */ .jobsearch-employer-cvr-img {
/* 6400  */     float: left;

/* plugin.css */

/* 6401  */     width: 100%;
/* 6402  */ }
/* 6403  */ .careerfy-employer-grid-wrap {
/* 6404  */     position: relative; }
/* 6405  */ .img-cont-sec {
/* 6406  */     display: inline-block;
/* 6407  */     position: relative;
/* 6408  */     width: 100%;
/* 6409  */ }
/* 6410  */ .employer-remove-coverimg,.candidate-remove-coverimg {
/* 6411  */     position: absolute;
/* 6412  */     right: 0px;
/* 6413  */     top: 0px;
/* 6414  */     background-color: #fb353f;
/* 6415  */     color: #ffffff;
/* 6416  */     padding: 5px 8px;
/* 6417  */     line-height: 1;
/* 6418  */     z-index: 2;
/* 6419  */     font-weight: 500;
/* 6420  */ }
/* 6421  */ .careerfy-search-eight-wrap,.careerfy-search-six-wrap {
/* 6422  */     float: left;
/* 6423  */     width: 100%;
/* 6424  */ }
/* 6425  */ /* Aplicants Grid View */
/* 6426  */ .aplicants-grid-view > ul > li.jobsearch-column-4 {
/* 6427  */     display: inline-block;
/* 6428  */     float: none;
/* 6429  */     margin-right: -4px;
/* 6430  */     vertical-align: top;
/* 6431  */     padding: 0px 10px;
/* 6432  */ }
/* 6433  */ .aplicants-grid-view .jobsearch-row, .jobsearch-typo-wrap .aplicants-grid-view .jobsearch-row {
/* 6434  */     margin: 0px -10px;
/* 6435  */ }
/* 6436  */ .aplicants-grid-view-wrap {
/* 6437  */     float: left;
/* 6438  */     width: 100%;
/* 6439  */     border: 1px solid #ececec;
/* 6440  */     text-align: center;
/* 6441  */     position: relative;
/* 6442  */ }
/* 6443  */ .aplicants-grid-inner-con {
/* 6444  */     float: left;
/* 6445  */     width: 100%;
/* 6446  */     padding: 22px 18px 0px 18px;
/* 6447  */ }
/* 6448  */ .aplicants-grid-view-thumb {
/* 6449  */     display: inline-block;
/* 6450  */     width: 115px;

/* plugin.css */

/* 6451  */     border-radius: 100%;
/* 6452  */     margin-bottom: 10px;
/* 6453  */ }
/* 6454  */ .aplicants-grid-view-thumb img {
/* 6455  */     border-radius: 100%;
/* 6456  */     width: 100%;
/* 6457  */     border: 1px solid #dddddd;
/* 6458  */ }
/* 6459  */ .aplicants-grid-view-wrap .candidate-select-box {
/* 6460  */     position: absolute;
/* 6461  */     left: 10px;
/* 6462  */     top: 10px;
/* 6463  */     margin: 0px;
/* 6464  */ }
/* 6465  */ .aplicants-grid-inner-con h2 {
/* 6466  */     margin-bottom: 0px;
/* 6467  */     font-size: 16px;
/* 6468  */     font-weight: 500;
/* 6469  */ }
/* 6470  */ .aplicants-grid-inner-con p {
/* 6471  */     color: #999999;
/* 6472  */     font-size: 12px;
/* 6473  */     margin-bottom: 2px;
/* 6474  */     display: block;
/* 6475  */     line-height: 22px;
/* 6476  */ }
/* 6477  */ .short-li-icons {
/* 6478  */     float: left;
/* 6479  */     width: 100%;
/* 6480  */     margin: 0px;
/* 6481  */     display: flex;
/* 6482  */     flex-wrap: wrap;
/* 6483  */     justify-content: center;
/* 6484  */ }
/* 6485  */ .short-li-icons li {
/* 6486  */     display: inline-block;
/* 6487  */     margin: 9px 3px 17px 3px;
/* 6488  */     list-style: none;
/* 6489  */     line-height: 1;
/* 6490  */ }
/* 6491  */ .short-li-icons li a {
/* 6492  */     float: left;
/* 6493  */     width: 25px;
/* 6494  */     height: 25px;
/* 6495  */     border: 1px solid;
/* 6496  */     border-radius: 100%;
/* 6497  */     font-size: 13px;
/* 6498  */     padding-top: 5px;
/* 6499  */ }
/* 6500  */ .short-li-icons li a.ap-shortlist-btn {

/* plugin.css */

/* 6501  */     padding: 6px 12px 6px 9px;
/* 6502  */     width: auto;
/* 6503  */     height: auto;
/* 6504  */     border-radius: 40px;
/* 6505  */     font-size: 12px;
/* 6506  */     border-color: #53b427;
/* 6507  */     color: #53b427;
/* 6508  */ }
/* 6509  */ .short-li-icons li a.ap-shortlist-btn i {
/* 6510  */     font-size: 11px;
/* 6511  */     margin-right: 2px;
/* 6512  */ }
/* 6513  */ .short-li-icons li.unviewed a {
/* 6514  */     color: #fb353f;
/* 6515  */     border-color: #fb353f;
/* 6516  */ }
/* 6517  */ .short-li-icons li.viewd a {
/* 6518  */     color: #53b427;
/* 6519  */     border-color: #53b427;
/* 6520  */ }
/* 6521  */
/* 6522  */ .short-lidown-icons {
/* 6523  */     display: -ms-flexbox;
/* 6524  */     display: flex;
/* 6525  */     -ms-flex-wrap: wrap;
/* 6526  */     flex-wrap: wrap;
/* 6527  */     margin: 0px;
/* 6528  */     border-top: 1px solid #ececec;
/* 6529  */     width: 100%;
/* 6530  */ }
/* 6531  */ .short-lidown-icons li {
/* 6532  */     min-height: 1px;
/* 6533  */     border-left: 1px solid #ececec;
/* 6534  */
/* 6535  */     position: relative;
/* 6536  */     width: 100%;
/* 6537  */     -ms-flex-preferred-size: 0;
/* 6538  */     flex-basis: 0;
/* 6539  */     -ms-flex-positive: 1;
/* 6540  */     flex-grow: 1;
/* 6541  */     max-width: 100%;
/* 6542  */ }
/* 6543  */ .short-lidown-icons li:first-child {
/* 6544  */     border-left: none;
/* 6545  */ }
/* 6546  */ .short-lidown-icons li a {
/* 6547  */     float: left;
/* 6548  */     width: 100%;
/* 6549  */     padding: 15px 3px;
/* 6550  */     font-size: 19px;

/* plugin.css */

/* 6551  */     color: #b1b1b1;
/* 6552  */     height: 100%;
/* 6553  */     -webkit-transition: all 0.4s ease-in-out;
/* 6554  */        -moz-transition: all 0.4s ease-in-out;
/* 6555  */         -ms-transition: all 0.4s ease-in-out;
/* 6556  */          -o-transition: all 0.4s ease-in-out;
/* 6557  */             transition: all 0.4s ease-in-out;
/* 6558  */ }
/* 6559  */ .short-lidown-icons li.down-cv-donlod:hover a {
/* 6560  */     background-color: #53b427;
/* 6561  */     color: #ffffff;
/* 6562  */ }
/* 6563  */ .short-lidown-icons li.down-emial-candcon:hover a {
/* 6564  */     background-color: #ffb14a;
/* 6565  */     color: #ffffff;
/* 6566  */ }
/* 6567  */ .short-lidown-icons li.down-cand-dtrash:hover a {
/* 6568  */     background-color: #fb353f;
/* 6569  */     color: #ffffff;
/* 6570  */ }
/* 6571  */ .short-lidown-icons li.down-cand-rejct:hover a {
/* 6572  */     background-color: #ed777d;
/* 6573  */     color: #ffffff;
/* 6574  */ }
/* 6575  */ .careerfy-table-layer,.careerfy-joblisting-plain-wrap,
/* 6576  */ .featured-jobs-grid-text,.careerfy-featuredjobs-listwrap,
/* 6577  */ .careerfy-job-grid-wrap,.jobsearch_apply_job_wrap,
/* 6578  */ .careerfy-candidate-grid figure,.jobsearch_candidate_info,
/* 6579  */ .jobsearch_box_contact_form form,.careerfy-employer-grid-wrap,
/* 6580  */ .container-wrapper,.jobsearch-employer-box-section,
/* 6581  */ .careerfy-classic-priceplane,.careerfy-simple-priceplane-wrap,
/* 6582  */ .careerfy-additional-priceplane,.careerfy-partner-slider a,
/* 6583  */ .jobsearch-employer-dashboard-nav,.careerfy-dream-grid-text,
/* 6584  */ .careerfy-dream-packages,.careerfy-content-wrapper,
/* 6585  */ .careerfy-candidate-view4-wrap,.careerfy-joblisting-wrap,
/* 6586  */ .careerfy-modren-services-wrap {
/* 6587  */     background-color: #ffffff;
/* 6588  */ }
/* 6589  */ .body-nowhite-bg .jobsearch-filterable.jobsearch-filter-sortable.jobsearch-topfound-title {
/* 6590  */     padding: 0px 0px 0px 0px;
/* 6591  */     margin-bottom: 0px;
/* 6592  */     float: none;
/* 6593  */     display: inline-block;
/* 6594  */     vertical-align: middle;
/* 6595  */     width: 58%;
/* 6596  */ }
/* 6597  */ .body-nowhite-bg .jobsearch-filterable.jobsearch-filter-sortable {
/* 6598  */     margin-bottom: 0px; }
/* 6599  */ .body-nowhite-bg .jobsearch-topsort-holder {
/* 6600  */     float: none;

/* plugin.css */

/* 6601  */     display: inline-block;
/* 6602  */     vertical-align: middle;
/* 6603  */ }
/* 6604  */ .body-nowhite-bg .container-wrapper {
/* 6605  */     padding: 20px;
/* 6606  */     float: left;
/* 6607  */     width: 100%;
/* 6608  */ }
/* 6609  */ .body-nowhite-bg .careerfy-candidate-view4-wrap {
/* 6610  */     padding: 20px 15px 10px 15px;
/* 6611  */ }
/* 6612  */ .jobsearch-subs-detail {
/* 6613  */     float: right;
/* 6614  */     margin-left: 6px;
/* 6615  */     text-align: center;
/* 6616  */ }
/* 6617  */ .pkgs-table-subscription-detail {
/* 6618  */     float: right;
/* 6619  */     width: 100%;
/* 6620  */     border-top: none;
/* 6621  */     margin-bottom: 14px;
/* 6622  */     padding: 10px 0px 20px 0px;
/* 6623  */ }
/* 6624  */ .jobsearch-recurings .jobsearch-packages-tbody .jobsearch-table-cell:nth-child(2),
/* 6625  */ .jobsearch-recurings  .jobsearch-packages-thead .jobsearch-table-cell:nth-child(2) {
/* 6626  */     width: 26%;
/* 6627  */ }
/* 6628  */ .subs-det-item {
/* 6629  */     float: left;
/* 6630  */     width: 100%;
/* 6631  */     border-top: 1px solid #ececec;
/* 6632  */     padding: 10px 25px;
/* 6633  */ }
/* 6634  */ .subs-det-item:nth-child(even) { background-color: #f5f5f5 }
/* 6635  */ .subs-det-item:first-child {
/* 6636  */     border: none;
/* 6637  */ }
/* 6638  */ .subs-det-item:last-child { background-color: #ffffff; }
/* 6639  */ .subs-det-val a {
/* 6640  */     display: inline-block;
/* 6641  */     padding: 13px 24px;
/* 6642  */     color: #ffffff;
/* 6643  */     line-height: 1;
/* 6644  */     font-size: 14px;
/* 6645  */     border-radius: 3px;
/* 6646  */     margin-left: 6px;
/* 6647  */     background-color: #00d569;
/* 6648  */     font-weight: bold;
/* 6649  */     text-transform: uppercase;
/* 6650  */     letter-spacing: 1px;

/* plugin.css */

/* 6651  */     -webkit-transition: all 0.4s ease-in-out;
/* 6652  */        -moz-transition: all 0.4s ease-in-out;
/* 6653  */         -ms-transition: all 0.4s ease-in-out;
/* 6654  */          -o-transition: all 0.4s ease-in-out;
/* 6655  */             transition: all 0.4s ease-in-out;
/* 6656  */ }
/* 6657  */ .subs-det-val a:hover {
/* 6658  */     opacity: 0.70;
/* 6659  */ }
/* 6660  */ .subs-det-title {
/* 6661  */     float: left;
/* 6662  */     color: #333;
/* 6663  */ }
/* 6664  */ .subs-det-val {
/* 6665  */     float: right;
/* 6666  */ }
/* 6667  */ .jobsearch-subslist-notes h2 {
/* 6668  */     font-size: 20px;
/* 6669  */     margin-bottom: 0px;
/* 6670  */ }
/* 6671  */ .jobsearch-subslist-notes {
/* 6672  */     float: left;
/* 6673  */     width: 100%;
/* 6674  */     padding: 20px 25px 0px 25px;
/* 6675  */     border-top: 1px solid #ececec;
/* 6676  */ }
/* 6677  */ .jobsearch-subslist-notes ol { padding: 0px 25px; }
/* 6678  */ .subs-det-val a.cancel { background-color: #fb353f; }
/* 6679  */
/* 6680  */ .jobsearch-recurings .jobsearch-table-cell,.jobsearch-recurings .jobsearch-table-cell:nth-child(3) { width: 20%; }
/* 6681  */ .user-dashthumb-remove {
/* 6682  */     position: absolute;
/* 6683  */     right: 68px;
/* 6684  */     top: 10px;
/* 6685  */     z-index: 99;
/* 6686  */     background: rgba(0,0,0,0.50);
/* 6687  */     color: #fe3d6c;
/* 6688  */     width: 24px;
/* 6689  */     height: 24px;
/* 6690  */     border-radius: 100%;
/* 6691  */     font-size: 12px;
/* 6692  */ }
/* 6693  */ .jobsearch-send-email-popup-btn {
/* 6694  */     float: left;
/* 6695  */     font-weight: 500;
/* 6696  */     padding: 9px 11px 8px 11px;
/* 6697  */     line-height: 1;
/* 6698  */     border: none;
/* 6699  */     margin-right: 9px;
/* 6700  */ }

/* plugin.css */

/* 6701  */ .jobsearch-send-email-popup-btn i {
/* 6702  */     margin-right: 4px; }
/* 6703  */ .careerfy-joblisting-view4 figure a {
/* 6704  */     border: 1px solid #f0f0f0;
/* 6705  */ }
/* 6706  */ .like-btn.shortlist-container {
/* 6707  */     float: right;
/* 6708  */ }
/* 6709  */ .jobsearch-user-form .jobsearch-applybyemail-cvs ul li {
/* 6710  */     width: 100%;
/* 6711  */     margin-bottom: 0px;
/* 6712  */ }
/* 6713  */ .jobsearch-user-form .jobsearch-applybyemail-cvs ul li label {
/* 6714  */     float: none;
/* 6715  */     width: auto;
/* 6716  */     padding-top: 15px;
/* 6717  */ }
/* 6718  */ .jobsearch-user-form .jobsearch-applybyemail-cvs ul li input {
/* 6719  */     margin-top: 13px; }
/* 6720  */ .jobsearch-user-form ul.user-cvs-list {
/* 6721  */     margin: 5px 0px 15px 0px; }
/* 6722  */ ul.tagit li.tagit-choice .tagit-close .text-icon {
/* 6723  */     display: block !important; }
/* 6724  */ .jobseach-job-skills .tagit-label {
/* 6725  */     margin-right: 6px; }
/* 6726  */ .jobsearch-state-field {
/* 6727  */     position: relative;
/* 6728  */     float: left;
/* 6729  */     width: 100%;
/* 6730  */ }
/* 6731  */ .promotepof-badge {
/* 6732  */     position: absolute;
/* 6733  */     right: 0px;
/* 6734  */     top: 0px;
/* 6735  */ }
/* 6736  */ .promotepof-badge:before {
/* 6737  */     content: '';
/* 6738  */     position: absolute;
/* 6739  */     right: 0px;
/* 6740  */     top: 0px;
/* 6741  */     border-top: 40px solid #ffb607;
/* 6742  */     border-left: 40px solid transparent;
/* 6743  */ }
/* 6744  */ .promotepof-badge i {
/* 6745  */     z-index: 5;
/* 6746  */     position: relative;
/* 6747  */     color: #ffffff;
/* 6748  */     float: left;
/* 6749  */     margin: 6px 6px 0px 0px;
/* 6750  */     font-size: 12px;

/* plugin.css */

/* 6751  */ }
/* 6752  */ .jobsearch-employer-list span.promotepof-badgeemp {
/* 6753  */     color: #ffffff; }
/* 6754  */ .promotepof-badgeemp {
/* 6755  */     position: absolute;
/* 6756  */     right: -7px;
/* 6757  */     top: 0px;
/* 6758  */     background-color: #ffb607;
/* 6759  */     color: #ffffff;
/* 6760  */     line-height: 1;
/* 6761  */     padding: 3px 8px 3px 5px;
/* 6762  */     font-size: 11px;
/* 6763  */ }
/* 6764  */ .promotepof-badgeemp:before {
/* 6765  */     content: '';
/* 6766  */     position: absolute;
/* 6767  */     right: 0px;
/* 6768  */     bottom: -7px;
/* 6769  */     border-top: 7px solid #ffb607;
/* 6770  */     border-right: 7px solid transparent;
/* 6771  */ }
/* 6772  */ .promotepof-badgeemp i {
/* 6773  */     float: left;
/* 6774  */     margin: 0px 6px 0px 0px;
/* 6775  */     color: #ffffff;
/* 6776  */ }
/* 6777  */ .careerfy-typo-wrap .urgntpkg-badge {
/* 6778  */     padding: 5px 10px; }
/* 6779  */ .urgntpkg-badge {
/* 6780  */     position: absolute;
/* 6781  */     left: -7px;
/* 6782  */     top: 0px;
/* 6783  */     background-color: #ffb14a;
/* 6784  */     color: #ffffff;
/* 6785  */     padding: 5px 10px;
/* 6786  */     line-height: 1;
/* 6787  */     text-transform: uppercase;
/* 6788  */ }
/* 6789  */ .urgntpkg-badge:before {
/* 6790  */     content: '';
/* 6791  */     position: absolute;
/* 6792  */     left: 0px;
/* 6793  */     bottom: -7px;
/* 6794  */     border-top: 7px solid #ffb14a;
/* 6795  */     border-left: 7px solid transparent;
/* 6796  */ }
/* 6797  */ .urgntpkg-badge i {
/* 6798  */     margin-right: 2px; }
/* 6799  */ .urgntpkg-badge small {
/* 6800  */     display: inline-block;

/* plugin.css */

/* 6801  */     font-size: 13px;
/* 6802  */ }
/* 6803  */ .jobsearch_candidate_info .urgntpkg-badge {
/* 6804  */     color: #ffffff; }
/* 6805  */ .jobsearch-filterable.jobsearch-filter-sortable.jobsearch-topfound-title {
/* 6806  */     width: auto; }
/* 6807  */ .jobsearch-filterable.jobsearch-filter-sortable.jobsearch-topfound-title ~ .jobsearch-topsort-holder {
/* 6808  */     float: right;
/* 6809  */     margin: 15px 0px 0px 0px;
/* 6810  */ }
/* 6811  */ .body-nowhite-bg .jobsearch-topsort-holder .jobsearch-filter-sortable {
/* 6812  */     padding-top: 0px;
/* 6813  */     padding-bottom: 0px;
/* 6814  */     margin-bottom: 0px;
/* 6815  */ }
/* 6816  */ .body-nowhite-bg .wp-jobsearch-dev-job-content .jobsearch-filter-sortable {
/* 6817  */     padding-top: 14px;
/* 6818  */ }
/* 6819  */ .body-nowhite-bg .wp-jobsearch-dev-employer-content .jobsearch-filter-sortable ul {
/* 6820  */     margin-top: 0px;
/* 6821  */ }
/* 6822  */ .body-nowhite-bg .wp-jobsearch-dev-employer-content .sortfiltrs-contner {
/* 6823  */     padding-bottom: 3px;
/* 6824  */ }
/* 6825  */ .body-nowhite-bg .wp-jobsearch-dev-job-content .displayed-here {
/* 6826  */     padding-bottom: 0px; }
/* 6827  */ .body-nowhite-bg .jobsearch-filterable.jobsearch-filter-sortable.jobsearch-topfound-title ~ .jobsearch-topsort-holder {
/* 6828  */     float: none;
/* 6829  */ }
/* 6830  */ .body-nowhite-bg .wp-jobsearch-dev-candidate-content .displayed-here {
/* 6831  */     padding-bottom: 14px; }
/* 6832  */ .displayed-here {
/* 6833  */     font-size: 12px;
/* 6834  */     padding: 8px 0px 10px 0px;
/* 6835  */     color: #838383;
/* 6836  */ }
/* 6837  */ .jobsearch-jobdetail-services ul li li {
/* 6838  */     list-style: none;
/* 6839  */     margin-bottom: 10px;
/* 6840  */     line-height: 22px;
/* 6841  */ }
/* 6842  */ .jobsearch-jobdetail-services ul ol li,
/* 6843  */ .jobsearch-description ol li {
/* 6844  */     list-style: decimal inside; }
/* 6845  */ .jobsearch-jobdetail-services ul ul,
/* 6846  */ .jobsearch-jobdetail-services ul ol ol,
/* 6847  */ .jobsearch-description ol ol {
/* 6848  */     margin-left: 20px; }
/* 6849  */ .jobsearch-description .wp-caption img,
/* 6850  */ .jobsearch-description img.alignnone {

/* plugin.css */

/* 6851  */     height: auto; }
/* 6852  */ .jobsearch-employer-resumes-wrap {
/* 6853  */     position: relative; }
/* 6854  */ .jobsearch-rem-empresmue {
/* 6855  */     position: absolute;
/* 6856  */     right: 0px;
/* 6857  */     top: 0px;
/* 6858  */     width: 20px;
/* 6859  */     height: 20px;
/* 6860  */     background-color: #E95842;
/* 6861  */     color: #ffffff;
/* 6862  */     text-align: center;
/* 6863  */     z-index: 10;
/* 6864  */     line-height: 1.5;
/* 6865  */ }
/* 6866  */ a.jobsearch-updresmuesh-item-cc {
/* 6867  */     background-color: #13b5ea;
/* 6868  */     color: #fff;
/* 6869  */     padding: 4px 5px 4px 5px;
/* 6870  */     line-height: 1;
/* 6871  */     font-size: 12px;
/* 6872  */     position: absolute;
/* 6873  */     right: 20px;
/* 6874  */     top: 0px;
/* 6875  */     z-index: 5;
/* 6876  */ }
/* 6877  */ .jobsearch-custom-field {
/* 6878  */     margin: 0px;
/* 6879  */     display: inline-block;
/* 6880  */     width: 100%;
/* 6881  */ }
/* 6882  */ .jobsearch-custom-field li {
/* 6883  */     list-style: none;
/* 6884  */     float: left;
/* 6885  */     padding: 0px 16px 8px 0px;
/* 6886  */     line-height: 1;
/* 6887  */     font-size: 14px;
/* 6888  */     border: none;
/* 6889  */ }
/* 6890  */ .jobsearch-custom-field li small {
/* 6891  */     font-size: 14px; }
/* 6892  */ .jobsearch-job .jobsearch-custom-field li,
/* 6893  */ .featured-jobs-grid-text .jobsearch-custom-field li {
/* 6894  */     border: none;
/* 6895  */     padding: 0px 16px 5px 0px;
/* 6896  */     margin-bottom: 0px;
/* 6897  */ }
/* 6898  */ .careerfy-joblisting-plain-left .jobsearch-custom-field li i {
/* 6899  */     margin: -1px 9px 0px 0px; }
/* 6900  */ .careerfy-joblisting-plain-left .jobsearch-custom-field li {

/* plugin.css */

/* 6901  */     margin-right: 0px; }
/* 6902  */ .jobsearch-custom-field li i {
/* 6903  */     margin-right: 6px;
/* 6904  */     color: #999;
/* 6905  */ }
/* 6906  */ .featured-jobs-grid-text ul.jobsearch-custom-field li:before {
/* 6907  */     display: none; }
/* 6908  */ .jobsearch-custom-field li small {
/* 6909  */     font-size: 12px;
/* 6910  */     margin: 0px 0px 6px 10px;
/* 6911  */     display: inline-block;
/* 6912  */ }
/* 6913  */ .careerfy-featured-jobs-list-text .jobsearch-custom-field li small {
/* 6914  */     display: inline-block;
/* 6915  */     color: #999 !important;
/* 6916  */ }
/* 6917  */ .jobsearch-joblisting-classic .urgntpkg-badge {
/* 6918  */     left: auto;
/* 6919  */     right: -7px;
/* 6920  */ }
/* 6921  */ .body-nowhite-bg .sortfiltrs-contner {
/* 6922  */     float: left;
/* 6923  */     width: 100%;
/* 6924  */     background: #fff;
/* 6925  */     margin-bottom: 15px;
/* 6926  */     padding: 15px 15px 15px 15px;
/* 6927  */ }
/* 6928  */ .body-nowhite-bg .wp-jobsearch-dev-candidate-content .sortfiltrs-contner {
/* 6929  */     padding-bottom: 0px; }
/* 6930  */ .body-nowhite-bg .wp-jobsearch-dev-candidate-content .jobsearch-filter-sortable ul {
/* 6931  */     margin-top: 0px; }
/* 6932  */ .jobsearch-joblisting-classic .urgntpkg-badge:before {
/* 6933  */     left: auto;
/* 6934  */     right: 0px;
/* 6935  */     border-top: 7px solid #ffb14a;
/* 6936  */     border-right: 7px solid transparent;
/* 6937  */     border-left: none;
/* 6938  */ }
/* 6939  */ .promotepof-detv1 {
/* 6940  */     position: absolute;
/* 6941  */     left: -27px;
/* 6942  */     top: 24px;
/* 6943  */     background-color: #ffb14a;
/* 6944  */     color: #ffffff;
/* 6945  */     padding: 5px 30px;
/* 6946  */     line-height: 1;
/* 6947  */     z-index: 99;
/* 6948  */     -webkit-transform: rotate(-40deg);
/* 6949  */        -moz-transform: rotate(-40deg);
/* 6950  */         -ms-transform: rotate(-40deg);

/* plugin.css */

/* 6951  */          -o-transform: rotate(-40deg);
/* 6952  */             transform: rotate(-40deg);
/* 6953  */ }
/* 6954  */ .empdet_imgcon .promotepof-detv1 {
/* 6955  */     top: 18px;
/* 6956  */ }
/* 6957  */ .jobsearch-jobdetail-list .jobsearch-jobdetail-listthumb {
/* 6958  */     overflow: hidden;
/* 6959  */     display: flex;
/* 6960  */     justify-content: center;
/* 6961  */     align-content: center;
/* 6962  */     align-items: center;
/* 6963  */ }
/* 6964  */ .deadline-closed {
/* 6965  */     display: inline-block;
/* 6966  */     color: #fe3d6c;
/* 6967  */     margin: 8px 0px 5px 0px;
/* 6968  */     font-weight: bold;
/* 6969  */     width: 100%;
/* 6970  */ }
/* 6971  */ .careerfy-typo-wrap .deadline-closed {
/* 6972  */     margin: 8px 0px 5px 0px; }
/* 6973  */ .widget_jobdetail_three_apply .deadline-closed {
/* 6974  */     margin-bottom: 0px; }
/* 6975  */ .careerfy-jobdetail-four-links .deadline-closed {
/* 6976  */     width: auto;
/* 6977  */     margin-top: 21px;
/* 6978  */ }
/* 6979  */ .careerfy-banner-search-six ul li:nth-child(2) i {
/* 6980  */     left: auto;
/* 6981  */     right: 26px;
/* 6982  */     color: #666;
/* 6983  */     font-size: 16px;
/* 6984  */     top: 17px;
/* 6985  */ }
/* 6986  */ .jobsearch-job-detail-advs {
/* 6987  */     float: left;
/* 6988  */     width: 100%;
/* 6989  */     overflow: hidden;
/* 6990  */     margin-bottom: 30px;
/* 6991  */ }
/* 6992  */ .jobsearch-job-detail-advs .careerfy-jobs-scroll-slider ul li {
/* 6993  */     margin-bottom: 0px; }
/* 6994  */ .jobsearch-empmember-add-popup {
/* 6995  */     float: right;
/* 6996  */     font-size: 10px;
/* 6997  */     color: #ffffff;
/* 6998  */     text-transform: uppercase;
/* 6999  */     padding: 12px 12px;
/* 7000  */     border: 1px solid;

/* plugin.css */

/* 7001  */     border-radius: 40px;
/* 7002  */     line-height: 1;
/* 7003  */     margin-top: 1px;
/* 7004  */     -webkit-transition: all 0.4s ease-in-out;
/* 7005  */        -moz-transition: all 0.4s ease-in-out;
/* 7006  */         -ms-transition: all 0.4s ease-in-out;
/* 7007  */          -o-transition: all 0.4s ease-in-out;
/* 7008  */             transition: all 0.4s ease-in-out;
/* 7009  */ }
/* 7010  */ .jobsearch-empmember-add-popup:hover {
/* 7011  */     background-color: #ffffff;
/* 7012  */ }
/* 7013  */ .empacc-menbers-list,
/* 7014  */ .empacc-menbers-list ul {
/* 7015  */     float: left;
/* 7016  */     width: 100%;
/* 7017  */ }
/* 7018  */ .empacc-menbers-list .accmem-head {
/* 7019  */     border-bottom: 1px solid #efefef;
/* 7020  */     padding: 7px 20px 3px 20px;
/* 7021  */ }
/* 7022  */ .empacc-menbers-list .accmem-head:nth-child(even) {
/* 7023  */     background-color: #f7f7f7;
/* 7024  */ }
/* 7025  */ .jobsearch-adingmem-permisons {
/* 7026  */     margin: 0px 0px 10px 0px; }
/* 7027  */ .jobsearch-adingmem-permisons h3 {
/* 7028  */     margin-bottom: 15px; }
/* 7029  */ .empacc-menbers-list ul li {
/* 7030  */     list-style: none;
/* 7031  */     float: left;
/* 7032  */     width: 50%;
/* 7033  */     color: #000;
/* 7034  */     font-weight: 500;
/* 7035  */     margin-bottom: 3px;
/* 7036  */ }
/* 7037  */ .empacc-menbers-list ul li:last-child {
/* 7038  */     text-align: right; }
/* 7039  */ .empacc-menbers-list ul li a {
/* 7040  */     display: inline-block;
/* 7041  */     margin: 0px 0px 0px 7px;
/* 7042  */     color: #ff6d4a;
/* 7043  */ }
/* 7044  */ .empacc-menbers-list ul li a.emp-memb-updatebtn {
/* 7045  */     color: #333333; }
/* 7046  */ .jobsearch-adingmem-permisons input[type=checkbox] + label {
/* 7047  */     display: block;
/* 7048  */     margin: 0em;
/* 7049  */     cursor: pointer;
/* 7050  */     line-height: 1.2;

/* plugin.css */

/* 7051  */ }
/* 7052  */ .jobsearch-adingmem-permisons input[type=checkbox] {
/* 7053  */     display: none; }
/* 7054  */ .jobsearch-adingmem-permisons input[type=checkbox] + label:before {
/* 7055  */     content: "\2714";
/* 7056  */     border: 0.1em solid #999;
/* 7057  */     border-radius: 0.1em;
/* 7058  */     display: inline-block;
/* 7059  */     width: 1.3em;
/* 7060  */     height: 1.3em;
/* 7061  */     line-height: 1.2;
/* 7062  */     padding-left: 0.2em;
/* 7063  */     padding-bottom: 0em;
/* 7064  */     margin-right: 0.6em;
/* 7065  */     vertical-align: bottom;
/* 7066  */     color: transparent;
/* 7067  */     -webkit-transition: all 0.2s ease-in-out;
/* 7068  */        -moz-transition: all 0.2s ease-in-out;
/* 7069  */         -ms-transition: all 0.2s ease-in-out;
/* 7070  */          -o-transition: all 0.2s ease-in-out;
/* 7071  */             transition: all 0.2s ease-in-out;
/* 7072  */ }
/* 7073  */ .jobsearch-adingmem-permisons input[type=checkbox] + label:active:before {
/* 7074  */     -webkit-transform: scale(0);
/* 7075  */        -moz-transform: scale(0);
/* 7076  */         -ms-transform: scale(0);
/* 7077  */          -o-transform: scale(0);
/* 7078  */             transform: scale(0);
/* 7079  */ }
/* 7080  */ .jobsearch-adingmem-permisons input[type=checkbox]:checked + label:before {
/* 7081  */     background-color: MediumSeaGreen;
/* 7082  */     border-color: MediumSeaGreen;
/* 7083  */     color: #fff;
/* 7084  */ }
/* 7085  */ .dash-hdtabchng-btn {
/* 7086  */     float: right;
/* 7087  */     padding: 5px 16px;
/* 7088  */     color: #ffffff;
/* 7089  */     border-radius: 4px;
/* 7090  */     border: 1px solid;
/* 7091  */     -webkit-transition: all 0.4s ease-in-out;
/* 7092  */     -moz-transition: all 0.4s ease-in-out;
/* 7093  */     -ms-transition: all 0.4s ease-in-out;
/* 7094  */     -o-transition: all 0.4s ease-in-out;
/* 7095  */     transition: all 0.4s ease-in-out;
/* 7096  */ }
/* 7097  */ .jobsearch-profile-ressetin {
/* 7098  */     float: left;
/* 7099  */     width: 100%;
/* 7100  */ }

/* plugin.css */

/* 7101  */ .jobsearch-profile-ressetin h2 {
/* 7102  */     margin-bottom: 15px;
/* 7103  */     font-size: 20px;
/* 7104  */ }
/* 7105  */ .jobsearch-typo-wrap a.addmor-shbtn-resumtyp,
/* 7106  */ a.addmor-shbtn-resumtyp {
/* 7107  */     display: inline-block;
/* 7108  */     text-decoration: underline;
/* 7109  */     color: #333;
/* 7110  */ }
/* 7111  */ .res-profile-reslist {
/* 7112  */     margin-bottom: 15px;
/* 7113  */ }
/* 7114  */ .res-profile-reslist li {
/* 7115  */     margin-bottom: 0px; }
/* 7116  */ .res-profile-reslist .jobsearch-employer-profile-form li {
/* 7117  */     margin-bottom: 15px; }
/* 7118  */ .avil-input-con {
/* 7119  */     display: inline-block;
/* 7120  */     width: 100%;
/* 7121  */     position: relative;
/* 7122  */ }
/* 7123  */ .avil-input-con a.trash-avaltime-btn {
/* 7124  */     position: absolute;
/* 7125  */     right: 14px;
/* 7126  */     top: 7px;
/* 7127  */     color: #E95842;
/* 7128  */ }
/* 7129  */ .shcand-types-list {
/* 7130  */     display: inline-block;
/* 7131  */     width: 100%;
/* 7132  */     text-align: left;
/* 7133  */ }
/* 7134  */ .jobsearch-pagination-blog ul li a.next,
/* 7135  */ .jobsearch-pagination-blog ul li a.prev {
/* 7136  */     padding-top: 0px; }
/* 7137  */ .cands-savetype-filter {
/* 7138  */     float: right;
/* 7139  */     width: 40%;
/* 7140  */     padding-right: 20px;
/* 7141  */     margin-top: -3px;
/* 7142  */ }
/* 7143  */ .cands-savetype-filter .filtr-label {
/* 7144  */     float: left;
/* 7145  */     padding-top: 10px;
/* 7146  */ }
/* 7147  */ .cands-savetype-filter .jobsearch-profile-select {
/* 7148  */     float: right;
/* 7149  */     width: 66%;
/* 7150  */ }

/* plugin.css */

/* 7151  */ .shsaved-groups {
/* 7152  */     display: inline-block;
/* 7153  */     width: 100%;
/* 7154  */     text-align: center;
/* 7155  */     background-color: rgba(0,0,0,0.50);
/* 7156  */     padding: 8px 10px;
/* 7157  */     color: #ffffff;
/* 7158  */ }
/* 7159  */ .careerfy-jobdetail-btn  {
/* 7160  */     float: left;
/* 7161  */     font-weight: 500;
/* 7162  */     padding: 9px 11px 8px 11px;
/* 7163  */     border: 1px solid;
/* 7164  */     line-height: 1;
/* 7165  */     margin-right: 9px;
/* 7166  */ }
/* 7167  */ .jobsearch_candidate_info .jobsearch-candidate-default-btn {
/* 7168  */     float: none;
/* 7169  */     display: inline-block;
/* 7170  */     border-radius: 80px;
/* 7171  */     padding: 8px 14px;
/* 7172  */     margin-left: 5px;
/* 7173  */ }
/* 7174  */ .jobsearch_candidate_info .jobsearch-candidate-default-btn i {
/* 7175  */     display: none; }
/* 7176  */ .jobsearch_candidate_info .jobsearch-candidate-cand-chat i {
/* 7177  */     display: inline-block;
/* 7178  */     margin-right: 5px;
/* 7179  */ }
/* 7180  */ .page .jobsearch-login-registration-form .jobsearch-login-box > span {
/* 7181  */     width: 100%; }
/* 7182  */ .urgntpkg-candv1,.urgntpkg-jobv1 {
/* 7183  */     position: absolute;
/* 7184  */     left: -21px;
/* 7185  */     top: 8px;
/* 7186  */     font-size: 13px !important;
/* 7187  */     background-color: #d72c2c;
/* 7188  */     color: #ffffff !important;
/* 7189  */     padding: 5px 26px;
/* 7190  */     line-height: 1;
/* 7191  */     z-index: 1;
/* 7192  */     -webkit-transform: rotate(-40deg);
/* 7193  */        -moz-transform: rotate(-40deg);
/* 7194  */         -ms-transform: rotate(-40deg);
/* 7195  */          -o-transform: rotate(-40deg);
/* 7196  */             transform: rotate(-40deg);
/* 7197  */ }
/* 7198  */ .urgntpkg-candv2 {
/* 7199  */     position: absolute;
/* 7200  */     left: 0px;

/* plugin.css */

/* 7201  */     top: 0px;
/* 7202  */     overflow: hidden;
/* 7203  */     width: 65px;
/* 7204  */     height: 53px;
/* 7205  */ }
/* 7206  */ .urgntpkg-candv2 span {
/* 7207  */     position: absolute;
/* 7208  */     left: -21px;
/* 7209  */     top: 8px;
/* 7210  */     font-size: 13px !important;
/* 7211  */     background-color: #d72c2c;
/* 7212  */     color: #ffffff !important;
/* 7213  */     padding: 5px 26px;
/* 7214  */     line-height: 1;
/* 7215  */     z-index: 1;
/* 7216  */     -webkit-transform: rotate(-40deg);
/* 7217  */        -moz-transform: rotate(-40deg);
/* 7218  */         -ms-transform: rotate(-40deg);
/* 7219  */          -o-transform: rotate(-40deg);
/* 7220  */             transform: rotate(-40deg);
/* 7221  */ }
/* 7222  */ .urgntpkg-candv2.cic_is_verified span {
/* 7223  */     background-color: #40d184;
/* 7224  */     left: -25px;
/* 7225  */     top: 7px;
/* 7226  */ }
/* 7227  */ .jobsearch-activcode-popupbtn,
/* 7228  */ .jobsearch-resend-accactbtn {
/* 7229  */     text-transform: uppercase;
/* 7230  */     font-weight: bold;
/* 7231  */     color: #fff;
/* 7232  */     font-size: 18px;
/* 7233  */     margin: 0px 5px;
/* 7234  */ }
/* 7235  */ #JobSearchModalAccountActivationForm a.jobsearch-resend-accactbtn {
/* 7236  */     color: #777; }
/* 7237  */ .jobsearch-user-form i.jobsearch-icon.jobsearch-upload {
/* 7238  */     position: static !important;
/* 7239  */     display: inline-block;
/* 7240  */     margin: -4px 4px 0px 0px;
/* 7241  */ }
/* 7242  */ .jobsearch-fileUpload:hover span i.jobsearch-icon.jobsearch-upload { color: #ffffff; }
/* 7243  */ /* AllapliCants Holder */
/* 7244  */ .select-appsjob-con,
/* 7245  */ .jobsearch-all-aplicantslst {
/* 7246  */     float: left;
/* 7247  */     width: 100%;
/* 7248  */ }
/* 7249  */ .select-appsjob-con {
/* 7250  */     margin-bottom: 20px;

/* plugin.css */

/* 7251  */ }
/* 7252  */ .allapps-job-label h2 {
/* 7253  */     color: #23282d;
/* 7254  */     font-size: 1.3em;
/* 7255  */     margin: 1em 0px;
/* 7256  */ }
/* 7257  */ .allapps-selctcounts-holdr .allapps-jobselct-con {
/* 7258  */     width: 180px; }
/* 7259  */ .overall-appcreds-con ul {
/* 7260  */     display: flex;
/* 7261  */     flex-wrap: wrap;
/* 7262  */     width: 100%;
/* 7263  */     justify-content: center;
/* 7264  */ }
/* 7265  */ .overall-appcreds-con ul li {
/* 7266  */     width: 50%;
/* 7267  */     list-style: none;
/* 7268  */     padding: 0px 5px;
/* 7269  */     line-height: 1;
/* 7270  */     margin: 10px 0px 0px 0px;
/* 7271  */ }
/* 7272  */ .overall-appcreds-con span {
/* 7273  */     display: inline-block;
/* 7274  */     width: 100%;
/* 7275  */     background-color: #7cd6f8;
/* 7276  */     padding: 12px 15px;
/* 7277  */     border-radius: 4px 4px 0px 0px;
/* 7278  */     color: #ffffff;
/* 7279  */     font-size: 14px;
/* 7280  */     font-weight: 600;
/* 7281  */     text-align: center;
/* 7282  */     text-transform: uppercase;
/* 7283  */     line-height: 1.3;
/* 7284  */ }
/* 7285  */ .overall-appcreds-con .applicnt-count-box.tot-apps {
/* 7286  */     background-color: #5bccf6; }
/* 7287  */ .overall-appcreds-con .applicnt-count-box.sh-apps {
/* 7288  */     background-color: #9bd159; }
/* 7289  */ .overall-appcreds-con .applicnt-count-box.rej-apps {
/* 7290  */     background-color: #ff5757; }
/* 7291  */ .overall-appcreds-con span.sh-apps {
/* 7292  */     background-color: #b0d979; }
/* 7293  */ .overall-appcreds-con span.rej-apps {
/* 7294  */     background-color: #ff7978; }
/* 7295  */ .overall-appcreds-con .applicnt-count-box {
/* 7296  */     float: left;
/* 7297  */     width: 100%;
/* 7298  */     padding: 10px 16px;
/* 7299  */     background-color: #00b9eb;
/* 7300  */     color: #ffffff;

/* plugin.css */

/* 7301  */     border-radius: 0px 0px 4px 4px;
/* 7302  */     text-align: center;
/* 7303  */ }
/* 7304  */ .overall-appcreds-con .applicnt-count-box a {
/* 7305  */     color: #ffffff;
/* 7306  */     font-weight: 700;
/* 7307  */ }
/* 7308  */ .thjob-title h2 {
/* 7309  */     float: left;
/* 7310  */     font-size: 15px;
/* 7311  */     width: 27%;
/* 7312  */     line-height: 1.2 !important;
/* 7313  */     padding-top: 10px;
/* 7314  */ }
/* 7315  */ .thjob-title {
/* 7316  */     float: left;
/* 7317  */     width: 100%;
/* 7318  */     margin-bottom: 16px;
/* 7319  */ }
/* 7320  */ .total-appcreds-con {
/* 7321  */     float: right;
/* 7322  */ }
/* 7323  */ .total-appcreds-con ul {
/* 7324  */     margin: 0px -5px;
/* 7325  */ }
/* 7326  */ .total-appcreds-con ul li {
/* 7327  */     float: left;
/* 7328  */     list-style: none;
/* 7329  */     padding: 0px 5px;
/* 7330  */     line-height: 1;
/* 7331  */     margin: 10px 0px 9px 0px;
/* 7332  */ }
/* 7333  */ .total-appcreds-con .applicnt-count-box {
/* 7334  */     float: left;
/* 7335  */     width: 100%;
/* 7336  */     padding: 10px 16px;
/* 7337  */     background-color: #00b9eb;
/* 7338  */     color: #ffffff;
/* 7339  */     border-radius: 4px;
/* 7340  */ }
/* 7341  */ .applicnt-count-box a {
/* 7342  */     color: #ffffff; }
/* 7343  */ .jobsearch-profile-title .applicnts-view-btn {
/* 7344  */     float: right;
/* 7345  */     padding: 8px 16px;
/* 7346  */     background-color: #ffb14a;
/* 7347  */     color: #ffffff;
/* 7348  */     border-radius: 4px;
/* 7349  */     line-height: 1;
/* 7350  */     margin: 6px 0px 0px 10px;

/* plugin.css */

/* 7351  */ }
/* 7352  */ .jobsearch-profile-title .applicnts-view-btn i {
/* 7353  */     margin-right: 4px; }
/* 7354  */ .lodmoreemil-jobapps-btnsec {
/* 7355  */     display: inline-block;
/* 7356  */     width: 100%;
/* 7357  */     text-align: center;
/* 7358  */ }
/* 7359  */ .lodmoreemil-jobapps-btnsec a {
/* 7360  */     display: inline-block;
/* 7361  */     padding: 10px 16px;
/* 7362  */     background-color: #00b9eb;
/* 7363  */     color: #ffffff;
/* 7364  */     border-radius: 4px;
/* 7365  */     line-height: 1;
/* 7366  */ }
/* 7367  */ .applicnt-count-box.tot-apps {
/* 7368  */     background-color: #5bccf6;
/* 7369  */ }
/* 7370  */ .applicnt-count-box.sh-apps {
/* 7371  */     background-color: #9bd159;
/* 7372  */ }
/* 7373  */ .applicnt-count-box.rej-apps {
/* 7374  */     background-color: #ff5757;
/* 7375  */ }
/* 7376  */ .lodmore-jobapps-btnsec {
/* 7377  */     float: left;
/* 7378  */     width: 100%;
/* 7379  */     text-align: center;
/* 7380  */ }
/* 7381  */ .lodmore-jobapps-btnsec a {
/* 7382  */     display: inline-block;
/* 7383  */     padding: 12px 22px;
/* 7384  */     line-height: 1;
/* 7385  */     background-color: #5bccf6;
/* 7386  */     border: 1px solid #5bccf6;
/* 7387  */     color: #ffffff;
/* 7388  */     border-radius: 4px;
/* 7389  */     font-weight: 500;
/* 7390  */     -webkit-transition: all 0.4s ease-in-out;
/* 7391  */        -moz-transition: all 0.4s ease-in-out;
/* 7392  */         -ms-transition: all 0.4s ease-in-out;
/* 7393  */          -o-transition: all 0.4s ease-in-out;
/* 7394  */             transition: all 0.4s ease-in-out;
/* 7395  */ }
/* 7396  */ .lodmore-jobapps-btnsec a:hover {
/* 7397  */     background-color: transparent;
/* 7398  */     color: #5bccf6;
/* 7399  */ }
/* 7400  */ .lodmore-jobapps-btnsec a i {

/* plugin.css */

/* 7401  */     margin-left: 5px; }
/* 7402  */ .jobsearch-filterable .jobsearch-rssfeed-btn {
/* 7403  */     border: none;
/* 7404  */     background-color: #f8991b;
/* 7405  */     color: #ffffff;
/* 7406  */     float: left;
/* 7407  */     margin: -4px 0px 0px 0px;
/* 7408  */     padding: 0px 10px;
/* 7409  */     display: inline-block;
/* 7410  */ }
/* 7411  */ .jobsearch-filterable .jobsearch-rssfeed-btn i {
/* 7412  */     color: #ffffff;
/* 7413  */     margin: 6px 6px 0px 0px;
/* 7414  */ }
/* 7415  */ .jobsearch-filterable .jobsearch-rssfeed-btn:hover,
/* 7416  */ .jobsearch-filterable .jobsearch-rssfeed-btn:hover i {
/* 7417  */     color: #ffffff;
/* 7418  */ }
/* 7419  */ .body-nowhite-bg .with-rssfeed-enable .jobsearch-filterable.jobsearch-filter-sortable.jobsearch-topfound-title {
/* 7420  */     width: 47%;
/* 7421  */ }
/* 7422  */ .onsubmit-apilocs-con a,
/* 7423  */ .depdrpdwn-form-submitbtn {
/* 7424  */     float: left;
/* 7425  */     width: 100%;
/* 7426  */     color: #ffffff;
/* 7427  */     border-radius: 1px;
/* 7428  */     padding: 10px 10px;
/* 7429  */     text-align: center;
/* 7430  */ }
/* 7431  */ .onsubmit-apilocs-con a:hover,.depdrpdwn-form-submitbtn.btn:hover { color: #ffffff; }
/* 7432  */ .depdrpdwn-form-submitbtn {
/* 7433  */     margin-top: 10px; }
/* 7434  */ [class=*"jobsearch-jobfeture-"] {
/* 7435  */     color: #fcd116;
/* 7436  */ }
/* 7437  */ .profile-improve-con ul *, .profile-improve-con ul {
/* 7438  */     -webkit-box-sizing: border-box;
/* 7439  */     -moz-box-sizing: border-box;
/* 7440  */     box-sizing: border-box;
/* 7441  */ }
/* 7442  */ .dash-reviews-list,
/* 7443  */ .jobsearch-typo-wrap .dash-reviews-list .jobsearch-company-review-text {
/* 7444  */     border: none; }
/* 7445  */ .dash-reviews-list.jobsearch-employer-wrap-section {
/* 7446  */     padding: 0px; }
/* 7447  */ .dash-reviews-list .reviw-mainitem-con {
/* 7448  */     float: left;
/* 7449  */     width: 100%;
/* 7450  */     border: 1px solid #efefef;

/* plugin.css */

/* 7451  */     padding: 0px 0px 0px 0px;
/* 7452  */     margin-bottom: 15px;
/* 7453  */     border-radius: 4px;
/* 7454  */     position: relative;
/* 7455  */ }
/* 7456  */ .reviw-contntholdr-con {
/* 7457  */     float: left;
/* 7458  */     width: 100%;
/* 7459  */     padding: 0px 25px 10px 25px;
/* 7460  */ }
/* 7461  */ .dash-reviews-list .reply-review,
/* 7462  */ .jobsearch-typo-wrap .update-cuser-review,
/* 7463  */ .update-cuser-review {
/* 7464  */     float: right;
/* 7465  */     margin: 1px 10px 0px 0px;
/* 7466  */     text-decoration: underline;
/* 7467  */ }
/* 7468  */ .dash-reviews-list .reply-review i {
/* 7469  */     margin-right: 7px;
/* 7470  */     font-size: 12px;
/* 7471  */ }
/* 7472  */ .update-cuser-review i {
/* 7473  */     margin-right: 2px;
/* 7474  */     font-size: 12px;
/* 7475  */ }
/* 7476  */ .comrnt-reply-con {
/* 7477  */     float: left;
/* 7478  */     width: 100%;
/* 7479  */     background-color: #fafafa;
/* 7480  */     padding: 40px 25px 25px 25px;
/* 7481  */     position: relative;
/* 7482  */ }
/* 7483  */ .replied-review-box {
/* 7484  */     float: left;
/* 7485  */     width: 100%;
/* 7486  */     background-color: #fafafa;
/* 7487  */     position: relative;
/* 7488  */     padding: 25px 25px 25px 25px;
/* 7489  */ }
/* 7490  */ .dash-reviews-list .jobsearch-company-review figure {
/* 7491  */     float: left;
/* 7492  */     width: 100%;
/* 7493  */     background-color: #fafafa;
/* 7494  */     position: relative;
/* 7495  */     padding: 22px 25px 22px 25px;
/* 7496  */ }
/* 7497  */ .reply-review-close {
/* 7498  */     position: absolute;
/* 7499  */     right: 0px;
/* 7500  */     top: 0px;

/* plugin.css */

/* 7501  */     width: 25px;
/* 7502  */     height: 25px;
/* 7503  */     background-color: gray;
/* 7504  */     color: #ffffff;
/* 7505  */     text-align: center;
/* 7506  */ }
/* 7507  */ .comrnt-replyholdr-con textarea {
/* 7508  */     float: left;
/* 7509  */     width: 100%;
/* 7510  */     box-shadow: 0 0 5px #bababa;
/* 7511  */     font-weight: normal;
/* 7512  */     outline: 0;
/* 7513  */     line-height: 1.25;
/* 7514  */     border-radius: 4px;
/* 7515  */     color: gray;
/* 7516  */     background: white;
/* 7517  */     border: 1px solid #bababa;
/* 7518  */     padding: 5px 8px;
/* 7519  */     font-size: 14px;
/* 7520  */     height: 150px;
/* 7521  */ }
/* 7522  */ .submt-replybtn-con,
/* 7523  */ .comrnt-reply-con p,
/* 7524  */ .comrnt-replyholdr-con,
/* 7525  */ .revuser-img img {
/* 7526  */     float: left;
/* 7527  */     width: 100%;
/* 7528  */ }
/* 7529  */ .submt-replybtn-con .reply-review-submit {
/* 7530  */     float: left;
/* 7531  */     background-color: gray;
/* 7532  */     border: none;
/* 7533  */     border-radius: 4px;
/* 7534  */     color: white;
/* 7535  */     font-size: 14px;
/* 7536  */     line-height: 1.5;
/* 7537  */     margin: 0;
/* 7538  */     padding: 5px 20px;
/* 7539  */     text-align: center;
/* 7540  */     text-decoration: none;
/* 7541  */ }
/* 7542  */ .comrnt-reply-con p {
/* 7543  */     margin: 8px 0px;
/* 7544  */     line-height: 1.5;
/* 7545  */ }
/* 7546  */ .revuser-img {
/* 7547  */     float: left;
/* 7548  */     width: 60px;
/* 7549  */ }
/* 7550  */ .revuser-img img {

/* plugin.css */

/* 7551  */     border-radius: 100%;
/* 7552  */     height: 60px;
/* 7553  */ }
/* 7554  */ .revuser-img ~ .revuser-conent {
/* 7555  */     margin-left: 80px;
/* 7556  */ }
/* 7557  */ .revuser-conent span {
/* 7558  */     font-size: 18px;
/* 7559  */     display: block;
/* 7560  */     font-weight: bold;
/* 7561  */     color: #666;
/* 7562  */     margin-bottom: 5px;
/* 7563  */ }
/* 7564  */ .jobsearch-revmtitle-box,
/* 7565  */ .jobsearch-revmsort-box {
/* 7566  */     float: left;
/* 7567  */     width: 50%;
/* 7568  */ }
/* 7569  */ .jobsearch-profile-title .jobsearch-revmtitle-box h2 {
/* 7570  */     margin-bottom: 0px !important;
/* 7571  */     color: #666;
/* 7572  */     font-size: 20px;
/* 7573  */     margin-right: 10px;
/* 7574  */ }
/* 7575  */ .jobsearch-revmtitle-box .jobsearch-company-rating {
/* 7576  */     width: 100px;
/* 7577  */     height: 20px;
/* 7578  */     margin-top: 10px;
/* 7579  */ }
/* 7580  */ .jobsearch-revmtitle-box .jobsearch-company-rating-box {
/* 7581  */     height: 20px; }
/* 7582  */ .jobsearch-revmtitle-box .jobsearch-company-rating:before,
/* 7583  */ .jobsearch-revmtitle-box .jobsearch-company-rating-box:before {
/* 7584  */     font-size: 17px; }
/* 7585  */ .jobsearch-revmtitle-box .jobsearch-company-rating:before,
/* 7586  */ .reviw-mainitem-con .jobsearch-company-rating:before {
/* 7587  */     color: #9f9f9f; }
/* 7588  */ .jobsearch-revmsort-box form {
/* 7589  */     float: right;
/* 7590  */     width: 50%;
/* 7591  */     text-align: left;
/* 7592  */ }
/* 7593  */ .jobsearch-revmsort-box {
/* 7594  */     text-align: right; }
/* 7595  */ .jobsearch-revmsort-box span {
/* 7596  */     display: inline-block;
/* 7597  */     margin: 4px 10px 0px 0px;
/* 7598  */     color: #666;
/* 7599  */ }
/* 7600  */ .jobsearch-profile-title.jobsearch-revmain-tholdr {

/* plugin.css */

/* 7601  */     padding-bottom: 9px; }
/* 7602  */ .jobsearch-revmsort-box .selectize-control.single .selectize-input input {
/* 7603  */     height: auto; }
/* 7604  */ .jobsearch-revmsort-box .selectize-control.single .selectize-input {
/* 7605  */     padding: 7px 18px; }
/* 7606  */ .jobsearch-company-review-left .reviewr-user-name {
/* 7607  */     display: block;
/* 7608  */     font-size: 18px;
/* 7609  */     font-weight: bold;
/* 7610  */     margin-bottom: 4px;
/* 7611  */     line-height: 1;
/* 7612  */     color: #666;
/* 7613  */ }
/* 7614  */ .single-employer .dash-reviews-list {
/* 7615  */     margin-top: 25px; }
/* 7616  */ .jobsearch-updaterev-holdr {
/* 7617  */     float: left;
/* 7618  */     width: 100%;
/* 7619  */     position: relative;
/* 7620  */     margin-bottom: 25px;
/* 7621  */     padding: 0px 30px;
/* 7622  */ }
/* 7623  */ .update-review-close {
/* 7624  */     float: right;
/* 7625  */     margin: 20px 0px -31px 0px;
/* 7626  */     position: relative;
/* 7627  */ }
/* 7628  */ .jobsearch-add-review-con input[type="text"] {
/* 7629  */     float: left;
/* 7630  */     width: 100%;
/* 7631  */     border: 1px solid #ddd;
/* 7632  */     padding: 8px 16px;
/* 7633  */     height: 42px;
/* 7634  */     background-color: #efefef;
/* 7635  */ }
/* 7636  */ #main:not(.sidebar-none) .wf-container-main {
/* 7637  */     display: inline-block;
/* 7638  */     width: 100%;
/* 7639  */ }
/* 7640  */ .careerfy-featured-candidates-hr {
/* 7641  */     float: right;
/* 7642  */     margin: 16px 10px 0px 0px;
/* 7643  */     width: 25px;
/* 7644  */     height: 25px;
/* 7645  */     background-color: #ffb607;
/* 7646  */     border-radius: 100%;
/* 7647  */     text-align: center;
/* 7648  */     color: #fff;
/* 7649  */ }
/* 7650  */ .jobsearch-candidate-resume-wrap .jobseach-skills-con {

/* plugin.css */

/* 7651  */     float: left;
/* 7652  */     width: 100%;
/* 7653  */     padding-left: 60px;
/* 7654  */     margin-bottom: 40px;
/* 7655  */ }
/* 7656  */ .phon-num-fieldcon .intl-tel-input {
/* 7657  */     width: 100%; }
/* 7658  */ .phon-num-fieldcon input.required,
/* 7659  */ .phon-num-fieldcon input[type="tel"] {
/* 7660  */     padding: 6px 13px 6px 182px;
/* 7661  */     color: #000;
/* 7662  */     font-size: 12px;
/* 7663  */     height: 42px;
/* 7664  */     border: 1px solid #efefef;
/* 7665  */     border-radius: 3px;
/* 7666  */     background-color: #ffffff;
/* 7667  */     width: 100%;
/* 7668  */ }
/* 7669  */ .phonefild-wout-valid.phon-num-fieldcon input[type="tel"] {
/* 7670  */     padding-left: 13px; }
/* 7671  */ .phon-num-fieldcon .contry-info-con {
/* 7672  */     position: absolute;
/* 7673  */     left: 53px;
/* 7674  */     top: 13px;
/* 7675  */     z-index: 99;
/* 7676  */     line-height: 1;
/* 7677  */     font-size: 14px;
/* 7678  */     color: #444;
/* 7679  */ }
/* 7680  */ .phon-num-fieldcon span {
/* 7681  */     float: none;
/* 7682  */     width: auto;
/* 7683  */     margin: 0px;
/* 7684  */ }
/* 7685  */ .page-template-user-login-template .intl-tel-input .country-list,
/* 7686  */ .jobsearch-login-box .intl-tel-input .country-list {
/* 7687  */     min-width: 450px; }
/* 7688  */ .jobsearch-whatsapp-msgcon {
/* 7689  */     float: left;
/* 7690  */     width: 100%;
/* 7691  */     text-align: center;
/* 7692  */     margin: 20px 0px 0px 0px;
/* 7693  */ }
/* 7694  */ .jobsearch-whatsapp-msgcon a {
/* 7695  */     display: inline-block;
/* 7696  */     position: relative;
/* 7697  */ }
/* 7698  */ .jobsearch-whatsapp-msgcon i {
/* 7699  */     float: left;
/* 7700  */     font-size: 40px;

/* plugin.css */

/* 7701  */     border: 5px solid #fff;
/* 7702  */     border-radius: 100%;
/* 7703  */     position: absolute;
/* 7704  */     left: -1px;
/* 7705  */     top: -2px;
/* 7706  */     background: #fff;
/* 7707  */     color: #2c9445;
/* 7708  */ }
/* 7709  */ .jobsearch-whatsapp-msgcon a small {
/* 7710  */     display: inline-block;
/* 7711  */     background-color: #2c9445;
/* 7712  */     color: #ffffff;
/* 7713  */     font-size: 18px;
/* 7714  */     border-radius: 80px;
/* 7715  */     margin: 0px;
/* 7716  */     padding: 12px 60px 12px 80px;
/* 7717  */ }
/* 7718  */ .jobsearch_candidate_info .careerfy-featured-candidates-hr {
/* 7719  */     float: none;
/* 7720  */     display: inline-block;
/* 7721  */     margin-left: 10px;
/* 7722  */ }
/* 7723  */ .jobsearch-allaplicants-holder .jobsearch-all-aplicantslst .jobsearch-applied-jobs .jobsearch-applied-jobs-thumb ~ .jobsearch-applied-jobs-text { margin-left: 86px; }
/* 7724  */ .jobsearch_whatsap_view_2,
/* 7725  */ .jobsearch_whatsap_view_3,
/* 7726  */ .jobsearch_whatsap_view_4,
/* 7727  */ .careerfy-typo-wrap .jobsearch_whatsap_view_2,
/* 7728  */ .careerfy-typo-wrap .jobsearch_whatsap_view_3,
/* 7729  */ .careerfy-typo-wrap .jobsearch_whatsap_view_4 {
/* 7730  */     border: 1px solid #ddd;
/* 7731  */     padding: 20px 10px;
/* 7732  */ }
/* 7733  */ .jobsearch-applied-jobs-text ul li .preview-candidate-profile i {
/* 7734  */     margin: 0px; }
/* 7735  */ a.preview-candidate-profile.btn-downlod-cvbtn {
/* 7736  */     border: none;
/* 7737  */     padding: 7px;
/* 7738  */ }
/* 7739  */ .profpkg-hding {
/* 7740  */     background-color: #f5f5f5;
/* 7741  */     font-weight: 600;
/* 7742  */     text-align: left;
/* 7743  */ }
/* 7744  */ .profpkg-btn-holdr a {
/* 7745  */     display: inline-block;
/* 7746  */     background-color: #01bbec;
/* 7747  */     color: #ffffff;
/* 7748  */     padding: 9px 20px;
/* 7749  */     line-height: 1;
/* 7750  */     border-radius: 3px;

/* plugin.css */

/* 7751  */     min-width: 120px;
/* 7752  */ }
/* 7753  */ .user-subsprofpkg-detail table > tbody > tr > td,
/* 7754  */ .user-subsprofpkg-detail table > tbody > tr > th,
/* 7755  */ .all-chprofpkg-list table > tbody > tr > th,
/* 7756  */ .all-chprofpkg-list table > tbody > tr > td,
/* 7757  */ .all-chprofpkg-list thead th {
/* 7758  */     padding: 7px 20px;
/* 7759  */     color: #565654;
/* 7760  */ }
/* 7761  */ .user-subsprofpkg-detail .renewal-btn a {
/* 7762  */     background-color: #ff6f0f;
/* 7763  */     min-width: 120px;
/* 7764  */     width: auto;
/* 7765  */     float: none;
/* 7766  */     display: inline-block;
/* 7767  */     position: relative;
/* 7768  */ }
/* 7769  */ .current-planame-holder {
/* 7770  */     float: right;
/* 7771  */     margin: 6px 0px 0px 0px;
/* 7772  */     font-size: 18px;
/* 7773  */ }
/* 7774  */ .user-subsprofpkg-detail .profpkg-titlemid {
/* 7775  */     width: auto; }
/* 7776  */ .current-planame-holder span {
/* 7777  */     color: #ff6b09; }
/* 7778  */ .user-subsprofpkg-detail {
/* 7779  */     margin-bottom: 15px; }
/* 7780  */ .all-profilpkgs-head {
/* 7781  */     font-size: 20px;
/* 7782  */     margin-bottom: 10px;
/* 7783  */     color: #333;
/* 7784  */ }
/* 7785  */ .model-heading {
/* 7786  */     text-align: left; }
/* 7787  */ .profpckg-detail-pcon,
/* 7788  */ .profpkg-det-item {
/* 7789  */     display: inline-block;
/* 7790  */     width: 100%;
/* 7791  */     text-align: left;
/* 7792  */ }
/* 7793  */ .profpkg-det-item {
/* 7794  */     background-color: #f5f5f5;
/* 7795  */     border-bottom: 1px solid #d2d2d2;
/* 7796  */ }
/* 7797  */ .profpkg-det-item:nth-last-child(2) {
/* 7798  */     border-bottom: none;
/* 7799  */ }
/* 7800  */ .detitem-label {

/* plugin.css */

/* 7801  */     display: inline-block;
/* 7802  */     width: 35%;
/* 7803  */     vertical-align: middle;
/* 7804  */     margin-right: -4px;
/* 7805  */     padding: 14px 20px;
/* 7806  */     font-weight: 600;
/* 7807  */ }
/* 7808  */ .detitem-val {
/* 7809  */     display: inline-block;
/* 7810  */     width: 65%;
/* 7811  */     vertical-align: middle;
/* 7812  */     margin-right: -4px;
/* 7813  */     padding: 14px 20px;
/* 7814  */ }
/* 7815  */ .profpkg-item-subscon,
/* 7816  */ .jobsearch-subsemp-profile-pkg,
/* 7817  */ .jobsearch-subscand-profile-pkg {
/* 7818  */     float: left;
/* 7819  */     width: 100%;
/* 7820  */     position: relative;
/* 7821  */ }
/* 7822  */ .pkg-loding-msg {
/* 7823  */     position: absolute;
/* 7824  */     left: 0px;
/* 7825  */     bottom: 0px;
/* 7826  */     width: 100%;
/* 7827  */     color: #ffffff;
/* 7828  */     background-color: #53b427;
/* 7829  */     padding: 14px 15px;
/* 7830  */     text-align: center;
/* 7831  */ }
/* 7832  */ .jobsearch-subsemp-profile-pkg,
/* 7833  */ .jobsearch-subscand-profile-pkg {
/* 7834  */     background-color: #53b427;
/* 7835  */     width: 100%;
/* 7836  */     float: left;
/* 7837  */     padding: 14px 15px;
/* 7838  */     color: #ffffff;
/* 7839  */     text-align: center;
/* 7840  */ }
/* 7841  */ .profpckg-popup-main .modal-box-area {
/* 7842  */     padding: 0px; }
/* 7843  */ .profpckg-popup-main .jobsearch-modal-title-box {
/* 7844  */     padding: 16px 0px 4px 30px;
/* 7845  */     margin-bottom: 11px;
/* 7846  */ }
/* 7847  */ .profpckg-popup-main .model-heading {
/* 7848  */     padding: 10px 0px 5px 15px;
/* 7849  */     background-color: #636363;
/* 7850  */ }

/* plugin.css */

/* 7851  */ .profpckg-popup-main .model-heading h2 {
/* 7852  */     color: #fff;
/* 7853  */     font-size: 20px;
/* 7854  */ }
/* 7855  */ .profpckg-popup-main .modal-close {
/* 7856  */     position: absolute;
/* 7857  */     right: 0px;
/* 7858  */     top: 0px;
/* 7859  */     background-color: #fb353f;
/* 7860  */     color: #ffffff;
/* 7861  */     padding: 16px;
/* 7862  */ }
/* 7863  */ .profpkg-btn-holdr a.buy-profpkgbtn {
/* 7864  */     background-color: #53b427;
/* 7865  */     width: auto;
/* 7866  */     float: none;
/* 7867  */     position: relative;
/* 7868  */ }
/* 7869  */ .profpkg-titlemid {
/* 7870  */     width: 30%; }
/* 7871  */ .profpkg-btn-holdr {
/* 7872  */     display: inline-block;
/* 7873  */     width: 100%;
/* 7874  */     position: relative;
/* 7875  */ }
/* 7876  */ .profpkg-btn-holdr a.buy-profpkgbtn .pkg-loding-msg,
/* 7877  */ .profpkg-btn-holdr.renewal-btn a .pkg-loding-msg {
/* 7878  */     padding-top: 9px;
/* 7879  */     padding-bottom: 9px;
/* 7880  */ }
/* 7881  */ .jobsearch-form.jobsearch-login-registration-form li#jobsearch-xing-wrapper {
/* 7882  */     border: 1px solid #1f7575;
/* 7883  */     border-radius: 2px;
/* 7884  */     background: #1f7575;
/* 7885  */     padding: 0;
/* 7886  */ }
/* 7887  */ /* All Awards Items */
/* 7888  */ .all-awards-items,
/* 7889  */ .all-affiliations-items,
/* 7890  */ .careerfy-typo-wrap .all-awards-items,
/* 7891  */ .careerfy-typo-wrap .all-affiliations-items {
/* 7892  */     margin: 0px -8px; }
/* 7893  */ .award-item,
/* 7894  */ .affiliation-item,
/* 7895  */ .careerfy-typo-wrap .award-item,
/* 7896  */ .careerfy-typo-wrap .affiliation-item {
/* 7897  */     display: inline-block;
/* 7898  */     vertical-align: top;
/* 7899  */     margin-right: -4px;
/* 7900  */     margin-bottom: 16px;

/* plugin.css */

/* 7901  */     width: 50%;
/* 7902  */     padding: 0px 8px;
/* 7903  */ }
/* 7904  */ .award-item img,
/* 7905  */ .widget_emp_awards h2,
/* 7906  */ .widget_emp_affiliations h2,
/* 7907  */ .affiliation-item img {
/* 7908  */     float: left;
/* 7909  */     width: 100%;
/* 7910  */ }
/* 7911  */ .widget_emp_awards h2,
/* 7912  */ .widget_emp_affiliations h2 {
/* 7913  */     margin-bottom: 15px; }
/* 7914  */ .jobsearch-typo-wrap ~ .jobsearch-row,
/* 7915  */ .jobsearch-typo-wrap * {
/* 7916  */     -webkit-box-sizing: border-box;
/* 7917  */        -moz-box-sizing: border-box;
/* 7918  */             box-sizing: border-box;
/* 7919  */ }
/* 7920  */ .jobsearch-typo-wrap ul,
/* 7921  */ .jobsearch-typo-wrap ol {
/* 7922  */     padding-left: 0px;
/* 7923  */     margin-bottom: 0px;
/* 7924  */ }
/* 7925  */ .instastcky-aplybtn-con {
/* 7926  */     position: fixed;
/* 7927  */     right: 0%;
/* 7928  */     bottom: 0px;
/* 7929  */     width: 100%;
/* 7930  */     z-index: 999;
/* 7931  */     margin: 0;
/* 7932  */     border-radius: 0;
/* 7933  */     display: none;
/* 7934  */ }
/* 7935  */ .instastcky-aplybtn-con a {
/* 7936  */     float: left;
/* 7937  */     width: 100%;
/* 7938  */     background-color: #53b427;
/* 7939  */     font-size: 16px;
/* 7940  */     color: #ffffff;
/* 7941  */     text-transform: uppercase;
/* 7942  */     padding: 16px 10px 17px 10px;
/* 7943  */     text-align: center;
/* 7944  */     border-radius: 0px;
/* 7945  */     font-weight: 500;
/* 7946  */     line-height: 1;
/* 7947  */     margin-bottom: 0px;
/* 7948  */     border: 1px solid #53b427;
/* 7949  */     -webkit-transition: all 0.4s ease-in-out;
/* 7950  */        -moz-transition: all 0.4s ease-in-out;

/* plugin.css */

/* 7951  */         -ms-transition: all 0.4s ease-in-out;
/* 7952  */          -o-transition: all 0.4s ease-in-out;
/* 7953  */             transition: all 0.4s ease-in-out;
/* 7954  */ }
/* 7955  */ .instastcky-aplybtn-con a:hover { background-color: #53b427; color: #ffffff; }
/* 7956  */ .jobsearch-paper.jobsearch-duplict-cusjob,
/* 7957  */ .jobsearch-paper.jobsearch-duplict-cusjob:before {
/* 7958  */     color: orange;
/* 7959  */ }
/* 7960  */ .jobsearch-managejobs-links a:before {
/* 7961  */     color: #77eb9f;
/* 7962  */ }
/* 7963  */ .jobsearch-banner-search ul li.jobsearch-banner-submit {
/* 7964  */     z-index: 40;
/* 7965  */ }
/* 7966  */ .addcand-databy-emp {
/* 7967  */     padding: 10px 20px 10px 20px;
/* 7968  */     float: left;
/* 7969  */     font-size: 16px;
/* 7970  */     color: #ffffff;
/* 7971  */     text-transform: uppercase;
/* 7972  */     text-align: center;
/* 7973  */     border-radius: 0px;
/* 7974  */     font-weight: 500;
/* 7975  */     line-height: 1;
/* 7976  */     margin-bottom: 0px;
/* 7977  */     border: 1px solid;
/* 7978  */     -webkit-transition: all 0.4s ease-in-out;
/* 7979  */        -moz-transition: all 0.4s ease-in-out;
/* 7980  */         -ms-transition: all 0.4s ease-in-out;
/* 7981  */          -o-transition: all 0.4s ease-in-out;
/* 7982  */             transition: all 0.4s ease-in-out;
/* 7983  */ }
/* 7984  */ .single-job .gm-control-active.gm-fullscreen-control {
/* 7985  */     margin-top: 260px !important; }
/* 7986  */ .wc-pao-addon-container textarea.wc-pao-addon-custom-textarea {
/* 7987  */     display: inline-block;
/* 7988  */     width: 100%;
/* 7989  */     background-color: #fff;
/* 7990  */     border: 1px solid #ddd;
/* 7991  */     height: 150px;
/* 7992  */     margin: 12px 0px 10px 0px;
/* 7993  */ }
/* 7994  */ .wc-pao-addon-container input.wc-pao-addon-custom-price,
/* 7995  */ .wc-pao-addon-container input.wc-pao-addon-input-multiplier {
/* 7996  */     display: inline-block;
/* 7997  */     width: 100%;
/* 7998  */     background-color: #fff;
/* 7999  */     border: 1px solid #ddd;
/* 8000  */     height: 42px;

/* plugin.css */

/* 8001  */     margin: 12px 0px 10px 0px;
/* 8002  */ }
/* 8003  */ .popup-jobfilters-con label {
/* 8004  */     text-align: left; }
/* 8005  */ .popup-jobfilters-con input[type="text"],
/* 8006  */ .popup-jobfilters-con select {
/* 8007  */     display: inline-block;
/* 8008  */     width: 100%;
/* 8009  */     background-color: #fff;
/* 8010  */     border: 1px solid #eceeef;
/* 8011  */     height: 40px;
/* 8012  */ }
/* 8013  */ .popup-jobfilters-con [class*="jobsearch-column-"] {
/* 8014  */     margin-bottom: 15px; }
/* 8015  */ .popup-jobfilters-con .jobsearch-row {
/* 8016  */     margin: 0px -10px; }
/* 8017  */ .popup-jobfilters-con .jobsearch-column-6 {
/* 8018  */     float: none;
/* 8019  */     display: inline-block;
/* 8020  */     margin-right: -4px;
/* 8021  */     vertical-align: top;
/* 8022  */     padding: 0px 10px;
/* 8023  */ }
/* 8024  */ .alret-submitbtn-con {
/* 8025  */     display: inline-block;
/* 8026  */     width: 100%;
/* 8027  */     margin: 10px 0px 0px 0px;
/* 8028  */ }
/* 8029  */ .alret-submitbtn-con a.jobsearch-savejobalrts-sbtn {
/* 8030  */     display: inline-block;
/* 8031  */     font-size: 16px;
/* 8032  */     color: #ffffff;
/* 8033  */     padding: 13px 30px;
/* 8034  */     line-height: 1;
/* 8035  */     border-radius: 4px;
/* 8036  */     border-radius: 80px;
/* 8037  */ }
/* 8038  */ #popup_alert_filtrsform {
/* 8039  */     margin-top: 20px; }
/* 8040  */ .criteria-tags-popmain span.tags-loder {
/* 8041  */     position: absolute;
/* 8042  */     left: 0px;
/* 8043  */     top: 0px;
/* 8044  */     width: 100%;
/* 8045  */     height: 100%;
/* 8046  */     background-color: rgba(255,255,255,0.85);
/* 8047  */     z-index: 2;
/* 8048  */ }
/* 8049  */ .criteria-tags-popmain .tags-loder i {
/* 8050  */     position: absolute;

/* plugin.css */

/* 8051  */     left: 50%;
/* 8052  */     top: 50%;
/* 8053  */     font-size: 26px;
/* 8054  */ }
/* 8055  */ .popup-jobfilters-con .filter-item-text {
/* 8056  */     display: inline-block;
/* 8057  */     width: 100%;
/* 8058  */     position:  relative;
/* 8059  */ }
/* 8060  */ .popup-jobfilters-con .filter-item-text span.loc-loader {
/* 8061  */     position: absolute;
/* 8062  */     right: 15px;
/* 8063  */     top: 12px;
/* 8064  */ }
/* 8065  */ .jobsearch-checkbox-toggle .jobsearch-profile-select:after {
/* 8066  */     color: #999999;
/* 8067  */     font-weight: bold;
/* 8068  */     top: 9px;
/* 8069  */ }
/* 8070  */ .jobsearch-checkbox-toggle .jobsearch-profile-select select {
/* 8071  */     color: #303030;
/* 8072  */     height: 44px;
/* 8073  */ }
/* 8074  */
/* 8075  */
/* 8076  */ .jobsearch-advance-search-holdr .jobsearch-banner-search ul li {
/* 8077  */     z-index: inherit; }
/* 8078  */ .jobsearch-select-multi .selectize-input, .jobsearch-select-multi .selectize-dropdown.single {
/* 8079  */     border-color: #f2f2f2; }
/* 8080  */ .jobsearch-select-multi .selectize-input {
/* 8081  */     background-color: #ffffff;
/* 8082  */     box-shadow: none;
/* 8083  */     background-image: inherit;
/* 8084  */     text-align: left;
/* 8085  */ }
/* 8086  */ .jobsearch-select-multi .selectize-input:after {
/* 8087  */     content: "\f107";
/* 8088  */     font-family: FontAwesome;
/* 8089  */     display: block;
/* 8090  */     position: absolute;
/* 8091  */     top: 50%;
/* 8092  */     border: none;
/* 8093  */     right: 15px;
/* 8094  */     margin-top: -9px;
/* 8095  */     font-size: 22px;
/* 8096  */     color: #999999;
/* 8097  */ }
/* 8098  */ .jobsearch-select-multi .selectize-input {
/* 8099  */     padding: 5px 18px; }
/* 8100  */ .jobsearch-select-multi .selectize-dropdown {

/* plugin.css */

/* 8101  */     box-shadow: none; }
/* 8102  */ .jobsearch-select-multi input[type="text"], .jobsearch-select-multi ul li input[type="number"] {
/* 8103  */     height: 52px;
/* 8104  */ }
/* 8105  */ .allow-dropdown > .flag-container {
/* 8106  */     height: 40px; }
/* 8107  */ .jobsearch-onlyonelog-form {
/* 8108  */     display: inline-block;
/* 8109  */     text-align: center;
/* 8110  */     width: 100%;
/* 8111  */ }
/* 8112  */ .intl-tel-input ul.country-list {
/* 8113  */     padding: 0 !important;
/* 8114  */     z-index: 99;
/* 8115  */ }
/* 8116  */ .intl-tel-input .country-list .country .dial-code,
/* 8117  */ .intl-tel-input .country-list .country .country-name {
/* 8118  */     color: #999;
/* 8119  */     font-size: 14px;
/* 8120  */ }
/* 8121  */ .elementor-column .jobsearch-onlyonelog-form .jobsearch-login-box {
/* 8122  */     width: 100%; }
/* 8123  */ .jobsearch-onlyonelog-form .jobsearch-login-box {
/* 8124  */     width: 50%;
/* 8125  */     float: none;
/* 8126  */     display: inline-block;
/* 8127  */     text-align: left;
/* 8128  */ }
/* 8129  */ .jobsearch-drpzon-con,
/* 8130  */ .jobsearch-drpzon-con .upload-icon-con,
/* 8131  */ .upload-or-con {
/* 8132  */     display: inline-block;
/* 8133  */     width: 100%;
/* 8134  */ }
/* 8135  */ .jobsearch-drpzon-con {
/* 8136  */     margin-bottom: 22px; }
/* 8137  */ .jobsearch-drpzon-con .dropzone {
/* 8138  */     border: 2px dashed #d5dbdf;
/* 8139  */     display: inline-block;
/* 8140  */     width: 100%;
/* 8141  */     padding: 15px 25px 25px 25px;
/* 8142  */ }
/* 8143  */ .jobsearch-drpzon-con .upload-icon-con {
/* 8144  */     font-size: 60px;
/* 8145  */     margin-bottom: 12px;
/* 8146  */ }
/* 8147  */ .jobsearch-drpzon-con strong {
/* 8148  */     display: block;
/* 8149  */     font-size: 26px;
/* 8150  */     margin-bottom: 7px;

/* plugin.css */

/* 8151  */ }
/* 8152  */ .jobsearch-drpzon-con .upload-inffo {
/* 8153  */     font-size: 14px;
/* 8154  */     margin-bottom: 10px;
/* 8155  */     color: #777;
/* 8156  */ }
/* 8157  */ .jobsearch-drpzon-con .jobsearch-drpzon-btn {
/* 8158  */     display: inline-block;
/* 8159  */     border: 1px solid;
/* 8160  */     padding: 10px 24px;
/* 8161  */     border-radius: 2px;
/* 8162  */     -webkit-transition: all 0.4s ease-in-out;
/* 8163  */        -moz-transition: all 0.4s ease-in-out;
/* 8164  */         -ms-transition: all 0.4s ease-in-out;
/* 8165  */          -o-transition: all 0.4s ease-in-out;
/* 8166  */             transition: all 0.4s ease-in-out;
/* 8167  */ }
/* 8168  */ .jobsearch-drpzon-con:hover .jobsearch-drpzon-btn { color: #ffffff; }
/* 8169  */ .jobsearch-drpzon-con .jobsearch-drpzon-btn i {
/* 8170  */     margin-right: 6px; }
/* 8171  */ .upload-or-con {
/* 8172  */     position: relative;
/* 8173  */     text-align: center;
/* 8174  */     margin-bottom: 11px;
/* 8175  */ }
/* 8176  */ .upload-or-con span {
/* 8177  */     color: #d5dbdf;
/* 8178  */     display: inline-block;
/* 8179  */     font-size: 22px;
/* 8180  */ }
/* 8181  */ .upload-or-con:before {
/* 8182  */     content: '';
/* 8183  */     display: inline-block;
/* 8184  */     width: 107px;
/* 8185  */     background-color: #d5dbdf;
/* 8186  */     height: 1px;
/* 8187  */     margin-right: 17px;
/* 8188  */     vertical-align: super;
/* 8189  */ }
/* 8190  */ .upload-or-con:after {
/* 8191  */     content: '';
/* 8192  */     display: inline-block;
/* 8193  */     width: 107px;
/* 8194  */     background-color: #d5dbdf;
/* 8195  */     height: 1px;
/* 8196  */     margin-left: 17px;
/* 8197  */     vertical-align: super;
/* 8198  */ }
/* 8199  */ .jobsearch-login-box .upload-inffo span,
/* 8200  */ .jobsearch-login-box .upload-or-con span {

/* plugin.css */

/* 8201  */     margin-bottom: 0px;
/* 8202  */     width: auto !important;
/* 8203  */     float: none;
/* 8204  */ }
/* 8205  */ .jobsearch-login-box .jobsearch-drpzon-con .jobsearch-drpzon-btn {
/* 8206  */     float: none;
/* 8207  */ }
/* 8208  */ .jobsearch-login-box .upload-or-con,
/* 8209  */ .jobsearch-login-box .jobsearch-drag-dropcustom .fileContainerFileName {
/* 8210  */     margin-bottom: 0px;}
/* 8211  */ .upload-inffo span {
/* 8212  */     color: #000;
/* 8213  */     font-weight: bold;
/* 8214  */ }
/* 8215  */ .jobsearch-drag-dropcustom .upload-icon-con {
/* 8216  */     font-size: 30px; }
/* 8217  */ .jobsearch-drag-dropcustom strong {
/* 8218  */     font-size: 18px; }
/* 8219  */ .jobsearch-drag-dropcustom .jobsearch-drpzon-btn i {
/* 8220  */     position: static;
/* 8221  */     font-size: 14px;
/* 8222  */ }
/* 8223  */ .jobsearch-drag-dropcustom:hover .jobsearch-drpzon-btn i {
/* 8224  */     color: #ffffff; }
/* 8225  */ .jobsearch-drpzon-con.jobsearch-drag-dropcustom {
/* 8226  */     text-align: center;
/* 8227  */     margin-bottom: -20px;
/* 8228  */ }
/* 8229  */ .jobsearch-drag-dropcustom .dz-message {
/* 8230  */     margin: 0 !important; }
/* 8231  */ .jobsearch-drag-dropcustom .dropzone {
/* 8232  */     min-height: auto; }
/* 8233  */ .jobsearch-drag-dropcustom .fileContainerFileName {
/* 8234  */     display: inline-block;
/* 8235  */     width: 100%;
/* 8236  */     margin-bottom: 15px;
/* 8237  */     word-break: break-all;
/* 8238  */ }
/* 8239  */ .jobsearch-drag-dropcustom .upload-inffo {
/* 8240  */     font-size: 12px; }
/* 8241  */ .jobsearch_candidate_info ul li a[data-original-title="twitter"],.jobsearch_candidate_info ul li a[data-original-title="twitter"]:before,
/* 8242  */ .jobsearch-social-icons li a.jobsearch-twitter-logo,.jobsearch-social-icons li a.jobsearch-twitter-logo:before                    { color: #43afe9; }
/* 8243  */ .jobsearch_candidate_info ul li a[data-original-title="linkedin"],.jobsearch_candidate_info ul li a[data-original-title="linkedin"]:before,
/* 8244  */ .jobsearch-social-icons li a.jobsearch-linkedin-button,.jobsearch-social-icons li a.jobsearch-linkedin-button:before,.jobsearch-social-icons li a i                   { color: #007eb3; }
/* 8245  */ .jobsearch_candidate_info ul li a[data-original-title="google-plus"],.jobsearch_candidate_info ul li a[data-original-title="google-plus"]:before,
/* 8246  */ .jobsearch-social-icons li a.jobsearch-google-plus-logo-button,.jobsearch-social-icons li a.jobsearch-google-plus-logo-button:before                { color: #e24046; }
/* 8247  */ .jobsearch_candidate_info ul li a[data-original-title="dribbble"],.jobsearch_candidate_info ul li a[data-original-title="dribbble"]:before                   { color: #f95c94; }
/* 8248  */ .jobsearch_candidate_info ul li a[data-original-title="facebook"],.jobsearch_candidate_info ul li a[data-original-title="facebook"]:before,
/* 8249  */ .jobsearch-social-icons li a.jobsearch-facebook-logo,.jobsearch-social-icons li a.jobsearch-facebook-logo:before                   { color: #375d93; }
/* 8250  */

/* plugin.css */

/* 8251  */
/* 8252  */
/* 8253  */ .jobsearch-modal .modal-box-area * {
/* 8254  */     -webkit-box-sizing: border-box;
/* 8255  */        -moz-box-sizing: border-box;
/* 8256  */             box-sizing: border-box;
/* 8257  */ }
/* 8258  */ .jobsearch-cusfield-checkbox  {
/* 8259  */     display: inline-block;
/* 8260  */     width: 100%;
/* 8261  */ }
/* 8262  */ .cusfield-checkbox-radioitm.jobsearch-checkbox {
/* 8263  */     width: auto;
/* 8264  */     margin-right: 15px;
/* 8265  */ }
/* 8266  */ .cusfield-checkbox-radioitm.jobsearch-checkbox label {
/* 8267  */     line-height: 2.2;}
/* 8268  */ .jobsearch-jobexpire-notifyerr,
/* 8269  */ .jobexpire-notify-hdrlogo,
/* 8270  */ .jobexpire-notify-msgcon,
/* 8271  */ .jobexpire-notify-msgcon h2,
/* 8272  */ .jobexpire-notify-footrlogo,
/* 8273  */ .backto-home-btncon {
/* 8274  */     float: left;
/* 8275  */     width: 100%;
/* 8276  */ }
/* 8277  */ .jobsearch-jobexpire-notifyerr {
/* 8278  */     text-align: center;
/* 8279  */     margin: 10px 0px 50px 0px;
/* 8280  */ }
/* 8281  */ .jobexpire-notify-hdrlogo {
/* 8282  */     margin-bottom: 40px;
/* 8283  */ }
/* 8284  */ .jobexpire-notify-msgcon h2 {
/* 8285  */     margin-bottom: 20px;
/* 8286  */     font-size: 28px;
/* 8287  */     color: #d63b3c;
/* 8288  */ }
/* 8289  */ .jobexpire-notify-msgcon p {
/* 8290  */     font-size: 20px;
/* 8291  */     color: #333;
/* 8292  */     display: inline-block;
/* 8293  */     width: 100%;
/* 8294  */     margin-bottom: 20px;
/* 8295  */ }
/* 8296  */ .jobexpire-notify-msgcon {
/* 8297  */     margin-bottom: 36px;
/* 8298  */ }
/* 8299  */ .jobexpire-notify-footrlogo span {
/* 8300  */     display: inline-block;

/* plugin.css */

/* 8301  */     color: #8b8fd7;
/* 8302  */     font-size: 24px;
/* 8303  */     vertical-align: middle;
/* 8304  */     margin-right: 15px;
/* 8305  */ }
/* 8306  */ .backto-home-btncon a {
/* 8307  */     display: inline-block;
/* 8308  */     padding: 16px 30px;
/* 8309  */     line-height: 1;
/* 8310  */     color: #ffffff;
/* 8311  */     background-color: #f3581a;
/* 8312  */     border-radius: 3px;
/* 8313  */     font-size: 19px;
/* 8314  */ }
/* 8315  */ .jobsearch-jobexpire-notifyerr-inner {
/* 8316  */     display: inline-block;
/* 8317  */     width: 60%;
/* 8318  */     box-shadow: 0px 0px 10px #eee;
/* 8319  */     padding: 50px;
/* 8320  */ }
/* 8321  */ .mapbox-directions .directions-input-con {
/* 8322  */     background-color: #ffffff
/* 8323  */ }
/* 8324  */ .mapbox-directions .mapboxgl-ctrl svg {
/* 8325  */     display: none;
/* 8326  */ }
/* 8327  */ .mapbox-directions .mapboxgl-ctrl-geocoder {
/* 8328  */     margin-left: 0px;
/* 8329  */ }
/* 8330  */ .mapbox-directions .mapboxgl-ctrl-geocoder input[type='text'] {
/* 8331  */     padding-left: 20px; }
/* 8332  */ .mapbox-directions .suggestions-wrapper ul {
/* 8333  */     margin: 0px;
/* 8334  */ }
/* 8335  */ .mapbox-directions .suggestions-wrapper ul li {
/* 8336  */     padding-left: 0px !important;
/* 8337  */     padding-right: 0px !important;
/* 8338  */     width: 100%;
/* 8339  */ }
/* 8340  */ .mapboxgl-ctrl-directions {
/* 8341  */     max-width: 100% !important;
/* 8342  */     width: 100% !important;
/* 8343  */ }
/* 8344  */ .mapbox-directions-step {
/* 8345  */     color: rgba(255,255,255,.75) !important;
/* 8346  */     padding: 20px 20px 20px 40px !important;
/* 8347  */     line-height: 18px !important;
/* 8348  */ }
/* 8349  */ .mapboxgl-popup-content {
/* 8350  */     width: 320px;

/* plugin.css */

/* 8351  */ }
/* 8352  */ .mapboxgl-popup-content .jobsearch_map_info {
/* 8353  */     padding: 0px;
/* 8354  */     box-shadow: none;
/* 8355  */     margin-top: 0px;
/* 8356  */     width: 100%;
/* 8357  */ }
/* 8358  */ .mapboxgl-popup-content .jobsearch_map_info:before,
/* 8359  */ .mapboxgl-popup-content .jobsearch_map_info:after {
/* 8360  */     display: none; }
/* 8361  */ .mapboxgl-popup-content .mapboxgl-popup-close-button {
/* 8362  */     right: 10px;
/* 8363  */     top: 4px;
/* 8364  */     font-size: 18px;
/* 8365  */ }
/* 8366  */ .page-template-user-dashboard-template .mapboxgl-ctrl-geocoder {
/* 8367  */     width: 100% !important;
/* 8368  */     max-width: 100% !important;
/* 8369  */     box-shadow: none !important;
/* 8370  */ }
/* 8371  */ .page-template-user-dashboard-template .mapboxgl-ctrl-geocoder input[type='text'] {
/* 8372  */     padding-left: 30px;
/* 8373  */ }
/* 8374  */ .page-template-user-dashboard-template .mapbox-geocoder-searchtxt {
/* 8375  */     position: relative;
/* 8376  */     z-index: 9;
/* 8377  */ }
/* 8378  */ .suggestions-wrapper {
/* 8379  */     position: absolute;
/* 8380  */     left: 0;
/* 8381  */     width: 100%;
/* 8382  */     top: 100%;
/* 8383  */     margin: 40px 0px 0px 0px;
/* 8384  */ }
/* 8385  */ .jobsearch-banner-search .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
/* 8386  */     right: 21px;
/* 8387  */     top: 18px;
/* 8388  */ }
/* 8389  */ .message-box,
/* 8390  */ .careerfy-typo-wrap .message-box {
/* 8391  */     display: inline-block;
/* 8392  */     width: 100%;
/* 8393  */     padding: 4px 15px 3px 15px;
/* 8394  */     border-radius: 4px;
/* 8395  */ }
/* 8396  */ #JobSearchModalSendMessage .modal-close i {
/* 8397  */     float: right;
/* 8398  */ }
/* 8399  */ .jobsearch-user-form input[type="submit"] ~ .terms-priv-chek-con {
/* 8400  */     margin-top: 15px;

/* plugin.css */

/* 8401  */ }
/* 8402  */ .jobsearch-user-form input[type="submit"] ~ .terms-priv-chek-con,
/* 8403  */ .jobsearch-user-form input[type="submit"] ~ .terms-priv-chek-con p {
/* 8404  */     margin-bottom: 0px;
/* 8405  */ }
/* 8406  */ .jobsearch-filter-keywordsrch {
/* 8407  */     float: left;
/* 8408  */     width: 100%;
/* 8409  */     position: relative;
/* 8410  */ }
/* 8411  */ .jobsearch-filter-keywordsrch input[type="text"] {
/* 8412  */     float: left;
/* 8413  */     width: 100%;
/* 8414  */     height: 40px;
/* 8415  */     padding: 0px 15px 0px 15px;
/* 8416  */     font-size: 11px;
/* 8417  */ }
/* 8418  */ .onsubmit-keyword-con {
/* 8419  */     position: absolute;
/* 8420  */     right: 0px;
/* 8421  */     top: 0px;
/* 8422  */ }
/* 8423  */ .onsubmit-keyword-con a {
/* 8424  */     float: left;
/* 8425  */     width: 40px;
/* 8426  */     height: 40px;
/* 8427  */     color: #ffffff;
/* 8428  */     text-align: center;
/* 8429  */     padding-top: 9px;
/* 8430  */     font-size: 18px;
/* 8431  */ }
/* 8432  */ .embeddable-jobs-form input.input-text {
/* 8433  */     background-color: #ffffff;
/* 8434  */     height: 42px;
/* 8435  */     border: 1px solid #f2f2f2;
/* 8436  */     font-size: 13px;
/* 8437  */     color: #303030;
/* 8438  */     padding: 6px 18px;
/* 8439  */     float: left;
/* 8440  */     width: 100%;
/* 8441  */ }
/* 8442  */ .embeddable-jobs-form fieldset {
/* 8443  */     margin-bottom: 15px;
/* 8444  */ }
/* 8445  */ .embed-code-getbtncon a {
/* 8446  */     display: inline-block;
/* 8447  */     font-size: 16px;
/* 8448  */     color: #ffffff;
/* 8449  */     text-align: center;
/* 8450  */     padding: 14px 30px 13px 30px;

/* plugin.css */

/* 8451  */     border-radius: 3px;
/* 8452  */     border: 1px solid;
/* 8453  */     font-weight: 500;
/* 8454  */     line-height: 1;
/* 8455  */     margin: 0px 0px 8px 0px;
/* 8456  */     -webkit-transition: all 0.4s ease-in-out;
/* 8457  */        -moz-transition: all 0.4s ease-in-out;
/* 8458  */         -ms-transition: all 0.4s ease-in-out;
/* 8459  */          -o-transition: all 0.4s ease-in-out;
/* 8460  */             transition: all 0.4s ease-in-out;
/* 8461  */ }
/* 8462  */ .embed-code-getbtncon a:hover {
/* 8463  */     background-color: #ffffff;
/* 8464  */ }
/* 8465  */ #embarg-code-preview iframe {
/* 8466  */     height: 500px;
/* 8467  */ }
/* 8468  */ #embarg-code-content,
/* 8469  */ #embarg-code-content textarea {
/* 8470  */     display: inline-block;
/* 8471  */     width: 100%;
/* 8472  */ }
/* 8473  */ #embarg-code-content textarea {
/* 8474  */     height: 160px;
/* 8475  */ }
/* 8476  */ #embarg-code-preview {
/* 8477  */     display: inline-block;
/* 8478  */     width: 100%;
/* 8479  */     margin-bottom: 20px;
/* 8480  */ }
/* 8481  */ .jobadv-search-fields {
/* 8482  */     display: inline-block;
/* 8483  */     width: 100%;
/* 8484  */ }
/* 8485  */ .jobadv-search-fields > ul {
/* 8486  */     display: inline-block;
/* 8487  */     width: 100%;
/* 8488  */ }
/* 8489  */ .jobadv-search-fields > ul > li {
/* 8490  */     display: inline-block;
/* 8491  */     width: 100%;
/* 8492  */     list-style: none;
/* 8493  */ }
/* 8494  */ .jobsearch-login-box .selectize-dropdown-content span.highlight {
/* 8495  */     width: auto !important;
/* 8496  */     margin: 0;
/* 8497  */ }
/* 8498  */ .jobsearch-notifics-listcon,
/* 8499  */ .jobsearch-notifics-listcon .notificate-item-inner,
/* 8500  */ .jobsearch-notifics-listcon ul li,

/* plugin.css */

/* 8501  */ .lodmore-notifics-btnsec {
/* 8502  */     float: left;
/* 8503  */     width: 100%;
/* 8504  */ }
/* 8505  */ .lodmore-notifics-btnsec {
/* 8506  */     text-align: center;
/* 8507  */     margin: 10px 0px 0px 0px;
/* 8508  */ }
/* 8509  */ .jobsearch-notifics-listcon ul li {
/* 8510  */     list-style: none;
/* 8511  */     margin-bottom: 10px;
/* 8512  */     border-left: 3px solid #47d765;
/* 8513  */ }
/* 8514  */ .jobsearch-notifics-listcon ul li.unread-notific .notificate-item-inner {
/* 8515  */     background-color: #fff7d6; }
/* 8516  */ .jobsearch-notifics-listcon .notificate-item-inner {
/* 8517  */     background-color: #ffffff;
/* 8518  */     box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
/* 8519  */     margin-bottom: 0px;
/* 8520  */     padding: 12px 15px 13px 15px;
/* 8521  */     position: relative;
/* 8522  */     display: flex;
/* 8523  */     width: 100%;
/* 8524  */     justify-content: space-between;
/* 8525  */ }
/* 8526  */ .jobsearch-notifics-listcon strong {
/* 8527  */     padding-left: 20px;
/* 8528  */ }
/* 8529  */ .jobsearch-notifics-listcon .close-notific-item {
/* 8530  */     margin-left: 10px;
/* 8531  */     font-size: 20px;
/* 8532  */     color: #7c7c7c;
/* 8533  */ }
/* 8534  */ .jobsearch-notifics-listcon .notific-check-icon {
/* 8535  */     display: inline-block;
/* 8536  */     vertical-align: middle;
/* 8537  */     background-color: #47d765;
/* 8538  */     color: #ffffff;
/* 8539  */     border-radius: 100%;
/* 8540  */     width: 25px;
/* 8541  */     height: 25px;
/* 8542  */     text-align: center;
/* 8543  */     line-height: 1.9;
/* 8544  */ }
/* 8545  */ .reject-for-jobnoti .notific-check-icon {
/* 8546  */     background-color: #d9534f; }
/* 8547  */ .jobsearch-notifics-listcon ul li.reject-for-jobnoti {
/* 8548  */     border-color: #d9534f; }
/* 8549  */ .shrtlist-for-jobnoti .notific-check-icon {
/* 8550  */     background-color: #5bc0de; }

/* plugin.css */

/* 8551  */ .jobsearch-notifics-listcon ul li.shrtlist-for-jobnoti {
/* 8552  */     border-color: #5bc0de; }
/* 8553  */ .jobsearch-notifics-listcon .notificate-item-inner a.readmore-notific-btn {
/* 8554  */     display: block;
/* 8555  */     margin-top: 2px;
/* 8556  */     color: #aaa;
/* 8557  */     font-weight: normal;
/* 8558  */     line-height: 1;
/* 8559  */ }
/* 8560  */ .lodmore-notifics-btnsec a {
/* 8561  */     display: inline-block;
/* 8562  */     padding: 5px 16px;
/* 8563  */     color: #ffffff;
/* 8564  */     border-radius: 4px;
/* 8565  */     border: 1px solid;
/* 8566  */     -webkit-transition: all 0.4s ease-in-out;
/* 8567  */     -moz-transition: all 0.4s ease-in-out;
/* 8568  */     -ms-transition: all 0.4s ease-in-out;
/* 8569  */     -o-transition: all 0.4s ease-in-out;
/* 8570  */     transition: all 0.4s ease-in-out;
/* 8571  */ }
/* 8572  */ .lodmore-notifics-btnsec a:hover {
/* 8573  */     background-color: #ffffff; }
/* 8574  */ .lodmore-jobs-btnsec {
/* 8575  */     float: left;
/* 8576  */     width: 100%;
/* 8577  */     text-align: center;
/* 8578  */ }
/* 8579  */ .lodmore-jobs-btnsec a {
/* 8580  */     display: inline-block;
/* 8581  */     padding: 13px 30px 12px 30px;
/* 8582  */     color: #ffffff;
/* 8583  */     border-radius: 4px;
/* 8584  */     border: 1px solid;
/* 8585  */     line-height: 1;
/* 8586  */     -webkit-transition: all 0.4s ease-in-out;
/* 8587  */     -moz-transition: all 0.4s ease-in-out;
/* 8588  */     -ms-transition: all 0.4s ease-in-out;
/* 8589  */     -o-transition: all 0.4s ease-in-out;
/* 8590  */     transition: all 0.4s ease-in-out;
/* 8591  */ }
/* 8592  */ .lodmore-jobs-btnsec a:hover {
/* 8593  */     background-color: #ffffff; }
/* 8594  */ .jobsearch-usernotifics-menubtn a {
/* 8595  */     position: relative; }
/* 8596  */ .jobsearch-usernotifics-menubtn a span {
/* 8597  */     position: absolute;
/* 8598  */     right: -6px;
/* 8599  */     top: -10px;
/* 8600  */     min-width: 15px;

/* plugin.css */

/* 8601  */     height: 15px;
/* 8602  */     color: #ffffff;
/* 8603  */     border-radius: 100%;
/* 8604  */     text-align: center;
/* 8605  */     line-height: 1.3;
/* 8606  */     font-size: 11px;
/* 8607  */ }
/* 8608  */ .jobsearch-usernotifics-menubtn a i {
/* 8609  */     font-size: 20px;
/* 8610  */     position: relative;
/* 8611  */ }
/* 8612  */ .jobsearch-userdash-menumain .elementor-nav-menu--dropdown a {
/* 8613  */     justify-content: flex-start; }
/* 8614  */ .jobsearch-userdash-menumain .elementor-nav-menu--dropdown a i {
/* 8615  */     margin-right: 10px; }
/* 8616  */ .jobsearch-usernotifics-menubtn .jobsearch-notification-item {
/* 8617  */     display: inline-block;
/* 8618  */     width: 100%;
/* 8619  */     border-bottom: 1px solid #dfe0e3;
/* 8620  */     padding: 6px 0px;
/* 8621  */ }
/* 8622  */ .jobsearch-hdernotifics-listitms {
/* 8623  */     position: absolute;
/* 8624  */     right: 0px;
/* 8625  */     top: 50%;
/* 8626  */     width: 400px;
/* 8627  */     background-color: #ffffff;
/* 8628  */     text-align: left;
/* 8629  */     box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.18);
/* 8630  */     z-index: 9999;
/* 8631  */     opacity: 0;
/* 8632  */     visibility: hidden;
/* 8633  */     -webkit-transition: all 0.4s ease-in-out;
/* 8634  */     -moz-transition: all 0.4s ease-in-out;
/* 8635  */     -ms-transition: all 0.4s ease-in-out;
/* 8636  */     -o-transition: all 0.4s ease-in-out;
/* 8637  */     transition: all 0.4s ease-in-out;
/* 8638  */ }
/* 8639  */ .jobsearch-hdernotifics-listitms:before {
/* 8640  */     content: '';
/* 8641  */     position: absolute;
/* 8642  */     right: 13px;
/* 8643  */     top: -10px;
/* 8644  */     border-left: 10px solid transparent;
/* 8645  */     border-right: 10px solid transparent;
/* 8646  */     border-bottom: 10px solid #f8f9fc;
/* 8647  */     z-index: 2;
/* 8648  */ }
/* 8649  */ .jobsearch-hdernotifics-listitms:after {
/* 8650  */     content: '';

/* plugin.css */

/* 8651  */     position: absolute;
/* 8652  */     right: 13px;
/* 8653  */     top: -11px;
/* 8654  */     border-left: 10px solid transparent;
/* 8655  */     border-right: 10px solid transparent;
/* 8656  */     border-bottom: 10px solid #ddd;
/* 8657  */     z-index: 0;
/* 8658  */ }
/* 8659  */ ul li.jobsearch-usernotifics-menubtn:hover .jobsearch-hdernotifics-listitms {
/* 8660  */     opacity: 1;
/* 8661  */     visibility: visible;
/* 8662  */     top: 100%;
/* 8663  */ }
/* 8664  */ .hdernotifics-title-con {
/* 8665  */     float: left;
/* 8666  */     width: 100%;
/* 8667  */     background-color: #f8f9fc;
/* 8668  */     text-transform: uppercase;
/* 8669  */     padding: 15px 16px;
/* 8670  */ }
/* 8671  */ .hder-notifics-title {
/* 8672  */     display: inline-block;
/* 8673  */     font-weight: 600;
/* 8674  */     color: #333;
/* 8675  */ }
/* 8676  */ .hder-notifics-count {
/* 8677  */     float: right;
/* 8678  */     border: 1px solid;
/* 8679  */     border-radius: 80px;
/* 8680  */     padding: 2px 7px;
/* 8681  */     line-height: 1;
/* 8682  */     font-weight: 700;
/* 8683  */     font-size: 11px;
/* 8684  */     margin: 7px 0px 0px 0px;
/* 8685  */ }
/* 8686  */ .jobsearch-hdrnotifics-list {
/* 8687  */     float: left;
/* 8688  */     width: 100%;
/* 8689  */     padding: 0px 15px;
/* 8690  */     margin: 0px;
/* 8691  */ }
/* 8692  */ span.notific-item-datetime {
/* 8693  */     float: right;
/* 8694  */     font-size: 12px;
/* 8695  */     margin-top: 7px;
/* 8696  */ }
/* 8697  */ .hdernotifics-after-con {
/* 8698  */     float: left;
/* 8699  */     width: 100%;
/* 8700  */     padding: 16px 15px 16px 15px;

/* plugin.css */

/* 8701  */ }
/* 8702  */ .hdernotifics-after-con a {
/* 8703  */     float: left;
/* 8704  */     text-transform: uppercase;
/* 8705  */     font-weight: 600;
/* 8706  */     padding: 6px 15px;
/* 8707  */     line-height: 1 !important;
/* 8708  */     border-radius: 80px;
/* 8709  */     border: 1px solid;
/* 8710  */     margin-bottom: 5px;
/* 8711  */     -webkit-transition: all 0.4s ease-in-out;
/* 8712  */     -moz-transition: all 0.4s ease-in-out;
/* 8713  */     -ms-transition: all 0.4s ease-in-out;
/* 8714  */     -o-transition: all 0.4s ease-in-out;
/* 8715  */     transition: all 0.4s ease-in-out;
/* 8716  */ }
/* 8717  */ .hdernotifics-after-con a.hdernotifics-viewall-btn {
/* 8718  */     float: right;
/* 8719  */ }
/* 8720  */ .hdernotifics-after-con a:hover {
/* 8721  */     color: #ffffff !important; }
/* 8722  */
/* 8723  */ /* On Off Switch */
/* 8724  */ .jobsearch-dashbord-onoffswitch {
/* 8725  */     display: inline-block;
/* 8726  */     position: relative;
/* 8727  */     width: 84px;
/* 8728  */     text-align: left;
/* 8729  */     vertical-align: middle;
/* 8730  */     -webkit-user-select:none;
/* 8731  */     -moz-user-select:none;
/* 8732  */     -ms-user-select: none;
/* 8733  */ }
/* 8734  */ .opt_notific_setcheckbtn {
/* 8735  */     display: none !important; }
/* 8736  */ .jobsearch-optnotific-label {
/* 8737  */     display: block;
/* 8738  */     overflow: hidden;
/* 8739  */     cursor: pointer;
/* 8740  */     border-radius: 80px;
/* 8741  */     width: auto !important;
/* 8742  */     margin: 0px !important;
/* 8743  */ }
/* 8744  */ span.onoffswitch-inner:after,
/* 8745  */ span.onoffswitch-inner:before {
/* 8746  */     float: left;
/* 8747  */     width: 50%;
/* 8748  */     height: 30px;
/* 8749  */     padding: 0px;
/* 8750  */     line-height: 31px;

/* plugin.css */

/* 8751  */     font-size: 14px;
/* 8752  */     color: #ffffff;
/* 8753  */     font-weight: 400;
/* 8754  */ }
/* 8755  */ span.onoffswitch-inner:after {
/* 8756  */     content: "Off";
/* 8757  */     padding-right: 18px;
/* 8758  */     background-color: #e42a45;
/* 8759  */     color: #ffffff;
/* 8760  */     text-align: right;
/* 8761  */ }
/* 8762  */ span.onoffswitch-inner:before {
/* 8763  */     content: "On";
/* 8764  */     padding-left: 24px;
/* 8765  */     background-color: #46b169;
/* 8766  */     color: #ffffff;
/* 8767  */ }
/* 8768  */
/* 8769  */ .onoffswitch-switch {
/* 8770  */     display: block;
/* 8771  */     width: 24px;
/* 8772  */     height: 24px;
/* 8773  */     background: #ffffff;
/* 8774  */     position: absolute;
/* 8775  */     top: 3px;
/* 8776  */     bottom: 0;
/* 8777  */     right: 56px;
/* 8778  */     border-radius: 80px;
/* 8779  */     -webkit-transition: all 0.4s ease-in-out;
/* 8780  */        -moz-transition: all 0.4s ease-in-out;
/* 8781  */         -ms-transition: all 0.4s ease-in-out;
/* 8782  */          -o-transition: all 0.4s ease-in-out;
/* 8783  */             transition: all 0.4s ease-in-out;
/* 8784  */ }
/* 8785  */ span.onoffswitch-inner {
/* 8786  */     display: inline-flex;
/* 8787  */     width: 200%;
/* 8788  */     margin-left: -100%;
/* 8789  */     -webkit-transition: all 0.4s ease-in-out;
/* 8790  */        -moz-transition: all 0.4s ease-in-out;
/* 8791  */         -ms-transition: all 0.4s ease-in-out;
/* 8792  */          -o-transition: all 0.4s ease-in-out;
/* 8793  */             transition: all 0.4s ease-in-out;
/* 8794  */ }
/* 8795  */
/* 8796  */ .opt_notific_setcheckbtn:checked + .jobsearch-optnotific-label span.onoffswitch-inner {
/* 8797  */     margin-left: 0; }
/* 8798  */ .opt_notific_setcheckbtn:checked + .jobsearch-optnotific-label .onoffswitch-switch {
/* 8799  */     right: 9px;
/* 8800  */     top: 3px;

/* plugin.css */

/* 8801  */ }
/* 8802  */ .jobsearch-onoffswitch-title {
/* 8803  */     float: left;
/* 8804  */     margin: 4px 10px 0px 0px;
/* 8805  */     font-size: 14px;
/* 8806  */     color: #717171;
/* 8807  */     font-weight: 600;
/* 8808  */     width: 70%;
/* 8809  */     line-height: 1.4;
/* 8810  */ }
/* 8811  */ .jobsearch-onoffswitch-title strong {
/* 8812  */     margin-left: 4px; }
/* 8813  */
/* 8814  */ .jobsearch-notifics-loistitms {
/* 8815  */     width: 100%; }
/* 8816  */ span.hder-notifics-nofound {
/* 8817  */     padding: 10px 0px 10px 17px;
/* 8818  */     float: left;
/* 8819  */     width: 100%;
/* 8820  */ }
/* 8821  */ .jobsearch-onoffswitch-outer {
/* 8822  */     float: left;
/* 8823  */     width: 100%;
/* 8824  */     border: 1px solid #dbdbdb;
/* 8825  */     box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.12);
/* 8826  */     padding: 20px 10px 18px 25px;
/* 8827  */     direction: ltr;
/* 8828  */ }
/* 8829  */ .notificate-item-inner strong {
/* 8830  */     line-height: 1.4;
/* 8831  */     flex-basis: 90%;
/* 8832  */ }
/* 8833  */ small.apply-bmsg.alert-msg.alert-danger {
/* 8834  */     color: red;
/* 8835  */ }
/* 8836  */ .jobsearch-employer-followin-btn {
/* 8837  */     float: right;
/* 8838  */     padding: 9px 16px 8px 16px;
/* 8839  */     border: 1px solid;
/* 8840  */     font-weight: 500;
/* 8841  */     line-height: 1;
/* 8842  */     border-radius: 4px;
/* 8843  */     -webkit-transition: all 0.4s ease-in-out;
/* 8844  */        -moz-transition: all 0.4s ease-in-out;
/* 8845  */         -ms-transition: all 0.4s ease-in-out;
/* 8846  */          -o-transition: all 0.4s ease-in-out;
/* 8847  */             transition: all 0.4s ease-in-out;
/* 8848  */ }
/* 8849  */ .jobsearch-employer-followin-btn i {
/* 8850  */     margin-right: 5px; }

/* plugin.css */

/* 8851  */ .jobsearch-employer-followin-btn:hover { color: #ffffff; }
/* 8852  */ .fpkg-detail {
/* 8853  */     display: inline-block;
/* 8854  */     width: 80%;
/* 8855  */ }
/* 8856  */ .item-detail-pkg {
/* 8857  */     color: #222;
/* 8858  */ }
/* 8859  */ .item-detail-pkg span {
/* 8860  */     margin-right: 10px;
/* 8861  */     display: inline-block;
/* 8862  */ }
/* 8863  */ .jobsearch-employer-dashboard-nav > h2 {
/* 8864  */     word-break: break-all;
/* 8865  */     padding: 0px 20px 20px 20px;
/* 8866  */     text-align: center;
/* 8867  */ }
/* 8868  */ .careerfy-packages-priceplane .careerfy-packages-priceplane-btn.jobsearch-subsemp-profile-pkg {
/* 8869  */     float: none; }
/* 8870  */ .body-nowhite-bg .jobsearch_box_view_jobs ul,
/* 8871  */ .body-nowhite-bg .jobsearch-whatsapp-msgcon {
/* 8872  */     background-color: #fff; }
/* 8873  */ .app_tabs_count_4.tabs-list li {
/* 8874  */     width: 25%; }
/* 8875  */ .app_tabs_count_4.tabs-list li a {
/* 8876  */     padding: 20px 5px; }
/* 8877  */ .jobsearch-typo-wrap .jobsearch-employer-profile-form li p {
/* 8878  */     display: inline-block;
/* 8879  */     margin: 10px 0px 0px 0px;
/* 8880  */ }
/* 8881  */ .candskills-list li {
/* 8882  */     float: left;
/* 8883  */     margin: 6px 0px 0px 0px;
/* 8884  */ }
/* 8885  */ .candskills-list li span {
/* 8886  */     display: inline-block;
/* 8887  */     background-color: #aaaaaa;
/* 8888  */     padding: 5px 10px;
/* 8889  */     line-height: 1;
/* 8890  */     color: #ffffff;
/* 8891  */     margin: 0px 7px 0px 0px;
/* 8892  */     border-radius: 3px;
/* 8893  */     font-size: 13px;
/* 8894  */ }
/* 8895  */ .instacands-btns-con {
/* 8896  */     float: right;
/* 8897  */ }
/* 8898  */ .instacands-btns-con .more-fields-act-btn a {
/* 8899  */     display: inline-block;
/* 8900  */     padding: 11px 17px 10px 17px;

/* plugin.css */

/* 8901  */     line-height: 1;
/* 8902  */     border-radius: 2px;
/* 8903  */     border: 1px solid;
/* 8904  */     margin-left: 6px;
/* 8905  */     color: #ffffff;
/* 8906  */     -webkit-transition: all 0.4s ease-in-out;
/* 8907  */        -moz-transition: all 0.4s ease-in-out;
/* 8908  */         -ms-transition: all 0.4s ease-in-out;
/* 8909  */          -o-transition: all 0.4s ease-in-out;
/* 8910  */             transition: all 0.4s ease-in-out;
/* 8911  */ }
/* 8912  */ .instacands-btns-con .more-fields-act-btn a.mail-instacands-btn {
/* 8913  */     border-color: #ffb14a;
/* 8914  */     background-color: #ffb14a;
/* 8915  */ }
/* 8916  */ .instacands-btns-con .more-fields-act-btn a.mail-instacands-btn:hover {
/* 8917  */     color: #ffb14a; }
/* 8918  */ .instacands-btns-con .more-fields-act-btn a:hover {
/* 8919  */     background-color: #ffffff; }
/* 8920  */ .instacands-btns-con .more-fields-act-btn a i {
/* 8921  */     margin-right: 4px;
/* 8922  */ }
/* 8923  */ .candskills-list li span.insta-halfmatch-skill {
/* 8924  */     background-color: #aaccee; }
/* 8925  */ .candskills-list li span.insta-match-skill {
/* 8926  */     background-color: #aaccee; }
/* 8927  */ span.jobcand-job-title.instamatch-job-title {
/* 8928  */     font-size: 16px;
/* 8929  */     background-color: #fef85c;
/* 8930  */     color: #333;
/* 8931  */ }
/* 8932  */ .jobsearch-applied-jobs-text h2.instamatch-job-maintitle {
/* 8933  */     margin-bottom: 8px; }
/* 8934  */ a.jobsearch-pckg-mordetail,
/* 8935  */ .jobsearch-typo-wrap a.jobsearch-pckg-mordetail {
/* 8936  */     display: inline-block;
/* 8937  */     color: #33baeb;
/* 8938  */     border-bottom: 1px solid #33baeb;
/* 8939  */     font-weight: 500;
/* 8940  */     line-height: 1;
/* 8941  */ }
/* 8942  */ a.jobsearch-pckg-mordetail i {
/* 8943  */     font-size: 15px;
/* 8944  */     margin-left: 5px;
/* 8945  */     display: inline-block;
/* 8946  */     vertical-align: baseline;
/* 8947  */     margin: 0px 0px 0px 2px;
/* 8948  */ }
/* 8949  */ .packge-detail-sepbox {
/* 8950  */     width: 100%;

/* plugin.css */

/* 8951  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
/* 8952  */     margin: 0;
/* 8953  */     position: absolute;
/* 8954  */     background: #fff;
/* 8955  */     left: 0;
/* 8956  */     top: 100%;
/* 8957  */     z-index: 50;
/* 8958  */ }
/* 8959  */ .jobsearch-packages-list-holder .jobsearch-packages-tbody {
/* 8960  */     position: relative; }
/* 8961  */ .packge-detail-sepbox table > tbody > tr:nth-child(even) {
/* 8962  */     background-color: #fafcfc;
/* 8963  */ }
/* 8964  */ .packge-detail-sepbox table > tbody > tr > td {
/* 8965  */     border: none;
/* 8966  */     text-align: left;
/* 8967  */     padding: 8px 18px;
/* 8968  */     color: #2c3e50;
/* 8969  */     border-bottom: 1px solid #f0f0f0;
/* 8970  */     font-size: 13px;
/* 8971  */ }
/* 8972  */ .packge-detail-sepbox table > tbody > tr > td.pakcge-one-hding {
/* 8973  */     color: #000;
/* 8974  */     font-weight: 500;
/* 8975  */ }
/* 8976  */ .packge-detail-sepbox table > tbody > tr.pakcge-itm-hedr td {
/* 8977  */     color: #999;
/* 8978  */ }
/* 8979  */ a.jobsearch-pckg-closdetail,
/* 8980  */ .jobsearch-typo-wrap a.jobsearch-pckg-closdetail {
/* 8981  */     color: #ff002a;
/* 8982  */     text-decoration: underline;
/* 8983  */ }
/* 8984  */ .jobsearch-typo-wrap .jobsearch-pckg-mordetail.open-detbox,
/* 8985  */ .jobsearch-pckg-mordetail.open-detbox {
/* 8986  */     color: #ff002a;
/* 8987  */     border-bottom-color: #ff002a;
/* 8988  */ }
/* 8989  */ a.jobsearch-pckg-closdetail i {
/* 8990  */     margin-left: 6px;
/* 8991  */     font-size: 16px;
/* 8992  */ }
/* 8993  */ .packge-detail-sepbox .packg-name-con {
/* 8994  */     color: #333333;
/* 8995  */     margin-left: 30px;
/* 8996  */     display: inline-block;
/* 8997  */     font-size: 12px;
/* 8998  */     font-weight: 600;
/* 8999  */ }
/* 9000  */ .packge-detail-sepbox table > tbody > tr.pakcge-itm-hedr td i {

/* plugin.css */

/* 9001  */     margin-right: 5px;
/* 9002  */ }
/* 9003  */ .packge-detail-sepbox table > tbody > tr.pakcge-itm-hedr td i.fa-circle {
/* 9004  */     color: #3dbf4f; }
/* 9005  */ .pakcge-active-date {
/* 9006  */     background-color: #3dbf4f; }
/* 9007  */ .packge-detail-sepbox table > tbody > tr.pakcge-itm-footr td {
/* 9008  */     width: 50%;
/* 9009  */     text-align: center;
/* 9010  */ }
/* 9011  */ .date-sec {
/* 9012  */     color: #ffffff;
/* 9013  */     font-weight: 500;
/* 9014  */ }
/* 9015  */ .date-sec i {
/* 9016  */     font-size: 14px;
/* 9017  */     vertical-align: baseline;
/* 9018  */     color: #ffffff;
/* 9019  */ }
/* 9020  */ .pakcge-expiry-date {
/* 9021  */     background-color: #ff8599; }
/* 9022  */ .jobsearch-packages-tbody .jobsearch-table-cell:nth-child(2),
/* 9023  */ .jobsearch-packages-thead .jobsearch-table-cell:nth-child(2) {
/* 9024  */     width: 35%;
/* 9025  */ }
/* 9026  */ .pkg-disabled {
/* 9027  */     opacity: 0.50;
/* 9028  */     cursor: not-allowed;
/* 9029  */ }
/* 9030  */ .jobsearch-managejobs-list .job-is-fetured i {
/* 9031  */     color: #ffb607;
/* 9032  */ }
/* 9033  */ .jobsearch-mangjobs-list-inner .jobsearch-recent-applicants-nav ul {
/* 9034  */     border-top: none; }
/* 9035  */ .site-header .jobsearch-usernotifics-menubtn a {
/* 9036  */     padding-top: 0px;
/* 9037  */     padding-right: 0;
/* 9038  */ }
/* 9039  */ .alert-frequency .jobsearch-checkbox input[type="radio"] + label {
/* 9040  */     width: auto; }
/* 9041  */ .container-wrapper.container-wrapper-view1 {
/* 9042  */     display: inline-block;
/* 9043  */     width: 100%;
/* 9044  */     padding: 20px 20px 0px 20px;
/* 9045  */     position: relative;
/* 9046  */ }
/* 9047  */ .jobsearch_whatsap_view_4,
/* 9048  */ .jobsearch_whatsap_view_3,
/* 9049  */ .jobsearch_whatsap_view_2 {
/* 9050  */     margin-bottom: 20px !important;

/* plugin.css */

/* 9051  */ }
/* 9052  */ .jobsearch_box_candidate_info .jobsearch_candidate_info {
/* 9053  */     margin-bottom: 0px;
/* 9054  */ }
/* 9055  */ .jobsearch-quick-apply-box {
/* 9056  */     position: fixed;
/* 9057  */     right: -100%;
/* 9058  */     top: 0;
/* 9059  */     width: 66%;
/* 9060  */     z-index: 9995;
/* 9061  */     height: 100%;
/* 9062  */     overflow-y: scroll;
/* 9063  */     padding-left: 45px;
/* 9064  */ }
/* 9065  */ .jobsearch-quick-apply-box-inner {
/* 9066  */     background-color: #f5f5f5;
/* 9067  */     display: table;
/* 9068  */     width: 100%;
/* 9069  */     height: 100%;
/* 9070  */ }
/* 9071  */ .jobsearch-quick-apply-box-left {
/* 9072  */     display: table-cell;
/* 9073  */     width: 70%;
/* 9074  */     background-color: #ffffff;
/* 9075  */     border-left: 1px solid #e1e1e1;
/* 9076  */     border-right: 1px solid #e1e1e1;
/* 9077  */     vertical-align: top;
/* 9078  */ }
/* 9079  */ .jobsearch-quick-apply-box-right {
/* 9080  */     display: table-cell;
/* 9081  */     width: 30%;
/* 9082  */     padding: 46px 25px 40px 25px;
/* 9083  */ }
/* 9084  */ .jobsearch-quick-apply-image .jobsearch-jobdetail-list {
/* 9085  */     border: none;
/* 9086  */     padding: 40px 30px 0px 30px;
/* 9087  */     min-height: 255px;
/* 9088  */ }
/* 9089  */ .jobsearch-jobdetail-content.jobsearch-quick-apply-content {
/* 9090  */     border: none;
/* 9091  */     padding-top: 0px;
/* 9092  */ }
/* 9093  */ a.jobsearch-quick-apply-close {
/* 9094  */     position: sticky;
/* 9095  */     left: -45px;
/* 9096  */     top: 0;
/* 9097  */     margin: 0px 0px 0px -45px;
/* 9098  */     float: left;
/* 9099  */     width: 45px;
/* 9100  */     text-align: center;

/* plugin.css */

/* 9101  */     border: 1px solid #efefef;
/* 9102  */     border-right: none;
/* 9103  */     font-size: 10px;
/* 9104  */     color: #f44336;
/* 9105  */     text-transform: uppercase;
/* 9106  */     font-weight: 500;
/* 9107  */     line-height: 1;
/* 9108  */     padding: 8px 0px 8px 0px;
/* 9109  */     background-color: #ffffff;
/* 9110  */     z-index: 9999;
/* 9111  */ }
/* 9112  */ .jobsearch-quick-apply-close i {
/* 9113  */     display: block;
/* 9114  */     font-size: 18px;
/* 9115  */     margin-bottom: 2px;
/* 9116  */ }
/* 9117  */ .jobsearch-quick-apply-box .jobsearch-profile-select select {
/* 9118  */     height: 41px;
/* 9119  */ }
/* 9120  */ .jobsearch-quick-apply-box .phon-num-fieldcon input.required,
/* 9121  */ .jobsearch-quick-apply-box .phon-num-fieldcon input[type="tel"] {
/* 9122  */     padding-left: 20px;
/* 9123  */ }
/* 9124  */ .jobsearch-quick-apply-box .jobsearch-modal-title-box h2 {
/* 9125  */     width: 100%; }
/* 9126  */ .jobsearch-quick-apply-box .jobsearch-user-form-coltwo.jobsearch-user-form > ul > li {
/* 9127  */     width: 100%;
/* 9128  */ }
/* 9129  */ .jobsearch-quick-apply-box .jobsearch-user-form .range-in-user-form input[type="text"] {
/* 9130  */     height: 42px; }
/* 9131  */ .jobsearch-quick-apply-box .jobsearch-drpzon-con .upload-inffo {
/* 9132  */     line-height: 1.5; }
/* 9133  */ .jobsearch-quick-apply-box .jobsearch-user-form input[type="submit"] {
/* 9134  */     width: 100%;
/* 9135  */     border-radius: 4px;
/* 9136  */ }
/* 9137  */ .jobsearch-quick-apply-box .upload-or-con:before,
/* 9138  */ .jobsearch-quick-apply-box .upload-or-con:after {
/* 9139  */     width: 90px; }
/* 9140  */ .jobsearch-quick-apply-box .jobsearch-jobdetail-listthumb {
/* 9141  */     width: 130px;
/* 9142  */     height: 130px;
/* 9143  */ }
/* 9144  */ .jobsearch-quick-apply-box .jobsearch-jobdetail-listthumb ~ figcaption {
/* 9145  */     padding-top: 0px;
/* 9146  */ }
/* 9147  */ .jobsearch-quick-apply-box .spinner {
/* 9148  */     margin-top: 120px;
/* 9149  */ }
/* 9150  */ .jobsearch-quick-apply-box .careerfy-loading-section {

/* plugin.css */

/* 9151  */     position: absolute; }
/* 9152  */ .jobsearch-quick-apply-box .line-scale-pulse-out {
/* 9153  */     left: auto; }
/* 9154  */ .jobsearch-quick-apply-box-right .jobsearch_apply_job ul li {
/* 9155  */     float: left;
/* 9156  */     width: 100%;
/* 9157  */     list-style: none;
/* 9158  */     margin-top: 10px;
/* 9159  */ }
/* 9160  */ .jobsearch-quick-apply-box-right .jobsearch-apply-btn {
/* 9161  */     float: left;
/* 9162  */     width: 100%;
/* 9163  */     background-color: #53b427;
/* 9164  */     font-size: 16px;
/* 9165  */     color: #ffffff;
/* 9166  */     text-transform: uppercase;
/* 9167  */     padding: 16px 10px 17px 10px;
/* 9168  */     text-align: center;
/* 9169  */     border-radius: 5px;
/* 9170  */     font-weight: 500;
/* 9171  */     line-height: 1;
/* 9172  */     margin-top: 12px;
/* 9173  */     border: 1px solid #53b427;
/* 9174  */     -webkit-transition: all 0.4s ease-in-out;
/* 9175  */        -moz-transition: all 0.4s ease-in-out;
/* 9176  */         -ms-transition: all 0.4s ease-in-out;
/* 9177  */          -o-transition: all 0.4s ease-in-out;
/* 9178  */             transition: all 0.4s ease-in-out;
/* 9179  */ }
/* 9180  */ .careerfy-employer-subheader-three figure h2 {
/* 9181  */     word-break: break-all; }
/* 9182  */ .jobsearch-quick-apply-validate {
/* 9183  */     font-size: 16px;
/* 9184  */     line-height: 1.5;
/* 9185  */ }
/* 9186  */ .jobsearch_searchloc_div {
/* 9187  */     display: inline-block;
/* 9188  */     width: 100%;
/* 9189  */     position: relative;
/* 9190  */     z-index: 2;
/* 9191  */ }
/* 9192  */ i.mce-ico.mce-i-dashicon.dashicons-admin-generic {display:none;}
/* 9193  */
/* 9194  */ .careerfy-radius-tooltip,
/* 9195  */ .careerfy-typo-wrap .careerfy-radius-tooltip {
/* 9196  */     position: absolute;
/* 9197  */     right: -7px;
/* 9198  */     top: -34px;
/* 9199  */     text-align: left;
/* 9200  */     background-color: #ffffff;

/* plugin.css */

/* 9201  */     border: 1px solid #ddd;
/* 9202  */     padding: 0px;
/* 9203  */     width: 270px;
/* 9204  */     border-radius: 100px;
/* 9205  */     box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
/* 9206  */     z-index: 50;
/* 9207  */     opacity: 0;
/* 9208  */     visibility: hidden;
/* 9209  */     -webkit-transition: all 0.4s ease-in-out;
/* 9210  */        -moz-transition: all 0.4s ease-in-out;
/* 9211  */         -ms-transition: all 0.4s ease-in-out;
/* 9212  */          -o-transition: all 0.4s ease-in-out;
/* 9213  */             transition: all 0.4s ease-in-out;
/* 9214  */ }
/* 9215  */ li:hover .careerfy-radius-tooltip,
/* 9216  */ .careerfy-typo-wrap li:hover .careerfy-radius-tooltip {
/* 9217  */     opacity: 1;
/* 9218  */     visibility: visible;
/* 9219  */ }
/* 9220  */ .careerfy-radius-tooltip:before {
/* 9221  */     content: '';
/* 9222  */     position: absolute;
/* 9223  */     right: 25px;
/* 9224  */     bottom: -10px;
/* 9225  */     border-left: 10px solid transparent;
/* 9226  */     border-right: 10px solid transparent;
/* 9227  */     border-top: 10px solid #ddd;
/* 9228  */ }
/* 9229  */ .careerfy-radius-tooltip label {
/* 9230  */     float: left;
/* 9231  */     width: 45% !important;
/* 9232  */     line-height: 1;
/* 9233  */     margin-top: 14px;
/* 9234  */     padding-left: 15px !important;
/* 9235  */ }
/* 9236  */ .careerfy-radius-tooltip input,
/* 9237  */ .jobsearch-top-searchbar .jobsearch-banner-search ul li .careerfy-radius-tooltip input,
/* 9238  */ .jobsearch-banner-search ul li .careerfy-radius-tooltip input {
/* 9239  */     background-color: #eee;
/* 9240  */     width: 50%;
/* 9241  */     height: 40px !important;
/* 9242  */     float: right;
/* 9243  */     border: none;
/* 9244  */     color: #666;
/* 9245  */     border-radius: 100px;
/* 9246  */     padding: 4px 16px;
/* 9247  */     margin: 0px;
/* 9248  */ }
/* 9249  */ .careerfy-tooltip-radius-wrapper:hover .careerfy-radius-tooltip {
/* 9250  */     opacity: 1;

/* plugin.css */

/* 9251  */     visibility: visible;
/* 9252  */ }
/* 9253  */ .jobsearch_box_application_apply .jobsearch_apply_job li {
/* 9254  */     margin-bottom: 8px;
/* 9255  */     float: left;
/* 9256  */     width: 100%;
/* 9257  */ }
/* 9258  */
/* 9259  */ .jobsearch-chat-start-btn {
/* 9260  */     float: left;
/* 9261  */     width: 100%;
/* 9262  */     text-align: center;
/* 9263  */     margin: 20px 0px 0px 0px;
/* 9264  */ }
/* 9265  */ .jobsearch-chat-start-btn a {
/* 9266  */     display: inline-block;
/* 9267  */     position: relative;
/* 9268  */ }
/* 9269  */ .jobsearch-chat-start-btn i {
/* 9270  */     float: left;
/* 9271  */     font-size: 40px;
/* 9272  */     border: 3px solid #fff;
/* 9273  */     border-radius: 100%;
/* 9274  */     position: absolute;
/* 9275  */     left: -1px;
/* 9276  */     top: -2px;
/* 9277  */     background: #fff;
/* 9278  */     color: #13b5ea;
/* 9279  */ }
/* 9280  */ .jobsearch-chat-start-btn a small {
/* 9281  */     display: inline-block;
/* 9282  */     background-color: #13b5ea;
/* 9283  */     color: #ffffff;
/* 9284  */     font-size: 18px;
/* 9285  */     border-radius: 80px;
/* 9286  */     margin: 0px;
/* 9287  */     padding: 12px 40px 12px 70px;
/* 9288  */ }
/* 9289  */ .jobsearch-applyin-withemail {
/* 9290  */     text-align: center;
/* 9291  */     font-size: 17px;
/* 9292  */     text-transform: capitalize;
/* 9293  */     padding: 12px 38px;
/* 9294  */     border-radius: 4px;
/* 9295  */     border: 1px solid;
/* 9296  */     color: #ffffff;
/* 9297  */     -webkit-transition: all 0.4s ease-in-out;
/* 9298  */     -moz-transition: all 0.4s ease-in-out;
/* 9299  */     -ms-transition: all 0.4s ease-in-out;
/* 9300  */     -o-transition: all 0.4s ease-in-out;

/* plugin.css */

/* 9301  */     transition: all 0.4s ease-in-out;
/* 9302  */     float: left;
/* 9303  */     width: 100%;
/* 9304  */     background-color: #13b5ea;
/* 9305  */ }
/* 9306  */ .morris-hover {
/* 9307  */     z-index: 950;
/* 9308  */ }
/* 9309  */ /* Applyquests dashboard */
/* 9310  */ .jobsearch-applyquests-dash,
/* 9311  */ .dash-applyquests-apendcon,
/* 9312  */ .applyquest-item-box,
/* 9313  */ .applyquest-item-type,
/* 9314  */ .applyquest-item-queststr,
/* 9315  */ .applyquest-answers-outer,
/* 9316  */ .applyquest-options-main,
/* 9317  */ .applyquest-options-apendcon,
/* 9318  */ .applyquest-option-itm,
/* 9319  */ .quest-type-hding,
/* 9320  */ .addnew-questtypes-btnscon,
/* 9321  */ .select-questype-hding,
/* 9322  */ .addnew-questtypes-btnsiner,
/* 9323  */ .addnew-aplyquestbtn-con {
/* 9324  */     float: left;
/* 9325  */     width: 100%;
/* 9326  */ }
/* 9327  */ .applyquest-item-box {
/* 9328  */     border: 1px solid #eceeef;
/* 9329  */     margin-bottom: 30px;
/* 9330  */ }
/* 9331  */ .applyquest-item-type {
/* 9332  */     border-bottom: 1px solid #eceeef; }
/* 9333  */ .quest-typecon-leftsec {
/* 9334  */     float: left;
/* 9335  */     background-color: #f2f2f2;
/* 9336  */ }
/* 9337  */ .quest-typecon-leftsec i {
/* 9338  */     float: left;
/* 9339  */     color: #ffffff;
/* 9340  */     padding: 10px 0px 0px 0px;
/* 9341  */     font-size: 20px;
/* 9342  */     width: 40px;
/* 9343  */     height: 40px;
/* 9344  */     text-align: center;
/* 9345  */ }
/* 9346  */ .quest-typecon-leftsec span {
/* 9347  */     float: left;
/* 9348  */     padding: 9px 17px 0px 15px;
/* 9349  */ }
/* 9350  */ .quest-typecon-ritesec,

/* plugin.css */

/* 9351  */ .quest-sortremve-sec {
/* 9352  */     float: right; }
/* 9353  */ .chekunchk-opt-box {
/* 9354  */     float: left;
/* 9355  */     margin: 6px 0px 0px 24px;
/* 9356  */ }
/* 9357  */ .chk-onoffswitch-title {
/* 9358  */     float: left;
/* 9359  */     padding: 4px 10px 0px 0px;
/* 9360  */ }
/* 9361  */ .chekunchk-opt-boxiner {
/* 9362  */     display: inline-block; }
/* 9363  */ .quest-sortremve-sec a {
/* 9364  */     float: left;
/* 9365  */     width: 40px;
/* 9366  */     text-align: center;
/* 9367  */     color: #ffffff;
/* 9368  */     font-size: 17px;
/* 9369  */     padding: 8px 0px;
/* 9370  */     background-color: #6e97ff;
/* 9371  */     margin-left: 1px;
/* 9372  */ }
/* 9373  */ .quest-sortremve-sec a.applyquest-item-remove {
/* 9374  */     background-color: #d75a4a; }
/* 9375  */ .quest-sortremve-sec {
/* 9376  */     margin-left: 19px; }
/* 9377  */ /* On Off Switch */
/* 9378  */ .chekunchk-opt-boxiner {
/* 9379  */     display: inline-block;
/* 9380  */     position: relative;
/* 9381  */     width: 70px;
/* 9382  */     text-align: left;
/* 9383  */     vertical-align: middle;
/* 9384  */     -webkit-user-select:none;
/* 9385  */     -moz-user-select:none;
/* 9386  */     -ms-user-select: none;
/* 9387  */     direction: ltr;
/* 9388  */ }
/* 9389  */ .corect-opt-chkunchk {
/* 9390  */     display: none !important; }
/* 9391  */ .chekunchk-opt-boxiner label {
/* 9392  */     display: block;
/* 9393  */     overflow: hidden;
/* 9394  */     cursor: pointer;
/* 9395  */     border-radius: 80px;
/* 9396  */     width: auto !important;
/* 9397  */     margin: 0px !important;
/* 9398  */ }
/* 9399  */ span.chkunchk-onoffswitch-inner:after,
/* 9400  */ span.chkunchk-onoffswitch-inner:before {

/* plugin.css */

/* 9401  */     float: left;
/* 9402  */     width: 50%;
/* 9403  */     height: 26px;
/* 9404  */     padding: 0px;
/* 9405  */     line-height: 27px;
/* 9406  */     font-size: 14px;
/* 9407  */     color: #ffffff;
/* 9408  */     font-weight: 400;
/* 9409  */ }
/* 9410  */ span.chkunchk-onoffswitch-inner:after {
/* 9411  */     content: "Off";
/* 9412  */     padding-right: 18px;
/* 9413  */     background-color: #e42a45;
/* 9414  */     color: #ffffff;
/* 9415  */     text-align: right;
/* 9416  */ }
/* 9417  */ span.chkunchk-onoffswitch-inner:before {
/* 9418  */     content: "On";
/* 9419  */     padding-left: 24px;
/* 9420  */     background-color: #46b169;
/* 9421  */     color: #ffffff;
/* 9422  */ }
/* 9423  */
/* 9424  */ .chkunchk-onoffswitch-switch {
/* 9425  */     display: block;
/* 9426  */     width: 20px;
/* 9427  */     height: 20px;
/* 9428  */     background: #ffffff;
/* 9429  */     position: absolute;
/* 9430  */     top: 3px;
/* 9431  */     bottom: 0;
/* 9432  */     right: 46px;
/* 9433  */     border-radius: 80px;
/* 9434  */     -webkit-transition: all 0.4s ease-in-out;
/* 9435  */        -moz-transition: all 0.4s ease-in-out;
/* 9436  */         -ms-transition: all 0.4s ease-in-out;
/* 9437  */          -o-transition: all 0.4s ease-in-out;
/* 9438  */             transition: all 0.4s ease-in-out;
/* 9439  */ }
/* 9440  */ span.chkunchk-onoffswitch-inner {
/* 9441  */     display: inline-flex;
/* 9442  */     width: 200%;
/* 9443  */     margin-left: -100%;
/* 9444  */     -webkit-transition: all 0.4s ease-in-out;
/* 9445  */        -moz-transition: all 0.4s ease-in-out;
/* 9446  */         -ms-transition: all 0.4s ease-in-out;
/* 9447  */          -o-transition: all 0.4s ease-in-out;
/* 9448  */             transition: all 0.4s ease-in-out;
/* 9449  */ }
/* 9450  */

/* plugin.css */

/* 9451  */ .corect-opt-chkunchk:checked + label span.chkunchk-onoffswitch-inner {
/* 9452  */     margin-left: 0; }
/* 9453  */ .corect-opt-chkunchk:checked + label .chkunchk-onoffswitch-switch {
/* 9454  */     right: 3px;
/* 9455  */     top: 3px;
/* 9456  */ }
/* 9457  */ .applyquest-answers-outer {
/* 9458  */     padding: 28px 30px 19px 30px; }
/* 9459  */ .applyquest-item-queststr input[type="text"] {
/* 9460  */     float: left;
/* 9461  */     width: 100%;
/* 9462  */     height: 40px;
/* 9463  */     border: 1px solid #eff0f1;
/* 9464  */     color: #777777;
/* 9465  */     padding: 5px 14px;
/* 9466  */     background-color: #ffffff;
/* 9467  */ }
/* 9468  */ .applyquest-item-queststr {
/* 9469  */     margin-bottom: 19px; }
/* 9470  */ .applyquest-item-queststr .quest-type {
/* 9471  */     float: left;
/* 9472  */     width: 100%;
/* 9473  */     margin-bottom: 5px;
/* 9474  */ }
/* 9475  */ .applyquest-option-itm {
/* 9476  */     margin-bottom: 19px; }
/* 9477  */ .applyquest-option-itm .applyquest-optionstr {
/* 9478  */     float: left;
/* 9479  */     width: 60%;
/* 9480  */ }
/* 9481  */ .applyquest-opts-btnsec {
/* 9482  */     float: left;
/* 9483  */     width: 40%;
/* 9484  */ }
/* 9485  */ .applyquest-option-itm .applyquest-optionstr input[type="text"] {
/* 9486  */     float: left;
/* 9487  */     width: 100%;
/* 9488  */     height: 40px;
/* 9489  */     border: 1px solid #eff0f1;
/* 9490  */     color: #777777;
/* 9491  */     padding: 5px 14px;
/* 9492  */     background-color: #ffffff;
/* 9493  */ }
/* 9494  */ .quest-type-hding {
/* 9495  */     margin-bottom: 5px; }
/* 9496  */ .applyquest-opts-btnsec .chk-onoffswitch-title {
/* 9497  */     padding-top: 2px; }
/* 9498  */ .opts-plusminus-sec {
/* 9499  */     float: right;
/* 9500  */ }

/* plugin.css */

/* 9501  */ .opts-plusminus-sec a {
/* 9502  */     float: left;
/* 9503  */     width: 24px;
/* 9504  */     height: 24px;
/* 9505  */     background-color: #46b169;
/* 9506  */     border-radius: 100%;
/* 9507  */     color: #fff;
/* 9508  */     text-align: center;
/* 9509  */     margin: 8px 0px 0px 10px;
/* 9510  */     padding-top: 1px;
/* 9511  */     font-size: 10px;
/* 9512  */ }
/* 9513  */ .opts-plusminus-sec a.questopt-item-remove {
/* 9514  */     background-color: #e0325f; }
/* 9515  */ .addnew-questtypes-btnscon {
/* 9516  */     text-align: center; }
/* 9517  */ .select-questype-hding strong {
/* 9518  */     display: inline-block;
/* 9519  */     font-size: 20px;
/* 9520  */     margin-bottom: 25px;
/* 9521  */ }
/* 9522  */ .addnew-questtypes-btnsiner a {
/* 9523  */     display: inline-block;
/* 9524  */     padding: 0px 22px 0px 0px;
/* 9525  */     margin: 0px 16px 15px 0px;
/* 9526  */     border: 1px solid #eceeef;
/* 9527  */     border-radius: 4px;
/* 9528  */     color: #777777;
/* 9529  */     line-height: 2.9;
/* 9530  */     -webkit-transition: all 0.4s ease-in-out;
/* 9531  */        -moz-transition: all 0.4s ease-in-out;
/* 9532  */         -ms-transition: all 0.4s ease-in-out;
/* 9533  */          -o-transition: all 0.4s ease-in-out;
/* 9534  */             transition: all 0.4s ease-in-out;
/* 9535  */ }
/* 9536  */ .addnew-questtypes-btnsiner a i {
/* 9537  */     float: left;
/* 9538  */     font-size: 20px;
/* 9539  */     padding: 10px 10px;
/* 9540  */     margin-right: 22px;
/* 9541  */     border-right: 1px solid #eceeef;
/* 9542  */     -webkit-transition: all 0.4s ease-in-out;
/* 9543  */        -moz-transition: all 0.4s ease-in-out;
/* 9544  */         -ms-transition: all 0.4s ease-in-out;
/* 9545  */          -o-transition: all 0.4s ease-in-out;
/* 9546  */             transition: all 0.4s ease-in-out;
/* 9547  */ }
/* 9548  */ .addnew-questtypes-btnsiner a:hover,
/* 9549  */ .addnew-questtypes-btnsiner a.active-type-itm {
/* 9550  */     background-color: #f2f2f2; }

/* plugin.css */

/* 9551  */ .addnew-questtypes-btnsiner a:hover i,
/* 9552  */ .addnew-questtypes-btnsiner a.active-type-itm i {
/* 9553  */     color: #ffffff; }
/* 9554  */ .addnew-aplyquestbtn-con {
/* 9555  */     margin: 14px 0px 15px 0px;
/* 9556  */ }
/* 9557  */ .addnew-aplyquestbtn-con button {
/* 9558  */     display: inline-block;
/* 9559  */     padding: 14px 14px;
/* 9560  */     color: #ffffff;
/* 9561  */     border-radius: 4px;
/* 9562  */     font-size: 16px;
/* 9563  */     line-height: 1;
/* 9564  */     border: 1px solid;
/* 9565  */ }
/* 9566  */ .addnew-aplyquestbtn-con button:hover {
/* 9567  */     background-color: #ffffff !important; }
/* 9568  */ .applyquest-item-box.ui-sortable-helper {
/* 9569  */     background-color: #f9f9f9;
/* 9570  */ }
/* 9571  */ /* ApplyJobAns */
/* 9572  */ .jobsearch-applyjobans-con,
/* 9573  */ .jobsearch-applyquesthtml-main,
/* 9574  */ .applyjob-questsall-items,
/* 9575  */ .applyjob-quests-item,
/* 9576  */ .quests-item-title,
/* 9577  */ .quests-item-answer {
/* 9578  */     float: left;
/* 9579  */     width: 100%;
/* 9580  */ }
/* 9581  */ .quests-item-title {
/* 9582  */     border-bottom: 1px solid #eeeeee;
/* 9583  */     padding: 13px 15px;
/* 9584  */     cursor: pointer;
/* 9585  */ }
/* 9586  */ .quests-item-title strong {
/* 9587  */     float: left;
/* 9588  */     font-size: 15px;
/* 9589  */ }
/* 9590  */ .title-icon-con {
/* 9591  */     float: right;
/* 9592  */     font-size: 20px;
/* 9593  */ }
/* 9594  */ .quests-item-answer {
/* 9595  */     display: none;
/* 9596  */     border: 1px solid #eeeeee;
/* 9597  */     border-top: none;
/* 9598  */     padding: 15px 20px 5px 20px;
/* 9599  */ }
/* 9600  */ .quest-item-isopen .quests-item-title {

/* plugin.css */

/* 9601  */     background-color: #eeeeee; }
/* 9602  */ .applyjob-quests-item {
/* 9603  */     margin-bottom: 10px; }
/* 9604  */ .answer-posible-option {
/* 9605  */     float: left;
/* 9606  */     width: 100%;
/* 9607  */     background-color: #f9f9f9;
/* 9608  */     margin-bottom: 10px;
/* 9609  */     padding: 10px 15px;
/* 9610  */ }
/* 9611  */ .answer-posible-option.correct-opt-selected {
/* 9612  */     background: #e4f7d4;
/* 9613  */     color: #000;
/* 9614  */     font-weight: bold;
/* 9615  */ }
/* 9616  */ .answer-posible-option.wrong-opt-selected {
/* 9617  */     background: #ff7978;
/* 9618  */     color: #fff;
/* 9619  */ }
/* 9620  */ .jobsearch-applied-jobs-text .quest-answers-acts {
/* 9621  */     margin-top: -14px; }
/* 9622  */ .quest-answers-acts li {
/* 9623  */     width: 100%; }
/* 9624  */ .quest-answers-acts a {
/* 9625  */     float: left;
/* 9626  */     padding: 10px 10px;
/* 9627  */     border: 1px solid #ddd;
/* 9628  */     font-size: 14px;
/* 9629  */     font-weight: 600;
/* 9630  */     background-color: #f9f9f9;
/* 9631  */     width: 100%;
/* 9632  */     text-align: center;
/* 9633  */     border-radius: 3px;
/* 9634  */ }
/* 9635  */ .quests-item-answer p a {
/* 9636  */     display: inline-block;
/* 9637  */     padding: 8px 19px 6px 19px;
/* 9638  */     background-color: #13b5ea;
/* 9639  */     border-radius: 4px;
/* 9640  */     color: #fff;
/* 9641  */     -webkit-transition: all 0.4s ease-in-out;
/* 9642  */        -moz-transition: all 0.4s ease-in-out;
/* 9643  */         -ms-transition: all 0.4s ease-in-out;
/* 9644  */          -o-transition: all 0.4s ease-in-out;
/* 9645  */             transition: all 0.4s ease-in-out;
/* 9646  */ }
/* 9647  */ .quests-item-answer p a:hover {
/* 9648  */     opacity: 0.80;
/* 9649  */ }
/* 9650  */ .user-nocvs-found {

/* plugin.css */

/* 9651  */     float: left;
/* 9652  */     width: 100%;
/* 9653  */ }
/* 9654  */ .jobsearch-injobapplics-con {
/* 9655  */     float: left;
/* 9656  */     width: 100%;
/* 9657  */     position: relative;
/* 9658  */     padding: 6px;
/* 9659  */     min-height: 1000px;
/* 9660  */ }
/* 9661  */ body.page-template-user-dashboard-template {
/* 9662  */     overflow-x: hidden; }
/* 9663  */ .jobsearch-applics-filterscon {
/* 9664  */     position: fixed;
/* 9665  */     right: -400px;
/* 9666  */     top: 0;
/* 9667  */     width: 320px;
/* 9668  */     background-color: #fff;
/* 9669  */     z-index: 9999;
/* 9670  */     padding: 25px;
/* 9671  */     box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
/* 9672  */     -webkit-transition: all 0.4s ease-in-out;
/* 9673  */        -moz-transition: all 0.4s ease-in-out;
/* 9674  */         -ms-transition: all 0.4s ease-in-out;
/* 9675  */          -o-transition: all 0.4s ease-in-out;
/* 9676  */             transition: all 0.4s ease-in-out;
/* 9677  */ }
/* 9678  */ .jobsearch-applics-filterscon.animate-filters-open {
/* 9679  */     right: 0px;
/* 9680  */ }
/* 9681  */ .jobsearch-applics-filterscon a.applicfilters-sideclose-btn {
/* 9682  */     position: absolute;
/* 9683  */     left: -31px;
/* 9684  */     top: 0;
/* 9685  */     width: 30px;
/* 9686  */     height: 30px;
/* 9687  */     background-color: #fb353f;
/* 9688  */     text-align: center;
/* 9689  */     color: #fff;
/* 9690  */     padding-top: 3px;
/* 9691  */ }
/* 9692  */ .jobsearch-applics-filterscon input.applics-filter-formbtn {
/* 9693  */     padding: 12px 30px 11px 30px;
/* 9694  */     line-height: 1;
/* 9695  */     font-size: 14px;
/* 9696  */     border: 1px solid;
/* 9697  */     border-radius: 0px;
/* 9698  */     font-weight: 500;
/* 9699  */     margin-top: 0px;
/* 9700  */     position: fixed;

/* plugin.css */

/* 9701  */     right: -400px;
/* 9702  */     bottom: 0;
/* 9703  */     width: 320px;
/* 9704  */     color: #fff;
/* 9705  */     -webkit-transition: all 0.4s ease-in-out;
/* 9706  */        -moz-transition: all 0.4s ease-in-out;
/* 9707  */         -ms-transition: all 0.4s ease-in-out;
/* 9708  */          -o-transition: all 0.4s ease-in-out;
/* 9709  */             transition: all 0.4s ease-in-out;
/* 9710  */ }
/* 9711  */ .jobsearch-applics-filterscon.animate-filters-open input.applics-filter-formbtn {
/* 9712  */     right: 0px;
/* 9713  */ }
/* 9714  */ .jobsearch-applics-filterscon form {
/* 9715  */     min-height: 890px;
/* 9716  */     max-height: 890px;
/* 9717  */     overflow-y: scroll;
/* 9718  */     float: left;
/* 9719  */     width: 100%;
/* 9720  */ }
/* 9721  */ .jobsearch-applics-filterscon .jobsearch-search-filter-wrap {
/* 9722  */     box-shadow: none; }
/* 9723  */ .jobsearch-applics-filterscon .jobsearch-sfiltrs-heding h2 {
/* 9724  */     font-size: 18px;
/* 9725  */     margin-top: 0px;
/* 9726  */ }
/* 9727  */ .sort-list-view a.jobsearch-applics-filterbtn {
/* 9728  */     color: #ffb14a;
/* 9729  */ }
/* 9730  */ .jobsearch-checkbox-toggle .jobseach-job-skills li {
/* 9731  */     float: left;
/* 9732  */     margin: 5px 5px 0px 0px;
/* 9733  */     list-style: none;
/* 9734  */ }
/* 9735  */ .jobsearch-checkbox-toggle .jobseach-job-skills li:last-child {
/* 9736  */     padding-top: 0px; }
/* 9737  */ .jobsearch-checkbox-toggle .jobseach-job-skills .tagit-close {
/* 9738  */     font-size: 11px;
/* 9739  */     right: 8px !important;
/* 9740  */ }
/* 9741  */ .skills-result-con {
/* 9742  */     float: left;
/* 9743  */     width: 100%;
/* 9744  */     background-color: #fff;
/* 9745  */     border: 1px solid #c5c5c5;
/* 9746  */     margin: 10px 0px 0px 0px;
/* 9747  */ }
/* 9748  */ .skills-result-con li {
/* 9749  */     list-style: none; }
/* 9750  */ .skills-result-con li a {

/* plugin.css */

/* 9751  */     float: left;
/* 9752  */     width: 100%;
/* 9753  */     padding: 1px 11px;
/* 9754  */     -webkit-transition: all 0.4s ease-in-out;
/* 9755  */        -moz-transition: all 0.4s ease-in-out;
/* 9756  */         -ms-transition: all 0.4s ease-in-out;
/* 9757  */          -o-transition: all 0.4s ease-in-out;
/* 9758  */             transition: all 0.4s ease-in-out;
/* 9759  */ }
/* 9760  */ .skills-result-con li:hover a {
/* 9761  */     background-color: #efefef; }
/* 9762  */ .jobsearch-sort-cv-fields {
/* 9763  */     padding-top: 10px;
/* 9764  */     display: inline-block;
/* 9765  */ }
/* 9766  */ .short-li-icons li a.jobsearch-pdf-grid-btn {
/* 9767  */     background-color: #ff2323;
/* 9768  */     color: #fff;
/* 9769  */     border-color: #ff2323;
/* 9770  */ }
/* 9771  */ .wpb_text_column .jobsearch-banner-search ul li:before {
/* 9772  */     display: none; }
/* 9773  */ .jobalert-filter-item .selectize-input input[type="text"] {
/* 9774  */     height: auto;
/* 9775  */ }
/* 9776  */ .jobalert-criteria-con li {
/* 9777  */     float: left;
/* 9778  */     background-color: #888;
/* 9779  */     padding: 4px 7px;
/* 9780  */     border-radius: 4px;
/* 9781  */     margin: 0px 5px 4px 0px;
/* 9782  */     color: #fff;
/* 9783  */     line-height: 1;
/* 9784  */ }
/* 9785  */ .jobsearch-job-alerts-wrap td:nth-child(2) {
/* 9786  */     width: 45%; }
/* 9787  */ .jobsearch-user-profiledel-pop {
/* 9788  */     float: left;
/* 9789  */     width: 100%;
/* 9790  */     text-align: center;
/* 9791  */ }
/* 9792  */ a.jobsearch-alrtslectizecf-remove,
/* 9793  */ .jobsearch-alrtslectize-remove {
/* 9794  */     position: absolute;
/* 9795  */     right: 42px;
/* 9796  */     top: 12px;
/* 9797  */     z-index: 2;
/* 9798  */     color: #d72c2c;
/* 9799  */ }
/* 9800  */ a.jobsearch-slectizelocco-remove,

/* plugin.css */

/* 9801  */ .jobsearch-alrtslectizeloc-remove,
/* 9802  */ .jobsearch-slectizelocst-remove,
/* 9803  */ .jobsearch-slectizelocci-remove {
/* 9804  */     position: absolute;
/* 9805  */     right: 42px;
/* 9806  */     top: 7px;
/* 9807  */     z-index: 2;
/* 9808  */     color: #d72c2c;
/* 9809  */ }
/* 9810  */ .jobsearch-candidate-pdf-list {
/* 9811  */     float: left;
/* 9812  */     width: 100%;
/* 9813  */     margin-bottom: 20px;
/* 9814  */ }
/* 9815  */
/* 9816  */
/* 9817  */
/* 9818  */ .jobsearch-candidate-langs .jobsearch_progressbar .bar-container:before,
/* 9819  */ .jobsearch-candidate-langs .jobsearch_progressbar .bar-container:after,
/* 9820  */ .jobsearch-candidate-langs .jobsearch_progressbar .backgroundBar:before,
/* 9821  */ .jobsearch-candidate-langs .jobsearch_progressbar .backgroundBar:after {
/* 9822  */     display: none;
/* 9823  */ }
/* 9824  */ .jobsearch-candidate-langs .jobsearch_progressbar .bar-container {
/* 9825  */     background-image: url("../images/lang-skills-bg.png");
/* 9826  */     background-repeat: no-repeat;
/* 9827  */     background-color: transparent !important;
/* 9828  */     height: 14px !important;
/* 9829  */     width: 80px;
/* 9830  */ }
/* 9831  */ .fancybox-title-float-wrap span.gal-img-desc.child {
/* 9832  */     display: none; }
/* 9833  */ .fancybox-title-outside-wrap {
/* 9834  */     width: 100%;
/* 9835  */     text-align: center;
/* 9836  */     padding-bottom: 15px;
/* 9837  */ }
/* 9838  */ .jobsearch-candidate-langs .jobsearch_progressbar .bar {
/* 9839  */     background-image: url("../images/lang-skills-top.png");
/* 9840  */     background-repeat: no-repeat;
/* 9841  */     background-color: transparent !important;
/* 9842  */ }
/* 9843  */ header .menu li.jobsearch-usernotifics-menubtn a i {
/* 9844  */     position: relative !important;
/* 9845  */     top: auto !important;
/* 9846  */ }
/* 9847  */ .jobsearch-mobile-btn,
/* 9848  */ .jobsearch-typo-wrap .jobsearch-mobile-btn {
/* 9849  */     display: inline-block;
/* 9850  */     width: 100%;

/* plugin.css */

/* 9851  */     padding: 15px 19px 14px 19px;
/* 9852  */     border: 1px solid #e2e4e5;
/* 9853  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
/* 9854  */     background-color: #ffffff;
/* 9855  */     color: #666666;
/* 9856  */     font-size: 16px;
/* 9857  */     font-weight: 600;
/* 9858  */     margin-bottom: 15px;
/* 9859  */ }
/* 9860  */ .jobsearch-mobile-btn i,
/* 9861  */ .jobsearch-typo-wrap .jobsearch-mobile-btn i {
/* 9862  */     float: right;
/* 9863  */     margin: 4px 0px 0px 0px;
/* 9864  */     -webkit-transition: all 0.4s ease-in-out;
/* 9865  */        -moz-transition: all 0.4s ease-in-out;
/* 9866  */         -ms-transition: all 0.4s ease-in-out;
/* 9867  */          -o-transition: all 0.4s ease-in-out;
/* 9868  */             transition: all 0.4s ease-in-out;
/* 9869  */ }
/* 9870  */ .jobsearch-mobile-btn.open i {
/* 9871  */     -webkit-transform: rotate(180deg);
/* 9872  */        -moz-transform: rotate(180deg);
/* 9873  */         -ms-transform: rotate(180deg);
/* 9874  */          -o-transform: rotate(180deg);
/* 9875  */             transform: rotate(180deg);
/* 9876  */ }
/* 9877  */ .pt-reset-password p {
/* 9878  */     display: inline-block; }
/* 9879  */ .jobsearch-quick-apply-image .jobsearch_side_box.jobsearch_apply_job {
/* 9880  */     position: absolute;
/* 9881  */     right: 0;
/* 9882  */     top: 0;
/* 9883  */     width: 30%;
/* 9884  */     padding: 65px 20px 0px 20px;
/* 9885  */ }
/* 9886  */ .jobsearch-quick-apply-image .jobsearch_apply_job_wrap {
/* 9887  */     border: none;
/* 9888  */     padding: 0px;
/* 9889  */ }
/* 9890  */ .jobsearch-quick-apply-box .jobsearch-jobdetail-listthumb ~ figcaption {
/* 9891  */     padding-right: 320px;
/* 9892  */ }
/* 9893  */ .jobsearch-quick-apply-box .jobsearch-sendmessage-btn {
/* 9894  */     border-radius: 5px;
/* 9895  */ }
/* 9896  */ .careerfy-simple-gallery.candidate_portfolio > ul > li:first-child .grid-item-thumb {
/* 9897  */     height: 206px; }
/* 9898  */ .careerfy-simple-gallery.candidate_portfolio .grid-item-thumb {
/* 9899  */     height: 93px; }
/* 9900  */ .careerfy-simple-gallery.candidate_portfolio ul li .img-icons a {

/* plugin.css */

/* 9901  */     width: 40px;
/* 9902  */     float: none;
/* 9903  */ }
/* 9904  */ .jobsearch-applied-jobs ul li.create-meetin-li {
/* 9905  */     width: 100%;
/* 9906  */     margin: -6px 0px 16px 0px;
/* 9907  */     flex-basis: 100%;
/* 9908  */ }
/* 9909  */ .create-meetin-li a.jobsearch-creatmeetin-btn {
/* 9910  */     width: auto;
/* 9911  */     border-radius: 80px;
/* 9912  */     padding: 5px 30px 6px 30px;
/* 9913  */     height: auto;
/* 9914  */     display: inline-block;
/* 9915  */     float: none;
/* 9916  */ }
/* 9917  */ .jobsearch-quick-apply-box-left .jobsearch-applyjob-btn-wrapper {
/* 9918  */     text-align: center; }
/* 9919  */ .jobsearch-quick-apply-box-left .jobsearch-applyjob-btn-wrapper p {
/* 9920  */     margin-bottom: 20px;
/* 9921  */ }
/* 9922  */ .jobsearch-quick-apply-image .jobsearch_side_box.jobsearch_apply_job .jobsearch-applyjob-btn-wrapper {
/* 9923  */     width: 100%; }
/* 9924  */ .quest-hding-optcomb {
/* 9925  */     margin: 0px 0px 15px 0px;
/* 9926  */     float: left;
/* 9927  */     width: 100%;
/* 9928  */ }
/* 9929  */ .quest-hding-optcomb .quest-type-hding {
/* 9930  */     width: 50%;
/* 9931  */     margin: 4px 0px 0px 0px;
/* 9932  */ }
/* 9933  */ .quest-hding-optcomb .chekunchk-opt-box {
/* 9934  */     float: right;
/* 9935  */     margin: 0;
/* 9936  */ }
/* 9937  */ .applicant-status-pending {
/* 9938  */     position: relative;
/* 9939  */     cursor: no-drop;
/* 9940  */ }
/* 9941  */ span.pending-profile-applicant {
/* 9942  */     position: absolute;
/* 9943  */     z-index: 4;
/* 9944  */     width: 100%;
/* 9945  */     left: 0px;
/* 9946  */     top: 3px;
/* 9947  */     text-align: center;
/* 9948  */     padding: 22px 0px;
/* 9949  */     color: #ffffff;
/* 9950  */     font-weight: 500;

/* plugin.css */

/* 9951  */     line-height: 1.5;
/* 9952  */ }
/* 9953  */ .aplicants-grid-view-wrap span.pending-profile-applicant,
/* 9954  */ .jobsearch-applicns-candidate span.pending-profile-applicant {
/* 9955  */     background-color: rgba(0,0,0,0.85);
/* 9956  */     height: 100%;
/* 9957  */     display: flex;
/* 9958  */     flex-wrap: wrap;
/* 9959  */     align-content: center;
/* 9960  */     justify-content: center;
/* 9961  */ }
/* 9962  */ span.pending-profile-applicant small {
/* 9963  */     color: #ffb14a;
/* 9964  */     font-size: 14px;
/* 9965  */     width: 100%;
/* 9966  */ }
/* 9967  */ .applicant-status-pending .jobsearch-applied-jobs-wrap:before {
/* 9968  */     content: '';
/* 9969  */     position: absolute;
/* 9970  */     left: 0;
/* 9971  */     top: 0;
/* 9972  */     width: 100%;
/* 9973  */     height: 100%;
/* 9974  */     background-color: #000;
/* 9975  */     z-index: 2;
/* 9976  */     opacity: 0.80;
/* 9977  */ }
/* 9978  */ .error-api {
/* 9979  */     color: #000; }
/* 9980  */ .jobsearch-apply-withemail-con .user-cvs-list li {
/* 9981  */     margin-bottom: 0px;
/* 9982  */     line-height: 1.9;
/* 9983  */     padding: 0px 20px;
/* 9984  */ }
/* 9985  */ .jobsearch-apply-withemail-con .user-cvs-list li label {
/* 9986  */     float: none;
/* 9987  */     color: #333333;
/* 9988  */     font-weight: 500;
/* 9989  */ }
/* 9990  */ .jobsearch-applied-jobs-text .user-ipgent-info li {
/* 9991  */     width: 100%;
/* 9992  */     padding: 0;
/* 9993  */     margin: 0px 0px 8px 0px;
/* 9994  */     line-height: 1.5;
/* 9995  */ }
/* 9996  */ .externl-job-liknwrap ul li:last-child {
/* 9997  */     padding-left: 0px; }
/* 9998  */ .jobsearch-emaplied-jobs-right {
/* 9999  */     float: right; }
/* 10000 */ .jobsearch-emaplied-jobs-right a {

/* plugin.css */

/* 10001 */     float: left;
/* 10002 */     margin: 25px 14px 0px 0px;
/* 10003 */     font-size: 16px;
/* 10004 */ }
/* 10005 */ .jobsearch-emaplied-jobs-right a.jobsearch-remove-emailaplicnt{
/* 10006 */     color: #ff6d4a; }
/* 10007 */ /*  */
/* 10008 */ .jobsearch-onaply-priceplan {
/* 10009 */     display: flex;
/* 10010 */     width: 100%;
/* 10011 */     flex-wrap: wrap;
/* 10012 */     padding-top: 10px;
/* 10013 */ }
/* 10014 */ .jobsearch-popupplan-wrap {
/* 10015 */     display: flex;
/* 10016 */     width: 100%;
/* 10017 */     background-color: #f1f1f1;
/* 10018 */     margin: 0px 0px 25px 0px;
/* 10019 */     border-radius: 8px;
/* 10020 */ }
/* 10021 */ .jobsearch-popupplan h2 {
/* 10022 */     border-bottom: 1px solid #cbcbcb;
/* 10023 */     font-size: 20px;
/* 10024 */     color: #000;
/* 10025 */     margin: 0px;
/* 10026 */     width: 100%;
/* 10027 */     padding: 11px 22px;
/* 10028 */     text-transform: uppercase;
/* 10029 */     font-weight: 500;
/* 10030 */ }
/* 10031 */ .jobsearch-popupplan {
/* 10032 */     width: 100%;
/* 10033 */ }
/* 10034 */ ul.popupplan-features-list {
/* 10035 */     display: flex;
/* 10036 */     width: 100%;
/* 10037 */     padding: 5px 22px 0px 22px;
/* 10038 */     flex-wrap: wrap;
/* 10039 */ }
/* 10040 */ ul.popupplan-features-list li {
/* 10041 */     list-style: none;
/* 10042 */     flex-basis: 50%;
/* 10043 */     font-size: 14px;
/* 10044 */     color: #000;
/* 10045 */     font-weight: 400;
/* 10046 */     padding-top: 1px;
/* 10047 */     display: flex;
/* 10048 */     align-items: baseline;
/* 10049 */     margin: 5px 0px 10px 0px;
/* 10050 */     text-align: left;

/* plugin.css */

/* 10051 */ }
/* 10052 */ ul.popupplan-features-list li.active i {
/* 10053 */     color: #13b5ea;
/* 10054 */ }
/* 10055 */ .popupplan-pricebtn-con {
/* 10056 */     width: 100%;
/* 10057 */     display: flex;
/* 10058 */     border-top: 1px solid #cbcbcb;
/* 10059 */     margin-top: 6px;
/* 10060 */     justify-content: space-between;
/* 10061 */     padding: 14px 22px;
/* 10062 */ }
/* 10063 */ ul.popupplan-features-list li i {
/* 10064 */     margin-right: 9px;
/* 10065 */     color: #a3a3a3;
/* 10066 */ }
/* 10067 */ .jobsearch-popupplan-btn a {
/* 10068 */     display: inline-block;
/* 10069 */     padding: 14px 30px 12px 30px;
/* 10070 */     border: 1px solid;
/* 10071 */     color: #fff;
/* 10072 */     border-radius: 40px;
/* 10073 */     line-height: 1;
/* 10074 */     -webkit-transition: all 0.4s ease-in-out;
/* 10075 */        -moz-transition: all 0.4s ease-in-out;
/* 10076 */         -ms-transition: all 0.4s ease-in-out;
/* 10077 */          -o-transition: all 0.4s ease-in-out;
/* 10078 */             transition: all 0.4s ease-in-out;
/* 10079 */ }
/* 10080 */ .jobsearch-popupplan-btn a:hover {
/* 10081 */     background-color: #f1f1f1;
/* 10082 */     color: #13b5ea;
/* 10083 */ }
/* 10084 */ .jobsearch-poprice-wrp {
/* 10085 */     align-self: center;
/* 10086 */     display: flex;
/* 10087 */     align-items: center;
/* 10088 */ }
/* 10089 */ .jobsearch-poprice-wrp span.price-holdr {
/* 10090 */     font-size: 36px;
/* 10091 */     font-weight: 500;
/* 10092 */     color: #000;
/* 10093 */     line-height: 1;
/* 10094 */ }
/* 10095 */ .jobsearch-poprice-wrp span.expiry-holdr {
/* 10096 */     font-size: 14px;
/* 10097 */     color: #666666;
/* 10098 */ }
/* 10099 */ .jobsearch-popupplan-wrap.jobsearch-recmnded-plan {
/* 10100 */     border-left: 8px solid; }

/* plugin.css */

/* 10101 */ .candinvite-btn-con {
/* 10102 */     float: left;
/* 10103 */     width: 100%;
/* 10104 */     text-align: center;
/* 10105 */     margin-bottom: 20px;
/* 10106 */ }
/* 10107 */ .candinvite-btn-con a {
/* 10108 */     display: inline-block;
/* 10109 */     border-radius: 80px;
/* 10110 */     padding: 8px 14px;
/* 10111 */     margin-left: 5px;
/* 10112 */     border: 1px solid #13b5ea;
/* 10113 */     min-width: 180px;
/* 10114 */     color: #13b5ea;
/* 10115 */     margin-top: 10px;
/* 10116 */     -webkit-transition: all 0.4s ease-in-out;
/* 10117 */        -moz-transition: all 0.4s ease-in-out;
/* 10118 */         -ms-transition: all 0.4s ease-in-out;
/* 10119 */          -o-transition: all 0.4s ease-in-out;
/* 10120 */             transition: all 0.4s ease-in-out;
/* 10121 */ }
/* 10122 */ .candinvite-btn-con a:hover {
/* 10123 */     background-color: #13b5ea;
/* 10124 */     color: #ffffff;
/* 10125 */ }
/* 10126 */ /* Candidate Invite Popup */
/* 10127 */ .candinvite-modal-popup .jobsearch-modal-title-box {
/* 10128 */     background-color: #fafafa;
/* 10129 */     padding: 20px 20px;
/* 10130 */     margin-bottom: 20px;
/* 10131 */ }
/* 10132 */ .candinvite-modal-popup .jobsearch-modal-title-box h2 {
/* 10133 */     text-transform: capitalize;
/* 10134 */     font-weight: 600;
/* 10135 */     letter-spacing: 0px;
/* 10136 */ }
/* 10137 */ .candinvite-modal-popup span.modal-close {
/* 10138 */     color: #3e4e5f; }
/* 10139 */ .nojob-invite-con strong,
/* 10140 */ .invitefor-job-hdin h4 {
/* 10141 */     font-size: 16px;
/* 10142 */     font-weight: 500;
/* 10143 */     letter-spacing: 0px;
/* 10144 */     margin-bottom: 7px;
/* 10145 */     display: block;
/* 10146 */ }
/* 10147 */ .invitefor-job-hdin h4 {
/* 10148 */     margin-bottom: 10px;
/* 10149 */ }
/* 10150 */ .nojob-invite-con p {

/* plugin.css */

/* 10151 */     margin-bottom: 20px; }
/* 10152 */ .cncle-nojobinvite-btns a,
/* 10153 */ .invite-aplycall-con a {
/* 10154 */     display: inline-block;
/* 10155 */     padding: 13px 35px;
/* 10156 */     line-height: 1;
/* 10157 */     background-color: #13b5ea;
/* 10158 */     color: #fff;
/* 10159 */     border-radius: 80px;
/* 10160 */     border: 1px solid #13b5ea;
/* 10161 */     margin-right: 10px;
/* 10162 */     -webkit-transition: all 0.4s ease-in-out;
/* 10163 */        -moz-transition: all 0.4s ease-in-out;
/* 10164 */         -ms-transition: all 0.4s ease-in-out;
/* 10165 */          -o-transition: all 0.4s ease-in-out;
/* 10166 */             transition: all 0.4s ease-in-out;
/* 10167 */ }
/* 10168 */ .cncle-nojobinvite-btns a:hover,
/* 10169 */ .invite-aplycall-con a:hover {
/* 10170 */     background-color: #ffffff;
/* 10171 */     color: #13b5ea;
/* 10172 */ }
/* 10173 */ .cncle-nojobinvite-btns a.invite-cancel-btn {
/* 10174 */     background-color: #7a8592;
/* 10175 */     border-color: #7a8592;
/* 10176 */ }
/* 10177 */ .cncle-nojobinvite-btns a.invite-cancel-btn:hover  {
/* 10178 */     background-color: #ffffff;
/* 10179 */     color: #7a8592;
/* 10180 */ }
/* 10181 */ .invite-aplycall-con {
/* 10182 */     margin-top: 15px;
/* 10183 */     display: block;
/* 10184 */ }
/* 10185 */ .total-appcreds-con .applicnt-count-box.active a {
/* 10186 */     color: #5bccf6;
/* 10187 */     box-shadow: none;
/* 10188 */ }
/* 10189 */ .total-appcreds-con .applicnt-count-box.active {
/* 10190 */     background-color: transparent !important;
/* 10191 */     box-shadow: 0px 0px 0px 1px #5bccf6;
/* 10192 */ }
/* 10193 */ .jobsearch-candcover-uplodholdr {
/* 10194 */     float: left;
/* 10195 */     width: 100%;
/* 10196 */     margin-top: 20px;
/* 10197 */ }
/* 10198 */ .jobsearch-modal .jobsearch-fileUpload:hover span i {
/* 10199 */     color: #fff !important; }
/* 10200 */ .jobsearch-modal .jobsearch-fileUpload span i {

/* plugin.css */

/* 10201 */     font-size: 13px !important;
/* 10202 */     position: static !important;
/* 10203 */     -webkit-transition: all 0.4s ease-in-out;
/* 10204 */        -moz-transition: all 0.4s ease-in-out;
/* 10205 */         -ms-transition: all 0.4s ease-in-out;
/* 10206 */          -o-transition: all 0.4s ease-in-out;
/* 10207 */             transition: all 0.4s ease-in-out;
/* 10208 */ }
/* 10209 */ .jobsearch-modal .user-cvs-list li {
/* 10210 */     margin-bottom: 0px !important; }
/* 10211 */ .jobsearch-modal .user-cvs-list li label {
/* 10212 */     width: 87%;
/* 10213 */     padding-top: 16px;
/* 10214 */     padding-left: 0px;
/* 10215 */ }
/* 10216 */ .jobsearch-modal .user-cvs-list li input {
/* 10217 */     margin-top: 12px; }
/* 10218 */ .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
/* 10219 */     min-width: calc(100% - 0px);
/* 10220 */     max-width: calc(100% - 0px);
/* 10221 */     margin: 0px;
/* 10222 */ }
/* 10223 */ .jobsearch-jobs-topsrchul .geolction-btn i,
/* 10224 */ .careerfy-jobs-srchul .geolction-btn i {
/* 10225 */     z-index: 2; }
/* 10226 */ .mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon {
/* 10227 */     display: none; }
/* 10228 */ .jobsearch-banner-search .suggestions-wrapper li,
/* 10229 */ .careerfy-banner-search .suggestions-wrapper li {
/* 10230 */     width: 100% !important;
/* 10231 */     text-align: left;
/* 10232 */     margin: 0 !important;
/* 10233 */     padding: 0px !important;
/* 10234 */ }
/* 10235 */ .modal-box-area .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
/* 10236 */     position: relative;
/* 10237 */     z-index: 5;
/* 10238 */ }
/* 10239 */ .modal-box-area .suggestions-wrapper {
/* 10240 */     top: 0px; }
/* 10241 */ .pac-container {
/* 10242 */     z-index: 999999; }
/* 10243 */ .applied-status {
/* 10244 */     float: right;
/* 10245 */     margin: 24px 15px 0px 0px;
/* 10246 */ }
/* 10247 */ .applied-status span.aplid-status-txt {
/* 10248 */     background-color: #fcd116;
/* 10249 */     color: #fff;
/* 10250 */     padding: 4px 6px;

/* plugin.css */

/* 10251 */     margin: 0px;
/* 10252 */     min-width: 65px;
/* 10253 */     text-align: center;
/* 10254 */ }
/* 10255 */ .applied-status span.aplid-status-txt.shortlisted {
/* 10256 */     background-color: #48b43f; }
/* 10257 */ .applied-status span.aplid-status-txt.rejected {
/* 10258 */     background-color: #ff5757; }
/* 10259 */
/* 10260 */
/* 10261 */
/* 10262 */
/* 10263 */ /* Filter Job */
/* 10264 */ .select-appsjob-con {
/* 10265 */     max-width: 86rem;
/* 10266 */     background-color: #fcfcfc;
/* 10267 */     margin: 0px 0px 30px 0px;
/* 10268 */     display: grid;
/* 10269 */     grid-auto-flow: column;
/* 10270 */     grid-template-columns: 1fr 1fr;
/* 10271 */ }
/* 10272 */ .select-appsjob-con .allapps-jobselct-con,
/* 10273 */ .select-appsjob-con .allapps-jobselct-con select {
/* 10274 */     width: 100%;
/* 10275 */     max-width: 100%;
/* 10276 */ }
/* 10277 */ .select-appsjob-con .allapps-jobselct-con select {
/* 10278 */     width: 100%;
/* 10279 */     max-width: 100%;
/* 10280 */     border-color: #f5f5f5;
/* 10281 */     min-height: 41px;
/* 10282 */     border-radius: 5px;
/* 10283 */     padding: 11px 20px;
/* 10284 */     background-color: #fff;
/* 10285 */ }
/* 10286 */ .overall-appcreds-con {
/* 10287 */     background-color: #f5f5f5;
/* 10288 */     padding: 0px 30px 0px 30px;
/* 10289 */     height: 100%;
/* 10290 */     display: flex;
/* 10291 */     align-items: center;
/* 10292 */     width: auto;
/* 10293 */ }
/* 10294 */ .allapps-selctcounts-holdr {
/* 10295 */     display: flex;
/* 10296 */     flex-basis: 100%;
/* 10297 */     flex-wrap: wrap;
/* 10298 */     margin-bottom: 30px;
/* 10299 */     border-bottom: 4px double #f5f5f5;
/* 10300 */     padding: 0px 20px 30px 20px;

/* plugin.css */

/* 10301 */ }
/* 10302 */ .allapps-job-label {
/* 10303 */     width: 100%; }
/* 10304 */ .allapps-job-label h2 {
/* 10305 */     margin: 0px 0px 10px 0px;
/* 10306 */ }
/* 10307 */ .filter-allreps-mainholdr {
/* 10308 */     display: flex;
/* 10309 */     flex-wrap: wrap;
/* 10310 */     padding: 30px 0px;
/* 10311 */ }
/* 10312 */ .repapps-filtr-fieldscon {
/* 10313 */     display: grid;
/* 10314 */     gap: 0px 22px;
/* 10315 */     padding: 0px 20px 25px 20px;
/* 10316 */     grid-template-columns: 1fr 1fr;
/* 10317 */     grid-auto-flow: column;
/* 10318 */ }
/* 10319 */ .repapps-filtr-fieldscon>div {
/* 10320 */     flex: 1; }
/* 10321 */ .allapps-months-filtrholdr {
/* 10322 */     display: flex;
/* 10323 */     gap: 0px 22px;
/* 10324 */ }
/* 10325 */ .select-appsjob-con .repapps-filtr-fieldscon label {
/* 10326 */     color: #1d2327;
/* 10327 */     font-size: 1.3em;
/* 10328 */     font-weight: 600;
/* 10329 */     margin-bottom: 10px;
/* 10330 */     display: flex;
/* 10331 */     flex-basis: 100%;
/* 10332 */ }
/* 10333 */ .select-appsjob-con .repapps-filtr-fieldscon input {
/* 10334 */     height: 41px;
/* 10335 */     border-radius: 5px;
/* 10336 */     background-color: #fff;
/* 10337 */     border: 1px solid #f5f5f5;
/* 10338 */     padding: 0px 20px;
/* 10339 */     width: 100%;
/* 10340 */ }
/* 10341 */ .filtr-mnth-btns-sec {
/* 10342 */     display: grid;
/* 10343 */     flex-basis: 100%;
/* 10344 */     padding: 0px 20px;
/* 10345 */     grid-template-columns: 1fr 1fr;
/* 10346 */     grid-auto-flow: column;
/* 10347 */     gap: 0px 10px;
/* 10348 */     justify-content: center;
/* 10349 */ }
/* 10350 */ .filtr-mnth-btns-sec a.button {

/* plugin.css */

/* 10351 */     border-radius: 80px;
/* 10352 */     background-color: #2295ee;
/* 10353 */     color: #fff;
/* 10354 */     border: 1px solid #2295ee;
/* 10355 */     padding: 14px 25px;
/* 10356 */     line-height: 1;
/* 10357 */     font-size: 15px;
/* 10358 */     font-weight: 600;
/* 10359 */     text-align: center;
/* 10360 */     -webkit-transition: all .4s ease;
/* 10361 */     -moz-transition: all .4s ease;
/* 10362 */     -o-transition: all .4s ease;
/* 10363 */     -ms-transition: all .4s ease;
/* 10364 */     transition: all .4s ease;
/* 10365 */ }
/* 10366 */ .filtr-mnth-btns-sec a.allplics-export-excel {
/* 10367 */     background-color: #02713c;
/* 10368 */     border-color: #02713c;
/* 10369 */ }
/* 10370 */ .filtr-mnth-btns-sec a.button.aplics-mnemp-filterbtn:hover {
/* 10371 */     color: #2295ee; }
/* 10372 */ .filtr-mnth-btns-sec a.button:hover {
/* 10373 */     background-color: #fff;
/* 10374 */     color: #02713c;
/* 10375 */ }
/* 10376 */ .allapps-selctcounts-holdr .jobsearch-profile-select:after {
/* 10377 */     right: 14px;
/* 10378 */     top: 13px;
/* 10379 */ }
/* 10380 */ .allapps-selctcounts-holdr .jobsearch-field-loader {
/* 10381 */     top: 13px; }
/* 10382 */ .overall-appcreds-con span.unviewd-apps {
/* 10383 */     background-color: #e8c427;
/* 10384 */ }
/* 10385 */ .overall-appcreds-con .applicnt-count-box.unviewd-apps {
/* 10386 */     background-color: #dbb616; }
/* 10387 */ .show-allskills-pop {
/* 10388 */     font-size: 13px;
/* 10389 */     font-style: italic;
/* 10390 */     font-weight: 400;
/* 10391 */     text-decoration: underline;
/* 10392 */     margin-top: 6px;
/* 10393 */ }
/* 10394 */ .skills-filter-maincon .skill-item {
/* 10395 */     width: 50%;
/* 10396 */     display: inline-block;
/* 10397 */     margin-right: -4px;
/* 10398 */ }
/* 10399 */ .skill-pop-btns {
/* 10400 */     display: flex;

/* plugin.css */

/* 10401 */     width: 100%;
/* 10402 */     justify-content: center;
/* 10403 */     gap: 15px;
/* 10404 */ }
/* 10405 */ .skill-pop-btns a {
/* 10406 */     display: inline-block;
/* 10407 */     padding: 12px 20px;
/* 10408 */     line-height: 1;
/* 10409 */     color: #fff;
/* 10410 */     border-radius: 4px;
/* 10411 */     margin: 10px 0px 0px 0px;
/* 10412 */     -webkit-transition: all .4s ease;
/* 10413 */     -moz-transition: all .4s ease;
/* 10414 */     -o-transition: all .4s ease;
/* 10415 */     -ms-transition: all .4s ease;
/* 10416 */     transition: all .4s ease;
/* 10417 */ }
/* 10418 */ .skill-pop-btns a:hover {
/* 10419 */     opacity: 0.80; }
/* 10420 */ .elementor-sec-joblogo,
/* 10421 */ .elementor-sec-emplogo {
/* 10422 */     overflow: hidden;
/* 10423 */     position: relative;
/* 10424 */ }
/* 10425 */ .elementor-widget-breadcrumb .careerfy-breadcrumb {
/* 10426 */     background-color: transparent;
/* 10427 */     text-align: inherit;
/* 10428 */ }
/* 10429 */ .elementor-widget-breadcrumb .careerfy-breadcrumb ul li:before {
/* 10430 */     left: -22px;
/* 10431 */     top: 0px;
/* 10432 */ }
/* 10433 */ .elementor-widget-breadcrumb .careerfy-breadcrumb ul li {
/* 10434 */     padding: 0px 34px 0px 0px; }
/* 10435 */
/* 10436 */
/* 10437 */ .close-listin-mobfiltrs,
/* 10438 */ .mobfiltrs-openrbtn-con {
/* 10439 */     display: none;
/* 10440 */ }
/* 10441 */ @media (max-width: 480px) {
/* 10442 */
/* 10443 */     .listin-filters-sidebar {
/* 10444 */         position: fixed;
/* 10445 */         left: -100%;
/* 10446 */         top: 0px;
/* 10447 */         width: 320px !important;
/* 10448 */         background-color: #fff;
/* 10449 */         z-index: 9999;
/* 10450 */         padding: 15px !important;

/* plugin.css */

/* 10451 */         overflow: scroll;
/* 10452 */         height: 100%;
/* 10453 */         -webkit-transition: all 0.4s ease-in-out;
/* 10454 */        -moz-transition: all 0.4s ease-in-out;
/* 10455 */         -ms-transition: all 0.4s ease-in-out;
/* 10456 */          -o-transition: all 0.4s ease-in-out;
/* 10457 */             transition: all 0.4s ease-in-out;
/* 10458 */     }
/* 10459 */     .active-filters-con {
/* 10460 */         left: 0;
/* 10461 */     }
/* 10462 */     a.close-listin-mobfiltrs {
/* 10463 */         display: block;
/* 10464 */         position: absolute;
/* 10465 */         right: 0px;
/* 10466 */         top: 4px;
/* 10467 */         color: #fff;
/* 10468 */         font-size: 18px;
/* 10469 */         background-color: red;
/* 10470 */         width: 40px;
/* 10471 */         height: 40px;
/* 10472 */         border-radius: 100%;
/* 10473 */         text-align: center;
/* 10474 */         line-height: 2.2;
/* 10475 */     }
/* 10476 */     .mobfiltrs-openrbtn-con a {
/* 10477 */         background-color: #53b427;
/* 10478 */         color: #fff;
/* 10479 */         padding: 12px 18px;
/* 10480 */         float: left;
/* 10481 */         font-size: 24px;
/* 10482 */     }
/* 10483 */
/* 10484 */     .mobfiltrs-openrbtn-con {
/* 10485 */         display: block;
/* 10486 */         position: fixed;
/* 10487 */         left: 0px;
/* 10488 */         top: 50%;
/* 10489 */         z-index: 999;
/* 10490 */     }
/* 10491 */
/* 10492 */ }
/* 10493 */
/* 10494 */ /* Package Control  */
/* 10495 */ .jobsearch-smp-pkgpln-head-wclr,
/* 10496 */ .jobsearch-packageplan-headlist,
/* 10497 */ .jobsearch-smp-pkgpln-price,
/* 10498 */ .jobsearch-smp-pkgpln,
/* 10499 */ .jobsearch-pkgpln-footer-options,
/* 10500 */ .jobsearch-smp-pkgpln-body {

/* plugin.css */

/* 10501 */   display: flex;
/* 10502 */   width: 100%;
/* 10503 */   flex-wrap: wrap;
/* 10504 */ }
/* 10505 */
/* 10506 */ .jobsearch-smp-pkgpln {
/* 10507 */     max-width: 765px;
/* 10508 */     overflow-x: auto;
/* 10509 */     min-width: 426px;
/* 10510 */     background-color: #DEDEDE;
/* 10511 */ }
/* 10512 */ .jobsearch-smp-pkgpln-header > div:first-child,
/* 10513 */ .jobsearch-smp-pkgpln .jobsearch-pkg-tr .jobsearch-pkg-td:first-child,
/* 10514 */ .jobsearch-smp-pkgpln-footer .jobsearch-pkgpln-footer-inner:first-child {
/* 10515 */     min-width: 213px;
/* 10516 */     max-width: 213px;
/* 10517 */     position: sticky;
/* 10518 */     left: 0px;
/* 10519 */     box-shadow: 7px 0px 12px 1px rgb(0 0 0 / 4%);
/* 10520 */     z-index: 2;
/* 10521 */ }
/* 10522 */ .jobsearch-smp-pkgpln-header,
/* 10523 */ .jobsearch-smp-pkgpln-footer,
/* 10524 */ .jobsearch-smp-pkgpln .jobsearch-pkg-tr {
/* 10525 */   display: flex;
/* 10526 */   width: 100%;
/* 10527 */ }
/* 10528 */
/* 10529 */ .jobsearch-smp-pkgpln-header > div,
/* 10530 */ .jobsearch-smp-pkgpln .jobsearch-pkg-tr .jobsearch-pkg-td {
/* 10531 */   flex: 1;
/* 10532 */ }
/* 10533 */ .jobsearch-smp-pkgpln-body-inner:nth-child(even) .jobsearch-pkg-tr .jobsearch-pkg-td {
/* 10534 */   background-color: #f3f3f3;
/* 10535 */ }
/* 10536 */ .jobsearch-smp-pkgpln-body-inner:nth-child(even) .jobsearch-pkg-tr .jobsearch-pkg-td:nth-child(even) {
/* 10537 */   background-color: #F6F6F6;
/* 10538 */ }
/* 10539 */ .jobsearch-smp-pkgpln-body .jobsearch-pkg-tr:nth-child(odd) .jobsearch-pkg-td.active {
/* 10540 */     background-color: #F3F3F3;
/* 10541 */ }
/* 10542 */ .jobsearch-smp-pkgpln-head-woutclr > div {
/* 10543 */   padding: 25px 10px;
/* 10544 */   background-color: #fff;
/* 10545 */ }
/* 10546 */ .jobsearch-smp-pkgpln-head-woutclr strong.chose-plan-heading {
/* 10547 */   display: flex;
/* 10548 */   width: 100%;
/* 10549 */   margin: 0px 0px 16px 0px;
/* 10550 */   font-size: 18px;

/* plugin.css */

/* 10551 */ }
/* 10552 */ .jobsearch-packageplan-headlist span {
/* 10553 */   display: flex;
/* 10554 */   width: 100%;
/* 10555 */   color: #2C3E50;
/* 10556 */   font-size: 14px;
/* 10557 */   align-items: baseline;
/* 10558 */   column-gap: 8px;
/* 10559 */   margin-bottom: 7px;
/* 10560 */ }
/* 10561 */ .jobsearch-smp-pkgpln .jobsearch-pkg-tr {
/* 10562 */   background-color: #F3F3F3;
/* 10563 */ }
/* 10564 */ .jobsearch-smp-pkgpln-body .jobsearch-pkg-tr:nth-child(odd) {
/* 10565 */     background-color: #eee;
/* 10566 */ }
/* 10567 */ .jobsearch-smp-pkgpln-body .jobsearch-pkg-tr .jobsearch-pkg-td:first-child {
/* 10568 */   background-color: #ebebeb;
/* 10569 */ }
/* 10570 */ .jobsearch-smp-pkgpln-body .jobsearch-pkg-tr:nth-child(even) .jobsearch-pkg-td:first-child {
/* 10571 */   background-color: #F6F6F6;
/* 10572 */ }
/* 10573 */ .jobsearch-smp-pkgpln-body .jobsearch-pkg-tr:nth-child(even) .jobsearch-pkg-td.active {
/* 10574 */     background-color: #fff;
/* 10575 */ }
/* 10576 */ .jobsearch-smp-pkgpln .jobsearch-pkg-tr .jobsearch-pkg-td {
/* 10577 */   width: 100%;
/* 10578 */   line-height: 1.5;
/* 10579 */   padding: 10px 20px;
/* 10580 */   list-style: none;
/* 10581 */   color: #2C3E50;
/* 10582 */   font-size: 16px;
/* 10583 */   justify-content: center;
/* 10584 */   align-items: center;
/* 10585 */   display: flex;
/* 10586 */   min-width: 180px;
/* 10587 */ }
/* 10588 */ .jobsearch-smp-pkgpln .jobsearch-pkg-tr .jobsearch-pkg-td:first-child {
/* 10589 */   justify-content: flex-start;
/* 10590 */ }
/* 10591 */ .jobsearch-smp-pkgpln-head-wclr {
/* 10592 */   background-color: #2C3E50;
/* 10593 */   justify-content: center;
/* 10594 */   text-align: center;
/* 10595 */   align-items: flex-start;
/* 10596 */   border-left: 1px solid rgba(255, 255, 255, 0.10);
/* 10597 */   min-width: 180px;
/* 10598 */ }
/* 10599 */ .jobsearch-smp-pkgpln-head-wclr.active {
/* 10600 */   background-color: #13B5EA; }

/* plugin.css */

/* 10601 */ .jobsearch-smp-pkgpln-head-wclr.active .jobsearch-smp-pkgpln-title {
/* 10602 */   background-color: #13A2D1; }
/* 10603 */ .jobsearch-smp-pkgpln-head-wclr.active .jobsearch-smp-pkgpln-btn {
/* 10604 */   background-color: #fff;
/* 10605 */   color: #2C3E50;
/* 10606 */ }
/* 10607 */ .jobsearch-smp-pkgpln-title {
/* 10608 */   width: 100%;
/* 10609 */   background-color: #222F3B;
/* 10610 */   text-align: center;
/* 10611 */   font-size: 20px;
/* 10612 */   color: #fff;
/* 10613 */   padding: 16px 10px;
/* 10614 */   line-height: 1.2;
/* 10615 */ }
/* 10616 */ .jobsearch-smp-pkgpln-price {
/* 10617 */   font-size: 30px;
/* 10618 */   line-height: 1;
/* 10619 */   color: #fff;
/* 10620 */   justify-content: center;
/* 10621 */   margin-bottom: 14px;
/* 10622 */ }
/* 10623 */ .jobsearch-smp-pkgpln-price small {
/* 10624 */   font-size: 16px;
/* 10625 */   width: 100%;
/* 10626 */   margin-top: 8px;
/* 10627 */ }
/* 10628 */ .jobsearch-smp-pkgpln-btn {
/* 10629 */   display: flex;
/* 10630 */   background-color: #13B5EA;
/* 10631 */   color: #fff;
/* 10632 */   font-size: 14px;
/* 10633 */   border-radius: 80px;
/* 10634 */   line-height: 1;
/* 10635 */   padding: 12px 40px;
/* 10636 */   text-transform: uppercase;
/* 10637 */   font-weight: 500;
/* 10638 */   -webkit-transition: all 0.5s ease-in-out;
/* 10639 */        -moz-transition: all 0.5s ease-in-out;
/* 10640 */         -ms-transition: all 0.5s ease-in-out;
/* 10641 */          -o-transition: all 0.5s ease-in-out;
/* 10642 */             transition: all 0.5s ease-in-out;
/* 10643 */ }
/* 10644 */ .jobsearch-smp-pkgpln-btn:hover {
/* 10645 */   background-color: #fff;
/* 10646 */   color: #13B5EA
/* 10647 */ }
/* 10648 */ i.icon-pkg {
/* 10649 */   display: flex;
/* 10650 */   min-width: 24px;

/* plugin.css */

/* 10651 */   min-height: 24px;
/* 10652 */   max-width: 24px;
/* 10653 */   max-height: 24px;
/* 10654 */   background-color: #199600;
/* 10655 */   border-radius: 100%;
/* 10656 */   color: #fff;
/* 10657 */   justify-content: center;
/* 10658 */   align-items: center;
/* 10659 */   font-size: 12px;
/* 10660 */ }
/* 10661 */ i.icon-pkg.fa-times {
/* 10662 */   background-color: #F60000;
/* 10663 */ }
/* 10664 */ .jobsearch-pkgpln-footer-inner {
/* 10665 */   flex: 1;
/* 10666 */   padding: 20px;
/* 10667 */   align-items: center;
/* 10668 */   display: flex;
/* 10669 */   min-width: 180px;
/* 10670 */ }
/* 10671 */ .jobsearch-smp-pkgpln-footer .jobsearch-pkgpln-footer-inner:first-child {
/* 10672 */   background-color: #fff;
/* 10673 */ }
/* 10674 */ .jobsearch-pkgpln-footer-inner strong.pkgpln-footer-heading {
/* 10675 */   font-size: 18px;
/* 10676 */   color: #2C3E50;
/* 10677 */   margin: 0px;
/* 10678 */ }
/* 10679 */ .jobsearch-pkgpln-footer-options span {
/* 10680 */   width: 100%;
/* 10681 */   color: #2C3E50;
/* 10682 */   display: flex;
/* 10683 */   align-items: center;
/* 10684 */   column-gap: 5px;
/* 10685 */   line-height: 1.5;
/* 10686 */   margin: 7px 0px;
/* 10687 */ }
/* 10688 */ .jobsearch-pkgpln-footer-options i {
/* 10689 */   display: inline-flex;
/* 10690 */   min-width: 12px;
/* 10691 */   min-height: 12px;
/* 10692 */   max-width: 12px;
/* 10693 */   max-height: 12px;
/* 10694 */   background-color: #199600;
/* 10695 */   border-radius: 100%;
/* 10696 */   color: #fff;
/* 10697 */   justify-content: center;
/* 10698 */   align-items: center;
/* 10699 */   font-size: 6px;
/* 10700 */ }

/* plugin.css */

/* 10701 */ .jobsearch-pkgpln-footer-options i.fa-times {
/* 10702 */   background-color: #F60000;
/* 10703 */ }
/* 10704 */ .jobsearch-smp-pkgpln-wrapper {
/* 10705 */   display: flex;
/* 10706 */   width: 100%;
/* 10707 */ }
/* 10708 */ .jobsearch-dashbord-menubtn {
/* 10709 */     display: none;
/* 10710 */     width: 100%;
/* 10711 */     justify-content: center;
/* 10712 */     padding-bottom: 20px;
/* 10713 */ }
/* 10714 */ .jobsearch-dashbord-menubtn a {
/* 10715 */     font-size: 24px; }
/* 10716 */ .jobsearch-dashbord-mobilemenu {
/* 10717 */     position: fixed;
/* 10718 */     left: 0;
/* 10719 */     top: 0;
/* 10720 */     width: 280px;
/* 10721 */     background-color: #fff;
/* 10722 */     z-index: 99;
/* 10723 */     height: 100%;
/* 10724 */     border-right: 1px solid #eee;
/* 10725 */     -webkit-transition: all 0.5s ease-in-out;
/* 10726 */        -moz-transition: all 0.5s ease-in-out;
/* 10727 */         -ms-transition: all 0.5s ease-in-out;
/* 10728 */          -o-transition: all 0.5s ease-in-out;
/* 10729 */             transition: all 0.5s ease-in-out;
/* 10730 */ }
/* 10731 */ .jobsearch-dashbord-mobilemenu.hidden-dashbord-menu {
/* 10732 */     opacity: 0;
/* 10733 */     left: -100%;
/* 10734 */ }
/* 10735 */ .jobsearch-dashbord-mobilemenu ul {
/* 10736 */     overflow: scroll;
/* 10737 */     height: 100%;
/* 10738 */ }
/* 10739 */ span.close-dashbord-mobilemenu {
/* 10740 */     position: absolute;
/* 10741 */     right: -33px;
/* 10742 */     top: 0;
/* 10743 */     padding: 5px 10px;
/* 10744 */     background-color: red;
/* 10745 */     color: #fff;
/* 10746 */     font-size: 16px;
/* 10747 */ }
/* 10748 */ .jobsearch-jobcates-btn {
/* 10749 */     display: flex;
/* 10750 */     width: 100%;

/* plugin.css */

/* 10751 */     justify-content: center;
/* 10752 */ }
/* 10753 */ .jobsearch-labl-with-tooltip label {
/* 10754 */     float: left;
/* 10755 */     width: auto;
/* 10756 */ }
/* 10757 */ .jobsearch-labl-with-tooltip {
/* 10758 */     width: 100%;
/* 10759 */     float: left;
/* 10760 */     position: relative;
/* 10761 */     z-index: 2;
/* 10762 */ }
/* 10763 */ .jobsearch-labl-with-tooltip span.help-icon-con {
/* 10764 */     float: left;
/* 10765 */     margin: 0px 0px 0px 5px;
/* 10766 */     line-height: 1;
/* 10767 */     color: #999;
/* 10768 */ }
/* 10769 */
/* 10770 */ .multi .selectize-input {
/* 10771 */     padding: 5px 13px;
/* 10772 */     min-height: 41px;
/* 10773 */     box-shadow: none;
/* 10774 */     border-color: #eceeef;
/* 10775 */ }
/* 10776 */ body .multi .items input,
/* 10777 */ body .jobsearch-profile-select .multi .items input {
/* 10778 */     height: 28px;
/* 10779 */ }
/* 10780 */ .jobsearch-imgcropper-mainbox {
/* 10781 */     display: flex;
/* 10782 */     width: 100%;
/* 10783 */     flex-wrap: wrap;
/* 10784 */     justify-content: center;
/* 10785 */ }
/* 10786 */ .jobsearch-imgcropper-mainbox span.jobsearch-dragslidr-txt {
/* 10787 */     width: 100%;
/* 10788 */     text-align: center;
/* 10789 */     margin-bottom: 10px;
/* 10790 */ }
/* 10791 */ .jobsearch-imgcropi-btncon a.btn {
/* 10792 */     color: #fff;
/* 10793 */     border: 1px solid;
/* 10794 */     border-radius: 80px;
/* 10795 */     padding: 10px 20px;
/* 10796 */     line-height: 1;
/* 10797 */     -webkit-transition: all 0.4s ease-in-out;
/* 10798 */        -moz-transition: all 0.4s ease-in-out;
/* 10799 */         -ms-transition: all 0.4s ease-in-out;
/* 10800 */          -o-transition: all 0.4s ease-in-out;

/* plugin.css */

/* 10801 */             transition: all 0.4s ease-in-out;
/* 10802 */ }
/* 10803 */ .jobsearch-imgcropi-btncon a.btn:hover {
/* 10804 */     background-color: #fff; }
/* 10805 */
/* 10806 */ .jobsearch-candidate-pdf-main-slider {
/* 10807 */     display: flex;
/* 10808 */     width: 100%;
/* 10809 */     overflow-x: scroll;
/* 10810 */     margin-bottom: 30px;
/* 10811 */ }
/* 10812 */ .jobsearch-candidate-pdf-main-slider .jobsearch-candidate-pdf-slider-inner {
/* 10813 */     min-width: 195px;
/* 10814 */ }
/* 10815 */
/* 10816 */ .jobsearch-profil-approv-alrt .alert-success {
/* 10817 */     width: 100%;
/* 10818 */     display: flex;
/* 10819 */     gap: 10px;
/* 10820 */     position: relative;
/* 10821 */     align-items: center;
/* 10822 */     margin-bottom: 15px;
/* 10823 */     background-color: #3fcb40;
/* 10824 */ }
/* 10825 */ .jobsearch-profil-approv-alrt a.close-alrt-btn {
/* 10826 */     position: absolute;
/* 10827 */     right: 0px;
/* 10828 */     top: 0px;
/* 10829 */     background-color: rgba(0,0,0,0.15);
/* 10830 */     padding: 4px 6px;
/* 10831 */     line-height: 1;
/* 10832 */     color: #fff;
/* 10833 */ }
/* 10834 */ .jobsearch-profil-approv-alrt span {
/* 10835 */     color: #fff;
/* 10836 */ }
/* 10837 */ .jobsearch-profil-approv-alrt .alrt-icon {
/* 10838 */     background-color: rgba(0,0,0,0.15);
/* 10839 */     padding: 10px 15px;
/* 10840 */     font-size: 16px;
/* 10841 */     color: #fff;
/* 10842 */ }
/* 10843 */
/* 10844 */
/* 10845 */
/* 10846 */ .jobsearch-profil-noapprov-alrt .alert-warning {
/* 10847 */     width: 100%;
/* 10848 */     display: flex;
/* 10849 */     gap: 10px;
/* 10850 */     position: relative;

/* plugin.css */

/* 10851 */     align-items: center;
/* 10852 */     margin-bottom: 15px;
/* 10853 */     background-color: #ff9700;
/* 10854 */     padding: 10px 0px 8px 60px;
/* 10855 */ }
/* 10856 */ .jobsearch-profil-noapprov-alrt span {
/* 10857 */     color: #fff;
/* 10858 */ }
/* 10859 */ .jobsearch-profil-noapprov-alrt .alrt-icon {
/* 10860 */     background-color: rgba(0,0,0,0.15);
/* 10861 */     padding: 10px 15px;
/* 10862 */     font-size: 16px;
/* 10863 */     color: #fff;
/* 10864 */     position: absolute;
/* 10865 */     left: 0px;
/* 10866 */     top: 0px;
/* 10867 */     height: 100%;
/* 10868 */     display: flex;
/* 10869 */     align-items: center;
/* 10870 */ }
/* 10871 */
/* 10872 */ .comprofil-dashb-boxes {
/* 10873 */     display: grid;
/* 10874 */     grid-template-columns: repeat(2, 1fr);
/* 10875 */     column-gap: 10px;
/* 10876 */     margin: 30px 0px 10px 0px;
/* 10877 */ }
/* 10878 */ .user-compriofil-boxitm {
/* 10879 */     background-color: #fff;
/* 10880 */     box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.07);
/* 10881 */     display: flex;
/* 10882 */     margin-bottom: 20px;
/* 10883 */     border-radius: 5px;
/* 10884 */     gap: 20px;
/* 10885 */     align-items: center;
/* 10886 */ }
/* 10887 */ .icon-boxcon {
/* 10888 */     background-color: #13b5ea;
/* 10889 */     color: #fff;
/* 10890 */     height: 100%;
/* 10891 */     font-size: 35px;
/* 10892 */     padding: 12px 18px;
/* 10893 */     border-radius: 5px;
/* 10894 */     display: flex;
/* 10895 */     align-items: center;
/* 10896 */ }
/* 10897 */ .porf-info-con {
/* 10898 */     display: flex;
/* 10899 */     flex-wrap: wrap;
/* 10900 */     line-height: 1;

/* plugin.css */

/* 10901 */     height: 100%;
/* 10902 */     align-content: center;
/* 10903 */     padding: 15px 0px;
/* 10904 */ }
/* 10905 */ .porf-info-con strong {
/* 10906 */     margin-bottom: 6px;
/* 10907 */ }
/* 10908 */ .user-compriofil-boxitm span {
/* 10909 */     width: 100%;
/* 10910 */ }
/* 10911 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* plugin-responsive.css */

/* 1   */ /*	Media 768Px Start */
/* 2   */ @media (min-width: 768px) and (max-width: 990px) {
/* 3   */ 	.jobsearch-plugin-default-container { width: 100%; padding: 0px 15px; }
/* 4   */ 	.jobsearch-column-3.jobsearch-typo-wrap,.jobsearch-column-9.jobsearch-typo-wrap,.jobsearch-column-8.jobsearch-typo-wrap,.jobsearch-column-4.jobsearch-typo-wrap { width: 100%; }
/* 5   */ 	.jobsearch-filter-responsive-wrap,.jobsearch-main-content .widget { width: 50%; padding: 0px 5px; margin-right: -4px; float: none; display: inline-block; vertical-align: top; }
/* 6   */ 	.wp-jobsearch-employer-content,.wp-jobsearch-job-content,.wp-jobsearch-candidate-content { margin-top: 20px; }
/* 7   */ 	.jobsearch-modal .modal-content-area { padding-right: 10px; padding-left: 10px; }
/* 8   */ 	.jobsearch-candidate-savedjobs table { width: 770px; } .jobsearch-candidate-savedjobs { overflow: scroll; }
/* 9   */ 	.jobsearch-applied-jobs-text .jobsearch-savedjobs-links { float: left; margin-top: 12px; }
/* 10  */ 	.jobsearch-managejobs-list,.jobsearch-employer-transactions,.jobsearch-employer-packages { width: 770px; }
/* 11  */ 	.jobsearch-jobs-list-holder,.jobsearch-transactions-list-holder,.jobsearch-packages-list-holder { float: left; width: 100%; overflow: scroll; }
/* 12  */ 	.jobsearch-applicants-graph svg,.jobsearch-applicants-graph { width: 100%; }
/* 13  */ 	/* NewSearch */
/* 14  */ 	.jobsearch-search-container .jobsearch-banner-search ul li { float: left; width: 50%; flex-basis: auto !important; }
/* 15  */ 	.jobsearch-search-container .jobsearch-banner-search ul li:last-child { max-width: 100% !important; width: 100% !important; }
/* 16  */ 	.jobsearch-search-container .jobsearch-select-style select { border-top: none; }
/* 17  */ 	.jobsearch-search-container ul li:nth-child(2) .jobsearch-select-style select { border-top: 1px solid #f2f2f2; }
/* 18  */ 	.jobsearch-search-container ul li:nth-child(3) .jobsearch-select-style select { border-left: 1px solid #f2f2f2; }
/* 19  */ 	.jobsearch-banner-search.search-cat-off ul li { width: 45%; } .jobsearch-banner-search.search-cat-off ul li:last-child { width: 10%; }
/* 20  */ 	/* NewSearch */
/* 21  */ 	.jobsearch-modal .modal-box-area { margin-left: 0px; }
/* 22  */ 	/* DetailPages */
/* 23  */ 	.careerfy-main-content aside.careerfy-column-4,.careerfy-main-content div.careerfy-column-8 { width: 100%; }
/* 24  */ 	.careerfy-main-content .widget.careerfy-candidatedetail-services { padding-top: 15px; }
/* 25  */ 	.careerfy-jobdetail-four-list figure ~ .careerfy-jobdetail-four-list-text { margin-left: 0px !important; float: left; width: 100%; }
/* 26  */ 	.careerfy-employer-detail2-tablink ul li { padding: 0px 11px; }
/* 27  */ 	.careerfy-employerfour-list figure img ~ figcaption { margin-left: 0px !important; float: left; width: 100%; }
/* 28  */ 	.careerfy-main-section .candidate-detail-two-thumb { margin-top: 0px; }
/* 29  */ 	.candidate-detail-two-subheader .candidate-detail-two-subheaderwrap { width: 100%; padding-left: 20px; }
/* 30  */ 	.candidate-detail-two-subheader-social { margin-top: 15px; }
/* 31  */ 	.careerfy-candidate-detail-four-subheader figure { width: 65%; }
/* 32  */ 	.instastcky-aplybtn-con { display: block; }
/* 33  */ 	.jobsearch-onlyonelog-form .jobsearch-login-box { width: 70%; }
/* 34  */ 	.jobsearch-quick-apply-box-left, .jobsearch-quick-apply-box-right { float: left; width: 100%; }
/* 35  */ 	.applyquest-option-itm .applyquest-optionstr,.applyquest-opts-btnsec { width: 100%; }
/* 36  */ 	.applyquest-options-main .chekunchk-opt-box { margin-left: 0px; } .applyquest-opts-btnsec { margin-top: 10px; }
/* 37  */ 	.select-appsjob-con,.filtr-mnth-btns-sec { grid-template-columns: 1fr; grid-auto-flow: unset; }
/* 38  */ 	.filtr-mnth-btns-sec a.button { margin-bottom: 10px;  }
/* 39  */ 	.allapps-monthemp-filtrmain,.overall-appcreds-con { padding-top: 20px; padding-bottom: 20px; width: 100%; }
/* 40  */ 	body #jobsearch-chat-container .jobsearch-user-chat-content { width: 62%;  }
/* 41  */
/* 42  */ }
/* 43  */
/* 44  */ /* Media 420Px Start */
/* 45  */ @media (max-width: 767px) {
/* 46  */ 	.jobsearch-joblisting-classic-wrap,.jobsearch-joblisting-classic-wrap .jobsearch-table-row { flex-wrap: wrap; }
/* 47  */ 	body .jobsearch-plugin-default-container { width: 100% !important; padding: 0px 15px; }
/* 48  */ 	.jobsearch-column-3.jobsearch-typo-wrap { padding: 0px 15px; }
/* 49  */ 	.jobsearch-column-3.jobsearch-typo-wrap,.jobsearch-column-9.jobsearch-typo-wrap,.jobsearch-column-8.jobsearch-typo-wrap,.jobsearch-column-4.jobsearch-typo-wrap,.jobsearch-column-10,.jobsearch-column-2 { width: 100%; }
/* 50  */ 	.jobsearch-column-4 { width: 50%; }

/* plugin-responsive.css */

/* 51  */ 	.jobsearch-filter-responsive-wrap,.jobsearch-main-content .widget { width: 50%; padding: 0px 5px; margin-right: -4px; float: none; display: inline-block; vertical-align: top; }
/* 52  */ 	.wp-jobsearch-employer-content,.wp-jobsearch-job-content,.wp-jobsearch-candidate-content { margin-top: 20px; }
/* 53  */ 	.jobsearch-employer .jobsearch-table-cell { display: inline-block; margin-right: -4px; width: 40%; vertical-align: middle; }
/* 54  */ 	.jobsearch-employer .jobsearch-table-cell:first-child { width: 20%; }
/* 55  */ 	.jobsearch-employer .jobsearch-table-cell:nth-child(3) { display: none; }
/* 56  */ 	.jobsearch-job-userlist,.jobsearch-candidate-default-btn { float: left; } .jobsearch-jobdetail-joblisting .jobsearch-job-userlist { float: right; }
/* 57  */ 	.jobsearch-candidate-default-left { width: 100%; }
/* 58  */ 	.jobsearch-filterable ul li:first-child { padding-left: 0px; }
/* 59  */ 	.jobsearch-list-option h2 { line-height: 1.4; }
/* 60  */ 	.jobsearch-candidate-default-text ul li { margin-bottom: 8px; }
/* 61  */ 	.jobsearch-jobdetail-options li,.jobsearch-jobdetail-options li:first-child { font-size: 13px; } .jobsearch-jobdetail-list figcaption h2 { font-size: 24px; } .jobsearch-jobdetail-media { margin-left: 0px; }
/* 62  */ 	.jobsearch-modal .modal-content-area { padding-right: 10px; padding-left: 10px; }
/* 63  */ 	.jobsearch-user-form ul li { width: 50%; } .jobsearch-user-form ul li.jobsearch-user-form-coltwo-full { width: 100%; }
/* 64  */ 	.jobsearch-login-media li a { text-indent: -9999px; } .jobsearch-login-media li a i { text-indent: 0px; } .jobsearch-login-media { margin: 0px -5px; } .jobsearch-login-media li { width: 25%; padding: 0px 5px; }
/* 65  */ 	.jobsearch-login-media li i { border: none; width: 100%; } .jobsearch-modal .modal-box-area { margin: 0px 0px 0px 0px; margin-bottom: 60px !important; width: 100%; padding: 30px 20px 30px 20px; display: inline-block; position: static !important; }
/* 66  */ 	.jobsearch-modal .modal-content-area { margin-top: 40px; }
/* 67  */ 	.jobsearch-user-form-info { width: 64%; } .jobsearch-user-form input[type="submit"] { font-size: 15px; } .jobsearch-jobdetail-media li { margin-right: 6px; }
/* 68  */ 	.jobsearch_apply_job ul li a { text-indent: -9999px; } .jobsearch_apply_job ul li a i { text-indent: 0px; float: left; width: 100%; }
/* 69  */ 	.jobsearch-form.jobsearch-login-registration-form { margin: 0px; } .jobsearch-login-box { padding: 30px 30px 20px 30px; }
/* 70  */ 	.jobsearch-login-box form ul li { text-align: center; } .jobsearch-login-box form ul li ul li { text-align: left: 0; } .jobsearch-login-box form a,.jobsearch-login-box form .jobsearch-login-submit-btn { float: none; display: inline-block; }
/* 71  */ 	.login-reg-errors .alert-danger,.registration-errors .alert-danger { font-size: 15px; } .jobsearch-login-box form a { margin-bottom: 12px; margin-top: 0px; }
/* 72  */ 	.jobsearch-login-with a { text-indent: -9999px; } .jobsearch-login-with a i { text-indent: 0px; width: 100%; } .jobsearch-login-box form .jobsearch-reset-password-submit-btn { padding: 8px 20px 6px 20px; }
/* 73  */ 	.jobsearch-radio-checkbox { width: 100%; margin-bottom: 10px; } .jobsearch-company-gallery ul li { width: 50%; } .jobsearch-add-popup { margin-top: 10%; }
/* 74  */ 	.jobsearch-candidate-savedjobs table { width: 770px; } .jobsearch-candidate-savedjobs { overflow: scroll; }
/* 75  */ 	.jobsearch-applied-jobs-text .jobsearch-savedjobs-links { float: left; margin-top: 12px; } .jobsearch-applied-jobs-text ul li { margin-bottom: 8px; }
/* 76  */ 	.jobsearch-managejobs-list,.jobsearch-employer-transactions,.jobsearch-employer-packages { width: 770px; } .jobsearch-jobs-list-holder,.jobsearch-transactions-list-holder,.jobsearch-packages-list-holder { float: left; width: 100%; overflow: scroll; }
/* 77  */ 	.jobsearch-employer-resumes > ul > li { width: 100%; }
/* 78  */ 	.jobsearch-employer-jobnav ul li:before,.jobsearch-employer-jobnav ul li.active ~ li:nth-child(2):after { display: none; } .jobsearch-employer-jobnav ul li a { padding: 0px 20px; }
/* 79  */ 	.jobsearch-subheader-form .jobsearch-banner-search ul li { width: 50%; }
/* 80  */ 	.jobsearch-stats-list ul li { min-width: 48%; }
/* 81  */ 	.jobsearch-stats-list ul { flex-flow: row wrap !important; }
/* 82  */ 	.jobsearch-applicants-graph svg,.jobsearch-applicants-graph { width: 100%; }
/* 83  */ 	.jobsearch-candidate-default figure ~ .jobsearch-candidate-default-text { margin-left: 0px; float: left; width: 100%; }
/* 84  */ 	.jobsearch-alert-in-content .alerts-fields ul li { width: 100% !important; } .jobsearch-alert-in-content .jobsearch-checkbox li { margin-bottom: 7px; }
/* 85  */ 	.complet-percent,.minimum-percent { width: 100%; } .minimum-percent { border-left: none;  padding-top: 5px; padding-left: 0px;} .percent-num { margin-bottom: 15px; }
/* 86  */ 	.jobsearch-joblisting-classic .jobsearch-table-cell { float: left; width: 100%; margin-bottom: 8px; }
/* 87  */ 	.jobsearch-filterable h2 { margin-bottom: 20px; }
/* 88  */ 	.search-full-element { z-index: 99 !important; }
/* 89  */ 	.jobsearch-banner-search.search-cat-off ul li { width: 45%; } .jobsearch-banner-search.search-cat-off ul li:last-child { width: 10%; }
/* 90  */ 	.jobsearch-jobdetail-view { display: inline-block; line-height: 1; padding: 3px 9px; }
/* 91  */ 	.jobsearch-banner-search .jobsearch_searchloc_div input[type="text"] { border-left: 1px solid #f2f2f2; border-top: none; }
/* 92  */ 	/* NewSearch */
/* 93  */ 	.jobsearch-search-container .jobsearch-banner-search ul li { float: left; width: 50%; flex-basis: auto !important; }
/* 94  */ 	.jobsearch-search-container .jobsearch-banner-search ul li:last-child { max-width: 100% !important; width: 100% !important; }
/* 95  */ 	.jobsearch-search-container .jobsearch-select-style select { border-top: none; }
/* 96  */ 	.jobsearch-search-container ul li:nth-child(2) .jobsearch-select-style select { border-top: 1px solid #f2f2f2; }
/* 97  */ 	.jobsearch-search-container ul li:nth-child(3) .jobsearch-select-style select { border-left: 1px solid #f2f2f2; }
/* 98  */ 	.jobsearch-search-container .jobsearch-banner-search { padding: 0px; }
/* 99  */ 	.jobsearch-column-9 .careerfy-job-grid ul li {  width: 50%; }
/* 100 */ 	/* NewSearch */

/* plugin-responsive.css */

/* 101 */ 	.jobsearch-advance-search-holdr .jobsearch-banner-search ul li.adv-srch-toggler,.jobsearch-advance-search-holdr .jobsearch-banner-search > ul > li:last-child { width: 100% !important; }
/* 102 */ 	.adv-srch-toggler a { margin: 0px 0px 10px 0px; }
/* 103 */ 	/* DetailPages */
/* 104 */ 	.careerfy-main-content aside.careerfy-column-4,.careerfy-main-content div.careerfy-column-8 { width: 100%; }
/* 105 */ 	.careerfy-jobdetail-services ul li.careerfy-column-4 { width: 50%; }
/* 106 */ 	.careerfy-main-content .widget.widget_application_apply { padding-top: 20px; padding-bottom: 20px; }
/* 107 */ 	.careerfy-main-content .careerfy-joblisting-media ~ .careerfy-joblisting-text { float: left; width: 100%; margin-left: 0px; }
/* 108 */ 	.careerfy-header-one .careerfy-user-section ul { left: auto; right: 0px; }
/* 109 */ 	.careerfy-main-content .widget.careerfy-candidatedetail-services { padding-top: 15px; }
/* 110 */ 	.careerfy-list-option ul li { margin-bottom: 10px; }
/* 111 */ 	.careerfy-jobdetail-four-list figure ~ .careerfy-jobdetail-four-list-text { margin-left: 0px !important; float: left; width: 100%; }
/* 112 */ 	.careerfy-jobdetail-four-list figure { width: 100% !important; }
/* 113 */ 	.careerfy-employer-detail2-tablink ul li { margin-bottom: 10px; padding: 0px 12px; }
/* 114 */ 	.jobsearch-candidate-grid > ul > li { width: 50%; }
/* 115 */ 	.careerfy-candidate-grid2 ul li { width: 50%; }
/* 116 */ 	.careerfy-employer-subheader-three figure img { margin-top: -30px; }
/* 117 */ 	.careerfy-employerfour-list figure img ~ figcaption { margin-left: 0px !important; float: left; width: 100%; }
/* 118 */ 	.careerfy-employerfour-top-section .careerfy-column-4,.careerfy-employerfour-top-section .careerfy-column-8,.careerfy-employerfour-list .careerfy-column-8 { width: 100%; }
/* 119 */ 	.careerfy-employerfour-map { margin-top: 0px !important; }
/* 120 */ 	.careerfy-employerfour-top-social { margin-bottom: 15px; }
/* 121 */ 	.careerfy-main-section .candidate-detail-two-thumb { margin-top: 0px; }
/* 122 */ 	.candidate-detail-two-subheader .candidate-detail-two-subheaderwrap { width: 100%; padding-left: 20px; }
/* 123 */ 	.candidate-detail-two-subheader-social { margin-top: 15px; }
/* 124 */ 	.careerfy-column-4.circle-pie-list { width: 100%; }
/* 125 */ 	.careerfy-main-section .careerfy-candidatedetail-text3 img ~ figcaption { margin-left: 0px; padding-top: 15px; float: left; width: 100%; }
/* 126 */ 	.careerfy-candidate-detail-four-subheader figure img ~ figcaption { margin-left: 0px !important; float: left; width: 100%; }
/* 127 */ 	.careerfy-main-section .candidate-detail4-timeline-thumb ~ .candidate-detail4-timeline-text { padding-left: 155px; }
/* 128 */ 	.careerfy-main-section .candidate-detail4-timeline-thumb { width: 20%; }
/* 129 */ 	.phon-num-fieldcon .contry-info-con { display: none; }
/* 130 */ 	.intl-tel-input.allow-dropdown input[type="tel"] { padding-left: 60px; }
/* 131 */ 	.instastcky-aplybtn-con { display: block; }
/* 132 */ 	#JobSearchNonuserApplyModal .modal-box-area { margin-top: 0px; }
/* 133 */ 	.jobsearch-banner-search .adv-search-options ul li, .jobsearch-banner-search .adv-search-options ul li:last-child { width: 50% !important; }
/* 134 */ 	.jobsearch-onlyonelog-form .jobsearch-login-box { width: 100%; }
/* 135 */ 	.jobsearch-banner-search ul li.jobsearch-banner-submit,.jobsearch-banner-search ul li { z-index: auto !important; }
/* 136 */ 	.jobsearch-top-searchbar .jobsearch-subheader-form .jobsearch-banner-search ul li,.jobsearch-top-searchbar .jobsearch-subheader-form .jobsearch-banner-search ul li.jobsearch-banner-submit i { z-index: inherit !important; }
/* 137 */ 	.jobsearch-top-searchbar .jobsearch-subheader-form .jobsearch-banner-search input[type="submit"] { z-index: 5; }
/* 138 */ 	.jobsearch-banner-search input[type="submit"],.allapps-selctcounts-holdr,.overall-appcreds-con { width: 100%; }
/* 139 */ 	.overall-appcreds-con ul li { width: 50%; float: left; }
/* 140 */ 	.jobsearch-quick-apply-box-left, .jobsearch-quick-apply-box-right { float: left; width: 100%; }
/* 141 */ 	.jobsearch-quick-apply-box { width: 100%; }
/* 142 */ 	.jobsearch-employer-list-btn { margin-bottom: 10px; }
/* 143 */ 	.jobsearch-candidate-default-wrap,.jobsearch-candidate-default-text,.jobsearch-candidate-default-text ul { flex-wrap: wrap;  }
/* 144 */ 	.jobsearch-candidate-default-text .jobsearch-candidate-default-left { flex: auto; }
/* 145 */ 	.jobsearch-candidate-default-text .jobsearch-candidate-default-left,.jobsearch-candidate-default figure { margin-bottom: 15px;  }
/* 146 */ 	.jobsearch-candidate-default-text ul li:before { display: none;  }
/* 147 */
/* 148 */ 	.applyquest-option-itm .applyquest-optionstr,.applyquest-opts-btnsec,.quest-typecon-ritesec { width: 100%; }
/* 149 */ 	.applyquest-options-main .chekunchk-opt-box { margin-left: 0px; } .applyquest-opts-btnsec { margin-top: 10px; }
/* 150 */ 	figure.jobsearch-jobdetail-list { flex-wrap: wrap; }

/* plugin-responsive.css */

/* 151 */ 	.jobsearch-jobdetail-listthumb~figcaption { margin-left: 0px; padding-top: 15px;  }
/* 152 */ 	.select-appsjob-con,.filtr-mnth-btns-sec { grid-template-columns: 1fr; grid-auto-flow: unset; }
/* 153 */ 	.filtr-mnth-btns-sec a.button { margin-bottom: 10px;  }
/* 154 */ 	.allapps-monthemp-filtrmain,.overall-appcreds-con { padding-top: 20px; padding-bottom: 20px; width: 100%; }
/* 155 */
/* 156 */ 	body #jobsearch-chat-container aside { width: 100%; min-height: auto; max-height: inherit; }
/* 157 */ 	body .jobsearch-chat-user-list { height: 200px; }
/* 158 */ 	body #jobsearch-chat-container .jobsearch-user-chat-content { width: 100%; margin-top: 20px; border-left: 1px solid #efefef; min-height: 600px;
/* 159 */     max-height: 300px; }
/* 160 */     body #jobsearch-chat-container .jobsearch-chat-messages-list { height: 500px;  }
/* 161 */     body .jobsearch-chat-share-file-wrapper { background: #fff; width: 100%; float: left; padding: 10px 10px; position: static; }
/* 162 */     .jobsearch-chat-messages-list p:before,.jobsearch-chat-messages-list p:after {display: none;  }
/* 163 */     body .jobsearch-user-chat-content .jobsearch-chat-form-wrapper textarea { padding-right: 70px;  }
/* 164 */     .jobsearch-desktop-dashmenu { display: none;  }
/* 165 */     .jobsearch-dashbord-menubtn { display: flex; }
/* 166 */
/* 167 */
/* 168 */ }
/* 169 */
/* 170 */ /* Media 300Px Start */
/* 171 */ @media (max-width: 480px) {
/* 172 */ 	.jobsearch-column-9 .careerfy-job-grid ul li {  width: 100%; }
/* 173 */ 	.jobsearch-filter-responsive-wrap { width: 100%; padding: 0px; }
/* 174 */ 	.jobsearch-employer .jobsearch-table-cell { width: 50%; margin-bottom: 14px; }
/* 175 */ 	.jobsearch-employer .jobsearch-table-cell:first-child { width: 30%; }
/* 176 */ 	.jobsearch-employer .jobsearch-table-cell:nth-child(2) { width: 70%; }
/* 177 */ 	.jobsearch-employer-list .jobsearch-table-cell:nth-child(2) { padding-left: 20px; }
/* 178 */ 	.jobsearch-search-filter-wrap { width: 100%; margin: 0px 0px 10px 0px; }
/* 179 */ 	.jobsearch-list-option ul li { border: none; padding: 12px 0px 0px 0px; }
/* 180 */ 	.jobsearch-filterable ul { float: left; }
/* 181 */ 	.jobsearch-filterable ul li { padding-left: 0px; border: none; }
/* 182 */ 	.jobsearch-candidate-default-text ul li { border: none; padding: 0px; }
/* 183 */ 	.jobsearch-jobdetail-listthumb { width: 100%; } .jobsearch-jobdetail-listthumb ~ figcaption { float: left; width: 100%; margin-left: 0px !important; padding-top: 15px !important; }
/* 184 */ 	.jobsearch-jobdetail-list figcaption h2 { line-height: 1.2; }
/* 185 */ 	.jobsearch-column-4,.jobsearch-column-3,.jobsearch-column-6,.jobsearch-company-gallery ul li { width: 100%; } .jobsearch-jobdetail-joblisting .jobsearch-job-userlist { float: left; }
/* 186 */ 	.jobsearch-main-content .widget,.jobsearch-list-option ul li,.jobsearch-user-form-info { width: 100%; } .widget .rc-anchor-normal .rc-anchor-pt { margin-right: 32px; }
/* 187 */ 	.jobsearch-modal .modal-box-area { position: static; margin: 0; width: 100%; position: relative; display: inline-block; } .jobsearch-user-form-info .jobsearch-checkbox { float: left; margin-top: 10px; }
/* 188 */ 	.jobsearch-user-form ul li { width: 100%; } .jobsearch-user-form-info { text-align: center; } .jobsearch-user-form-info p,.jobsearch-user-form-info .jobsearch-checkbox { float: none; display: inline-block; }
/* 189 */ 	.jobsearch-user-options ul li,.jobsearch-user-form-coltwo.jobsearch-user-form ul li,.jobsearch-user-form-coltwo .jobsearch-user-form-info,
/* 190 */ 	.jobsearch-reset-password .jobsearch-user-form-info { width: 100%; } .jobsearch-employerdetail-btn { margin-bottom: 8px; } .jobsearch-jobdetail-list { padding: 32px 32px 24px 32px; }
/* 191 */ 	.jobsearch-candidate-timeline-text h2 { line-height: 1.3; } .jobsearch-resume-education h2 { line-height: 1.3; } .jobsearch-add-popup { padding: 20px 20px 13px 20px; }
/* 192 */ 	.jobsearch-resume-addbtn { float: left; margin-left: 55px; } .jobsearch-add-popup { margin-top: 40%; }
/* 193 */ 	.jobsearch-resume-education { padding-left: 58px; } .jobsearch-employer-box-section { padding: 30px 30px 18px 30px; }
/* 194 */ 	.jobsearch-add-popup.jobsearch-update-resume-items-sec { left: -9px; } .jobsearch-candidate-resume-wrap .jobsearch-candidate-title:after { bottom: 23px; }
/* 195 */ 	.jobsearch-applied-jobs-text ul li { border: none; padding: 0px; line-height: 1.4; margin-bottom: 6px; } .jobsearch-applied-jobs-text h2 { line-height: 1.3; }
/* 196 */ 	.jobsearch-applied-jobs-thumb ~ .jobsearch-applied-jobs-text,
/* 197 */ 	.jobsearch-allaplicants-holder .jobsearch-all-aplicantslst .jobsearch-applied-jobs .jobsearch-applied-jobs-thumb ~ .jobsearch-applied-jobs-text { margin-left: 0px; float: left; width: 100%; }
/* 198 */ 	.jobsearch-employer-search { width: 40%; } .jobsearch-employer-resumes figcaption ul li { width: 100%; padding-left: 0px; } .jobsearch-resumes-download { float: left; margin: 5px 0px 9px 0px; width: 100%; }
/* 199 */ 	.jobsearch-resumes-subtitle { float: left; } .jobsearch-resumes-options li a { text-indent: -9999px; } .jobsearch-resumes-options li a i { float: left; width: 100%; text-indent: 0px; }
/* 200 */ 	.jobsearch-employer-jobnav ul li { width: 100%; margin-bottom: 30px; } .jobsearch-employer-jobnav ul li a { float: none; display: inline-block; padding: 0px; }

/* plugin-responsive.css */

/* 201 */ 	.jobsearch-subheader-form .jobsearch-banner-search ul li { width: 100% !important; }
/* 202 */ 	.jobsearch-joblisting-classic figure ~ .jobsearch-joblisting-text { margin-left: 0px; float: left; width: 100%; padding-top: 10px; }
/* 203 */ 	.salary-type, .salary-input { width: 100%; padding-left: 0px; }
/* 204 */ 	.salary-input .min-salary, .salary-input .max-salary { width: 100%; }
/* 205 */ 	.salary-input .max-salary {padding-left: 0px; padding-top: 8px; }
/* 206 */ 	.jobsearch-banner-search.search-cat-off ul li:last-child { width: 100%; }
/* 207 */ 	.jobsearch-stats-list ul li { min-width: 100%; }
/* 208 */ 	/* NewSearch */
/* 209 */ 	.jobsearch-search-container .jobsearch-banner-search ul li { width: 100%; }
/* 210 */ 	.jobsearch-search-container ul li:nth-child(2) .jobsearch-select-style select,.jobsearch-search-container .jobsearch-select-style select { border-top: none; }
/* 211 */ 	.jobsearch-search-container ul li .jobsearch-select-style select { border-left: 1px solid #f2f2f2; }
/* 212 */ 	/* NewSearch */
/* 213 */ 	.jobsearch-jobdetail-joblisting.jobsearch-joblisting-classic figure ~ .jobsearch-joblisting-text { margin-left: 0px; }
/* 214 */ 	/* DetailPages */
/* 215 */ 	.careerfy-jobdetail-services ul li.careerfy-column-4 { width: 100%; }
/* 216 */ 	.careerfy-list-option ul li { border: none; padding-left: 0px; }
/* 217 */ 	.jobsearch-candidate-grid > ul > li { width: 100%; }
/* 218 */ 	.careerfy-candidate-grid2 ul li { width: 100%; }
/* 219 */ 	.careerfy-main-section .careerfy-candidatedetail3-social { margin-left: 0px; margin-top: 15px; }
/* 220 */ 	.careerfy-main-section .candidate-detail4-timeline-thumb ~ .candidate-detail4-timeline-text { padding-left: 50px; float: left; width: 100%; }
/* 221 */ 	.careerfy-main-section .candidate-detail4-timeline-thumb { width: 100%; }
/* 222 */ 	.candidate-detail4-timeline-text:before { display: none; }
/* 223 */ 	.jobsearch-apply-btns-inner-section { width: 100% !important; }
/* 224 */ 	.jobsearch-banner-search .adv-search-options ul li, .jobsearch-banner-search .adv-search-options ul li:last-child { width: 100% !important; }
/* 225 */ 	.upload-or-con { display: none; }
/* 226 */ 	.overall-appcreds-con ul li { width: 100%; }
/* 227 */ 	.jobsearch-employer .jobsearch-table-cell:last-child { width: 100%; }
/* 228 */ 	.jobsearch-advance-search-holdr .jobsearch-banner-search ul li:first-child { padding-left: 10px; }
/* 229 */ 	.jobsearch-login-box form a.lost-password { width: 100%; }
/* 230 */ 	.jobsearch-filterable .clear-tags { text-align: center; width: 100%; }
/* 231 */ 	.jobsearch-applied-jobs .jobsearch-applied-jobs-left { margin-top: 15px; width: 100%;  }
/* 232 */ 	.sort-select-all-aplicnt-opts,.thjob-title h2 { width: 100%;  }
/* 233 */
/* 234 */ }
/* 235 */
/* 236 */ /* Media 940Px Start */
/* 237 */ @media screen and (min-width: 991px) and (max-width: 1054px) {
/* 238 */ 	.jobsearch-plugin-default-container { width: 940px; }
/* 239 */ }
/* 240 */ /* Media 940Px Start */
/* 241 */ @media screen and (min-width: 991px) and (max-width: 1366px) {
/* 242 */ 	.jobsearch-search-container .jobsearch-banner-search ul li:last-child { max-width: 19%; }
/* 243 */ 	.search-full-element { z-index: 99 !important; }
/* 244 */ 	.jobsearch-quick-apply-box-left, .jobsearch-quick-apply-box-right { float: left; width: 100%; }
/* 245 */ 	body #jobsearch-chat-container .jobsearch-user-chat-content { width: 61%; }
/* 246 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* patch.css */

/* 1   */ .job-template-default .bb-grid > *, .single-employer .bb-grid > * {
/* 2   */ 	margin-left: 0;
/* 3   */ 	margin-right: 0;
/* 4   */ 	flex: inherit;
/* 5   */ 	width: 100%;
/* 6   */ }
/* 7   */ .single-employer .bb-grid > :not(.no-gutter), .single-employer .bb-grid-cell:not(.no-gutter) {
/* 8   */ 	padding-left: 0px; }
/* 9   */ .single-employer .site-content .container,
/* 10  */ .job-template-default .site-content .container,
/* 11  */ .single-candidate .site-content .container {
/* 12  */ 	max-width: 100%;
/* 13  */ }
/* 14  */ .single-employer script,
/* 15  */ .job-template-default script {
/* 16  */ 	display: none !important;
/* 17  */ }
/* 18  */ .single-employer .site-content,
/* 19  */ .job-template-default .site-content {
/* 20  */ 	padding-left: 0px !important;
/* 21  */ 	padding-right: 0px !important;
/* 22  */ }
/* 23  */ .tooltip {
/* 24  */   position: absolute;
/* 25  */   z-index: 1070;
/* 26  */   display: block;
/* 27  */   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 28  */   font-size: 12px;
/* 29  */   font-style: normal;
/* 30  */   font-weight: normal;
/* 31  */   line-height: 1.42857143;
/* 32  */   text-align: left;
/* 33  */   text-align: start;
/* 34  */   text-decoration: none;
/* 35  */   text-shadow: none;
/* 36  */   text-transform: none;
/* 37  */   letter-spacing: normal;
/* 38  */   word-break: normal;
/* 39  */   word-spacing: normal;
/* 40  */   word-wrap: normal;
/* 41  */   white-space: normal;
/* 42  */   filter: alpha(opacity=0);
/* 43  */   opacity: 0;
/* 44  */
/* 45  */   line-break: auto;
/* 46  */ }
/* 47  */ .tooltip.in {
/* 48  */   filter: alpha(opacity=90);
/* 49  */   opacity: .9;
/* 50  */ }

/* patch.css */

/* 51  */ .tooltip.top {
/* 52  */   padding: 5px 0;
/* 53  */   margin-top: -3px;
/* 54  */ }
/* 55  */ .tooltip.right {
/* 56  */   padding: 0 5px;
/* 57  */   margin-left: 3px;
/* 58  */ }
/* 59  */ .tooltip.bottom {
/* 60  */   padding: 5px 0;
/* 61  */   margin-top: 3px;
/* 62  */ }
/* 63  */ .tooltip.left {
/* 64  */   padding: 0 5px;
/* 65  */   margin-left: -3px;
/* 66  */ }
/* 67  */ .tooltip-inner {
/* 68  */   max-width: 200px;
/* 69  */   padding: 3px 8px;
/* 70  */   color: #fff;
/* 71  */   text-align: center;
/* 72  */   background-color: #000;
/* 73  */   border-radius: 4px;
/* 74  */ }
/* 75  */ .tooltip-arrow {
/* 76  */   position: absolute;
/* 77  */   width: 0;
/* 78  */   height: 0;
/* 79  */   border-color: transparent;
/* 80  */   border-style: solid;
/* 81  */ }
/* 82  */ .tooltip.top .tooltip-arrow {
/* 83  */   bottom: 0;
/* 84  */   left: 50%;
/* 85  */   margin-left: -5px;
/* 86  */   border-width: 5px 5px 0;
/* 87  */   border-top-color: #000;
/* 88  */ }
/* 89  */ .tooltip.top-left .tooltip-arrow {
/* 90  */   right: 5px;
/* 91  */   bottom: 0;
/* 92  */   margin-bottom: -5px;
/* 93  */   border-width: 5px 5px 0;
/* 94  */   border-top-color: #000;
/* 95  */ }
/* 96  */ .tooltip.top-right .tooltip-arrow {
/* 97  */   bottom: 0;
/* 98  */   left: 5px;
/* 99  */   margin-bottom: -5px;
/* 100 */   border-width: 5px 5px 0;

/* patch.css */

/* 101 */   border-top-color: #000;
/* 102 */ }
/* 103 */ .tooltip.right .tooltip-arrow {
/* 104 */   top: 50%;
/* 105 */   left: 0;
/* 106 */   margin-top: -5px;
/* 107 */   border-width: 5px 5px 5px 0;
/* 108 */   border-right-color: #000;
/* 109 */ }
/* 110 */ .tooltip.left .tooltip-arrow {
/* 111 */   top: 50%;
/* 112 */   right: 0;
/* 113 */   margin-top: -5px;
/* 114 */   border-width: 5px 0 5px 5px;
/* 115 */   border-left-color: #000;
/* 116 */ }
/* 117 */ .tooltip.bottom .tooltip-arrow {
/* 118 */   top: 0;
/* 119 */   left: 50%;
/* 120 */   margin-left: -5px;
/* 121 */   border-width: 0 5px 5px;
/* 122 */   border-bottom-color: #000;
/* 123 */ }
/* 124 */ .tooltip.bottom-left .tooltip-arrow {
/* 125 */   top: 0;
/* 126 */   right: 5px;
/* 127 */   margin-top: -5px;
/* 128 */   border-width: 0 5px 5px;
/* 129 */   border-bottom-color: #000;
/* 130 */ }
/* 131 */ .tooltip.bottom-right .tooltip-arrow {
/* 132 */   top: 0;
/* 133 */   left: 5px;
/* 134 */   margin-top: -5px;
/* 135 */   border-width: 0 5px 5px;
/* 136 */   border-bottom-color: #000;
/* 137 */ }
/* 138 */ .bb-grid .email-jobs-top {
/* 139 */   text-align: center;
/* 140 */   margin-bottom: 10px;
/* 141 */   border-radius: 3px;
/* 142 */ }
/* 143 */ .jobsearch-typo-wrap input, .jobsearch-typo-wrap textarea, .jobsearch-typo-wrap select {
/* 144 */   height: auto;
/* 145 */ }
/* 146 */ .jobsearch-login-box form .jobsearch-register-submit-btn,
/* 147 */ .jobsearch-login-box form .jobsearch-login-submit-btn {
/* 148 */   border-radius: 4px;
/* 149 */ }
/* 150 */ .directions-input-con input {

/* patch.css */

/* 151 */   height: 40px !important;
/* 152 */ }
/* 153 */ body.fusion-button_size-large .jobsearch-employer-profile-form button.button {
/* 154 */   background: transparent;
/* 155 */   border: none;
/* 156 */   box-shadow: none;
/* 157 */   padding: 0;
/* 158 */ }
/* 159 */ .jobsearch-drag-dropcustom strong,
/* 160 */ .jobsearch-drpzon-con strong {
/* 161 */   font-size: 18px;
/* 162 */   color: #333;
/* 163 */   line-height: 1;
/* 164 */ }
/* 165 */ .jobsearch-drag-dropcustom .upload-icon-con,
/* 166 */ .jobsearch-drpzon-con .upload-icon-con {
/* 167 */   font-size: 30px;
/* 168 */ }
/* 169 */ .jobsearch-drag-dropcustom .upload-inffo,
/* 170 */ .jobsearch-drpzon-con .upload-icon-con {
/* 171 */   font-size: 24px;
/* 172 */ }
/* 173 */ .jobsearch-drpzon-con .upload-inffo,
/* 174 */ .jobsearch-drag-dropcustom .upload-inffo {
/* 175 */   font-size: 12px;
/* 176 */ }
/* 177 */ .jobsearch-drpzon-con .upload-icon-con i {
/* 178 */   color: #13b5ea; }
/* 179 */ .jobsearch-drpzon-con .jobsearch-drpzon-btn {
/* 180 */   line-height: 1;
/* 181 */ }
/* 182 */ .site-content .ast-container {
/* 183 */     flex-wrap: wrap; }
/* 184 */ .single-employer .site-content .ast-container,
/* 185 */ .single-job .site-content .ast-container,
/* 186 */ .single-candidate .site-content .ast-container {
/* 187 */   max-width: 100%;
/* 188 */   padding: 0px 0px;
/* 189 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* jquery.datetimepicker.css */

/* 1   */ .xdsoft_datetimepicker {
/* 2   */ 	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
/* 3   */ 	background: #fff;
/* 4   */ 	border-bottom: 1px solid #bbb;
/* 5   */ 	border-left: 1px solid #ccc;
/* 6   */ 	border-right: 1px solid #ccc;
/* 7   */ 	border-top: 1px solid #ccc;
/* 8   */ 	color: #333;
/* 9   */ 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 10  */ 	padding: 8px;
/* 11  */ 	padding-left: 0;
/* 12  */ 	padding-top: 2px;
/* 13  */ 	position: absolute;
/* 14  */ 	z-index: 9999;
/* 15  */ 	-moz-box-sizing: border-box;
/* 16  */ 	box-sizing: border-box;
/* 17  */ 	display: none;
/* 18  */ }
/* 19  */ .xdsoft_datetimepicker.xdsoft_rtl {
/* 20  */ 	padding: 8px 0 8px 8px;
/* 21  */ }
/* 22  */
/* 23  */ .xdsoft_datetimepicker iframe {
/* 24  */ 	position: absolute;
/* 25  */ 	left: 0;
/* 26  */ 	top: 0;
/* 27  */ 	width: 75px;
/* 28  */ 	height: 210px;
/* 29  */ 	background: transparent;
/* 30  */ 	border: none;
/* 31  */ }
/* 32  */
/* 33  */ /*For IE8 or lower*/
/* 34  */ .xdsoft_datetimepicker button {
/* 35  */ 	border: none !important;
/* 36  */ }
/* 37  */
/* 38  */ .xdsoft_noselect {
/* 39  */ 	-webkit-touch-callout: none;
/* 40  */ 	-webkit-user-select: none;
/* 41  */ 	-khtml-user-select: none;
/* 42  */ 	-moz-user-select: none;
/* 43  */ 	-ms-user-select: none;
/* 44  */ 	-o-user-select: none;
/* 45  */ 	user-select: none;
/* 46  */ }
/* 47  */
/* 48  */ .xdsoft_noselect::selection { background: transparent }
/* 49  */ .xdsoft_noselect::-moz-selection { background: transparent }
/* 50  */

/* jquery.datetimepicker.css */

/* 51  */ .xdsoft_datetimepicker.xdsoft_inline {
/* 52  */ 	display: inline-block;
/* 53  */ 	position: static;
/* 54  */ 	box-shadow: none;
/* 55  */ }
/* 56  */
/* 57  */ .xdsoft_datetimepicker * {
/* 58  */ 	-moz-box-sizing: border-box;
/* 59  */ 	box-sizing: border-box;
/* 60  */ 	padding: 0;
/* 61  */ 	margin: 0;
/* 62  */ }
/* 63  */
/* 64  */ .xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
/* 65  */ 	display: none;
/* 66  */ }
/* 67  */
/* 68  */ .xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
/* 69  */ 	display: block;
/* 70  */ }
/* 71  */
/* 72  */ .xdsoft_datetimepicker .xdsoft_datepicker {
/* 73  */ 	width: 224px;
/* 74  */ 	float: left;
/* 75  */ 	margin-left: 8px;
/* 76  */ }
/* 77  */ .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
/* 78  */ 	float: right;
/* 79  */ 	margin-right: 8px;
/* 80  */ 	margin-left: 0;
/* 81  */ }
/* 82  */
/* 83  */ .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
/* 84  */ 	width: 256px;
/* 85  */ }
/* 86  */
/* 87  */ .xdsoft_datetimepicker .xdsoft_timepicker {
/* 88  */ 	width: 58px;
/* 89  */ 	float: left;
/* 90  */ 	text-align: center;
/* 91  */ 	margin-left: 8px;
/* 92  */ 	margin-top: 0;
/* 93  */ }
/* 94  */ .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
/* 95  */ 	float: right;
/* 96  */ 	margin-right: 8px;
/* 97  */ 	margin-left: 0;
/* 98  */ }
/* 99  */
/* 100 */ .xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {

/* jquery.datetimepicker.css */

/* 101 */ 	margin-top: 8px;
/* 102 */ 	margin-bottom: 3px
/* 103 */ }
/* 104 */
/* 105 */ .xdsoft_datetimepicker .xdsoft_monthpicker {
/* 106 */ 	position: relative;
/* 107 */ 	text-align: center;
/* 108 */ }
/* 109 */
/* 110 */ .xdsoft_datetimepicker .xdsoft_label i,
/* 111 */ .xdsoft_datetimepicker .xdsoft_prev,
/* 112 */ .xdsoft_datetimepicker .xdsoft_next,
/* 113 */ .xdsoft_datetimepicker .xdsoft_today_button {
/* 114 */ 	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
/* 115 */ }
/* 116 */
/* 117 */ .xdsoft_datetimepicker .xdsoft_label i {
/* 118 */ 	opacity: 0.5;
/* 119 */ 	background-position: -92px -19px;
/* 120 */ 	display: inline-block;
/* 121 */ 	width: 9px;
/* 122 */ 	height: 20px;
/* 123 */ 	vertical-align: middle;
/* 124 */ }
/* 125 */
/* 126 */ .xdsoft_datetimepicker .xdsoft_prev {
/* 127 */ 	float: left;
/* 128 */ 	background-position: -20px 0;
/* 129 */ }
/* 130 */ .xdsoft_datetimepicker .xdsoft_today_button {
/* 131 */ 	float: left;
/* 132 */ 	background-position: -70px 0;
/* 133 */ 	margin-left: 5px;
/* 134 */ }
/* 135 */
/* 136 */ .xdsoft_datetimepicker .xdsoft_next {
/* 137 */ 	float: right;
/* 138 */ 	background-position: 0 0;
/* 139 */ }
/* 140 */
/* 141 */ .xdsoft_datetimepicker .xdsoft_next,
/* 142 */ .xdsoft_datetimepicker .xdsoft_prev ,
/* 143 */ .xdsoft_datetimepicker .xdsoft_today_button {
/* 144 */ 	background-color: transparent;
/* 145 */ 	background-repeat: no-repeat;
/* 146 */ 	border: 0 none;
/* 147 */ 	cursor: pointer;
/* 148 */ 	display: block;
/* 149 */ 	height: 30px;
/* 150 */ 	opacity: 0.5;

/* jquery.datetimepicker.css */

/* 151 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* 152 */ 	outline: medium none;
/* 153 */ 	overflow: hidden;
/* 154 */ 	padding: 0;
/* 155 */ 	position: relative;
/* 156 */ 	text-indent: 100%;
/* 157 */ 	white-space: nowrap;
/* 158 */ 	width: 20px;
/* 159 */ 	min-width: 0;
/* 160 */ }
/* 161 */
/* 162 */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
/* 163 */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
/* 164 */ 	float: none;
/* 165 */ 	background-position: -40px -15px;
/* 166 */ 	height: 15px;
/* 167 */ 	width: 30px;
/* 168 */ 	display: block;
/* 169 */ 	margin-left: 14px;
/* 170 */ 	margin-top: 7px;
/* 171 */ }
/* 172 */ .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
/* 173 */ .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
/* 174 */ 	float: none;
/* 175 */ 	margin-left: 0;
/* 176 */ 	margin-right: 14px;
/* 177 */ }
/* 178 */
/* 179 */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
/* 180 */ 	background-position: -40px 0;
/* 181 */ 	margin-bottom: 7px;
/* 182 */ 	margin-top: 0;
/* 183 */ }
/* 184 */
/* 185 */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
/* 186 */ 	height: 151px;
/* 187 */ 	overflow: hidden;
/* 188 */ 	border-bottom: 1px solid #ddd;
/* 189 */ }
/* 190 */
/* 191 */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div {
/* 192 */ 	background: #f5f5f5;
/* 193 */ 	border-top: 1px solid #ddd;
/* 194 */ 	color: #666;
/* 195 */ 	font-size: 12px;
/* 196 */ 	text-align: center;
/* 197 */ 	border-collapse: collapse;
/* 198 */ 	cursor: pointer;
/* 199 */ 	border-bottom-width: 0;
/* 200 */ 	height: 25px;

/* jquery.datetimepicker.css */

/* 201 */ 	line-height: 25px;
/* 202 */ }
/* 203 */
/* 204 */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div:first-child {
/* 205 */ 	border-top-width: 0;
/* 206 */ }
/* 207 */
/* 208 */ .xdsoft_datetimepicker .xdsoft_today_button:hover,
/* 209 */ .xdsoft_datetimepicker .xdsoft_next:hover,
/* 210 */ .xdsoft_datetimepicker .xdsoft_prev:hover {
/* 211 */ 	opacity: 1;
/* 212 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 213 */ }
/* 214 */
/* 215 */ .xdsoft_datetimepicker .xdsoft_label {
/* 216 */ 	display: inline;
/* 217 */ 	position: relative;
/* 218 */ 	z-index: 9999;
/* 219 */ 	margin: 0;
/* 220 */ 	padding: 5px 3px;
/* 221 */ 	font-size: 14px;
/* 222 */ 	line-height: 20px;
/* 223 */ 	font-weight: bold;
/* 224 */ 	background-color: #fff;
/* 225 */ 	float: left;
/* 226 */ 	width: 182px;
/* 227 */ 	text-align: center;
/* 228 */ 	cursor: pointer;
/* 229 */ }
/* 230 */
/* 231 */ .xdsoft_datetimepicker .xdsoft_label:hover>span {
/* 232 */ 	text-decoration: underline;
/* 233 */ }
/* 234 */
/* 235 */ .xdsoft_datetimepicker .xdsoft_label:hover i {
/* 236 */ 	opacity: 1.0;
/* 237 */ }
/* 238 */
/* 239 */ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
/* 240 */ 	border: 1px solid #ccc;
/* 241 */ 	position: absolute;
/* 242 */ 	right: 0;
/* 243 */ 	top: 30px;
/* 244 */ 	z-index: 101;
/* 245 */ 	display: none;
/* 246 */ 	background: #fff;
/* 247 */ 	max-height: 160px;
/* 248 */ 	overflow-y: hidden;
/* 249 */ }
/* 250 */

/* jquery.datetimepicker.css */

/* 251 */ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect{ right: -7px }
/* 252 */ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect{ right: 2px }
/* 253 */ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
/* 254 */ 	color: #fff;
/* 255 */ 	background: #ff8000;
/* 256 */ }
/* 257 */
/* 258 */ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
/* 259 */ 	padding: 2px 10px 2px 5px;
/* 260 */ 	text-decoration: none !important;
/* 261 */ }
/* 262 */
/* 263 */ .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
/* 264 */ 	background: #33aaff;
/* 265 */ 	box-shadow: #178fe5 0 1px 3px 0 inset;
/* 266 */ 	color: #fff;
/* 267 */ 	font-weight: 700;
/* 268 */ }
/* 269 */
/* 270 */ .xdsoft_datetimepicker .xdsoft_month {
/* 271 */ 	width: 100px;
/* 272 */ 	text-align: right;
/* 273 */ }
/* 274 */
/* 275 */ .xdsoft_datetimepicker .xdsoft_calendar {
/* 276 */ 	clear: both;
/* 277 */ }
/* 278 */
/* 279 */ .xdsoft_datetimepicker .xdsoft_year{
/* 280 */ 	width: 48px;
/* 281 */ 	margin-left: 5px;
/* 282 */ }
/* 283 */
/* 284 */ .xdsoft_datetimepicker .xdsoft_calendar table {
/* 285 */ 	border-collapse: collapse;
/* 286 */ 	width: 100%;
/* 287 */
/* 288 */ }
/* 289 */
/* 290 */ .xdsoft_datetimepicker .xdsoft_calendar td > div {
/* 291 */ 	padding-right: 5px;
/* 292 */ }
/* 293 */
/* 294 */ .xdsoft_datetimepicker .xdsoft_calendar th {
/* 295 */ 	height: 25px;
/* 296 */ }
/* 297 */
/* 298 */ .xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
/* 299 */ 	width: 14.2857142%;
/* 300 */ 	background: #f5f5f5;

/* jquery.datetimepicker.css */

/* 301 */ 	border: 1px solid #ddd;
/* 302 */ 	color: #666;
/* 303 */ 	font-size: 12px;
/* 304 */ 	text-align: right;
/* 305 */ 	vertical-align: middle;
/* 306 */ 	padding: 0;
/* 307 */ 	border-collapse: collapse;
/* 308 */ 	cursor: pointer;
/* 309 */ 	height: 25px;
/* 310 */ }
/* 311 */ .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
/* 312 */ 	width: 12.5%;
/* 313 */ }
/* 314 */
/* 315 */ .xdsoft_datetimepicker .xdsoft_calendar th {
/* 316 */ 	background: #f1f1f1;
/* 317 */ }
/* 318 */
/* 319 */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
/* 320 */ 	color: #33aaff;
/* 321 */ }
/* 322 */
/* 323 */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
/* 324 */ 	background: #ffe9d2;
/* 325 */ 	box-shadow: #ffb871 0 1px 4px 0 inset;
/* 326 */ 	color: #000;
/* 327 */ }
/* 328 */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
/* 329 */ 	background: #c1ffc9;
/* 330 */ 	box-shadow: #00dd1c 0 1px 4px 0 inset;
/* 331 */ 	color: #000;
/* 332 */ }
/* 333 */
/* 334 */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
/* 335 */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
/* 336 */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
/* 337 */ 	background: #33aaff;
/* 338 */ 	box-shadow: #178fe5 0 1px 3px 0 inset;
/* 339 */ 	color: #fff;
/* 340 */ 	font-weight: 700;
/* 341 */ }
/* 342 */
/* 343 */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
/* 344 */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
/* 345 */ .xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
/* 346 */ 	opacity: 0.5;
/* 347 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* 348 */ 	cursor: default;
/* 349 */ }
/* 350 */

/* jquery.datetimepicker.css */

/* 351 */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
/* 352 */ 	opacity: 0.2;
/* 353 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
/* 354 */ }
/* 355 */
/* 356 */ .xdsoft_datetimepicker .xdsoft_calendar td:hover,
/* 357 */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
/* 358 */ 	color: #fff !important;
/* 359 */ 	background: #ff8000 !important;
/* 360 */ 	box-shadow: none !important;
/* 361 */ }
/* 362 */
/* 363 */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
/* 364 */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
/* 365 */ 	background: #33aaff !important;
/* 366 */ 	box-shadow: #178fe5 0 1px 3px 0 inset !important;
/* 367 */ 	color: #fff !important;
/* 368 */ }
/* 369 */
/* 370 */ .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
/* 371 */ .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
/* 372 */ 	color: inherit	!important;
/* 373 */ 	background: inherit !important;
/* 374 */ 	box-shadow: inherit !important;
/* 375 */ }
/* 376 */
/* 377 */ .xdsoft_datetimepicker .xdsoft_calendar th {
/* 378 */ 	font-weight: 700;
/* 379 */ 	text-align: center;
/* 380 */ 	color: #999;
/* 381 */ 	cursor: default;
/* 382 */ }
/* 383 */
/* 384 */ .xdsoft_datetimepicker .xdsoft_copyright {
/* 385 */ 	color: #ccc !important;
/* 386 */ 	font-size: 10px;
/* 387 */ 	clear: both;
/* 388 */ 	float: none;
/* 389 */ 	margin-left: 8px;
/* 390 */ }
/* 391 */
/* 392 */ .xdsoft_datetimepicker .xdsoft_copyright a { color: #eee !important }
/* 393 */ .xdsoft_datetimepicker .xdsoft_copyright a:hover { color: #aaa !important }
/* 394 */
/* 395 */ .xdsoft_time_box {
/* 396 */ 	position: relative;
/* 397 */ 	border: 1px solid #ccc;
/* 398 */ }
/* 399 */ .xdsoft_scrollbar >.xdsoft_scroller {
/* 400 */ 	background: #ccc !important;

/* jquery.datetimepicker.css */

/* 401 */ 	height: 20px;
/* 402 */ 	border-radius: 3px;
/* 403 */ }
/* 404 */ .xdsoft_scrollbar {
/* 405 */ 	position: absolute;
/* 406 */ 	width: 7px;
/* 407 */ 	right: 0;
/* 408 */ 	top: 0;
/* 409 */ 	bottom: 0;
/* 410 */ 	cursor: pointer;
/* 411 */ }
/* 412 */ .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
/* 413 */ 	left: 0;
/* 414 */ 	right: auto;
/* 415 */ }
/* 416 */ .xdsoft_scroller_box {
/* 417 */ 	position: relative;
/* 418 */ }
/* 419 */
/* 420 */ .xdsoft_datetimepicker.xdsoft_dark {
/* 421 */ 	box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
/* 422 */ 	background: #000;
/* 423 */ 	border-bottom: 1px solid #444;
/* 424 */ 	border-left: 1px solid #333;
/* 425 */ 	border-right: 1px solid #333;
/* 426 */ 	border-top: 1px solid #333;
/* 427 */ 	color: #ccc;
/* 428 */ }
/* 429 */
/* 430 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
/* 431 */ 	border-bottom: 1px solid #222;
/* 432 */ }
/* 433 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div {
/* 434 */ 	background: #0a0a0a;
/* 435 */ 	border-top: 1px solid #222;
/* 436 */ 	color: #999;
/* 437 */ }
/* 438 */
/* 439 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
/* 440 */ 	background-color: #000;
/* 441 */ }
/* 442 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
/* 443 */ 	border: 1px solid #333;
/* 444 */ 	background: #000;
/* 445 */ }
/* 446 */
/* 447 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
/* 448 */ 	color: #000;
/* 449 */ 	background: #007fff;
/* 450 */ }

/* jquery.datetimepicker.css */

/* 451 */
/* 452 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
/* 453 */ 	background: #cc5500;
/* 454 */ 	box-shadow: #b03e00 0 1px 3px 0 inset;
/* 455 */ 	color: #000;
/* 456 */ }
/* 457 */
/* 458 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
/* 459 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
/* 460 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
/* 461 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
/* 462 */ 	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
/* 463 */ }
/* 464 */
/* 465 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
/* 466 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
/* 467 */ 	background: #0a0a0a;
/* 468 */ 	border: 1px solid #222;
/* 469 */ 	color: #999;
/* 470 */ }
/* 471 */
/* 472 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
/* 473 */ 	background: #0e0e0e;
/* 474 */ }
/* 475 */
/* 476 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
/* 477 */ 	color: #cc5500;
/* 478 */ }
/* 479 */
/* 480 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
/* 481 */ 	background: #ffe9d2;
/* 482 */ 	box-shadow: #ffb871 0 1px 4px 0 inset;
/* 483 */ 	color:#000;
/* 484 */ }
/* 485 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
/* 486 */ 	background: #c1ffc9;
/* 487 */ 	box-shadow: #00dd1c 0 1px 4px 0 inset;
/* 488 */ 	color:#000;
/* 489 */ }
/* 490 */
/* 491 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
/* 492 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
/* 493 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
/* 494 */ 	background: #cc5500;
/* 495 */ 	box-shadow: #b03e00 0 1px 3px 0 inset;
/* 496 */ 	color: #000;
/* 497 */ }
/* 498 */
/* 499 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
/* 500 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box >div >div:hover {

/* jquery.datetimepicker.css */

/* 501 */ 	color: #000 !important;
/* 502 */ 	background: #007fff !important;
/* 503 */ }
/* 504 */
/* 505 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
/* 506 */ 	color: #666;
/* 507 */ }
/* 508 */
/* 509 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright { color: #333 !important }
/* 510 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a { color: #111 !important }
/* 511 */ .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover { color: #555 !important }
/* 512 */
/* 513 */ .xdsoft_dark .xdsoft_time_box {
/* 514 */ 	border: 1px solid #333;
/* 515 */ }
/* 516 */
/* 517 */ .xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller {
/* 518 */ 	background: #333 !important;
/* 519 */ }
/* 520 */ .xdsoft_datetimepicker .xdsoft_save_selected {
/* 521 */     display: block;
/* 522 */     border: 1px solid #dddddd !important;
/* 523 */     margin-top: 5px;
/* 524 */     width: 100%;
/* 525 */     color: #454551;
/* 526 */     font-size: 13px;
/* 527 */ }
/* 528 */ .xdsoft_datetimepicker .blue-gradient-button {
/* 529 */ 	font-family: "museo-sans", "Book Antiqua", sans-serif;
/* 530 */ 	font-size: 12px;
/* 531 */ 	font-weight: 300;
/* 532 */ 	color: #82878c;
/* 533 */ 	height: 28px;
/* 534 */ 	position: relative;
/* 535 */ 	padding: 4px 17px 4px 33px;
/* 536 */ 	border: 1px solid #d7d8da;
/* 537 */ 	background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
/* 538 */ 	/* FF3.6+ */
/* 539 */ 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
/* 540 */ 	/* Chrome,Safari4+ */
/* 541 */ 	background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
/* 542 */ 	/* Chrome10+,Safari5.1+ */
/* 543 */ 	background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
/* 544 */ 	/* Opera 11.10+ */
/* 545 */ 	background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
/* 546 */ 	/* IE10+ */
/* 547 */ 	background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
/* 548 */ 	/* W3C */
/* 549 */ 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
/* 550 */ /* IE6-9 */

/* jquery.datetimepicker.css */

/* 551 */ }
/* 552 */ .xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
/* 553 */   color: #454551;
/* 554 */   background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
/* 555 */   /* FF3.6+ */
/* 556 */   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
/* 557 */   /* Chrome,Safari4+ */
/* 558 */   background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
/* 559 */   /* Chrome10+,Safari5.1+ */
/* 560 */   background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
/* 561 */   /* Opera 11.10+ */
/* 562 */   background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
/* 563 */   /* IE10+ */
/* 564 */   background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
/* 565 */   /* W3C */
/* 566 */   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
/* 567 */   /* IE6-9 */
/* 568 */ }
/* 569 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* jquery.tagit.css */

/* 1   */ ul.tagit {
/* 2   */     padding: 1px 5px;
/* 3   */     overflow: auto;
/* 4   */     margin-left: inherit; /* usually we don't want the regular ul margins. */
/* 5   */     margin-right: inherit;
/* 6   */ }
/* 7   */
/* 8   */ .jobsearch-typo-wrap .ui-widget-content.tagit li {
/* 9   */     display: block;
/* 10  */     float: left;
/* 11  */     margin: 2px 5px 2px 0px;
/* 12  */     background-color: #f6f6f6;
/* 13  */     border: 1px solid #dddddd;
/* 14  */     box-shadow: none;
/* 15  */     padding-bottom: 0px;
/* 16  */     padding-top: 0px;
/* 17  */ }
/* 18  */ ul.tagit li.tagit-choice {
/* 19  */     position: relative;
/* 20  */     line-height: inherit;
/* 21  */ }
/* 22  */ input.tagit-hidden-field {
/* 23  */     display: none;
/* 24  */ }
/* 25  */ ul.tagit li.tagit-choice-read-only {
/* 26  */     padding: .2em .5em .2em .5em;
/* 27  */ }
/* 28  */
/* 29  */ ul.tagit li.tagit-choice-editable {
/* 30  */     padding: .2em 18px .2em .5em;
/* 31  */ }
/* 32  */
/* 33  */ ul.tagit li.tagit-new {
/* 34  */     padding: .25em 4px .25em 0;
/* 35  */ }
/* 36  */
/* 37  */ ul.tagit li.tagit-choice a.tagit-label {
/* 38  */     cursor: pointer;
/* 39  */     text-decoration: none;
/* 40  */ }
/* 41  */ ul.tagit li.tagit-choice .tagit-close {
/* 42  */     cursor: pointer;
/* 43  */     position: absolute;
/* 44  */     right: .1em;
/* 45  */     top: 50%;
/* 46  */     margin-top: -8px;
/* 47  */     line-height: 17px;
/* 48  */ }
/* 49  */
/* 50  */ /* used for some custom themes that don't need image icons */

/* jquery.tagit.css */

/* 51  */ ul.tagit li.tagit-choice .tagit-close .text-icon {
/* 52  */     display: none;
/* 53  */ }
/* 54  */
/* 55  */ ul.tagit li.tagit-choice input {
/* 56  */     display: block;
/* 57  */     float: left;
/* 58  */     margin: 2px 5px 2px 0;
/* 59  */ }
/* 60  */ ul.tagit input[type="text"] {
/* 61  */     -moz-box-sizing:    border-box;
/* 62  */     -webkit-box-sizing: border-box;
/* 63  */     box-sizing:         border-box;
/* 64  */
/* 65  */     -moz-box-shadow: none;
/* 66  */     -webkit-box-shadow: none;
/* 67  */     box-shadow: none;
/* 68  */
/* 69  */     border: none;
/* 70  */     margin: 0;
/* 71  */     padding: 0;
/* 72  */     width: inherit;
/* 73  */     background-color: inherit;
/* 74  */     outline: none;
/* 75  */ }
/* 76  */ .jobsearch-employer-profile-form li input.ui-autocomplete-input.ui-widget-content {
/* 77  */     background-color: #ffffff;
/* 78  */     border: none;
/* 79  */     height: 29px;
/* 80  */     padding: 0px 20px;
/* 81  */     border: none;
/* 82  */     box-shadow: inherit;
/* 83  */ }
/* 84  */ .jobsearch-typo-wrap .jobsearch-employer-profile-form li.tagit-new {
/* 85  */     background-color: #ffffff;
/* 86  */     border: none;
/* 87  */     padding: 0px 0px;
/* 88  */     border: none;
/* 89  */     box-shadow: inherit;
/* 90  */ }
/* 91  */ .suggested-skills-con {
/* 92  */     display: none;
/* 93  */     width: 100%;
/* 94  */     margin-top: 16px;
/* 95  */ }
/* 96  */ .suggested-skills-con h5 { margin-bottom: 16px; }
/* 97  */ .suggested-skills li {
/* 98  */     float: left;
/* 99  */     list-style: none;
/* 100 */     line-height: 1;

/* jquery.tagit.css */

/* 101 */     margin: 0px 4px 4px 0px;
/* 102 */     background-color: #f6f6f6;
/* 103 */     border: 1px solid #dddddd;
/* 104 */     padding: 4px 8px;
/* 105 */     border-radius: 3px;
/* 106 */     cursor: pointer;
/* 107 */     -webkit-transition: all 0.4s ease-in-out;
/* 108 */        -moz-transition: all 0.4s ease-in-out;
/* 109 */         -ms-transition: all 0.4s ease-in-out;
/* 110 */          -o-transition: all 0.4s ease-in-out;
/* 111 */             transition: all 0.4s ease-in-out;
/* 112 */ }
/* 113 */ .suggested-skills li:before {
/* 114 */     content: "\f067";
/* 115 */     font-family: FontAwesome;
/* 116 */     display: inline-block;
/* 117 */     margin: 0px 4px 0px 0px;
/* 118 */     font-size: 10px;
/* 119 */ }
/* 120 */ .suggested-skills li:hover { color: #ffffff; }
/* Minify_CSS_UriRewriter::$debugText

*/

/* fancybox.css */

/* 1   */ /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* 2   */ .fancybox-wrap,
/* 3   */ .fancybox-skin,
/* 4   */ .fancybox-outer,
/* 5   */ .fancybox-inner,
/* 6   */ .fancybox-image,
/* 7   */ .fancybox-wrap iframe,
/* 8   */ .fancybox-wrap object,
/* 9   */ .fancybox-nav,
/* 10  */ .fancybox-nav span,
/* 11  */ .fancybox-tmp
/* 12  */ {
/* 13  */ 	padding: 0;
/* 14  */ 	margin: 0;
/* 15  */ 	border: 0;
/* 16  */ 	outline: none;
/* 17  */ 	vertical-align: top;
/* 18  */ }
/* 19  */
/* 20  */ .fancybox-wrap {
/* 21  */ 	position: absolute;
/* 22  */ 	top: 0;
/* 23  */ 	left: 0;
/* 24  */ 	z-index: 8020;
/* 25  */ }
/* 26  */
/* 27  */ .fancybox-skin {
/* 28  */ 	position: relative;
/* 29  */ 	background: #f9f9f9;
/* 30  */ 	color: #444;
/* 31  */ 	text-shadow: none;
/* 32  */ }
/* 33  */
/* 34  */ .fancybox-opened {
/* 35  */ 	z-index: 8030;
/* 36  */ }
/* 37  */
/* 38  */ .fancybox-opened .fancybox-skin {
/* 39  */ 	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
/* 40  */ 	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
/* 41  */ 	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
/* 42  */ }
/* 43  */
/* 44  */ .fancybox-outer, .fancybox-inner {
/* 45  */ 	position: relative;
/* 46  */ }
/* 47  */
/* 48  */ .fancybox-inner {
/* 49  */ 	overflow: hidden;
/* 50  */ }

/* fancybox.css */

/* 51  */
/* 52  */ .fancybox-type-iframe .fancybox-inner {
/* 53  */ 	-webkit-overflow-scrolling: touch;
/* 54  */ }
/* 55  */
/* 56  */ .fancybox-error {
/* 57  */ 	color: #444;
/* 58  */ 	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
/* 59  */ 	margin: 0;
/* 60  */ 	padding: 15px;
/* 61  */ 	white-space: nowrap;
/* 62  */ }
/* 63  */
/* 64  */ .fancybox-image, .fancybox-iframe {
/* 65  */ 	display: block;
/* 66  */ 	width: 100%;
/* 67  */ 	height: 100%;
/* 68  */ }
/* 69  */
/* 70  */ .fancybox-image {
/* 71  */ 	max-width: 100%;
/* 72  */ 	max-height: 100%;
/* 73  */ }
/* 74  */
/* 75  */ #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
/* 76  */ 	background-image: url('../images/fancybox/fancybox_sprite.png');
/* 77  */ }
/* 78  */
/* 79  */ #fancybox-loading {
/* 80  */ 	position: fixed;
/* 81  */ 	top: 50%;
/* 82  */ 	left: 50%;
/* 83  */ 	margin-top: -22px;
/* 84  */ 	margin-left: -22px;
/* 85  */ 	background-position: 0 -108px;
/* 86  */ 	opacity: 0.8;
/* 87  */ 	cursor: pointer;
/* 88  */ 	z-index: 8060;
/* 89  */ }
/* 90  */
/* 91  */ #fancybox-loading div {
/* 92  */ 	width: 44px;
/* 93  */ 	height: 44px;
/* 94  */ 	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
/* 95  */ }
/* 96  */
/* 97  */ .fancybox-close {
/* 98  */ 	position: absolute;
/* 99  */ 	top: -18px;
/* 100 */ 	right: -18px;

/* fancybox.css */

/* 101 */ 	width: 36px;
/* 102 */ 	height: 36px;
/* 103 */ 	cursor: pointer;
/* 104 */ 	z-index: 8040;
/* 105 */ }
/* 106 */
/* 107 */ .fancybox-nav {
/* 108 */ 	position: absolute;
/* 109 */ 	top: 0;
/* 110 */ 	width: 40%;
/* 111 */ 	height: 100%;
/* 112 */ 	cursor: pointer;
/* 113 */ 	text-decoration: none;
/* 114 */ 	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
/* 115 */ 	-webkit-tap-highlight-color: rgba(0,0,0,0);
/* 116 */ 	z-index: 8040;
/* 117 */ }
/* 118 */
/* 119 */ .fancybox-prev {
/* 120 */ 	left: 0;
/* 121 */ }
/* 122 */
/* 123 */ .fancybox-next {
/* 124 */ 	right: 0;
/* 125 */ }
/* 126 */
/* 127 */ .fancybox-nav span {
/* 128 */ 	position: absolute;
/* 129 */ 	top: 50%;
/* 130 */ 	width: 36px;
/* 131 */ 	height: 34px;
/* 132 */ 	margin-top: -18px;
/* 133 */ 	cursor: pointer;
/* 134 */ 	z-index: 8040;
/* 135 */ 	visibility: hidden;
/* 136 */ }
/* 137 */
/* 138 */ .fancybox-prev span {
/* 139 */ 	left: 10px;
/* 140 */ 	background-position: 0 -36px;
/* 141 */ }
/* 142 */
/* 143 */ .fancybox-next span {
/* 144 */ 	right: 10px;
/* 145 */ 	background-position: 0 -72px;
/* 146 */ }
/* 147 */
/* 148 */ .fancybox-nav:hover span {
/* 149 */ 	visibility: visible;
/* 150 */ }

/* fancybox.css */

/* 151 */
/* 152 */ .fancybox-tmp {
/* 153 */ 	position: absolute;
/* 154 */ 	top: -99999px;
/* 155 */ 	left: -99999px;
/* 156 */ 	visibility: hidden;
/* 157 */ 	max-width: 99999px;
/* 158 */ 	max-height: 99999px;
/* 159 */ 	overflow: visible !important;
/* 160 */ }
/* 161 */
/* 162 */ /* Overlay helper */
/* 163 */
/* 164 */ .fancybox-lock {
/* 165 */     overflow: hidden !important;
/* 166 */     width: auto;
/* 167 */ }
/* 168 */
/* 169 */ .fancybox-lock body {
/* 170 */     overflow: hidden !important;
/* 171 */ }
/* 172 */
/* 173 */ .fancybox-lock-test {
/* 174 */     overflow-y: hidden !important;
/* 175 */ }
/* 176 */
/* 177 */ .fancybox-overlay {
/* 178 */ 	position: absolute;
/* 179 */ 	top: 0;
/* 180 */ 	left: 0;
/* 181 */ 	overflow: hidden;
/* 182 */ 	display: none;
/* 183 */ 	z-index: 8010;
/* 184 */ 	background: url('../images/fancybox/fancybox_overlay.png');
/* 185 */ }
/* 186 */
/* 187 */ .fancybox-overlay-fixed {
/* 188 */ 	position: fixed;
/* 189 */ 	bottom: 0;
/* 190 */ 	right: 0;
/* 191 */ }
/* 192 */
/* 193 */ .fancybox-lock .fancybox-overlay {
/* 194 */ 	overflow: auto;
/* 195 */ 	overflow-y: scroll;
/* 196 */ }
/* 197 */
/* 198 */ /* Title helper */
/* 199 */
/* 200 */ .fancybox-title {

/* fancybox.css */

/* 201 */ 	visibility: hidden;
/* 202 */ 	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
/* 203 */ 	position: relative;
/* 204 */ 	text-shadow: none;
/* 205 */ 	z-index: 8050;
/* 206 */ }
/* 207 */
/* 208 */ .fancybox-opened .fancybox-title {
/* 209 */ 	visibility: visible;
/* 210 */ }
/* 211 */
/* 212 */ .fancybox-title-float-wrap {
/* 213 */ 	position: absolute;
/* 214 */ 	bottom: 0;
/* 215 */ 	right: 50%;
/* 216 */ 	margin-bottom: -35px;
/* 217 */ 	z-index: 8050;
/* 218 */ 	text-align: center;
/* 219 */ }
/* 220 */
/* 221 */ .fancybox-title-float-wrap .child {
/* 222 */ 	display: inline-block;
/* 223 */ 	margin-right: -100%;
/* 224 */ 	padding: 2px 20px;
/* 225 */ 	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
/* 226 */ 	background: rgba(0, 0, 0, 0.8);
/* 227 */ 	-webkit-border-radius: 15px;
/* 228 */ 	   -moz-border-radius: 15px;
/* 229 */ 	        border-radius: 15px;
/* 230 */ 	text-shadow: 0 1px 2px #222;
/* 231 */ 	color: #FFF;
/* 232 */ 	font-weight: bold;
/* 233 */ 	line-height: 24px;
/* 234 */ 	white-space: nowrap;
/* 235 */ }
/* 236 */
/* 237 */ .fancybox-title-outside-wrap {
/* 238 */ 	position: relative;
/* 239 */ 	margin-top: 10px;
/* 240 */ 	color: #fff;
/* 241 */ }
/* 242 */
/* 243 */ .fancybox-title-inside-wrap {
/* 244 */ 	padding-top: 10px;
/* 245 */ }
/* 246 */
/* 247 */ .fancybox-title-over-wrap {
/* 248 */ 	position: absolute;
/* 249 */ 	bottom: 0;
/* 250 */ 	left: 0;

/* fancybox.css */

/* 251 */ 	color: #fff;
/* 252 */ 	padding: 10px;
/* 253 */ 	background: #000;
/* 254 */ 	background: rgba(0, 0, 0, .8);
/* 255 */ }
/* 256 */
/* 257 */ /*Retina graphics!*/
/* 258 */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
/* 259 */ 	   only screen and (min--moz-device-pixel-ratio: 1.5),
/* 260 */ 	   only screen and (min-device-pixel-ratio: 1.5){
/* 261 */
/* 262 */ 	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
/* 263 */ 		background-image: url('../images/fancybox/fancybox_sprite@2x.png');
/* 264 */ 		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
/* 265 */ 	}
/* 266 */
/* 267 */ 	#fancybox-loading div {
/* 268 */ 		background-image: url('../images/fancybox/fancybox_loading@2x.gif');
/* 269 */ 		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
/* 270 */ 	}
/* 271 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* slick-slider.css */

/* 1   */ /* Slider */
/* 2   */ .slick-slider {
/* 3   */     position: relative;
/* 4   */     display: block;
/* 5   */     box-sizing: border-box;
/* 6   */     -webkit-user-select: none;
/* 7   */        -moz-user-select: none;
/* 8   */         -ms-user-select: none;
/* 9   */             user-select: none;
/* 10  */     -webkit-touch-callout: none;
/* 11  */     -khtml-user-select: none;
/* 12  */     -ms-touch-action: pan-y;
/* 13  */         touch-action: pan-y;
/* 14  */     -webkit-tap-highlight-color: transparent;
/* 15  */ }
/* 16  */ .slick-list {
/* 17  */     position: relative;
/* 18  */     display: block;
/* 19  */     overflow: hidden;
/* 20  */     margin: 0;
/* 21  */     padding: 0;
/* 22  */ }
/* 23  */ .slick-list:focus {
/* 24  */     outline: none;
/* 25  */ }
/* 26  */ .slick-list.dragging
/* 27  */ {
/* 28  */     cursor: pointer;
/* 29  */     cursor: hand;
/* 30  */ }
/* 31  */
/* 32  */ .slick-slider .slick-track,
/* 33  */ .slick-slider .slick-list
/* 34  */ {
/* 35  */     -webkit-transform: translate3d(0, 0, 0);
/* 36  */        -moz-transform: translate3d(0, 0, 0);
/* 37  */         -ms-transform: translate3d(0, 0, 0);
/* 38  */          -o-transform: translate3d(0, 0, 0);
/* 39  */             transform: translate3d(0, 0, 0);
/* 40  */ }
/* 41  */
/* 42  */ .slick-track
/* 43  */ {
/* 44  */     position: relative;
/* 45  */     top: 0;
/* 46  */     left: 0;
/* 47  */
/* 48  */     display: block;
/* 49  */     margin-left: auto;
/* 50  */     margin-right: auto;

/* slick-slider.css */

/* 51  */ }
/* 52  */ .slick-track:before,
/* 53  */ .slick-track:after
/* 54  */ {
/* 55  */     display: table;
/* 56  */
/* 57  */     content: '';
/* 58  */ }
/* 59  */ .slick-track:after
/* 60  */ {
/* 61  */     clear: both;
/* 62  */ }
/* 63  */ .slick-loading .slick-track
/* 64  */ {
/* 65  */     visibility: hidden;
/* 66  */ }
/* 67  */
/* 68  */ .slick-slide
/* 69  */ {
/* 70  */     display: none;
/* 71  */     float: left;
/* 72  */
/* 73  */     height: 100%;
/* 74  */     min-height: 1px;
/* 75  */ }
/* 76  */ [dir='rtl'] .slick-slide
/* 77  */ {
/* 78  */     float: right;
/* 79  */ }
/* 80  */ .slick-slide img
/* 81  */ {
/* 82  */     display: block;
/* 83  */ }
/* 84  */ .slick-slide.slick-loading img
/* 85  */ {
/* 86  */     display: none;
/* 87  */ }
/* 88  */ .slick-slide.dragging img
/* 89  */ {
/* 90  */     pointer-events: none;
/* 91  */ }
/* 92  */ .slick-initialized .slick-slide
/* 93  */ {
/* 94  */     display: block;
/* 95  */ }
/* 96  */ .slick-loading .slick-slide
/* 97  */ {
/* 98  */     visibility: hidden;
/* 99  */ }
/* 100 */ .slick-vertical .slick-slide

/* slick-slider.css */

/* 101 */ {
/* 102 */     display: block;
/* 103 */
/* 104 */     height: auto;
/* 105 */
/* 106 */     border: 1px solid transparent;
/* 107 */ }
/* 108 */ .slick-arrow.slick-hidden {
/* 109 */     display: none;
/* 110 */ }
/* 111 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* mediaelementplayer.css */

/* 1   */ /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
/* 2   *| Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
/* 3   */ .careerfy-media-player,.col-md-6.careerfy-media-player {
/* 4   */     padding: 0px;
/* 5   */     min-height: 541px;
/* 6   */ }
/* 7   */ .careerfy-media-player .mejs__controls { display: none !important; }
/* 8   */ .mejs__container {
/* 9   */     width: 100% !important;
/* 10  */     height: auto !important;
/* 11  */     padding-top: 56%;
/* 12  */ }
/* 13  */ .mejs__overlay, .mejs__poster {
/* 14  */   width: 100% !important;
/* 15  */   height: 100% !important;
/* 16  */   background-size: cover;
/* 17  */ }
/* 18  */ .mejs__container video {
/* 19  */   position: absolute;
/* 20  */   top: 0; left: 0; right: 0; bottom: 0;
/* 21  */   width: 100% !important;
/* 22  */   height: 100% !important;
/* 23  */ }
/* 24  */ .mejs__offscreen {
/* 25  */     border: 0;
/* 26  */     clip: rect( 1px, 1px, 1px, 1px );
/* 27  */     -webkit-clip-path: inset( 50% );
/* 28  */             clip-path: inset( 50% );
/* 29  */     height: 1px;
/* 30  */     margin: -1px;
/* 31  */     overflow: hidden;
/* 32  */     padding: 0;
/* 33  */     position: absolute;
/* 34  */     width: 1px;
/* 35  */     word-wrap: normal;
/* 36  */ }
/* 37  */
/* 38  */ .mejs__container {
/* 39  */     background: #000;
/* 40  */     box-sizing: border-box;
/* 41  */     position: relative;
/* 42  */     text-align: left;
/* 43  */     text-indent: 0;
/* 44  */     vertical-align: top;
/* 45  */     float: left;
/* 46  */     width: 100%;
/* 47  */ }
/* 48  */
/* 49  */ .mejs__container * {
/* 50  */     box-sizing: border-box;

/* mediaelementplayer.css */

/* 51  */ }
/* 52  */
/* 53  */ /* Hide native play button and control bar from iOS to favor plugin button */
/* 54  */ .mejs__container video::-webkit-media-controls,
/* 55  */ .mejs__container video::-webkit-media-controls-panel,
/* 56  */ .mejs__container video::-webkit-media-controls-panel-container,
/* 57  */ .mejs__container video::-webkit-media-controls-start-playback-button {
/* 58  */     -webkit-appearance: none;
/* 59  */     display: none !important;
/* 60  */ }
/* 61  */
/* 62  */ .mejs__fill-container,
/* 63  */ .mejs__fill-container .mejs__container {
/* 64  */     height: 100%;
/* 65  */     width: 100%;
/* 66  */ }
/* 67  */
/* 68  */ .mejs__fill-container {
/* 69  */     background: transparent;
/* 70  */     margin: 0 auto;
/* 71  */     overflow: hidden;
/* 72  */     position: relative;
/* 73  */ }
/* 74  */
/* 75  */ .mejs__container:focus {
/* 76  */     outline: none;
/* 77  */ }
/* 78  */
/* 79  */ .mejs__iframe-overlay {
/* 80  */     height: 100%;
/* 81  */     position: absolute;
/* 82  */     width: 100%;
/* 83  */ }
/* 84  */
/* 85  */ .mejs__embed,
/* 86  */ .mejs__embed body {
/* 87  */     background: #000;
/* 88  */     height: 100%;
/* 89  */     margin: 0;
/* 90  */     overflow: hidden;
/* 91  */     padding: 0;
/* 92  */     width: 100%;
/* 93  */ }
/* 94  */
/* 95  */ .mejs__fullscreen {
/* 96  */     overflow: hidden !important;
/* 97  */ }
/* 98  */
/* 99  */ .mejs__container-fullscreen {
/* 100 */     bottom: 0;

/* mediaelementplayer.css */

/* 101 */     left: 0;
/* 102 */     overflow: hidden;
/* 103 */     position: fixed;
/* 104 */     right: 0;
/* 105 */     top: 0;
/* 106 */     z-index: 1000;
/* 107 */ }
/* 108 */
/* 109 */ .mejs__container-fullscreen .mejs__mediaelement,
/* 110 */ .mejs__container-fullscreen video {
/* 111 */     height: 100% !important;
/* 112 */     width: 100% !important;
/* 113 */ }
/* 114 */
/* 115 */ /* Start: LAYERS */
/* 116 */ .mejs__background {
/* 117 */     left: 0;
/* 118 */     position: absolute;
/* 119 */     top: 0;
/* 120 */ }
/* 121 */
/* 122 */ .mejs__mediaelement {
/* 123 */     height: 100%;
/* 124 */     left: -2px;
/* 125 */     position: absolute;
/* 126 */     top: 0;
/* 127 */     width: 100%;
/* 128 */     z-index: 0;
/* 129 */ }
/* 130 */
/* 131 */ .mejs__poster {
/* 132 */     background-position: 50% 50%;
/* 133 */     background-repeat: no-repeat;
/* 134 */     background-size: cover;
/* 135 */     left: 0;
/* 136 */     position: absolute;
/* 137 */     top: 0;
/* 138 */     z-index: 1;
/* 139 */ }
/* 140 */
/* 141 */ :root .mejs__poster-img {
/* 142 */     display: none;
/* 143 */ }
/* 144 */
/* 145 */ .mejs__poster-img {
/* 146 */     border: 0;
/* 147 */     padding: 0;
/* 148 */ }
/* 149 */
/* 150 */ .mejs__overlay {

/* mediaelementplayer.css */

/* 151 */     -webkit-box-align: center;
/* 152 */     -webkit-align-items: center;
/* 153 */         -ms-flex-align: center;
/* 154 */             align-items: center;
/* 155 */     display: -webkit-box;
/* 156 */     display: -webkit-flex;
/* 157 */     display: -ms-flexbox;
/* 158 */     display: flex;
/* 159 */     -webkit-box-pack: center;
/* 160 */     -webkit-justify-content: center;
/* 161 */         -ms-flex-pack: center;
/* 162 */             justify-content: center;
/* 163 */     left: 0;
/* 164 */     position: absolute;
/* 165 */     top: 0;
/* 166 */ }
/* 167 */
/* 168 */ .mejs__layer {
/* 169 */     z-index: 1;
/* 170 */ }
/* 171 */
/* 172 */ .mejs__overlay-play {
/* 173 */     cursor: pointer;
/* 174 */ }
/* 175 */
/* 176 */ .mejs__overlay-button {
/* 177 */     background: url('play-icon.png') no-repeat;
/* 178 */     background-position: 0px 0px;
/* 179 */     height: 113px;
/* 180 */     width: 113px;
/* 181 */ }
/* 182 */
/* 183 */ .mejs__overlay-loading {
/* 184 */     height: 80px;
/* 185 */     width: 80px;
/* 186 */ }
/* 187 */
/* 188 */ .mejs__overlay-loading-bg-img {
/* 189 */     -webkit-animation: mejs__loading-spinner 1s linear infinite;
/* 190 */             animation: mejs__loading-spinner 1s linear infinite;
/* 191 */     background: transparent url('mejs-controls.svg') -160px -40px no-repeat;
/* 192 */     display: block;
/* 193 */     height: 80px;
/* 194 */     width: 80px;
/* 195 */     z-index: 1;
/* 196 */ }
/* 197 */
/* 198 */ @-webkit-keyframes mejs__loading-spinner {
/* 199 */     100% {
/* 200 */         -webkit-transform: rotate(360deg);

/* mediaelementplayer.css */

/* 201 */                 transform: rotate(360deg);
/* 202 */     }
/* 203 */ }
/* 204 */
/* 205 */ @keyframes mejs__loading-spinner {
/* 206 */     100% {
/* 207 */         -webkit-transform: rotate(360deg);
/* 208 */                 transform: rotate(360deg);
/* 209 */     }
/* 210 */ }
/* 211 */
/* 212 */ /* End: LAYERS */
/* 213 */
/* 214 */ /* Start: CONTROL BAR */
/* 215 */ .mejs__controls {
/* 216 */     bottom: 0;
/* 217 */     display: -webkit-box;
/* 218 */     display: -webkit-flex;
/* 219 */     display: -ms-flexbox;
/* 220 */     display: flex;
/* 221 */     height: 40px;
/* 222 */     left: 0;
/* 223 */     list-style-type: none;
/* 224 */     margin: 0;
/* 225 */     padding: 0 10px;
/* 226 */     position: absolute;
/* 227 */     width: 100%;
/* 228 */     z-index: 3;
/* 229 */ }
/* 230 */
/* 231 */ .mejs__controls:not([style*='display: none']) {
/* 232 */     background: rgba(255, 0, 0, 0.7);
/* 233 */     background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
/* 234 */     background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
/* 235 */ }
/* 236 */
/* 237 */ .mejs__button,
/* 238 */ .mejs__time,
/* 239 */ .mejs__time-rail {
/* 240 */     font-size: 10px;
/* 241 */     height: 40px;
/* 242 */     line-height: 10px;
/* 243 */     margin: 0;
/* 244 */     width: 32px;
/* 245 */ }
/* 246 */
/* 247 */ .mejs__button > button {
/* 248 */     background: transparent url('mejs-controls.svg');
/* 249 */     border: 0;
/* 250 */     cursor: pointer;

/* mediaelementplayer.css */

/* 251 */     display: block;
/* 252 */     font-size: 0;
/* 253 */     height: 20px;
/* 254 */     line-height: 0;
/* 255 */     margin: 10px 6px;
/* 256 */     overflow: hidden;
/* 257 */     padding: 0;
/* 258 */     position: absolute;
/* 259 */     text-decoration: none;
/* 260 */     width: 20px;
/* 261 */ }
/* 262 */
/* 263 */ /* :focus for accessibility */
/* 264 */ .mejs__button > button:focus {
/* 265 */     outline: dotted 1px #999;
/* 266 */ }
/* 267 */
/* 268 */ .mejs__container-keyboard-inactive a,
/* 269 */ .mejs__container-keyboard-inactive a:focus,
/* 270 */ .mejs__container-keyboard-inactive button,
/* 271 */ .mejs__container-keyboard-inactive button:focus,
/* 272 */ .mejs__container-keyboard-inactive [role=slider],
/* 273 */ .mejs__container-keyboard-inactive [role=slider]:focus {
/* 274 */     outline: 0;
/* 275 */ }
/* 276 */
/* 277 */ /* End: CONTROL BAR */
/* 278 */
/* 279 */ /* Start: Time (Current / Duration) */
/* 280 */ .mejs__time {
/* 281 */     box-sizing: content-box;
/* 282 */     color: #fff;
/* 283 */     font-size: 11px;
/* 284 */     font-weight: bold;
/* 285 */     height: 24px;
/* 286 */     overflow: hidden;
/* 287 */     padding: 16px 6px 0;
/* 288 */     text-align: center;
/* 289 */     width: auto;
/* 290 */ }
/* 291 */
/* 292 */ /* End: Time (Current / Duration) */
/* 293 */
/* 294 */ /* Start: Play/Pause/Stop */
/* 295 */ .mejs__play > button {
/* 296 */     background-position: 0 0;
/* 297 */ }
/* 298 */
/* 299 */ .mejs__pause > button {
/* 300 */     background-position: -20px 0;

/* mediaelementplayer.css */

/* 301 */ }
/* 302 */
/* 303 */ .mejs__replay > button {
/* 304 */     background-position: -160px 0;
/* 305 */ }
/* 306 */
/* 307 */ /* End: Play/Pause/Stop */
/* 308 */
/* 309 */ /* Start: Progress Bar */
/* 310 */ .mejs__time-rail {
/* 311 */     direction: ltr;
/* 312 */     -webkit-box-flex: 1;
/* 313 */     -webkit-flex-grow: 1;
/* 314 */         -ms-flex-positive: 1;
/* 315 */             flex-grow: 1;
/* 316 */     height: 40px;
/* 317 */     margin: 0 10px;
/* 318 */     padding-top: 10px;
/* 319 */     position: relative;
/* 320 */ }
/* 321 */
/* 322 */ .mejs__time-total,
/* 323 */ .mejs__time-buffering,
/* 324 */ .mejs__time-loaded,
/* 325 */ .mejs__time-current,
/* 326 */ .mejs__time-float,
/* 327 */ .mejs__time-hovered,
/* 328 */ .mejs__time-float-current,
/* 329 */ .mejs__time-float-corner,
/* 330 */ .mejs__time-marker {
/* 331 */     border-radius: 2px;
/* 332 */     cursor: pointer;
/* 333 */     display: block;
/* 334 */     height: 10px;
/* 335 */     position: absolute;
/* 336 */ }
/* 337 */
/* 338 */ .mejs__time-total {
/* 339 */     background: rgba(255, 255, 255, 0.3);
/* 340 */     margin: 5px 0 0;
/* 341 */     width: 100%;
/* 342 */ }
/* 343 */
/* 344 */ .mejs__time-buffering {
/* 345 */     -webkit-animation: buffering-stripes 2s linear infinite;
/* 346 */             animation: buffering-stripes 2s linear infinite;
/* 347 */     background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
/* 348 */     background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
/* 349 */     background-size: 15px 15px;
/* 350 */     width: 100%;

/* mediaelementplayer.css */

/* 351 */ }
/* 352 */
/* 353 */ @-webkit-keyframes buffering-stripes {
/* 354 */     from {
/* 355 */         background-position: 0 0;
/* 356 */     }
/* 357 */     to {
/* 358 */         background-position: 30px 0;
/* 359 */     }
/* 360 */ }
/* 361 */
/* 362 */ @keyframes buffering-stripes {
/* 363 */     from {
/* 364 */         background-position: 0 0;
/* 365 */     }
/* 366 */     to {
/* 367 */         background-position: 30px 0;
/* 368 */     }
/* 369 */ }
/* 370 */
/* 371 */ .mejs__time-loaded {
/* 372 */     background: rgba(255, 255, 255, 0.3);
/* 373 */ }
/* 374 */
/* 375 */ .mejs__time-current,
/* 376 */ .mejs__time-handle-content {
/* 377 */     background: rgba(255, 255, 255, 0.9);
/* 378 */ }
/* 379 */
/* 380 */ .mejs__time-hovered {
/* 381 */     background: rgba(255, 255, 255, 0.5);
/* 382 */     z-index: 10;
/* 383 */ }
/* 384 */
/* 385 */ .mejs__time-hovered.negative {
/* 386 */     background: rgba(0, 0, 0, 0.2);
/* 387 */ }
/* 388 */
/* 389 */ .mejs__time-current,
/* 390 */ .mejs__time-buffering,
/* 391 */ .mejs__time-loaded,
/* 392 */ .mejs__time-hovered {
/* 393 */     left: 0;
/* 394 */     -webkit-transform: scaleX(0);
/* 395 */         -ms-transform: scaleX(0);
/* 396 */             transform: scaleX(0);
/* 397 */     -webkit-transform-origin: 0 0;
/* 398 */         -ms-transform-origin: 0 0;
/* 399 */             transform-origin: 0 0;
/* 400 */     -webkit-transition: 0.15s ease-in all;

/* mediaelementplayer.css */

/* 401 */     transition: 0.15s ease-in all;
/* 402 */     width: 100%;
/* 403 */ }
/* 404 */
/* 405 */ .mejs__time-buffering {
/* 406 */     -webkit-transform: scaleX(1);
/* 407 */         -ms-transform: scaleX(1);
/* 408 */             transform: scaleX(1);
/* 409 */ }
/* 410 */
/* 411 */ .mejs__time-hovered {
/* 412 */     -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
/* 413 */     transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
/* 414 */ }
/* 415 */
/* 416 */ .mejs__time-hovered.no-hover {
/* 417 */     -webkit-transform: scaleX(0) !important;
/* 418 */         -ms-transform: scaleX(0) !important;
/* 419 */             transform: scaleX(0) !important;
/* 420 */ }
/* 421 */
/* 422 */ .mejs__time-handle,
/* 423 */ .mejs__time-handle-content {
/* 424 */     border: 4px solid transparent;
/* 425 */     cursor: pointer;
/* 426 */     left: 0;
/* 427 */     position: absolute;
/* 428 */     -webkit-transform: translateX(0);
/* 429 */         -ms-transform: translateX(0);
/* 430 */             transform: translateX(0);
/* 431 */     z-index: 11;
/* 432 */ }
/* 433 */
/* 434 */ .mejs__time-handle-content {
/* 435 */     border: 4px solid rgba(255, 255, 255, 0.9);
/* 436 */     border-radius: 50%;
/* 437 */     height: 10px;
/* 438 */     left: -7px;
/* 439 */     top: -4px;
/* 440 */     -webkit-transform: scale(0);
/* 441 */         -ms-transform: scale(0);
/* 442 */             transform: scale(0);
/* 443 */     width: 10px;
/* 444 */ }
/* 445 */
/* 446 */ .mejs__time-rail:hover .mejs__time-handle-content,
/* 447 */ .mejs__time-rail .mejs__time-handle-content:focus,
/* 448 */ .mejs__time-rail .mejs__time-handle-content:active {
/* 449 */     -webkit-transform: scale(1);
/* 450 */         -ms-transform: scale(1);

/* mediaelementplayer.css */

/* 451 */             transform: scale(1);
/* 452 */ }
/* 453 */
/* 454 */ .mejs__time-float {
/* 455 */     background: #eee;
/* 456 */     border: solid 1px #333;
/* 457 */     bottom: 100%;
/* 458 */     color: #111;
/* 459 */     display: none;
/* 460 */     height: 17px;
/* 461 */     margin-bottom: 9px;
/* 462 */     position: absolute;
/* 463 */     text-align: center;
/* 464 */     -webkit-transform: translateX(-50%);
/* 465 */         -ms-transform: translateX(-50%);
/* 466 */             transform: translateX(-50%);
/* 467 */     width: 36px;
/* 468 */ }
/* 469 */
/* 470 */ .mejs__time-float-current {
/* 471 */     display: block;
/* 472 */     left: 0;
/* 473 */     margin: 2px;
/* 474 */     text-align: center;
/* 475 */     width: 30px;
/* 476 */ }
/* 477 */
/* 478 */ .mejs__time-float-corner {
/* 479 */     border: solid 5px #eee;
/* 480 */     border-color: #eee transparent transparent;
/* 481 */     border-radius: 0;
/* 482 */     display: block;
/* 483 */     height: 0;
/* 484 */     left: 50%;
/* 485 */     line-height: 0;
/* 486 */     position: absolute;
/* 487 */     top: 100%;
/* 488 */     -webkit-transform: translateX(-50%);
/* 489 */         -ms-transform: translateX(-50%);
/* 490 */             transform: translateX(-50%);
/* 491 */     width: 0;
/* 492 */ }
/* 493 */
/* 494 */ .mejs__long-video .mejs__time-float {
/* 495 */     margin-left: -23px;
/* 496 */     width: 64px;
/* 497 */ }
/* 498 */
/* 499 */ .mejs__long-video .mejs__time-float-current {
/* 500 */     width: 60px;

/* mediaelementplayer.css */

/* 501 */ }
/* 502 */
/* 503 */ .mejs__broadcast {
/* 504 */     color: #fff;
/* 505 */     height: 10px;
/* 506 */     position: absolute;
/* 507 */     top: 15px;
/* 508 */     width: 100%;
/* 509 */ }
/* 510 */
/* 511 */ /* End: Progress Bar */
/* 512 */
/* 513 */ /* Start: Fullscreen */
/* 514 */ .mejs__fullscreen-button > button {
/* 515 */     background-position: -80px 0;
/* 516 */ }
/* 517 */
/* 518 */ .mejs__unfullscreen > button {
/* 519 */     background-position: -100px 0;
/* 520 */ }
/* 521 */
/* 522 */ /* End: Fullscreen */
/* 523 */
/* 524 */ /* Start: Mute/Volume */
/* 525 */ .mejs__mute > button {
/* 526 */     background-position: -60px 0;
/* 527 */ }
/* 528 */
/* 529 */ .mejs__unmute > button {
/* 530 */     background-position: -40px 0;
/* 531 */ }
/* 532 */
/* 533 */ .mejs__volume-button {
/* 534 */     position: relative;
/* 535 */ }
/* 536 */
/* 537 */ .mejs__volume-button > .mejs__volume-slider {
/* 538 */     -webkit-backface-visibility: hidden;
/* 539 */     background: rgba(50, 50, 50, 0.7);
/* 540 */     border-radius: 0;
/* 541 */     bottom: 100%;
/* 542 */     display: none;
/* 543 */     height: 115px;
/* 544 */     left: 50%;
/* 545 */     margin: 0;
/* 546 */     position: absolute;
/* 547 */     -webkit-transform: translateX(-50%);
/* 548 */         -ms-transform: translateX(-50%);
/* 549 */             transform: translateX(-50%);
/* 550 */     width: 25px;

/* mediaelementplayer.css */

/* 551 */     z-index: 1;
/* 552 */ }
/* 553 */
/* 554 */ .mejs__volume-button:hover {
/* 555 */     border-radius: 0 0 4px 4px;
/* 556 */ }
/* 557 */
/* 558 */ .mejs__volume-total {
/* 559 */     background: rgba(255, 255, 255, 0.5);
/* 560 */     height: 100px;
/* 561 */     left: 50%;
/* 562 */     margin: 0;
/* 563 */     position: absolute;
/* 564 */     top: 8px;
/* 565 */     -webkit-transform: translateX(-50%);
/* 566 */         -ms-transform: translateX(-50%);
/* 567 */             transform: translateX(-50%);
/* 568 */     width: 2px;
/* 569 */ }
/* 570 */
/* 571 */ .mejs__volume-current {
/* 572 */     background: rgba(255, 255, 255, 0.9);
/* 573 */     left: 0;
/* 574 */     margin: 0;
/* 575 */     position: absolute;
/* 576 */     width: 100%;
/* 577 */ }
/* 578 */
/* 579 */ .mejs__volume-handle {
/* 580 */     background: rgba(255, 255, 255, 0.9);
/* 581 */     border-radius: 1px;
/* 582 */     cursor: ns-resize;
/* 583 */     height: 6px;
/* 584 */     left: 50%;
/* 585 */     position: absolute;
/* 586 */     -webkit-transform: translateX(-50%);
/* 587 */         -ms-transform: translateX(-50%);
/* 588 */             transform: translateX(-50%);
/* 589 */     width: 16px;
/* 590 */ }
/* 591 */
/* 592 */ .mejs__horizontal-volume-slider {
/* 593 */     display: block;
/* 594 */     height: 36px;
/* 595 */     position: relative;
/* 596 */     vertical-align: middle;
/* 597 */     width: 56px;
/* 598 */ }
/* 599 */
/* 600 */ .mejs__horizontal-volume-total {

/* mediaelementplayer.css */

/* 601 */     background: rgba(50, 50, 50, 0.8);
/* 602 */     border-radius: 2px;
/* 603 */     font-size: 1px;
/* 604 */     height: 8px;
/* 605 */     left: 0;
/* 606 */     margin: 0;
/* 607 */     padding: 0;
/* 608 */     position: absolute;
/* 609 */     top: 16px;
/* 610 */     width: 50px;
/* 611 */ }
/* 612 */
/* 613 */ .mejs__horizontal-volume-current {
/* 614 */     background: rgba(255, 255, 255, 0.8);
/* 615 */     border-radius: 2px;
/* 616 */     font-size: 1px;
/* 617 */     height: 100%;
/* 618 */     left: 0;
/* 619 */     margin: 0;
/* 620 */     padding: 0;
/* 621 */     position: absolute;
/* 622 */     top: 0;
/* 623 */     width: 100%;
/* 624 */ }
/* 625 */
/* 626 */ .mejs__horizontal-volume-handle {
/* 627 */     display: none;
/* 628 */ }
/* 629 */
/* 630 */ /* End: Mute/Volume */
/* 631 */
/* 632 */ /* Start: Track (Captions and Chapters) */
/* 633 */ .mejs__captions-button,
/* 634 */ .mejs__chapters-button {
/* 635 */     position: relative;
/* 636 */ }
/* 637 */
/* 638 */ .mejs__captions-button > button {
/* 639 */     background-position: -140px 0;
/* 640 */ }
/* 641 */
/* 642 */ .mejs__chapters-button > button {
/* 643 */     background-position: -180px 0;
/* 644 */ }
/* 645 */
/* 646 */ .mejs__captions-button > .mejs__captions-selector,
/* 647 */ .mejs__chapters-button > .mejs__chapters-selector {
/* 648 */     background: rgba(50, 50, 50, 0.7);
/* 649 */     border: solid 1px transparent;
/* 650 */     border-radius: 0;

/* mediaelementplayer.css */

/* 651 */     bottom: 100%;
/* 652 */     margin-right: -43px;
/* 653 */     overflow: hidden;
/* 654 */     padding: 0;
/* 655 */     position: absolute;
/* 656 */     right: 50%;
/* 657 */     visibility: visible;
/* 658 */     width: 86px;
/* 659 */ }
/* 660 */
/* 661 */ .mejs__chapters-button > .mejs__chapters-selector {
/* 662 */     margin-right: -55px;
/* 663 */     width: 110px;
/* 664 */ }
/* 665 */
/* 666 */ .mejs__captions-selector-list,
/* 667 */ .mejs__chapters-selector-list {
/* 668 */     list-style-type: none !important;
/* 669 */     margin: 0;
/* 670 */     overflow: hidden;
/* 671 */     padding: 0;
/* 672 */ }
/* 673 */
/* 674 */ .mejs__captions-selector-list-item,
/* 675 */ .mejs__chapters-selector-list-item {
/* 676 */     color: #fff;
/* 677 */     cursor: pointer;
/* 678 */     display: block;
/* 679 */     list-style-type: none !important;
/* 680 */     margin: 0 0 6px;
/* 681 */     overflow: hidden;
/* 682 */     padding: 0;
/* 683 */ }
/* 684 */
/* 685 */ .mejs__captions-selector-list-item:hover,
/* 686 */ .mejs__chapters-selector-list-item:hover {
/* 687 */     background-color: rgb(200, 200, 200) !important;
/* 688 */     background-color: rgba(255, 255, 255, 0.4) !important;
/* 689 */ }
/* 690 */
/* 691 */ .mejs__captions-selector-input,
/* 692 */ .mejs__chapters-selector-input {
/* 693 */     clear: both;
/* 694 */     float: left;
/* 695 */     left: -1000px;
/* 696 */     margin: 3px 3px 0 5px;
/* 697 */     position: absolute;
/* 698 */ }
/* 699 */
/* 700 */ .mejs__captions-selector-label,

/* mediaelementplayer.css */

/* 701 */ .mejs__chapters-selector-label {
/* 702 */     cursor: pointer;
/* 703 */     float: left;
/* 704 */     font-size: 10px;
/* 705 */     line-height: 15px;
/* 706 */     padding: 4px 10px 0;
/* 707 */     width: 100%;
/* 708 */ }
/* 709 */
/* 710 */ .mejs__captions-selected,
/* 711 */ .mejs__chapters-selected {
/* 712 */     color: rgba(33, 248, 248, 1);
/* 713 */ }
/* 714 */
/* 715 */ .mejs__captions-translations {
/* 716 */     font-size: 10px;
/* 717 */     margin: 0 0 5px;
/* 718 */ }
/* 719 */
/* 720 */ .mejs__captions-layer {
/* 721 */     bottom: 0;
/* 722 */     color: #fff;
/* 723 */     font-size: 16px;
/* 724 */     left: 0;
/* 725 */     line-height: 20px;
/* 726 */     position: absolute;
/* 727 */     text-align: center;
/* 728 */ }
/* 729 */
/* 730 */ .mejs__captions-layer a {
/* 731 */     color: #fff;
/* 732 */     text-decoration: underline;
/* 733 */ }
/* 734 */
/* 735 */ .mejs__captions-layer[lang=ar] {
/* 736 */     font-size: 20px;
/* 737 */     font-weight: normal;
/* 738 */ }
/* 739 */
/* 740 */ .mejs__captions-position {
/* 741 */     bottom: 15px;
/* 742 */     left: 0;
/* 743 */     position: absolute;
/* 744 */     width: 100%;
/* 745 */ }
/* 746 */
/* 747 */ .mejs__captions-position-hover {
/* 748 */     bottom: 35px;
/* 749 */ }
/* 750 */

/* mediaelementplayer.css */

/* 751 */ .mejs__captions-text,
/* 752 */ .mejs__captions-text * {
/* 753 */     background: rgba(20, 20, 20, 0.5);
/* 754 */     box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
/* 755 */     padding: 0;
/* 756 */     white-space: pre-wrap;
/* 757 */ }
/* 758 */
/* 759 */ .mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
/* 760 */     display: none;
/* 761 */ }
/* 762 */
/* 763 */ /* End: Track (Captions and Chapters) */
/* 764 */
/* 765 */ /* Start: Error */
/* 766 */ .mejs__overlay-error {
/* 767 */     position: relative;
/* 768 */ }
/* 769 */ .mejs__overlay-error > img {
/* 770 */     left: 0;
/* 771 */     max-width: 100%;
/* 772 */     position: absolute;
/* 773 */     top: 0;
/* 774 */     z-index: -1;
/* 775 */ }
/* 776 */ .mejs__cannotplay,
/* 777 */ .mejs__cannotplay a {
/* 778 */     color: #fff;
/* 779 */     font-size: 0.8em;
/* 780 */ }
/* 781 */
/* 782 */ .mejs__cannotplay {
/* 783 */     position: relative;
/* 784 */ }
/* 785 */
/* 786 */ .mejs__cannotplay p,
/* 787 */ .mejs__cannotplay a {
/* 788 */     display: inline-block;
/* 789 */     padding: 0 15px;
/* 790 */     width: 100%;
/* 791 */ }
/* 792 */ /* End: Error */
/* Minify_CSS_UriRewriter::$debugText

*/

/* careerfy-styles.css */

/* 1   */ /* Selectize Select Style */
/* 2   */ .careerfy-banner-search-two .selectize-control.single .selectize-input {
/* 3   */     background-color: transparent;
/* 4   */     border: none;
/* 5   */     border-bottom: 2px solid rgba(255,255,255,0.20);
/* 6   */     height: 36px;
/* 7   */     padding-left: 0px;
/* 8   */ }
/* 9   */ .careerfy-banner-search-two .selectize-input .item {
/* 10  */     color: #ffffff;
/* 11  */     padding-top: 7px;
/* 12  */ }
/* 13  */ .careerfy-banner-search .item {
/* 14  */     display: inline-block;
/* 15  */     padding: 19px 0px 0px 0px;
/* 16  */     color: #777;
/* 17  */     font-weight: 500;
/* 18  */ }
/* 19  */ .careerfy-banner-search-two .selectize-control.single .selectize-input:after { display: none; }
/* 20  */ .careerfy-banner-search-two .careerfy-select-style:after { top: 1px; }
/* 21  */ .careerfy-banner-search .selectize-control.single .selectize-input {border-radius: 0;}
/* 22  */ .careerfy-banner-search .selectize-control.single .selectize-input {
/* 23  */     height: 60px; }
/* 24  */ .careerfy-banner-search .selectize-control.single .selectize-input {
/* 25  */     border-left: none;
/* 26  */
/* 27  */ }
/* 28  */ .careerfy-banner-search-two .item {
/* 29  */     display: inline-block;
/* 30  */     padding: 19px 0px 0px 0px;
/* 31  */     color: #777;
/* 32  */ }
/* 33  */ .careerfy-banner-search-two .selectize-control.single .selectize-input {border-radius: 0;}
/* 34  */ .careerfy-banner-search-two .selectize-control.single .selectize-input {
/* 35  */     border-left: none;
/* 36  */ }
/* 37  */ .careerfy-banner-search-two .selectize-input input[type="text"] {
/* 38  */     float: none !important;
/* 39  */     height: 21px;
/* 40  */ }
/* 41  */ .careerfy-banner-search-three .item {
/* 42  */     display: inline-block;
/* 43  */     padding: 0px 0px 0px 0px;
/* 44  */     color: #666;
/* 45  */     vertical-align: top;
/* 46  */ }
/* 47  */ .careerfy-banner-search-three .selectize-control.single .selectize-input {border-radius: 0;}
/* 48  */ .careerfy-banner-search-three .selectize-control.single .selectize-input {
/* 49  */     height: 50px; }
/* 50  */ .careerfy-banner-search-three .selectize-control input[type="text"] {

/* careerfy-styles.css */

/* 51  */     float: none;
/* 52  */     height: 20px;
/* 53  */ }
/* 54  */ .careerfy-banner-search-three .selectize-input input[type="text"] {
/* 55  */     float: none !important;
/* 56  */ }
/* 57  */ .careerfy-banner-search-four .item {
/* 58  */     display: inline-block;
/* 59  */     padding: 12px 0px 0px 0px;
/* 60  */     color: #666;
/* 61  */ }
/* 62  */ .careerfy-banner-search-four .selectize-control.single .selectize-input {border-radius: 0;}
/* 63  */ .careerfy-banner-search-four .selectize-control.single .selectize-input {
/* 64  */     height: 41px;
/* 65  */     box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.09);
/* 66  */ }
/* 67  */ .careerfy-banner-search-four .selectize-input input[type="text"] {
/* 68  */     float: none !important;
/* 69  */ }
/* 70  */ .careerfy-filterable-select .selectize-control.single .selectize-input {
/* 71  */     border: none; }
/* 72  */ .careerfy-filterable-select .selectize-control.single .selectize-input {
/* 73  */     padding: 0px 35px 0px 10px; }
/* 74  */ .careerfy-filterable-select .selectize-input > * {
/* 75  */     float: left; }
/* 76  */ .careerfy-filterable-select .selectize-control,.careerfy-filterable-select .selectize-control.single .selectize-input {
/* 77  */     height: 22px; }
/* 78  */ .careerfy-profile-select .selectize-control.single .selectize-input {
/* 79  */     height: 42px; }
/* 80  */ .careerfy-profile-select .selectize-control.single .selectize-input,
/* 81  */ .careerfy-profile-select .selectize-control.single .selectize-input input {
/* 82  */     padding: 10px 14px; }
/* 83  */ .careerfy-profile-select .selectize-control.single .selectize-input input,
/* 84  */ .careerfy-profile-select .selectize-select.multi .selectize-input input {
/* 85  */     height: 20px; }
/* 86  */ .careerfy-profile-select .selectize-select.multi .selectize-input {
/* 87  */     box-shadow: none;
/* 88  */     padding: 7px 9px 5px;
/* 89  */     border-color: #eceeef;
/* 90  */ }
/* 91  */ .careerfy-profile-select input[type="text"],
/* 92  */ .careerfy-banner-search .selectize-input input[type="text"] {
/* 93  */     float: none !important;
/* 94  */ }
/* 95  */ .careerfy-banner-search-three .selectize-control .item {
/* 96  */    overflow: hidden;
/* 97  */    text-overflow: ellipsis;
/* 98  */    max-height: 17px;
/* 99  */    -webkit-line-clamp: 2;
/* 100 */    -webkit-box-orient: vertical;

/* careerfy-styles.css */

/* 101 */    color: #777;
/* 102 */ }
/* 103 */ /* Employers List */
/* 104 */ .careerfy-jobs-scroll-slider,.careerfy-jobs-scroll-slider-wrap,
/* 105 */ .careerfy-jobs-scroll-slider-text {
/* 106 */     float: left;
/* 107 */     width: 100%;
/* 108 */ }
/* 109 */ .careerfy-jobs-scroll-slider ul {
/* 110 */     margin-left: -15px;
/* 111 */     margin-right: -15px;
/* 112 */ }
/* 113 */ .careerfy-jobs-scroll-slider ul li {
/* 114 */     float: left;
/* 115 */     list-style: none;
/* 116 */     margin-bottom: 30px;
/* 117 */     padding: 15px 15px;
/* 118 */ }
/* 119 */ .careerfy-jobs-scroll-slider-wrap {
/* 120 */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
/* 121 */     text-align: center;
/* 122 */     border-radius: 8px;
/* 123 */     background-color: #ffffff;
/* 124 */ }
/* 125 */ .careerfy-foot-wrap {
/* 126 */     float: left;
/* 127 */     width: 100%;
/* 128 */     border-top: 1px solid #ececec;
/* 129 */     padding: 12px 0px;
/* 130 */     margin-top: 10px;
/* 131 */ }
/* 132 */ .careerfy-jobs-scroll-slider-text {
/* 133 */     border-top: 1px solid #ececec;
/* 134 */     padding: 17px 25px 23px 25px;
/* 135 */     text-align: left;
/* 136 */ }
/* 137 */ .careerfy-jobs-scroll-slider figure {
/* 138 */     margin-bottom: 0px;
/* 139 */     overflow: hidden;
/* 140 */ }
/* 141 */ .careerfy-jobs-scroll-slider figure a {
/* 142 */     display: inline-block;
/* 143 */     width: 170px;
/* 144 */     padding: 0px 0px 0px 0px;
/* 145 */     height: 170px;
/* 146 */     text-align: center;
/* 147 */     white-space: nowrap;
/* 148 */     vertical-align: middle;
/* 149 */     margin: 20px 0px;
/* 150 */ }

/* careerfy-styles.css */

/* 151 */ .careerfy-jobs-scroll-slider figure a img {
/* 152 */     vertical-align: middle;
/* 153 */     max-height: 170px;
/* 154 */     max-width: 170px;
/* 155 */     display: inline-block;
/* 156 */ }
/* 157 */ .jobs-scrolslider-imghelpr {
/* 158 */     display: inline-block;
/* 159 */     height: 100%;
/* 160 */     vertical-align: middle;
/* 161 */ }
/* 162 */ .careerfy-jobs-scroll-slider figure figcaption {
/* 163 */     position: absolute;
/* 164 */     right: 15px;
/* 165 */     top: 15px;
/* 166 */     color: #666;
/* 167 */     font-size: 13px;
/* 168 */ }
/* 169 */ .careerfy-jobs-scroll-slider figure figcaption span {
/* 170 */     background-color: #ffc23e;
/* 171 */     color: #ffffff;
/* 172 */     padding: 3px 4px;
/* 173 */     border-radius: 3px;
/* 174 */     line-height: 1;
/* 175 */     margin-left: 6px;
/* 176 */ }
/* 177 */ .careerfy-jobs-scroll-slider-text h2 {
/* 178 */     font-size: 16px;
/* 179 */     font-weight: bold;
/* 180 */     margin-bottom: 3px;
/* 181 */ }
/* 182 */ .careerfy-jobs-scroll-slider-text span {
/* 183 */     display: block;
/* 184 */     margin-bottom: 0px;
/* 185 */ }
/* 186 */ .careerfy-jobs-scroll-slider-text span.careerfy-scroll-jobs-type {
/* 187 */     display: inline-block;
/* 188 */     padding-left: 10px;
/* 189 */     padding-right: 10px;
/* 190 */ }
/* 191 */ .careerfy-jobs-scroll-slider-text small {
/* 192 */     display: inline-block;
/* 193 */     font-size: 14px;
/* 194 */     color: #13b5ea;
/* 195 */     border-radius: 40px;
/* 196 */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
/* 197 */     padding: 2px 18px 1px 18px;
/* 198 */     margin-bottom: 7px;
/* 199 */ }
/* 200 */ .careerfy-jobs-scroll-slider .careerfy-jobs-type {

/* careerfy-styles.css */

/* 201 */     top: auto;
/* 202 */     bottom: 12px;
/* 203 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* elementer-style.css */

/* 1   */ /* Search TwentyOne */
/* 2   */ .careerfy-search-twentyone-grid {
/* 3   */     display: flex;
/* 4   */     width: 100%;
/* 5   */     margin-bottom: 30px;
/* 6   */ }
/* 7   */ .careerfy-search-twentyone-grid .advserch-field {
/* 8   */     flex-basis: 32%;
/* 9   */     position: relative;
/* 10  */ }
/* 11  */ .careerfy-search-twentyone-grid .advserch-field:last-child {
/* 12  */     flex-basis: 26%;
/* 13  */     background-color: #fff;
/* 14  */     padding: 5px;
/* 15  */     border-radius: 0px 10px 10px 0px;
/* 16  */ }
/* 17  */ .careerfy-search-twentyone-grid .advserch-field:first-child input[type="text"] {
/* 18  */     border-radius: 10px 0px 0px 10px; }
/* 19  */ .careerfy-search-twentyone-grid input[type="text"] {
/* 20  */     height: 70px;
/* 21  */     width: 100%;
/* 22  */     padding: 0px 0px 0px 80px;
/* 23  */     background-color: #fff;
/* 24  */     color: #454545;
/* 25  */     font-size: 18px;
/* 26  */     font-weight: 500;
/* 27  */ }
/* 28  */ .careerfy-search-twentyone-grid i.input-icon {
/* 29  */     position: absolute;
/* 30  */     left: 40px;
/* 31  */     font-size: 24px;
/* 32  */     color: #737373;
/* 33  */     z-index: 2;
/* 34  */     display: flex;
/* 35  */     height: 100%;
/* 36  */     align-items: center;
/* 37  */ }
/* 38  */ .careerfy-search-twentyone-grid span.sugg-search-loader {
/* 39  */     position: absolute;
/* 40  */     right: 0px;
/* 41  */     top: 20px;
/* 42  */     color: #737373;
/* 43  */     font-size: 20px;
/* 44  */ }
/* 45  */ .careerfy-search-twentyone-grid button.advsrch-act-btn {
/* 46  */     width: 100%;
/* 47  */     display: flex;
/* 48  */     height: 60px;
/* 49  */     border-radius: 10px;
/* 50  */     justify-content: center;

/* elementer-style.css */

/* 51  */     align-items: center;
/* 52  */     font-size: 18px;
/* 53  */     color: #fff;
/* 54  */     gap: 10px;
/* 55  */     padding: 10px 22px;
/* 56  */     color: #fff;
/* 57  */     background-color: #009EE0;
/* 58  */ }
/* 59  */ .careerfy-search-twentyone-grid button.advsrch-act-btn i {
/* 60  */     font-size: 24px;
/* 61  */     -webkit-transition: all 0.5s ease-in-out;
/* 62  */        -moz-transition: all 0.5s ease-in-out;
/* 63  */         -ms-transition: all 0.5s ease-in-out;
/* 64  */          -o-transition: all 0.5s ease-in-out;
/* 65  */             transition: all 0.5s ease-in-out;
/* 66  */ }
/* 67  */ .careerfy-search-twentyone-grid button.advsrch-act-btn:hover i {
/* 68  */     -webkit-transform: rotate(-45deg);
/* 69  */        -moz-transform: rotate(-45deg);
/* 70  */         -ms-transform: rotate(-45deg);
/* 71  */          -o-transform: rotate(-45deg);
/* 72  */             transform: rotate(-45deg);
/* 73  */ }
/* 74  */ .careerfy-search-twentyone-grid .selectize-control.single .selectize-input {
/* 75  */     border: none; }
/* 76  */ .careerfy-search-twentyone-grid .selectize-control.single .selectize-input:after {
/* 77  */     font-size: 30px; }
/* 78  */ .careerfy-search-twentyone-grid .suggestions-wrapper {
/* 79  */     margin-top: 0px; }
/* 80  */ .careerfy-search-twentyone-grid .careerfy-radius-tooltip:before {
/* 81  */     right: auto;
/* 82  */     left: 20px;
/* 83  */ }
/* 84  */ .careerfy-search-twentyone-grid .careerfy-radius-tooltip {
/* 85  */     right: auto;
/* 86  */     left: 0px;
/* 87  */     top: -40px;
/* 88  */ }
/* 89  */ ul.careerfy-search-twentyone-list {
/* 90  */     display: flex;
/* 91  */     width: 100%;
/* 92  */     flex-wrap: wrap;
/* 93  */ }
/* 94  */ ul.careerfy-search-twentyone-list li:first-child {
/* 95  */     width: 100%;
/* 96  */     font-size: 16px;
/* 97  */     color: #fff;
/* 98  */     margin-bottom: 20px;
/* 99  */ }
/* 100 */ ul.careerfy-search-twentyone-list li {

/* elementer-style.css */

/* 101 */     list-style: none;
/* 102 */ }
/* 103 */ ul.careerfy-search-twentyone-list a {
/* 104 */     background-color: #F49D67;
/* 105 */     font-size: 15px;
/* 106 */     line-height: 1;
/* 107 */     margin: 0px 20px 20px 0px;
/* 108 */     padding: 10px;
/* 109 */     display: inline-flex;
/* 110 */     display: -webkit-inline-flex;
/* 111 */     display: -ms-inline-flexbox;
/* 112 */     border-radius: 10px;
/* 113 */     color: #fff;
/* 114 */     -webkit-transition: all 0.3s ease-in-out;
/* 115 */        -moz-transition: all 0.3s ease-in-out;
/* 116 */         -ms-transition: all 0.3s ease-in-out;
/* 117 */          -o-transition: all 0.3s ease-in-out;
/* 118 */             transition: all 0.3s ease-in-out;
/* 119 */ }
/* 120 */ ul.careerfy-search-twentyone-list a:hover {
/* 121 */     -webkit-transform: translateY(-3px);
/* 122 */        -moz-transform: translateY(-3px);
/* 123 */         -ms-transform: translateY(-3px);
/* 124 */          -o-transform: translateY(-3px);
/* 125 */             transform: translateY(-3px);
/* 126 */ }
/* 127 */ .careerfy-search-twentyone .advserch-title-desc h1 {
/* 128 */     font-size: 70px;
/* 129 */     line-height: 1;
/* 130 */     color: #fff;
/* 131 */     margin-bottom: 10px;
/* 132 */     width: 100%;
/* 133 */     word-break: break-all;
/* 134 */ }
/* 135 */ .careerfy-search-twentyone .advserch-title-desc p {
/* 136 */     font-size: 32px;
/* 137 */     color: #fff;
/* 138 */     line-height: 1.2em;
/* 139 */ }
/* 140 */ .careerfy-search-twentyone .advserch-title-desc {
/* 141 */     display: flex;
/* 142 */     width: 100%;
/* 143 */     flex-wrap: wrap;
/* 144 */     margin-bottom: 30px;
/* 145 */ }
/* 146 */
/* 147 */ /* SlideView  */
/* 148 */ .slideview-list-inner {
/* 149 */     display: flex;
/* 150 */     width: 100%;

/* elementer-style.css */

/* 151 */     flex-wrap: wrap;
/* 152 */     box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
/* 153 */     padding: 2em;
/* 154 */     border-radius: 10px;
/* 155 */     background-color: #fff;
/* 156 */     -webkit-transition: all 0.4s ease-in-out;
/* 157 */        -moz-transition: all 0.4s ease-in-out;
/* 158 */         -ms-transition: all 0.4s ease-in-out;
/* 159 */          -o-transition: all 0.4s ease-in-out;
/* 160 */             transition: all 0.4s ease-in-out;
/* 161 */ }
/* 162 */ .slideview-item:hover .slideview-list-inner {
/* 163 */     -webkit-transform: translateY(-10px);
/* 164 */     -moz-transform: translateY(-10px);
/* 165 */     -ms-transform: translateY(-10px);
/* 166 */     -o-transform: translateY(-10px);
/* 167 */     transform: translateY(-10px);
/* 168 */ }
/* 169 */ .slideview-item {
/* 170 */     padding: 30px 20px;
/* 171 */ }
/* 172 */ .slideview-list-inner figure {
/* 173 */     display: flex;
/* 174 */     width: 100%;
/* 175 */     align-items: flex-start;
/* 176 */     gap: 18px;
/* 177 */     padding-bottom: 20px;
/* 178 */ }
/* 179 */ .slideview-list-inner a.job-img-link {
/* 180 */     width: 97px;
/* 181 */     height: 93px;
/* 182 */     border: 1px solid #DEDEDE;
/* 183 */     border-radius: 15px;
/* 184 */     display: flex;
/* 185 */     justify-content: center;
/* 186 */     align-items: center;
/* 187 */ }
/* 188 */ .slideview-list-inner a.job-img-link img {
/* 189 */     width: 62px; }
/* 190 */ .slideview-list-inner figcaption a {
/* 191 */     line-height: 20px;
/* 192 */     font-size: 18px;
/* 193 */     font-weight: 700;
/* 194 */ }
/* 195 */ .slideview-list-inner .job-itm-detailcon {
/* 196 */     display: flex;
/* 197 */     width: 100%;
/* 198 */     flex-wrap: wrap;
/* 199 */ }
/* 200 */ .slideview-list-inner .job-itm-detailcon h2 {

/* elementer-style.css */

/* 201 */     font-size: 24px;
/* 202 */     font-weight: 700;
/* 203 */     line-height: 30px;
/* 204 */     margin-bottom: 30px;
/* 205 */     min-height: 120px;
/* 206 */ }
/* 207 */ .careerfy-slidejobs-list {
/* 208 */     overflow: hidden; }
/* 209 */ .slideview-list-inner .job-itm-detailcon h2 a {
/* 210 */     word-break: break-all;
/* 211 */     color: #000;
/* 212 */     -webkit-transition: all 0.4s ease-in-out;
/* 213 */        -moz-transition: all 0.4s ease-in-out;
/* 214 */         -ms-transition: all 0.4s ease-in-out;
/* 215 */          -o-transition: all 0.4s ease-in-out;
/* 216 */             transition: all 0.4s ease-in-out;
/* 217 */ }
/* 218 */ .slideview-list-inner span.job-location {
/* 219 */     color: #999999;
/* 220 */     width: 100%;
/* 221 */     font-size: 14px;
/* 222 */     display: flex;
/* 223 */     align-items: center;
/* 224 */     gap: 9px;
/* 225 */     margin-bottom: 22px;
/* 226 */ }
/* 227 */ .slideview-list-inner a.slidjobs-list-btn {
/* 228 */     height: 40px;
/* 229 */     padding: 10px 20px;
/* 230 */     line-height: 1;
/* 231 */     color: #fff;
/* 232 */     display: inline-flex;
/* 233 */     display: -webkit-inline-flex;
/* 234 */     display: -ms-inline-flexbox;
/* 235 */     justify-content: center;
/* 236 */     align-items: center;
/* 237 */     border-radius: 8px;
/* 238 */     font-size: 14px;
/* 239 */ }
/* 240 */ .careerfy-slidejobs-list .swiper-container {
/* 241 */     overflow: visible; }
/* 242 */ .careerfy-slidejobs-list .swiper-button-next-jobs {
/* 243 */     right: 10%;
/* 244 */     left: auto !important;
/* 245 */ }
/* 246 */ .swiper-button-prev-jobs {
/* 247 */     -webkit-transform: scale(-1);
/* 248 */     -moz-transform: scale(-1);
/* 249 */     -ms-transform: scale(-1);
/* 250 */     -o-transform: scale(-1);

/* elementer-style.css */

/* 251 */     transform: scale(-1);
/* 252 */ }
/* 253 */ .careerfy-slidejobs-list .swiper-button-prev-jobs,
/* 254 */ .careerfy-slidejobs-list .swiper-button-next-jobs {
/* 255 */     position: absolute;
/* 256 */     top: 50%;
/* 257 */     left: 10%;
/* 258 */     width: 50px;
/* 259 */     height: 50px;
/* 260 */     margin-top: -22px;
/* 261 */     z-index: 10;
/* 262 */     cursor: pointer;
/* 263 */     display: flex;
/* 264 */     align-items: center;
/* 265 */     justify-content: center;
/* 266 */     color: #fff;
/* 267 */     font-size: 22px;
/* 268 */     border-radius: 8px;
/* 269 */ }
/* 270 */ .swiper-button-next-jobs.swiper-button-disabled, .swiper-button-prev-jobs.swiper-button-disabled {
/* 271 */     opacity: 0; }
/* 272 */
/* 273 */ /* Categories Grideleven  */
/* 274 */ .careerfy-categories-grideleven ul {
/* 275 */     display: flex;
/* 276 */     width: 100%;
/* 277 */     flex-wrap: wrap;
/* 278 */ }
/* 279 */ .careerfy-categories-grideleven li {
/* 280 */     list-style: none;
/* 281 */     margin-bottom: 30px;
/* 282 */ }
/* 283 */ .careerfy-categories-grideleven a {
/* 284 */     background-color: #fff;
/* 285 */     display: flex;
/* 286 */     width: 100%;
/* 287 */     justify-content: center;
/* 288 */     text-align: center;
/* 289 */     flex-wrap: wrap;
/* 290 */     box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
/* 291 */     border-radius: 10px;
/* 292 */     padding: 32px 15px 50px 15px;
/* 293 */     -webkit-transition: all 0.3s ease-in-out;
/* 294 */        -moz-transition: all 0.3s ease-in-out;
/* 295 */         -ms-transition: all 0.3s ease-in-out;
/* 296 */          -o-transition: all 0.3s ease-in-out;
/* 297 */             transition: all 0.3s ease-in-out;
/* 298 */ }
/* 299 */ .careerfy-categories-grideleven a:hover {
/* 300 */     -webkit-transform: translateY(-10px);

/* elementer-style.css */

/* 301 */     -moz-transform: translateY(-10px);
/* 302 */     -ms-transform: translateY(-10px);
/* 303 */     -o-transform: translateY(-10px);
/* 304 */     transform: translateY(-10px);
/* 305 */ }
/* 306 */ .careerfy-categories-grideleven i {
/* 307 */     color: #5454548C;
/* 308 */     font-size: 40px;
/* 309 */     margin-bottom: 20px;
/* 310 */ }
/* 311 */ .careerfy-categories-grideleven small {
/* 312 */     color: #999999;
/* 313 */     font-size: 18px;
/* 314 */     line-height: 20px;
/* 315 */     width: 100%;
/* 316 */ }
/* 317 */ .careerfy-categories-grideleven strong {
/* 318 */     width: 100%;
/* 319 */     font-size: 18px;
/* 320 */     font-weight: 700;
/* 321 */     word-wrap: normal;
/* 322 */     line-height: 30px;
/* 323 */     color: #000000;
/* 324 */     margin-bottom: 20px;
/* 325 */     -webkit-transition: all 0.3s ease-in-out;
/* 326 */        -moz-transition: all 0.3s ease-in-out;
/* 327 */         -ms-transition: all 0.3s ease-in-out;
/* 328 */          -o-transition: all 0.3s ease-in-out;
/* 329 */             transition: all 0.3s ease-in-out;
/* 330 */ }
/* 331 */ .careerfy-slidesects-list.careerfy-categories-grideleven {
/* 332 */     display: none; }
/* 333 */
/* 334 */ /* Tabs  */
/* 335 */ .elementor-widget-explore_jobs_tabs .elementor-tabs-content-wrapper > div {
/* 336 */     padding-left: 50px;
/* 337 */     padding-right: 50px;
/* 338 */     box-shadow: 0px 0px 16px 3px rgb(0 0 0 / 9%);
/* 339 */     border-radius: 16px;
/* 340 */ }
/* 341 */ .elementor-widget-explore_jobs_tabs .elementor-tabs-content-wrapper .elementor-tab-title {
/* 342 */     padding-top: 30px;
/* 343 */     padding-left: 0px;
/* 344 */     padding-right: 0px;
/* 345 */ }
/* 346 */ .elementor-widget-explore_jobs_tabs .elementor-tabs-content-wrapper .elementor-tab-content {
/* 347 */     padding-bottom: 50px;
/* 348 */     padding-top: 50px;
/* 349 */ }
/* 350 */ .tabtitle-desktop {

/* elementer-style.css */

/* 351 */     display: flex;
/* 352 */     width: 100%;
/* 353 */     margin-bottom: 10px;
/* 354 */ }
/* 355 */ .tabtitle-desktop strong {
/* 356 */     font-size: 24px;
/* 357 */ }
/* 358 */ .tab-explore-jobs-links {
/* 359 */     display: flex;
/* 360 */     width: 100%;
/* 361 */     flex-wrap: wrap;
/* 362 */     margin-bottom: 30px;
/* 363 */ }
/* 364 */ .tab-explore-jobs-links ul {
/* 365 */     display: grid;
/* 366 */     grid-template-columns: 1fr 1fr;
/* 367 */     gap: 0px 40px;
/* 368 */     width: 100%;
/* 369 */ }
/* 370 */ .tab-explore-jobs-links ul li {
/* 371 */     list-style: none;
/* 372 */ }
/* 373 */ .tab-explore-jobs-links ul li.morejobs-link a {
/* 374 */     border: none;
/* 375 */ }
/* 376 */ .tab-explore-jobs-links ul li a {
/* 377 */     border-bottom: 1px solid rgba(0,0,0,0.55);
/* 378 */     width: 100%;
/* 379 */     display: flex;
/* 380 */     font-size: 18px;
/* 381 */     line-height: 28px;
/* 382 */     color: #000000;
/* 383 */     padding: 5px 5px;
/* 384 */     align-items: center;
/* 385 */     gap: 10px;
/* 386 */     -webkit-transition: all 0.3s ease-in-out;
/* 387 */        -moz-transition: all 0.3s ease-in-out;
/* 388 */         -ms-transition: all 0.3s ease-in-out;
/* 389 */          -o-transition: all 0.3s ease-in-out;
/* 390 */             transition: all 0.3s ease-in-out;
/* 391 */ }
/* 392 */ .careerfy-tabs-browse-btn a {
/* 393 */     padding: 19px 28px;
/* 394 */     display: inline-flex;
/* 395 */     display: -webkit-inline-flex;
/* 396 */     display: -ms-inline-flexbox;
/* 397 */     border-radius: 8px;
/* 398 */     font-size: 15px;
/* 399 */     line-height: 1;
/* 400 */     border: 1px solid;

/* elementer-style.css */

/* 401 */     -webkit-transition: all 0.3s ease-in-out;
/* 402 */        -moz-transition: all 0.3s ease-in-out;
/* 403 */         -ms-transition: all 0.3s ease-in-out;
/* 404 */          -o-transition: all 0.3s ease-in-out;
/* 405 */             transition: all 0.3s ease-in-out;
/* 406 */ }
/* 407 */ .careerfy-tabs-browse-btn a:hover {
/* 408 */     color: #fff; }
/* 409 */ .elementor-widget-explore_jobs_tabs .explorejobm-tab-title {
/* 410 */     display: none; }
/* 411 */ .elementor-widget-explore_jobs_tabs .elementor-tabs-wrapper {
/* 412 */     flex-basis: 35%; }
/* 413 */ .elementor-widget-explore_jobs_tabs .elementor-tabs-content-wrapper { flex-basis: 65%; }
/* 414 */ .elementor-widget-explore_jobs_tabs .elementor-tabs {
/* 415 */     display: flex;
/* 416 */     width: 100%;
/* 417 */ }
/* 418 */ .elementor-widget-explore_jobs_tabs .elementor-tab-desktop-title {
/* 419 */     padding: 20px 25px;
/* 420 */ }
/* 421 */ .elementor-widget-explore_jobs_tabs .elementor-tab-title i {
/* 422 */     opacity: 0;
/* 423 */     -webkit-transition: all 0.3s ease-in-out;
/* 424 */        -moz-transition: all 0.3s ease-in-out;
/* 425 */         -ms-transition: all 0.3s ease-in-out;
/* 426 */          -o-transition: all 0.3s ease-in-out;
/* 427 */             transition: all 0.3s ease-in-out;
/* 428 */ }
/* 429 */ .elementor-widget-explore_jobs_tabs .elementor-tab-title:hover i,
/* 430 */ .elementor-widget-explore_jobs_tabs .elementor-tab-title.elementor-active i {
/* 431 */     opacity: 1;
/* 432 */     -webkit-transform: translateX(15px);
/* 433 */     -moz-transform: translateX(15px);
/* 434 */     -ms-transform: translateX(15px);
/* 435 */     -o-transform: translateX(15px);
/* 436 */     transform: translateX(15px);
/* 437 */ }
/* 438 */ .elementor-widget-explore_jobs_tabs .elementor-tab-title.elementor-active a {
/* 439 */     font-weight: bolder;
/* 440 */ }
/* 441 */ .elementor-widget-explore_jobs_tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-active {
/* 442 */     opacity:1;
/* 443 */     animation-name:fadeInTab;
/* 444 */     animation-iteration-count:1;
/* 445 */     animation-timing-function:ease-out;
/* 446 */     animation-duration:.2s
/* 447 */ }
/* 448 */ @keyframes fadeInTab{
/* 449 */     0% {opacity:0;transform:translateX(-15px)}
/* 450 */     100% {opacity:1;transform:translateX(0)}

/* elementer-style.css */

/* 451 */ }
/* 452 */
/* 453 */ @media (max-width: 767px) {
/* 454 */
/* 455 */     .elementor-widget-explore_jobs_tabs .elementor-tabs-content-wrapper div.elementor-tab-title {
/* 456 */         box-shadow: none;
/* 457 */         display: flex;
/* 458 */         width: 100%;
/* 459 */         justify-content: space-between;
/* 460 */         padding: 14px 25px;
/* 461 */         background-color: #000;
/* 462 */         border-radius: 4px 4px 0px 0px;
/* 463 */         font-size: 18px !important;
/* 464 */         align-items: center;
/* 465 */         color: #fff !important;
/* 466 */         margin-bottom: 1px;
/* 467 */     }
/* 468 */     .elementor-widget-explore_jobs_tabs .elementor-tabs-content-wrapper div.elementor-tab-title.elementor-active {
/* 469 */         margin-bottom: 0px;
/* 470 */     }
/* 471 */     .tabtitle-desktop {
/* 472 */         display: none;
/* 473 */     }
/* 474 */     .elementor-widget-explore_jobs_tabs .elementor-tabs-content-wrapper div.elementor-tab-content {
/* 475 */         box-shadow: none;
/* 476 */         border: 1px solid !important;
/* 477 */         border-radius: 0px 0px 4px 4px;
/* 478 */         padding: 10px 30px 30px 30px;
/* 479 */         margin-bottom: 1px;
/* 480 */     }
/* 481 */     .elementor-widget-explore_jobs_tabs .elementor-tab-title:hover i, .elementor-widget-explore_jobs_tabs .elementor-tab-title.elementor-active i {
/* 482 */         -webkit-transform: translateX(0px);
/* 483 */         -moz-transform: translateX(0px);
/* 484 */         -ms-transform: translateX(0px);
/* 485 */         -o-transform: translateX(0px);
/* 486 */         transform: translateX(0px);
/* 487 */     }
/* 488 */     .elementor-widget-explore_jobs_tabs .elementor-tab-title.elementor-active i {
/* 489 */         -webkit-transform: rotate(90deg);
/* 490 */         -moz-transform: rotate(90deg);
/* 491 */         -ms-transform: rotate(90deg);
/* 492 */         -o-transform: rotate(90deg);
/* 493 */         transform: rotate(90deg);
/* 494 */     }
/* 495 */     .elementor-widget-explore_jobs_tabs .elementor-tabs-content-wrapper .elementor-tab-content.elementor-active {
/* 496 */         animation: none;
/* 497 */     }
/* 498 */     .elementor-widget-explore_jobs_tabs .elementor-tab-title i {
/* 499 */         opacity: 1; }
/* 500 */     .explorejobm-tab-title { display: block; }

/* elementer-style.css */

/* 501 */     .elementor-tabs-wrapper { display: none; flex-basis: 100%; }
/* 502 */     .elementor-widget-explore_jobs_tabs .elementor-tabs-content-wrapper { flex-basis: 100%; }
/* 503 */
/* 504 */ }
/* 505 */
/* 506 */ @media (max-width: 480px)  {
/* 507 */     .tab-explore-jobs-links ul { grid-template-columns: 1fr;  }
/* 508 */     .careerfy-search-twentyone-grid .advserch-field:last-child,
/* 509 */     .careerfy-search-twentyone-grid input[type="text"],
/* 510 */     .careerfy-search-twentyone-grid .advserch-field:first-child input[type="text"] {
/* 511 */         border-radius: 10px; }
/* 512 */     .careerfy-search-twentyone-grid .advserch-field {
/* 513 */         margin-bottom: 17px; }
/* 514 */     .careerfy-search-twentyone-grid .mapboxgl-ctrl-geocoder { background-color: transparent; }
/* 515 */     .careerfy-search-twentyone-grid .advserch-field:last-child { padding: 0px;  }
/* 516 */     .careerfy-search-twentyone .advserch-title-desc h1 { font-size: 42px;  }
/* 517 */     .careerfy-search-twentyone-grid button.advsrch-act-btn { height: 70px;  }
/* 518 */ }
/* 519 */
/* 520 */ /* JobListing Sten */
/* 521 */ .careerfy-joblisting-sten-wrap {
/* 522 */     display: -webkit-box;
/* 523 */     display: -moz-box;
/* 524 */     display: -ms-flexbox;
/* 525 */     display: -webkit-flex;
/* 526 */     display: flex;
/* 527 */     width: 100%;
/* 528 */     box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
/* 529 */     border: 1px solid #DFDFDF;
/* 530 */     border-radius: 15px;
/* 531 */     margin-bottom: 30px;
/* 532 */     padding: 15px;
/* 533 */     overflow: hidden;
/* 534 */     position: relative;
/* 535 */     background-color: #fff;
/* 536 */     align-items: center;
/* 537 */     -webkit-transition: all 0.4s ease-in-out;
/* 538 */        -moz-transition: all 0.4s ease-in-out;
/* 539 */         -ms-transition: all 0.4s ease-in-out;
/* 540 */          -o-transition: all 0.4s ease-in-out;
/* 541 */             transition: all 0.4s ease-in-out;
/* 542 */ }
/* 543 */ .careerfy-joblisting-sten-wrap:hover {
/* 544 */     -webkit-transform: translateX(10px);
/* 545 */     -moz-transform: translateX(10px);
/* 546 */     -ms-transform: translateX(10px);
/* 547 */     -o-transform: translateX(10px);
/* 548 */     transform: translateX(10px);
/* 549 */ }
/* 550 */ .careerfy-joblisting-sten-wrap figure {

/* elementer-style.css */

/* 551 */     min-width: 93px;
/* 552 */     max-width: 93px;
/* 553 */     border: 1px solid #E3E3E3;
/* 554 */     border-radius: 14px;
/* 555 */     height: 93px;
/* 556 */ }
/* 557 */ .careerfy-joblisting-sten-wrap figure img {
/* 558 */     width: 75px; }
/* 559 */ .careerfy-joblisting-sten-wrap figure a {
/* 560 */     width: 100%;
/* 561 */     display: flex;
/* 562 */     align-items: center;
/* 563 */     justify-content: center;
/* 564 */     height: 100%;
/* 565 */ }
/* 566 */ .careerfy-joblisting-sten-text {
/* 567 */     padding-left: 20px;
/* 568 */     display: flex;
/* 569 */     flex-basis: 100%;
/* 570 */     width: 100%;
/* 571 */     justify-content: space-between;
/* 572 */     align-items: center;
/* 573 */ }
/* 574 */ .careerfy-joblisting-sten-text h2 {
/* 575 */     font-size: 22px;
/* 576 */     font-weight: 700;
/* 577 */     line-height: 39px;
/* 578 */     margin-bottom: 0px;
/* 579 */     display: flex;
/* 580 */     align-items: center;
/* 581 */     column-gap: 10px;
/* 582 */ }
/* 583 */ .careerfy-joblisting-sten-text h2 span {
/* 584 */     display: inline-flex;
/* 585 */     display: -webkit-inline-flex;
/* 586 */     display: -ms-inline-flexbox;
/* 587 */     background-color: #f8991b;
/* 588 */     color: #fff;
/* 589 */     font-size: 11px;
/* 590 */     font-weight: 400;
/* 591 */     align-items: center;
/* 592 */     line-height: 1;
/* 593 */     padding: 5px 8px;
/* 594 */     border-radius: 80px;
/* 595 */     gap: 0px 5px;
/* 596 */ }
/* 597 */ .careerfy-joblisting-sten-left ul li {
/* 598 */     width: 100%;
/* 599 */     display: flex;
/* 600 */     align-items: center;

/* elementer-style.css */

/* 601 */     gap: 0px 8px;
/* 602 */     color: #00000080;
/* 603 */     line-height: 1.5;
/* 604 */     margin-bottom: 5px;
/* 605 */ }
/* 606 */ .careerfy-joblisting-sten-left ul li i {
/* 607 */     color: #00000080; }
/* 608 */ .careerfy-joblisting-sten-left ul {
/* 609 */     display: flex;
/* 610 */     width: 100%;
/* 611 */     flex-wrap: wrap;
/* 612 */ }
/* 613 */ .careerfy-joblisting-sten-right {
/* 614 */     display: flex;
/* 615 */     align-items: center;
/* 616 */ }
/* 617 */ .careerfy-joblisting-job-types {
/* 618 */     display: flex;
/* 619 */     min-width: 108px;
/* 620 */     max-width: 108px;
/* 621 */     flex-wrap: wrap;
/* 622 */ }
/* 623 */ .careerfy-joblisting-job-types a {
/* 624 */     width: 100%;
/* 625 */     display: inline-flex;
/* 626 */     display: -webkit-inline-flex;
/* 627 */     display: -ms-inline-flexbox;
/* 628 */     justify-content: center;
/* 629 */     border: 1px solid;
/* 630 */     border-radius: 8px;
/* 631 */     text-transform: uppercase;
/* 632 */     font-size: 12px;
/* 633 */     height: 35px;
/* 634 */     align-items: center;
/* 635 */     margin: 5px 0px;
/* 636 */ }
/* 637 */ .careerfy-like-list10 {
/* 638 */     margin-left: 10px;
/* 639 */ }
/* 640 */ .careerfy-like-list10 a {
/* 641 */     display: inline-flex;
/* 642 */     display: -webkit-inline-flex;
/* 643 */     display: -ms-inline-flexbox;
/* 644 */     min-width: 34px;
/* 645 */     max-width: 34px;
/* 646 */     height: 34px;
/* 647 */     border: 1px solid;
/* 648 */     border-radius: 100%;
/* 649 */     justify-content: center;
/* 650 */     align-items: center;

/* elementer-style.css */

/* 651 */     font-size: 16px;
/* 652 */     -webkit-transition: all 0.4s ease-in-out;
/* 653 */        -moz-transition: all 0.4s ease-in-out;
/* 654 */         -ms-transition: all 0.4s ease-in-out;
/* 655 */          -o-transition: all 0.4s ease-in-out;
/* 656 */             transition: all 0.4s ease-in-out;
/* 657 */ }
/* 658 */ .careerfy-like-list10 a:hover {
/* 659 */     color: #fff; }
/* 660 */ .careerfy-joblisting-sten-left {
/* 661 */     padding-right: 30px; }
/* 662 */ .careerfy-listin-tsrch .careerfy-search-twentyone-grid {
/* 663 */     border: 1px solid #DFDFDF;
/* 664 */     box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
/* 665 */     justify-content: space-between;
/* 666 */     border-radius: 10px;
/* 667 */     align-items: center;
/* 668 */ }
/* 669 */
/* 670 */ /* Employer List2 */
/* 671 */ .careerfy-employer-list2-wrap {
/* 672 */     display: -webkit-box;
/* 673 */     display: -moz-box;
/* 674 */     display: -ms-flexbox;
/* 675 */     display: -webkit-flex;
/* 676 */     display: flex;
/* 677 */     width: 100%;
/* 678 */     box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 5%);
/* 679 */     border: 1px solid #DFDFDF;
/* 680 */     border-radius: 15px;
/* 681 */     margin-bottom: 30px;
/* 682 */     padding: 15px;
/* 683 */     overflow: hidden;
/* 684 */     position: relative;
/* 685 */     background-color: #fff;
/* 686 */     -webkit-box-align: center;
/* 687 */     -webkit-flex-align: center;
/* 688 */     -ms-flex-align: center;
/* 689 */     -webkit-align-items: center;
/* 690 */     align-items: center;
/* 691 */     -webkit-transition: all 0.4s ease-in-out;
/* 692 */        -moz-transition: all 0.4s ease-in-out;
/* 693 */         -ms-transition: all 0.4s ease-in-out;
/* 694 */          -o-transition: all 0.4s ease-in-out;
/* 695 */             transition: all 0.4s ease-in-out;
/* 696 */ }
/* 697 */ .careerfy-employer-list2-wrap:hover {
/* 698 */     -webkit-transform: translateX(10px);
/* 699 */     -moz-transform: translateX(10px);
/* 700 */     -ms-transform: translateX(10px);

/* elementer-style.css */

/* 701 */     -o-transform: translateX(10px);
/* 702 */     transform: translateX(10px);
/* 703 */ }
/* 704 */ .careerfy-employer-list2-wrap figure {
/* 705 */     min-width: 93px;
/* 706 */     max-width: 93px;
/* 707 */     border: 1px solid #E3E3E3;
/* 708 */     border-radius: 14px;
/* 709 */     height: 93px;
/* 710 */ }
/* 711 */ .careerfy-employer-list2-wrap figure img {
/* 712 */     width: 75px; }
/* 713 */ .careerfy-employer-list2-wrap figure a {
/* 714 */     width: 100%;
/* 715 */     display: flex;
/* 716 */     -webkit-box-align: center;
/* 717 */     -webkit-flex-align: center;
/* 718 */     -ms-flex-align: center;
/* 719 */     -webkit-align-items: center;
/* 720 */     align-items: center;
/* 721 */     justify-content: center;
/* 722 */     height: 100%;
/* 723 */ }
/* 724 */ .emplist-dmain-con {
/* 725 */     padding-left: 20px;
/* 726 */     display: -webkit-box;
/* 727 */     display: -moz-box;
/* 728 */     display: -ms-flexbox;
/* 729 */     display: -webkit-flex;
/* 730 */     display: flex;
/* 731 */     flex-basis: 100%;
/* 732 */     width: 100%;
/* 733 */     -webkit-justify-content: space-between;
/* 734 */ justify-content: space-between;
/* 735 */     -webkit-box-align: center;
/* 736 */     -webkit-flex-align: center;
/* 737 */     -ms-flex-align: center;
/* 738 */     -webkit-align-items: center;
/* 739 */     align-items: center;
/* 740 */ }
/* 741 */ .emplist-dmain-con h2 {
/* 742 */     font-size: 22px;
/* 743 */     line-height: 39px;
/* 744 */     margin-bottom: 0px;
/* 745 */     display: -webkit-box;
/* 746 */     display: -moz-box;
/* 747 */     display: -ms-flexbox;
/* 748 */     display: -webkit-flex;
/* 749 */     display: flex;
/* 750 */     -webkit-box-align: center;

/* elementer-style.css */

/* 751 */     -webkit-flex-align: center;
/* 752 */     -ms-flex-align: center;
/* 753 */     -webkit-align-items: center;
/* 754 */     align-items: center;
/* 755 */ }
/* 756 */ .emplist-dmain-con h2 span {
/* 757 */     display: inline-flex;
/* 758 */     display: -webkit-inline-flex;
/* 759 */     display: -ms-inline-flexbox;
/* 760 */     background-color: #f8991b;
/* 761 */     color: #fff;
/* 762 */     font-size: 11px;
/* 763 */     font-weight: 400;
/* 764 */     -webkit-box-align: center;
/* 765 */     -webkit-flex-align: center;
/* 766 */     -ms-flex-align: center;
/* 767 */     -webkit-align-items: center;
/* 768 */     align-items: center;
/* 769 */     line-height: 1;
/* 770 */     padding: 5px 8px;
/* 771 */     border-radius: 80px;
/* 772 */     gap: 0px 5px;
/* 773 */     margin-left: 10px;
/* 774 */ }
/* 775 */ .emplist-btns-con {
/* 776 */     display: -webkit-box;
/* 777 */     display: -moz-box;
/* 778 */     display: -ms-flexbox;
/* 779 */     display: -webkit-flex;
/* 780 */     display: flex;
/* 781 */     min-width: 134px;
/* 782 */     max-width: 134px;
/* 783 */     flex-wrap: wrap;
/* 784 */ }
/* 785 */ .emplist-btns-con a {
/* 786 */     width: 100%;
/* 787 */     display: inline-flex;
/* 788 */     display: -webkit-inline-flex;
/* 789 */     display: -ms-inline-flexbox;
/* 790 */     justify-content: center;
/* 791 */     border: 1px solid;
/* 792 */     border-radius: 8px;
/* 793 */     font-size: 14px;
/* 794 */     font-weight: 600;
/* 795 */     height: 35px;
/* 796 */     -webkit-box-align: center;
/* 797 */     -webkit-flex-align: center;
/* 798 */     -ms-flex-align: center;
/* 799 */     -webkit-align-items: center;
/* 800 */     align-items: center;

/* elementer-style.css */

/* 801 */     margin: 5px 0px;
/* 802 */     gap: 0px 6px;
/* 803 */     -webkit-transition: all 0.4s ease-in-out;
/* 804 */        -moz-transition: all 0.4s ease-in-out;
/* 805 */         -ms-transition: all 0.4s ease-in-out;
/* 806 */          -o-transition: all 0.4s ease-in-out;
/* 807 */             transition: all 0.4s ease-in-out;
/* 808 */ }
/* 809 */ .emplist-btns-con a:hover {
/* 810 */     color: #fff; }
/* Minify_CSS_UriRewriter::$debugText

*/

/* bootstrap.css */

/* 1    */ /*!
/* 2    *|  * Bootstrap v3.3.7 (http://getbootstrap.com)
/* 3    *|  * Copyright 2011-2016 Twitter, Inc.
/* 4    *|  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
/* 5    *|  */
/* 6    */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* 7    */ html {
/* 8    */   font-family: sans-serif;
/* 9    */   -webkit-text-size-adjust: 100%;
/* 10   */       -ms-text-size-adjust: 100%;
/* 11   */ }
/* 12   */ body {
/* 13   */   margin: 0;
/* 14   */ }
/* 15   */ article,
/* 16   */ aside,
/* 17   */ details,
/* 18   */ figcaption,
/* 19   */ figure,
/* 20   */ footer,
/* 21   */ header,
/* 22   */ hgroup,
/* 23   */ main,
/* 24   */ menu,
/* 25   */ nav,
/* 26   */ section,
/* 27   */ summary {
/* 28   */   display: block;
/* 29   */ }
/* 30   */ audio,
/* 31   */ canvas,
/* 32   */ progress,
/* 33   */ video {
/* 34   */   display: inline-block;
/* 35   */   vertical-align: baseline;
/* 36   */ }
/* 37   */ audio:not([controls]) {
/* 38   */   display: none;
/* 39   */   height: 0;
/* 40   */ }
/* 41   */ [hidden],
/* 42   */ template {
/* 43   */   display: none;
/* 44   */ }
/* 45   */ a {
/* 46   */   background-color: transparent;
/* 47   */ }
/* 48   */ a:active,
/* 49   */ a:hover {
/* 50   */   outline: 0;

/* bootstrap.css */

/* 51   */ }
/* 52   */ abbr[title] {
/* 53   */   border-bottom: 1px dotted;
/* 54   */ }
/* 55   */ b,
/* 56   */ strong {
/* 57   */   font-weight: bold;
/* 58   */ }
/* 59   */ dfn {
/* 60   */   font-style: italic;
/* 61   */ }
/* 62   */ h1 {
/* 63   */   margin: .67em 0;
/* 64   */   font-size: 2em;
/* 65   */ }
/* 66   */ mark {
/* 67   */   color: #000;
/* 68   */   background: #ff0;
/* 69   */ }
/* 70   */ small {
/* 71   */   font-size: 80%;
/* 72   */ }
/* 73   */ sub,
/* 74   */ sup {
/* 75   */   position: relative;
/* 76   */   font-size: 75%;
/* 77   */   line-height: 0;
/* 78   */   vertical-align: baseline;
/* 79   */ }
/* 80   */ sup {
/* 81   */   top: -.5em;
/* 82   */ }
/* 83   */ sub {
/* 84   */   bottom: -.25em;
/* 85   */ }
/* 86   */ img {
/* 87   */   border: 0;
/* 88   */ }
/* 89   */ svg:not(:root) {
/* 90   */   overflow: hidden;
/* 91   */ }
/* 92   */ figure {
/* 93   */   margin: 1em 40px;
/* 94   */ }
/* 95   */ hr {
/* 96   */   height: 0;
/* 97   */   -webkit-box-sizing: content-box;
/* 98   */      -moz-box-sizing: content-box;
/* 99   */           box-sizing: content-box;
/* 100  */ }

/* bootstrap.css */

/* 101  */ pre {
/* 102  */   overflow: auto;
/* 103  */ }
/* 104  */ code,
/* 105  */ kbd,
/* 106  */ pre,
/* 107  */ samp {
/* 108  */   font-family: monospace, monospace;
/* 109  */   font-size: 1em;
/* 110  */ }
/* 111  */ button,
/* 112  */ input,
/* 113  */ optgroup,
/* 114  */ select,
/* 115  */ textarea {
/* 116  */   margin: 0;
/* 117  */   font: inherit;
/* 118  */   color: inherit;
/* 119  */ }
/* 120  */ button {
/* 121  */   overflow: visible;
/* 122  */ }
/* 123  */ button,
/* 124  */ select {
/* 125  */   text-transform: none;
/* 126  */ }
/* 127  */ button,
/* 128  */ html input[type="button"],
/* 129  */ input[type="reset"],
/* 130  */ input[type="submit"] {
/* 131  */   -webkit-appearance: button;
/* 132  */   cursor: pointer;
/* 133  */ }
/* 134  */ button[disabled],
/* 135  */ html input[disabled] {
/* 136  */   cursor: default;
/* 137  */ }
/* 138  */ button::-moz-focus-inner,
/* 139  */ input::-moz-focus-inner {
/* 140  */   padding: 0;
/* 141  */   border: 0;
/* 142  */ }
/* 143  */ input {
/* 144  */   line-height: normal;
/* 145  */ }
/* 146  */ input[type="checkbox"],
/* 147  */ input[type="radio"] {
/* 148  */   -webkit-box-sizing: border-box;
/* 149  */      -moz-box-sizing: border-box;
/* 150  */           box-sizing: border-box;

/* bootstrap.css */

/* 151  */   padding: 0;
/* 152  */ }
/* 153  */ input[type="number"]::-webkit-inner-spin-button,
/* 154  */ input[type="number"]::-webkit-outer-spin-button {
/* 155  */   height: auto;
/* 156  */ }
/* 157  */ input[type="search"] {
/* 158  */   -webkit-box-sizing: content-box;
/* 159  */      -moz-box-sizing: content-box;
/* 160  */           box-sizing: content-box;
/* 161  */   -webkit-appearance: textfield;
/* 162  */ }
/* 163  */ input[type="search"]::-webkit-search-cancel-button,
/* 164  */ input[type="search"]::-webkit-search-decoration {
/* 165  */   -webkit-appearance: none;
/* 166  */ }
/* 167  */ fieldset {
/* 168  */   padding: .35em .625em .75em;
/* 169  */   margin: 0 2px;
/* 170  */   border: 1px solid #c0c0c0;
/* 171  */ }
/* 172  */ legend {
/* 173  */   padding: 0;
/* 174  */   border: 0;
/* 175  */ }
/* 176  */ textarea {
/* 177  */   overflow: auto;
/* 178  */ }
/* 179  */ optgroup {
/* 180  */   font-weight: bold;
/* 181  */ }
/* 182  */ table {
/* 183  */   border-spacing: 0;
/* 184  */   border-collapse: collapse;
/* 185  */ }
/* 186  */ td,
/* 187  */ th {
/* 188  */   padding: 0;
/* 189  */ }
/* 190  */ /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
/* 191  */ @media print {
/* 192  */   *,
/* 193  */   *:before,
/* 194  */   *:after {
/* 195  */     color: #000 !important;
/* 196  */     text-shadow: none !important;
/* 197  */     background: transparent !important;
/* 198  */     -webkit-box-shadow: none !important;
/* 199  */             box-shadow: none !important;
/* 200  */   }

/* bootstrap.css */

/* 201  */   a,
/* 202  */   a:visited {
/* 203  */     text-decoration: underline;
/* 204  */   }
/* 205  */   a[href]:after {
/* 206  */     content: " (" attr(href) ")";
/* 207  */   }
/* 208  */   abbr[title]:after {
/* 209  */     content: " (" attr(title) ")";
/* 210  */   }
/* 211  */   a[href^="#"]:after,
/* 212  */   a[href^="javascript:"]:after {
/* 213  */     content: "";
/* 214  */   }
/* 215  */   pre,
/* 216  */   blockquote {
/* 217  */     border: 1px solid #999;
/* 218  */
/* 219  */     page-break-inside: avoid;
/* 220  */   }
/* 221  */   thead {
/* 222  */     display: table-header-group;
/* 223  */   }
/* 224  */   tr,
/* 225  */   img {
/* 226  */     page-break-inside: avoid;
/* 227  */   }
/* 228  */   img {
/* 229  */     max-width: 100% !important;
/* 230  */   }
/* 231  */   p,
/* 232  */   h2,
/* 233  */   h3 {
/* 234  */     orphans: 3;
/* 235  */     widows: 3;
/* 236  */   }
/* 237  */   h2,
/* 238  */   h3 {
/* 239  */     page-break-after: avoid;
/* 240  */   }
/* 241  */   .navbar {
/* 242  */     display: none;
/* 243  */   }
/* 244  */   .btn > .caret,
/* 245  */   .dropup > .btn > .caret {
/* 246  */     border-top-color: #000 !important;
/* 247  */   }
/* 248  */   .label {
/* 249  */     border: 1px solid #000;
/* 250  */   }

/* bootstrap.css */

/* 251  */   .table {
/* 252  */     border-collapse: collapse !important;
/* 253  */   }
/* 254  */   .table td,
/* 255  */   .table th {
/* 256  */     background-color: #fff !important;
/* 257  */   }
/* 258  */   .table-bordered th,
/* 259  */   .table-bordered td {
/* 260  */     border: 1px solid #ddd !important;
/* 261  */   }
/* 262  */ }
/* 263  */ @font-face {
/* 264  */   font-family: 'Glyphicons Halflings';
/* 265  */
/* 266  */   src: url('../fonts/glyphicons-halflings-regular.eot');
/* 267  */   src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
/* 268  */ }
/* 269  */ .glyphicon {
/* 270  */   position: relative;
/* 271  */   top: 1px;
/* 272  */   display: inline-block;
/* 273  */   font-family: 'Glyphicons Halflings';
/* 274  */   font-style: normal;
/* 275  */   font-weight: normal;
/* 276  */   line-height: 1;
/* 277  */
/* 278  */   -webkit-font-smoothing: antialiased;
/* 279  */   -moz-osx-font-smoothing: grayscale;
/* 280  */ }
/* 281  */ .glyphicon-asterisk:before {
/* 282  */   content: "\002a";
/* 283  */ }
/* 284  */ .glyphicon-plus:before {
/* 285  */   content: "\002b";
/* 286  */ }
/* 287  */ .glyphicon-euro:before,
/* 288  */ .glyphicon-eur:before {
/* 289  */   content: "\20ac";
/* 290  */ }
/* 291  */ .glyphicon-minus:before {
/* 292  */   content: "\2212";
/* 293  */ }
/* 294  */ .glyphicon-cloud:before {
/* 295  */   content: "\2601";
/* 296  */ }
/* 297  */ .glyphicon-envelope:before {
/* 298  */   content: "\2709";
/* 299  */ }
/* 300  */ .glyphicon-pencil:before {

/* bootstrap.css */

/* 301  */   content: "\270f";
/* 302  */ }
/* 303  */ .glyphicon-glass:before {
/* 304  */   content: "\e001";
/* 305  */ }
/* 306  */ .glyphicon-music:before {
/* 307  */   content: "\e002";
/* 308  */ }
/* 309  */ .glyphicon-search:before {
/* 310  */   content: "\e003";
/* 311  */ }
/* 312  */ .glyphicon-heart:before {
/* 313  */   content: "\e005";
/* 314  */ }
/* 315  */ .glyphicon-star:before {
/* 316  */   content: "\e006";
/* 317  */ }
/* 318  */ .glyphicon-star-empty:before {
/* 319  */   content: "\e007";
/* 320  */ }
/* 321  */ .glyphicon-user:before {
/* 322  */   content: "\e008";
/* 323  */ }
/* 324  */ .glyphicon-film:before {
/* 325  */   content: "\e009";
/* 326  */ }
/* 327  */ .glyphicon-th-large:before {
/* 328  */   content: "\e010";
/* 329  */ }
/* 330  */ .glyphicon-th:before {
/* 331  */   content: "\e011";
/* 332  */ }
/* 333  */ .glyphicon-th-list:before {
/* 334  */   content: "\e012";
/* 335  */ }
/* 336  */ .glyphicon-ok:before {
/* 337  */   content: "\e013";
/* 338  */ }
/* 339  */ .glyphicon-remove:before {
/* 340  */   content: "\e014";
/* 341  */ }
/* 342  */ .glyphicon-zoom-in:before {
/* 343  */   content: "\e015";
/* 344  */ }
/* 345  */ .glyphicon-zoom-out:before {
/* 346  */   content: "\e016";
/* 347  */ }
/* 348  */ .glyphicon-off:before {
/* 349  */   content: "\e017";
/* 350  */ }

/* bootstrap.css */

/* 351  */ .glyphicon-signal:before {
/* 352  */   content: "\e018";
/* 353  */ }
/* 354  */ .glyphicon-cog:before {
/* 355  */   content: "\e019";
/* 356  */ }
/* 357  */ .glyphicon-trash:before {
/* 358  */   content: "\e020";
/* 359  */ }
/* 360  */ .glyphicon-home:before {
/* 361  */   content: "\e021";
/* 362  */ }
/* 363  */ .glyphicon-file:before {
/* 364  */   content: "\e022";
/* 365  */ }
/* 366  */ .glyphicon-time:before {
/* 367  */   content: "\e023";
/* 368  */ }
/* 369  */ .glyphicon-road:before {
/* 370  */   content: "\e024";
/* 371  */ }
/* 372  */ .glyphicon-download-alt:before {
/* 373  */   content: "\e025";
/* 374  */ }
/* 375  */ .glyphicon-download:before {
/* 376  */   content: "\e026";
/* 377  */ }
/* 378  */ .glyphicon-upload:before {
/* 379  */   content: "\e027";
/* 380  */ }
/* 381  */ .glyphicon-inbox:before {
/* 382  */   content: "\e028";
/* 383  */ }
/* 384  */ .glyphicon-play-circle:before {
/* 385  */   content: "\e029";
/* 386  */ }
/* 387  */ .glyphicon-repeat:before {
/* 388  */   content: "\e030";
/* 389  */ }
/* 390  */ .glyphicon-refresh:before {
/* 391  */   content: "\e031";
/* 392  */ }
/* 393  */ .glyphicon-list-alt:before {
/* 394  */   content: "\e032";
/* 395  */ }
/* 396  */ .glyphicon-lock:before {
/* 397  */   content: "\e033";
/* 398  */ }
/* 399  */ .glyphicon-flag:before {
/* 400  */   content: "\e034";

/* bootstrap.css */

/* 401  */ }
/* 402  */ .glyphicon-headphones:before {
/* 403  */   content: "\e035";
/* 404  */ }
/* 405  */ .glyphicon-volume-off:before {
/* 406  */   content: "\e036";
/* 407  */ }
/* 408  */ .glyphicon-volume-down:before {
/* 409  */   content: "\e037";
/* 410  */ }
/* 411  */ .glyphicon-volume-up:before {
/* 412  */   content: "\e038";
/* 413  */ }
/* 414  */ .glyphicon-qrcode:before {
/* 415  */   content: "\e039";
/* 416  */ }
/* 417  */ .glyphicon-barcode:before {
/* 418  */   content: "\e040";
/* 419  */ }
/* 420  */ .glyphicon-tag:before {
/* 421  */   content: "\e041";
/* 422  */ }
/* 423  */ .glyphicon-tags:before {
/* 424  */   content: "\e042";
/* 425  */ }
/* 426  */ .glyphicon-book:before {
/* 427  */   content: "\e043";
/* 428  */ }
/* 429  */ .glyphicon-bookmark:before {
/* 430  */   content: "\e044";
/* 431  */ }
/* 432  */ .glyphicon-print:before {
/* 433  */   content: "\e045";
/* 434  */ }
/* 435  */ .glyphicon-camera:before {
/* 436  */   content: "\e046";
/* 437  */ }
/* 438  */ .glyphicon-font:before {
/* 439  */   content: "\e047";
/* 440  */ }
/* 441  */ .glyphicon-bold:before {
/* 442  */   content: "\e048";
/* 443  */ }
/* 444  */ .glyphicon-italic:before {
/* 445  */   content: "\e049";
/* 446  */ }
/* 447  */ .glyphicon-text-height:before {
/* 448  */   content: "\e050";
/* 449  */ }
/* 450  */ .glyphicon-text-width:before {

/* bootstrap.css */

/* 451  */   content: "\e051";
/* 452  */ }
/* 453  */ .glyphicon-align-left:before {
/* 454  */   content: "\e052";
/* 455  */ }
/* 456  */ .glyphicon-align-center:before {
/* 457  */   content: "\e053";
/* 458  */ }
/* 459  */ .glyphicon-align-right:before {
/* 460  */   content: "\e054";
/* 461  */ }
/* 462  */ .glyphicon-align-justify:before {
/* 463  */   content: "\e055";
/* 464  */ }
/* 465  */ .glyphicon-list:before {
/* 466  */   content: "\e056";
/* 467  */ }
/* 468  */ .glyphicon-indent-left:before {
/* 469  */   content: "\e057";
/* 470  */ }
/* 471  */ .glyphicon-indent-right:before {
/* 472  */   content: "\e058";
/* 473  */ }
/* 474  */ .glyphicon-facetime-video:before {
/* 475  */   content: "\e059";
/* 476  */ }
/* 477  */ .glyphicon-picture:before {
/* 478  */   content: "\e060";
/* 479  */ }
/* 480  */ .glyphicon-map-marker:before {
/* 481  */   content: "\e062";
/* 482  */ }
/* 483  */ .glyphicon-adjust:before {
/* 484  */   content: "\e063";
/* 485  */ }
/* 486  */ .glyphicon-tint:before {
/* 487  */   content: "\e064";
/* 488  */ }
/* 489  */ .glyphicon-edit:before {
/* 490  */   content: "\e065";
/* 491  */ }
/* 492  */ .glyphicon-share:before {
/* 493  */   content: "\e066";
/* 494  */ }
/* 495  */ .glyphicon-check:before {
/* 496  */   content: "\e067";
/* 497  */ }
/* 498  */ .glyphicon-move:before {
/* 499  */   content: "\e068";
/* 500  */ }

/* bootstrap.css */

/* 501  */ .glyphicon-step-backward:before {
/* 502  */   content: "\e069";
/* 503  */ }
/* 504  */ .glyphicon-fast-backward:before {
/* 505  */   content: "\e070";
/* 506  */ }
/* 507  */ .glyphicon-backward:before {
/* 508  */   content: "\e071";
/* 509  */ }
/* 510  */ .glyphicon-play:before {
/* 511  */   content: "\e072";
/* 512  */ }
/* 513  */ .glyphicon-pause:before {
/* 514  */   content: "\e073";
/* 515  */ }
/* 516  */ .glyphicon-stop:before {
/* 517  */   content: "\e074";
/* 518  */ }
/* 519  */ .glyphicon-forward:before {
/* 520  */   content: "\e075";
/* 521  */ }
/* 522  */ .glyphicon-fast-forward:before {
/* 523  */   content: "\e076";
/* 524  */ }
/* 525  */ .glyphicon-step-forward:before {
/* 526  */   content: "\e077";
/* 527  */ }
/* 528  */ .glyphicon-eject:before {
/* 529  */   content: "\e078";
/* 530  */ }
/* 531  */ .glyphicon-chevron-left:before {
/* 532  */   content: "\e079";
/* 533  */ }
/* 534  */ .glyphicon-chevron-right:before {
/* 535  */   content: "\e080";
/* 536  */ }
/* 537  */ .glyphicon-plus-sign:before {
/* 538  */   content: "\e081";
/* 539  */ }
/* 540  */ .glyphicon-minus-sign:before {
/* 541  */   content: "\e082";
/* 542  */ }
/* 543  */ .glyphicon-remove-sign:before {
/* 544  */   content: "\e083";
/* 545  */ }
/* 546  */ .glyphicon-ok-sign:before {
/* 547  */   content: "\e084";
/* 548  */ }
/* 549  */ .glyphicon-question-sign:before {
/* 550  */   content: "\e085";

/* bootstrap.css */

/* 551  */ }
/* 552  */ .glyphicon-info-sign:before {
/* 553  */   content: "\e086";
/* 554  */ }
/* 555  */ .glyphicon-screenshot:before {
/* 556  */   content: "\e087";
/* 557  */ }
/* 558  */ .glyphicon-remove-circle:before {
/* 559  */   content: "\e088";
/* 560  */ }
/* 561  */ .glyphicon-ok-circle:before {
/* 562  */   content: "\e089";
/* 563  */ }
/* 564  */ .glyphicon-ban-circle:before {
/* 565  */   content: "\e090";
/* 566  */ }
/* 567  */ .glyphicon-arrow-left:before {
/* 568  */   content: "\e091";
/* 569  */ }
/* 570  */ .glyphicon-arrow-right:before {
/* 571  */   content: "\e092";
/* 572  */ }
/* 573  */ .glyphicon-arrow-up:before {
/* 574  */   content: "\e093";
/* 575  */ }
/* 576  */ .glyphicon-arrow-down:before {
/* 577  */   content: "\e094";
/* 578  */ }
/* 579  */ .glyphicon-share-alt:before {
/* 580  */   content: "\e095";
/* 581  */ }
/* 582  */ .glyphicon-resize-full:before {
/* 583  */   content: "\e096";
/* 584  */ }
/* 585  */ .glyphicon-resize-small:before {
/* 586  */   content: "\e097";
/* 587  */ }
/* 588  */ .glyphicon-exclamation-sign:before {
/* 589  */   content: "\e101";
/* 590  */ }
/* 591  */ .glyphicon-gift:before {
/* 592  */   content: "\e102";
/* 593  */ }
/* 594  */ .glyphicon-leaf:before {
/* 595  */   content: "\e103";
/* 596  */ }
/* 597  */ .glyphicon-fire:before {
/* 598  */   content: "\e104";
/* 599  */ }
/* 600  */ .glyphicon-eye-open:before {

/* bootstrap.css */

/* 601  */   content: "\e105";
/* 602  */ }
/* 603  */ .glyphicon-eye-close:before {
/* 604  */   content: "\e106";
/* 605  */ }
/* 606  */ .glyphicon-warning-sign:before {
/* 607  */   content: "\e107";
/* 608  */ }
/* 609  */ .glyphicon-plane:before {
/* 610  */   content: "\e108";
/* 611  */ }
/* 612  */ .glyphicon-calendar:before {
/* 613  */   content: "\e109";
/* 614  */ }
/* 615  */ .glyphicon-random:before {
/* 616  */   content: "\e110";
/* 617  */ }
/* 618  */ .glyphicon-comment:before {
/* 619  */   content: "\e111";
/* 620  */ }
/* 621  */ .glyphicon-magnet:before {
/* 622  */   content: "\e112";
/* 623  */ }
/* 624  */ .glyphicon-chevron-up:before {
/* 625  */   content: "\e113";
/* 626  */ }
/* 627  */ .glyphicon-chevron-down:before {
/* 628  */   content: "\e114";
/* 629  */ }
/* 630  */ .glyphicon-retweet:before {
/* 631  */   content: "\e115";
/* 632  */ }
/* 633  */ .glyphicon-shopping-cart:before {
/* 634  */   content: "\e116";
/* 635  */ }
/* 636  */ .glyphicon-folder-close:before {
/* 637  */   content: "\e117";
/* 638  */ }
/* 639  */ .glyphicon-folder-open:before {
/* 640  */   content: "\e118";
/* 641  */ }
/* 642  */ .glyphicon-resize-vertical:before {
/* 643  */   content: "\e119";
/* 644  */ }
/* 645  */ .glyphicon-resize-horizontal:before {
/* 646  */   content: "\e120";
/* 647  */ }
/* 648  */ .glyphicon-hdd:before {
/* 649  */   content: "\e121";
/* 650  */ }

/* bootstrap.css */

/* 651  */ .glyphicon-bullhorn:before {
/* 652  */   content: "\e122";
/* 653  */ }
/* 654  */ .glyphicon-bell:before {
/* 655  */   content: "\e123";
/* 656  */ }
/* 657  */ .glyphicon-certificate:before {
/* 658  */   content: "\e124";
/* 659  */ }
/* 660  */ .glyphicon-thumbs-up:before {
/* 661  */   content: "\e125";
/* 662  */ }
/* 663  */ .glyphicon-thumbs-down:before {
/* 664  */   content: "\e126";
/* 665  */ }
/* 666  */ .glyphicon-hand-right:before {
/* 667  */   content: "\e127";
/* 668  */ }
/* 669  */ .glyphicon-hand-left:before {
/* 670  */   content: "\e128";
/* 671  */ }
/* 672  */ .glyphicon-hand-up:before {
/* 673  */   content: "\e129";
/* 674  */ }
/* 675  */ .glyphicon-hand-down:before {
/* 676  */   content: "\e130";
/* 677  */ }
/* 678  */ .glyphicon-circle-arrow-right:before {
/* 679  */   content: "\e131";
/* 680  */ }
/* 681  */ .glyphicon-circle-arrow-left:before {
/* 682  */   content: "\e132";
/* 683  */ }
/* 684  */ .glyphicon-circle-arrow-up:before {
/* 685  */   content: "\e133";
/* 686  */ }
/* 687  */ .glyphicon-circle-arrow-down:before {
/* 688  */   content: "\e134";
/* 689  */ }
/* 690  */ .glyphicon-globe:before {
/* 691  */   content: "\e135";
/* 692  */ }
/* 693  */ .glyphicon-wrench:before {
/* 694  */   content: "\e136";
/* 695  */ }
/* 696  */ .glyphicon-tasks:before {
/* 697  */   content: "\e137";
/* 698  */ }
/* 699  */ .glyphicon-filter:before {
/* 700  */   content: "\e138";

/* bootstrap.css */

/* 701  */ }
/* 702  */ .glyphicon-briefcase:before {
/* 703  */   content: "\e139";
/* 704  */ }
/* 705  */ .glyphicon-fullscreen:before {
/* 706  */   content: "\e140";
/* 707  */ }
/* 708  */ .glyphicon-dashboard:before {
/* 709  */   content: "\e141";
/* 710  */ }
/* 711  */ .glyphicon-paperclip:before {
/* 712  */   content: "\e142";
/* 713  */ }
/* 714  */ .glyphicon-heart-empty:before {
/* 715  */   content: "\e143";
/* 716  */ }
/* 717  */ .glyphicon-link:before {
/* 718  */   content: "\e144";
/* 719  */ }
/* 720  */ .glyphicon-phone:before {
/* 721  */   content: "\e145";
/* 722  */ }
/* 723  */ .glyphicon-pushpin:before {
/* 724  */   content: "\e146";
/* 725  */ }
/* 726  */ .glyphicon-usd:before {
/* 727  */   content: "\e148";
/* 728  */ }
/* 729  */ .glyphicon-gbp:before {
/* 730  */   content: "\e149";
/* 731  */ }
/* 732  */ .glyphicon-sort:before {
/* 733  */   content: "\e150";
/* 734  */ }
/* 735  */ .glyphicon-sort-by-alphabet:before {
/* 736  */   content: "\e151";
/* 737  */ }
/* 738  */ .glyphicon-sort-by-alphabet-alt:before {
/* 739  */   content: "\e152";
/* 740  */ }
/* 741  */ .glyphicon-sort-by-order:before {
/* 742  */   content: "\e153";
/* 743  */ }
/* 744  */ .glyphicon-sort-by-order-alt:before {
/* 745  */   content: "\e154";
/* 746  */ }
/* 747  */ .glyphicon-sort-by-attributes:before {
/* 748  */   content: "\e155";
/* 749  */ }
/* 750  */ .glyphicon-sort-by-attributes-alt:before {

/* bootstrap.css */

/* 751  */   content: "\e156";
/* 752  */ }
/* 753  */ .glyphicon-unchecked:before {
/* 754  */   content: "\e157";
/* 755  */ }
/* 756  */ .glyphicon-expand:before {
/* 757  */   content: "\e158";
/* 758  */ }
/* 759  */ .glyphicon-collapse-down:before {
/* 760  */   content: "\e159";
/* 761  */ }
/* 762  */ .glyphicon-collapse-up:before {
/* 763  */   content: "\e160";
/* 764  */ }
/* 765  */ .glyphicon-log-in:before {
/* 766  */   content: "\e161";
/* 767  */ }
/* 768  */ .glyphicon-flash:before {
/* 769  */   content: "\e162";
/* 770  */ }
/* 771  */ .glyphicon-log-out:before {
/* 772  */   content: "\e163";
/* 773  */ }
/* 774  */ .glyphicon-new-window:before {
/* 775  */   content: "\e164";
/* 776  */ }
/* 777  */ .glyphicon-record:before {
/* 778  */   content: "\e165";
/* 779  */ }
/* 780  */ .glyphicon-save:before {
/* 781  */   content: "\e166";
/* 782  */ }
/* 783  */ .glyphicon-open:before {
/* 784  */   content: "\e167";
/* 785  */ }
/* 786  */ .glyphicon-saved:before {
/* 787  */   content: "\e168";
/* 788  */ }
/* 789  */ .glyphicon-import:before {
/* 790  */   content: "\e169";
/* 791  */ }
/* 792  */ .glyphicon-export:before {
/* 793  */   content: "\e170";
/* 794  */ }
/* 795  */ .glyphicon-send:before {
/* 796  */   content: "\e171";
/* 797  */ }
/* 798  */ .glyphicon-floppy-disk:before {
/* 799  */   content: "\e172";
/* 800  */ }

/* bootstrap.css */

/* 801  */ .glyphicon-floppy-saved:before {
/* 802  */   content: "\e173";
/* 803  */ }
/* 804  */ .glyphicon-floppy-remove:before {
/* 805  */   content: "\e174";
/* 806  */ }
/* 807  */ .glyphicon-floppy-save:before {
/* 808  */   content: "\e175";
/* 809  */ }
/* 810  */ .glyphicon-floppy-open:before {
/* 811  */   content: "\e176";
/* 812  */ }
/* 813  */ .glyphicon-credit-card:before {
/* 814  */   content: "\e177";
/* 815  */ }
/* 816  */ .glyphicon-transfer:before {
/* 817  */   content: "\e178";
/* 818  */ }
/* 819  */ .glyphicon-cutlery:before {
/* 820  */   content: "\e179";
/* 821  */ }
/* 822  */ .glyphicon-header:before {
/* 823  */   content: "\e180";
/* 824  */ }
/* 825  */ .glyphicon-compressed:before {
/* 826  */   content: "\e181";
/* 827  */ }
/* 828  */ .glyphicon-earphone:before {
/* 829  */   content: "\e182";
/* 830  */ }
/* 831  */ .glyphicon-phone-alt:before {
/* 832  */   content: "\e183";
/* 833  */ }
/* 834  */ .glyphicon-tower:before {
/* 835  */   content: "\e184";
/* 836  */ }
/* 837  */ .glyphicon-stats:before {
/* 838  */   content: "\e185";
/* 839  */ }
/* 840  */ .glyphicon-sd-video:before {
/* 841  */   content: "\e186";
/* 842  */ }
/* 843  */ .glyphicon-hd-video:before {
/* 844  */   content: "\e187";
/* 845  */ }
/* 846  */ .glyphicon-subtitles:before {
/* 847  */   content: "\e188";
/* 848  */ }
/* 849  */ .glyphicon-sound-stereo:before {
/* 850  */   content: "\e189";

/* bootstrap.css */

/* 851  */ }
/* 852  */ .glyphicon-sound-dolby:before {
/* 853  */   content: "\e190";
/* 854  */ }
/* 855  */ .glyphicon-sound-5-1:before {
/* 856  */   content: "\e191";
/* 857  */ }
/* 858  */ .glyphicon-sound-6-1:before {
/* 859  */   content: "\e192";
/* 860  */ }
/* 861  */ .glyphicon-sound-7-1:before {
/* 862  */   content: "\e193";
/* 863  */ }
/* 864  */ .glyphicon-copyright-mark:before {
/* 865  */   content: "\e194";
/* 866  */ }
/* 867  */ .glyphicon-registration-mark:before {
/* 868  */   content: "\e195";
/* 869  */ }
/* 870  */ .glyphicon-cloud-download:before {
/* 871  */   content: "\e197";
/* 872  */ }
/* 873  */ .glyphicon-cloud-upload:before {
/* 874  */   content: "\e198";
/* 875  */ }
/* 876  */ .glyphicon-tree-conifer:before {
/* 877  */   content: "\e199";
/* 878  */ }
/* 879  */ .glyphicon-tree-deciduous:before {
/* 880  */   content: "\e200";
/* 881  */ }
/* 882  */ .glyphicon-cd:before {
/* 883  */   content: "\e201";
/* 884  */ }
/* 885  */ .glyphicon-save-file:before {
/* 886  */   content: "\e202";
/* 887  */ }
/* 888  */ .glyphicon-open-file:before {
/* 889  */   content: "\e203";
/* 890  */ }
/* 891  */ .glyphicon-level-up:before {
/* 892  */   content: "\e204";
/* 893  */ }
/* 894  */ .glyphicon-copy:before {
/* 895  */   content: "\e205";
/* 896  */ }
/* 897  */ .glyphicon-paste:before {
/* 898  */   content: "\e206";
/* 899  */ }
/* 900  */ .glyphicon-alert:before {

/* bootstrap.css */

/* 901  */   content: "\e209";
/* 902  */ }
/* 903  */ .glyphicon-equalizer:before {
/* 904  */   content: "\e210";
/* 905  */ }
/* 906  */ .glyphicon-king:before {
/* 907  */   content: "\e211";
/* 908  */ }
/* 909  */ .glyphicon-queen:before {
/* 910  */   content: "\e212";
/* 911  */ }
/* 912  */ .glyphicon-pawn:before {
/* 913  */   content: "\e213";
/* 914  */ }
/* 915  */ .glyphicon-bishop:before {
/* 916  */   content: "\e214";
/* 917  */ }
/* 918  */ .glyphicon-knight:before {
/* 919  */   content: "\e215";
/* 920  */ }
/* 921  */ .glyphicon-baby-formula:before {
/* 922  */   content: "\e216";
/* 923  */ }
/* 924  */ .glyphicon-tent:before {
/* 925  */   content: "\26fa";
/* 926  */ }
/* 927  */ .glyphicon-blackboard:before {
/* 928  */   content: "\e218";
/* 929  */ }
/* 930  */ .glyphicon-bed:before {
/* 931  */   content: "\e219";
/* 932  */ }
/* 933  */ .glyphicon-apple:before {
/* 934  */   content: "\f8ff";
/* 935  */ }
/* 936  */ .glyphicon-erase:before {
/* 937  */   content: "\e221";
/* 938  */ }
/* 939  */ .glyphicon-hourglass:before {
/* 940  */   content: "\231b";
/* 941  */ }
/* 942  */ .glyphicon-lamp:before {
/* 943  */   content: "\e223";
/* 944  */ }
/* 945  */ .glyphicon-duplicate:before {
/* 946  */   content: "\e224";
/* 947  */ }
/* 948  */ .glyphicon-piggy-bank:before {
/* 949  */   content: "\e225";
/* 950  */ }

/* bootstrap.css */

/* 951  */ .glyphicon-scissors:before {
/* 952  */   content: "\e226";
/* 953  */ }
/* 954  */ .glyphicon-bitcoin:before {
/* 955  */   content: "\e227";
/* 956  */ }
/* 957  */ .glyphicon-btc:before {
/* 958  */   content: "\e227";
/* 959  */ }
/* 960  */ .glyphicon-xbt:before {
/* 961  */   content: "\e227";
/* 962  */ }
/* 963  */ .glyphicon-yen:before {
/* 964  */   content: "\00a5";
/* 965  */ }
/* 966  */ .glyphicon-jpy:before {
/* 967  */   content: "\00a5";
/* 968  */ }
/* 969  */ .glyphicon-ruble:before {
/* 970  */   content: "\20bd";
/* 971  */ }
/* 972  */ .glyphicon-rub:before {
/* 973  */   content: "\20bd";
/* 974  */ }
/* 975  */ .glyphicon-scale:before {
/* 976  */   content: "\e230";
/* 977  */ }
/* 978  */ .glyphicon-ice-lolly:before {
/* 979  */   content: "\e231";
/* 980  */ }
/* 981  */ .glyphicon-ice-lolly-tasted:before {
/* 982  */   content: "\e232";
/* 983  */ }
/* 984  */ .glyphicon-education:before {
/* 985  */   content: "\e233";
/* 986  */ }
/* 987  */ .glyphicon-option-horizontal:before {
/* 988  */   content: "\e234";
/* 989  */ }
/* 990  */ .glyphicon-option-vertical:before {
/* 991  */   content: "\e235";
/* 992  */ }
/* 993  */ .glyphicon-menu-hamburger:before {
/* 994  */   content: "\e236";
/* 995  */ }
/* 996  */ .glyphicon-modal-window:before {
/* 997  */   content: "\e237";
/* 998  */ }
/* 999  */ .glyphicon-oil:before {
/* 1000 */   content: "\e238";

/* bootstrap.css */

/* 1001 */ }
/* 1002 */ .glyphicon-grain:before {
/* 1003 */   content: "\e239";
/* 1004 */ }
/* 1005 */ .glyphicon-sunglasses:before {
/* 1006 */   content: "\e240";
/* 1007 */ }
/* 1008 */ .glyphicon-text-size:before {
/* 1009 */   content: "\e241";
/* 1010 */ }
/* 1011 */ .glyphicon-text-color:before {
/* 1012 */   content: "\e242";
/* 1013 */ }
/* 1014 */ .glyphicon-text-background:before {
/* 1015 */   content: "\e243";
/* 1016 */ }
/* 1017 */ .glyphicon-object-align-top:before {
/* 1018 */   content: "\e244";
/* 1019 */ }
/* 1020 */ .glyphicon-object-align-bottom:before {
/* 1021 */   content: "\e245";
/* 1022 */ }
/* 1023 */ .glyphicon-object-align-horizontal:before {
/* 1024 */   content: "\e246";
/* 1025 */ }
/* 1026 */ .glyphicon-object-align-left:before {
/* 1027 */   content: "\e247";
/* 1028 */ }
/* 1029 */ .glyphicon-object-align-vertical:before {
/* 1030 */   content: "\e248";
/* 1031 */ }
/* 1032 */ .glyphicon-object-align-right:before {
/* 1033 */   content: "\e249";
/* 1034 */ }
/* 1035 */ .glyphicon-triangle-right:before {
/* 1036 */   content: "\e250";
/* 1037 */ }
/* 1038 */ .glyphicon-triangle-left:before {
/* 1039 */   content: "\e251";
/* 1040 */ }
/* 1041 */ .glyphicon-triangle-bottom:before {
/* 1042 */   content: "\e252";
/* 1043 */ }
/* 1044 */ .glyphicon-triangle-top:before {
/* 1045 */   content: "\e253";
/* 1046 */ }
/* 1047 */ .glyphicon-console:before {
/* 1048 */   content: "\e254";
/* 1049 */ }
/* 1050 */ .glyphicon-superscript:before {

/* bootstrap.css */

/* 1051 */   content: "\e255";
/* 1052 */ }
/* 1053 */ .glyphicon-subscript:before {
/* 1054 */   content: "\e256";
/* 1055 */ }
/* 1056 */ .glyphicon-menu-left:before {
/* 1057 */   content: "\e257";
/* 1058 */ }
/* 1059 */ .glyphicon-menu-right:before {
/* 1060 */   content: "\e258";
/* 1061 */ }
/* 1062 */ .glyphicon-menu-down:before {
/* 1063 */   content: "\e259";
/* 1064 */ }
/* 1065 */ .glyphicon-menu-up:before {
/* 1066 */   content: "\e260";
/* 1067 */ }
/* 1068 */ * {
/* 1069 */   -webkit-box-sizing: border-box;
/* 1070 */      -moz-box-sizing: border-box;
/* 1071 */           box-sizing: border-box;
/* 1072 */ }
/* 1073 */ *:before,
/* 1074 */ *:after {
/* 1075 */   -webkit-box-sizing: border-box;
/* 1076 */      -moz-box-sizing: border-box;
/* 1077 */           box-sizing: border-box;
/* 1078 */ }
/* 1079 */ html {
/* 1080 */   font-size: 10px;
/* 1081 */
/* 1082 */   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
/* 1083 */ }
/* 1084 */ body {
/* 1085 */   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 1086 */   font-size: 14px;
/* 1087 */   line-height: 1.42857143;
/* 1088 */   color: #333;
/* 1089 */   background-color: #fff;
/* 1090 */ }
/* 1091 */ input,
/* 1092 */ button,
/* 1093 */ select,
/* 1094 */ textarea {
/* 1095 */   font-family: inherit;
/* 1096 */   font-size: inherit;
/* 1097 */   line-height: inherit;
/* 1098 */ }
/* 1099 */ a {
/* 1100 */   color: #337ab7;

/* bootstrap.css */

/* 1101 */   text-decoration: none;
/* 1102 */ }
/* 1103 */ a:focus {
/* 1104 */   outline: 0px auto -webkit-focus-ring-color;
/* 1105 */   outline-offset: -2px;
/* 1106 */ }
/* 1107 */ figure {
/* 1108 */   margin: 0;
/* 1109 */ }
/* 1110 */ img {
/* 1111 */   vertical-align: middle;
/* 1112 */ }
/* 1113 */ .img-responsive,
/* 1114 */ .thumbnail > img,
/* 1115 */ .thumbnail a > img,
/* 1116 */ .carousel-inner > .item > img,
/* 1117 */ .carousel-inner > .item > a > img {
/* 1118 */   display: block;
/* 1119 */   max-width: 100%;
/* 1120 */   height: auto;
/* 1121 */ }
/* 1122 */ .img-rounded {
/* 1123 */   border-radius: 6px;
/* 1124 */ }
/* 1125 */ .img-thumbnail {
/* 1126 */   display: inline-block;
/* 1127 */   max-width: 100%;
/* 1128 */   height: auto;
/* 1129 */   padding: 4px;
/* 1130 */   line-height: 1.42857143;
/* 1131 */   background-color: #fff;
/* 1132 */   border: 1px solid #ddd;
/* 1133 */   border-radius: 4px;
/* 1134 */   -webkit-transition: all .2s ease-in-out;
/* 1135 */        -o-transition: all .2s ease-in-out;
/* 1136 */           transition: all .2s ease-in-out;
/* 1137 */ }
/* 1138 */ .img-circle {
/* 1139 */   border-radius: 50%;
/* 1140 */ }
/* 1141 */ hr {
/* 1142 */   margin-top: 20px;
/* 1143 */   margin-bottom: 20px;
/* 1144 */   border: 0;
/* 1145 */   border-top: 1px solid #eee;
/* 1146 */ }
/* 1147 */ .sr-only {
/* 1148 */   position: absolute;
/* 1149 */   width: 1px;
/* 1150 */   height: 1px;

/* bootstrap.css */

/* 1151 */   padding: 0;
/* 1152 */   margin: -1px;
/* 1153 */   overflow: hidden;
/* 1154 */   clip: rect(0, 0, 0, 0);
/* 1155 */   border: 0;
/* 1156 */ }
/* 1157 */ .sr-only-focusable:active,
/* 1158 */ .sr-only-focusable:focus {
/* 1159 */   position: static;
/* 1160 */   width: auto;
/* 1161 */   height: auto;
/* 1162 */   margin: 0;
/* 1163 */   overflow: visible;
/* 1164 */   clip: auto;
/* 1165 */ }
/* 1166 */ [role="button"] {
/* 1167 */   cursor: pointer;
/* 1168 */ }
/* 1169 */ h1,
/* 1170 */ h2,
/* 1171 */ h3,
/* 1172 */ h4,
/* 1173 */ h5,
/* 1174 */ h6,
/* 1175 */ .h1,
/* 1176 */ .h2,
/* 1177 */ .h3,
/* 1178 */ .h4,
/* 1179 */ .h5,
/* 1180 */ .h6 {
/* 1181 */   font-family: inherit;
/* 1182 */   font-weight: 500;
/* 1183 */   line-height: 1.1;
/* 1184 */   color: inherit;
/* 1185 */ }
/* 1186 */ h1 small,
/* 1187 */ h2 small,
/* 1188 */ h3 small,
/* 1189 */ h4 small,
/* 1190 */ h5 small,
/* 1191 */ h6 small,
/* 1192 */ .h1 small,
/* 1193 */ .h2 small,
/* 1194 */ .h3 small,
/* 1195 */ .h4 small,
/* 1196 */ .h5 small,
/* 1197 */ .h6 small,
/* 1198 */ h1 .small,
/* 1199 */ h2 .small,
/* 1200 */ h3 .small,

/* bootstrap.css */

/* 1201 */ h4 .small,
/* 1202 */ h5 .small,
/* 1203 */ h6 .small,
/* 1204 */ .h1 .small,
/* 1205 */ .h2 .small,
/* 1206 */ .h3 .small,
/* 1207 */ .h4 .small,
/* 1208 */ .h5 .small,
/* 1209 */ .h6 .small {
/* 1210 */   font-weight: normal;
/* 1211 */   line-height: 1;
/* 1212 */   color: #777;
/* 1213 */ }
/* 1214 */ h1,
/* 1215 */ .h1,
/* 1216 */ h2,
/* 1217 */ .h2,
/* 1218 */ h3,
/* 1219 */ .h3 {
/* 1220 */   margin-top: 20px;
/* 1221 */   margin-bottom: 10px;
/* 1222 */ }
/* 1223 */ h1 small,
/* 1224 */ .h1 small,
/* 1225 */ h2 small,
/* 1226 */ .h2 small,
/* 1227 */ h3 small,
/* 1228 */ .h3 small,
/* 1229 */ h1 .small,
/* 1230 */ .h1 .small,
/* 1231 */ h2 .small,
/* 1232 */ .h2 .small,
/* 1233 */ h3 .small,
/* 1234 */ .h3 .small {
/* 1235 */   font-size: 65%;
/* 1236 */ }
/* 1237 */ h4,
/* 1238 */ .h4,
/* 1239 */ h5,
/* 1240 */ .h5,
/* 1241 */ h6,
/* 1242 */ .h6 {
/* 1243 */   margin-top: 10px;
/* 1244 */   margin-bottom: 10px;
/* 1245 */ }
/* 1246 */ h4 small,
/* 1247 */ .h4 small,
/* 1248 */ h5 small,
/* 1249 */ .h5 small,
/* 1250 */ h6 small,

/* bootstrap.css */

/* 1251 */ .h6 small,
/* 1252 */ h4 .small,
/* 1253 */ .h4 .small,
/* 1254 */ h5 .small,
/* 1255 */ .h5 .small,
/* 1256 */ h6 .small,
/* 1257 */ .h6 .small {
/* 1258 */   font-size: 75%;
/* 1259 */ }
/* 1260 */ h1,
/* 1261 */ .h1 {
/* 1262 */   font-size: 36px;
/* 1263 */ }
/* 1264 */ h2,
/* 1265 */ .h2 {
/* 1266 */   font-size: 30px;
/* 1267 */ }
/* 1268 */ h3,
/* 1269 */ .h3 {
/* 1270 */   font-size: 24px;
/* 1271 */ }
/* 1272 */ h4,
/* 1273 */ .h4 {
/* 1274 */   font-size: 18px;
/* 1275 */ }
/* 1276 */ h5,
/* 1277 */ .h5 {
/* 1278 */   font-size: 14px;
/* 1279 */ }
/* 1280 */ h6,
/* 1281 */ .h6 {
/* 1282 */   font-size: 12px;
/* 1283 */ }
/* 1284 */ p {
/* 1285 */   margin: 0 0 10px;
/* 1286 */ }
/* 1287 */ .lead {
/* 1288 */   margin-bottom: 20px;
/* 1289 */   font-size: 16px;
/* 1290 */   font-weight: 300;
/* 1291 */   line-height: 1.4;
/* 1292 */ }
/* 1293 */ @media (min-width: 768px) {
/* 1294 */   .lead {
/* 1295 */     font-size: 21px;
/* 1296 */   }
/* 1297 */ }
/* 1298 */ small,
/* 1299 */ .small {
/* 1300 */   font-size: 85%;

/* bootstrap.css */

/* 1301 */ }
/* 1302 */ mark,
/* 1303 */ .mark {
/* 1304 */   padding: .2em;
/* 1305 */   background-color: #fcf8e3;
/* 1306 */ }
/* 1307 */ .text-left {
/* 1308 */   text-align: left;
/* 1309 */ }
/* 1310 */ .text-right {
/* 1311 */   text-align: right;
/* 1312 */ }
/* 1313 */ .text-center {
/* 1314 */   text-align: center;
/* 1315 */ }
/* 1316 */ .text-justify {
/* 1317 */   text-align: justify;
/* 1318 */ }
/* 1319 */ .text-nowrap {
/* 1320 */   white-space: nowrap;
/* 1321 */ }
/* 1322 */ .text-lowercase {
/* 1323 */   text-transform: lowercase;
/* 1324 */ }
/* 1325 */ .text-uppercase {
/* 1326 */   text-transform: uppercase;
/* 1327 */ }
/* 1328 */ .text-capitalize {
/* 1329 */   text-transform: capitalize;
/* 1330 */ }
/* 1331 */ .text-muted {
/* 1332 */   color: #777;
/* 1333 */ }
/* 1334 */ .text-primary {
/* 1335 */   color: #337ab7;
/* 1336 */ }
/* 1337 */ a.text-primary:hover,
/* 1338 */ a.text-primary:focus {
/* 1339 */   color: #286090;
/* 1340 */ }
/* 1341 */ .text-success {
/* 1342 */   color: #3c763d;
/* 1343 */ }
/* 1344 */ a.text-success:hover,
/* 1345 */ a.text-success:focus {
/* 1346 */   color: #2b542c;
/* 1347 */ }
/* 1348 */ .text-info {
/* 1349 */   color: #31708f;
/* 1350 */ }

/* bootstrap.css */

/* 1351 */ a.text-info:hover,
/* 1352 */ a.text-info:focus {
/* 1353 */   color: #245269;
/* 1354 */ }
/* 1355 */ .text-warning {
/* 1356 */   color: #8a6d3b;
/* 1357 */ }
/* 1358 */ a.text-warning:hover,
/* 1359 */ a.text-warning:focus {
/* 1360 */   color: #66512c;
/* 1361 */ }
/* 1362 */ .text-danger {
/* 1363 */   color: #a94442;
/* 1364 */ }
/* 1365 */ a.text-danger:hover,
/* 1366 */ a.text-danger:focus {
/* 1367 */   color: #843534;
/* 1368 */ }
/* 1369 */ .bg-primary {
/* 1370 */   color: #fff;
/* 1371 */   background-color: #337ab7;
/* 1372 */ }
/* 1373 */ a.bg-primary:hover,
/* 1374 */ a.bg-primary:focus {
/* 1375 */   background-color: #286090;
/* 1376 */ }
/* 1377 */ .bg-success {
/* 1378 */   background-color: #dff0d8;
/* 1379 */ }
/* 1380 */ a.bg-success:hover,
/* 1381 */ a.bg-success:focus {
/* 1382 */   background-color: #c1e2b3;
/* 1383 */ }
/* 1384 */ .bg-info {
/* 1385 */   background-color: #d9edf7;
/* 1386 */ }
/* 1387 */ a.bg-info:hover,
/* 1388 */ a.bg-info:focus {
/* 1389 */   background-color: #afd9ee;
/* 1390 */ }
/* 1391 */ .bg-warning {
/* 1392 */   background-color: #fcf8e3;
/* 1393 */ }
/* 1394 */ a.bg-warning:hover,
/* 1395 */ a.bg-warning:focus {
/* 1396 */   background-color: #f7ecb5;
/* 1397 */ }
/* 1398 */ .bg-danger {
/* 1399 */   background-color: #f2dede;
/* 1400 */ }

/* bootstrap.css */

/* 1401 */ a.bg-danger:hover,
/* 1402 */ a.bg-danger:focus {
/* 1403 */   background-color: #e4b9b9;
/* 1404 */ }
/* 1405 */ .page-header {
/* 1406 */   padding-bottom: 9px;
/* 1407 */   margin: 40px 0 20px;
/* 1408 */   border-bottom: 1px solid #eee;
/* 1409 */ }
/* 1410 */ ul,
/* 1411 */ ol {
/* 1412 */   margin-top: 0;
/* 1413 */   margin-bottom: 10px;
/* 1414 */ }
/* 1415 */ ul ul,
/* 1416 */ ol ul,
/* 1417 */ ul ol,
/* 1418 */ ol ol {
/* 1419 */   margin-bottom: 0;
/* 1420 */ }
/* 1421 */ .list-unstyled {
/* 1422 */   padding-left: 0;
/* 1423 */   list-style: none;
/* 1424 */ }
/* 1425 */ .list-inline {
/* 1426 */   padding-left: 0;
/* 1427 */   margin-left: -5px;
/* 1428 */   list-style: none;
/* 1429 */ }
/* 1430 */ .list-inline > li {
/* 1431 */   display: inline-block;
/* 1432 */   padding-right: 5px;
/* 1433 */   padding-left: 5px;
/* 1434 */ }
/* 1435 */ dl {
/* 1436 */   margin-top: 0;
/* 1437 */   margin-bottom: 20px;
/* 1438 */ }
/* 1439 */ dt,
/* 1440 */ dd {
/* 1441 */   line-height: 1.42857143;
/* 1442 */ }
/* 1443 */ dt {
/* 1444 */   font-weight: bold;
/* 1445 */ }
/* 1446 */ dd {
/* 1447 */   margin-left: 0;
/* 1448 */ }
/* 1449 */ @media (min-width: 768px) {
/* 1450 */   .dl-horizontal dt {

/* bootstrap.css */

/* 1451 */     float: left;
/* 1452 */     width: 160px;
/* 1453 */     overflow: hidden;
/* 1454 */     clear: left;
/* 1455 */     text-align: right;
/* 1456 */     text-overflow: ellipsis;
/* 1457 */     white-space: nowrap;
/* 1458 */   }
/* 1459 */   .dl-horizontal dd {
/* 1460 */     margin-left: 180px;
/* 1461 */   }
/* 1462 */ }
/* 1463 */ abbr[title],
/* 1464 */ abbr[data-original-title] {
/* 1465 */   cursor: help;
/* 1466 */   border-bottom: 1px dotted #777;
/* 1467 */ }
/* 1468 */ .initialism {
/* 1469 */   font-size: 90%;
/* 1470 */   text-transform: uppercase;
/* 1471 */ }
/* 1472 */ blockquote {
/* 1473 */   padding: 10px 20px;
/* 1474 */   margin: 0 0 20px;
/* 1475 */   font-size: 17.5px;
/* 1476 */   border-left: 5px solid #eee;
/* 1477 */ }
/* 1478 */ blockquote p:last-child,
/* 1479 */ blockquote ul:last-child,
/* 1480 */ blockquote ol:last-child {
/* 1481 */   margin-bottom: 0;
/* 1482 */ }
/* 1483 */ blockquote footer,
/* 1484 */ blockquote small,
/* 1485 */ blockquote .small {
/* 1486 */   display: block;
/* 1487 */   font-size: 80%;
/* 1488 */   line-height: 1.42857143;
/* 1489 */   color: #777;
/* 1490 */ }
/* 1491 */ blockquote footer:before,
/* 1492 */ blockquote small:before,
/* 1493 */ blockquote .small:before {
/* 1494 */   content: '\2014 \00A0';
/* 1495 */ }
/* 1496 */ .blockquote-reverse,
/* 1497 */ blockquote.pull-right {
/* 1498 */   padding-right: 15px;
/* 1499 */   padding-left: 0;
/* 1500 */   text-align: right;

/* bootstrap.css */

/* 1501 */   border-right: 5px solid #eee;
/* 1502 */   border-left: 0;
/* 1503 */ }
/* 1504 */ .blockquote-reverse footer:before,
/* 1505 */ blockquote.pull-right footer:before,
/* 1506 */ .blockquote-reverse small:before,
/* 1507 */ blockquote.pull-right small:before,
/* 1508 */ .blockquote-reverse .small:before,
/* 1509 */ blockquote.pull-right .small:before {
/* 1510 */   content: '';
/* 1511 */ }
/* 1512 */ .blockquote-reverse footer:after,
/* 1513 */ blockquote.pull-right footer:after,
/* 1514 */ .blockquote-reverse small:after,
/* 1515 */ blockquote.pull-right small:after,
/* 1516 */ .blockquote-reverse .small:after,
/* 1517 */ blockquote.pull-right .small:after {
/* 1518 */   content: '\00A0 \2014';
/* 1519 */ }
/* 1520 */ address {
/* 1521 */   margin-bottom: 20px;
/* 1522 */   font-style: normal;
/* 1523 */   line-height: 1.42857143;
/* 1524 */ }
/* 1525 */ code,
/* 1526 */ kbd,
/* 1527 */ pre,
/* 1528 */ samp {
/* 1529 */   font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
/* 1530 */ }
/* 1531 */ code {
/* 1532 */   padding: 2px 4px;
/* 1533 */   font-size: 90%;
/* 1534 */   color: #c7254e;
/* 1535 */   background-color: #f9f2f4;
/* 1536 */   border-radius: 4px;
/* 1537 */ }
/* 1538 */ kbd {
/* 1539 */   padding: 2px 4px;
/* 1540 */   font-size: 90%;
/* 1541 */   color: #fff;
/* 1542 */   background-color: #333;
/* 1543 */   border-radius: 3px;
/* 1544 */   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
/* 1545 */           box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
/* 1546 */ }
/* 1547 */ kbd kbd {
/* 1548 */   padding: 0;
/* 1549 */   font-size: 100%;
/* 1550 */   font-weight: bold;

/* bootstrap.css */

/* 1551 */   -webkit-box-shadow: none;
/* 1552 */           box-shadow: none;
/* 1553 */ }
/* 1554 */ pre {
/* 1555 */   display: block;
/* 1556 */   padding: 9.5px;
/* 1557 */   margin: 0 0 10px;
/* 1558 */   font-size: 13px;
/* 1559 */   line-height: 1.42857143;
/* 1560 */   color: #333;
/* 1561 */   word-break: break-all;
/* 1562 */   word-wrap: break-word;
/* 1563 */   background-color: #f5f5f5;
/* 1564 */   border: 1px solid #ccc;
/* 1565 */   border-radius: 4px;
/* 1566 */ }
/* 1567 */ pre code {
/* 1568 */   padding: 0;
/* 1569 */   font-size: inherit;
/* 1570 */   color: inherit;
/* 1571 */   white-space: pre-wrap;
/* 1572 */   background-color: transparent;
/* 1573 */   border-radius: 0;
/* 1574 */ }
/* 1575 */ .pre-scrollable {
/* 1576 */   max-height: 340px;
/* 1577 */   overflow-y: scroll;
/* 1578 */ }
/* 1579 */ .container {
/* 1580 */   padding-right: 15px;
/* 1581 */   padding-left: 15px;
/* 1582 */   margin-right: auto !important;
/* 1583 */   margin-left: auto !important;
/* 1584 */ }
/* 1585 */ @media (min-width: 768px) {
/* 1586 */   .container {
/* 1587 */     width: 750px;
/* 1588 */   }
/* 1589 */ }
/* 1590 */ @media (min-width: 992px) {
/* 1591 */   .container {
/* 1592 */     width: 970px;
/* 1593 */   }
/* 1594 */ }
/* 1595 */ @media (min-width: 1200px) {
/* 1596 */   .container {
/* 1597 */     width: 1140px;
/* 1598 */   }
/* 1599 */ }
/* 1600 */ .container-fluid {

/* bootstrap.css */

/* 1601 */   padding-right: 15px;
/* 1602 */   padding-left: 15px;
/* 1603 */   margin-right: auto;
/* 1604 */   margin-left: auto;
/* 1605 */ }
/* 1606 */ .row {
/* 1607 */   margin-right: -15px;
/* 1608 */   margin-left: -15px;
/* 1609 */ }
/* 1610 */ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
/* 1611 */   position: relative;
/* 1612 */   min-height: 1px;
/* 1613 */   padding-right: 15px;
/* 1614 */   padding-left: 15px;
/* 1615 */ }
/* 1616 */ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
/* 1617 */   float: left;
/* 1618 */ }
/* 1619 */ .col-xs-12 {
/* 1620 */   width: 100%;
/* 1621 */ }
/* 1622 */ .col-xs-11 {
/* 1623 */   width: 91.66666667%;
/* 1624 */ }
/* 1625 */ .col-xs-10 {
/* 1626 */   width: 83.33333333%;
/* 1627 */ }
/* 1628 */ .col-xs-9 {
/* 1629 */   width: 75%;
/* 1630 */ }
/* 1631 */ .col-xs-8 {
/* 1632 */   width: 66.66666667%;
/* 1633 */ }
/* 1634 */ .col-xs-7 {
/* 1635 */   width: 58.33333333%;
/* 1636 */ }
/* 1637 */ .col-xs-6 {
/* 1638 */   width: 50%;
/* 1639 */ }
/* 1640 */ .col-xs-5 {
/* 1641 */   width: 41.66666667%;
/* 1642 */ }
/* 1643 */ .col-xs-4 {
/* 1644 */   width: 33.33333333%;
/* 1645 */ }
/* 1646 */ .col-xs-3 {
/* 1647 */   width: 25%;
/* 1648 */ }
/* 1649 */ .col-xs-2 {
/* 1650 */   width: 16.66666667%;

/* bootstrap.css */

/* 1651 */ }
/* 1652 */ .col-xs-1 {
/* 1653 */   width: 8.33333333%;
/* 1654 */ }
/* 1655 */ .col-xs-pull-12 {
/* 1656 */   right: 100%;
/* 1657 */ }
/* 1658 */ .col-xs-pull-11 {
/* 1659 */   right: 91.66666667%;
/* 1660 */ }
/* 1661 */ .col-xs-pull-10 {
/* 1662 */   right: 83.33333333%;
/* 1663 */ }
/* 1664 */ .col-xs-pull-9 {
/* 1665 */   right: 75%;
/* 1666 */ }
/* 1667 */ .col-xs-pull-8 {
/* 1668 */   right: 66.66666667%;
/* 1669 */ }
/* 1670 */ .col-xs-pull-7 {
/* 1671 */   right: 58.33333333%;
/* 1672 */ }
/* 1673 */ .col-xs-pull-6 {
/* 1674 */   right: 50%;
/* 1675 */ }
/* 1676 */ .col-xs-pull-5 {
/* 1677 */   right: 41.66666667%;
/* 1678 */ }
/* 1679 */ .col-xs-pull-4 {
/* 1680 */   right: 33.33333333%;
/* 1681 */ }
/* 1682 */ .col-xs-pull-3 {
/* 1683 */   right: 25%;
/* 1684 */ }
/* 1685 */ .col-xs-pull-2 {
/* 1686 */   right: 16.66666667%;
/* 1687 */ }
/* 1688 */ .col-xs-pull-1 {
/* 1689 */   right: 8.33333333%;
/* 1690 */ }
/* 1691 */ .col-xs-pull-0 {
/* 1692 */   right: auto;
/* 1693 */ }
/* 1694 */ .col-xs-push-12 {
/* 1695 */   left: 100%;
/* 1696 */ }
/* 1697 */ .col-xs-push-11 {
/* 1698 */   left: 91.66666667%;
/* 1699 */ }
/* 1700 */ .col-xs-push-10 {

/* bootstrap.css */

/* 1701 */   left: 83.33333333%;
/* 1702 */ }
/* 1703 */ .col-xs-push-9 {
/* 1704 */   left: 75%;
/* 1705 */ }
/* 1706 */ .col-xs-push-8 {
/* 1707 */   left: 66.66666667%;
/* 1708 */ }
/* 1709 */ .col-xs-push-7 {
/* 1710 */   left: 58.33333333%;
/* 1711 */ }
/* 1712 */ .col-xs-push-6 {
/* 1713 */   left: 50%;
/* 1714 */ }
/* 1715 */ .col-xs-push-5 {
/* 1716 */   left: 41.66666667%;
/* 1717 */ }
/* 1718 */ .col-xs-push-4 {
/* 1719 */   left: 33.33333333%;
/* 1720 */ }
/* 1721 */ .col-xs-push-3 {
/* 1722 */   left: 25%;
/* 1723 */ }
/* 1724 */ .col-xs-push-2 {
/* 1725 */   left: 16.66666667%;
/* 1726 */ }
/* 1727 */ .col-xs-push-1 {
/* 1728 */   left: 8.33333333%;
/* 1729 */ }
/* 1730 */ .col-xs-push-0 {
/* 1731 */   left: auto;
/* 1732 */ }
/* 1733 */ .col-xs-offset-12 {
/* 1734 */   margin-left: 100%;
/* 1735 */ }
/* 1736 */ .col-xs-offset-11 {
/* 1737 */   margin-left: 91.66666667%;
/* 1738 */ }
/* 1739 */ .col-xs-offset-10 {
/* 1740 */   margin-left: 83.33333333%;
/* 1741 */ }
/* 1742 */ .col-xs-offset-9 {
/* 1743 */   margin-left: 75%;
/* 1744 */ }
/* 1745 */ .col-xs-offset-8 {
/* 1746 */   margin-left: 66.66666667%;
/* 1747 */ }
/* 1748 */ .col-xs-offset-7 {
/* 1749 */   margin-left: 58.33333333%;
/* 1750 */ }

/* bootstrap.css */

/* 1751 */ .col-xs-offset-6 {
/* 1752 */   margin-left: 50%;
/* 1753 */ }
/* 1754 */ .col-xs-offset-5 {
/* 1755 */   margin-left: 41.66666667%;
/* 1756 */ }
/* 1757 */ .col-xs-offset-4 {
/* 1758 */   margin-left: 33.33333333%;
/* 1759 */ }
/* 1760 */ .col-xs-offset-3 {
/* 1761 */   margin-left: 25%;
/* 1762 */ }
/* 1763 */ .col-xs-offset-2 {
/* 1764 */   margin-left: 16.66666667%;
/* 1765 */ }
/* 1766 */ .col-xs-offset-1 {
/* 1767 */   margin-left: 8.33333333%;
/* 1768 */ }
/* 1769 */ .col-xs-offset-0 {
/* 1770 */   margin-left: 0;
/* 1771 */ }
/* 1772 */ @media (min-width: 768px) {
/* 1773 */   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
/* 1774 */     float: left;
/* 1775 */   }
/* 1776 */   .col-sm-12 {
/* 1777 */     width: 100%;
/* 1778 */   }
/* 1779 */   .col-sm-11 {
/* 1780 */     width: 91.66666667%;
/* 1781 */   }
/* 1782 */   .col-sm-10 {
/* 1783 */     width: 83.33333333%;
/* 1784 */   }
/* 1785 */   .col-sm-9 {
/* 1786 */     width: 75%;
/* 1787 */   }
/* 1788 */   .col-sm-8 {
/* 1789 */     width: 66.66666667%;
/* 1790 */   }
/* 1791 */   .col-sm-7 {
/* 1792 */     width: 58.33333333%;
/* 1793 */   }
/* 1794 */   .col-sm-6 {
/* 1795 */     width: 50%;
/* 1796 */   }
/* 1797 */   .col-sm-5 {
/* 1798 */     width: 41.66666667%;
/* 1799 */   }
/* 1800 */   .col-sm-4 {

/* bootstrap.css */

/* 1801 */     width: 33.33333333%;
/* 1802 */   }
/* 1803 */   .col-sm-3 {
/* 1804 */     width: 25%;
/* 1805 */   }
/* 1806 */   .col-sm-2 {
/* 1807 */     width: 16.66666667%;
/* 1808 */   }
/* 1809 */   .col-sm-1 {
/* 1810 */     width: 8.33333333%;
/* 1811 */   }
/* 1812 */   .col-sm-pull-12 {
/* 1813 */     right: 100%;
/* 1814 */   }
/* 1815 */   .col-sm-pull-11 {
/* 1816 */     right: 91.66666667%;
/* 1817 */   }
/* 1818 */   .col-sm-pull-10 {
/* 1819 */     right: 83.33333333%;
/* 1820 */   }
/* 1821 */   .col-sm-pull-9 {
/* 1822 */     right: 75%;
/* 1823 */   }
/* 1824 */   .col-sm-pull-8 {
/* 1825 */     right: 66.66666667%;
/* 1826 */   }
/* 1827 */   .col-sm-pull-7 {
/* 1828 */     right: 58.33333333%;
/* 1829 */   }
/* 1830 */   .col-sm-pull-6 {
/* 1831 */     right: 50%;
/* 1832 */   }
/* 1833 */   .col-sm-pull-5 {
/* 1834 */     right: 41.66666667%;
/* 1835 */   }
/* 1836 */   .col-sm-pull-4 {
/* 1837 */     right: 33.33333333%;
/* 1838 */   }
/* 1839 */   .col-sm-pull-3 {
/* 1840 */     right: 25%;
/* 1841 */   }
/* 1842 */   .col-sm-pull-2 {
/* 1843 */     right: 16.66666667%;
/* 1844 */   }
/* 1845 */   .col-sm-pull-1 {
/* 1846 */     right: 8.33333333%;
/* 1847 */   }
/* 1848 */   .col-sm-pull-0 {
/* 1849 */     right: auto;
/* 1850 */   }

/* bootstrap.css */

/* 1851 */   .col-sm-push-12 {
/* 1852 */     left: 100%;
/* 1853 */   }
/* 1854 */   .col-sm-push-11 {
/* 1855 */     left: 91.66666667%;
/* 1856 */   }
/* 1857 */   .col-sm-push-10 {
/* 1858 */     left: 83.33333333%;
/* 1859 */   }
/* 1860 */   .col-sm-push-9 {
/* 1861 */     left: 75%;
/* 1862 */   }
/* 1863 */   .col-sm-push-8 {
/* 1864 */     left: 66.66666667%;
/* 1865 */   }
/* 1866 */   .col-sm-push-7 {
/* 1867 */     left: 58.33333333%;
/* 1868 */   }
/* 1869 */   .col-sm-push-6 {
/* 1870 */     left: 50%;
/* 1871 */   }
/* 1872 */   .col-sm-push-5 {
/* 1873 */     left: 41.66666667%;
/* 1874 */   }
/* 1875 */   .col-sm-push-4 {
/* 1876 */     left: 33.33333333%;
/* 1877 */   }
/* 1878 */   .col-sm-push-3 {
/* 1879 */     left: 25%;
/* 1880 */   }
/* 1881 */   .col-sm-push-2 {
/* 1882 */     left: 16.66666667%;
/* 1883 */   }
/* 1884 */   .col-sm-push-1 {
/* 1885 */     left: 8.33333333%;
/* 1886 */   }
/* 1887 */   .col-sm-push-0 {
/* 1888 */     left: auto;
/* 1889 */   }
/* 1890 */   .col-sm-offset-12 {
/* 1891 */     margin-left: 100%;
/* 1892 */   }
/* 1893 */   .col-sm-offset-11 {
/* 1894 */     margin-left: 91.66666667%;
/* 1895 */   }
/* 1896 */   .col-sm-offset-10 {
/* 1897 */     margin-left: 83.33333333%;
/* 1898 */   }
/* 1899 */   .col-sm-offset-9 {
/* 1900 */     margin-left: 75%;

/* bootstrap.css */

/* 1901 */   }
/* 1902 */   .col-sm-offset-8 {
/* 1903 */     margin-left: 66.66666667%;
/* 1904 */   }
/* 1905 */   .col-sm-offset-7 {
/* 1906 */     margin-left: 58.33333333%;
/* 1907 */   }
/* 1908 */   .col-sm-offset-6 {
/* 1909 */     margin-left: 50%;
/* 1910 */   }
/* 1911 */   .col-sm-offset-5 {
/* 1912 */     margin-left: 41.66666667%;
/* 1913 */   }
/* 1914 */   .col-sm-offset-4 {
/* 1915 */     margin-left: 33.33333333%;
/* 1916 */   }
/* 1917 */   .col-sm-offset-3 {
/* 1918 */     margin-left: 25%;
/* 1919 */   }
/* 1920 */   .col-sm-offset-2 {
/* 1921 */     margin-left: 16.66666667%;
/* 1922 */   }
/* 1923 */   .col-sm-offset-1 {
/* 1924 */     margin-left: 8.33333333%;
/* 1925 */   }
/* 1926 */   .col-sm-offset-0 {
/* 1927 */     margin-left: 0;
/* 1928 */   }
/* 1929 */ }
/* 1930 */ @media (min-width: 992px) {
/* 1931 */   .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
/* 1932 */     float: left;
/* 1933 */   }
/* 1934 */   .col-md-12 {
/* 1935 */     width: 100%;
/* 1936 */   }
/* 1937 */   .col-md-11 {
/* 1938 */     width: 91.66666667%;
/* 1939 */   }
/* 1940 */   .col-md-10 {
/* 1941 */     width: 83.33333333%;
/* 1942 */   }
/* 1943 */   .col-md-9 {
/* 1944 */     width: 75%;
/* 1945 */   }
/* 1946 */   .col-md-8 {
/* 1947 */     width: 66.66666667%;
/* 1948 */   }
/* 1949 */   .col-md-7 {
/* 1950 */     width: 58.33333333%;

/* bootstrap.css */

/* 1951 */   }
/* 1952 */   .col-md-6 {
/* 1953 */     width: 50%;
/* 1954 */   }
/* 1955 */   .col-md-5 {
/* 1956 */     width: 41.66666667%;
/* 1957 */   }
/* 1958 */   .col-md-4 {
/* 1959 */     width: 33.33333333%;
/* 1960 */   }
/* 1961 */   .col-md-3 {
/* 1962 */     width: 25%;
/* 1963 */   }
/* 1964 */   .col-md-2 {
/* 1965 */     width: 16.66666667%;
/* 1966 */   }
/* 1967 */   .col-md-1 {
/* 1968 */     width: 8.33333333%;
/* 1969 */   }
/* 1970 */   .col-md-pull-12 {
/* 1971 */     right: 100%;
/* 1972 */   }
/* 1973 */   .col-md-pull-11 {
/* 1974 */     right: 91.66666667%;
/* 1975 */   }
/* 1976 */   .col-md-pull-10 {
/* 1977 */     right: 83.33333333%;
/* 1978 */   }
/* 1979 */   .col-md-pull-9 {
/* 1980 */     right: 75%;
/* 1981 */   }
/* 1982 */   .col-md-pull-8 {
/* 1983 */     right: 66.66666667%;
/* 1984 */   }
/* 1985 */   .col-md-pull-7 {
/* 1986 */     right: 58.33333333%;
/* 1987 */   }
/* 1988 */   .col-md-pull-6 {
/* 1989 */     right: 50%;
/* 1990 */   }
/* 1991 */   .col-md-pull-5 {
/* 1992 */     right: 41.66666667%;
/* 1993 */   }
/* 1994 */   .col-md-pull-4 {
/* 1995 */     right: 33.33333333%;
/* 1996 */   }
/* 1997 */   .col-md-pull-3 {
/* 1998 */     right: 25%;
/* 1999 */   }
/* 2000 */   .col-md-pull-2 {

/* bootstrap.css */

/* 2001 */     right: 16.66666667%;
/* 2002 */   }
/* 2003 */   .col-md-pull-1 {
/* 2004 */     right: 8.33333333%;
/* 2005 */   }
/* 2006 */   .col-md-pull-0 {
/* 2007 */     right: auto;
/* 2008 */   }
/* 2009 */   .col-md-push-12 {
/* 2010 */     left: 100%;
/* 2011 */   }
/* 2012 */   .col-md-push-11 {
/* 2013 */     left: 91.66666667%;
/* 2014 */   }
/* 2015 */   .col-md-push-10 {
/* 2016 */     left: 83.33333333%;
/* 2017 */   }
/* 2018 */   .col-md-push-9 {
/* 2019 */     left: 75%;
/* 2020 */   }
/* 2021 */   .col-md-push-8 {
/* 2022 */     left: 66.66666667%;
/* 2023 */   }
/* 2024 */   .col-md-push-7 {
/* 2025 */     left: 58.33333333%;
/* 2026 */   }
/* 2027 */   .col-md-push-6 {
/* 2028 */     left: 50%;
/* 2029 */   }
/* 2030 */   .col-md-push-5 {
/* 2031 */     left: 41.66666667%;
/* 2032 */   }
/* 2033 */   .col-md-push-4 {
/* 2034 */     left: 33.33333333%;
/* 2035 */   }
/* 2036 */   .col-md-push-3 {
/* 2037 */     left: 25%;
/* 2038 */   }
/* 2039 */   .col-md-push-2 {
/* 2040 */     left: 16.66666667%;
/* 2041 */   }
/* 2042 */   .col-md-push-1 {
/* 2043 */     left: 8.33333333%;
/* 2044 */   }
/* 2045 */   .col-md-push-0 {
/* 2046 */     left: auto;
/* 2047 */   }
/* 2048 */   .col-md-offset-12 {
/* 2049 */     margin-left: 100%;
/* 2050 */   }

/* bootstrap.css */

/* 2051 */   .col-md-offset-11 {
/* 2052 */     margin-left: 91.66666667%;
/* 2053 */   }
/* 2054 */   .col-md-offset-10 {
/* 2055 */     margin-left: 83.33333333%;
/* 2056 */   }
/* 2057 */   .col-md-offset-9 {
/* 2058 */     margin-left: 75%;
/* 2059 */   }
/* 2060 */   .col-md-offset-8 {
/* 2061 */     margin-left: 66.66666667%;
/* 2062 */   }
/* 2063 */   .col-md-offset-7 {
/* 2064 */     margin-left: 58.33333333%;
/* 2065 */   }
/* 2066 */   .col-md-offset-6 {
/* 2067 */     margin-left: 50%;
/* 2068 */   }
/* 2069 */   .col-md-offset-5 {
/* 2070 */     margin-left: 41.66666667%;
/* 2071 */   }
/* 2072 */   .col-md-offset-4 {
/* 2073 */     margin-left: 33.33333333%;
/* 2074 */   }
/* 2075 */   .col-md-offset-3 {
/* 2076 */     margin-left: 25%;
/* 2077 */   }
/* 2078 */   .col-md-offset-2 {
/* 2079 */     margin-left: 16.66666667%;
/* 2080 */   }
/* 2081 */   .col-md-offset-1 {
/* 2082 */     margin-left: 8.33333333%;
/* 2083 */   }
/* 2084 */   .col-md-offset-0 {
/* 2085 */     margin-left: 0;
/* 2086 */   }
/* 2087 */ }
/* 2088 */ @media (min-width: 1200px) {
/* 2089 */   .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
/* 2090 */     float: left;
/* 2091 */   }
/* 2092 */   .col-lg-12 {
/* 2093 */     width: 100%;
/* 2094 */   }
/* 2095 */   .col-lg-11 {
/* 2096 */     width: 91.66666667%;
/* 2097 */   }
/* 2098 */   .col-lg-10 {
/* 2099 */     width: 83.33333333%;
/* 2100 */   }

/* bootstrap.css */

/* 2101 */   .col-lg-9 {
/* 2102 */     width: 75%;
/* 2103 */   }
/* 2104 */   .col-lg-8 {
/* 2105 */     width: 66.66666667%;
/* 2106 */   }
/* 2107 */   .col-lg-7 {
/* 2108 */     width: 58.33333333%;
/* 2109 */   }
/* 2110 */   .col-lg-6 {
/* 2111 */     width: 50%;
/* 2112 */   }
/* 2113 */   .col-lg-5 {
/* 2114 */     width: 41.66666667%;
/* 2115 */   }
/* 2116 */   .col-lg-4 {
/* 2117 */     width: 33.33333333%;
/* 2118 */   }
/* 2119 */   .col-lg-3 {
/* 2120 */     width: 25%;
/* 2121 */   }
/* 2122 */   .col-lg-2 {
/* 2123 */     width: 16.66666667%;
/* 2124 */   }
/* 2125 */   .col-lg-1 {
/* 2126 */     width: 8.33333333%;
/* 2127 */   }
/* 2128 */   .col-lg-pull-12 {
/* 2129 */     right: 100%;
/* 2130 */   }
/* 2131 */   .col-lg-pull-11 {
/* 2132 */     right: 91.66666667%;
/* 2133 */   }
/* 2134 */   .col-lg-pull-10 {
/* 2135 */     right: 83.33333333%;
/* 2136 */   }
/* 2137 */   .col-lg-pull-9 {
/* 2138 */     right: 75%;
/* 2139 */   }
/* 2140 */   .col-lg-pull-8 {
/* 2141 */     right: 66.66666667%;
/* 2142 */   }
/* 2143 */   .col-lg-pull-7 {
/* 2144 */     right: 58.33333333%;
/* 2145 */   }
/* 2146 */   .col-lg-pull-6 {
/* 2147 */     right: 50%;
/* 2148 */   }
/* 2149 */   .col-lg-pull-5 {
/* 2150 */     right: 41.66666667%;

/* bootstrap.css */

/* 2151 */   }
/* 2152 */   .col-lg-pull-4 {
/* 2153 */     right: 33.33333333%;
/* 2154 */   }
/* 2155 */   .col-lg-pull-3 {
/* 2156 */     right: 25%;
/* 2157 */   }
/* 2158 */   .col-lg-pull-2 {
/* 2159 */     right: 16.66666667%;
/* 2160 */   }
/* 2161 */   .col-lg-pull-1 {
/* 2162 */     right: 8.33333333%;
/* 2163 */   }
/* 2164 */   .col-lg-pull-0 {
/* 2165 */     right: auto;
/* 2166 */   }
/* 2167 */   .col-lg-push-12 {
/* 2168 */     left: 100%;
/* 2169 */   }
/* 2170 */   .col-lg-push-11 {
/* 2171 */     left: 91.66666667%;
/* 2172 */   }
/* 2173 */   .col-lg-push-10 {
/* 2174 */     left: 83.33333333%;
/* 2175 */   }
/* 2176 */   .col-lg-push-9 {
/* 2177 */     left: 75%;
/* 2178 */   }
/* 2179 */   .col-lg-push-8 {
/* 2180 */     left: 66.66666667%;
/* 2181 */   }
/* 2182 */   .col-lg-push-7 {
/* 2183 */     left: 58.33333333%;
/* 2184 */   }
/* 2185 */   .col-lg-push-6 {
/* 2186 */     left: 50%;
/* 2187 */   }
/* 2188 */   .col-lg-push-5 {
/* 2189 */     left: 41.66666667%;
/* 2190 */   }
/* 2191 */   .col-lg-push-4 {
/* 2192 */     left: 33.33333333%;
/* 2193 */   }
/* 2194 */   .col-lg-push-3 {
/* 2195 */     left: 25%;
/* 2196 */   }
/* 2197 */   .col-lg-push-2 {
/* 2198 */     left: 16.66666667%;
/* 2199 */   }
/* 2200 */   .col-lg-push-1 {

/* bootstrap.css */

/* 2201 */     left: 8.33333333%;
/* 2202 */   }
/* 2203 */   .col-lg-push-0 {
/* 2204 */     left: auto;
/* 2205 */   }
/* 2206 */   .col-lg-offset-12 {
/* 2207 */     margin-left: 100%;
/* 2208 */   }
/* 2209 */   .col-lg-offset-11 {
/* 2210 */     margin-left: 91.66666667%;
/* 2211 */   }
/* 2212 */   .col-lg-offset-10 {
/* 2213 */     margin-left: 83.33333333%;
/* 2214 */   }
/* 2215 */   .col-lg-offset-9 {
/* 2216 */     margin-left: 75%;
/* 2217 */   }
/* 2218 */   .col-lg-offset-8 {
/* 2219 */     margin-left: 66.66666667%;
/* 2220 */   }
/* 2221 */   .col-lg-offset-7 {
/* 2222 */     margin-left: 58.33333333%;
/* 2223 */   }
/* 2224 */   .col-lg-offset-6 {
/* 2225 */     margin-left: 50%;
/* 2226 */   }
/* 2227 */   .col-lg-offset-5 {
/* 2228 */     margin-left: 41.66666667%;
/* 2229 */   }
/* 2230 */   .col-lg-offset-4 {
/* 2231 */     margin-left: 33.33333333%;
/* 2232 */   }
/* 2233 */   .col-lg-offset-3 {
/* 2234 */     margin-left: 25%;
/* 2235 */   }
/* 2236 */   .col-lg-offset-2 {
/* 2237 */     margin-left: 16.66666667%;
/* 2238 */   }
/* 2239 */   .col-lg-offset-1 {
/* 2240 */     margin-left: 8.33333333%;
/* 2241 */   }
/* 2242 */   .col-lg-offset-0 {
/* 2243 */     margin-left: 0;
/* 2244 */   }
/* 2245 */ }
/* 2246 */ table {
/* 2247 */   background-color: transparent;
/* 2248 */ }
/* 2249 */ caption {
/* 2250 */   padding-top: 8px;

/* bootstrap.css */

/* 2251 */   padding-bottom: 8px;
/* 2252 */   color: #777;
/* 2253 */   text-align: left;
/* 2254 */ }
/* 2255 */ th {
/* 2256 */   text-align: left;
/* 2257 */ }
/* 2258 */ .table {
/* 2259 */   width: 100%;
/* 2260 */   max-width: 100%;
/* 2261 */   margin-bottom: 20px;
/* 2262 */ }
/* 2263 */ .table > thead > tr > th,
/* 2264 */ .table > tbody > tr > th,
/* 2265 */ .table > tfoot > tr > th,
/* 2266 */ .table > thead > tr > td,
/* 2267 */ .table > tbody > tr > td,
/* 2268 */ .table > tfoot > tr > td {
/* 2269 */   padding: 8px;
/* 2270 */   line-height: 1.42857143;
/* 2271 */   vertical-align: top;
/* 2272 */   border-top: 1px solid #ddd;
/* 2273 */ }
/* 2274 */ .table > thead > tr > th {
/* 2275 */   vertical-align: bottom;
/* 2276 */   border-bottom: 2px solid #ddd;
/* 2277 */ }
/* 2278 */ .table > caption + thead > tr:first-child > th,
/* 2279 */ .table > colgroup + thead > tr:first-child > th,
/* 2280 */ .table > thead:first-child > tr:first-child > th,
/* 2281 */ .table > caption + thead > tr:first-child > td,
/* 2282 */ .table > colgroup + thead > tr:first-child > td,
/* 2283 */ .table > thead:first-child > tr:first-child > td {
/* 2284 */   border-top: 0;
/* 2285 */ }
/* 2286 */ .table > tbody + tbody {
/* 2287 */   border-top: 2px solid #ddd;
/* 2288 */ }
/* 2289 */ .table .table {
/* 2290 */   background-color: #fff;
/* 2291 */ }
/* 2292 */ .table-condensed > thead > tr > th,
/* 2293 */ .table-condensed > tbody > tr > th,
/* 2294 */ .table-condensed > tfoot > tr > th,
/* 2295 */ .table-condensed > thead > tr > td,
/* 2296 */ .table-condensed > tbody > tr > td,
/* 2297 */ .table-condensed > tfoot > tr > td {
/* 2298 */   padding: 5px;
/* 2299 */ }
/* 2300 */ .table-bordered {

/* bootstrap.css */

/* 2301 */   border: 1px solid #ddd;
/* 2302 */ }
/* 2303 */ .table-bordered > thead > tr > th,
/* 2304 */ .table-bordered > tbody > tr > th,
/* 2305 */ .table-bordered > tfoot > tr > th,
/* 2306 */ .table-bordered > thead > tr > td,
/* 2307 */ .table-bordered > tbody > tr > td,
/* 2308 */ .table-bordered > tfoot > tr > td {
/* 2309 */   border: 1px solid #ddd;
/* 2310 */ }
/* 2311 */ .table-bordered > thead > tr > th,
/* 2312 */ .table-bordered > thead > tr > td {
/* 2313 */   border-bottom-width: 2px;
/* 2314 */ }
/* 2315 */ .table-striped > tbody > tr:nth-of-type(odd) {
/* 2316 */   background-color: #f9f9f9;
/* 2317 */ }
/* 2318 */ .table-hover > tbody > tr:hover {
/* 2319 */   background-color: #f5f5f5;
/* 2320 */ }
/* 2321 */ table col[class*="col-"] {
/* 2322 */   position: static;
/* 2323 */   display: table-column;
/* 2324 */   float: none;
/* 2325 */ }
/* 2326 */ table td[class*="col-"],
/* 2327 */ table th[class*="col-"] {
/* 2328 */   position: static;
/* 2329 */   display: table-cell;
/* 2330 */   float: none;
/* 2331 */ }
/* 2332 */ .table > thead > tr > td.active,
/* 2333 */ .table > tbody > tr > td.active,
/* 2334 */ .table > tfoot > tr > td.active,
/* 2335 */ .table > thead > tr > th.active,
/* 2336 */ .table > tbody > tr > th.active,
/* 2337 */ .table > tfoot > tr > th.active,
/* 2338 */ .table > thead > tr.active > td,
/* 2339 */ .table > tbody > tr.active > td,
/* 2340 */ .table > tfoot > tr.active > td,
/* 2341 */ .table > thead > tr.active > th,
/* 2342 */ .table > tbody > tr.active > th,
/* 2343 */ .table > tfoot > tr.active > th {
/* 2344 */   background-color: #f5f5f5;
/* 2345 */ }
/* 2346 */ .table-hover > tbody > tr > td.active:hover,
/* 2347 */ .table-hover > tbody > tr > th.active:hover,
/* 2348 */ .table-hover > tbody > tr.active:hover > td,
/* 2349 */ .table-hover > tbody > tr:hover > .active,
/* 2350 */ .table-hover > tbody > tr.active:hover > th {

/* bootstrap.css */

/* 2351 */   background-color: #e8e8e8;
/* 2352 */ }
/* 2353 */ .table > thead > tr > td.success,
/* 2354 */ .table > tbody > tr > td.success,
/* 2355 */ .table > tfoot > tr > td.success,
/* 2356 */ .table > thead > tr > th.success,
/* 2357 */ .table > tbody > tr > th.success,
/* 2358 */ .table > tfoot > tr > th.success,
/* 2359 */ .table > thead > tr.success > td,
/* 2360 */ .table > tbody > tr.success > td,
/* 2361 */ .table > tfoot > tr.success > td,
/* 2362 */ .table > thead > tr.success > th,
/* 2363 */ .table > tbody > tr.success > th,
/* 2364 */ .table > tfoot > tr.success > th {
/* 2365 */   background-color: #dff0d8;
/* 2366 */ }
/* 2367 */ .table-hover > tbody > tr > td.success:hover,
/* 2368 */ .table-hover > tbody > tr > th.success:hover,
/* 2369 */ .table-hover > tbody > tr.success:hover > td,
/* 2370 */ .table-hover > tbody > tr:hover > .success,
/* 2371 */ .table-hover > tbody > tr.success:hover > th {
/* 2372 */   background-color: #d0e9c6;
/* 2373 */ }
/* 2374 */ .table > thead > tr > td.info,
/* 2375 */ .table > tbody > tr > td.info,
/* 2376 */ .table > tfoot > tr > td.info,
/* 2377 */ .table > thead > tr > th.info,
/* 2378 */ .table > tbody > tr > th.info,
/* 2379 */ .table > tfoot > tr > th.info,
/* 2380 */ .table > thead > tr.info > td,
/* 2381 */ .table > tbody > tr.info > td,
/* 2382 */ .table > tfoot > tr.info > td,
/* 2383 */ .table > thead > tr.info > th,
/* 2384 */ .table > tbody > tr.info > th,
/* 2385 */ .table > tfoot > tr.info > th {
/* 2386 */   background-color: #d9edf7;
/* 2387 */ }
/* 2388 */ .table-hover > tbody > tr > td.info:hover,
/* 2389 */ .table-hover > tbody > tr > th.info:hover,
/* 2390 */ .table-hover > tbody > tr.info:hover > td,
/* 2391 */ .table-hover > tbody > tr:hover > .info,
/* 2392 */ .table-hover > tbody > tr.info:hover > th {
/* 2393 */   background-color: #c4e3f3;
/* 2394 */ }
/* 2395 */ .table > thead > tr > td.warning,
/* 2396 */ .table > tbody > tr > td.warning,
/* 2397 */ .table > tfoot > tr > td.warning,
/* 2398 */ .table > thead > tr > th.warning,
/* 2399 */ .table > tbody > tr > th.warning,
/* 2400 */ .table > tfoot > tr > th.warning,

/* bootstrap.css */

/* 2401 */ .table > thead > tr.warning > td,
/* 2402 */ .table > tbody > tr.warning > td,
/* 2403 */ .table > tfoot > tr.warning > td,
/* 2404 */ .table > thead > tr.warning > th,
/* 2405 */ .table > tbody > tr.warning > th,
/* 2406 */ .table > tfoot > tr.warning > th {
/* 2407 */   background-color: #fcf8e3;
/* 2408 */ }
/* 2409 */ .table-hover > tbody > tr > td.warning:hover,
/* 2410 */ .table-hover > tbody > tr > th.warning:hover,
/* 2411 */ .table-hover > tbody > tr.warning:hover > td,
/* 2412 */ .table-hover > tbody > tr:hover > .warning,
/* 2413 */ .table-hover > tbody > tr.warning:hover > th {
/* 2414 */   background-color: #faf2cc;
/* 2415 */ }
/* 2416 */ .table > thead > tr > td.danger,
/* 2417 */ .table > tbody > tr > td.danger,
/* 2418 */ .table > tfoot > tr > td.danger,
/* 2419 */ .table > thead > tr > th.danger,
/* 2420 */ .table > tbody > tr > th.danger,
/* 2421 */ .table > tfoot > tr > th.danger,
/* 2422 */ .table > thead > tr.danger > td,
/* 2423 */ .table > tbody > tr.danger > td,
/* 2424 */ .table > tfoot > tr.danger > td,
/* 2425 */ .table > thead > tr.danger > th,
/* 2426 */ .table > tbody > tr.danger > th,
/* 2427 */ .table > tfoot > tr.danger > th {
/* 2428 */   background-color: #f2dede;
/* 2429 */ }
/* 2430 */ .table-hover > tbody > tr > td.danger:hover,
/* 2431 */ .table-hover > tbody > tr > th.danger:hover,
/* 2432 */ .table-hover > tbody > tr.danger:hover > td,
/* 2433 */ .table-hover > tbody > tr:hover > .danger,
/* 2434 */ .table-hover > tbody > tr.danger:hover > th {
/* 2435 */   background-color: #ebcccc;
/* 2436 */ }
/* 2437 */ .table-responsive {
/* 2438 */   min-height: .01%;
/* 2439 */   overflow-x: auto;
/* 2440 */ }
/* 2441 */ @media screen and (max-width: 767px) {
/* 2442 */   .table-responsive {
/* 2443 */     width: 100%;
/* 2444 */     margin-bottom: 15px;
/* 2445 */     overflow-y: hidden;
/* 2446 */     -ms-overflow-style: -ms-autohiding-scrollbar;
/* 2447 */     border: 1px solid #ddd;
/* 2448 */   }
/* 2449 */   .table-responsive > .table {
/* 2450 */     margin-bottom: 0;

/* bootstrap.css */

/* 2451 */   }
/* 2452 */   .table-responsive > .table > thead > tr > th,
/* 2453 */   .table-responsive > .table > tbody > tr > th,
/* 2454 */   .table-responsive > .table > tfoot > tr > th,
/* 2455 */   .table-responsive > .table > thead > tr > td,
/* 2456 */   .table-responsive > .table > tbody > tr > td,
/* 2457 */   .table-responsive > .table > tfoot > tr > td {
/* 2458 */     white-space: nowrap;
/* 2459 */   }
/* 2460 */   .table-responsive > .table-bordered {
/* 2461 */     border: 0;
/* 2462 */   }
/* 2463 */   .table-responsive > .table-bordered > thead > tr > th:first-child,
/* 2464 */   .table-responsive > .table-bordered > tbody > tr > th:first-child,
/* 2465 */   .table-responsive > .table-bordered > tfoot > tr > th:first-child,
/* 2466 */   .table-responsive > .table-bordered > thead > tr > td:first-child,
/* 2467 */   .table-responsive > .table-bordered > tbody > tr > td:first-child,
/* 2468 */   .table-responsive > .table-bordered > tfoot > tr > td:first-child {
/* 2469 */     border-left: 0;
/* 2470 */   }
/* 2471 */   .table-responsive > .table-bordered > thead > tr > th:last-child,
/* 2472 */   .table-responsive > .table-bordered > tbody > tr > th:last-child,
/* 2473 */   .table-responsive > .table-bordered > tfoot > tr > th:last-child,
/* 2474 */   .table-responsive > .table-bordered > thead > tr > td:last-child,
/* 2475 */   .table-responsive > .table-bordered > tbody > tr > td:last-child,
/* 2476 */   .table-responsive > .table-bordered > tfoot > tr > td:last-child {
/* 2477 */     border-right: 0;
/* 2478 */   }
/* 2479 */   .table-responsive > .table-bordered > tbody > tr:last-child > th,
/* 2480 */   .table-responsive > .table-bordered > tfoot > tr:last-child > th,
/* 2481 */   .table-responsive > .table-bordered > tbody > tr:last-child > td,
/* 2482 */   .table-responsive > .table-bordered > tfoot > tr:last-child > td {
/* 2483 */     border-bottom: 0;
/* 2484 */   }
/* 2485 */ }
/* 2486 */ fieldset {
/* 2487 */   min-width: 0;
/* 2488 */   padding: 0;
/* 2489 */   margin: 0;
/* 2490 */   border: 0;
/* 2491 */ }
/* 2492 */ legend {
/* 2493 */   display: block;
/* 2494 */   width: 100%;
/* 2495 */   padding: 0;
/* 2496 */   margin-bottom: 20px;
/* 2497 */   font-size: 21px;
/* 2498 */   line-height: inherit;
/* 2499 */   color: #333;
/* 2500 */   border: 0;

/* bootstrap.css */

/* 2501 */   border-bottom: 1px solid #e5e5e5;
/* 2502 */ }
/* 2503 */ label {
/* 2504 */   display: inline-block;
/* 2505 */   max-width: 100%;
/* 2506 */   margin-bottom: 5px;
/* 2507 */   font-weight: bold;
/* 2508 */ }
/* 2509 */ input[type="search"] {
/* 2510 */   -webkit-box-sizing: border-box;
/* 2511 */      -moz-box-sizing: border-box;
/* 2512 */           box-sizing: border-box;
/* 2513 */ }
/* 2514 */ input[type="radio"],
/* 2515 */ input[type="checkbox"] {
/* 2516 */   margin: 4px 0 0;
/* 2517 */   margin-top: 1px \9;
/* 2518 */   line-height: normal;
/* 2519 */ }
/* 2520 */ input[type="file"] {
/* 2521 */   display: block;
/* 2522 */ }
/* 2523 */ input[type="range"] {
/* 2524 */   display: block;
/* 2525 */   width: 100%;
/* 2526 */ }
/* 2527 */ select[multiple],
/* 2528 */ select[size] {
/* 2529 */   height: auto;
/* 2530 */ }
/* 2531 */ input[type="file"]:focus,
/* 2532 */ input[type="radio"]:focus,
/* 2533 */ input[type="checkbox"]:focus {
/* 2534 */   outline: 5px auto -webkit-focus-ring-color;
/* 2535 */   outline-offset: -2px;
/* 2536 */ }
/* 2537 */ output {
/* 2538 */   display: block;
/* 2539 */   padding-top: 7px;
/* 2540 */   font-size: 14px;
/* 2541 */   line-height: 1.42857143;
/* 2542 */   color: #555;
/* 2543 */ }
/* 2544 */ .form-control {
/* 2545 */   display: block;
/* 2546 */   width: 100%;
/* 2547 */   height: 34px;
/* 2548 */   padding: 6px 12px;
/* 2549 */   font-size: 14px;
/* 2550 */   line-height: 1.42857143;

/* bootstrap.css */

/* 2551 */   color: #555;
/* 2552 */   background-color: #fff;
/* 2553 */   background-image: none;
/* 2554 */   border: 1px solid #ccc;
/* 2555 */   border-radius: 4px;
/* 2556 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
/* 2557 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
/* 2558 */   -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
/* 2559 */        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
/* 2560 */           transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
/* 2561 */ }
/* 2562 */ .form-control:focus {
/* 2563 */   border-color: #66afe9;
/* 2564 */   outline: 0;
/* 2565 */   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
/* 2566 */           box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
/* 2567 */ }
/* 2568 */ .form-control::-moz-placeholder {
/* 2569 */   color: #999;
/* 2570 */   opacity: 1;
/* 2571 */ }
/* 2572 */ .form-control:-ms-input-placeholder {
/* 2573 */   color: #999;
/* 2574 */ }
/* 2575 */ .form-control::-webkit-input-placeholder {
/* 2576 */   color: #999;
/* 2577 */ }
/* 2578 */ .form-control::-ms-expand {
/* 2579 */   background-color: transparent;
/* 2580 */   border: 0;
/* 2581 */ }
/* 2582 */ .form-control[disabled],
/* 2583 */ .form-control[readonly],
/* 2584 */ fieldset[disabled] .form-control {
/* 2585 */   background-color: #eee;
/* 2586 */   opacity: 1;
/* 2587 */ }
/* 2588 */ .form-control[disabled],
/* 2589 */ fieldset[disabled] .form-control {
/* 2590 */   cursor: not-allowed;
/* 2591 */ }
/* 2592 */ textarea.form-control {
/* 2593 */   height: auto;
/* 2594 */ }
/* 2595 */ input[type="search"] {
/* 2596 */   -webkit-appearance: none;
/* 2597 */ }
/* 2598 */ @media screen and (-webkit-min-device-pixel-ratio: 0) {
/* 2599 */   input[type="date"].form-control,
/* 2600 */   input[type="time"].form-control,

/* bootstrap.css */

/* 2601 */   input[type="datetime-local"].form-control,
/* 2602 */   input[type="month"].form-control {
/* 2603 */     line-height: 34px;
/* 2604 */   }
/* 2605 */   input[type="date"].input-sm,
/* 2606 */   input[type="time"].input-sm,
/* 2607 */   input[type="datetime-local"].input-sm,
/* 2608 */   input[type="month"].input-sm,
/* 2609 */   .input-group-sm input[type="date"],
/* 2610 */   .input-group-sm input[type="time"],
/* 2611 */   .input-group-sm input[type="datetime-local"],
/* 2612 */   .input-group-sm input[type="month"] {
/* 2613 */     line-height: 30px;
/* 2614 */   }
/* 2615 */   input[type="date"].input-lg,
/* 2616 */   input[type="time"].input-lg,
/* 2617 */   input[type="datetime-local"].input-lg,
/* 2618 */   input[type="month"].input-lg,
/* 2619 */   .input-group-lg input[type="date"],
/* 2620 */   .input-group-lg input[type="time"],
/* 2621 */   .input-group-lg input[type="datetime-local"],
/* 2622 */   .input-group-lg input[type="month"] {
/* 2623 */     line-height: 46px;
/* 2624 */   }
/* 2625 */ }
/* 2626 */ .form-group {
/* 2627 */   margin-bottom: 15px;
/* 2628 */ }
/* 2629 */ .radio,
/* 2630 */ .checkbox {
/* 2631 */   position: relative;
/* 2632 */   display: block;
/* 2633 */   margin-top: 10px;
/* 2634 */   margin-bottom: 10px;
/* 2635 */ }
/* 2636 */ .radio label,
/* 2637 */ .checkbox label {
/* 2638 */   min-height: 20px;
/* 2639 */   padding-left: 20px;
/* 2640 */   margin-bottom: 0;
/* 2641 */   font-weight: normal;
/* 2642 */   cursor: pointer;
/* 2643 */ }
/* 2644 */ .radio input[type="radio"],
/* 2645 */ .radio-inline input[type="radio"],
/* 2646 */ .checkbox input[type="checkbox"],
/* 2647 */ .checkbox-inline input[type="checkbox"] {
/* 2648 */   position: absolute;
/* 2649 */   margin-top: 4px \9;
/* 2650 */   margin-left: -20px;

/* bootstrap.css */

/* 2651 */ }
/* 2652 */ .radio + .radio,
/* 2653 */ .checkbox + .checkbox {
/* 2654 */   margin-top: -5px;
/* 2655 */ }
/* 2656 */ .radio-inline,
/* 2657 */ .checkbox-inline {
/* 2658 */   position: relative;
/* 2659 */   display: inline-block;
/* 2660 */   padding-left: 20px;
/* 2661 */   margin-bottom: 0;
/* 2662 */   font-weight: normal;
/* 2663 */   vertical-align: middle;
/* 2664 */   cursor: pointer;
/* 2665 */ }
/* 2666 */ .radio-inline + .radio-inline,
/* 2667 */ .checkbox-inline + .checkbox-inline {
/* 2668 */   margin-top: 0;
/* 2669 */   margin-left: 10px;
/* 2670 */ }
/* 2671 */ input[type="radio"][disabled],
/* 2672 */ input[type="checkbox"][disabled],
/* 2673 */ input[type="radio"].disabled,
/* 2674 */ input[type="checkbox"].disabled,
/* 2675 */ fieldset[disabled] input[type="radio"],
/* 2676 */ fieldset[disabled] input[type="checkbox"] {
/* 2677 */   cursor: not-allowed;
/* 2678 */ }
/* 2679 */ .radio-inline.disabled,
/* 2680 */ .checkbox-inline.disabled,
/* 2681 */ fieldset[disabled] .radio-inline,
/* 2682 */ fieldset[disabled] .checkbox-inline {
/* 2683 */   cursor: not-allowed;
/* 2684 */ }
/* 2685 */ .radio.disabled label,
/* 2686 */ .checkbox.disabled label,
/* 2687 */ fieldset[disabled] .radio label,
/* 2688 */ fieldset[disabled] .checkbox label {
/* 2689 */   cursor: not-allowed;
/* 2690 */ }
/* 2691 */ .form-control-static {
/* 2692 */   min-height: 34px;
/* 2693 */   padding-top: 7px;
/* 2694 */   padding-bottom: 7px;
/* 2695 */   margin-bottom: 0;
/* 2696 */ }
/* 2697 */ .form-control-static.input-lg,
/* 2698 */ .form-control-static.input-sm {
/* 2699 */   padding-right: 0;
/* 2700 */   padding-left: 0;

/* bootstrap.css */

/* 2701 */ }
/* 2702 */ .input-sm {
/* 2703 */   height: 30px;
/* 2704 */   padding: 5px 10px;
/* 2705 */   font-size: 12px;
/* 2706 */   line-height: 1.5;
/* 2707 */   border-radius: 3px;
/* 2708 */ }
/* 2709 */ select.input-sm {
/* 2710 */   height: 30px;
/* 2711 */   line-height: 30px;
/* 2712 */ }
/* 2713 */ textarea.input-sm,
/* 2714 */ select[multiple].input-sm {
/* 2715 */   height: auto;
/* 2716 */ }
/* 2717 */ .form-group-sm .form-control {
/* 2718 */   height: 30px;
/* 2719 */   padding: 5px 10px;
/* 2720 */   font-size: 12px;
/* 2721 */   line-height: 1.5;
/* 2722 */   border-radius: 3px;
/* 2723 */ }
/* 2724 */ .form-group-sm select.form-control {
/* 2725 */   height: 30px;
/* 2726 */   line-height: 30px;
/* 2727 */ }
/* 2728 */ .form-group-sm textarea.form-control,
/* 2729 */ .form-group-sm select[multiple].form-control {
/* 2730 */   height: auto;
/* 2731 */ }
/* 2732 */ .form-group-sm .form-control-static {
/* 2733 */   height: 30px;
/* 2734 */   min-height: 32px;
/* 2735 */   padding: 6px 10px;
/* 2736 */   font-size: 12px;
/* 2737 */   line-height: 1.5;
/* 2738 */ }
/* 2739 */ .input-lg {
/* 2740 */   height: 46px;
/* 2741 */   padding: 10px 16px;
/* 2742 */   font-size: 18px;
/* 2743 */   line-height: 1.3333333;
/* 2744 */   border-radius: 6px;
/* 2745 */ }
/* 2746 */ select.input-lg {
/* 2747 */   height: 46px;
/* 2748 */   line-height: 46px;
/* 2749 */ }
/* 2750 */ textarea.input-lg,

/* bootstrap.css */

/* 2751 */ select[multiple].input-lg {
/* 2752 */   height: auto;
/* 2753 */ }
/* 2754 */ .form-group-lg .form-control {
/* 2755 */   height: 46px;
/* 2756 */   padding: 10px 16px;
/* 2757 */   font-size: 18px;
/* 2758 */   line-height: 1.3333333;
/* 2759 */   border-radius: 6px;
/* 2760 */ }
/* 2761 */ .form-group-lg select.form-control {
/* 2762 */   height: 46px;
/* 2763 */   line-height: 46px;
/* 2764 */ }
/* 2765 */ .form-group-lg textarea.form-control,
/* 2766 */ .form-group-lg select[multiple].form-control {
/* 2767 */   height: auto;
/* 2768 */ }
/* 2769 */ .form-group-lg .form-control-static {
/* 2770 */   height: 46px;
/* 2771 */   min-height: 38px;
/* 2772 */   padding: 11px 16px;
/* 2773 */   font-size: 18px;
/* 2774 */   line-height: 1.3333333;
/* 2775 */ }
/* 2776 */ .has-feedback {
/* 2777 */   position: relative;
/* 2778 */ }
/* 2779 */ .has-feedback .form-control {
/* 2780 */   padding-right: 42.5px;
/* 2781 */ }
/* 2782 */ .form-control-feedback {
/* 2783 */   position: absolute;
/* 2784 */   top: 0;
/* 2785 */   right: 0;
/* 2786 */   z-index: 2;
/* 2787 */   display: block;
/* 2788 */   width: 34px;
/* 2789 */   height: 34px;
/* 2790 */   line-height: 34px;
/* 2791 */   text-align: center;
/* 2792 */   pointer-events: none;
/* 2793 */ }
/* 2794 */ .input-lg + .form-control-feedback,
/* 2795 */ .input-group-lg + .form-control-feedback,
/* 2796 */ .form-group-lg .form-control + .form-control-feedback {
/* 2797 */   width: 46px;
/* 2798 */   height: 46px;
/* 2799 */   line-height: 46px;
/* 2800 */ }

/* bootstrap.css */

/* 2801 */ .input-sm + .form-control-feedback,
/* 2802 */ .input-group-sm + .form-control-feedback,
/* 2803 */ .form-group-sm .form-control + .form-control-feedback {
/* 2804 */   width: 30px;
/* 2805 */   height: 30px;
/* 2806 */   line-height: 30px;
/* 2807 */ }
/* 2808 */ .has-success .help-block,
/* 2809 */ .has-success .control-label,
/* 2810 */ .has-success .radio,
/* 2811 */ .has-success .checkbox,
/* 2812 */ .has-success .radio-inline,
/* 2813 */ .has-success .checkbox-inline,
/* 2814 */ .has-success.radio label,
/* 2815 */ .has-success.checkbox label,
/* 2816 */ .has-success.radio-inline label,
/* 2817 */ .has-success.checkbox-inline label {
/* 2818 */   color: #3c763d;
/* 2819 */ }
/* 2820 */ .has-success .form-control {
/* 2821 */   border-color: #3c763d;
/* 2822 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
/* 2823 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
/* 2824 */ }
/* 2825 */ .has-success .form-control:focus {
/* 2826 */   border-color: #2b542c;
/* 2827 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
/* 2828 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
/* 2829 */ }
/* 2830 */ .has-success .input-group-addon {
/* 2831 */   color: #3c763d;
/* 2832 */   background-color: #dff0d8;
/* 2833 */   border-color: #3c763d;
/* 2834 */ }
/* 2835 */ .has-success .form-control-feedback {
/* 2836 */   color: #3c763d;
/* 2837 */ }
/* 2838 */ .has-warning .help-block,
/* 2839 */ .has-warning .control-label,
/* 2840 */ .has-warning .radio,
/* 2841 */ .has-warning .checkbox,
/* 2842 */ .has-warning .radio-inline,
/* 2843 */ .has-warning .checkbox-inline,
/* 2844 */ .has-warning.radio label,
/* 2845 */ .has-warning.checkbox label,
/* 2846 */ .has-warning.radio-inline label,
/* 2847 */ .has-warning.checkbox-inline label {
/* 2848 */   color: #8a6d3b;
/* 2849 */ }
/* 2850 */ .has-warning .form-control {

/* bootstrap.css */

/* 2851 */   border-color: #8a6d3b;
/* 2852 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
/* 2853 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
/* 2854 */ }
/* 2855 */ .has-warning .form-control:focus {
/* 2856 */   border-color: #66512c;
/* 2857 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
/* 2858 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
/* 2859 */ }
/* 2860 */ .has-warning .input-group-addon {
/* 2861 */   color: #8a6d3b;
/* 2862 */   background-color: #fcf8e3;
/* 2863 */   border-color: #8a6d3b;
/* 2864 */ }
/* 2865 */ .has-warning .form-control-feedback {
/* 2866 */   color: #8a6d3b;
/* 2867 */ }
/* 2868 */ .has-error .help-block,
/* 2869 */ .has-error .control-label,
/* 2870 */ .has-error .radio,
/* 2871 */ .has-error .checkbox,
/* 2872 */ .has-error .radio-inline,
/* 2873 */ .has-error .checkbox-inline,
/* 2874 */ .has-error.radio label,
/* 2875 */ .has-error.checkbox label,
/* 2876 */ .has-error.radio-inline label,
/* 2877 */ .has-error.checkbox-inline label {
/* 2878 */   color: #a94442;
/* 2879 */ }
/* 2880 */ .has-error .form-control {
/* 2881 */   border-color: #a94442;
/* 2882 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
/* 2883 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
/* 2884 */ }
/* 2885 */ .has-error .form-control:focus {
/* 2886 */   border-color: #843534;
/* 2887 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
/* 2888 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
/* 2889 */ }
/* 2890 */ .has-error .input-group-addon {
/* 2891 */   color: #a94442;
/* 2892 */   background-color: #f2dede;
/* 2893 */   border-color: #a94442;
/* 2894 */ }
/* 2895 */ .has-error .form-control-feedback {
/* 2896 */   color: #a94442;
/* 2897 */ }
/* 2898 */ .has-feedback label ~ .form-control-feedback {
/* 2899 */   top: 25px;
/* 2900 */ }

/* bootstrap.css */

/* 2901 */ .has-feedback label.sr-only ~ .form-control-feedback {
/* 2902 */   top: 0;
/* 2903 */ }
/* 2904 */ .help-block {
/* 2905 */   display: block;
/* 2906 */   margin-top: 5px;
/* 2907 */   margin-bottom: 10px;
/* 2908 */   color: #737373;
/* 2909 */ }
/* 2910 */ @media (min-width: 768px) {
/* 2911 */   .form-inline .form-group {
/* 2912 */     display: inline-block;
/* 2913 */     margin-bottom: 0;
/* 2914 */     vertical-align: middle;
/* 2915 */   }
/* 2916 */   .form-inline .form-control {
/* 2917 */     display: inline-block;
/* 2918 */     width: auto;
/* 2919 */     vertical-align: middle;
/* 2920 */   }
/* 2921 */   .form-inline .form-control-static {
/* 2922 */     display: inline-block;
/* 2923 */   }
/* 2924 */   .form-inline .input-group {
/* 2925 */     display: inline-table;
/* 2926 */     vertical-align: middle;
/* 2927 */   }
/* 2928 */   .form-inline .input-group .input-group-addon,
/* 2929 */   .form-inline .input-group .input-group-btn,
/* 2930 */   .form-inline .input-group .form-control {
/* 2931 */     width: auto;
/* 2932 */   }
/* 2933 */   .form-inline .input-group > .form-control {
/* 2934 */     width: 100%;
/* 2935 */   }
/* 2936 */   .form-inline .control-label {
/* 2937 */     margin-bottom: 0;
/* 2938 */     vertical-align: middle;
/* 2939 */   }
/* 2940 */   .form-inline .radio,
/* 2941 */   .form-inline .checkbox {
/* 2942 */     display: inline-block;
/* 2943 */     margin-top: 0;
/* 2944 */     margin-bottom: 0;
/* 2945 */     vertical-align: middle;
/* 2946 */   }
/* 2947 */   .form-inline .radio label,
/* 2948 */   .form-inline .checkbox label {
/* 2949 */     padding-left: 0;
/* 2950 */   }

/* bootstrap.css */

/* 2951 */   .form-inline .radio input[type="radio"],
/* 2952 */   .form-inline .checkbox input[type="checkbox"] {
/* 2953 */     position: relative;
/* 2954 */     margin-left: 0;
/* 2955 */   }
/* 2956 */   .form-inline .has-feedback .form-control-feedback {
/* 2957 */     top: 0;
/* 2958 */   }
/* 2959 */ }
/* 2960 */ .form-horizontal .radio,
/* 2961 */ .form-horizontal .checkbox,
/* 2962 */ .form-horizontal .radio-inline,
/* 2963 */ .form-horizontal .checkbox-inline {
/* 2964 */   padding-top: 7px;
/* 2965 */   margin-top: 0;
/* 2966 */   margin-bottom: 0;
/* 2967 */ }
/* 2968 */ .form-horizontal .radio,
/* 2969 */ .form-horizontal .checkbox {
/* 2970 */   min-height: 27px;
/* 2971 */ }
/* 2972 */ .form-horizontal .form-group {
/* 2973 */   margin-right: -15px;
/* 2974 */   margin-left: -15px;
/* 2975 */ }
/* 2976 */ @media (min-width: 768px) {
/* 2977 */   .form-horizontal .control-label {
/* 2978 */     padding-top: 7px;
/* 2979 */     margin-bottom: 0;
/* 2980 */     text-align: right;
/* 2981 */   }
/* 2982 */ }
/* 2983 */ .form-horizontal .has-feedback .form-control-feedback {
/* 2984 */   right: 15px;
/* 2985 */ }
/* 2986 */ @media (min-width: 768px) {
/* 2987 */   .form-horizontal .form-group-lg .control-label {
/* 2988 */     padding-top: 11px;
/* 2989 */     font-size: 18px;
/* 2990 */   }
/* 2991 */ }
/* 2992 */ @media (min-width: 768px) {
/* 2993 */   .form-horizontal .form-group-sm .control-label {
/* 2994 */     padding-top: 6px;
/* 2995 */     font-size: 12px;
/* 2996 */   }
/* 2997 */ }
/* 2998 */ .btn {
/* 2999 */   display: inline-block;
/* 3000 */   padding: 6px 12px;

/* bootstrap.css */

/* 3001 */   margin-bottom: 0;
/* 3002 */   font-size: 14px;
/* 3003 */   font-weight: normal;
/* 3004 */   line-height: 1.42857143;
/* 3005 */   text-align: center;
/* 3006 */   white-space: nowrap;
/* 3007 */   vertical-align: middle;
/* 3008 */   -ms-touch-action: manipulation;
/* 3009 */       touch-action: manipulation;
/* 3010 */   cursor: pointer;
/* 3011 */   -webkit-user-select: none;
/* 3012 */      -moz-user-select: none;
/* 3013 */       -ms-user-select: none;
/* 3014 */           user-select: none;
/* 3015 */   background-image: none;
/* 3016 */   border: 1px solid transparent;
/* 3017 */   border-radius: 4px;
/* 3018 */ }
/* 3019 */ .btn:focus,
/* 3020 */ .btn:active:focus,
/* 3021 */ .btn.active:focus,
/* 3022 */ .btn.focus,
/* 3023 */ .btn:active.focus,
/* 3024 */ .btn.active.focus {
/* 3025 */   outline: 5px auto -webkit-focus-ring-color;
/* 3026 */   outline-offset: -2px;
/* 3027 */ }
/* 3028 */ .btn:hover,
/* 3029 */ .btn:focus,
/* 3030 */ .btn.focus {
/* 3031 */   color: #333;
/* 3032 */   text-decoration: none;
/* 3033 */ }
/* 3034 */ .btn:active,
/* 3035 */ .btn.active {
/* 3036 */   background-image: none;
/* 3037 */   outline: 0;
/* 3038 */   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
/* 3039 */           box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
/* 3040 */ }
/* 3041 */ .btn.disabled,
/* 3042 */ .btn[disabled],
/* 3043 */ fieldset[disabled] .btn {
/* 3044 */   cursor: not-allowed;
/* 3045 */   filter: alpha(opacity=65);
/* 3046 */   -webkit-box-shadow: none;
/* 3047 */           box-shadow: none;
/* 3048 */   opacity: .65;
/* 3049 */ }
/* 3050 */ a.btn.disabled,

/* bootstrap.css */

/* 3051 */ fieldset[disabled] a.btn {
/* 3052 */   pointer-events: none;
/* 3053 */ }
/* 3054 */ .btn-default {
/* 3055 */   color: #333;
/* 3056 */   background-color: #fff;
/* 3057 */   border-color: #ccc;
/* 3058 */ }
/* 3059 */ .btn-default:focus,
/* 3060 */ .btn-default.focus {
/* 3061 */   color: #333;
/* 3062 */   background-color: #e6e6e6;
/* 3063 */   border-color: #8c8c8c;
/* 3064 */ }
/* 3065 */ .btn-default:hover {
/* 3066 */   color: #333;
/* 3067 */   background-color: #e6e6e6;
/* 3068 */   border-color: #adadad;
/* 3069 */ }
/* 3070 */ .btn-default:active,
/* 3071 */ .btn-default.active,
/* 3072 */ .open > .dropdown-toggle.btn-default {
/* 3073 */   color: #333;
/* 3074 */   background-color: #e6e6e6;
/* 3075 */   border-color: #adadad;
/* 3076 */ }
/* 3077 */ .btn-default:active:hover,
/* 3078 */ .btn-default.active:hover,
/* 3079 */ .open > .dropdown-toggle.btn-default:hover,
/* 3080 */ .btn-default:active:focus,
/* 3081 */ .btn-default.active:focus,
/* 3082 */ .open > .dropdown-toggle.btn-default:focus,
/* 3083 */ .btn-default:active.focus,
/* 3084 */ .btn-default.active.focus,
/* 3085 */ .open > .dropdown-toggle.btn-default.focus {
/* 3086 */   color: #333;
/* 3087 */   background-color: #d4d4d4;
/* 3088 */   border-color: #8c8c8c;
/* 3089 */ }
/* 3090 */ .btn-default:active,
/* 3091 */ .btn-default.active,
/* 3092 */ .open > .dropdown-toggle.btn-default {
/* 3093 */   background-image: none;
/* 3094 */ }
/* 3095 */ .btn-default.disabled:hover,
/* 3096 */ .btn-default[disabled]:hover,
/* 3097 */ fieldset[disabled] .btn-default:hover,
/* 3098 */ .btn-default.disabled:focus,
/* 3099 */ .btn-default[disabled]:focus,
/* 3100 */ fieldset[disabled] .btn-default:focus,

/* bootstrap.css */

/* 3101 */ .btn-default.disabled.focus,
/* 3102 */ .btn-default[disabled].focus,
/* 3103 */ fieldset[disabled] .btn-default.focus {
/* 3104 */   background-color: #fff;
/* 3105 */   border-color: #ccc;
/* 3106 */ }
/* 3107 */ .btn-default .badge {
/* 3108 */   color: #fff;
/* 3109 */   background-color: #333;
/* 3110 */ }
/* 3111 */ .btn-primary {
/* 3112 */   color: #fff;
/* 3113 */   background-color: #337ab7;
/* 3114 */   border-color: #2e6da4;
/* 3115 */ }
/* 3116 */ .btn-primary:focus,
/* 3117 */ .btn-primary.focus {
/* 3118 */   color: #fff;
/* 3119 */   background-color: #286090;
/* 3120 */   border-color: #122b40;
/* 3121 */ }
/* 3122 */ .btn-primary:hover {
/* 3123 */   color: #fff;
/* 3124 */   background-color: #286090;
/* 3125 */   border-color: #204d74;
/* 3126 */ }
/* 3127 */ .btn-primary:active,
/* 3128 */ .btn-primary.active,
/* 3129 */ .open > .dropdown-toggle.btn-primary {
/* 3130 */   color: #fff;
/* 3131 */   background-color: #286090;
/* 3132 */   border-color: #204d74;
/* 3133 */ }
/* 3134 */ .btn-primary:active:hover,
/* 3135 */ .btn-primary.active:hover,
/* 3136 */ .open > .dropdown-toggle.btn-primary:hover,
/* 3137 */ .btn-primary:active:focus,
/* 3138 */ .btn-primary.active:focus,
/* 3139 */ .open > .dropdown-toggle.btn-primary:focus,
/* 3140 */ .btn-primary:active.focus,
/* 3141 */ .btn-primary.active.focus,
/* 3142 */ .open > .dropdown-toggle.btn-primary.focus {
/* 3143 */   color: #fff;
/* 3144 */   background-color: #204d74;
/* 3145 */   border-color: #122b40;
/* 3146 */ }
/* 3147 */ .btn-primary:active,
/* 3148 */ .btn-primary.active,
/* 3149 */ .open > .dropdown-toggle.btn-primary {
/* 3150 */   background-image: none;

/* bootstrap.css */

/* 3151 */ }
/* 3152 */ .btn-primary.disabled:hover,
/* 3153 */ .btn-primary[disabled]:hover,
/* 3154 */ fieldset[disabled] .btn-primary:hover,
/* 3155 */ .btn-primary.disabled:focus,
/* 3156 */ .btn-primary[disabled]:focus,
/* 3157 */ fieldset[disabled] .btn-primary:focus,
/* 3158 */ .btn-primary.disabled.focus,
/* 3159 */ .btn-primary[disabled].focus,
/* 3160 */ fieldset[disabled] .btn-primary.focus {
/* 3161 */   background-color: #337ab7;
/* 3162 */   border-color: #2e6da4;
/* 3163 */ }
/* 3164 */ .btn-primary .badge {
/* 3165 */   color: #337ab7;
/* 3166 */   background-color: #fff;
/* 3167 */ }
/* 3168 */ .btn-success {
/* 3169 */   color: #fff;
/* 3170 */   background-color: #5cb85c;
/* 3171 */   border-color: #4cae4c;
/* 3172 */ }
/* 3173 */ .btn-success:focus,
/* 3174 */ .btn-success.focus {
/* 3175 */   color: #fff;
/* 3176 */   background-color: #449d44;
/* 3177 */   border-color: #255625;
/* 3178 */ }
/* 3179 */ .btn-success:hover {
/* 3180 */   color: #fff;
/* 3181 */   background-color: #449d44;
/* 3182 */   border-color: #398439;
/* 3183 */ }
/* 3184 */ .btn-success:active,
/* 3185 */ .btn-success.active,
/* 3186 */ .open > .dropdown-toggle.btn-success {
/* 3187 */   color: #fff;
/* 3188 */   background-color: #449d44;
/* 3189 */   border-color: #398439;
/* 3190 */ }
/* 3191 */ .btn-success:active:hover,
/* 3192 */ .btn-success.active:hover,
/* 3193 */ .open > .dropdown-toggle.btn-success:hover,
/* 3194 */ .btn-success:active:focus,
/* 3195 */ .btn-success.active:focus,
/* 3196 */ .open > .dropdown-toggle.btn-success:focus,
/* 3197 */ .btn-success:active.focus,
/* 3198 */ .btn-success.active.focus,
/* 3199 */ .open > .dropdown-toggle.btn-success.focus {
/* 3200 */   color: #fff;

/* bootstrap.css */

/* 3201 */   background-color: #398439;
/* 3202 */   border-color: #255625;
/* 3203 */ }
/* 3204 */ .btn-success:active,
/* 3205 */ .btn-success.active,
/* 3206 */ .open > .dropdown-toggle.btn-success {
/* 3207 */   background-image: none;
/* 3208 */ }
/* 3209 */ .btn-success.disabled:hover,
/* 3210 */ .btn-success[disabled]:hover,
/* 3211 */ fieldset[disabled] .btn-success:hover,
/* 3212 */ .btn-success.disabled:focus,
/* 3213 */ .btn-success[disabled]:focus,
/* 3214 */ fieldset[disabled] .btn-success:focus,
/* 3215 */ .btn-success.disabled.focus,
/* 3216 */ .btn-success[disabled].focus,
/* 3217 */ fieldset[disabled] .btn-success.focus {
/* 3218 */   background-color: #5cb85c;
/* 3219 */   border-color: #4cae4c;
/* 3220 */ }
/* 3221 */ .btn-success .badge {
/* 3222 */   color: #5cb85c;
/* 3223 */   background-color: #fff;
/* 3224 */ }
/* 3225 */ .btn-info {
/* 3226 */   color: #fff;
/* 3227 */   background-color: #5bc0de;
/* 3228 */   border-color: #46b8da;
/* 3229 */ }
/* 3230 */ .btn-info:focus,
/* 3231 */ .btn-info.focus {
/* 3232 */   color: #fff;
/* 3233 */   background-color: #31b0d5;
/* 3234 */   border-color: #1b6d85;
/* 3235 */ }
/* 3236 */ .btn-info:hover {
/* 3237 */   color: #fff;
/* 3238 */   background-color: #31b0d5;
/* 3239 */   border-color: #269abc;
/* 3240 */ }
/* 3241 */ .btn-info:active,
/* 3242 */ .btn-info.active,
/* 3243 */ .open > .dropdown-toggle.btn-info {
/* 3244 */   color: #fff;
/* 3245 */   background-color: #31b0d5;
/* 3246 */   border-color: #269abc;
/* 3247 */ }
/* 3248 */ .btn-info:active:hover,
/* 3249 */ .btn-info.active:hover,
/* 3250 */ .open > .dropdown-toggle.btn-info:hover,

/* bootstrap.css */

/* 3251 */ .btn-info:active:focus,
/* 3252 */ .btn-info.active:focus,
/* 3253 */ .open > .dropdown-toggle.btn-info:focus,
/* 3254 */ .btn-info:active.focus,
/* 3255 */ .btn-info.active.focus,
/* 3256 */ .open > .dropdown-toggle.btn-info.focus {
/* 3257 */   color: #fff;
/* 3258 */   background-color: #269abc;
/* 3259 */   border-color: #1b6d85;
/* 3260 */ }
/* 3261 */ .btn-info:active,
/* 3262 */ .btn-info.active,
/* 3263 */ .open > .dropdown-toggle.btn-info {
/* 3264 */   background-image: none;
/* 3265 */ }
/* 3266 */ .btn-info.disabled:hover,
/* 3267 */ .btn-info[disabled]:hover,
/* 3268 */ fieldset[disabled] .btn-info:hover,
/* 3269 */ .btn-info.disabled:focus,
/* 3270 */ .btn-info[disabled]:focus,
/* 3271 */ fieldset[disabled] .btn-info:focus,
/* 3272 */ .btn-info.disabled.focus,
/* 3273 */ .btn-info[disabled].focus,
/* 3274 */ fieldset[disabled] .btn-info.focus {
/* 3275 */   background-color: #5bc0de;
/* 3276 */   border-color: #46b8da;
/* 3277 */ }
/* 3278 */ .btn-info .badge {
/* 3279 */   color: #5bc0de;
/* 3280 */   background-color: #fff;
/* 3281 */ }
/* 3282 */ .btn-warning {
/* 3283 */   color: #fff;
/* 3284 */   background-color: #f0ad4e;
/* 3285 */   border-color: #eea236;
/* 3286 */ }
/* 3287 */ .btn-warning:focus,
/* 3288 */ .btn-warning.focus {
/* 3289 */   color: #fff;
/* 3290 */   background-color: #ec971f;
/* 3291 */   border-color: #985f0d;
/* 3292 */ }
/* 3293 */ .btn-warning:hover {
/* 3294 */   color: #fff;
/* 3295 */   background-color: #ec971f;
/* 3296 */   border-color: #d58512;
/* 3297 */ }
/* 3298 */ .btn-warning:active,
/* 3299 */ .btn-warning.active,
/* 3300 */ .open > .dropdown-toggle.btn-warning {

/* bootstrap.css */

/* 3301 */   color: #fff;
/* 3302 */   background-color: #ec971f;
/* 3303 */   border-color: #d58512;
/* 3304 */ }
/* 3305 */ .btn-warning:active:hover,
/* 3306 */ .btn-warning.active:hover,
/* 3307 */ .open > .dropdown-toggle.btn-warning:hover,
/* 3308 */ .btn-warning:active:focus,
/* 3309 */ .btn-warning.active:focus,
/* 3310 */ .open > .dropdown-toggle.btn-warning:focus,
/* 3311 */ .btn-warning:active.focus,
/* 3312 */ .btn-warning.active.focus,
/* 3313 */ .open > .dropdown-toggle.btn-warning.focus {
/* 3314 */   color: #fff;
/* 3315 */   background-color: #d58512;
/* 3316 */   border-color: #985f0d;
/* 3317 */ }
/* 3318 */ .btn-warning:active,
/* 3319 */ .btn-warning.active,
/* 3320 */ .open > .dropdown-toggle.btn-warning {
/* 3321 */   background-image: none;
/* 3322 */ }
/* 3323 */ .btn-warning.disabled:hover,
/* 3324 */ .btn-warning[disabled]:hover,
/* 3325 */ fieldset[disabled] .btn-warning:hover,
/* 3326 */ .btn-warning.disabled:focus,
/* 3327 */ .btn-warning[disabled]:focus,
/* 3328 */ fieldset[disabled] .btn-warning:focus,
/* 3329 */ .btn-warning.disabled.focus,
/* 3330 */ .btn-warning[disabled].focus,
/* 3331 */ fieldset[disabled] .btn-warning.focus {
/* 3332 */   background-color: #f0ad4e;
/* 3333 */   border-color: #eea236;
/* 3334 */ }
/* 3335 */ .btn-warning .badge {
/* 3336 */   color: #f0ad4e;
/* 3337 */   background-color: #fff;
/* 3338 */ }
/* 3339 */ .btn-danger {
/* 3340 */   color: #fff;
/* 3341 */   background-color: #d9534f;
/* 3342 */   border-color: #d43f3a;
/* 3343 */ }
/* 3344 */ .btn-danger:focus,
/* 3345 */ .btn-danger.focus {
/* 3346 */   color: #fff;
/* 3347 */   background-color: #c9302c;
/* 3348 */   border-color: #761c19;
/* 3349 */ }
/* 3350 */ .btn-danger:hover {

/* bootstrap.css */

/* 3351 */   color: #fff;
/* 3352 */   background-color: #c9302c;
/* 3353 */   border-color: #ac2925;
/* 3354 */ }
/* 3355 */ .btn-danger:active,
/* 3356 */ .btn-danger.active,
/* 3357 */ .open > .dropdown-toggle.btn-danger {
/* 3358 */   color: #fff;
/* 3359 */   background-color: #c9302c;
/* 3360 */   border-color: #ac2925;
/* 3361 */ }
/* 3362 */ .btn-danger:active:hover,
/* 3363 */ .btn-danger.active:hover,
/* 3364 */ .open > .dropdown-toggle.btn-danger:hover,
/* 3365 */ .btn-danger:active:focus,
/* 3366 */ .btn-danger.active:focus,
/* 3367 */ .open > .dropdown-toggle.btn-danger:focus,
/* 3368 */ .btn-danger:active.focus,
/* 3369 */ .btn-danger.active.focus,
/* 3370 */ .open > .dropdown-toggle.btn-danger.focus {
/* 3371 */   color: #fff;
/* 3372 */   background-color: #ac2925;
/* 3373 */   border-color: #761c19;
/* 3374 */ }
/* 3375 */ .btn-danger:active,
/* 3376 */ .btn-danger.active,
/* 3377 */ .open > .dropdown-toggle.btn-danger {
/* 3378 */   background-image: none;
/* 3379 */ }
/* 3380 */ .btn-danger.disabled:hover,
/* 3381 */ .btn-danger[disabled]:hover,
/* 3382 */ fieldset[disabled] .btn-danger:hover,
/* 3383 */ .btn-danger.disabled:focus,
/* 3384 */ .btn-danger[disabled]:focus,
/* 3385 */ fieldset[disabled] .btn-danger:focus,
/* 3386 */ .btn-danger.disabled.focus,
/* 3387 */ .btn-danger[disabled].focus,
/* 3388 */ fieldset[disabled] .btn-danger.focus {
/* 3389 */   background-color: #d9534f;
/* 3390 */   border-color: #d43f3a;
/* 3391 */ }
/* 3392 */ .btn-danger .badge {
/* 3393 */   color: #d9534f;
/* 3394 */   background-color: #fff;
/* 3395 */ }
/* 3396 */ .btn-link {
/* 3397 */   font-weight: normal;
/* 3398 */   color: #337ab7;
/* 3399 */   border-radius: 0;
/* 3400 */ }

/* bootstrap.css */

/* 3401 */ .btn-link,
/* 3402 */ .btn-link:active,
/* 3403 */ .btn-link.active,
/* 3404 */ .btn-link[disabled],
/* 3405 */ fieldset[disabled] .btn-link {
/* 3406 */   background-color: transparent;
/* 3407 */   -webkit-box-shadow: none;
/* 3408 */           box-shadow: none;
/* 3409 */ }
/* 3410 */ .btn-link,
/* 3411 */ .btn-link:hover,
/* 3412 */ .btn-link:focus,
/* 3413 */ .btn-link:active {
/* 3414 */   border-color: transparent;
/* 3415 */ }
/* 3416 */ .btn-link:hover,
/* 3417 */ .btn-link:focus {
/* 3418 */   color: #23527c;
/* 3419 */   text-decoration: underline;
/* 3420 */   background-color: transparent;
/* 3421 */ }
/* 3422 */ .btn-link[disabled]:hover,
/* 3423 */ fieldset[disabled] .btn-link:hover,
/* 3424 */ .btn-link[disabled]:focus,
/* 3425 */ fieldset[disabled] .btn-link:focus {
/* 3426 */   color: #777;
/* 3427 */   text-decoration: none;
/* 3428 */ }
/* 3429 */ .btn-lg,
/* 3430 */ .btn-group-lg > .btn {
/* 3431 */   padding: 10px 16px;
/* 3432 */   font-size: 18px;
/* 3433 */   line-height: 1.3333333;
/* 3434 */   border-radius: 6px;
/* 3435 */ }
/* 3436 */ .btn-sm,
/* 3437 */ .btn-group-sm > .btn {
/* 3438 */   padding: 5px 10px;
/* 3439 */   font-size: 12px;
/* 3440 */   line-height: 1.5;
/* 3441 */   border-radius: 3px;
/* 3442 */ }
/* 3443 */ .btn-xs,
/* 3444 */ .btn-group-xs > .btn {
/* 3445 */   padding: 1px 5px;
/* 3446 */   font-size: 12px;
/* 3447 */   line-height: 1.5;
/* 3448 */   border-radius: 3px;
/* 3449 */ }
/* 3450 */ .btn-block {

/* bootstrap.css */

/* 3451 */   display: block;
/* 3452 */   width: 100%;
/* 3453 */ }
/* 3454 */ .btn-block + .btn-block {
/* 3455 */   margin-top: 5px;
/* 3456 */ }
/* 3457 */ input[type="submit"].btn-block,
/* 3458 */ input[type="reset"].btn-block,
/* 3459 */ input[type="button"].btn-block {
/* 3460 */   width: 100%;
/* 3461 */ }
/* 3462 */ .fade {
/* 3463 */   opacity: 0;
/* 3464 */   -webkit-transition: opacity .15s linear;
/* 3465 */        -o-transition: opacity .15s linear;
/* 3466 */           transition: opacity .15s linear;
/* 3467 */ }
/* 3468 */ .fade.in {
/* 3469 */   opacity: 1;
/* 3470 */ }
/* 3471 */ .collapse {
/* 3472 */   display: none;
/* 3473 */ }
/* 3474 */ .collapse.in {
/* 3475 */   display: block;
/* 3476 */ }
/* 3477 */ tr.collapse.in {
/* 3478 */   display: table-row;
/* 3479 */ }
/* 3480 */ tbody.collapse.in {
/* 3481 */   display: table-row-group;
/* 3482 */ }
/* 3483 */ .collapsing {
/* 3484 */   position: relative;
/* 3485 */   height: 0;
/* 3486 */   overflow: hidden;
/* 3487 */   -webkit-transition-timing-function: ease;
/* 3488 */        -o-transition-timing-function: ease;
/* 3489 */           transition-timing-function: ease;
/* 3490 */   -webkit-transition-duration: .35s;
/* 3491 */        -o-transition-duration: .35s;
/* 3492 */           transition-duration: .35s;
/* 3493 */   -webkit-transition-property: height, visibility;
/* 3494 */        -o-transition-property: height, visibility;
/* 3495 */           transition-property: height, visibility;
/* 3496 */ }
/* 3497 */ .caret {
/* 3498 */   display: inline-block;
/* 3499 */   width: 0;
/* 3500 */   height: 0;

/* bootstrap.css */

/* 3501 */   margin-left: 2px;
/* 3502 */   vertical-align: middle;
/* 3503 */   border-top: 4px dashed;
/* 3504 */   border-top: 4px solid \9;
/* 3505 */   border-right: 4px solid transparent;
/* 3506 */   border-left: 4px solid transparent;
/* 3507 */ }
/* 3508 */ .dropup,
/* 3509 */ .dropdown {
/* 3510 */   position: relative;
/* 3511 */ }
/* 3512 */ .dropdown-toggle:focus {
/* 3513 */   outline: 0;
/* 3514 */ }
/* 3515 */ .dropdown-menu {
/* 3516 */   position: absolute;
/* 3517 */   top: 100%;
/* 3518 */   left: 0;
/* 3519 */   z-index: 1000;
/* 3520 */   display: none;
/* 3521 */   float: left;
/* 3522 */   min-width: 160px;
/* 3523 */   padding: 5px 0;
/* 3524 */   margin: 2px 0 0;
/* 3525 */   font-size: 14px;
/* 3526 */   text-align: left;
/* 3527 */   list-style: none;
/* 3528 */   background-color: #fff;
/* 3529 */   -webkit-background-clip: padding-box;
/* 3530 */           background-clip: padding-box;
/* 3531 */   border: 1px solid #ccc;
/* 3532 */   border: 1px solid rgba(0, 0, 0, .15);
/* 3533 */   border-radius: 4px;
/* 3534 */   -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
/* 3535 */           box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
/* 3536 */ }
/* 3537 */ .dropdown-menu.pull-right {
/* 3538 */   right: 0;
/* 3539 */   left: auto;
/* 3540 */ }
/* 3541 */ .dropdown-menu .divider {
/* 3542 */   height: 1px;
/* 3543 */   margin: 9px 0;
/* 3544 */   overflow: hidden;
/* 3545 */   background-color: #e5e5e5;
/* 3546 */ }
/* 3547 */ .dropdown-menu > li > a {
/* 3548 */   display: block;
/* 3549 */   padding: 3px 20px;
/* 3550 */   clear: both;

/* bootstrap.css */

/* 3551 */   font-weight: normal;
/* 3552 */   line-height: 1.42857143;
/* 3553 */   color: #333;
/* 3554 */   white-space: nowrap;
/* 3555 */ }
/* 3556 */ .dropdown-menu > li > a:hover,
/* 3557 */ .dropdown-menu > li > a:focus {
/* 3558 */   color: #262626;
/* 3559 */   text-decoration: none;
/* 3560 */   background-color: #f5f5f5;
/* 3561 */ }
/* 3562 */ .dropdown-menu > .active > a,
/* 3563 */ .dropdown-menu > .active > a:hover,
/* 3564 */ .dropdown-menu > .active > a:focus {
/* 3565 */   color: #fff;
/* 3566 */   text-decoration: none;
/* 3567 */   background-color: #337ab7;
/* 3568 */   outline: 0;
/* 3569 */ }
/* 3570 */ .dropdown-menu > .disabled > a,
/* 3571 */ .dropdown-menu > .disabled > a:hover,
/* 3572 */ .dropdown-menu > .disabled > a:focus {
/* 3573 */   color: #777;
/* 3574 */ }
/* 3575 */ .dropdown-menu > .disabled > a:hover,
/* 3576 */ .dropdown-menu > .disabled > a:focus {
/* 3577 */   text-decoration: none;
/* 3578 */   cursor: not-allowed;
/* 3579 */   background-color: transparent;
/* 3580 */   background-image: none;
/* 3581 */   filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
/* 3582 */ }
/* 3583 */ .open > .dropdown-menu {
/* 3584 */   display: block;
/* 3585 */ }
/* 3586 */ .open > a {
/* 3587 */   outline: 0;
/* 3588 */ }
/* 3589 */ .dropdown-menu-right {
/* 3590 */   right: 0;
/* 3591 */   left: auto;
/* 3592 */ }
/* 3593 */ .dropdown-menu-left {
/* 3594 */   right: auto;
/* 3595 */   left: 0;
/* 3596 */ }
/* 3597 */ .dropdown-header {
/* 3598 */   display: block;
/* 3599 */   padding: 3px 20px;
/* 3600 */   font-size: 12px;

/* bootstrap.css */

/* 3601 */   line-height: 1.42857143;
/* 3602 */   color: #777;
/* 3603 */   white-space: nowrap;
/* 3604 */ }
/* 3605 */ .dropdown-backdrop {
/* 3606 */   position: fixed;
/* 3607 */   top: 0;
/* 3608 */   right: 0;
/* 3609 */   bottom: 0;
/* 3610 */   left: 0;
/* 3611 */   z-index: 990;
/* 3612 */ }
/* 3613 */ .pull-right > .dropdown-menu {
/* 3614 */   right: 0;
/* 3615 */   left: auto;
/* 3616 */ }
/* 3617 */ .dropup .caret,
/* 3618 */ .navbar-fixed-bottom .dropdown .caret {
/* 3619 */   content: "";
/* 3620 */   border-top: 0;
/* 3621 */   border-bottom: 4px dashed;
/* 3622 */   border-bottom: 4px solid \9;
/* 3623 */ }
/* 3624 */ .dropup .dropdown-menu,
/* 3625 */ .navbar-fixed-bottom .dropdown .dropdown-menu {
/* 3626 */   top: auto;
/* 3627 */   bottom: 100%;
/* 3628 */   margin-bottom: 2px;
/* 3629 */ }
/* 3630 */ @media (min-width: 768px) {
/* 3631 */   .navbar-right .dropdown-menu {
/* 3632 */     right: 0;
/* 3633 */     left: auto;
/* 3634 */   }
/* 3635 */   .navbar-right .dropdown-menu-left {
/* 3636 */     right: auto;
/* 3637 */     left: 0;
/* 3638 */   }
/* 3639 */ }
/* 3640 */ .btn-group,
/* 3641 */ .btn-group-vertical {
/* 3642 */   position: relative;
/* 3643 */   display: inline-block;
/* 3644 */   vertical-align: middle;
/* 3645 */ }
/* 3646 */ .btn-group > .btn,
/* 3647 */ .btn-group-vertical > .btn {
/* 3648 */   position: relative;
/* 3649 */   float: left;
/* 3650 */ }

/* bootstrap.css */

/* 3651 */ .btn-group > .btn:hover,
/* 3652 */ .btn-group-vertical > .btn:hover,
/* 3653 */ .btn-group > .btn:focus,
/* 3654 */ .btn-group-vertical > .btn:focus,
/* 3655 */ .btn-group > .btn:active,
/* 3656 */ .btn-group-vertical > .btn:active,
/* 3657 */ .btn-group > .btn.active,
/* 3658 */ .btn-group-vertical > .btn.active {
/* 3659 */   z-index: 2;
/* 3660 */ }
/* 3661 */ .btn-group .btn + .btn,
/* 3662 */ .btn-group .btn + .btn-group,
/* 3663 */ .btn-group .btn-group + .btn,
/* 3664 */ .btn-group .btn-group + .btn-group {
/* 3665 */   margin-left: -1px;
/* 3666 */ }
/* 3667 */ .btn-toolbar {
/* 3668 */   margin-left: -5px;
/* 3669 */ }
/* 3670 */ .btn-toolbar .btn,
/* 3671 */ .btn-toolbar .btn-group,
/* 3672 */ .btn-toolbar .input-group {
/* 3673 */   float: left;
/* 3674 */ }
/* 3675 */ .btn-toolbar > .btn,
/* 3676 */ .btn-toolbar > .btn-group,
/* 3677 */ .btn-toolbar > .input-group {
/* 3678 */   margin-left: 5px;
/* 3679 */ }
/* 3680 */ .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
/* 3681 */   border-radius: 0;
/* 3682 */ }
/* 3683 */ .btn-group > .btn:first-child {
/* 3684 */   margin-left: 0;
/* 3685 */ }
/* 3686 */ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
/* 3687 */   border-top-right-radius: 0;
/* 3688 */   border-bottom-right-radius: 0;
/* 3689 */ }
/* 3690 */ .btn-group > .btn:last-child:not(:first-child),
/* 3691 */ .btn-group > .dropdown-toggle:not(:first-child) {
/* 3692 */   border-top-left-radius: 0;
/* 3693 */   border-bottom-left-radius: 0;
/* 3694 */ }
/* 3695 */ .btn-group > .btn-group {
/* 3696 */   float: left;
/* 3697 */ }
/* 3698 */ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
/* 3699 */   border-radius: 0;
/* 3700 */ }

/* bootstrap.css */

/* 3701 */ .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
/* 3702 */ .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
/* 3703 */   border-top-right-radius: 0;
/* 3704 */   border-bottom-right-radius: 0;
/* 3705 */ }
/* 3706 */ .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
/* 3707 */   border-top-left-radius: 0;
/* 3708 */   border-bottom-left-radius: 0;
/* 3709 */ }
/* 3710 */ .btn-group .dropdown-toggle:active,
/* 3711 */ .btn-group.open .dropdown-toggle {
/* 3712 */   outline: 0;
/* 3713 */ }
/* 3714 */ .btn-group > .btn + .dropdown-toggle {
/* 3715 */   padding-right: 8px;
/* 3716 */   padding-left: 8px;
/* 3717 */ }
/* 3718 */ .btn-group > .btn-lg + .dropdown-toggle {
/* 3719 */   padding-right: 12px;
/* 3720 */   padding-left: 12px;
/* 3721 */ }
/* 3722 */ .btn-group.open .dropdown-toggle {
/* 3723 */   -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
/* 3724 */           box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
/* 3725 */ }
/* 3726 */ .btn-group.open .dropdown-toggle.btn-link {
/* 3727 */   -webkit-box-shadow: none;
/* 3728 */           box-shadow: none;
/* 3729 */ }
/* 3730 */ .btn .caret {
/* 3731 */   margin-left: 0;
/* 3732 */ }
/* 3733 */ .btn-lg .caret {
/* 3734 */   border-width: 5px 5px 0;
/* 3735 */   border-bottom-width: 0;
/* 3736 */ }
/* 3737 */ .dropup .btn-lg .caret {
/* 3738 */   border-width: 0 5px 5px;
/* 3739 */ }
/* 3740 */ .btn-group-vertical > .btn,
/* 3741 */ .btn-group-vertical > .btn-group,
/* 3742 */ .btn-group-vertical > .btn-group > .btn {
/* 3743 */   display: block;
/* 3744 */   float: none;
/* 3745 */   width: 100%;
/* 3746 */   max-width: 100%;
/* 3747 */ }
/* 3748 */ .btn-group-vertical > .btn-group > .btn {
/* 3749 */   float: none;
/* 3750 */ }

/* bootstrap.css */

/* 3751 */ .btn-group-vertical > .btn + .btn,
/* 3752 */ .btn-group-vertical > .btn + .btn-group,
/* 3753 */ .btn-group-vertical > .btn-group + .btn,
/* 3754 */ .btn-group-vertical > .btn-group + .btn-group {
/* 3755 */   margin-top: -1px;
/* 3756 */   margin-left: 0;
/* 3757 */ }
/* 3758 */ .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
/* 3759 */   border-radius: 0;
/* 3760 */ }
/* 3761 */ .btn-group-vertical > .btn:first-child:not(:last-child) {
/* 3762 */   border-top-left-radius: 4px;
/* 3763 */   border-top-right-radius: 4px;
/* 3764 */   border-bottom-right-radius: 0;
/* 3765 */   border-bottom-left-radius: 0;
/* 3766 */ }
/* 3767 */ .btn-group-vertical > .btn:last-child:not(:first-child) {
/* 3768 */   border-top-left-radius: 0;
/* 3769 */   border-top-right-radius: 0;
/* 3770 */   border-bottom-right-radius: 4px;
/* 3771 */   border-bottom-left-radius: 4px;
/* 3772 */ }
/* 3773 */ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
/* 3774 */   border-radius: 0;
/* 3775 */ }
/* 3776 */ .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
/* 3777 */ .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
/* 3778 */   border-bottom-right-radius: 0;
/* 3779 */   border-bottom-left-radius: 0;
/* 3780 */ }
/* 3781 */ .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
/* 3782 */   border-top-left-radius: 0;
/* 3783 */   border-top-right-radius: 0;
/* 3784 */ }
/* 3785 */ .btn-group-justified {
/* 3786 */   display: table;
/* 3787 */   width: 100%;
/* 3788 */   table-layout: fixed;
/* 3789 */   border-collapse: separate;
/* 3790 */ }
/* 3791 */ .btn-group-justified > .btn,
/* 3792 */ .btn-group-justified > .btn-group {
/* 3793 */   display: table-cell;
/* 3794 */   float: none;
/* 3795 */   width: 1%;
/* 3796 */ }
/* 3797 */ .btn-group-justified > .btn-group .btn {
/* 3798 */   width: 100%;
/* 3799 */ }
/* 3800 */ .btn-group-justified > .btn-group .dropdown-menu {

/* bootstrap.css */

/* 3801 */   left: auto;
/* 3802 */ }
/* 3803 */ [data-toggle="buttons"] > .btn input[type="radio"],
/* 3804 */ [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
/* 3805 */ [data-toggle="buttons"] > .btn input[type="checkbox"],
/* 3806 */ [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
/* 3807 */   position: absolute;
/* 3808 */   clip: rect(0, 0, 0, 0);
/* 3809 */   pointer-events: none;
/* 3810 */ }
/* 3811 */ .input-group {
/* 3812 */   position: relative;
/* 3813 */   display: table;
/* 3814 */   border-collapse: separate;
/* 3815 */ }
/* 3816 */ .input-group[class*="col-"] {
/* 3817 */   float: none;
/* 3818 */   padding-right: 0;
/* 3819 */   padding-left: 0;
/* 3820 */ }
/* 3821 */ .input-group .form-control {
/* 3822 */   position: relative;
/* 3823 */   z-index: 2;
/* 3824 */   float: left;
/* 3825 */   width: 100%;
/* 3826 */   margin-bottom: 0;
/* 3827 */ }
/* 3828 */ .input-group .form-control:focus {
/* 3829 */   z-index: 3;
/* 3830 */ }
/* 3831 */ .input-group-lg > .form-control,
/* 3832 */ .input-group-lg > .input-group-addon,
/* 3833 */ .input-group-lg > .input-group-btn > .btn {
/* 3834 */   height: 46px;
/* 3835 */   padding: 10px 16px;
/* 3836 */   font-size: 18px;
/* 3837 */   line-height: 1.3333333;
/* 3838 */   border-radius: 6px;
/* 3839 */ }
/* 3840 */ select.input-group-lg > .form-control,
/* 3841 */ select.input-group-lg > .input-group-addon,
/* 3842 */ select.input-group-lg > .input-group-btn > .btn {
/* 3843 */   height: 46px;
/* 3844 */   line-height: 46px;
/* 3845 */ }
/* 3846 */ textarea.input-group-lg > .form-control,
/* 3847 */ textarea.input-group-lg > .input-group-addon,
/* 3848 */ textarea.input-group-lg > .input-group-btn > .btn,
/* 3849 */ select[multiple].input-group-lg > .form-control,
/* 3850 */ select[multiple].input-group-lg > .input-group-addon,

/* bootstrap.css */

/* 3851 */ select[multiple].input-group-lg > .input-group-btn > .btn {
/* 3852 */   height: auto;
/* 3853 */ }
/* 3854 */ .input-group-sm > .form-control,
/* 3855 */ .input-group-sm > .input-group-addon,
/* 3856 */ .input-group-sm > .input-group-btn > .btn {
/* 3857 */   height: 30px;
/* 3858 */   padding: 5px 10px;
/* 3859 */   font-size: 12px;
/* 3860 */   line-height: 1.5;
/* 3861 */   border-radius: 3px;
/* 3862 */ }
/* 3863 */ select.input-group-sm > .form-control,
/* 3864 */ select.input-group-sm > .input-group-addon,
/* 3865 */ select.input-group-sm > .input-group-btn > .btn {
/* 3866 */   height: 30px;
/* 3867 */   line-height: 30px;
/* 3868 */ }
/* 3869 */ textarea.input-group-sm > .form-control,
/* 3870 */ textarea.input-group-sm > .input-group-addon,
/* 3871 */ textarea.input-group-sm > .input-group-btn > .btn,
/* 3872 */ select[multiple].input-group-sm > .form-control,
/* 3873 */ select[multiple].input-group-sm > .input-group-addon,
/* 3874 */ select[multiple].input-group-sm > .input-group-btn > .btn {
/* 3875 */   height: auto;
/* 3876 */ }
/* 3877 */ .input-group-addon,
/* 3878 */ .input-group-btn,
/* 3879 */ .input-group .form-control {
/* 3880 */   display: table-cell;
/* 3881 */ }
/* 3882 */ .input-group-addon:not(:first-child):not(:last-child),
/* 3883 */ .input-group-btn:not(:first-child):not(:last-child),
/* 3884 */ .input-group .form-control:not(:first-child):not(:last-child) {
/* 3885 */   border-radius: 0;
/* 3886 */ }
/* 3887 */ .input-group-addon,
/* 3888 */ .input-group-btn {
/* 3889 */   width: 1%;
/* 3890 */   white-space: nowrap;
/* 3891 */   vertical-align: middle;
/* 3892 */ }
/* 3893 */ .input-group-addon {
/* 3894 */   padding: 6px 12px;
/* 3895 */   font-size: 14px;
/* 3896 */   font-weight: normal;
/* 3897 */   line-height: 1;
/* 3898 */   color: #555;
/* 3899 */   text-align: center;
/* 3900 */   background-color: #eee;

/* bootstrap.css */

/* 3901 */   border: 1px solid #ccc;
/* 3902 */   border-radius: 4px;
/* 3903 */ }
/* 3904 */ .input-group-addon.input-sm {
/* 3905 */   padding: 5px 10px;
/* 3906 */   font-size: 12px;
/* 3907 */   border-radius: 3px;
/* 3908 */ }
/* 3909 */ .input-group-addon.input-lg {
/* 3910 */   padding: 10px 16px;
/* 3911 */   font-size: 18px;
/* 3912 */   border-radius: 6px;
/* 3913 */ }
/* 3914 */ .input-group-addon input[type="radio"],
/* 3915 */ .input-group-addon input[type="checkbox"] {
/* 3916 */   margin-top: 0;
/* 3917 */ }
/* 3918 */ .input-group .form-control:first-child,
/* 3919 */ .input-group-addon:first-child,
/* 3920 */ .input-group-btn:first-child > .btn,
/* 3921 */ .input-group-btn:first-child > .btn-group > .btn,
/* 3922 */ .input-group-btn:first-child > .dropdown-toggle,
/* 3923 */ .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
/* 3924 */ .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
/* 3925 */   border-top-right-radius: 0;
/* 3926 */   border-bottom-right-radius: 0;
/* 3927 */ }
/* 3928 */ .input-group-addon:first-child {
/* 3929 */   border-right: 0;
/* 3930 */ }
/* 3931 */ .input-group .form-control:last-child,
/* 3932 */ .input-group-addon:last-child,
/* 3933 */ .input-group-btn:last-child > .btn,
/* 3934 */ .input-group-btn:last-child > .btn-group > .btn,
/* 3935 */ .input-group-btn:last-child > .dropdown-toggle,
/* 3936 */ .input-group-btn:first-child > .btn:not(:first-child),
/* 3937 */ .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
/* 3938 */   border-top-left-radius: 0;
/* 3939 */   border-bottom-left-radius: 0;
/* 3940 */ }
/* 3941 */ .input-group-addon:last-child {
/* 3942 */   border-left: 0;
/* 3943 */ }
/* 3944 */ .input-group-btn {
/* 3945 */   position: relative;
/* 3946 */   font-size: 0;
/* 3947 */   white-space: nowrap;
/* 3948 */ }
/* 3949 */ .input-group-btn > .btn {
/* 3950 */   position: relative;

/* bootstrap.css */

/* 3951 */ }
/* 3952 */ .input-group-btn > .btn + .btn {
/* 3953 */   margin-left: -1px;
/* 3954 */ }
/* 3955 */ .input-group-btn > .btn:hover,
/* 3956 */ .input-group-btn > .btn:focus,
/* 3957 */ .input-group-btn > .btn:active {
/* 3958 */   z-index: 2;
/* 3959 */ }
/* 3960 */ .input-group-btn:first-child > .btn,
/* 3961 */ .input-group-btn:first-child > .btn-group {
/* 3962 */   margin-right: -1px;
/* 3963 */ }
/* 3964 */ .input-group-btn:last-child > .btn,
/* 3965 */ .input-group-btn:last-child > .btn-group {
/* 3966 */   z-index: 2;
/* 3967 */   margin-left: -1px;
/* 3968 */ }
/* 3969 */ .nav {
/* 3970 */   padding-left: 0;
/* 3971 */   margin-bottom: 0;
/* 3972 */   list-style: none;
/* 3973 */ }
/* 3974 */ .nav > li {
/* 3975 */   position: relative;
/* 3976 */   display: block;
/* 3977 */ }
/* 3978 */ .nav > li > a {
/* 3979 */   position: relative;
/* 3980 */   display: block;
/* 3981 */   padding: 10px 15px;
/* 3982 */ }
/* 3983 */ .nav > li > a:hover,
/* 3984 */ .nav > li > a:focus {
/* 3985 */   text-decoration: none;
/* 3986 */ }
/* 3987 */ .nav > li.disabled > a {
/* 3988 */   color: #777;
/* 3989 */ }
/* 3990 */ .nav > li.disabled > a:hover,
/* 3991 */ .nav > li.disabled > a:focus {
/* 3992 */   color: #777;
/* 3993 */   text-decoration: none;
/* 3994 */   cursor: not-allowed;
/* 3995 */   background-color: transparent;
/* 3996 */ }
/* 3997 */ .nav .open > a,
/* 3998 */ .nav .open > a:hover,
/* 3999 */ .nav .open > a:focus {
/* 4000 */   background-color: #eee;

/* bootstrap.css */

/* 4001 */   border-color: #337ab7;
/* 4002 */ }
/* 4003 */ .nav .nav-divider {
/* 4004 */   height: 1px;
/* 4005 */   margin: 9px 0;
/* 4006 */   overflow: hidden;
/* 4007 */   background-color: #e5e5e5;
/* 4008 */ }
/* 4009 */ .nav > li > a > img {
/* 4010 */   max-width: none;
/* 4011 */ }
/* 4012 */ .nav-tabs {
/* 4013 */   border-bottom: 1px solid #ddd;
/* 4014 */ }
/* 4015 */ .nav-tabs > li {
/* 4016 */   float: left;
/* 4017 */   margin-bottom: -1px;
/* 4018 */ }
/* 4019 */ .nav-tabs > li > a {
/* 4020 */   margin-right: 2px;
/* 4021 */   line-height: 1.42857143;
/* 4022 */   border: 1px solid transparent;
/* 4023 */   border-radius: 4px 4px 0 0;
/* 4024 */ }
/* 4025 */ .nav-tabs > li > a:hover {
/* 4026 */   border-color: #eee #eee #ddd;
/* 4027 */ }
/* 4028 */ .nav-tabs > li.active > a,
/* 4029 */ .nav-tabs > li.active > a:hover,
/* 4030 */ .nav-tabs > li.active > a:focus {
/* 4031 */   color: #555;
/* 4032 */   cursor: default;
/* 4033 */   background-color: #fff;
/* 4034 */   border: 1px solid #ddd;
/* 4035 */   border-bottom-color: transparent;
/* 4036 */ }
/* 4037 */ .nav-tabs.nav-justified {
/* 4038 */   width: 100%;
/* 4039 */   border-bottom: 0;
/* 4040 */ }
/* 4041 */ .nav-tabs.nav-justified > li {
/* 4042 */   float: none;
/* 4043 */ }
/* 4044 */ .nav-tabs.nav-justified > li > a {
/* 4045 */   margin-bottom: 5px;
/* 4046 */   text-align: center;
/* 4047 */ }
/* 4048 */ .nav-tabs.nav-justified > .dropdown .dropdown-menu {
/* 4049 */   top: auto;
/* 4050 */   left: auto;

/* bootstrap.css */

/* 4051 */ }
/* 4052 */ @media (min-width: 768px) {
/* 4053 */   .nav-tabs.nav-justified > li {
/* 4054 */     display: table-cell;
/* 4055 */     width: 1%;
/* 4056 */   }
/* 4057 */   .nav-tabs.nav-justified > li > a {
/* 4058 */     margin-bottom: 0;
/* 4059 */   }
/* 4060 */ }
/* 4061 */ .nav-tabs.nav-justified > li > a {
/* 4062 */   margin-right: 0;
/* 4063 */   border-radius: 4px;
/* 4064 */ }
/* 4065 */ .nav-tabs.nav-justified > .active > a,
/* 4066 */ .nav-tabs.nav-justified > .active > a:hover,
/* 4067 */ .nav-tabs.nav-justified > .active > a:focus {
/* 4068 */   border: 1px solid #ddd;
/* 4069 */ }
/* 4070 */ @media (min-width: 768px) {
/* 4071 */   .nav-tabs.nav-justified > li > a {
/* 4072 */     border-bottom: 1px solid #ddd;
/* 4073 */     border-radius: 4px 4px 0 0;
/* 4074 */   }
/* 4075 */   .nav-tabs.nav-justified > .active > a,
/* 4076 */   .nav-tabs.nav-justified > .active > a:hover,
/* 4077 */   .nav-tabs.nav-justified > .active > a:focus {
/* 4078 */     border-bottom-color: #fff;
/* 4079 */   }
/* 4080 */ }
/* 4081 */ .nav-pills > li {
/* 4082 */   float: left;
/* 4083 */ }
/* 4084 */ .nav-pills > li > a {
/* 4085 */   border-radius: 4px;
/* 4086 */ }
/* 4087 */ .nav-pills > li + li {
/* 4088 */   margin-left: 2px;
/* 4089 */ }
/* 4090 */ .nav-pills > li.active > a,
/* 4091 */ .nav-pills > li.active > a:hover,
/* 4092 */ .nav-pills > li.active > a:focus {
/* 4093 */   color: #fff;
/* 4094 */   background-color: #337ab7;
/* 4095 */ }
/* 4096 */ .nav-stacked > li {
/* 4097 */   float: none;
/* 4098 */ }
/* 4099 */ .nav-stacked > li + li {
/* 4100 */   margin-top: 2px;

/* bootstrap.css */

/* 4101 */   margin-left: 0;
/* 4102 */ }
/* 4103 */ .nav-justified {
/* 4104 */   width: 100%;
/* 4105 */ }
/* 4106 */ .nav-justified > li {
/* 4107 */   float: none;
/* 4108 */ }
/* 4109 */ .nav-justified > li > a {
/* 4110 */   margin-bottom: 5px;
/* 4111 */   text-align: center;
/* 4112 */ }
/* 4113 */ .nav-justified > .dropdown .dropdown-menu {
/* 4114 */   top: auto;
/* 4115 */   left: auto;
/* 4116 */ }
/* 4117 */ @media (min-width: 768px) {
/* 4118 */   .nav-justified > li {
/* 4119 */     display: table-cell;
/* 4120 */     width: 1%;
/* 4121 */   }
/* 4122 */   .nav-justified > li > a {
/* 4123 */     margin-bottom: 0;
/* 4124 */   }
/* 4125 */ }
/* 4126 */ .nav-tabs-justified {
/* 4127 */   border-bottom: 0;
/* 4128 */ }
/* 4129 */ .nav-tabs-justified > li > a {
/* 4130 */   margin-right: 0;
/* 4131 */   border-radius: 4px;
/* 4132 */ }
/* 4133 */ .nav-tabs-justified > .active > a,
/* 4134 */ .nav-tabs-justified > .active > a:hover,
/* 4135 */ .nav-tabs-justified > .active > a:focus {
/* 4136 */   border: 1px solid #ddd;
/* 4137 */ }
/* 4138 */ @media (min-width: 768px) {
/* 4139 */   .nav-tabs-justified > li > a {
/* 4140 */     border-bottom: 1px solid #ddd;
/* 4141 */     border-radius: 4px 4px 0 0;
/* 4142 */   }
/* 4143 */   .nav-tabs-justified > .active > a,
/* 4144 */   .nav-tabs-justified > .active > a:hover,
/* 4145 */   .nav-tabs-justified > .active > a:focus {
/* 4146 */     border-bottom-color: #fff;
/* 4147 */   }
/* 4148 */ }
/* 4149 */ .tab-content > .tab-pane {
/* 4150 */   display: none;

/* bootstrap.css */

/* 4151 */ }
/* 4152 */ .tab-content > .active {
/* 4153 */   display: block;
/* 4154 */ }
/* 4155 */ .nav-tabs .dropdown-menu {
/* 4156 */   margin-top: -1px;
/* 4157 */   border-top-left-radius: 0;
/* 4158 */   border-top-right-radius: 0;
/* 4159 */ }
/* 4160 */ .navbar {
/* 4161 */   position: relative;
/* 4162 */   min-height: 50px;
/* 4163 */   margin-bottom: 20px;
/* 4164 */   border: 1px solid transparent;
/* 4165 */ }
/* 4166 */ @media (min-width: 768px) {
/* 4167 */   .navbar {
/* 4168 */     border-radius: 4px;
/* 4169 */   }
/* 4170 */ }
/* 4171 */ @media (min-width: 768px) {
/* 4172 */   .navbar-header {
/* 4173 */     float: left;
/* 4174 */   }
/* 4175 */ }
/* 4176 */ .navbar-collapse {
/* 4177 */   padding-right: 15px;
/* 4178 */   padding-left: 15px;
/* 4179 */   overflow-x: visible;
/* 4180 */   -webkit-overflow-scrolling: touch;
/* 4181 */   border-top: 1px solid transparent;
/* 4182 */   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
/* 4183 */           box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
/* 4184 */ }
/* 4185 */ .navbar-collapse.in {
/* 4186 */   overflow-y: auto;
/* 4187 */ }
/* 4188 */ @media (min-width: 768px) {
/* 4189 */   .navbar-collapse {
/* 4190 */     width: auto;
/* 4191 */     border-top: 0;
/* 4192 */     -webkit-box-shadow: none;
/* 4193 */             box-shadow: none;
/* 4194 */   }
/* 4195 */   .navbar-collapse.collapse {
/* 4196 */
/* 4197 */     height: auto !important;
/* 4198 */     padding-bottom: 0;
/* 4199 */     overflow: visible !important;
/* 4200 */   }

/* bootstrap.css */

/* 4201 */   .navbar-collapse.in {
/* 4202 */     overflow-y: visible;
/* 4203 */   }
/* 4204 */   .navbar-fixed-top .navbar-collapse,
/* 4205 */   .navbar-static-top .navbar-collapse,
/* 4206 */   .navbar-fixed-bottom .navbar-collapse {
/* 4207 */     padding-right: 0;
/* 4208 */     padding-left: 0;
/* 4209 */   }
/* 4210 */ }
/* 4211 */ .navbar-fixed-top .navbar-collapse,
/* 4212 */ .navbar-fixed-bottom .navbar-collapse {
/* 4213 */   max-height: 340px;
/* 4214 */ }
/* 4215 */ @media (max-device-width: 480px) and (orientation: landscape) {
/* 4216 */   .navbar-fixed-top .navbar-collapse,
/* 4217 */   .navbar-fixed-bottom .navbar-collapse {
/* 4218 */     max-height: 200px;
/* 4219 */   }
/* 4220 */ }
/* 4221 */ .container > .navbar-header,
/* 4222 */ .container-fluid > .navbar-header,
/* 4223 */ .container > .navbar-collapse,
/* 4224 */ .container-fluid > .navbar-collapse {
/* 4225 */   margin-right: -15px;
/* 4226 */   margin-left: -15px;
/* 4227 */ }
/* 4228 */ @media (min-width: 768px) {
/* 4229 */   .container > .navbar-header,
/* 4230 */   .container-fluid > .navbar-header,
/* 4231 */   .container > .navbar-collapse,
/* 4232 */   .container-fluid > .navbar-collapse {
/* 4233 */     margin-right: 0;
/* 4234 */     margin-left: 0;
/* 4235 */   }
/* 4236 */ }
/* 4237 */ .navbar-static-top {
/* 4238 */   z-index: 1000;
/* 4239 */   border-width: 0 0 1px;
/* 4240 */ }
/* 4241 */ @media (min-width: 768px) {
/* 4242 */   .navbar-static-top {
/* 4243 */     border-radius: 0;
/* 4244 */   }
/* 4245 */ }
/* 4246 */ .navbar-fixed-top,
/* 4247 */ .navbar-fixed-bottom {
/* 4248 */   position: fixed;
/* 4249 */   right: 0;
/* 4250 */   left: 0;

/* bootstrap.css */

/* 4251 */   z-index: 1030;
/* 4252 */ }
/* 4253 */ @media (min-width: 768px) {
/* 4254 */   .navbar-fixed-top,
/* 4255 */   .navbar-fixed-bottom {
/* 4256 */     border-radius: 0;
/* 4257 */   }
/* 4258 */ }
/* 4259 */ .navbar-fixed-top {
/* 4260 */   top: 0;
/* 4261 */   border-width: 0 0 1px;
/* 4262 */ }
/* 4263 */ .navbar-fixed-bottom {
/* 4264 */   bottom: 0;
/* 4265 */   margin-bottom: 0;
/* 4266 */   border-width: 1px 0 0;
/* 4267 */ }
/* 4268 */ .navbar-brand {
/* 4269 */   float: left;
/* 4270 */   height: 50px;
/* 4271 */   padding: 15px 15px;
/* 4272 */   font-size: 18px;
/* 4273 */   line-height: 20px;
/* 4274 */ }
/* 4275 */ .navbar-brand:hover,
/* 4276 */ .navbar-brand:focus {
/* 4277 */   text-decoration: none;
/* 4278 */ }
/* 4279 */ .navbar-brand > img {
/* 4280 */   display: block;
/* 4281 */ }
/* 4282 */ @media (min-width: 768px) {
/* 4283 */   .navbar > .container .navbar-brand,
/* 4284 */   .navbar > .container-fluid .navbar-brand {
/* 4285 */     margin-left: -15px;
/* 4286 */   }
/* 4287 */ }
/* 4288 */ .navbar-toggle {
/* 4289 */   position: relative;
/* 4290 */   float: right;
/* 4291 */   padding: 9px 10px;
/* 4292 */   margin-top: 8px;
/* 4293 */   margin-right: 15px;
/* 4294 */   margin-bottom: 8px;
/* 4295 */   background-color: transparent;
/* 4296 */   background-image: none;
/* 4297 */   border: 1px solid #ddd;
/* 4298 */   border-radius: 4px;
/* 4299 */ }
/* 4300 */ .navbar-toggle:focus {

/* bootstrap.css */

/* 4301 */   outline: 0;
/* 4302 */ }
/* 4303 */ .navbar-toggle .icon-bar {
/* 4304 */   display: block;
/* 4305 */   width: 22px;
/* 4306 */   height: 2px;
/* 4307 */   border-radius: 1px;
/* 4308 */   background-color: #ddd;
/* 4309 */ }
/* 4310 */ .navbar-toggle .icon-bar + .icon-bar {
/* 4311 */   margin-top: 4px;
/* 4312 */ }
/* 4313 */ @media (min-width: 768px) {
/* 4314 */   .navbar-toggle {
/* 4315 */     display: none;
/* 4316 */   }
/* 4317 */ }
/* 4318 */ .navbar-nav {
/* 4319 */   margin: 7.5px -15px;
/* 4320 */ }
/* 4321 */ .navbar-nav > li > a {
/* 4322 */   padding-top: 10px;
/* 4323 */   padding-bottom: 10px;
/* 4324 */   line-height: 20px;
/* 4325 */ }
/* 4326 */ @media (max-width: 767px) {
/* 4327 */   .navbar-nav .open .dropdown-menu {
/* 4328 */     position: static;
/* 4329 */     float: none;
/* 4330 */     width: auto;
/* 4331 */     margin-top: 0;
/* 4332 */     background-color: transparent;
/* 4333 */     border: 0;
/* 4334 */     -webkit-box-shadow: none;
/* 4335 */             box-shadow: none;
/* 4336 */   }
/* 4337 */   .navbar-nav .open .dropdown-menu > li > a,
/* 4338 */   .navbar-nav .open .dropdown-menu .dropdown-header {
/* 4339 */     padding: 5px 15px 5px 25px;
/* 4340 */   }
/* 4341 */   .navbar-nav .open .dropdown-menu > li > a {
/* 4342 */     line-height: 20px;
/* 4343 */   }
/* 4344 */   .navbar-nav .open .dropdown-menu > li > a:hover,
/* 4345 */   .navbar-nav .open .dropdown-menu > li > a:focus {
/* 4346 */     background-image: none;
/* 4347 */   }
/* 4348 */ }
/* 4349 */ @media (min-width: 768px) {
/* 4350 */   .navbar-nav {

/* bootstrap.css */

/* 4351 */     float: left;
/* 4352 */     margin: 0;
/* 4353 */   }
/* 4354 */   .navbar-nav > li {
/* 4355 */     float: left;
/* 4356 */   }
/* 4357 */   .navbar-nav > li > a {
/* 4358 */     padding-top: 15px;
/* 4359 */     padding-bottom: 15px;
/* 4360 */   }
/* 4361 */ }
/* 4362 */ .navbar-form {
/* 4363 */   padding: 10px 15px;
/* 4364 */   margin-top: 8px;
/* 4365 */   margin-right: -15px;
/* 4366 */   margin-bottom: 8px;
/* 4367 */   margin-left: -15px;
/* 4368 */   border-top: 1px solid transparent;
/* 4369 */   border-bottom: 1px solid transparent;
/* 4370 */   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
/* 4371 */           box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
/* 4372 */ }
/* 4373 */ @media (min-width: 768px) {
/* 4374 */   .navbar-form .form-group {
/* 4375 */     display: inline-block;
/* 4376 */     margin-bottom: 0;
/* 4377 */     vertical-align: middle;
/* 4378 */   }
/* 4379 */   .navbar-form .form-control {
/* 4380 */     display: inline-block;
/* 4381 */     width: auto;
/* 4382 */     vertical-align: middle;
/* 4383 */   }
/* 4384 */   .navbar-form .form-control-static {
/* 4385 */     display: inline-block;
/* 4386 */   }
/* 4387 */   .navbar-form .input-group {
/* 4388 */     display: inline-table;
/* 4389 */     vertical-align: middle;
/* 4390 */   }
/* 4391 */   .navbar-form .input-group .input-group-addon,
/* 4392 */   .navbar-form .input-group .input-group-btn,
/* 4393 */   .navbar-form .input-group .form-control {
/* 4394 */     width: auto;
/* 4395 */   }
/* 4396 */   .navbar-form .input-group > .form-control {
/* 4397 */     width: 100%;
/* 4398 */   }
/* 4399 */   .navbar-form .control-label {
/* 4400 */     margin-bottom: 0;

/* bootstrap.css */

/* 4401 */     vertical-align: middle;
/* 4402 */   }
/* 4403 */   .navbar-form .radio,
/* 4404 */   .navbar-form .checkbox {
/* 4405 */     display: inline-block;
/* 4406 */     margin-top: 0;
/* 4407 */     margin-bottom: 0;
/* 4408 */     vertical-align: middle;
/* 4409 */   }
/* 4410 */   .navbar-form .radio label,
/* 4411 */   .navbar-form .checkbox label {
/* 4412 */     padding-left: 0;
/* 4413 */   }
/* 4414 */   .navbar-form .radio input[type="radio"],
/* 4415 */   .navbar-form .checkbox input[type="checkbox"] {
/* 4416 */     position: relative;
/* 4417 */     margin-left: 0;
/* 4418 */   }
/* 4419 */   .navbar-form .has-feedback .form-control-feedback {
/* 4420 */     top: 0;
/* 4421 */   }
/* 4422 */ }
/* 4423 */ @media (max-width: 767px) {
/* 4424 */   .navbar-form .form-group {
/* 4425 */     margin-bottom: 5px;
/* 4426 */   }
/* 4427 */   .navbar-form .form-group:last-child {
/* 4428 */     margin-bottom: 0;
/* 4429 */   }
/* 4430 */ }
/* 4431 */ @media (min-width: 768px) {
/* 4432 */   .navbar-form {
/* 4433 */     width: auto;
/* 4434 */     padding-top: 0;
/* 4435 */     padding-bottom: 0;
/* 4436 */     margin-right: 0;
/* 4437 */     margin-left: 0;
/* 4438 */     border: 0;
/* 4439 */     -webkit-box-shadow: none;
/* 4440 */             box-shadow: none;
/* 4441 */   }
/* 4442 */ }
/* 4443 */ .navbar-nav > li > .dropdown-menu {
/* 4444 */   margin-top: 0;
/* 4445 */   border-top-left-radius: 0;
/* 4446 */   border-top-right-radius: 0;
/* 4447 */ }
/* 4448 */ .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
/* 4449 */   margin-bottom: 0;
/* 4450 */   border-top-left-radius: 4px;

/* bootstrap.css */

/* 4451 */   border-top-right-radius: 4px;
/* 4452 */   border-bottom-right-radius: 0;
/* 4453 */   border-bottom-left-radius: 0;
/* 4454 */ }
/* 4455 */ .navbar-btn {
/* 4456 */   margin-top: 8px;
/* 4457 */   margin-bottom: 8px;
/* 4458 */ }
/* 4459 */ .navbar-btn.btn-sm {
/* 4460 */   margin-top: 10px;
/* 4461 */   margin-bottom: 10px;
/* 4462 */ }
/* 4463 */ .navbar-btn.btn-xs {
/* 4464 */   margin-top: 14px;
/* 4465 */   margin-bottom: 14px;
/* 4466 */ }
/* 4467 */ .navbar-text {
/* 4468 */   margin-top: 15px;
/* 4469 */   margin-bottom: 15px;
/* 4470 */ }
/* 4471 */ @media (min-width: 768px) {
/* 4472 */   .navbar-text {
/* 4473 */     float: left;
/* 4474 */     margin-right: 15px;
/* 4475 */     margin-left: 15px;
/* 4476 */   }
/* 4477 */ }
/* 4478 */ @media (min-width: 768px) {
/* 4479 */   .navbar-left {
/* 4480 */     float: left !important;
/* 4481 */   }
/* 4482 */   .navbar-right {
/* 4483 */     float: right !important;
/* 4484 */     margin-right: -15px;
/* 4485 */   }
/* 4486 */   .navbar-right ~ .navbar-right {
/* 4487 */     margin-right: 0;
/* 4488 */   }
/* 4489 */ }
/* 4490 */ .navbar-default {
/* 4491 */   background-color: #f8f8f8;
/* 4492 */   border-color: #e7e7e7;
/* 4493 */ }
/* 4494 */ .navbar-default .navbar-brand {
/* 4495 */   color: #777;
/* 4496 */ }
/* 4497 */ .navbar-default .navbar-brand:hover,
/* 4498 */ .navbar-default .navbar-brand:focus {
/* 4499 */   color: #5e5e5e;
/* 4500 */   background-color: transparent;

/* bootstrap.css */

/* 4501 */ }
/* 4502 */ .navbar-default .navbar-text {
/* 4503 */   color: #777;
/* 4504 */ }
/* 4505 */ .navbar-default .navbar-nav > li > a {
/* 4506 */   color: #777;
/* 4507 */ }
/* 4508 */ .navbar-default .navbar-nav > li > a:hover,
/* 4509 */ .navbar-default .navbar-nav > li > a:focus {
/* 4510 */
/* 4511 */   background-color: transparent;
/* 4512 */ }
/* 4513 */ .navbar-default .navbar-nav > .active > a,
/* 4514 */ .navbar-default .navbar-nav > .active > a:hover,
/* 4515 */ .navbar-default .navbar-nav > .active > a:focus {
/* 4516 */   color: #555;
/* 4517 */   background-color: #e7e7e7;
/* 4518 */ }
/* 4519 */ .navbar-default .navbar-nav > .disabled > a,
/* 4520 */ .navbar-default .navbar-nav > .disabled > a:hover,
/* 4521 */ .navbar-default .navbar-nav > .disabled > a:focus {
/* 4522 */   color: #ccc;
/* 4523 */   background-color: transparent;
/* 4524 */ }
/* 4525 */ .navbar-default .navbar-toggle {
/* 4526 */   border-color: #ddd;
/* 4527 */ }
/* 4528 */ .navbar-default .navbar-toggle:hover,
/* 4529 */ .navbar-default .navbar-toggle:focus {
/* 4530 */   background-color: #ddd;
/* 4531 */ }
/* 4532 */ .navbar-default .navbar-toggle .icon-bar {
/* 4533 */   background-color: #888;
/* 4534 */ }
/* 4535 */ .navbar-default .navbar-collapse,
/* 4536 */ .navbar-default .navbar-form {
/* 4537 */   border-color: #e7e7e7;
/* 4538 */ }
/* 4539 */ .navbar-default .navbar-nav > .open > a,
/* 4540 */ .navbar-default .navbar-nav > .open > a:hover,
/* 4541 */ .navbar-default .navbar-nav > .open > a:focus {
/* 4542 */   color: #555;
/* 4543 */   background-color: #e7e7e7;
/* 4544 */ }
/* 4545 */ @media (max-width: 767px) {
/* 4546 */   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
/* 4547 */     color: #777;
/* 4548 */   }
/* 4549 */   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
/* 4550 */   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {

/* bootstrap.css */

/* 4551 */     color: #333;
/* 4552 */     background-color: transparent;
/* 4553 */   }
/* 4554 */   .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
/* 4555 */   .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
/* 4556 */   .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
/* 4557 */     color: #555;
/* 4558 */     background-color: #e7e7e7;
/* 4559 */   }
/* 4560 */   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
/* 4561 */   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
/* 4562 */   .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
/* 4563 */     color: #ccc;
/* 4564 */     background-color: transparent;
/* 4565 */   }
/* 4566 */ }
/* 4567 */ .navbar-default .navbar-link {
/* 4568 */   color: #777;
/* 4569 */ }
/* 4570 */ .navbar-default .navbar-link:hover {
/* 4571 */   color: #333;
/* 4572 */ }
/* 4573 */ .navbar-default .btn-link {
/* 4574 */   color: #777;
/* 4575 */ }
/* 4576 */ .navbar-default .btn-link:hover,
/* 4577 */ .navbar-default .btn-link:focus {
/* 4578 */   color: #333;
/* 4579 */ }
/* 4580 */ .navbar-default .btn-link[disabled]:hover,
/* 4581 */ fieldset[disabled] .navbar-default .btn-link:hover,
/* 4582 */ .navbar-default .btn-link[disabled]:focus,
/* 4583 */ fieldset[disabled] .navbar-default .btn-link:focus {
/* 4584 */   color: #ccc;
/* 4585 */ }
/* 4586 */ .navbar-inverse {
/* 4587 */   background-color: #222;
/* 4588 */   border-color: #080808;
/* 4589 */ }
/* 4590 */ .navbar-inverse .navbar-brand {
/* 4591 */   color: #9d9d9d;
/* 4592 */ }
/* 4593 */ .navbar-inverse .navbar-brand:hover,
/* 4594 */ .navbar-inverse .navbar-brand:focus {
/* 4595 */   color: #fff;
/* 4596 */   background-color: transparent;
/* 4597 */ }
/* 4598 */ .navbar-inverse .navbar-text {
/* 4599 */   color: #9d9d9d;
/* 4600 */ }

/* bootstrap.css */

/* 4601 */ .navbar-inverse .navbar-nav > li > a {
/* 4602 */   color: #9d9d9d;
/* 4603 */ }
/* 4604 */ .navbar-inverse .navbar-nav > li > a:hover,
/* 4605 */ .navbar-inverse .navbar-nav > li > a:focus {
/* 4606 */   color: #fff;
/* 4607 */   background-color: transparent;
/* 4608 */ }
/* 4609 */ .navbar-inverse .navbar-nav > .active > a,
/* 4610 */ .navbar-inverse .navbar-nav > .active > a:hover,
/* 4611 */ .navbar-inverse .navbar-nav > .active > a:focus {
/* 4612 */   color: #fff;
/* 4613 */   background-color: #080808;
/* 4614 */ }
/* 4615 */ .navbar-inverse .navbar-nav > .disabled > a,
/* 4616 */ .navbar-inverse .navbar-nav > .disabled > a:hover,
/* 4617 */ .navbar-inverse .navbar-nav > .disabled > a:focus {
/* 4618 */   color: #444;
/* 4619 */   background-color: transparent;
/* 4620 */ }
/* 4621 */ .navbar-inverse .navbar-toggle {
/* 4622 */   border-color: #333;
/* 4623 */ }
/* 4624 */ .navbar-inverse .navbar-toggle:hover,
/* 4625 */ .navbar-inverse .navbar-toggle:focus {
/* 4626 */   background-color: #333;
/* 4627 */ }
/* 4628 */ .navbar-inverse .navbar-toggle .icon-bar {
/* 4629 */   background-color: #fff;
/* 4630 */ }
/* 4631 */ .navbar-inverse .navbar-collapse,
/* 4632 */ .navbar-inverse .navbar-form {
/* 4633 */   border-color: #101010;
/* 4634 */ }
/* 4635 */ .navbar-inverse .navbar-nav > .open > a,
/* 4636 */ .navbar-inverse .navbar-nav > .open > a:hover,
/* 4637 */ .navbar-inverse .navbar-nav > .open > a:focus {
/* 4638 */   color: #fff;
/* 4639 */   background-color: #080808;
/* 4640 */ }
/* 4641 */ @media (max-width: 767px) {
/* 4642 */   .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
/* 4643 */     border-color: #080808;
/* 4644 */   }
/* 4645 */   .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
/* 4646 */     background-color: #080808;
/* 4647 */   }
/* 4648 */   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
/* 4649 */     color: #9d9d9d;
/* 4650 */   }

/* bootstrap.css */

/* 4651 */   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
/* 4652 */   .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
/* 4653 */     color: #fff;
/* 4654 */     background-color: transparent;
/* 4655 */   }
/* 4656 */   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
/* 4657 */   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
/* 4658 */   .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
/* 4659 */     color: #fff;
/* 4660 */     background-color: #080808;
/* 4661 */   }
/* 4662 */   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
/* 4663 */   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
/* 4664 */   .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
/* 4665 */     color: #444;
/* 4666 */     background-color: transparent;
/* 4667 */   }
/* 4668 */ }
/* 4669 */ .navbar-inverse .navbar-link {
/* 4670 */   color: #9d9d9d;
/* 4671 */ }
/* 4672 */ .navbar-inverse .navbar-link:hover {
/* 4673 */   color: #fff;
/* 4674 */ }
/* 4675 */ .navbar-inverse .btn-link {
/* 4676 */   color: #9d9d9d;
/* 4677 */ }
/* 4678 */ .navbar-inverse .btn-link:hover,
/* 4679 */ .navbar-inverse .btn-link:focus {
/* 4680 */   color: #fff;
/* 4681 */ }
/* 4682 */ .navbar-inverse .btn-link[disabled]:hover,
/* 4683 */ fieldset[disabled] .navbar-inverse .btn-link:hover,
/* 4684 */ .navbar-inverse .btn-link[disabled]:focus,
/* 4685 */ fieldset[disabled] .navbar-inverse .btn-link:focus {
/* 4686 */   color: #444;
/* 4687 */ }
/* 4688 */ .breadcrumb {
/* 4689 */   padding: 8px 15px;
/* 4690 */   margin-bottom: 20px;
/* 4691 */   list-style: none;
/* 4692 */   background-color: #f5f5f5;
/* 4693 */   border-radius: 4px;
/* 4694 */ }
/* 4695 */ .breadcrumb > li {
/* 4696 */   display: inline-block;
/* 4697 */ }
/* 4698 */ .breadcrumb > li + li:before {
/* 4699 */   padding: 0 5px;
/* 4700 */   color: #ccc;

/* bootstrap.css */

/* 4701 */   content: "/\00a0";
/* 4702 */ }
/* 4703 */ .breadcrumb > .active {
/* 4704 */   color: #777;
/* 4705 */ }
/* 4706 */ .pagination {
/* 4707 */   display: inline-block;
/* 4708 */   padding-left: 0;
/* 4709 */   margin: 20px 0;
/* 4710 */   border-radius: 4px;
/* 4711 */ }
/* 4712 */ .pagination > li {
/* 4713 */   display: inline;
/* 4714 */ }
/* 4715 */ .pagination > li > a,
/* 4716 */ .pagination > li > span {
/* 4717 */   position: relative;
/* 4718 */   float: left;
/* 4719 */   padding: 6px 12px;
/* 4720 */   margin-left: -1px;
/* 4721 */   line-height: 1.42857143;
/* 4722 */   color: #337ab7;
/* 4723 */   text-decoration: none;
/* 4724 */   background-color: #fff;
/* 4725 */   border: 1px solid #ddd;
/* 4726 */ }
/* 4727 */ .pagination > li:first-child > a,
/* 4728 */ .pagination > li:first-child > span {
/* 4729 */   margin-left: 0;
/* 4730 */   border-top-left-radius: 4px;
/* 4731 */   border-bottom-left-radius: 4px;
/* 4732 */ }
/* 4733 */ .pagination > li:last-child > a,
/* 4734 */ .pagination > li:last-child > span {
/* 4735 */   border-top-right-radius: 4px;
/* 4736 */   border-bottom-right-radius: 4px;
/* 4737 */ }
/* 4738 */ .pagination > li > a:hover,
/* 4739 */ .pagination > li > span:hover,
/* 4740 */ .pagination > li > a:focus,
/* 4741 */ .pagination > li > span:focus {
/* 4742 */   z-index: 2;
/* 4743 */   color: #23527c;
/* 4744 */   background-color: #eee;
/* 4745 */   border-color: #ddd;
/* 4746 */ }
/* 4747 */ .pagination > .active > a,
/* 4748 */ .pagination > .active > span,
/* 4749 */ .pagination > .active > a:hover,
/* 4750 */ .pagination > .active > span:hover,

/* bootstrap.css */

/* 4751 */ .pagination > .active > a:focus,
/* 4752 */ .pagination > .active > span:focus {
/* 4753 */   z-index: 3;
/* 4754 */   color: #fff;
/* 4755 */   cursor: default;
/* 4756 */   background-color: #337ab7;
/* 4757 */   border-color: #337ab7;
/* 4758 */ }
/* 4759 */ .pagination > .disabled > span,
/* 4760 */ .pagination > .disabled > span:hover,
/* 4761 */ .pagination > .disabled > span:focus,
/* 4762 */ .pagination > .disabled > a,
/* 4763 */ .pagination > .disabled > a:hover,
/* 4764 */ .pagination > .disabled > a:focus {
/* 4765 */   color: #777;
/* 4766 */   cursor: not-allowed;
/* 4767 */   background-color: #fff;
/* 4768 */   border-color: #ddd;
/* 4769 */ }
/* 4770 */ .pagination-lg > li > a,
/* 4771 */ .pagination-lg > li > span {
/* 4772 */   padding: 10px 16px;
/* 4773 */   font-size: 18px;
/* 4774 */   line-height: 1.3333333;
/* 4775 */ }
/* 4776 */ .pagination-lg > li:first-child > a,
/* 4777 */ .pagination-lg > li:first-child > span {
/* 4778 */   border-top-left-radius: 6px;
/* 4779 */   border-bottom-left-radius: 6px;
/* 4780 */ }
/* 4781 */ .pagination-lg > li:last-child > a,
/* 4782 */ .pagination-lg > li:last-child > span {
/* 4783 */   border-top-right-radius: 6px;
/* 4784 */   border-bottom-right-radius: 6px;
/* 4785 */ }
/* 4786 */ .pagination-sm > li > a,
/* 4787 */ .pagination-sm > li > span {
/* 4788 */   padding: 5px 10px;
/* 4789 */   font-size: 12px;
/* 4790 */   line-height: 1.5;
/* 4791 */ }
/* 4792 */ .pagination-sm > li:first-child > a,
/* 4793 */ .pagination-sm > li:first-child > span {
/* 4794 */   border-top-left-radius: 3px;
/* 4795 */   border-bottom-left-radius: 3px;
/* 4796 */ }
/* 4797 */ .pagination-sm > li:last-child > a,
/* 4798 */ .pagination-sm > li:last-child > span {
/* 4799 */   border-top-right-radius: 3px;
/* 4800 */   border-bottom-right-radius: 3px;

/* bootstrap.css */

/* 4801 */ }
/* 4802 */ .pager {
/* 4803 */   padding-left: 0;
/* 4804 */   margin: 20px 0;
/* 4805 */   text-align: center;
/* 4806 */   list-style: none;
/* 4807 */ }
/* 4808 */ .pager li {
/* 4809 */   display: inline;
/* 4810 */ }
/* 4811 */ .pager li > a,
/* 4812 */ .pager li > span {
/* 4813 */   display: inline-block;
/* 4814 */   padding: 5px 14px;
/* 4815 */   background-color: #fff;
/* 4816 */   border: 1px solid #ddd;
/* 4817 */   border-radius: 15px;
/* 4818 */ }
/* 4819 */ .pager li > a:hover,
/* 4820 */ .pager li > a:focus {
/* 4821 */   text-decoration: none;
/* 4822 */   background-color: #eee;
/* 4823 */ }
/* 4824 */ .pager .next > a,
/* 4825 */ .pager .next > span {
/* 4826 */   float: right;
/* 4827 */ }
/* 4828 */ .pager .previous > a,
/* 4829 */ .pager .previous > span {
/* 4830 */   float: left;
/* 4831 */ }
/* 4832 */ .pager .disabled > a,
/* 4833 */ .pager .disabled > a:hover,
/* 4834 */ .pager .disabled > a:focus,
/* 4835 */ .pager .disabled > span {
/* 4836 */   color: #777;
/* 4837 */   cursor: not-allowed;
/* 4838 */   background-color: #fff;
/* 4839 */ }
/* 4840 */ .label {
/* 4841 */   display: inline;
/* 4842 */   padding: .2em .6em .3em;
/* 4843 */   font-size: 75%;
/* 4844 */   font-weight: bold;
/* 4845 */   line-height: 1;
/* 4846 */   color: #fff;
/* 4847 */   text-align: center;
/* 4848 */   white-space: nowrap;
/* 4849 */   vertical-align: baseline;
/* 4850 */   border-radius: .25em;

/* bootstrap.css */

/* 4851 */ }
/* 4852 */ a.label:hover,
/* 4853 */ a.label:focus {
/* 4854 */   color: #fff;
/* 4855 */   text-decoration: none;
/* 4856 */   cursor: pointer;
/* 4857 */ }
/* 4858 */ .label:empty {
/* 4859 */   display: none;
/* 4860 */ }
/* 4861 */ .btn .label {
/* 4862 */   position: relative;
/* 4863 */   top: -1px;
/* 4864 */ }
/* 4865 */ .label-default {
/* 4866 */   background-color: #777;
/* 4867 */ }
/* 4868 */ .label-default[href]:hover,
/* 4869 */ .label-default[href]:focus {
/* 4870 */   background-color: #5e5e5e;
/* 4871 */ }
/* 4872 */ .label-primary {
/* 4873 */   background-color: #337ab7;
/* 4874 */ }
/* 4875 */ .label-primary[href]:hover,
/* 4876 */ .label-primary[href]:focus {
/* 4877 */   background-color: #286090;
/* 4878 */ }
/* 4879 */ .label-success {
/* 4880 */   background-color: #5cb85c;
/* 4881 */ }
/* 4882 */ .label-success[href]:hover,
/* 4883 */ .label-success[href]:focus {
/* 4884 */   background-color: #449d44;
/* 4885 */ }
/* 4886 */ .label-info {
/* 4887 */   background-color: #5bc0de;
/* 4888 */ }
/* 4889 */ .label-info[href]:hover,
/* 4890 */ .label-info[href]:focus {
/* 4891 */   background-color: #31b0d5;
/* 4892 */ }
/* 4893 */ .label-warning {
/* 4894 */   background-color: #f0ad4e;
/* 4895 */ }
/* 4896 */ .label-warning[href]:hover,
/* 4897 */ .label-warning[href]:focus {
/* 4898 */   background-color: #ec971f;
/* 4899 */ }
/* 4900 */ .label-danger {

/* bootstrap.css */

/* 4901 */   background-color: #d9534f;
/* 4902 */ }
/* 4903 */ .label-danger[href]:hover,
/* 4904 */ .label-danger[href]:focus {
/* 4905 */   background-color: #c9302c;
/* 4906 */ }
/* 4907 */ .badge {
/* 4908 */   display: inline-block;
/* 4909 */   min-width: 10px;
/* 4910 */   padding: 3px 7px;
/* 4911 */   font-size: 12px;
/* 4912 */   font-weight: bold;
/* 4913 */   line-height: 1;
/* 4914 */   color: #fff;
/* 4915 */   text-align: center;
/* 4916 */   white-space: nowrap;
/* 4917 */   vertical-align: middle;
/* 4918 */   background-color: #777;
/* 4919 */   border-radius: 10px;
/* 4920 */ }
/* 4921 */ .badge:empty {
/* 4922 */   display: none;
/* 4923 */ }
/* 4924 */ .btn .badge {
/* 4925 */   position: relative;
/* 4926 */   top: -1px;
/* 4927 */ }
/* 4928 */ .btn-xs .badge,
/* 4929 */ .btn-group-xs > .btn .badge {
/* 4930 */   top: 0;
/* 4931 */   padding: 1px 5px;
/* 4932 */ }
/* 4933 */ a.badge:hover,
/* 4934 */ a.badge:focus {
/* 4935 */   color: #fff;
/* 4936 */   text-decoration: none;
/* 4937 */   cursor: pointer;
/* 4938 */ }
/* 4939 */ .list-group-item.active > .badge,
/* 4940 */ .nav-pills > .active > a > .badge {
/* 4941 */   color: #337ab7;
/* 4942 */   background-color: #fff;
/* 4943 */ }
/* 4944 */ .list-group-item > .badge {
/* 4945 */   float: right;
/* 4946 */ }
/* 4947 */ .list-group-item > .badge + .badge {
/* 4948 */   margin-right: 5px;
/* 4949 */ }
/* 4950 */ .nav-pills > li > a > .badge {

/* bootstrap.css */

/* 4951 */   margin-left: 3px;
/* 4952 */ }
/* 4953 */ .jumbotron {
/* 4954 */   padding-top: 30px;
/* 4955 */   padding-bottom: 30px;
/* 4956 */   margin-bottom: 30px;
/* 4957 */   color: inherit;
/* 4958 */   background-color: #eee;
/* 4959 */ }
/* 4960 */ .jumbotron h1,
/* 4961 */ .jumbotron .h1 {
/* 4962 */   color: inherit;
/* 4963 */ }
/* 4964 */ .jumbotron p {
/* 4965 */   margin-bottom: 15px;
/* 4966 */   font-size: 21px;
/* 4967 */   font-weight: 200;
/* 4968 */ }
/* 4969 */ .jumbotron > hr {
/* 4970 */   border-top-color: #d5d5d5;
/* 4971 */ }
/* 4972 */ .container .jumbotron,
/* 4973 */ .container-fluid .jumbotron {
/* 4974 */   padding-right: 15px;
/* 4975 */   padding-left: 15px;
/* 4976 */   border-radius: 6px;
/* 4977 */ }
/* 4978 */ .jumbotron .container {
/* 4979 */   max-width: 100%;
/* 4980 */ }
/* 4981 */ @media screen and (min-width: 768px) {
/* 4982 */   .jumbotron {
/* 4983 */     padding-top: 48px;
/* 4984 */     padding-bottom: 48px;
/* 4985 */   }
/* 4986 */   .container .jumbotron,
/* 4987 */   .container-fluid .jumbotron {
/* 4988 */     padding-right: 60px;
/* 4989 */     padding-left: 60px;
/* 4990 */   }
/* 4991 */   .jumbotron h1,
/* 4992 */   .jumbotron .h1 {
/* 4993 */     font-size: 63px;
/* 4994 */   }
/* 4995 */ }
/* 4996 */ .thumbnail {
/* 4997 */   display: block;
/* 4998 */   padding: 4px;
/* 4999 */   margin-bottom: 20px;
/* 5000 */   line-height: 1.42857143;

/* bootstrap.css */

/* 5001 */   background-color: #fff;
/* 5002 */   border: 1px solid #ddd;
/* 5003 */   border-radius: 4px;
/* 5004 */   -webkit-transition: border .2s ease-in-out;
/* 5005 */        -o-transition: border .2s ease-in-out;
/* 5006 */           transition: border .2s ease-in-out;
/* 5007 */ }
/* 5008 */ .thumbnail > img,
/* 5009 */ .thumbnail a > img {
/* 5010 */   margin-right: auto;
/* 5011 */   margin-left: auto;
/* 5012 */ }
/* 5013 */ a.thumbnail:hover,
/* 5014 */ a.thumbnail:focus,
/* 5015 */ a.thumbnail.active {
/* 5016 */   border-color: #337ab7;
/* 5017 */ }
/* 5018 */ .thumbnail .caption {
/* 5019 */   padding: 9px;
/* 5020 */   color: #333;
/* 5021 */ }
/* 5022 */ .alert {
/* 5023 */   padding: 15px;
/* 5024 */   margin-bottom: 20px;
/* 5025 */   border: 1px solid transparent;
/* 5026 */   border-radius: 4px;
/* 5027 */ }
/* 5028 */ .alert h4 {
/* 5029 */   margin-top: 0;
/* 5030 */   color: inherit;
/* 5031 */ }
/* 5032 */ .alert .alert-link {
/* 5033 */   font-weight: bold;
/* 5034 */ }
/* 5035 */ .alert > p,
/* 5036 */ .alert > ul {
/* 5037 */   margin-bottom: 0;
/* 5038 */ }
/* 5039 */ .alert > p + p {
/* 5040 */   margin-top: 5px;
/* 5041 */ }
/* 5042 */ .alert-dismissable,
/* 5043 */ .alert-dismissible {
/* 5044 */   padding-right: 35px;
/* 5045 */ }
/* 5046 */ .alert-dismissable .close,
/* 5047 */ .alert-dismissible .close {
/* 5048 */   position: relative;
/* 5049 */   top: -2px;
/* 5050 */   right: -21px;

/* bootstrap.css */

/* 5051 */   color: inherit;
/* 5052 */ }
/* 5053 */ .alert-success {
/* 5054 */   color: #3c763d;
/* 5055 */   background-color: #dff0d8;
/* 5056 */   border-color: #d6e9c6;
/* 5057 */ }
/* 5058 */ .alert-success hr {
/* 5059 */   border-top-color: #c9e2b3;
/* 5060 */ }
/* 5061 */ .alert-success .alert-link {
/* 5062 */   color: #2b542c;
/* 5063 */ }
/* 5064 */ .alert-info {
/* 5065 */   color: #31708f;
/* 5066 */   background-color: #d9edf7;
/* 5067 */   border-color: #bce8f1;
/* 5068 */ }
/* 5069 */ .alert-info hr {
/* 5070 */   border-top-color: #a6e1ec;
/* 5071 */ }
/* 5072 */ .alert-info .alert-link {
/* 5073 */   color: #245269;
/* 5074 */ }
/* 5075 */ .alert-warning {
/* 5076 */   color: #8a6d3b;
/* 5077 */   background-color: #fcf8e3;
/* 5078 */   border-color: #faebcc;
/* 5079 */ }
/* 5080 */ .alert-warning hr {
/* 5081 */   border-top-color: #f7e1b5;
/* 5082 */ }
/* 5083 */ .alert-warning .alert-link {
/* 5084 */   color: #66512c;
/* 5085 */ }
/* 5086 */ .alert-danger {
/* 5087 */   color: #a94442;
/* 5088 */   background-color: #f2dede;
/* 5089 */   border-color: #ebccd1;
/* 5090 */ }
/* 5091 */ .alert-danger hr {
/* 5092 */   border-top-color: #e4b9c0;
/* 5093 */ }
/* 5094 */ .alert-danger .alert-link {
/* 5095 */   color: #843534;
/* 5096 */ }
/* 5097 */ @-webkit-keyframes progress-bar-stripes {
/* 5098 */   from {
/* 5099 */     background-position: 40px 0;
/* 5100 */   }

/* bootstrap.css */

/* 5101 */   to {
/* 5102 */     background-position: 0 0;
/* 5103 */   }
/* 5104 */ }
/* 5105 */ @-o-keyframes progress-bar-stripes {
/* 5106 */   from {
/* 5107 */     background-position: 40px 0;
/* 5108 */   }
/* 5109 */   to {
/* 5110 */     background-position: 0 0;
/* 5111 */   }
/* 5112 */ }
/* 5113 */ @keyframes progress-bar-stripes {
/* 5114 */   from {
/* 5115 */     background-position: 40px 0;
/* 5116 */   }
/* 5117 */   to {
/* 5118 */     background-position: 0 0;
/* 5119 */   }
/* 5120 */ }
/* 5121 */ .progress {
/* 5122 */   height: 20px;
/* 5123 */   margin-bottom: 20px;
/* 5124 */   overflow: hidden;
/* 5125 */   background-color: #f5f5f5;
/* 5126 */   border-radius: 4px;
/* 5127 */   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
/* 5128 */           box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
/* 5129 */ }
/* 5130 */ .progress-bar {
/* 5131 */   float: left;
/* 5132 */   width: 0;
/* 5133 */   height: 100%;
/* 5134 */   font-size: 12px;
/* 5135 */   line-height: 20px;
/* 5136 */   color: #fff;
/* 5137 */   text-align: center;
/* 5138 */   background-color: #337ab7;
/* 5139 */   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
/* 5140 */           box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
/* 5141 */   -webkit-transition: width .6s ease;
/* 5142 */        -o-transition: width .6s ease;
/* 5143 */           transition: width .6s ease;
/* 5144 */ }
/* 5145 */ .progress-striped .progress-bar,
/* 5146 */ .progress-bar-striped {
/* 5147 */   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5148 */   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5149 */   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5150 */   -webkit-background-size: 40px 40px;

/* bootstrap.css */

/* 5151 */           background-size: 40px 40px;
/* 5152 */ }
/* 5153 */ .progress.active .progress-bar,
/* 5154 */ .progress-bar.active {
/* 5155 */   -webkit-animation: progress-bar-stripes 2s linear infinite;
/* 5156 */        -o-animation: progress-bar-stripes 2s linear infinite;
/* 5157 */           animation: progress-bar-stripes 2s linear infinite;
/* 5158 */ }
/* 5159 */ .progress-bar-success {
/* 5160 */   background-color: #5cb85c;
/* 5161 */ }
/* 5162 */ .progress-striped .progress-bar-success {
/* 5163 */   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5164 */   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5165 */   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5166 */ }
/* 5167 */ .progress-bar-info {
/* 5168 */   background-color: #5bc0de;
/* 5169 */ }
/* 5170 */ .progress-striped .progress-bar-info {
/* 5171 */   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5172 */   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5173 */   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5174 */ }
/* 5175 */ .progress-bar-warning {
/* 5176 */   background-color: #f0ad4e;
/* 5177 */ }
/* 5178 */ .progress-striped .progress-bar-warning {
/* 5179 */   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5180 */   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5181 */   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5182 */ }
/* 5183 */ .progress-bar-danger {
/* 5184 */   background-color: #d9534f;
/* 5185 */ }
/* 5186 */ .progress-striped .progress-bar-danger {
/* 5187 */   background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5188 */   background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5189 */   background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
/* 5190 */ }
/* 5191 */ .media {
/* 5192 */   margin-top: 15px;
/* 5193 */ }
/* 5194 */ .media:first-child {
/* 5195 */   margin-top: 0;
/* 5196 */ }
/* 5197 */ .media,
/* 5198 */ .media-body {
/* 5199 */   overflow: hidden;
/* 5200 */   zoom: 1;

/* bootstrap.css */

/* 5201 */ }
/* 5202 */ .media-body {
/* 5203 */   width: 10000px;
/* 5204 */ }
/* 5205 */ .media-object {
/* 5206 */   display: block;
/* 5207 */ }
/* 5208 */ .media-object.img-thumbnail {
/* 5209 */   max-width: none;
/* 5210 */ }
/* 5211 */ .media-right,
/* 5212 */ .media > .pull-right {
/* 5213 */   padding-left: 10px;
/* 5214 */ }
/* 5215 */ .media-left,
/* 5216 */ .media > .pull-left {
/* 5217 */   padding-right: 10px;
/* 5218 */ }
/* 5219 */ .media-left,
/* 5220 */ .media-right,
/* 5221 */ .media-body {
/* 5222 */   display: table-cell;
/* 5223 */   vertical-align: top;
/* 5224 */ }
/* 5225 */ .media-middle {
/* 5226 */   vertical-align: middle;
/* 5227 */ }
/* 5228 */ .media-bottom {
/* 5229 */   vertical-align: bottom;
/* 5230 */ }
/* 5231 */ .media-heading {
/* 5232 */   margin-top: 0;
/* 5233 */   margin-bottom: 5px;
/* 5234 */ }
/* 5235 */ .media-list {
/* 5236 */   padding-left: 0;
/* 5237 */   list-style: none;
/* 5238 */ }
/* 5239 */ .list-group {
/* 5240 */   padding-left: 0;
/* 5241 */   margin-bottom: 20px;
/* 5242 */ }
/* 5243 */ .list-group-item {
/* 5244 */   position: relative;
/* 5245 */   display: block;
/* 5246 */   padding: 10px 15px;
/* 5247 */   margin-bottom: -1px;
/* 5248 */   background-color: #fff;
/* 5249 */   border: 1px solid #ddd;
/* 5250 */ }

/* bootstrap.css */

/* 5251 */ .list-group-item:first-child {
/* 5252 */   border-top-left-radius: 4px;
/* 5253 */   border-top-right-radius: 4px;
/* 5254 */ }
/* 5255 */ .list-group-item:last-child {
/* 5256 */   margin-bottom: 0;
/* 5257 */   border-bottom-right-radius: 4px;
/* 5258 */   border-bottom-left-radius: 4px;
/* 5259 */ }
/* 5260 */ a.list-group-item,
/* 5261 */ button.list-group-item {
/* 5262 */   color: #555;
/* 5263 */ }
/* 5264 */ a.list-group-item .list-group-item-heading,
/* 5265 */ button.list-group-item .list-group-item-heading {
/* 5266 */   color: #333;
/* 5267 */ }
/* 5268 */ a.list-group-item:hover,
/* 5269 */ button.list-group-item:hover,
/* 5270 */ a.list-group-item:focus,
/* 5271 */ button.list-group-item:focus {
/* 5272 */   color: #555;
/* 5273 */   text-decoration: none;
/* 5274 */   background-color: #f5f5f5;
/* 5275 */ }
/* 5276 */ button.list-group-item {
/* 5277 */   width: 100%;
/* 5278 */   text-align: left;
/* 5279 */ }
/* 5280 */ .list-group-item.disabled,
/* 5281 */ .list-group-item.disabled:hover,
/* 5282 */ .list-group-item.disabled:focus {
/* 5283 */   color: #777;
/* 5284 */   cursor: not-allowed;
/* 5285 */   background-color: #eee;
/* 5286 */ }
/* 5287 */ .list-group-item.disabled .list-group-item-heading,
/* 5288 */ .list-group-item.disabled:hover .list-group-item-heading,
/* 5289 */ .list-group-item.disabled:focus .list-group-item-heading {
/* 5290 */   color: inherit;
/* 5291 */ }
/* 5292 */ .list-group-item.disabled .list-group-item-text,
/* 5293 */ .list-group-item.disabled:hover .list-group-item-text,
/* 5294 */ .list-group-item.disabled:focus .list-group-item-text {
/* 5295 */   color: #777;
/* 5296 */ }
/* 5297 */ .list-group-item.active,
/* 5298 */ .list-group-item.active:hover,
/* 5299 */ .list-group-item.active:focus {
/* 5300 */   z-index: 2;

/* bootstrap.css */

/* 5301 */   color: #fff;
/* 5302 */   background-color: #337ab7;
/* 5303 */   border-color: #337ab7;
/* 5304 */ }
/* 5305 */ .list-group-item.active .list-group-item-heading,
/* 5306 */ .list-group-item.active:hover .list-group-item-heading,
/* 5307 */ .list-group-item.active:focus .list-group-item-heading,
/* 5308 */ .list-group-item.active .list-group-item-heading > small,
/* 5309 */ .list-group-item.active:hover .list-group-item-heading > small,
/* 5310 */ .list-group-item.active:focus .list-group-item-heading > small,
/* 5311 */ .list-group-item.active .list-group-item-heading > .small,
/* 5312 */ .list-group-item.active:hover .list-group-item-heading > .small,
/* 5313 */ .list-group-item.active:focus .list-group-item-heading > .small {
/* 5314 */   color: inherit;
/* 5315 */ }
/* 5316 */ .list-group-item.active .list-group-item-text,
/* 5317 */ .list-group-item.active:hover .list-group-item-text,
/* 5318 */ .list-group-item.active:focus .list-group-item-text {
/* 5319 */   color: #c7ddef;
/* 5320 */ }
/* 5321 */ .list-group-item-success {
/* 5322 */   color: #3c763d;
/* 5323 */   background-color: #dff0d8;
/* 5324 */ }
/* 5325 */ a.list-group-item-success,
/* 5326 */ button.list-group-item-success {
/* 5327 */   color: #3c763d;
/* 5328 */ }
/* 5329 */ a.list-group-item-success .list-group-item-heading,
/* 5330 */ button.list-group-item-success .list-group-item-heading {
/* 5331 */   color: inherit;
/* 5332 */ }
/* 5333 */ a.list-group-item-success:hover,
/* 5334 */ button.list-group-item-success:hover,
/* 5335 */ a.list-group-item-success:focus,
/* 5336 */ button.list-group-item-success:focus {
/* 5337 */   color: #3c763d;
/* 5338 */   background-color: #d0e9c6;
/* 5339 */ }
/* 5340 */ a.list-group-item-success.active,
/* 5341 */ button.list-group-item-success.active,
/* 5342 */ a.list-group-item-success.active:hover,
/* 5343 */ button.list-group-item-success.active:hover,
/* 5344 */ a.list-group-item-success.active:focus,
/* 5345 */ button.list-group-item-success.active:focus {
/* 5346 */   color: #fff;
/* 5347 */   background-color: #3c763d;
/* 5348 */   border-color: #3c763d;
/* 5349 */ }
/* 5350 */ .list-group-item-info {

/* bootstrap.css */

/* 5351 */   color: #31708f;
/* 5352 */   background-color: #d9edf7;
/* 5353 */ }
/* 5354 */ a.list-group-item-info,
/* 5355 */ button.list-group-item-info {
/* 5356 */   color: #31708f;
/* 5357 */ }
/* 5358 */ a.list-group-item-info .list-group-item-heading,
/* 5359 */ button.list-group-item-info .list-group-item-heading {
/* 5360 */   color: inherit;
/* 5361 */ }
/* 5362 */ a.list-group-item-info:hover,
/* 5363 */ button.list-group-item-info:hover,
/* 5364 */ a.list-group-item-info:focus,
/* 5365 */ button.list-group-item-info:focus {
/* 5366 */   color: #31708f;
/* 5367 */   background-color: #c4e3f3;
/* 5368 */ }
/* 5369 */ a.list-group-item-info.active,
/* 5370 */ button.list-group-item-info.active,
/* 5371 */ a.list-group-item-info.active:hover,
/* 5372 */ button.list-group-item-info.active:hover,
/* 5373 */ a.list-group-item-info.active:focus,
/* 5374 */ button.list-group-item-info.active:focus {
/* 5375 */   color: #fff;
/* 5376 */   background-color: #31708f;
/* 5377 */   border-color: #31708f;
/* 5378 */ }
/* 5379 */ .list-group-item-warning {
/* 5380 */   color: #8a6d3b;
/* 5381 */   background-color: #fcf8e3;
/* 5382 */ }
/* 5383 */ a.list-group-item-warning,
/* 5384 */ button.list-group-item-warning {
/* 5385 */   color: #8a6d3b;
/* 5386 */ }
/* 5387 */ a.list-group-item-warning .list-group-item-heading,
/* 5388 */ button.list-group-item-warning .list-group-item-heading {
/* 5389 */   color: inherit;
/* 5390 */ }
/* 5391 */ a.list-group-item-warning:hover,
/* 5392 */ button.list-group-item-warning:hover,
/* 5393 */ a.list-group-item-warning:focus,
/* 5394 */ button.list-group-item-warning:focus {
/* 5395 */   color: #8a6d3b;
/* 5396 */   background-color: #faf2cc;
/* 5397 */ }
/* 5398 */ a.list-group-item-warning.active,
/* 5399 */ button.list-group-item-warning.active,
/* 5400 */ a.list-group-item-warning.active:hover,

/* bootstrap.css */

/* 5401 */ button.list-group-item-warning.active:hover,
/* 5402 */ a.list-group-item-warning.active:focus,
/* 5403 */ button.list-group-item-warning.active:focus {
/* 5404 */   color: #fff;
/* 5405 */   background-color: #8a6d3b;
/* 5406 */   border-color: #8a6d3b;
/* 5407 */ }
/* 5408 */ .list-group-item-danger {
/* 5409 */   color: #a94442;
/* 5410 */   background-color: #f2dede;
/* 5411 */ }
/* 5412 */ a.list-group-item-danger,
/* 5413 */ button.list-group-item-danger {
/* 5414 */   color: #a94442;
/* 5415 */ }
/* 5416 */ a.list-group-item-danger .list-group-item-heading,
/* 5417 */ button.list-group-item-danger .list-group-item-heading {
/* 5418 */   color: inherit;
/* 5419 */ }
/* 5420 */ a.list-group-item-danger:hover,
/* 5421 */ button.list-group-item-danger:hover,
/* 5422 */ a.list-group-item-danger:focus,
/* 5423 */ button.list-group-item-danger:focus {
/* 5424 */   color: #a94442;
/* 5425 */   background-color: #ebcccc;
/* 5426 */ }
/* 5427 */ a.list-group-item-danger.active,
/* 5428 */ button.list-group-item-danger.active,
/* 5429 */ a.list-group-item-danger.active:hover,
/* 5430 */ button.list-group-item-danger.active:hover,
/* 5431 */ a.list-group-item-danger.active:focus,
/* 5432 */ button.list-group-item-danger.active:focus {
/* 5433 */   color: #fff;
/* 5434 */   background-color: #a94442;
/* 5435 */   border-color: #a94442;
/* 5436 */ }
/* 5437 */ .list-group-item-heading {
/* 5438 */   margin-top: 0;
/* 5439 */   margin-bottom: 5px;
/* 5440 */ }
/* 5441 */ .list-group-item-text {
/* 5442 */   margin-bottom: 0;
/* 5443 */   line-height: 1.3;
/* 5444 */ }
/* 5445 */ .panel {
/* 5446 */   margin-bottom: 20px;
/* 5447 */   background-color: #fff;
/* 5448 */   border: 1px solid transparent;
/* 5449 */   border-radius: 4px;
/* 5450 */   -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);

/* bootstrap.css */

/* 5451 */           box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
/* 5452 */ }
/* 5453 */ .panel-body {
/* 5454 */   padding: 15px;
/* 5455 */ }
/* 5456 */ .panel-heading {
/* 5457 */   padding: 10px 15px;
/* 5458 */   border-bottom: 1px solid transparent;
/* 5459 */   border-top-left-radius: 3px;
/* 5460 */   border-top-right-radius: 3px;
/* 5461 */ }
/* 5462 */ .panel-heading > .dropdown .dropdown-toggle {
/* 5463 */   color: inherit;
/* 5464 */ }
/* 5465 */ .panel-title {
/* 5466 */   margin-top: 0;
/* 5467 */   margin-bottom: 0;
/* 5468 */   font-size: 16px;
/* 5469 */   color: inherit;
/* 5470 */ }
/* 5471 */ .panel-title > a,
/* 5472 */ .panel-title > small,
/* 5473 */ .panel-title > .small,
/* 5474 */ .panel-title > small > a,
/* 5475 */ .panel-title > .small > a {
/* 5476 */   color: inherit;
/* 5477 */ }
/* 5478 */ .panel-footer {
/* 5479 */   padding: 10px 15px;
/* 5480 */   background-color: #f5f5f5;
/* 5481 */   border-top: 1px solid #ddd;
/* 5482 */   border-bottom-right-radius: 3px;
/* 5483 */   border-bottom-left-radius: 3px;
/* 5484 */ }
/* 5485 */ .panel > .list-group,
/* 5486 */ .panel > .panel-collapse > .list-group {
/* 5487 */   margin-bottom: 0;
/* 5488 */ }
/* 5489 */ .panel > .list-group .list-group-item,
/* 5490 */ .panel > .panel-collapse > .list-group .list-group-item {
/* 5491 */   border-width: 1px 0;
/* 5492 */   border-radius: 0;
/* 5493 */ }
/* 5494 */ .panel > .list-group:first-child .list-group-item:first-child,
/* 5495 */ .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
/* 5496 */   border-top: 0;
/* 5497 */   border-top-left-radius: 3px;
/* 5498 */   border-top-right-radius: 3px;
/* 5499 */ }
/* 5500 */ .panel > .list-group:last-child .list-group-item:last-child,

/* bootstrap.css */

/* 5501 */ .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
/* 5502 */   border-bottom: 0;
/* 5503 */   border-bottom-right-radius: 3px;
/* 5504 */   border-bottom-left-radius: 3px;
/* 5505 */ }
/* 5506 */ .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
/* 5507 */   border-top-left-radius: 0;
/* 5508 */   border-top-right-radius: 0;
/* 5509 */ }
/* 5510 */ .panel-heading + .list-group .list-group-item:first-child {
/* 5511 */   border-top-width: 0;
/* 5512 */ }
/* 5513 */ .list-group + .panel-footer {
/* 5514 */   border-top-width: 0;
/* 5515 */ }
/* 5516 */ .panel > .table,
/* 5517 */ .panel > .table-responsive > .table,
/* 5518 */ .panel > .panel-collapse > .table {
/* 5519 */   margin-bottom: 0;
/* 5520 */ }
/* 5521 */ .panel > .table caption,
/* 5522 */ .panel > .table-responsive > .table caption,
/* 5523 */ .panel > .panel-collapse > .table caption {
/* 5524 */   padding-right: 15px;
/* 5525 */   padding-left: 15px;
/* 5526 */ }
/* 5527 */ .panel > .table:first-child,
/* 5528 */ .panel > .table-responsive:first-child > .table:first-child {
/* 5529 */   border-top-left-radius: 3px;
/* 5530 */   border-top-right-radius: 3px;
/* 5531 */ }
/* 5532 */ .panel > .table:first-child > thead:first-child > tr:first-child,
/* 5533 */ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
/* 5534 */ .panel > .table:first-child > tbody:first-child > tr:first-child,
/* 5535 */ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
/* 5536 */   border-top-left-radius: 3px;
/* 5537 */   border-top-right-radius: 3px;
/* 5538 */ }
/* 5539 */ .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
/* 5540 */ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
/* 5541 */ .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
/* 5542 */ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
/* 5543 */ .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
/* 5544 */ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
/* 5545 */ .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
/* 5546 */ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
/* 5547 */   border-top-left-radius: 3px;
/* 5548 */ }
/* 5549 */ .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
/* 5550 */ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,

/* bootstrap.css */

/* 5551 */ .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
/* 5552 */ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
/* 5553 */ .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
/* 5554 */ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
/* 5555 */ .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
/* 5556 */ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
/* 5557 */   border-top-right-radius: 3px;
/* 5558 */ }
/* 5559 */ .panel > .table:last-child,
/* 5560 */ .panel > .table-responsive:last-child > .table:last-child {
/* 5561 */   border-bottom-right-radius: 3px;
/* 5562 */   border-bottom-left-radius: 3px;
/* 5563 */ }
/* 5564 */ .panel > .table:last-child > tbody:last-child > tr:last-child,
/* 5565 */ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
/* 5566 */ .panel > .table:last-child > tfoot:last-child > tr:last-child,
/* 5567 */ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
/* 5568 */   border-bottom-right-radius: 3px;
/* 5569 */   border-bottom-left-radius: 3px;
/* 5570 */ }
/* 5571 */ .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
/* 5572 */ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
/* 5573 */ .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
/* 5574 */ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
/* 5575 */ .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
/* 5576 */ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
/* 5577 */ .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
/* 5578 */ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
/* 5579 */   border-bottom-left-radius: 3px;
/* 5580 */ }
/* 5581 */ .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
/* 5582 */ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
/* 5583 */ .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
/* 5584 */ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
/* 5585 */ .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
/* 5586 */ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
/* 5587 */ .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
/* 5588 */ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
/* 5589 */   border-bottom-right-radius: 3px;
/* 5590 */ }
/* 5591 */ .panel > .panel-body + .table,
/* 5592 */ .panel > .panel-body + .table-responsive,
/* 5593 */ .panel > .table + .panel-body,
/* 5594 */ .panel > .table-responsive + .panel-body {
/* 5595 */   border-top: 1px solid #ddd;
/* 5596 */ }
/* 5597 */ .panel > .table > tbody:first-child > tr:first-child th,
/* 5598 */ .panel > .table > tbody:first-child > tr:first-child td {
/* 5599 */   border-top: 0;
/* 5600 */ }

/* bootstrap.css */

/* 5601 */ .panel > .table-bordered,
/* 5602 */ .panel > .table-responsive > .table-bordered {
/* 5603 */   border: 0;
/* 5604 */ }
/* 5605 */ .panel > .table-bordered > thead > tr > th:first-child,
/* 5606 */ .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
/* 5607 */ .panel > .table-bordered > tbody > tr > th:first-child,
/* 5608 */ .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
/* 5609 */ .panel > .table-bordered > tfoot > tr > th:first-child,
/* 5610 */ .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
/* 5611 */ .panel > .table-bordered > thead > tr > td:first-child,
/* 5612 */ .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
/* 5613 */ .panel > .table-bordered > tbody > tr > td:first-child,
/* 5614 */ .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
/* 5615 */ .panel > .table-bordered > tfoot > tr > td:first-child,
/* 5616 */ .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
/* 5617 */   border-left: 0;
/* 5618 */ }
/* 5619 */ .panel > .table-bordered > thead > tr > th:last-child,
/* 5620 */ .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
/* 5621 */ .panel > .table-bordered > tbody > tr > th:last-child,
/* 5622 */ .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
/* 5623 */ .panel > .table-bordered > tfoot > tr > th:last-child,
/* 5624 */ .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
/* 5625 */ .panel > .table-bordered > thead > tr > td:last-child,
/* 5626 */ .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
/* 5627 */ .panel > .table-bordered > tbody > tr > td:last-child,
/* 5628 */ .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
/* 5629 */ .panel > .table-bordered > tfoot > tr > td:last-child,
/* 5630 */ .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
/* 5631 */   border-right: 0;
/* 5632 */ }
/* 5633 */ .panel > .table-bordered > thead > tr:first-child > td,
/* 5634 */ .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
/* 5635 */ .panel > .table-bordered > tbody > tr:first-child > td,
/* 5636 */ .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
/* 5637 */ .panel > .table-bordered > thead > tr:first-child > th,
/* 5638 */ .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
/* 5639 */ .panel > .table-bordered > tbody > tr:first-child > th,
/* 5640 */ .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
/* 5641 */   border-bottom: 0;
/* 5642 */ }
/* 5643 */ .panel > .table-bordered > tbody > tr:last-child > td,
/* 5644 */ .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
/* 5645 */ .panel > .table-bordered > tfoot > tr:last-child > td,
/* 5646 */ .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
/* 5647 */ .panel > .table-bordered > tbody > tr:last-child > th,
/* 5648 */ .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
/* 5649 */ .panel > .table-bordered > tfoot > tr:last-child > th,
/* 5650 */ .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {

/* bootstrap.css */

/* 5651 */   border-bottom: 0;
/* 5652 */ }
/* 5653 */ .panel > .table-responsive {
/* 5654 */   margin-bottom: 0;
/* 5655 */   border: 0;
/* 5656 */ }
/* 5657 */ .panel-group {
/* 5658 */   margin-bottom: 20px;
/* 5659 */ }
/* 5660 */ .panel-group .panel {
/* 5661 */   margin-bottom: 0;
/* 5662 */   border-radius: 4px;
/* 5663 */ }
/* 5664 */ .panel-group .panel + .panel {
/* 5665 */   margin-top: 5px;
/* 5666 */ }
/* 5667 */ .panel-group .panel-heading {
/* 5668 */   border-bottom: 0;
/* 5669 */ }
/* 5670 */ .panel-group .panel-heading + .panel-collapse > .panel-body,
/* 5671 */ .panel-group .panel-heading + .panel-collapse > .list-group {
/* 5672 */   border-top: 1px solid #ddd;
/* 5673 */ }
/* 5674 */ .panel-group .panel-footer {
/* 5675 */   border-top: 0;
/* 5676 */ }
/* 5677 */ .panel-group .panel-footer + .panel-collapse .panel-body {
/* 5678 */   border-bottom: 1px solid #ddd;
/* 5679 */ }
/* 5680 */ .panel-default {
/* 5681 */   border-color: #ddd;
/* 5682 */ }
/* 5683 */ .panel-default > .panel-heading {
/* 5684 */   color: #333;
/* 5685 */   background-color: #f5f5f5;
/* 5686 */   border-color: #ddd;
/* 5687 */ }
/* 5688 */ .panel-default > .panel-heading + .panel-collapse > .panel-body {
/* 5689 */   border-top-color: #ddd;
/* 5690 */ }
/* 5691 */ .panel-default > .panel-heading .badge {
/* 5692 */   color: #f5f5f5;
/* 5693 */   background-color: #333;
/* 5694 */ }
/* 5695 */ .panel-default > .panel-footer + .panel-collapse > .panel-body {
/* 5696 */   border-bottom-color: #ddd;
/* 5697 */ }
/* 5698 */ .panel-primary {
/* 5699 */   border-color: #337ab7;
/* 5700 */ }

/* bootstrap.css */

/* 5701 */ .panel-primary > .panel-heading {
/* 5702 */   color: #fff;
/* 5703 */   background-color: #337ab7;
/* 5704 */   border-color: #337ab7;
/* 5705 */ }
/* 5706 */ .panel-primary > .panel-heading + .panel-collapse > .panel-body {
/* 5707 */   border-top-color: #337ab7;
/* 5708 */ }
/* 5709 */ .panel-primary > .panel-heading .badge {
/* 5710 */   color: #337ab7;
/* 5711 */   background-color: #fff;
/* 5712 */ }
/* 5713 */ .panel-primary > .panel-footer + .panel-collapse > .panel-body {
/* 5714 */   border-bottom-color: #337ab7;
/* 5715 */ }
/* 5716 */ .panel-success {
/* 5717 */   border-color: #d6e9c6;
/* 5718 */ }
/* 5719 */ .panel-success > .panel-heading {
/* 5720 */   color: #3c763d;
/* 5721 */   background-color: #dff0d8;
/* 5722 */   border-color: #d6e9c6;
/* 5723 */ }
/* 5724 */ .panel-success > .panel-heading + .panel-collapse > .panel-body {
/* 5725 */   border-top-color: #d6e9c6;
/* 5726 */ }
/* 5727 */ .panel-success > .panel-heading .badge {
/* 5728 */   color: #dff0d8;
/* 5729 */   background-color: #3c763d;
/* 5730 */ }
/* 5731 */ .panel-success > .panel-footer + .panel-collapse > .panel-body {
/* 5732 */   border-bottom-color: #d6e9c6;
/* 5733 */ }
/* 5734 */ .panel-info {
/* 5735 */   border-color: #bce8f1;
/* 5736 */ }
/* 5737 */ .panel-info > .panel-heading {
/* 5738 */   color: #31708f;
/* 5739 */   background-color: #d9edf7;
/* 5740 */   border-color: #bce8f1;
/* 5741 */ }
/* 5742 */ .panel-info > .panel-heading + .panel-collapse > .panel-body {
/* 5743 */   border-top-color: #bce8f1;
/* 5744 */ }
/* 5745 */ .panel-info > .panel-heading .badge {
/* 5746 */   color: #d9edf7;
/* 5747 */   background-color: #31708f;
/* 5748 */ }
/* 5749 */ .panel-info > .panel-footer + .panel-collapse > .panel-body {
/* 5750 */   border-bottom-color: #bce8f1;

/* bootstrap.css */

/* 5751 */ }
/* 5752 */ .panel-warning {
/* 5753 */   border-color: #faebcc;
/* 5754 */ }
/* 5755 */ .panel-warning > .panel-heading {
/* 5756 */   color: #8a6d3b;
/* 5757 */   background-color: #fcf8e3;
/* 5758 */   border-color: #faebcc;
/* 5759 */ }
/* 5760 */ .panel-warning > .panel-heading + .panel-collapse > .panel-body {
/* 5761 */   border-top-color: #faebcc;
/* 5762 */ }
/* 5763 */ .panel-warning > .panel-heading .badge {
/* 5764 */   color: #fcf8e3;
/* 5765 */   background-color: #8a6d3b;
/* 5766 */ }
/* 5767 */ .panel-warning > .panel-footer + .panel-collapse > .panel-body {
/* 5768 */   border-bottom-color: #faebcc;
/* 5769 */ }
/* 5770 */ .panel-danger {
/* 5771 */   border-color: #ebccd1;
/* 5772 */ }
/* 5773 */ .panel-danger > .panel-heading {
/* 5774 */   color: #a94442;
/* 5775 */   background-color: #f2dede;
/* 5776 */   border-color: #ebccd1;
/* 5777 */ }
/* 5778 */ .panel-danger > .panel-heading + .panel-collapse > .panel-body {
/* 5779 */   border-top-color: #ebccd1;
/* 5780 */ }
/* 5781 */ .panel-danger > .panel-heading .badge {
/* 5782 */   color: #f2dede;
/* 5783 */   background-color: #a94442;
/* 5784 */ }
/* 5785 */ .panel-danger > .panel-footer + .panel-collapse > .panel-body {
/* 5786 */   border-bottom-color: #ebccd1;
/* 5787 */ }
/* 5788 */ .embed-responsive {
/* 5789 */   position: relative;
/* 5790 */   display: block;
/* 5791 */   height: 0;
/* 5792 */   padding: 0;
/* 5793 */   overflow: hidden;
/* 5794 */ }
/* 5795 */ .embed-responsive .embed-responsive-item,
/* 5796 */ .embed-responsive iframe,
/* 5797 */ .embed-responsive embed,
/* 5798 */ .embed-responsive object,
/* 5799 */ .embed-responsive video {
/* 5800 */   position: absolute;

/* bootstrap.css */

/* 5801 */   top: 0;
/* 5802 */   bottom: 0;
/* 5803 */   left: 0;
/* 5804 */   width: 100%;
/* 5805 */   height: 100%;
/* 5806 */   border: 0;
/* 5807 */ }
/* 5808 */ .embed-responsive-16by9 {
/* 5809 */   padding-bottom: 56.25%;
/* 5810 */ }
/* 5811 */ .embed-responsive-4by3 {
/* 5812 */   padding-bottom: 75%;
/* 5813 */ }
/* 5814 */ .well {
/* 5815 */   min-height: 20px;
/* 5816 */   padding: 19px;
/* 5817 */   margin-bottom: 20px;
/* 5818 */   background-color: #f5f5f5;
/* 5819 */   border: 1px solid #e3e3e3;
/* 5820 */   border-radius: 4px;
/* 5821 */   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
/* 5822 */           box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
/* 5823 */ }
/* 5824 */ .well blockquote {
/* 5825 */   border-color: #ddd;
/* 5826 */   border-color: rgba(0, 0, 0, .15);
/* 5827 */ }
/* 5828 */ .well-lg {
/* 5829 */   padding: 24px;
/* 5830 */   border-radius: 6px;
/* 5831 */ }
/* 5832 */ .well-sm {
/* 5833 */   padding: 9px;
/* 5834 */   border-radius: 3px;
/* 5835 */ }
/* 5836 */ .close {
/* 5837 */   float: right;
/* 5838 */   font-size: 21px;
/* 5839 */   font-weight: bold;
/* 5840 */   line-height: 1;
/* 5841 */   color: #000;
/* 5842 */   text-shadow: 0 1px 0 #fff;
/* 5843 */   filter: alpha(opacity=20);
/* 5844 */   opacity: .2;
/* 5845 */ }
/* 5846 */ .close:hover,
/* 5847 */ .close:focus {
/* 5848 */   color: #000;
/* 5849 */   text-decoration: none;
/* 5850 */   cursor: pointer;

/* bootstrap.css */

/* 5851 */   filter: alpha(opacity=50);
/* 5852 */   opacity: .5;
/* 5853 */ }
/* 5854 */ button.close {
/* 5855 */   -webkit-appearance: none;
/* 5856 */   padding: 0;
/* 5857 */   cursor: pointer;
/* 5858 */   background: transparent;
/* 5859 */   border: 0;
/* 5860 */ }
/* 5861 */ .modal-open {
/* 5862 */   overflow: hidden;
/* 5863 */ }
/* 5864 */ .modal {
/* 5865 */   position: fixed;
/* 5866 */   top: 0;
/* 5867 */   right: 0;
/* 5868 */   bottom: 0;
/* 5869 */   left: 0;
/* 5870 */   z-index: 1050;
/* 5871 */   display: none;
/* 5872 */   overflow: hidden;
/* 5873 */   -webkit-overflow-scrolling: touch;
/* 5874 */   outline: 0;
/* 5875 */ }
/* 5876 */ .modal.fade .modal-dialog {
/* 5877 */   -webkit-transition: -webkit-transform .3s ease-out;
/* 5878 */        -o-transition:      -o-transform .3s ease-out;
/* 5879 */           transition:         transform .3s ease-out;
/* 5880 */   -webkit-transform: translate(0, -25%);
/* 5881 */       -ms-transform: translate(0, -25%);
/* 5882 */        -o-transform: translate(0, -25%);
/* 5883 */           transform: translate(0, -25%);
/* 5884 */ }
/* 5885 */ .modal.in .modal-dialog {
/* 5886 */   -webkit-transform: translate(0, 0);
/* 5887 */       -ms-transform: translate(0, 0);
/* 5888 */        -o-transform: translate(0, 0);
/* 5889 */           transform: translate(0, 0);
/* 5890 */ }
/* 5891 */ .modal-open .modal {
/* 5892 */   overflow-x: hidden;
/* 5893 */   overflow-y: auto;
/* 5894 */ }
/* 5895 */ .modal-dialog {
/* 5896 */   position: relative;
/* 5897 */   width: auto;
/* 5898 */   margin: 10px;
/* 5899 */ }
/* 5900 */ .modal-content {

/* bootstrap.css */

/* 5901 */   position: relative;
/* 5902 */   background-color: #fff;
/* 5903 */   -webkit-background-clip: padding-box;
/* 5904 */           background-clip: padding-box;
/* 5905 */   border: 1px solid #999;
/* 5906 */   border: 1px solid rgba(0, 0, 0, .2);
/* 5907 */   border-radius: 6px;
/* 5908 */   outline: 0;
/* 5909 */   -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
/* 5910 */           box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
/* 5911 */ }
/* 5912 */ .modal-backdrop {
/* 5913 */   position: fixed;
/* 5914 */   top: 0;
/* 5915 */   right: 0;
/* 5916 */   bottom: 0;
/* 5917 */   left: 0;
/* 5918 */   z-index: 1040;
/* 5919 */   background-color: #000;
/* 5920 */ }
/* 5921 */ .modal-backdrop.fade {
/* 5922 */   filter: alpha(opacity=0);
/* 5923 */   opacity: 0;
/* 5924 */ }
/* 5925 */ .modal-backdrop.in {
/* 5926 */   filter: alpha(opacity=50);
/* 5927 */   opacity: .5;
/* 5928 */ }
/* 5929 */ .modal-header {
/* 5930 */   padding: 15px;
/* 5931 */   border-bottom: 1px solid #e5e5e5;
/* 5932 */ }
/* 5933 */ .modal-header .close {
/* 5934 */   margin-top: -2px;
/* 5935 */ }
/* 5936 */ .modal-title {
/* 5937 */   margin: 0;
/* 5938 */   line-height: 1.42857143;
/* 5939 */ }
/* 5940 */ .modal-body {
/* 5941 */   position: relative;
/* 5942 */   padding: 15px;
/* 5943 */ }
/* 5944 */ .modal-footer {
/* 5945 */   padding: 15px;
/* 5946 */   text-align: right;
/* 5947 */   border-top: 1px solid #e5e5e5;
/* 5948 */ }
/* 5949 */ .modal-footer .btn + .btn {
/* 5950 */   margin-bottom: 0;

/* bootstrap.css */

/* 5951 */   margin-left: 5px;
/* 5952 */ }
/* 5953 */ .modal-footer .btn-group .btn + .btn {
/* 5954 */   margin-left: -1px;
/* 5955 */ }
/* 5956 */ .modal-footer .btn-block + .btn-block {
/* 5957 */   margin-left: 0;
/* 5958 */ }
/* 5959 */ .modal-scrollbar-measure {
/* 5960 */   position: absolute;
/* 5961 */   top: -9999px;
/* 5962 */   width: 50px;
/* 5963 */   height: 50px;
/* 5964 */   overflow: scroll;
/* 5965 */ }
/* 5966 */ @media (min-width: 768px) {
/* 5967 */   .modal-dialog {
/* 5968 */     width: 600px;
/* 5969 */     margin: 30px auto;
/* 5970 */   }
/* 5971 */   .modal-content {
/* 5972 */     -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
/* 5973 */             box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
/* 5974 */   }
/* 5975 */   .modal-sm {
/* 5976 */     width: 300px;
/* 5977 */   }
/* 5978 */ }
/* 5979 */ @media (min-width: 992px) {
/* 5980 */   .modal-lg {
/* 5981 */     width: 900px;
/* 5982 */   }
/* 5983 */ }
/* 5984 */ .tooltip {
/* 5985 */   position: absolute;
/* 5986 */   z-index: 1070;
/* 5987 */   display: block;
/* 5988 */   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 5989 */   font-size: 12px;
/* 5990 */   font-style: normal;
/* 5991 */   font-weight: normal;
/* 5992 */   line-height: 1.42857143;
/* 5993 */   text-align: left;
/* 5994 */   text-align: start;
/* 5995 */   text-decoration: none;
/* 5996 */   text-shadow: none;
/* 5997 */   text-transform: none;
/* 5998 */   letter-spacing: normal;
/* 5999 */   word-break: normal;
/* 6000 */   word-spacing: normal;

/* bootstrap.css */

/* 6001 */   word-wrap: normal;
/* 6002 */   white-space: normal;
/* 6003 */   filter: alpha(opacity=0);
/* 6004 */   opacity: 0;
/* 6005 */
/* 6006 */   line-break: auto;
/* 6007 */ }
/* 6008 */ .tooltip.in {
/* 6009 */   filter: alpha(opacity=90);
/* 6010 */   opacity: .9;
/* 6011 */ }
/* 6012 */ .tooltip.top {
/* 6013 */   padding: 5px 0;
/* 6014 */   margin-top: -3px;
/* 6015 */ }
/* 6016 */ .tooltip.right {
/* 6017 */   padding: 0 5px;
/* 6018 */   margin-left: 3px;
/* 6019 */ }
/* 6020 */ .tooltip.bottom {
/* 6021 */   padding: 5px 0;
/* 6022 */   margin-top: 3px;
/* 6023 */ }
/* 6024 */ .tooltip.left {
/* 6025 */   padding: 0 5px;
/* 6026 */   margin-left: -3px;
/* 6027 */ }
/* 6028 */ .tooltip-inner {
/* 6029 */   max-width: 200px;
/* 6030 */   padding: 3px 8px;
/* 6031 */   color: #fff;
/* 6032 */   text-align: center;
/* 6033 */   background-color: #000;
/* 6034 */   border-radius: 4px;
/* 6035 */ }
/* 6036 */ .tooltip-arrow {
/* 6037 */   position: absolute;
/* 6038 */   width: 0;
/* 6039 */   height: 0;
/* 6040 */   border-color: transparent;
/* 6041 */   border-style: solid;
/* 6042 */ }
/* 6043 */ .tooltip.top .tooltip-arrow {
/* 6044 */   bottom: 0;
/* 6045 */   left: 50%;
/* 6046 */   margin-left: -5px;
/* 6047 */   border-width: 5px 5px 0;
/* 6048 */   border-top-color: #000;
/* 6049 */ }
/* 6050 */ .tooltip.top-left .tooltip-arrow {

/* bootstrap.css */

/* 6051 */   right: 5px;
/* 6052 */   bottom: 0;
/* 6053 */   margin-bottom: -5px;
/* 6054 */   border-width: 5px 5px 0;
/* 6055 */   border-top-color: #000;
/* 6056 */ }
/* 6057 */ .tooltip.top-right .tooltip-arrow {
/* 6058 */   bottom: 0;
/* 6059 */   left: 5px;
/* 6060 */   margin-bottom: -5px;
/* 6061 */   border-width: 5px 5px 0;
/* 6062 */   border-top-color: #000;
/* 6063 */ }
/* 6064 */ .tooltip.right .tooltip-arrow {
/* 6065 */   top: 50%;
/* 6066 */   left: 0;
/* 6067 */   margin-top: -5px;
/* 6068 */   border-width: 5px 5px 5px 0;
/* 6069 */   border-right-color: #000;
/* 6070 */ }
/* 6071 */ .tooltip.left .tooltip-arrow {
/* 6072 */   top: 50%;
/* 6073 */   right: 0;
/* 6074 */   margin-top: -5px;
/* 6075 */   border-width: 5px 0 5px 5px;
/* 6076 */   border-left-color: #000;
/* 6077 */ }
/* 6078 */ .tooltip.bottom .tooltip-arrow {
/* 6079 */   top: 0;
/* 6080 */   left: 50%;
/* 6081 */   margin-left: -5px;
/* 6082 */   border-width: 0 5px 5px;
/* 6083 */   border-bottom-color: #000;
/* 6084 */ }
/* 6085 */ .tooltip.bottom-left .tooltip-arrow {
/* 6086 */   top: 0;
/* 6087 */   right: 5px;
/* 6088 */   margin-top: -5px;
/* 6089 */   border-width: 0 5px 5px;
/* 6090 */   border-bottom-color: #000;
/* 6091 */ }
/* 6092 */ .tooltip.bottom-right .tooltip-arrow {
/* 6093 */   top: 0;
/* 6094 */   left: 5px;
/* 6095 */   margin-top: -5px;
/* 6096 */   border-width: 0 5px 5px;
/* 6097 */   border-bottom-color: #000;
/* 6098 */ }
/* 6099 */ .popover {
/* 6100 */   position: absolute;

/* bootstrap.css */

/* 6101 */   top: 0;
/* 6102 */   left: 0;
/* 6103 */   z-index: 1060;
/* 6104 */   display: none;
/* 6105 */   max-width: 276px;
/* 6106 */   padding: 1px;
/* 6107 */   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/* 6108 */   font-size: 14px;
/* 6109 */   font-style: normal;
/* 6110 */   font-weight: normal;
/* 6111 */   line-height: 1.42857143;
/* 6112 */   text-align: left;
/* 6113 */   text-align: start;
/* 6114 */   text-decoration: none;
/* 6115 */   text-shadow: none;
/* 6116 */   text-transform: none;
/* 6117 */   letter-spacing: normal;
/* 6118 */   word-break: normal;
/* 6119 */   word-spacing: normal;
/* 6120 */   word-wrap: normal;
/* 6121 */   white-space: normal;
/* 6122 */   background-color: #fff;
/* 6123 */   -webkit-background-clip: padding-box;
/* 6124 */           background-clip: padding-box;
/* 6125 */   border: 1px solid #ccc;
/* 6126 */   border: 1px solid rgba(0, 0, 0, .2);
/* 6127 */   border-radius: 6px;
/* 6128 */   -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
/* 6129 */           box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
/* 6130 */
/* 6131 */   line-break: auto;
/* 6132 */ }
/* 6133 */ .popover.top {
/* 6134 */   margin-top: -10px;
/* 6135 */ }
/* 6136 */ .popover.right {
/* 6137 */   margin-left: 10px;
/* 6138 */ }
/* 6139 */ .popover.bottom {
/* 6140 */   margin-top: 10px;
/* 6141 */ }
/* 6142 */ .popover.left {
/* 6143 */   margin-left: -10px;
/* 6144 */ }
/* 6145 */ .popover-title {
/* 6146 */   padding: 8px 14px;
/* 6147 */   margin: 0;
/* 6148 */   font-size: 14px;
/* 6149 */   background-color: #f7f7f7;
/* 6150 */   border-bottom: 1px solid #ebebeb;

/* bootstrap.css */

/* 6151 */   border-radius: 5px 5px 0 0;
/* 6152 */ }
/* 6153 */ .popover-content {
/* 6154 */   padding: 9px 14px;
/* 6155 */ }
/* 6156 */ .popover > .arrow,
/* 6157 */ .popover > .arrow:after {
/* 6158 */   position: absolute;
/* 6159 */   display: block;
/* 6160 */   width: 0;
/* 6161 */   height: 0;
/* 6162 */   border-color: transparent;
/* 6163 */   border-style: solid;
/* 6164 */ }
/* 6165 */ .popover > .arrow {
/* 6166 */   border-width: 11px;
/* 6167 */ }
/* 6168 */ .popover > .arrow:after {
/* 6169 */   content: "";
/* 6170 */   border-width: 10px;
/* 6171 */ }
/* 6172 */ .popover.top > .arrow {
/* 6173 */   bottom: -11px;
/* 6174 */   left: 50%;
/* 6175 */   margin-left: -11px;
/* 6176 */   border-top-color: #999;
/* 6177 */   border-top-color: rgba(0, 0, 0, .25);
/* 6178 */   border-bottom-width: 0;
/* 6179 */ }
/* 6180 */ .popover.top > .arrow:after {
/* 6181 */   bottom: 1px;
/* 6182 */   margin-left: -10px;
/* 6183 */   content: " ";
/* 6184 */   border-top-color: #fff;
/* 6185 */   border-bottom-width: 0;
/* 6186 */ }
/* 6187 */ .popover.right > .arrow {
/* 6188 */   top: 50%;
/* 6189 */   left: -11px;
/* 6190 */   margin-top: -11px;
/* 6191 */   border-right-color: #999;
/* 6192 */   border-right-color: rgba(0, 0, 0, .25);
/* 6193 */   border-left-width: 0;
/* 6194 */ }
/* 6195 */ .popover.right > .arrow:after {
/* 6196 */   bottom: -10px;
/* 6197 */   left: 1px;
/* 6198 */   content: " ";
/* 6199 */   border-right-color: #fff;
/* 6200 */   border-left-width: 0;

/* bootstrap.css */

/* 6201 */ }
/* 6202 */ .popover.bottom > .arrow {
/* 6203 */   top: -11px;
/* 6204 */   left: 50%;
/* 6205 */   margin-left: -11px;
/* 6206 */   border-top-width: 0;
/* 6207 */   border-bottom-color: #999;
/* 6208 */   border-bottom-color: rgba(0, 0, 0, .25);
/* 6209 */ }
/* 6210 */ .popover.bottom > .arrow:after {
/* 6211 */   top: 1px;
/* 6212 */   margin-left: -10px;
/* 6213 */   content: " ";
/* 6214 */   border-top-width: 0;
/* 6215 */   border-bottom-color: #fff;
/* 6216 */ }
/* 6217 */ .popover.left > .arrow {
/* 6218 */   top: 50%;
/* 6219 */   right: -11px;
/* 6220 */   margin-top: -11px;
/* 6221 */   border-right-width: 0;
/* 6222 */   border-left-color: #999;
/* 6223 */   border-left-color: rgba(0, 0, 0, .25);
/* 6224 */ }
/* 6225 */ .popover.left > .arrow:after {
/* 6226 */   right: 1px;
/* 6227 */   bottom: -10px;
/* 6228 */   content: " ";
/* 6229 */   border-right-width: 0;
/* 6230 */   border-left-color: #fff;
/* 6231 */ }
/* 6232 */ .carousel {
/* 6233 */   position: relative;
/* 6234 */ }
/* 6235 */ .carousel-inner {
/* 6236 */   position: relative;
/* 6237 */   width: 100%;
/* 6238 */   overflow: hidden;
/* 6239 */ }
/* 6240 */ .carousel-inner > .item {
/* 6241 */   position: relative;
/* 6242 */   display: none;
/* 6243 */   -webkit-transition: .6s ease-in-out left;
/* 6244 */        -o-transition: .6s ease-in-out left;
/* 6245 */           transition: .6s ease-in-out left;
/* 6246 */ }
/* 6247 */ .carousel-inner > .item > img,
/* 6248 */ .carousel-inner > .item > a > img {
/* 6249 */   line-height: 1;
/* 6250 */ }

/* bootstrap.css */

/* 6251 */ @media all and (transform-3d), (-webkit-transform-3d) {
/* 6252 */   .carousel-inner > .item {
/* 6253 */     -webkit-transition: -webkit-transform .6s ease-in-out;
/* 6254 */          -o-transition:      -o-transform .6s ease-in-out;
/* 6255 */             transition:         transform .6s ease-in-out;
/* 6256 */
/* 6257 */     -webkit-backface-visibility: hidden;
/* 6258 */             backface-visibility: hidden;
/* 6259 */     -webkit-perspective: 1000px;
/* 6260 */             perspective: 1000px;
/* 6261 */   }
/* 6262 */   .carousel-inner > .item.next,
/* 6263 */   .carousel-inner > .item.active.right {
/* 6264 */     left: 0;
/* 6265 */     -webkit-transform: translate3d(100%, 0, 0);
/* 6266 */             transform: translate3d(100%, 0, 0);
/* 6267 */   }
/* 6268 */   .carousel-inner > .item.prev,
/* 6269 */   .carousel-inner > .item.active.left {
/* 6270 */     left: 0;
/* 6271 */     -webkit-transform: translate3d(-100%, 0, 0);
/* 6272 */             transform: translate3d(-100%, 0, 0);
/* 6273 */   }
/* 6274 */   .carousel-inner > .item.next.left,
/* 6275 */   .carousel-inner > .item.prev.right,
/* 6276 */   .carousel-inner > .item.active {
/* 6277 */     left: 0;
/* 6278 */     -webkit-transform: translate3d(0, 0, 0);
/* 6279 */             transform: translate3d(0, 0, 0);
/* 6280 */   }
/* 6281 */ }
/* 6282 */ .carousel-inner > .active,
/* 6283 */ .carousel-inner > .next,
/* 6284 */ .carousel-inner > .prev {
/* 6285 */   display: block;
/* 6286 */ }
/* 6287 */ .carousel-inner > .active {
/* 6288 */   left: 0;
/* 6289 */ }
/* 6290 */ .carousel-inner > .next,
/* 6291 */ .carousel-inner > .prev {
/* 6292 */   position: absolute;
/* 6293 */   top: 0;
/* 6294 */   width: 100%;
/* 6295 */ }
/* 6296 */ .carousel-inner > .next {
/* 6297 */   left: 100%;
/* 6298 */ }
/* 6299 */ .carousel-inner > .prev {
/* 6300 */   left: -100%;

/* bootstrap.css */

/* 6301 */ }
/* 6302 */ .carousel-inner > .next.left,
/* 6303 */ .carousel-inner > .prev.right {
/* 6304 */   left: 0;
/* 6305 */ }
/* 6306 */ .carousel-inner > .active.left {
/* 6307 */   left: -100%;
/* 6308 */ }
/* 6309 */ .carousel-inner > .active.right {
/* 6310 */   left: 100%;
/* 6311 */ }
/* 6312 */ .carousel-control {
/* 6313 */   position: absolute;
/* 6314 */   top: 0;
/* 6315 */   bottom: 0;
/* 6316 */   left: 0;
/* 6317 */   width: 15%;
/* 6318 */   font-size: 20px;
/* 6319 */   color: #fff;
/* 6320 */   text-align: center;
/* 6321 */   text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
/* 6322 */   background-color: rgba(0, 0, 0, 0);
/* 6323 */   filter: alpha(opacity=50);
/* 6324 */   opacity: .5;
/* 6325 */ }
/* 6326 */ .carousel-control.left {
/* 6327 */   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
/* 6328 */   background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
/* 6329 */   background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
/* 6330 */   background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
/* 6331 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
/* 6332 */   background-repeat: repeat-x;
/* 6333 */ }
/* 6334 */ .carousel-control.right {
/* 6335 */   right: 0;
/* 6336 */   left: auto;
/* 6337 */   background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
/* 6338 */   background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
/* 6339 */   background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
/* 6340 */   background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
/* 6341 */   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
/* 6342 */   background-repeat: repeat-x;
/* 6343 */ }
/* 6344 */ .carousel-control:hover,
/* 6345 */ .carousel-control:focus {
/* 6346 */   color: #fff;
/* 6347 */   text-decoration: none;
/* 6348 */   filter: alpha(opacity=90);
/* 6349 */   outline: 0;
/* 6350 */   opacity: .9;

/* bootstrap.css */

/* 6351 */ }
/* 6352 */ .carousel-control .icon-prev,
/* 6353 */ .carousel-control .icon-next,
/* 6354 */ .carousel-control .glyphicon-chevron-left,
/* 6355 */ .carousel-control .glyphicon-chevron-right {
/* 6356 */   position: absolute;
/* 6357 */   top: 50%;
/* 6358 */   z-index: 5;
/* 6359 */   display: inline-block;
/* 6360 */   margin-top: -10px;
/* 6361 */ }
/* 6362 */ .carousel-control .icon-prev,
/* 6363 */ .carousel-control .glyphicon-chevron-left {
/* 6364 */   left: 50%;
/* 6365 */   margin-left: -10px;
/* 6366 */ }
/* 6367 */ .carousel-control .icon-next,
/* 6368 */ .carousel-control .glyphicon-chevron-right {
/* 6369 */   right: 50%;
/* 6370 */   margin-right: -10px;
/* 6371 */ }
/* 6372 */ .carousel-control .icon-prev,
/* 6373 */ .carousel-control .icon-next {
/* 6374 */   width: 20px;
/* 6375 */   height: 20px;
/* 6376 */   font-family: serif;
/* 6377 */   line-height: 1;
/* 6378 */ }
/* 6379 */ .carousel-control .icon-prev:before {
/* 6380 */   content: '\2039';
/* 6381 */ }
/* 6382 */ .carousel-control .icon-next:before {
/* 6383 */   content: '\203a';
/* 6384 */ }
/* 6385 */ .carousel-indicators {
/* 6386 */   position: absolute;
/* 6387 */   bottom: 10px;
/* 6388 */   left: 50%;
/* 6389 */   z-index: 15;
/* 6390 */   width: 60%;
/* 6391 */   padding-left: 0;
/* 6392 */   margin-left: -30%;
/* 6393 */   text-align: center;
/* 6394 */   list-style: none;
/* 6395 */ }
/* 6396 */ .carousel-indicators li {
/* 6397 */   display: inline-block;
/* 6398 */   width: 10px;
/* 6399 */   height: 10px;
/* 6400 */   margin: 1px;

/* bootstrap.css */

/* 6401 */   text-indent: -999px;
/* 6402 */   cursor: pointer;
/* 6403 */   background-color: #000 \9;
/* 6404 */   background-color: rgba(0, 0, 0, 0);
/* 6405 */   border: 1px solid #fff;
/* 6406 */   border-radius: 10px;
/* 6407 */ }
/* 6408 */ .carousel-indicators .active {
/* 6409 */   width: 12px;
/* 6410 */   height: 12px;
/* 6411 */   margin: 0;
/* 6412 */   background-color: #fff;
/* 6413 */ }
/* 6414 */ .carousel-caption {
/* 6415 */   position: absolute;
/* 6416 */   right: 15%;
/* 6417 */   bottom: 20px;
/* 6418 */   left: 15%;
/* 6419 */   z-index: 10;
/* 6420 */   padding-top: 20px;
/* 6421 */   padding-bottom: 20px;
/* 6422 */   color: #fff;
/* 6423 */   text-align: center;
/* 6424 */   text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
/* 6425 */ }
/* 6426 */ .carousel-caption .btn {
/* 6427 */   text-shadow: none;
/* 6428 */ }
/* 6429 */ @media screen and (min-width: 768px) {
/* 6430 */   .carousel-control .glyphicon-chevron-left,
/* 6431 */   .carousel-control .glyphicon-chevron-right,
/* 6432 */   .carousel-control .icon-prev,
/* 6433 */   .carousel-control .icon-next {
/* 6434 */     width: 30px;
/* 6435 */     height: 30px;
/* 6436 */     margin-top: -10px;
/* 6437 */     font-size: 30px;
/* 6438 */   }
/* 6439 */   .carousel-control .glyphicon-chevron-left,
/* 6440 */   .carousel-control .icon-prev {
/* 6441 */     margin-left: -10px;
/* 6442 */   }
/* 6443 */   .carousel-control .glyphicon-chevron-right,
/* 6444 */   .carousel-control .icon-next {
/* 6445 */     margin-right: -10px;
/* 6446 */   }
/* 6447 */   .carousel-caption {
/* 6448 */     right: 20%;
/* 6449 */     left: 20%;
/* 6450 */     padding-bottom: 30px;

/* bootstrap.css */

/* 6451 */   }
/* 6452 */   .carousel-indicators {
/* 6453 */     bottom: 20px;
/* 6454 */   }
/* 6455 */ }
/* 6456 */ .clearfix:before,
/* 6457 */ .clearfix:after,
/* 6458 */ .dl-horizontal dd:before,
/* 6459 */ .dl-horizontal dd:after,
/* 6460 */ .container:before,
/* 6461 */ .container:after,
/* 6462 */ .container-fluid:before,
/* 6463 */ .container-fluid:after,
/* 6464 */ .row:before,
/* 6465 */ .row:after,
/* 6466 */ .form-horizontal .form-group:before,
/* 6467 */ .form-horizontal .form-group:after,
/* 6468 */ .btn-toolbar:before,
/* 6469 */ .btn-toolbar:after,
/* 6470 */ .btn-group-vertical > .btn-group:before,
/* 6471 */ .btn-group-vertical > .btn-group:after,
/* 6472 */ .nav:before,
/* 6473 */ .nav:after,
/* 6474 */ .navbar:before,
/* 6475 */ .navbar:after,
/* 6476 */ .navbar-header:before,
/* 6477 */ .navbar-header:after,
/* 6478 */ .navbar-collapse:before,
/* 6479 */ .navbar-collapse:after,
/* 6480 */ .pager:before,
/* 6481 */ .pager:after,
/* 6482 */ .panel-body:before,
/* 6483 */ .panel-body:after,
/* 6484 */ .modal-header:before,
/* 6485 */ .modal-header:after,
/* 6486 */ .modal-footer:before,
/* 6487 */ .modal-footer:after {
/* 6488 */   display: table;
/* 6489 */   content: " ";
/* 6490 */ }
/* 6491 */ .clearfix:after,
/* 6492 */ .dl-horizontal dd:after,
/* 6493 */ .container:after,
/* 6494 */ .container-fluid:after,
/* 6495 */ .row:after,
/* 6496 */ .form-horizontal .form-group:after,
/* 6497 */ .btn-toolbar:after,
/* 6498 */ .btn-group-vertical > .btn-group:after,
/* 6499 */ .nav:after,
/* 6500 */ .navbar:after,

/* bootstrap.css */

/* 6501 */ .navbar-header:after,
/* 6502 */ .navbar-collapse:after,
/* 6503 */ .pager:after,
/* 6504 */ .panel-body:after,
/* 6505 */ .modal-header:after,
/* 6506 */ .modal-footer:after {
/* 6507 */   clear: both;
/* 6508 */ }
/* 6509 */ .center-block {
/* 6510 */   display: block;
/* 6511 */   margin-right: auto;
/* 6512 */   margin-left: auto;
/* 6513 */ }
/* 6514 */ .pull-right {
/* 6515 */   float: right !important;
/* 6516 */ }
/* 6517 */ .pull-left {
/* 6518 */   float: left !important;
/* 6519 */ }
/* 6520 */ .hide {
/* 6521 */   display: none !important;
/* 6522 */ }
/* 6523 */ .show {
/* 6524 */   display: block !important;
/* 6525 */ }
/* 6526 */ .invisible {
/* 6527 */   visibility: hidden;
/* 6528 */ }
/* 6529 */ .text-hide {
/* 6530 */   font: 0/0 a;
/* 6531 */   color: transparent;
/* 6532 */   text-shadow: none;
/* 6533 */   background-color: transparent;
/* 6534 */   border: 0;
/* 6535 */ }
/* 6536 */ .hidden {
/* 6537 */   display: none !important;
/* 6538 */ }
/* 6539 */ .affix {
/* 6540 */   position: fixed;
/* 6541 */ }
/* 6542 */ @-ms-viewport {
/* 6543 */   width: device-width;
/* 6544 */ }
/* 6545 */ .visible-xs,
/* 6546 */ .visible-sm,
/* 6547 */ .visible-md,
/* 6548 */ .visible-lg {
/* 6549 */   display: none !important;
/* 6550 */ }

/* bootstrap.css */

/* 6551 */ .visible-xs-block,
/* 6552 */ .visible-xs-inline,
/* 6553 */ .visible-xs-inline-block,
/* 6554 */ .visible-sm-block,
/* 6555 */ .visible-sm-inline,
/* 6556 */ .visible-sm-inline-block,
/* 6557 */ .visible-md-block,
/* 6558 */ .visible-md-inline,
/* 6559 */ .visible-md-inline-block,
/* 6560 */ .visible-lg-block,
/* 6561 */ .visible-lg-inline,
/* 6562 */ .visible-lg-inline-block {
/* 6563 */   display: none !important;
/* 6564 */ }
/* 6565 */ @media (max-width: 767px) {
/* 6566 */   .visible-xs {
/* 6567 */     display: block !important;
/* 6568 */   }
/* 6569 */   table.visible-xs {
/* 6570 */     display: table !important;
/* 6571 */   }
/* 6572 */   tr.visible-xs {
/* 6573 */     display: table-row !important;
/* 6574 */   }
/* 6575 */   th.visible-xs,
/* 6576 */   td.visible-xs {
/* 6577 */     display: table-cell !important;
/* 6578 */   }
/* 6579 */ }
/* 6580 */ @media (max-width: 767px) {
/* 6581 */   .visible-xs-block {
/* 6582 */     display: block !important;
/* 6583 */   }
/* 6584 */ }
/* 6585 */ @media (max-width: 767px) {
/* 6586 */   .visible-xs-inline {
/* 6587 */     display: inline !important;
/* 6588 */   }
/* 6589 */ }
/* 6590 */ @media (max-width: 767px) {
/* 6591 */   .visible-xs-inline-block {
/* 6592 */     display: inline-block !important;
/* 6593 */   }
/* 6594 */ }
/* 6595 */ @media (min-width: 768px) and (max-width: 991px) {
/* 6596 */   .visible-sm {
/* 6597 */     display: block !important;
/* 6598 */   }
/* 6599 */   table.visible-sm {
/* 6600 */     display: table !important;

/* bootstrap.css */

/* 6601 */   }
/* 6602 */   tr.visible-sm {
/* 6603 */     display: table-row !important;
/* 6604 */   }
/* 6605 */   th.visible-sm,
/* 6606 */   td.visible-sm {
/* 6607 */     display: table-cell !important;
/* 6608 */   }
/* 6609 */ }
/* 6610 */ @media (min-width: 768px) and (max-width: 991px) {
/* 6611 */   .visible-sm-block {
/* 6612 */     display: block !important;
/* 6613 */   }
/* 6614 */ }
/* 6615 */ @media (min-width: 768px) and (max-width: 991px) {
/* 6616 */   .visible-sm-inline {
/* 6617 */     display: inline !important;
/* 6618 */   }
/* 6619 */ }
/* 6620 */ @media (min-width: 768px) and (max-width: 991px) {
/* 6621 */   .visible-sm-inline-block {
/* 6622 */     display: inline-block !important;
/* 6623 */   }
/* 6624 */ }
/* 6625 */ @media (min-width: 992px) and (max-width: 1199px) {
/* 6626 */   .visible-md {
/* 6627 */     display: block !important;
/* 6628 */   }
/* 6629 */   table.visible-md {
/* 6630 */     display: table !important;
/* 6631 */   }
/* 6632 */   tr.visible-md {
/* 6633 */     display: table-row !important;
/* 6634 */   }
/* 6635 */   th.visible-md,
/* 6636 */   td.visible-md {
/* 6637 */     display: table-cell !important;
/* 6638 */   }
/* 6639 */ }
/* 6640 */ @media (min-width: 992px) and (max-width: 1199px) {
/* 6641 */   .visible-md-block {
/* 6642 */     display: block !important;
/* 6643 */   }
/* 6644 */ }
/* 6645 */ @media (min-width: 992px) and (max-width: 1199px) {
/* 6646 */   .visible-md-inline {
/* 6647 */     display: inline !important;
/* 6648 */   }
/* 6649 */ }
/* 6650 */ @media (min-width: 992px) and (max-width: 1199px) {

/* bootstrap.css */

/* 6651 */   .visible-md-inline-block {
/* 6652 */     display: inline-block !important;
/* 6653 */   }
/* 6654 */ }
/* 6655 */ @media (min-width: 1200px) {
/* 6656 */   .visible-lg {
/* 6657 */     display: block !important;
/* 6658 */   }
/* 6659 */   table.visible-lg {
/* 6660 */     display: table !important;
/* 6661 */   }
/* 6662 */   tr.visible-lg {
/* 6663 */     display: table-row !important;
/* 6664 */   }
/* 6665 */   th.visible-lg,
/* 6666 */   td.visible-lg {
/* 6667 */     display: table-cell !important;
/* 6668 */   }
/* 6669 */ }
/* 6670 */ @media (min-width: 1200px) {
/* 6671 */   .visible-lg-block {
/* 6672 */     display: block !important;
/* 6673 */   }
/* 6674 */ }
/* 6675 */ @media (min-width: 1200px) {
/* 6676 */   .visible-lg-inline {
/* 6677 */     display: inline !important;
/* 6678 */   }
/* 6679 */ }
/* 6680 */ @media (min-width: 1200px) {
/* 6681 */   .visible-lg-inline-block {
/* 6682 */     display: inline-block !important;
/* 6683 */   }
/* 6684 */ }
/* 6685 */ @media (max-width: 767px) {
/* 6686 */   .hidden-xs {
/* 6687 */     display: none !important;
/* 6688 */   }
/* 6689 */ }
/* 6690 */ @media (min-width: 768px) and (max-width: 991px) {
/* 6691 */   .hidden-sm {
/* 6692 */     display: none !important;
/* 6693 */   }
/* 6694 */ }
/* 6695 */ @media (min-width: 992px) and (max-width: 1199px) {
/* 6696 */   .hidden-md {
/* 6697 */     display: none !important;
/* 6698 */   }
/* 6699 */ }
/* 6700 */ @media (min-width: 1200px) {

/* bootstrap.css */

/* 6701 */   .hidden-lg {
/* 6702 */     display: none !important;
/* 6703 */   }
/* 6704 */ }
/* 6705 */ .visible-print {
/* 6706 */   display: none !important;
/* 6707 */ }
/* 6708 */ @media print {
/* 6709 */   .visible-print {
/* 6710 */     display: block !important;
/* 6711 */   }
/* 6712 */   table.visible-print {
/* 6713 */     display: table !important;
/* 6714 */   }
/* 6715 */   tr.visible-print {
/* 6716 */     display: table-row !important;
/* 6717 */   }
/* 6718 */   th.visible-print,
/* 6719 */   td.visible-print {
/* 6720 */     display: table-cell !important;
/* 6721 */   }
/* 6722 */ }
/* 6723 */ .visible-print-block {
/* 6724 */   display: none !important;
/* 6725 */ }
/* 6726 */ @media print {
/* 6727 */   .visible-print-block {
/* 6728 */     display: block !important;
/* 6729 */   }
/* 6730 */ }
/* 6731 */ .visible-print-inline {
/* 6732 */   display: none !important;
/* 6733 */ }
/* 6734 */ @media print {
/* 6735 */   .visible-print-inline {
/* 6736 */     display: inline !important;
/* 6737 */   }
/* 6738 */ }
/* 6739 */ .visible-print-inline-block {
/* 6740 */   display: none !important;
/* 6741 */ }
/* 6742 */ @media print {
/* 6743 */   .visible-print-inline-block {
/* 6744 */     display: inline-block !important;
/* 6745 */   }
/* 6746 */ }
/* 6747 */ @media print {
/* 6748 */   .hidden-print {
/* 6749 */     display: none !important;
/* 6750 */   }

/* bootstrap.css */

/* 6751 */ }
/* 6752 */
/* 6753 */ .careerfy-blog-grid-text h2 a {
/* 6754 */   -webkit-transition: all 0.4s ease-in-out;
/* 6755 */      -moz-transition: all 0.4s ease-in-out;
/* 6756 */       -ms-transition: all 0.4s ease-in-out;
/* 6757 */        -o-transition: all 0.4s ease-in-out;
/* 6758 */           transition: all 0.4s ease-in-out;
/* 6759 */ }
/* 6760 */
/* 6761 */ /* ExtraCss */
/* 6762 */ .careerfy-counter-full { border-bottom: 1px solid #e9e9e9; margin: -12px 0px 71px 0px; }
/* 6763 */ .careerfy-parallex-full { background-color: #f9f9f9; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; margin: 60px 0px 70px 0px; padding: 40px 0px 31px 0px; }
/* 6764 */ .careerfy-testimonial-full { margin: 60px 0px 70px 0px; }
/* 6765 */ .careerfy-parallex-text-full { margin-bottom: 53px; }
/* 6766 */ .careerfy-subheader-form-full { margin: -97px 0px 0px 0px; }
/* 6767 */ .careerfy-about-text-full { padding-top: 40px; }
/* 6768 */ .careerfy-classic-services-full { padding-bottom: 40px; }
/* 6769 */ .careerfy-accordion .panel-body { border: none !important; }
/* 6770 */ .careerfy-accordion .panel { box-shadow: inherit !important; }
/* 6771 */ .careerfy-services-classic-full { background-color: #f9f9f9; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; padding: 70px 0px 0px 0px; margin: 70px 0px 70px 0px; }
/* 6772 */ .careerfy-classic-priceplane-full { margin-top: 20px; }
/* 6773 */ .careerfy-parallex-text-cvpkg-full .careerfy-parallex-text { padding-top: 35px; }
/* 6774 */ .careerfy-parallex-text-cvpkg-full .careerfy-logo-thumb { padding-top: 40px; }
/* 6775 */ .careerfy-parallex-text-full.careerfy-parallex-text-cvpkg-full { margin-bottom: 0px; }
/* 6776 */ .careerfy-testimonial-full.careerfy-testimonial-cvpkg-full { margin: 43px 0px -10px 0px; }
/* 6777 */ .careerfy-packages-priceplane-full { background-color: #f9f9f9; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; padding: 50px 0px 65px 0px; }
/* 6778 */ .careerfy-partner-slider-full { padding: 70px 0px 80px 0px; }
/* 6779 */ .careerfy-plain-services-full { padding: 20px 0px 30px 0px; }
/* 6780 */ .careerfy-additional-priceplane-full { padding-bottom: 60px; }
/* 6781 */ .map-full { margin-top: -50px; }
/* 6782 */ .careerfy-contact-form-full-section { margin-top: -114px; }
/* 6783 */ .contact-service-full { background-color: #f9f9f9; padding: 80px 0px 45px 0px; margin-bottom: -10px; }
/* 6784 */ .careerfy-modren-services-full { padding: 20px 0px 56px 0px; }
/* 6785 */ .careerfy-joblisting-plain-full { padding-bottom: 65px; }
/* 6786 */ .careerfy-news-grid-full { padding: 69px 0px 54px 0px; }
/* 6787 */ .careerfy-testimonial-slider-full { background-color: #f8faff; padding: 69px 0px 0px 0px; margin: 33px 0px 0px 0px; }
/* Minify_CSS_UriRewriter::$debugText

*/

/* font-awesome.css */

/* 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    *|  */
/* 5    */ /* FONT PATH
/* 6    *|  * -------------------------- */
/* 7    */ @font-face {
/* 8    */   font-family: 'FontAwesome';
/* 9    */   src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
/* 10   */   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');
/* 11   */   font-weight: normal;
/* 12   */   font-style: normal;
/* 13   */ }
/* 14   */ .fa {
/* 15   */   display: inline-block;
/* 16   */   font: normal normal normal 14px/1 FontAwesome;
/* 17   */   font-family: FontAwesome !important;
/* 18   */   font-size: inherit;
/* 19   */   text-rendering: auto;
/* 20   */   -webkit-font-smoothing: antialiased;
/* 21   */   -moz-osx-font-smoothing: grayscale;
/* 22   */ }
/* 23   */ /* makes the font 33% larger relative to the icon container */
/* 24   */ .fa-lg {
/* 25   */   font-size: 1.33333333em;
/* 26   */   line-height: 0.75em;
/* 27   */   vertical-align: -15%;
/* 28   */ }
/* 29   */ .fa-2x {
/* 30   */   font-size: 2em;
/* 31   */ }
/* 32   */ .fa-3x {
/* 33   */   font-size: 3em;
/* 34   */ }
/* 35   */ .fa-4x {
/* 36   */   font-size: 4em;
/* 37   */ }
/* 38   */ .fa-5x {
/* 39   */   font-size: 5em;
/* 40   */ }
/* 41   */ .fa-fw {
/* 42   */   width: 1.28571429em;
/* 43   */   text-align: center;
/* 44   */ }
/* 45   */ .fa-ul {
/* 46   */   padding-left: 0;
/* 47   */   margin-left: 2.14285714em;
/* 48   */   list-style-type: none;
/* 49   */ }
/* 50   */ .fa-ul > li {

/* font-awesome.css */

/* 51   */   position: relative;
/* 52   */ }
/* 53   */ .fa-li {
/* 54   */   position: absolute;
/* 55   */   left: -2.14285714em;
/* 56   */   width: 2.14285714em;
/* 57   */   top: 0.14285714em;
/* 58   */   text-align: center;
/* 59   */ }
/* 60   */ .fa-li.fa-lg {
/* 61   */   left: -1.85714286em;
/* 62   */ }
/* 63   */ .fa-border {
/* 64   */   padding: .2em .25em .15em;
/* 65   */   border: solid 0.08em #eeeeee;
/* 66   */   border-radius: .1em;
/* 67   */ }
/* 68   */ .fa-pull-left {
/* 69   */   float: left;
/* 70   */ }
/* 71   */ .fa-pull-right {
/* 72   */   float: right;
/* 73   */ }
/* 74   */ .fa.fa-pull-left {
/* 75   */   margin-right: .3em;
/* 76   */ }
/* 77   */ .fa.fa-pull-right {
/* 78   */   margin-left: .3em;
/* 79   */ }
/* 80   */ /* Deprecated as of 4.4.0 */
/* 81   */ .pull-right {
/* 82   */   float: right;
/* 83   */ }
/* 84   */ .pull-left {
/* 85   */   float: left;
/* 86   */ }
/* 87   */ .fa.pull-left {
/* 88   */   margin-right: .3em;
/* 89   */ }
/* 90   */ .fa.pull-right {
/* 91   */   margin-left: .3em;
/* 92   */ }
/* 93   */ .fa-spin {
/* 94   */   -webkit-animation: fa-spin 2s infinite linear;
/* 95   */   animation: fa-spin 2s infinite linear;
/* 96   */ }
/* 97   */ .fa-pulse {
/* 98   */   -webkit-animation: fa-spin 1s infinite steps(8);
/* 99   */   animation: fa-spin 1s infinite steps(8);
/* 100  */ }

/* font-awesome.css */

/* 101  */ @-webkit-keyframes fa-spin {
/* 102  */   0% {
/* 103  */     -webkit-transform: rotate(0deg);
/* 104  */     transform: rotate(0deg);
/* 105  */   }
/* 106  */   100% {
/* 107  */     -webkit-transform: rotate(359deg);
/* 108  */     transform: rotate(359deg);
/* 109  */   }
/* 110  */ }
/* 111  */ @keyframes fa-spin {
/* 112  */   0% {
/* 113  */     -webkit-transform: rotate(0deg);
/* 114  */     transform: rotate(0deg);
/* 115  */   }
/* 116  */   100% {
/* 117  */     -webkit-transform: rotate(359deg);
/* 118  */     transform: rotate(359deg);
/* 119  */   }
/* 120  */ }
/* 121  */ .fa-rotate-90 {
/* 122  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
/* 123  */   -webkit-transform: rotate(90deg);
/* 124  */   -ms-transform: rotate(90deg);
/* 125  */   transform: rotate(90deg);
/* 126  */ }
/* 127  */ .fa-rotate-180 {
/* 128  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
/* 129  */   -webkit-transform: rotate(180deg);
/* 130  */   -ms-transform: rotate(180deg);
/* 131  */   transform: rotate(180deg);
/* 132  */ }
/* 133  */ .fa-rotate-270 {
/* 134  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
/* 135  */   -webkit-transform: rotate(270deg);
/* 136  */   -ms-transform: rotate(270deg);
/* 137  */   transform: rotate(270deg);
/* 138  */ }
/* 139  */ .fa-flip-horizontal {
/* 140  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
/* 141  */   -webkit-transform: scale(-1, 1);
/* 142  */   -ms-transform: scale(-1, 1);
/* 143  */   transform: scale(-1, 1);
/* 144  */ }
/* 145  */ .fa-flip-vertical {
/* 146  */   -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
/* 147  */   -webkit-transform: scale(1, -1);
/* 148  */   -ms-transform: scale(1, -1);
/* 149  */   transform: scale(1, -1);
/* 150  */ }

/* font-awesome.css */

/* 151  */ :root .fa-rotate-90,
/* 152  */ :root .fa-rotate-180,
/* 153  */ :root .fa-rotate-270,
/* 154  */ :root .fa-flip-horizontal,
/* 155  */ :root .fa-flip-vertical {
/* 156  */   filter: none;
/* 157  */ }
/* 158  */ .fa-stack {
/* 159  */   position: relative;
/* 160  */   display: inline-block;
/* 161  */   width: 2em;
/* 162  */   height: 2em;
/* 163  */   line-height: 2em;
/* 164  */   vertical-align: middle;
/* 165  */ }
/* 166  */ .fa-stack-1x,
/* 167  */ .fa-stack-2x {
/* 168  */   position: absolute;
/* 169  */   left: 0;
/* 170  */   width: 100%;
/* 171  */   text-align: center;
/* 172  */ }
/* 173  */ .fa-stack-1x {
/* 174  */   line-height: inherit;
/* 175  */ }
/* 176  */ .fa-stack-2x {
/* 177  */   font-size: 2em;
/* 178  */ }
/* 179  */ .fa-inverse {
/* 180  */   color: #ffffff;
/* 181  */ }
/* 182  */ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
/* 183  *|    readers do not read off random characters that represent icons */
/* 184  */ .fa-glass:before {
/* 185  */   content: "\f000";
/* 186  */ }
/* 187  */ .fa-music:before {
/* 188  */   content: "\f001";
/* 189  */ }
/* 190  */ .fa-search:before {
/* 191  */   content: "\f002";
/* 192  */ }
/* 193  */ .fa-envelope-o:before {
/* 194  */   content: "\f003";
/* 195  */ }
/* 196  */ .fa-heart:before {
/* 197  */   content: "\f004";
/* 198  */ }
/* 199  */ .fa-star:before {
/* 200  */   content: "\f005";

/* font-awesome.css */

/* 201  */ }
/* 202  */ .fa-star-o:before {
/* 203  */   content: "\f006";
/* 204  */ }
/* 205  */ .fa-user:before {
/* 206  */   content: "\f007";
/* 207  */ }
/* 208  */ .fa-film:before {
/* 209  */   content: "\f008";
/* 210  */ }
/* 211  */ .fa-th-large:before {
/* 212  */   content: "\f009";
/* 213  */ }
/* 214  */ .fa-th:before {
/* 215  */   content: "\f00a";
/* 216  */ }
/* 217  */ .fa-th-list:before {
/* 218  */   content: "\f00b";
/* 219  */ }
/* 220  */ .fa-check:before {
/* 221  */   content: "\f00c";
/* 222  */ }
/* 223  */ .fa-remove:before,
/* 224  */ .fa-close:before,
/* 225  */ .fa-times:before {
/* 226  */   content: "\f00d";
/* 227  */ }
/* 228  */ .fa-search-plus:before {
/* 229  */   content: "\f00e";
/* 230  */ }
/* 231  */ .fa-search-minus:before {
/* 232  */   content: "\f010";
/* 233  */ }
/* 234  */ .fa-power-off:before {
/* 235  */   content: "\f011";
/* 236  */ }
/* 237  */ .fa-signal:before {
/* 238  */   content: "\f012";
/* 239  */ }
/* 240  */ .fa-gear:before,
/* 241  */ .fa-cog:before {
/* 242  */   content: "\f013";
/* 243  */ }
/* 244  */ .fa-trash-o:before {
/* 245  */   content: "\f014";
/* 246  */ }
/* 247  */ .fa-home:before {
/* 248  */   content: "\f015";
/* 249  */ }
/* 250  */ .fa-file-o:before {

/* font-awesome.css */

/* 251  */   content: "\f016";
/* 252  */ }
/* 253  */ .fa-clock-o:before {
/* 254  */   content: "\f017";
/* 255  */ }
/* 256  */ .fa-road:before {
/* 257  */   content: "\f018";
/* 258  */ }
/* 259  */ .fa-download:before {
/* 260  */   content: "\f019";
/* 261  */ }
/* 262  */ .fa-arrow-circle-o-down:before {
/* 263  */   content: "\f01a";
/* 264  */ }
/* 265  */ .fa-arrow-circle-o-up:before {
/* 266  */   content: "\f01b";
/* 267  */ }
/* 268  */ .fa-inbox:before {
/* 269  */   content: "\f01c";
/* 270  */ }
/* 271  */ .fa-play-circle-o:before {
/* 272  */   content: "\f01d";
/* 273  */ }
/* 274  */ .fa-rotate-right:before,
/* 275  */ .fa-repeat:before {
/* 276  */   content: "\f01e";
/* 277  */ }
/* 278  */ .fa-refresh:before {
/* 279  */   content: "\f021";
/* 280  */ }
/* 281  */ .fa-list-alt:before {
/* 282  */   content: "\f022";
/* 283  */ }
/* 284  */ .fa-lock:before {
/* 285  */   content: "\f023";
/* 286  */ }
/* 287  */ .fa-flag:before {
/* 288  */   content: "\f024";
/* 289  */ }
/* 290  */ .fa-headphones:before {
/* 291  */   content: "\f025";
/* 292  */ }
/* 293  */ .fa-volume-off:before {
/* 294  */   content: "\f026";
/* 295  */ }
/* 296  */ .fa-volume-down:before {
/* 297  */   content: "\f027";
/* 298  */ }
/* 299  */ .fa-volume-up:before {
/* 300  */   content: "\f028";

/* font-awesome.css */

/* 301  */ }
/* 302  */ .fa-qrcode:before {
/* 303  */   content: "\f029";
/* 304  */ }
/* 305  */ .fa-barcode:before {
/* 306  */   content: "\f02a";
/* 307  */ }
/* 308  */ .fa-tag:before {
/* 309  */   content: "\f02b";
/* 310  */ }
/* 311  */ .fa-tags:before {
/* 312  */   content: "\f02c";
/* 313  */ }
/* 314  */ .fa-book:before {
/* 315  */   content: "\f02d";
/* 316  */ }
/* 317  */ .fa-bookmark:before {
/* 318  */   content: "\f02e";
/* 319  */ }
/* 320  */ .fa-print:before {
/* 321  */   content: "\f02f";
/* 322  */ }
/* 323  */ .fa-camera:before {
/* 324  */   content: "\f030";
/* 325  */ }
/* 326  */ .fa-font:before {
/* 327  */   content: "\f031";
/* 328  */ }
/* 329  */ .fa-bold:before {
/* 330  */   content: "\f032";
/* 331  */ }
/* 332  */ .fa-italic:before {
/* 333  */   content: "\f033";
/* 334  */ }
/* 335  */ .fa-text-height:before {
/* 336  */   content: "\f034";
/* 337  */ }
/* 338  */ .fa-text-width:before {
/* 339  */   content: "\f035";
/* 340  */ }
/* 341  */ .fa-align-left:before {
/* 342  */   content: "\f036";
/* 343  */ }
/* 344  */ .fa-align-center:before {
/* 345  */   content: "\f037";
/* 346  */ }
/* 347  */ .fa-align-right:before {
/* 348  */   content: "\f038";
/* 349  */ }
/* 350  */ .fa-align-justify:before {

/* font-awesome.css */

/* 351  */   content: "\f039";
/* 352  */ }
/* 353  */ .fa-list:before {
/* 354  */   content: "\f03a";
/* 355  */ }
/* 356  */ .fa-dedent:before,
/* 357  */ .fa-outdent:before {
/* 358  */   content: "\f03b";
/* 359  */ }
/* 360  */ .fa-indent:before {
/* 361  */   content: "\f03c";
/* 362  */ }
/* 363  */ .fa-video-camera:before {
/* 364  */   content: "\f03d";
/* 365  */ }
/* 366  */ .fa-photo:before,
/* 367  */ .fa-image:before,
/* 368  */ .fa-picture-o:before {
/* 369  */   content: "\f03e";
/* 370  */ }
/* 371  */ .fa-pencil:before {
/* 372  */   content: "\f040";
/* 373  */ }
/* 374  */ .fa-map-marker:before {
/* 375  */   content: "\f041";
/* 376  */ }
/* 377  */ .fa-adjust:before {
/* 378  */   content: "\f042";
/* 379  */ }
/* 380  */ .fa-tint:before {
/* 381  */   content: "\f043";
/* 382  */ }
/* 383  */ .fa-edit:before,
/* 384  */ .fa-pencil-square-o:before {
/* 385  */   content: "\f044";
/* 386  */ }
/* 387  */ .fa-share-square-o:before {
/* 388  */   content: "\f045";
/* 389  */ }
/* 390  */ .fa-check-square-o:before {
/* 391  */   content: "\f046";
/* 392  */ }
/* 393  */ .fa-arrows:before {
/* 394  */   content: "\f047";
/* 395  */ }
/* 396  */ .fa-step-backward:before {
/* 397  */   content: "\f048";
/* 398  */ }
/* 399  */ .fa-fast-backward:before {
/* 400  */   content: "\f049";

/* font-awesome.css */

/* 401  */ }
/* 402  */ .fa-backward:before {
/* 403  */   content: "\f04a";
/* 404  */ }
/* 405  */ .fa-play:before {
/* 406  */   content: "\f04b";
/* 407  */ }
/* 408  */ .fa-pause:before {
/* 409  */   content: "\f04c";
/* 410  */ }
/* 411  */ .fa-stop:before {
/* 412  */   content: "\f04d";
/* 413  */ }
/* 414  */ .fa-forward:before {
/* 415  */   content: "\f04e";
/* 416  */ }
/* 417  */ .fa-fast-forward:before {
/* 418  */   content: "\f050";
/* 419  */ }
/* 420  */ .fa-step-forward:before {
/* 421  */   content: "\f051";
/* 422  */ }
/* 423  */ .fa-eject:before {
/* 424  */   content: "\f052";
/* 425  */ }
/* 426  */ .fa-chevron-left:before {
/* 427  */   content: "\f053";
/* 428  */ }
/* 429  */ .fa-chevron-right:before {
/* 430  */   content: "\f054";
/* 431  */ }
/* 432  */ .fa-plus-circle:before {
/* 433  */   content: "\f055";
/* 434  */ }
/* 435  */ .fa-minus-circle:before {
/* 436  */   content: "\f056";
/* 437  */ }
/* 438  */ .fa-times-circle:before {
/* 439  */   content: "\f057";
/* 440  */ }
/* 441  */ .fa-check-circle:before {
/* 442  */   content: "\f058";
/* 443  */ }
/* 444  */ .fa-question-circle:before {
/* 445  */   content: "\f059";
/* 446  */ }
/* 447  */ .fa-info-circle:before {
/* 448  */   content: "\f05a";
/* 449  */ }
/* 450  */ .fa-crosshairs:before {

/* font-awesome.css */

/* 451  */   content: "\f05b";
/* 452  */ }
/* 453  */ .fa-times-circle-o:before {
/* 454  */   content: "\f05c";
/* 455  */ }
/* 456  */ .fa-check-circle-o:before {
/* 457  */   content: "\f05d";
/* 458  */ }
/* 459  */ .fa-ban:before {
/* 460  */   content: "\f05e";
/* 461  */ }
/* 462  */ .fa-arrow-left:before {
/* 463  */   content: "\f060";
/* 464  */ }
/* 465  */ .fa-arrow-right:before {
/* 466  */   content: "\f061";
/* 467  */ }
/* 468  */ .fa-arrow-up:before {
/* 469  */   content: "\f062";
/* 470  */ }
/* 471  */ .fa-arrow-down:before {
/* 472  */   content: "\f063";
/* 473  */ }
/* 474  */ .fa-mail-forward:before,
/* 475  */ .fa-share:before {
/* 476  */   content: "\f064";
/* 477  */ }
/* 478  */ .fa-expand:before {
/* 479  */   content: "\f065";
/* 480  */ }
/* 481  */ .fa-compress:before {
/* 482  */   content: "\f066";
/* 483  */ }
/* 484  */ .fa-plus:before {
/* 485  */   content: "\f067";
/* 486  */ }
/* 487  */ .fa-minus:before {
/* 488  */   content: "\f068";
/* 489  */ }
/* 490  */ .fa-asterisk:before {
/* 491  */   content: "\f069";
/* 492  */ }
/* 493  */ .fa-exclamation-circle:before {
/* 494  */   content: "\f06a";
/* 495  */ }
/* 496  */ .fa-gift:before {
/* 497  */   content: "\f06b";
/* 498  */ }
/* 499  */ .fa-leaf:before {
/* 500  */   content: "\f06c";

/* font-awesome.css */

/* 501  */ }
/* 502  */ .fa-fire:before {
/* 503  */   content: "\f06d";
/* 504  */ }
/* 505  */ .fa-eye:before {
/* 506  */   content: "\f06e";
/* 507  */ }
/* 508  */ .fa-eye-slash:before {
/* 509  */   content: "\f070";
/* 510  */ }
/* 511  */ .fa-warning:before,
/* 512  */ .fa-exclamation-triangle:before {
/* 513  */   content: "\f071";
/* 514  */ }
/* 515  */ .fa-plane:before {
/* 516  */   content: "\f072";
/* 517  */ }
/* 518  */ .fa-calendar:before {
/* 519  */   content: "\f073";
/* 520  */ }
/* 521  */ .fa-random:before {
/* 522  */   content: "\f074";
/* 523  */ }
/* 524  */ .fa-comment:before {
/* 525  */   content: "\f075";
/* 526  */ }
/* 527  */ .fa-magnet:before {
/* 528  */   content: "\f076";
/* 529  */ }
/* 530  */ .fa-chevron-up:before {
/* 531  */   content: "\f077";
/* 532  */ }
/* 533  */ .fa-chevron-down:before {
/* 534  */   content: "\f078";
/* 535  */ }
/* 536  */ .fa-retweet:before {
/* 537  */   content: "\f079";
/* 538  */ }
/* 539  */ .fa-shopping-cart:before {
/* 540  */   content: "\f07a";
/* 541  */ }
/* 542  */ .fa-folder:before {
/* 543  */   content: "\f07b";
/* 544  */ }
/* 545  */ .fa-folder-open:before {
/* 546  */   content: "\f07c";
/* 547  */ }
/* 548  */ .fa-arrows-v:before {
/* 549  */   content: "\f07d";
/* 550  */ }

/* font-awesome.css */

/* 551  */ .fa-arrows-h:before {
/* 552  */   content: "\f07e";
/* 553  */ }
/* 554  */ .fa-bar-chart-o:before,
/* 555  */ .fa-bar-chart:before {
/* 556  */   content: "\f080";
/* 557  */ }
/* 558  */ .fa-twitter-square:before {
/* 559  */   content: "\f081";
/* 560  */ }
/* 561  */ .fa-facebook-square:before {
/* 562  */   content: "\f082";
/* 563  */ }
/* 564  */ .fa-camera-retro:before {
/* 565  */   content: "\f083";
/* 566  */ }
/* 567  */ .fa-key:before {
/* 568  */   content: "\f084";
/* 569  */ }
/* 570  */ .fa-gears:before,
/* 571  */ .fa-cogs:before {
/* 572  */   content: "\f085";
/* 573  */ }
/* 574  */ .fa-comments:before {
/* 575  */   content: "\f086";
/* 576  */ }
/* 577  */ .fa-thumbs-o-up:before {
/* 578  */   content: "\f087";
/* 579  */ }
/* 580  */ .fa-thumbs-o-down:before {
/* 581  */   content: "\f088";
/* 582  */ }
/* 583  */ .fa-star-half:before {
/* 584  */   content: "\f089";
/* 585  */ }
/* 586  */ .fa-heart-o:before {
/* 587  */   content: "\f08a";
/* 588  */ }
/* 589  */ .fa-sign-out:before {
/* 590  */   content: "\f08b";
/* 591  */ }
/* 592  */ .fa-linkedin-square:before {
/* 593  */   content: "\f08c";
/* 594  */ }
/* 595  */ .fa-thumb-tack:before {
/* 596  */   content: "\f08d";
/* 597  */ }
/* 598  */ .fa-external-link:before {
/* 599  */   content: "\f08e";
/* 600  */ }

/* font-awesome.css */

/* 601  */ .fa-sign-in:before {
/* 602  */   content: "\f090";
/* 603  */ }
/* 604  */ .fa-trophy:before {
/* 605  */   content: "\f091";
/* 606  */ }
/* 607  */ .fa-github-square:before {
/* 608  */   content: "\f092";
/* 609  */ }
/* 610  */ .fa-upload:before {
/* 611  */   content: "\f093";
/* 612  */ }
/* 613  */ .fa-lemon-o:before {
/* 614  */   content: "\f094";
/* 615  */ }
/* 616  */ .fa-phone:before {
/* 617  */   content: "\f095";
/* 618  */ }
/* 619  */ .fa-square-o:before {
/* 620  */   content: "\f096";
/* 621  */ }
/* 622  */ .fa-bookmark-o:before {
/* 623  */   content: "\f097";
/* 624  */ }
/* 625  */ .fa-phone-square:before {
/* 626  */   content: "\f098";
/* 627  */ }
/* 628  */ .fa-twitter:before {
/* 629  */   content: "\f099";
/* 630  */ }
/* 631  */ .fa-facebook-f:before,
/* 632  */ .fa-facebook:before {
/* 633  */   content: "\f09a";
/* 634  */ }
/* 635  */ .fa-github:before {
/* 636  */   content: "\f09b";
/* 637  */ }
/* 638  */ .fa-unlock:before {
/* 639  */   content: "\f09c";
/* 640  */ }
/* 641  */ .fa-credit-card:before {
/* 642  */   content: "\f09d";
/* 643  */ }
/* 644  */ .fa-feed:before,
/* 645  */ .fa-rss:before {
/* 646  */   content: "\f09e";
/* 647  */ }
/* 648  */ .fa-hdd-o:before {
/* 649  */   content: "\f0a0";
/* 650  */ }

/* font-awesome.css */

/* 651  */ .fa-bullhorn:before {
/* 652  */   content: "\f0a1";
/* 653  */ }
/* 654  */ .fa-bell:before {
/* 655  */   content: "\f0f3";
/* 656  */ }
/* 657  */ .fa-certificate:before {
/* 658  */   content: "\f0a3";
/* 659  */ }
/* 660  */ .fa-hand-o-right:before {
/* 661  */   content: "\f0a4";
/* 662  */ }
/* 663  */ .fa-hand-o-left:before {
/* 664  */   content: "\f0a5";
/* 665  */ }
/* 666  */ .fa-hand-o-up:before {
/* 667  */   content: "\f0a6";
/* 668  */ }
/* 669  */ .fa-hand-o-down:before {
/* 670  */   content: "\f0a7";
/* 671  */ }
/* 672  */ .fa-arrow-circle-left:before {
/* 673  */   content: "\f0a8";
/* 674  */ }
/* 675  */ .fa-arrow-circle-right:before {
/* 676  */   content: "\f0a9";
/* 677  */ }
/* 678  */ .fa-arrow-circle-up:before {
/* 679  */   content: "\f0aa";
/* 680  */ }
/* 681  */ .fa-arrow-circle-down:before {
/* 682  */   content: "\f0ab";
/* 683  */ }
/* 684  */ .fa-globe:before {
/* 685  */   content: "\f0ac";
/* 686  */ }
/* 687  */ .fa-wrench:before {
/* 688  */   content: "\f0ad";
/* 689  */ }
/* 690  */ .fa-tasks:before {
/* 691  */   content: "\f0ae";
/* 692  */ }
/* 693  */ .fa-filter:before {
/* 694  */   content: "\f0b0";
/* 695  */ }
/* 696  */ .fa-briefcase:before {
/* 697  */   content: "\f0b1";
/* 698  */ }
/* 699  */ .fa-arrows-alt:before {
/* 700  */   content: "\f0b2";

/* font-awesome.css */

/* 701  */ }
/* 702  */ .fa-group:before,
/* 703  */ .fa-users:before {
/* 704  */   content: "\f0c0";
/* 705  */ }
/* 706  */ .fa-chain:before,
/* 707  */ .fa-link:before {
/* 708  */   content: "\f0c1";
/* 709  */ }
/* 710  */ .fa-cloud:before {
/* 711  */   content: "\f0c2";
/* 712  */ }
/* 713  */ .fa-flask:before {
/* 714  */   content: "\f0c3";
/* 715  */ }
/* 716  */ .fa-cut:before,
/* 717  */ .fa-scissors:before {
/* 718  */   content: "\f0c4";
/* 719  */ }
/* 720  */ .fa-copy:before,
/* 721  */ .fa-files-o:before {
/* 722  */   content: "\f0c5";
/* 723  */ }
/* 724  */ .fa-paperclip:before {
/* 725  */   content: "\f0c6";
/* 726  */ }
/* 727  */ .fa-save:before,
/* 728  */ .fa-floppy-o:before {
/* 729  */   content: "\f0c7";
/* 730  */ }
/* 731  */ .fa-square:before {
/* 732  */   content: "\f0c8";
/* 733  */ }
/* 734  */ .fa-navicon:before,
/* 735  */ .fa-reorder:before,
/* 736  */ .fa-bars:before {
/* 737  */   content: "\f0c9";
/* 738  */ }
/* 739  */ .fa-list-ul:before {
/* 740  */   content: "\f0ca";
/* 741  */ }
/* 742  */ .fa-list-ol:before {
/* 743  */   content: "\f0cb";
/* 744  */ }
/* 745  */ .fa-strikethrough:before {
/* 746  */   content: "\f0cc";
/* 747  */ }
/* 748  */ .fa-underline:before {
/* 749  */   content: "\f0cd";
/* 750  */ }

/* font-awesome.css */

/* 751  */ .fa-table:before {
/* 752  */   content: "\f0ce";
/* 753  */ }
/* 754  */ .fa-magic:before {
/* 755  */   content: "\f0d0";
/* 756  */ }
/* 757  */ .fa-truck:before {
/* 758  */   content: "\f0d1";
/* 759  */ }
/* 760  */ .fa-pinterest:before {
/* 761  */   content: "\f0d2";
/* 762  */ }
/* 763  */ .fa-pinterest-square:before {
/* 764  */   content: "\f0d3";
/* 765  */ }
/* 766  */ .fa-google-plus-square:before {
/* 767  */   content: "\f0d4";
/* 768  */ }
/* 769  */ .fa-google-plus:before {
/* 770  */   content: "\f0d5";
/* 771  */ }
/* 772  */ .fa-money:before {
/* 773  */   content: "\f0d6";
/* 774  */ }
/* 775  */ .fa-caret-down:before {
/* 776  */   content: "\f0d7";
/* 777  */ }
/* 778  */ .fa-caret-up:before {
/* 779  */   content: "\f0d8";
/* 780  */ }
/* 781  */ .fa-caret-left:before {
/* 782  */   content: "\f0d9";
/* 783  */ }
/* 784  */ .fa-caret-right:before {
/* 785  */   content: "\f0da";
/* 786  */ }
/* 787  */ .fa-columns:before {
/* 788  */   content: "\f0db";
/* 789  */ }
/* 790  */ .fa-unsorted:before,
/* 791  */ .fa-sort:before {
/* 792  */   content: "\f0dc";
/* 793  */ }
/* 794  */ .fa-sort-down:before,
/* 795  */ .fa-sort-desc:before {
/* 796  */   content: "\f0dd";
/* 797  */ }
/* 798  */ .fa-sort-up:before,
/* 799  */ .fa-sort-asc:before {
/* 800  */   content: "\f0de";

/* font-awesome.css */

/* 801  */ }
/* 802  */ .fa-envelope:before {
/* 803  */   content: "\f0e0";
/* 804  */ }
/* 805  */ .fa-linkedin:before {
/* 806  */   content: "\f0e1";
/* 807  */ }
/* 808  */ .fa-rotate-left:before,
/* 809  */ .fa-undo:before {
/* 810  */   content: "\f0e2";
/* 811  */ }
/* 812  */ .fa-legal:before,
/* 813  */ .fa-gavel:before {
/* 814  */   content: "\f0e3";
/* 815  */ }
/* 816  */ .fa-dashboard:before,
/* 817  */ .fa-tachometer:before {
/* 818  */   content: "\f0e4";
/* 819  */ }
/* 820  */ .fa-comment-o:before {
/* 821  */   content: "\f0e5";
/* 822  */ }
/* 823  */ .fa-comments-o:before {
/* 824  */   content: "\f0e6";
/* 825  */ }
/* 826  */ .fa-flash:before,
/* 827  */ .fa-bolt:before {
/* 828  */   content: "\f0e7";
/* 829  */ }
/* 830  */ .fa-sitemap:before {
/* 831  */   content: "\f0e8";
/* 832  */ }
/* 833  */ .fa-umbrella:before {
/* 834  */   content: "\f0e9";
/* 835  */ }
/* 836  */ .fa-paste:before,
/* 837  */ .fa-clipboard:before {
/* 838  */   content: "\f0ea";
/* 839  */ }
/* 840  */ .fa-lightbulb-o:before {
/* 841  */   content: "\f0eb";
/* 842  */ }
/* 843  */ .fa-exchange:before {
/* 844  */   content: "\f0ec";
/* 845  */ }
/* 846  */ .fa-cloud-download:before {
/* 847  */   content: "\f0ed";
/* 848  */ }
/* 849  */ .fa-cloud-upload:before {
/* 850  */   content: "\f0ee";

/* font-awesome.css */

/* 851  */ }
/* 852  */ .fa-user-md:before {
/* 853  */   content: "\f0f0";
/* 854  */ }
/* 855  */ .fa-stethoscope:before {
/* 856  */   content: "\f0f1";
/* 857  */ }
/* 858  */ .fa-suitcase:before {
/* 859  */   content: "\f0f2";
/* 860  */ }
/* 861  */ .fa-bell-o:before {
/* 862  */   content: "\f0a2";
/* 863  */ }
/* 864  */ .fa-coffee:before {
/* 865  */   content: "\f0f4";
/* 866  */ }
/* 867  */ .fa-cutlery:before {
/* 868  */   content: "\f0f5";
/* 869  */ }
/* 870  */ .fa-file-text-o:before {
/* 871  */   content: "\f0f6";
/* 872  */ }
/* 873  */ .fa-building-o:before {
/* 874  */   content: "\f0f7";
/* 875  */ }
/* 876  */ .fa-hospital-o:before {
/* 877  */   content: "\f0f8";
/* 878  */ }
/* 879  */ .fa-ambulance:before {
/* 880  */   content: "\f0f9";
/* 881  */ }
/* 882  */ .fa-medkit:before {
/* 883  */   content: "\f0fa";
/* 884  */ }
/* 885  */ .fa-fighter-jet:before {
/* 886  */   content: "\f0fb";
/* 887  */ }
/* 888  */ .fa-beer:before {
/* 889  */   content: "\f0fc";
/* 890  */ }
/* 891  */ .fa-h-square:before {
/* 892  */   content: "\f0fd";
/* 893  */ }
/* 894  */ .fa-plus-square:before {
/* 895  */   content: "\f0fe";
/* 896  */ }
/* 897  */ .fa-angle-double-left:before {
/* 898  */   content: "\f100";
/* 899  */ }
/* 900  */ .fa-angle-double-right:before {

/* font-awesome.css */

/* 901  */   content: "\f101";
/* 902  */ }
/* 903  */ .fa-angle-double-up:before {
/* 904  */   content: "\f102";
/* 905  */ }
/* 906  */ .fa-angle-double-down:before {
/* 907  */   content: "\f103";
/* 908  */ }
/* 909  */ .fa-angle-left:before {
/* 910  */   content: "\f104";
/* 911  */ }
/* 912  */ .fa-angle-right:before {
/* 913  */   content: "\f105";
/* 914  */ }
/* 915  */ .fa-angle-up:before {
/* 916  */   content: "\f106";
/* 917  */ }
/* 918  */ .fa-angle-down:before {
/* 919  */   content: "\f107";
/* 920  */ }
/* 921  */ .fa-desktop:before {
/* 922  */   content: "\f108";
/* 923  */ }
/* 924  */ .fa-laptop:before {
/* 925  */   content: "\f109";
/* 926  */ }
/* 927  */ .fa-tablet:before {
/* 928  */   content: "\f10a";
/* 929  */ }
/* 930  */ .fa-mobile-phone:before,
/* 931  */ .fa-mobile:before {
/* 932  */   content: "\f10b";
/* 933  */ }
/* 934  */ .fa-circle-o:before {
/* 935  */   content: "\f10c";
/* 936  */ }
/* 937  */ .fa-quote-left:before {
/* 938  */   content: "\f10d";
/* 939  */ }
/* 940  */ .fa-quote-right:before {
/* 941  */   content: "\f10e";
/* 942  */ }
/* 943  */ .fa-spinner:before {
/* 944  */   content: "\f110";
/* 945  */ }
/* 946  */ .fa-circle:before {
/* 947  */   content: "\f111";
/* 948  */ }
/* 949  */ .fa-mail-reply:before,
/* 950  */ .fa-reply:before {

/* font-awesome.css */

/* 951  */   content: "\f112";
/* 952  */ }
/* 953  */ .fa-github-alt:before {
/* 954  */   content: "\f113";
/* 955  */ }
/* 956  */ .fa-folder-o:before {
/* 957  */   content: "\f114";
/* 958  */ }
/* 959  */ .fa-folder-open-o:before {
/* 960  */   content: "\f115";
/* 961  */ }
/* 962  */ .fa-smile-o:before {
/* 963  */   content: "\f118";
/* 964  */ }
/* 965  */ .fa-frown-o:before {
/* 966  */   content: "\f119";
/* 967  */ }
/* 968  */ .fa-meh-o:before {
/* 969  */   content: "\f11a";
/* 970  */ }
/* 971  */ .fa-gamepad:before {
/* 972  */   content: "\f11b";
/* 973  */ }
/* 974  */ .fa-keyboard-o:before {
/* 975  */   content: "\f11c";
/* 976  */ }
/* 977  */ .fa-flag-o:before {
/* 978  */   content: "\f11d";
/* 979  */ }
/* 980  */ .fa-flag-checkered:before {
/* 981  */   content: "\f11e";
/* 982  */ }
/* 983  */ .fa-terminal:before {
/* 984  */   content: "\f120";
/* 985  */ }
/* 986  */ .fa-code:before {
/* 987  */   content: "\f121";
/* 988  */ }
/* 989  */ .fa-mail-reply-all:before,
/* 990  */ .fa-reply-all:before {
/* 991  */   content: "\f122";
/* 992  */ }
/* 993  */ .fa-star-half-empty:before,
/* 994  */ .fa-star-half-full:before,
/* 995  */ .fa-star-half-o:before {
/* 996  */   content: "\f123";
/* 997  */ }
/* 998  */ .fa-location-arrow:before {
/* 999  */   content: "\f124";
/* 1000 */ }

/* font-awesome.css */

/* 1001 */ .fa-crop:before {
/* 1002 */   content: "\f125";
/* 1003 */ }
/* 1004 */ .fa-code-fork:before {
/* 1005 */   content: "\f126";
/* 1006 */ }
/* 1007 */ .fa-unlink:before,
/* 1008 */ .fa-chain-broken:before {
/* 1009 */   content: "\f127";
/* 1010 */ }
/* 1011 */ .fa-question:before {
/* 1012 */   content: "\f128";
/* 1013 */ }
/* 1014 */ .fa-info:before {
/* 1015 */   content: "\f129";
/* 1016 */ }
/* 1017 */ .fa-exclamation:before {
/* 1018 */   content: "\f12a";
/* 1019 */ }
/* 1020 */ .fa-superscript:before {
/* 1021 */   content: "\f12b";
/* 1022 */ }
/* 1023 */ .fa-subscript:before {
/* 1024 */   content: "\f12c";
/* 1025 */ }
/* 1026 */ .fa-eraser:before {
/* 1027 */   content: "\f12d";
/* 1028 */ }
/* 1029 */ .fa-puzzle-piece:before {
/* 1030 */   content: "\f12e";
/* 1031 */ }
/* 1032 */ .fa-microphone:before {
/* 1033 */   content: "\f130";
/* 1034 */ }
/* 1035 */ .fa-microphone-slash:before {
/* 1036 */   content: "\f131";
/* 1037 */ }
/* 1038 */ .fa-shield:before {
/* 1039 */   content: "\f132";
/* 1040 */ }
/* 1041 */ .fa-calendar-o:before {
/* 1042 */   content: "\f133";
/* 1043 */ }
/* 1044 */ .fa-fire-extinguisher:before {
/* 1045 */   content: "\f134";
/* 1046 */ }
/* 1047 */ .fa-rocket:before {
/* 1048 */   content: "\f135";
/* 1049 */ }
/* 1050 */ .fa-maxcdn:before {

/* font-awesome.css */

/* 1051 */   content: "\f136";
/* 1052 */ }
/* 1053 */ .fa-chevron-circle-left:before {
/* 1054 */   content: "\f137";
/* 1055 */ }
/* 1056 */ .fa-chevron-circle-right:before {
/* 1057 */   content: "\f138";
/* 1058 */ }
/* 1059 */ .fa-chevron-circle-up:before {
/* 1060 */   content: "\f139";
/* 1061 */ }
/* 1062 */ .fa-chevron-circle-down:before {
/* 1063 */   content: "\f13a";
/* 1064 */ }
/* 1065 */ .fa-html5:before {
/* 1066 */   content: "\f13b";
/* 1067 */ }
/* 1068 */ .fa-css3:before {
/* 1069 */   content: "\f13c";
/* 1070 */ }
/* 1071 */ .fa-anchor:before {
/* 1072 */   content: "\f13d";
/* 1073 */ }
/* 1074 */ .fa-unlock-alt:before {
/* 1075 */   content: "\f13e";
/* 1076 */ }
/* 1077 */ .fa-bullseye:before {
/* 1078 */   content: "\f140";
/* 1079 */ }
/* 1080 */ .fa-ellipsis-h:before {
/* 1081 */   content: "\f141";
/* 1082 */ }
/* 1083 */ .fa-ellipsis-v:before {
/* 1084 */   content: "\f142";
/* 1085 */ }
/* 1086 */ .fa-rss-square:before {
/* 1087 */   content: "\f143";
/* 1088 */ }
/* 1089 */ .fa-play-circle:before {
/* 1090 */   content: "\f144";
/* 1091 */ }
/* 1092 */ .fa-ticket:before {
/* 1093 */   content: "\f145";
/* 1094 */ }
/* 1095 */ .fa-minus-square:before {
/* 1096 */   content: "\f146";
/* 1097 */ }
/* 1098 */ .fa-minus-square-o:before {
/* 1099 */   content: "\f147";
/* 1100 */ }

/* font-awesome.css */

/* 1101 */ .fa-level-up:before {
/* 1102 */   content: "\f148";
/* 1103 */ }
/* 1104 */ .fa-level-down:before {
/* 1105 */   content: "\f149";
/* 1106 */ }
/* 1107 */ .fa-check-square:before {
/* 1108 */   content: "\f14a";
/* 1109 */ }
/* 1110 */ .fa-pencil-square:before {
/* 1111 */   content: "\f14b";
/* 1112 */ }
/* 1113 */ .fa-external-link-square:before {
/* 1114 */   content: "\f14c";
/* 1115 */ }
/* 1116 */ .fa-share-square:before {
/* 1117 */   content: "\f14d";
/* 1118 */ }
/* 1119 */ .fa-compass:before {
/* 1120 */   content: "\f14e";
/* 1121 */ }
/* 1122 */ .fa-toggle-down:before,
/* 1123 */ .fa-caret-square-o-down:before {
/* 1124 */   content: "\f150";
/* 1125 */ }
/* 1126 */ .fa-toggle-up:before,
/* 1127 */ .fa-caret-square-o-up:before {
/* 1128 */   content: "\f151";
/* 1129 */ }
/* 1130 */ .fa-toggle-right:before,
/* 1131 */ .fa-caret-square-o-right:before {
/* 1132 */   content: "\f152";
/* 1133 */ }
/* 1134 */ .fa-euro:before,
/* 1135 */ .fa-eur:before {
/* 1136 */   content: "\f153";
/* 1137 */ }
/* 1138 */ .fa-gbp:before {
/* 1139 */   content: "\f154";
/* 1140 */ }
/* 1141 */ .fa-dollar:before,
/* 1142 */ .fa-usd:before {
/* 1143 */   content: "\f155";
/* 1144 */ }
/* 1145 */ .fa-rupee:before,
/* 1146 */ .fa-inr:before {
/* 1147 */   content: "\f156";
/* 1148 */ }
/* 1149 */ .fa-cny:before,
/* 1150 */ .fa-rmb:before,

/* font-awesome.css */

/* 1151 */ .fa-yen:before,
/* 1152 */ .fa-jpy:before {
/* 1153 */   content: "\f157";
/* 1154 */ }
/* 1155 */ .fa-ruble:before,
/* 1156 */ .fa-rouble:before,
/* 1157 */ .fa-rub:before {
/* 1158 */   content: "\f158";
/* 1159 */ }
/* 1160 */ .fa-won:before,
/* 1161 */ .fa-krw:before {
/* 1162 */   content: "\f159";
/* 1163 */ }
/* 1164 */ .fa-bitcoin:before,
/* 1165 */ .fa-btc:before {
/* 1166 */   content: "\f15a";
/* 1167 */ }
/* 1168 */ .fa-file:before {
/* 1169 */   content: "\f15b";
/* 1170 */ }
/* 1171 */ .fa-file-text:before {
/* 1172 */   content: "\f15c";
/* 1173 */ }
/* 1174 */ .fa-sort-alpha-asc:before {
/* 1175 */   content: "\f15d";
/* 1176 */ }
/* 1177 */ .fa-sort-alpha-desc:before {
/* 1178 */   content: "\f15e";
/* 1179 */ }
/* 1180 */ .fa-sort-amount-asc:before {
/* 1181 */   content: "\f160";
/* 1182 */ }
/* 1183 */ .fa-sort-amount-desc:before {
/* 1184 */   content: "\f161";
/* 1185 */ }
/* 1186 */ .fa-sort-numeric-asc:before {
/* 1187 */   content: "\f162";
/* 1188 */ }
/* 1189 */ .fa-sort-numeric-desc:before {
/* 1190 */   content: "\f163";
/* 1191 */ }
/* 1192 */ .fa-thumbs-up:before {
/* 1193 */   content: "\f164";
/* 1194 */ }
/* 1195 */ .fa-thumbs-down:before {
/* 1196 */   content: "\f165";
/* 1197 */ }
/* 1198 */ .fa-youtube-square:before {
/* 1199 */   content: "\f166";
/* 1200 */ }

/* font-awesome.css */

/* 1201 */ .fa-youtube:before {
/* 1202 */   content: "\f167";
/* 1203 */ }
/* 1204 */ .fa-xing:before {
/* 1205 */   content: "\f168";
/* 1206 */ }
/* 1207 */ .fa-xing-square:before {
/* 1208 */   content: "\f169";
/* 1209 */ }
/* 1210 */ .fa-youtube-play:before {
/* 1211 */   content: "\f16a";
/* 1212 */ }
/* 1213 */ .fa-dropbox:before {
/* 1214 */   content: "\f16b";
/* 1215 */ }
/* 1216 */ .fa-stack-overflow:before {
/* 1217 */   content: "\f16c";
/* 1218 */ }
/* 1219 */ .fa-instagram:before {
/* 1220 */   content: "\f16d";
/* 1221 */ }
/* 1222 */ .fa-flickr:before {
/* 1223 */   content: "\f16e";
/* 1224 */ }
/* 1225 */ .fa-adn:before {
/* 1226 */   content: "\f170";
/* 1227 */ }
/* 1228 */ .fa-bitbucket:before {
/* 1229 */   content: "\f171";
/* 1230 */ }
/* 1231 */ .fa-bitbucket-square:before {
/* 1232 */   content: "\f172";
/* 1233 */ }
/* 1234 */ .fa-tumblr:before {
/* 1235 */   content: "\f173";
/* 1236 */ }
/* 1237 */ .fa-tumblr-square:before {
/* 1238 */   content: "\f174";
/* 1239 */ }
/* 1240 */ .fa-long-arrow-down:before {
/* 1241 */   content: "\f175";
/* 1242 */ }
/* 1243 */ .fa-long-arrow-up:before {
/* 1244 */   content: "\f176";
/* 1245 */ }
/* 1246 */ .fa-long-arrow-left:before {
/* 1247 */   content: "\f177";
/* 1248 */ }
/* 1249 */ .fa-long-arrow-right:before {
/* 1250 */   content: "\f178";

/* font-awesome.css */

/* 1251 */ }
/* 1252 */ .fa-apple:before {
/* 1253 */   content: "\f179";
/* 1254 */ }
/* 1255 */ .fa-windows:before {
/* 1256 */   content: "\f17a";
/* 1257 */ }
/* 1258 */ .fa-android:before {
/* 1259 */   content: "\f17b";
/* 1260 */ }
/* 1261 */ .fa-linux:before {
/* 1262 */   content: "\f17c";
/* 1263 */ }
/* 1264 */ .fa-dribbble:before {
/* 1265 */   content: "\f17d";
/* 1266 */ }
/* 1267 */ .fa-skype:before {
/* 1268 */   content: "\f17e";
/* 1269 */ }
/* 1270 */ .fa-foursquare:before {
/* 1271 */   content: "\f180";
/* 1272 */ }
/* 1273 */ .fa-trello:before {
/* 1274 */   content: "\f181";
/* 1275 */ }
/* 1276 */ .fa-female:before {
/* 1277 */   content: "\f182";
/* 1278 */ }
/* 1279 */ .fa-male:before {
/* 1280 */   content: "\f183";
/* 1281 */ }
/* 1282 */ .fa-gittip:before,
/* 1283 */ .fa-gratipay:before {
/* 1284 */   content: "\f184";
/* 1285 */ }
/* 1286 */ .fa-sun-o:before {
/* 1287 */   content: "\f185";
/* 1288 */ }
/* 1289 */ .fa-moon-o:before {
/* 1290 */   content: "\f186";
/* 1291 */ }
/* 1292 */ .fa-archive:before {
/* 1293 */   content: "\f187";
/* 1294 */ }
/* 1295 */ .fa-bug:before {
/* 1296 */   content: "\f188";
/* 1297 */ }
/* 1298 */ .fa-vk:before {
/* 1299 */   content: "\f189";
/* 1300 */ }

/* font-awesome.css */

/* 1301 */ .fa-weibo:before {
/* 1302 */   content: "\f18a";
/* 1303 */ }
/* 1304 */ .fa-renren:before {
/* 1305 */   content: "\f18b";
/* 1306 */ }
/* 1307 */ .fa-pagelines:before {
/* 1308 */   content: "\f18c";
/* 1309 */ }
/* 1310 */ .fa-stack-exchange:before {
/* 1311 */   content: "\f18d";
/* 1312 */ }
/* 1313 */ .fa-arrow-circle-o-right:before {
/* 1314 */   content: "\f18e";
/* 1315 */ }
/* 1316 */ .fa-arrow-circle-o-left:before {
/* 1317 */   content: "\f190";
/* 1318 */ }
/* 1319 */ .fa-toggle-left:before,
/* 1320 */ .fa-caret-square-o-left:before {
/* 1321 */   content: "\f191";
/* 1322 */ }
/* 1323 */ .fa-dot-circle-o:before {
/* 1324 */   content: "\f192";
/* 1325 */ }
/* 1326 */ .fa-wheelchair:before {
/* 1327 */   content: "\f193";
/* 1328 */ }
/* 1329 */ .fa-vimeo-square:before {
/* 1330 */   content: "\f194";
/* 1331 */ }
/* 1332 */ .fa-turkish-lira:before,
/* 1333 */ .fa-try:before {
/* 1334 */   content: "\f195";
/* 1335 */ }
/* 1336 */ .fa-plus-square-o:before {
/* 1337 */   content: "\f196";
/* 1338 */ }
/* 1339 */ .fa-space-shuttle:before {
/* 1340 */   content: "\f197";
/* 1341 */ }
/* 1342 */ .fa-slack:before {
/* 1343 */   content: "\f198";
/* 1344 */ }
/* 1345 */ .fa-envelope-square:before {
/* 1346 */   content: "\f199";
/* 1347 */ }
/* 1348 */ .fa-wordpress:before {
/* 1349 */   content: "\f19a";
/* 1350 */ }

/* font-awesome.css */

/* 1351 */ .fa-openid:before {
/* 1352 */   content: "\f19b";
/* 1353 */ }
/* 1354 */ .fa-institution:before,
/* 1355 */ .fa-bank:before,
/* 1356 */ .fa-university:before {
/* 1357 */   content: "\f19c";
/* 1358 */ }
/* 1359 */ .fa-mortar-board:before,
/* 1360 */ .fa-graduation-cap:before {
/* 1361 */   content: "\f19d";
/* 1362 */ }
/* 1363 */ .fa-yahoo:before {
/* 1364 */   content: "\f19e";
/* 1365 */ }
/* 1366 */ .fa-google:before {
/* 1367 */   content: "\f1a0";
/* 1368 */ }
/* 1369 */ .fa-reddit:before {
/* 1370 */   content: "\f1a1";
/* 1371 */ }
/* 1372 */ .fa-reddit-square:before {
/* 1373 */   content: "\f1a2";
/* 1374 */ }
/* 1375 */ .fa-stumbleupon-circle:before {
/* 1376 */   content: "\f1a3";
/* 1377 */ }
/* 1378 */ .fa-stumbleupon:before {
/* 1379 */   content: "\f1a4";
/* 1380 */ }
/* 1381 */ .fa-delicious:before {
/* 1382 */   content: "\f1a5";
/* 1383 */ }
/* 1384 */ .fa-digg:before {
/* 1385 */   content: "\f1a6";
/* 1386 */ }
/* 1387 */ .fa-pied-piper-pp:before {
/* 1388 */   content: "\f1a7";
/* 1389 */ }
/* 1390 */ .fa-pied-piper-alt:before {
/* 1391 */   content: "\f1a8";
/* 1392 */ }
/* 1393 */ .fa-drupal:before {
/* 1394 */   content: "\f1a9";
/* 1395 */ }
/* 1396 */ .fa-joomla:before {
/* 1397 */   content: "\f1aa";
/* 1398 */ }
/* 1399 */ .fa-language:before {
/* 1400 */   content: "\f1ab";

/* font-awesome.css */

/* 1401 */ }
/* 1402 */ .fa-fax:before {
/* 1403 */   content: "\f1ac";
/* 1404 */ }
/* 1405 */ .fa-building:before {
/* 1406 */   content: "\f1ad";
/* 1407 */ }
/* 1408 */ .fa-child:before {
/* 1409 */   content: "\f1ae";
/* 1410 */ }
/* 1411 */ .fa-paw:before {
/* 1412 */   content: "\f1b0";
/* 1413 */ }
/* 1414 */ .fa-spoon:before {
/* 1415 */   content: "\f1b1";
/* 1416 */ }
/* 1417 */ .fa-cube:before {
/* 1418 */   content: "\f1b2";
/* 1419 */ }
/* 1420 */ .fa-cubes:before {
/* 1421 */   content: "\f1b3";
/* 1422 */ }
/* 1423 */ .fa-behance:before {
/* 1424 */   content: "\f1b4";
/* 1425 */ }
/* 1426 */ .fa-behance-square:before {
/* 1427 */   content: "\f1b5";
/* 1428 */ }
/* 1429 */ .fa-steam:before {
/* 1430 */   content: "\f1b6";
/* 1431 */ }
/* 1432 */ .fa-steam-square:before {
/* 1433 */   content: "\f1b7";
/* 1434 */ }
/* 1435 */ .fa-recycle:before {
/* 1436 */   content: "\f1b8";
/* 1437 */ }
/* 1438 */ .fa-automobile:before,
/* 1439 */ .fa-car:before {
/* 1440 */   content: "\f1b9";
/* 1441 */ }
/* 1442 */ .fa-cab:before,
/* 1443 */ .fa-taxi:before {
/* 1444 */   content: "\f1ba";
/* 1445 */ }
/* 1446 */ .fa-tree:before {
/* 1447 */   content: "\f1bb";
/* 1448 */ }
/* 1449 */ .fa-spotify:before {
/* 1450 */   content: "\f1bc";

/* font-awesome.css */

/* 1451 */ }
/* 1452 */ .fa-deviantart:before {
/* 1453 */   content: "\f1bd";
/* 1454 */ }
/* 1455 */ .fa-soundcloud:before {
/* 1456 */   content: "\f1be";
/* 1457 */ }
/* 1458 */ .fa-database:before {
/* 1459 */   content: "\f1c0";
/* 1460 */ }
/* 1461 */ .fa-file-pdf-o:before {
/* 1462 */   content: "\f1c1";
/* 1463 */ }
/* 1464 */ .fa-file-word-o:before {
/* 1465 */   content: "\f1c2";
/* 1466 */ }
/* 1467 */ .fa-file-excel-o:before {
/* 1468 */   content: "\f1c3";
/* 1469 */ }
/* 1470 */ .fa-file-powerpoint-o:before {
/* 1471 */   content: "\f1c4";
/* 1472 */ }
/* 1473 */ .fa-file-photo-o:before,
/* 1474 */ .fa-file-picture-o:before,
/* 1475 */ .fa-file-image-o:before {
/* 1476 */   content: "\f1c5";
/* 1477 */ }
/* 1478 */ .fa-file-zip-o:before,
/* 1479 */ .fa-file-archive-o:before {
/* 1480 */   content: "\f1c6";
/* 1481 */ }
/* 1482 */ .fa-file-sound-o:before,
/* 1483 */ .fa-file-audio-o:before {
/* 1484 */   content: "\f1c7";
/* 1485 */ }
/* 1486 */ .fa-file-movie-o:before,
/* 1487 */ .fa-file-video-o:before {
/* 1488 */   content: "\f1c8";
/* 1489 */ }
/* 1490 */ .fa-file-code-o:before {
/* 1491 */   content: "\f1c9";
/* 1492 */ }
/* 1493 */ .fa-vine:before {
/* 1494 */   content: "\f1ca";
/* 1495 */ }
/* 1496 */ .fa-codepen:before {
/* 1497 */   content: "\f1cb";
/* 1498 */ }
/* 1499 */ .fa-jsfiddle:before {
/* 1500 */   content: "\f1cc";

/* font-awesome.css */

/* 1501 */ }
/* 1502 */ .fa-life-bouy:before,
/* 1503 */ .fa-life-buoy:before,
/* 1504 */ .fa-life-saver:before,
/* 1505 */ .fa-support:before,
/* 1506 */ .fa-life-ring:before {
/* 1507 */   content: "\f1cd";
/* 1508 */ }
/* 1509 */ .fa-circle-o-notch:before {
/* 1510 */   content: "\f1ce";
/* 1511 */ }
/* 1512 */ .fa-ra:before,
/* 1513 */ .fa-resistance:before,
/* 1514 */ .fa-rebel:before {
/* 1515 */   content: "\f1d0";
/* 1516 */ }
/* 1517 */ .fa-ge:before,
/* 1518 */ .fa-empire:before {
/* 1519 */   content: "\f1d1";
/* 1520 */ }
/* 1521 */ .fa-git-square:before {
/* 1522 */   content: "\f1d2";
/* 1523 */ }
/* 1524 */ .fa-git:before {
/* 1525 */   content: "\f1d3";
/* 1526 */ }
/* 1527 */ .fa-y-combinator-square:before,
/* 1528 */ .fa-yc-square:before,
/* 1529 */ .fa-hacker-news:before {
/* 1530 */   content: "\f1d4";
/* 1531 */ }
/* 1532 */ .fa-tencent-weibo:before {
/* 1533 */   content: "\f1d5";
/* 1534 */ }
/* 1535 */ .fa-qq:before {
/* 1536 */   content: "\f1d6";
/* 1537 */ }
/* 1538 */ .fa-wechat:before,
/* 1539 */ .fa-weixin:before {
/* 1540 */   content: "\f1d7";
/* 1541 */ }
/* 1542 */ .fa-send:before,
/* 1543 */ .fa-paper-plane:before {
/* 1544 */   content: "\f1d8";
/* 1545 */ }
/* 1546 */ .fa-send-o:before,
/* 1547 */ .fa-paper-plane-o:before {
/* 1548 */   content: "\f1d9";
/* 1549 */ }
/* 1550 */ .fa-history:before {

/* font-awesome.css */

/* 1551 */   content: "\f1da";
/* 1552 */ }
/* 1553 */ .fa-circle-thin:before {
/* 1554 */   content: "\f1db";
/* 1555 */ }
/* 1556 */ .fa-header:before {
/* 1557 */   content: "\f1dc";
/* 1558 */ }
/* 1559 */ .fa-paragraph:before {
/* 1560 */   content: "\f1dd";
/* 1561 */ }
/* 1562 */ .fa-sliders:before {
/* 1563 */   content: "\f1de";
/* 1564 */ }
/* 1565 */ .fa-share-alt:before {
/* 1566 */   content: "\f1e0";
/* 1567 */ }
/* 1568 */ .fa-share-alt-square:before {
/* 1569 */   content: "\f1e1";
/* 1570 */ }
/* 1571 */ .fa-bomb:before {
/* 1572 */   content: "\f1e2";
/* 1573 */ }
/* 1574 */ .fa-soccer-ball-o:before,
/* 1575 */ .fa-futbol-o:before {
/* 1576 */   content: "\f1e3";
/* 1577 */ }
/* 1578 */ .fa-tty:before {
/* 1579 */   content: "\f1e4";
/* 1580 */ }
/* 1581 */ .fa-binoculars:before {
/* 1582 */   content: "\f1e5";
/* 1583 */ }
/* 1584 */ .fa-plug:before {
/* 1585 */   content: "\f1e6";
/* 1586 */ }
/* 1587 */ .fa-slideshare:before {
/* 1588 */   content: "\f1e7";
/* 1589 */ }
/* 1590 */ .fa-twitch:before {
/* 1591 */   content: "\f1e8";
/* 1592 */ }
/* 1593 */ .fa-yelp:before {
/* 1594 */   content: "\f1e9";
/* 1595 */ }
/* 1596 */ .fa-newspaper-o:before {
/* 1597 */   content: "\f1ea";
/* 1598 */ }
/* 1599 */ .fa-wifi:before {
/* 1600 */   content: "\f1eb";

/* font-awesome.css */

/* 1601 */ }
/* 1602 */ .fa-calculator:before {
/* 1603 */   content: "\f1ec";
/* 1604 */ }
/* 1605 */ .fa-paypal:before {
/* 1606 */   content: "\f1ed";
/* 1607 */ }
/* 1608 */ .fa-google-wallet:before {
/* 1609 */   content: "\f1ee";
/* 1610 */ }
/* 1611 */ .fa-cc-visa:before {
/* 1612 */   content: "\f1f0";
/* 1613 */ }
/* 1614 */ .fa-cc-mastercard:before {
/* 1615 */   content: "\f1f1";
/* 1616 */ }
/* 1617 */ .fa-cc-discover:before {
/* 1618 */   content: "\f1f2";
/* 1619 */ }
/* 1620 */ .fa-cc-amex:before {
/* 1621 */   content: "\f1f3";
/* 1622 */ }
/* 1623 */ .fa-cc-paypal:before {
/* 1624 */   content: "\f1f4";
/* 1625 */ }
/* 1626 */ .fa-cc-stripe:before {
/* 1627 */   content: "\f1f5";
/* 1628 */ }
/* 1629 */ .fa-bell-slash:before {
/* 1630 */   content: "\f1f6";
/* 1631 */ }
/* 1632 */ .fa-bell-slash-o:before {
/* 1633 */   content: "\f1f7";
/* 1634 */ }
/* 1635 */ .fa-trash:before {
/* 1636 */   content: "\f1f8";
/* 1637 */ }
/* 1638 */ .fa-copyright:before {
/* 1639 */   content: "\f1f9";
/* 1640 */ }
/* 1641 */ .fa-at:before {
/* 1642 */   content: "\f1fa";
/* 1643 */ }
/* 1644 */ .fa-eyedropper:before {
/* 1645 */   content: "\f1fb";
/* 1646 */ }
/* 1647 */ .fa-paint-brush:before {
/* 1648 */   content: "\f1fc";
/* 1649 */ }
/* 1650 */ .fa-birthday-cake:before {

/* font-awesome.css */

/* 1651 */   content: "\f1fd";
/* 1652 */ }
/* 1653 */ .fa-area-chart:before {
/* 1654 */   content: "\f1fe";
/* 1655 */ }
/* 1656 */ .fa-pie-chart:before {
/* 1657 */   content: "\f200";
/* 1658 */ }
/* 1659 */ .fa-line-chart:before {
/* 1660 */   content: "\f201";
/* 1661 */ }
/* 1662 */ .fa-lastfm:before {
/* 1663 */   content: "\f202";
/* 1664 */ }
/* 1665 */ .fa-lastfm-square:before {
/* 1666 */   content: "\f203";
/* 1667 */ }
/* 1668 */ .fa-toggle-off:before {
/* 1669 */   content: "\f204";
/* 1670 */ }
/* 1671 */ .fa-toggle-on:before {
/* 1672 */   content: "\f205";
/* 1673 */ }
/* 1674 */ .fa-bicycle:before {
/* 1675 */   content: "\f206";
/* 1676 */ }
/* 1677 */ .fa-bus:before {
/* 1678 */   content: "\f207";
/* 1679 */ }
/* 1680 */ .fa-ioxhost:before {
/* 1681 */   content: "\f208";
/* 1682 */ }
/* 1683 */ .fa-angellist:before {
/* 1684 */   content: "\f209";
/* 1685 */ }
/* 1686 */ .fa-cc:before {
/* 1687 */   content: "\f20a";
/* 1688 */ }
/* 1689 */ .fa-shekel:before,
/* 1690 */ .fa-sheqel:before,
/* 1691 */ .fa-ils:before {
/* 1692 */   content: "\f20b";
/* 1693 */ }
/* 1694 */ .fa-meanpath:before {
/* 1695 */   content: "\f20c";
/* 1696 */ }
/* 1697 */ .fa-buysellads:before {
/* 1698 */   content: "\f20d";
/* 1699 */ }
/* 1700 */ .fa-connectdevelop:before {

/* font-awesome.css */

/* 1701 */   content: "\f20e";
/* 1702 */ }
/* 1703 */ .fa-dashcube:before {
/* 1704 */   content: "\f210";
/* 1705 */ }
/* 1706 */ .fa-forumbee:before {
/* 1707 */   content: "\f211";
/* 1708 */ }
/* 1709 */ .fa-leanpub:before {
/* 1710 */   content: "\f212";
/* 1711 */ }
/* 1712 */ .fa-sellsy:before {
/* 1713 */   content: "\f213";
/* 1714 */ }
/* 1715 */ .fa-shirtsinbulk:before {
/* 1716 */   content: "\f214";
/* 1717 */ }
/* 1718 */ .fa-simplybuilt:before {
/* 1719 */   content: "\f215";
/* 1720 */ }
/* 1721 */ .fa-skyatlas:before {
/* 1722 */   content: "\f216";
/* 1723 */ }
/* 1724 */ .fa-cart-plus:before {
/* 1725 */   content: "\f217";
/* 1726 */ }
/* 1727 */ .fa-cart-arrow-down:before {
/* 1728 */   content: "\f218";
/* 1729 */ }
/* 1730 */ .fa-diamond:before {
/* 1731 */   content: "\f219";
/* 1732 */ }
/* 1733 */ .fa-ship:before {
/* 1734 */   content: "\f21a";
/* 1735 */ }
/* 1736 */ .fa-user-secret:before {
/* 1737 */   content: "\f21b";
/* 1738 */ }
/* 1739 */ .fa-motorcycle:before {
/* 1740 */   content: "\f21c";
/* 1741 */ }
/* 1742 */ .fa-street-view:before {
/* 1743 */   content: "\f21d";
/* 1744 */ }
/* 1745 */ .fa-heartbeat:before {
/* 1746 */   content: "\f21e";
/* 1747 */ }
/* 1748 */ .fa-venus:before {
/* 1749 */   content: "\f221";
/* 1750 */ }

/* font-awesome.css */

/* 1751 */ .fa-mars:before {
/* 1752 */   content: "\f222";
/* 1753 */ }
/* 1754 */ .fa-mercury:before {
/* 1755 */   content: "\f223";
/* 1756 */ }
/* 1757 */ .fa-intersex:before,
/* 1758 */ .fa-transgender:before {
/* 1759 */   content: "\f224";
/* 1760 */ }
/* 1761 */ .fa-transgender-alt:before {
/* 1762 */   content: "\f225";
/* 1763 */ }
/* 1764 */ .fa-venus-double:before {
/* 1765 */   content: "\f226";
/* 1766 */ }
/* 1767 */ .fa-mars-double:before {
/* 1768 */   content: "\f227";
/* 1769 */ }
/* 1770 */ .fa-venus-mars:before {
/* 1771 */   content: "\f228";
/* 1772 */ }
/* 1773 */ .fa-mars-stroke:before {
/* 1774 */   content: "\f229";
/* 1775 */ }
/* 1776 */ .fa-mars-stroke-v:before {
/* 1777 */   content: "\f22a";
/* 1778 */ }
/* 1779 */ .fa-mars-stroke-h:before {
/* 1780 */   content: "\f22b";
/* 1781 */ }
/* 1782 */ .fa-neuter:before {
/* 1783 */   content: "\f22c";
/* 1784 */ }
/* 1785 */ .fa-genderless:before {
/* 1786 */   content: "\f22d";
/* 1787 */ }
/* 1788 */ .fa-facebook-official:before {
/* 1789 */   content: "\f230";
/* 1790 */ }
/* 1791 */ .fa-pinterest-p:before {
/* 1792 */   content: "\f231";
/* 1793 */ }
/* 1794 */ .fa-whatsapp:before {
/* 1795 */   content: "\f232";
/* 1796 */ }
/* 1797 */ .fa-server:before {
/* 1798 */   content: "\f233";
/* 1799 */ }
/* 1800 */ .fa-user-plus:before {

/* font-awesome.css */

/* 1801 */   content: "\f234";
/* 1802 */ }
/* 1803 */ .fa-user-times:before {
/* 1804 */   content: "\f235";
/* 1805 */ }
/* 1806 */ .fa-hotel:before,
/* 1807 */ .fa-bed:before {
/* 1808 */   content: "\f236";
/* 1809 */ }
/* 1810 */ .fa-viacoin:before {
/* 1811 */   content: "\f237";
/* 1812 */ }
/* 1813 */ .fa-train:before {
/* 1814 */   content: "\f238";
/* 1815 */ }
/* 1816 */ .fa-subway:before {
/* 1817 */   content: "\f239";
/* 1818 */ }
/* 1819 */ .fa-medium:before {
/* 1820 */   content: "\f23a";
/* 1821 */ }
/* 1822 */ .fa-yc:before,
/* 1823 */ .fa-y-combinator:before {
/* 1824 */   content: "\f23b";
/* 1825 */ }
/* 1826 */ .fa-optin-monster:before {
/* 1827 */   content: "\f23c";
/* 1828 */ }
/* 1829 */ .fa-opencart:before {
/* 1830 */   content: "\f23d";
/* 1831 */ }
/* 1832 */ .fa-expeditedssl:before {
/* 1833 */   content: "\f23e";
/* 1834 */ }
/* 1835 */ .fa-battery-4:before,
/* 1836 */ .fa-battery:before,
/* 1837 */ .fa-battery-full:before {
/* 1838 */   content: "\f240";
/* 1839 */ }
/* 1840 */ .fa-battery-3:before,
/* 1841 */ .fa-battery-three-quarters:before {
/* 1842 */   content: "\f241";
/* 1843 */ }
/* 1844 */ .fa-battery-2:before,
/* 1845 */ .fa-battery-half:before {
/* 1846 */   content: "\f242";
/* 1847 */ }
/* 1848 */ .fa-battery-1:before,
/* 1849 */ .fa-battery-quarter:before {
/* 1850 */   content: "\f243";

/* font-awesome.css */

/* 1851 */ }
/* 1852 */ .fa-battery-0:before,
/* 1853 */ .fa-battery-empty:before {
/* 1854 */   content: "\f244";
/* 1855 */ }
/* 1856 */ .fa-mouse-pointer:before {
/* 1857 */   content: "\f245";
/* 1858 */ }
/* 1859 */ .fa-i-cursor:before {
/* 1860 */   content: "\f246";
/* 1861 */ }
/* 1862 */ .fa-object-group:before {
/* 1863 */   content: "\f247";
/* 1864 */ }
/* 1865 */ .fa-object-ungroup:before {
/* 1866 */   content: "\f248";
/* 1867 */ }
/* 1868 */ .fa-sticky-note:before {
/* 1869 */   content: "\f249";
/* 1870 */ }
/* 1871 */ .fa-sticky-note-o:before {
/* 1872 */   content: "\f24a";
/* 1873 */ }
/* 1874 */ .fa-cc-jcb:before {
/* 1875 */   content: "\f24b";
/* 1876 */ }
/* 1877 */ .fa-cc-diners-club:before {
/* 1878 */   content: "\f24c";
/* 1879 */ }
/* 1880 */ .fa-clone:before {
/* 1881 */   content: "\f24d";
/* 1882 */ }
/* 1883 */ .fa-balance-scale:before {
/* 1884 */   content: "\f24e";
/* 1885 */ }
/* 1886 */ .fa-hourglass-o:before {
/* 1887 */   content: "\f250";
/* 1888 */ }
/* 1889 */ .fa-hourglass-1:before,
/* 1890 */ .fa-hourglass-start:before {
/* 1891 */   content: "\f251";
/* 1892 */ }
/* 1893 */ .fa-hourglass-2:before,
/* 1894 */ .fa-hourglass-half:before {
/* 1895 */   content: "\f252";
/* 1896 */ }
/* 1897 */ .fa-hourglass-3:before,
/* 1898 */ .fa-hourglass-end:before {
/* 1899 */   content: "\f253";
/* 1900 */ }

/* font-awesome.css */

/* 1901 */ .fa-hourglass:before {
/* 1902 */   content: "\f254";
/* 1903 */ }
/* 1904 */ .fa-hand-grab-o:before,
/* 1905 */ .fa-hand-rock-o:before {
/* 1906 */   content: "\f255";
/* 1907 */ }
/* 1908 */ .fa-hand-stop-o:before,
/* 1909 */ .fa-hand-paper-o:before {
/* 1910 */   content: "\f256";
/* 1911 */ }
/* 1912 */ .fa-hand-scissors-o:before {
/* 1913 */   content: "\f257";
/* 1914 */ }
/* 1915 */ .fa-hand-lizard-o:before {
/* 1916 */   content: "\f258";
/* 1917 */ }
/* 1918 */ .fa-hand-spock-o:before {
/* 1919 */   content: "\f259";
/* 1920 */ }
/* 1921 */ .fa-hand-pointer-o:before {
/* 1922 */   content: "\f25a";
/* 1923 */ }
/* 1924 */ .fa-hand-peace-o:before {
/* 1925 */   content: "\f25b";
/* 1926 */ }
/* 1927 */ .fa-trademark:before {
/* 1928 */   content: "\f25c";
/* 1929 */ }
/* 1930 */ .fa-registered:before {
/* 1931 */   content: "\f25d";
/* 1932 */ }
/* 1933 */ .fa-creative-commons:before {
/* 1934 */   content: "\f25e";
/* 1935 */ }
/* 1936 */ .fa-gg:before {
/* 1937 */   content: "\f260";
/* 1938 */ }
/* 1939 */ .fa-gg-circle:before {
/* 1940 */   content: "\f261";
/* 1941 */ }
/* 1942 */ .fa-tripadvisor:before {
/* 1943 */   content: "\f262";
/* 1944 */ }
/* 1945 */ .fa-odnoklassniki:before {
/* 1946 */   content: "\f263";
/* 1947 */ }
/* 1948 */ .fa-odnoklassniki-square:before {
/* 1949 */   content: "\f264";
/* 1950 */ }

/* font-awesome.css */

/* 1951 */ .fa-get-pocket:before {
/* 1952 */   content: "\f265";
/* 1953 */ }
/* 1954 */ .fa-wikipedia-w:before {
/* 1955 */   content: "\f266";
/* 1956 */ }
/* 1957 */ .fa-safari:before {
/* 1958 */   content: "\f267";
/* 1959 */ }
/* 1960 */ .fa-chrome:before {
/* 1961 */   content: "\f268";
/* 1962 */ }
/* 1963 */ .fa-firefox:before {
/* 1964 */   content: "\f269";
/* 1965 */ }
/* 1966 */ .fa-opera:before {
/* 1967 */   content: "\f26a";
/* 1968 */ }
/* 1969 */ .fa-internet-explorer:before {
/* 1970 */   content: "\f26b";
/* 1971 */ }
/* 1972 */ .fa-tv:before,
/* 1973 */ .fa-television:before {
/* 1974 */   content: "\f26c";
/* 1975 */ }
/* 1976 */ .fa-contao:before {
/* 1977 */   content: "\f26d";
/* 1978 */ }
/* 1979 */ .fa-500px:before {
/* 1980 */   content: "\f26e";
/* 1981 */ }
/* 1982 */ .fa-amazon:before {
/* 1983 */   content: "\f270";
/* 1984 */ }
/* 1985 */ .fa-calendar-plus-o:before {
/* 1986 */   content: "\f271";
/* 1987 */ }
/* 1988 */ .fa-calendar-minus-o:before {
/* 1989 */   content: "\f272";
/* 1990 */ }
/* 1991 */ .fa-calendar-times-o:before {
/* 1992 */   content: "\f273";
/* 1993 */ }
/* 1994 */ .fa-calendar-check-o:before {
/* 1995 */   content: "\f274";
/* 1996 */ }
/* 1997 */ .fa-industry:before {
/* 1998 */   content: "\f275";
/* 1999 */ }
/* 2000 */ .fa-map-pin:before {

/* font-awesome.css */

/* 2001 */   content: "\f276";
/* 2002 */ }
/* 2003 */ .fa-map-signs:before {
/* 2004 */   content: "\f277";
/* 2005 */ }
/* 2006 */ .fa-map-o:before {
/* 2007 */   content: "\f278";
/* 2008 */ }
/* 2009 */ .fa-map:before {
/* 2010 */   content: "\f279";
/* 2011 */ }
/* 2012 */ .fa-commenting:before {
/* 2013 */   content: "\f27a";
/* 2014 */ }
/* 2015 */ .fa-commenting-o:before {
/* 2016 */   content: "\f27b";
/* 2017 */ }
/* 2018 */ .fa-houzz:before {
/* 2019 */   content: "\f27c";
/* 2020 */ }
/* 2021 */ .fa-vimeo:before {
/* 2022 */   content: "\f27d";
/* 2023 */ }
/* 2024 */ .fa-black-tie:before {
/* 2025 */   content: "\f27e";
/* 2026 */ }
/* 2027 */ .fa-fonticons:before {
/* 2028 */   content: "\f280";
/* 2029 */ }
/* 2030 */ .fa-reddit-alien:before {
/* 2031 */   content: "\f281";
/* 2032 */ }
/* 2033 */ .fa-edge:before {
/* 2034 */   content: "\f282";
/* 2035 */ }
/* 2036 */ .fa-credit-card-alt:before {
/* 2037 */   content: "\f283";
/* 2038 */ }
/* 2039 */ .fa-codiepie:before {
/* 2040 */   content: "\f284";
/* 2041 */ }
/* 2042 */ .fa-modx:before {
/* 2043 */   content: "\f285";
/* 2044 */ }
/* 2045 */ .fa-fort-awesome:before {
/* 2046 */   content: "\f286";
/* 2047 */ }
/* 2048 */ .fa-usb:before {
/* 2049 */   content: "\f287";
/* 2050 */ }

/* font-awesome.css */

/* 2051 */ .fa-product-hunt:before {
/* 2052 */   content: "\f288";
/* 2053 */ }
/* 2054 */ .fa-mixcloud:before {
/* 2055 */   content: "\f289";
/* 2056 */ }
/* 2057 */ .fa-scribd:before {
/* 2058 */   content: "\f28a";
/* 2059 */ }
/* 2060 */ .fa-pause-circle:before {
/* 2061 */   content: "\f28b";
/* 2062 */ }
/* 2063 */ .fa-pause-circle-o:before {
/* 2064 */   content: "\f28c";
/* 2065 */ }
/* 2066 */ .fa-stop-circle:before {
/* 2067 */   content: "\f28d";
/* 2068 */ }
/* 2069 */ .fa-stop-circle-o:before {
/* 2070 */   content: "\f28e";
/* 2071 */ }
/* 2072 */ .fa-shopping-bag:before {
/* 2073 */   content: "\f290";
/* 2074 */ }
/* 2075 */ .fa-shopping-basket:before {
/* 2076 */   content: "\f291";
/* 2077 */ }
/* 2078 */ .fa-hashtag:before {
/* 2079 */   content: "\f292";
/* 2080 */ }
/* 2081 */ .fa-bluetooth:before {
/* 2082 */   content: "\f293";
/* 2083 */ }
/* 2084 */ .fa-bluetooth-b:before {
/* 2085 */   content: "\f294";
/* 2086 */ }
/* 2087 */ .fa-percent:before {
/* 2088 */   content: "\f295";
/* 2089 */ }
/* 2090 */ .fa-gitlab:before {
/* 2091 */   content: "\f296";
/* 2092 */ }
/* 2093 */ .fa-wpbeginner:before {
/* 2094 */   content: "\f297";
/* 2095 */ }
/* 2096 */ .fa-wpforms:before {
/* 2097 */   content: "\f298";
/* 2098 */ }
/* 2099 */ .fa-envira:before {
/* 2100 */   content: "\f299";

/* font-awesome.css */

/* 2101 */ }
/* 2102 */ .fa-universal-access:before {
/* 2103 */   content: "\f29a";
/* 2104 */ }
/* 2105 */ .fa-wheelchair-alt:before {
/* 2106 */   content: "\f29b";
/* 2107 */ }
/* 2108 */ .fa-question-circle-o:before {
/* 2109 */   content: "\f29c";
/* 2110 */ }
/* 2111 */ .fa-blind:before {
/* 2112 */   content: "\f29d";
/* 2113 */ }
/* 2114 */ .fa-audio-description:before {
/* 2115 */   content: "\f29e";
/* 2116 */ }
/* 2117 */ .fa-volume-control-phone:before {
/* 2118 */   content: "\f2a0";
/* 2119 */ }
/* 2120 */ .fa-braille:before {
/* 2121 */   content: "\f2a1";
/* 2122 */ }
/* 2123 */ .fa-assistive-listening-systems:before {
/* 2124 */   content: "\f2a2";
/* 2125 */ }
/* 2126 */ .fa-asl-interpreting:before,
/* 2127 */ .fa-american-sign-language-interpreting:before {
/* 2128 */   content: "\f2a3";
/* 2129 */ }
/* 2130 */ .fa-deafness:before,
/* 2131 */ .fa-hard-of-hearing:before,
/* 2132 */ .fa-deaf:before {
/* 2133 */   content: "\f2a4";
/* 2134 */ }
/* 2135 */ .fa-glide:before {
/* 2136 */   content: "\f2a5";
/* 2137 */ }
/* 2138 */ .fa-glide-g:before {
/* 2139 */   content: "\f2a6";
/* 2140 */ }
/* 2141 */ .fa-signing:before,
/* 2142 */ .fa-sign-language:before {
/* 2143 */   content: "\f2a7";
/* 2144 */ }
/* 2145 */ .fa-low-vision:before {
/* 2146 */   content: "\f2a8";
/* 2147 */ }
/* 2148 */ .fa-viadeo:before {
/* 2149 */   content: "\f2a9";
/* 2150 */ }

/* font-awesome.css */

/* 2151 */ .fa-viadeo-square:before {
/* 2152 */   content: "\f2aa";
/* 2153 */ }
/* 2154 */ .fa-snapchat:before {
/* 2155 */   content: "\f2ab";
/* 2156 */ }
/* 2157 */ .fa-snapchat-ghost:before {
/* 2158 */   content: "\f2ac";
/* 2159 */ }
/* 2160 */ .fa-snapchat-square:before {
/* 2161 */   content: "\f2ad";
/* 2162 */ }
/* 2163 */ .fa-pied-piper:before {
/* 2164 */   content: "\f2ae";
/* 2165 */ }
/* 2166 */ .fa-first-order:before {
/* 2167 */   content: "\f2b0";
/* 2168 */ }
/* 2169 */ .fa-yoast:before {
/* 2170 */   content: "\f2b1";
/* 2171 */ }
/* 2172 */ .fa-themeisle:before {
/* 2173 */   content: "\f2b2";
/* 2174 */ }
/* 2175 */ .fa-google-plus-circle:before,
/* 2176 */ .fa-google-plus-official:before {
/* 2177 */   content: "\f2b3";
/* 2178 */ }
/* 2179 */ .fa-fa:before,
/* 2180 */ .fa-font-awesome:before {
/* 2181 */   content: "\f2b4";
/* 2182 */ }
/* 2183 */ .fa-handshake-o:before {
/* 2184 */   content: "\f2b5";
/* 2185 */ }
/* 2186 */ .fa-envelope-open:before {
/* 2187 */   content: "\f2b6";
/* 2188 */ }
/* 2189 */ .fa-envelope-open-o:before {
/* 2190 */   content: "\f2b7";
/* 2191 */ }
/* 2192 */ .fa-linode:before {
/* 2193 */   content: "\f2b8";
/* 2194 */ }
/* 2195 */ .fa-address-book:before {
/* 2196 */   content: "\f2b9";
/* 2197 */ }
/* 2198 */ .fa-address-book-o:before {
/* 2199 */   content: "\f2ba";
/* 2200 */ }

/* font-awesome.css */

/* 2201 */ .fa-vcard:before,
/* 2202 */ .fa-address-card:before {
/* 2203 */   content: "\f2bb";
/* 2204 */ }
/* 2205 */ .fa-vcard-o:before,
/* 2206 */ .fa-address-card-o:before {
/* 2207 */   content: "\f2bc";
/* 2208 */ }
/* 2209 */ .fa-user-circle:before {
/* 2210 */   content: "\f2bd";
/* 2211 */ }
/* 2212 */ .fa-user-circle-o:before {
/* 2213 */   content: "\f2be";
/* 2214 */ }
/* 2215 */ .fa-user-o:before {
/* 2216 */   content: "\f2c0";
/* 2217 */ }
/* 2218 */ .fa-id-badge:before {
/* 2219 */   content: "\f2c1";
/* 2220 */ }
/* 2221 */ .fa-drivers-license:before,
/* 2222 */ .fa-id-card:before {
/* 2223 */   content: "\f2c2";
/* 2224 */ }
/* 2225 */ .fa-drivers-license-o:before,
/* 2226 */ .fa-id-card-o:before {
/* 2227 */   content: "\f2c3";
/* 2228 */ }
/* 2229 */ .fa-quora:before {
/* 2230 */   content: "\f2c4";
/* 2231 */ }
/* 2232 */ .fa-free-code-camp:before {
/* 2233 */   content: "\f2c5";
/* 2234 */ }
/* 2235 */ .fa-telegram:before {
/* 2236 */   content: "\f2c6";
/* 2237 */ }
/* 2238 */ .fa-thermometer-4:before,
/* 2239 */ .fa-thermometer:before,
/* 2240 */ .fa-thermometer-full:before {
/* 2241 */   content: "\f2c7";
/* 2242 */ }
/* 2243 */ .fa-thermometer-3:before,
/* 2244 */ .fa-thermometer-three-quarters:before {
/* 2245 */   content: "\f2c8";
/* 2246 */ }
/* 2247 */ .fa-thermometer-2:before,
/* 2248 */ .fa-thermometer-half:before {
/* 2249 */   content: "\f2c9";
/* 2250 */ }

/* font-awesome.css */

/* 2251 */ .fa-thermometer-1:before,
/* 2252 */ .fa-thermometer-quarter:before {
/* 2253 */   content: "\f2ca";
/* 2254 */ }
/* 2255 */ .fa-thermometer-0:before,
/* 2256 */ .fa-thermometer-empty:before {
/* 2257 */   content: "\f2cb";
/* 2258 */ }
/* 2259 */ .fa-shower:before {
/* 2260 */   content: "\f2cc";
/* 2261 */ }
/* 2262 */ .fa-bathtub:before,
/* 2263 */ .fa-s15:before,
/* 2264 */ .fa-bath:before {
/* 2265 */   content: "\f2cd";
/* 2266 */ }
/* 2267 */ .fa-podcast:before {
/* 2268 */   content: "\f2ce";
/* 2269 */ }
/* 2270 */ .fa-window-maximize:before {
/* 2271 */   content: "\f2d0";
/* 2272 */ }
/* 2273 */ .fa-window-minimize:before {
/* 2274 */   content: "\f2d1";
/* 2275 */ }
/* 2276 */ .fa-window-restore:before {
/* 2277 */   content: "\f2d2";
/* 2278 */ }
/* 2279 */ .fa-times-rectangle:before,
/* 2280 */ .fa-window-close:before {
/* 2281 */   content: "\f2d3";
/* 2282 */ }
/* 2283 */ .fa-times-rectangle-o:before,
/* 2284 */ .fa-window-close-o:before {
/* 2285 */   content: "\f2d4";
/* 2286 */ }
/* 2287 */ .fa-bandcamp:before {
/* 2288 */   content: "\f2d5";
/* 2289 */ }
/* 2290 */ .fa-grav:before {
/* 2291 */   content: "\f2d6";
/* 2292 */ }
/* 2293 */ .fa-etsy:before {
/* 2294 */   content: "\f2d7";
/* 2295 */ }
/* 2296 */ .fa-imdb:before {
/* 2297 */   content: "\f2d8";
/* 2298 */ }
/* 2299 */ .fa-ravelry:before {
/* 2300 */   content: "\f2d9";

/* font-awesome.css */

/* 2301 */ }
/* 2302 */ .fa-eercast:before {
/* 2303 */   content: "\f2da";
/* 2304 */ }
/* 2305 */ .fa-microchip:before {
/* 2306 */   content: "\f2db";
/* 2307 */ }
/* 2308 */ .fa-snowflake-o:before {
/* 2309 */   content: "\f2dc";
/* 2310 */ }
/* 2311 */ .fa-superpowers:before {
/* 2312 */   content: "\f2dd";
/* 2313 */ }
/* 2314 */ .fa-wpexplorer:before {
/* 2315 */   content: "\f2de";
/* 2316 */ }
/* 2317 */ .fa-meetup:before {
/* 2318 */   content: "\f2e0";
/* 2319 */ }
/* 2320 */ .sr-only {
/* 2321 */   position: absolute;
/* 2322 */   width: 1px;
/* 2323 */   height: 1px;
/* 2324 */   padding: 0;
/* 2325 */   margin: -1px;
/* 2326 */   overflow: hidden;
/* 2327 */   clip: rect(0, 0, 0, 0);
/* 2328 */   border: 0;
/* 2329 */ }
/* 2330 */ .sr-only-focusable:active,
/* 2331 */ .sr-only-focusable:focus {
/* 2332 */   position: static;
/* 2333 */   width: auto;
/* 2334 */   height: auto;
/* 2335 */   margin: 0;
/* 2336 */   overflow: visible;
/* 2337 */   clip: auto;
/* 2338 */ }
/* 2339 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1   */ @font-face {
/* 2   */   font-family: 'careerfy';
/* 3   */   src:  url('fonts/careerfy.eot?x5m4u6');
/* 4   */   src:  url('fonts/careerfy.eot?x5m4u6#iefix') format('embedded-opentype'),
/* 5   */     url('fonts/careerfy.ttf?x5m4u6') format('truetype'),
/* 6   */     url('fonts/careerfy.woff?x5m4u6') format('woff'),
/* 7   */     url('fonts/careerfy.svg?x5m4u6#careerfy') format('svg');
/* 8   */   font-weight: normal;
/* 9   */   font-style: normal;
/* 10  */   font-display: block;
/* 11  */ }
/* 12  */
/* 13  */ .careerfy-icon {
/* 14  */   /* use !important to prevent issues with browser extensions that change fonts */
/* 15  */   font-family: 'careerfy' !important;
/* 16  */   speak: never;
/* 17  */   font-style: normal;
/* 18  */   font-weight: normal;
/* 19  */   font-variant: normal;
/* 20  */   text-transform: none;
/* 21  */   line-height: 1;
/* 22  */
/* 23  */   /* Better Font Rendering =========== */
/* 24  */   -webkit-font-smoothing: antialiased;
/* 25  */   -moz-osx-font-smoothing: grayscale;
/* 26  */ }
/* 27  */
/* 28  */ .careerfy-rockit-fill:before {
/* 29  */   content: "\e900";
/* 30  */ }
/* 31  */ .careerfy-geo-location-fill:before {
/* 32  */   content: "\e901";
/* 33  */ }
/* 34  */ .careerfy-forgot:before {
/* 35  */   content: "\e902";
/* 36  */ }
/* 37  */ .careerfy-edit:before {
/* 38  */   content: "\e903";
/* 39  */ }
/* 40  */ .careerfy-self-esteem:before {
/* 41  */   content: "\e904";
/* 42  */ }
/* 43  */ .careerfy-available:before {
/* 44  */   content: "\e905";
/* 45  */ }
/* 46  */ .careerfy-newborn:before {
/* 47  */   content: "\e906";
/* 48  */ }
/* 49  */ .careerfy-cost:before {
/* 50  */   content: "\e907";

/* style.css */

/* 51  */ }
/* 52  */ .careerfy-shield:before {
/* 53  */   content: "\e908";
/* 54  */ }
/* 55  */ .careerfy-insight:before {
/* 56  */   content: "\e909";
/* 57  */ }
/* 58  */ .careerfy-back:before {
/* 59  */   content: "\e90a";
/* 60  */ }
/* 61  */ .careerfy-wash-toub:before {
/* 62  */   content: "\e90b";
/* 63  */ }
/* 64  */ .careerfy-injection:before {
/* 65  */   content: "\e90c";
/* 66  */ }
/* 67  */ .careerfy-dog:before {
/* 68  */   content: "\e90d";
/* 69  */ }
/* 70  */ .careerfy-note:before {
/* 71  */   content: "\e90e";
/* 72  */ }
/* 73  */ .careerfy-dog-line:before {
/* 74  */   content: "\e90f";
/* 75  */ }
/* 76  */ .careerfy-search-o:before {
/* 77  */   content: "\e910";
/* 78  */ }
/* 79  */ .careerfy-stopwatch:before {
/* 80  */   content: "\e911";
/* 81  */ }
/* 82  */ .careerfy-map-marker:before {
/* 83  */   content: "\e912";
/* 84  */ }
/* 85  */ .careerfy-woman:before {
/* 86  */   content: "\e913";
/* 87  */ }
/* 88  */ .careerfy-work:before {
/* 89  */   content: "\e914";
/* 90  */ }
/* 91  */ .careerfy-student:before {
/* 92  */   content: "\e915";
/* 93  */ }
/* 94  */ .careerfy-user-filled:before {
/* 95  */   content: "\e916";
/* 96  */ }
/* 97  */ .careerfy-back-arrow:before {
/* 98  */   content: "\e917";
/* 99  */ }
/* 100 */ .careerfy-swap:before {

/* style.css */

/* 101 */   content: "\e918";
/* 102 */ }
/* 103 */ .careerfy-rss:before {
/* 104 */   content: "\e919";
/* 105 */ }
/* 106 */ .careerfy-work-line:before {
/* 107 */   content: "\e91a";
/* 108 */ }
/* 109 */ .careerfy-check:before {
/* 110 */   content: "\e91b";
/* 111 */ }
/* 112 */ .careerfy-heart-o:before {
/* 113 */   content: "\e91c";
/* 114 */ }
/* 115 */ .careerfy-youtube:before {
/* 116 */   content: "\e91d";
/* 117 */ }
/* 118 */ .careerfy-whatsapp:before {
/* 119 */   content: "\e91e";
/* 120 */ }
/* 121 */ .careerfy-graduation-cap:before {
/* 122 */   content: "\e91f";
/* 123 */ }
/* 124 */ .careerfy-skills:before {
/* 125 */   content: "\e920";
/* 126 */ }
/* 127 */ .careerfy-experience:before {
/* 128 */   content: "\e921";
/* 129 */ }
/* 130 */ .careerfy-age:before {
/* 131 */   content: "\e922";
/* 132 */ }
/* 133 */ .careerfy-eye:before {
/* 134 */   content: "\e923";
/* 135 */ }
/* 136 */ .careerfy-link:before {
/* 137 */   content: "\e924";
/* 138 */ }
/* 139 */ .careerfy-goal:before {
/* 140 */   content: "\e925";
/* 141 */ }
/* 142 */ .careerfy-work-bold-line:before {
/* 143 */   content: "\e926";
/* 144 */ }
/* 145 */ .careerfy-linkedin:before {
/* 146 */   content: "\e927";
/* 147 */ }
/* 148 */ .careerfy-man:before {
/* 149 */   content: "\e928";
/* 150 */ }

/* style.css */

/* 151 */ .careerfy-back-arrow-line:before {
/* 152 */   content: "\e929";
/* 153 */ }
/* 154 */ .careerfy-arrow:before {
/* 155 */   content: "\e92a";
/* 156 */ }
/* 157 */ .careerfy-cost-paper:before {
/* 158 */   content: "\e92b";
/* 159 */ }
/* 160 */ .careerfy-father:before {
/* 161 */   content: "\e92c";
/* 162 */ }
/* 163 */ .careerfy-help:before {
/* 164 */   content: "\e92d";
/* 165 */ }
/* 166 */ .careerfy-household:before {
/* 167 */   content: "\e92e";
/* 168 */ }
/* 169 */ .careerfy-instagram-circular-fill:before {
/* 170 */   content: "\e92f";
/* 171 */ }
/* 172 */ .careerfy-maid:before {
/* 173 */   content: "\e930";
/* 174 */ }
/* 175 */ .careerfy-shield-double:before {
/* 176 */   content: "\e931";
/* 177 */ }
/* 178 */ .careerfy-submit:before {
/* 179 */   content: "\e932";
/* 180 */ }
/* 181 */ .careerfy-tie:before {
/* 182 */   content: "\e933";
/* 183 */ }
/* 184 */ .careerfy-user-profiles:before {
/* 185 */   content: "\e934";
/* 186 */ }
/* 187 */ .careerfy-vacuum-cleaner:before {
/* 188 */   content: "\e935";
/* 189 */ }
/* 190 */ .careerfy-woman-line:before {
/* 191 */   content: "\e936";
/* 192 */ }
/* 193 */ .careerfy-circle-fill:before {
/* 194 */   content: "\e939";
/* 195 */ }
/* 196 */ .careerfy-people:before {
/* 197 */   content: "\e93a";
/* 198 */ }
/* 199 */ .careerfy-target:before {
/* 200 */   content: "\e93b";

/* style.css */

/* 201 */ }
/* 202 */ .careerfy-human-resources:before {
/* 203 */   content: "\e93c";
/* 204 */ }
/* 205 */ .careerfy-arrow-left-long:before {
/* 206 */   content: "\e93d";
/* 207 */ }
/* 208 */ .careerfy-twitter:before {
/* 209 */   content: "\e93e";
/* 210 */ }
/* 211 */ .careerfy-hospital:before {
/* 212 */   content: "\e93f";
/* 213 */ }
/* 214 */ .careerfy-money:before {
/* 215 */   content: "\e940";
/* 216 */ }
/* 217 */ .careerfy-apple:before {
/* 218 */   content: "\e941";
/* 219 */ }
/* 220 */ .careerfy-plus-light:before {
/* 221 */   content: "\e942";
/* 222 */ }
/* 223 */ .careerfy-user-plus:before {
/* 224 */   content: "\e943";
/* 225 */ }
/* 226 */ .careerfy-diamond:before {
/* 227 */   content: "\e944";
/* 228 */ }
/* 229 */ .careerfy-play-circular:before {
/* 230 */   content: "\e946";
/* 231 */ }
/* 232 */ .careerfy-down-arrow:before {
/* 233 */   content: "\e947";
/* 234 */ }
/* 235 */ .careerfy-plus-fill-circle:before {
/* 236 */   content: "\e948";
/* 237 */ }
/* 238 */ .careerfy-arrow-pointing-to-right:before {
/* 239 */   content: "\e949";
/* 240 */ }
/* 241 */ .careerfy-arrow-pointing-to-left:before {
/* 242 */   content: "\e94a";
/* 243 */ }
/* 244 */ .careerfy-user-new:before {
/* 245 */   content: "\e94b";
/* 246 */ }
/* 247 */ .careerfy-shoping-bag:before {
/* 248 */   content: "\e94c";
/* 249 */ }
/* 250 */ .careerfy-logout-line:before {

/* style.css */

/* 251 */   content: "\e94d";
/* 252 */ }
/* 253 */ .careerfy-android-logo:before {
/* 254 */   content: "\e94e";
/* 255 */ }
/* 256 */ .careerfy-resume-document:before {
/* 257 */   content: "\e94f";
/* 258 */ }
/* 259 */ .careerfy-paper:before {
/* 260 */   content: "\e950";
/* 261 */ }
/* 262 */ .careerfy-coding:before {
/* 263 */   content: "\e951";
/* 264 */ }
/* 265 */ .careerfy-office-o:before {
/* 266 */   content: "\e952";
/* 267 */ }
/* 268 */ .careerfy-clock-hours:before {
/* 269 */   content: "\e953";
/* 270 */ }
/* 271 */ .careerfy-company-workers:before {
/* 272 */   content: "\e954";
/* 273 */ }
/* 274 */ .careerfy-graphic:before {
/* 275 */   content: "\e955";
/* 276 */ }
/* 277 */ .careerfy-support:before {
/* 278 */   content: "\e956";
/* 279 */ }
/* 280 */ .careerfy-pen:before {
/* 281 */   content: "\e957";
/* 282 */ }
/* 283 */ .careerfy-search-papper:before {
/* 284 */   content: "\e958";
/* 285 */ }
/* 286 */ .careerfy-handshake:before {
/* 287 */   content: "\e959";
/* 288 */ }
/* 289 */ .careerfy-office:before {
/* 290 */   content: "\e95a";
/* 291 */ }
/* 292 */ .careerfy-check-square:before {
/* 293 */   content: "\e95b";
/* 294 */ }
/* 295 */ .careerfy-chef-plate:before {
/* 296 */   content: "\e95c";
/* 297 */ }
/* 298 */ .careerfy-arrow-right-circular-fill:before {
/* 299 */   content: "\e95d";
/* 300 */ }

/* style.css */

/* 301 */ .careerfy-arrow-down-circular-fill:before {
/* 302 */   content: "\e95e";
/* 303 */ }
/* 304 */ .careerfy-building:before {
/* 305 */   content: "\e95f";
/* 306 */ }
/* 307 */ .careerfy-curriculum:before {
/* 308 */   content: "\e960";
/* 309 */ }
/* 310 */ .careerfy-user-line-double:before {
/* 311 */   content: "\e961";
/* 312 */ }
/* 313 */ .careerfy-discuss-issue:before {
/* 314 */   content: "\e962";
/* 315 */ }
/* 316 */ .careerfy-newspaper:before {
/* 317 */   content: "\e963";
/* 318 */ }
/* 319 */ .careerfy-fax:before {
/* 320 */   content: "\e964";
/* 321 */ }
/* 322 */ .careerfy-pin-line:before {
/* 323 */   content: "\e965";
/* 324 */ }
/* 325 */ .careerfy-linkedin-o:before {
/* 326 */   content: "\e966";
/* 327 */ }
/* 328 */ .careerfy-gps-o:before {
/* 329 */   content: "\e967";
/* 330 */ }
/* 331 */ .careerfy-edit-square:before {
/* 332 */   content: "\e968";
/* 333 */ }
/* 334 */ .careerfy-facebook:before {
/* 335 */   content: "\e969";
/* 336 */ }
/* 337 */ .careerfy-summary:before {
/* 338 */   content: "\e96a";
/* 339 */ }
/* 340 */ .careerfy-calendar-line:before {
/* 341 */   content: "\e96b";
/* 342 */ }
/* 343 */ .careerfy-check-box-fill:before {
/* 344 */   content: "\e96d";
/* 345 */ }
/* 346 */ .careerfy-check-box-empty:before {
/* 347 */   content: "\e96e";
/* 348 */ }
/* 349 */ .careerfy-checked:before {
/* 350 */   content: "\e96f";

/* style.css */

/* 351 */ }
/* 352 */ .careerfy-user-circular:before {
/* 353 */   content: "\e971";
/* 354 */ }
/* 355 */ .careerfy-star-empty:before {
/* 356 */   content: "\e972";
/* 357 */ }
/* 358 */ .careerfy-upload-cloud:before {
/* 359 */   content: "\e973";
/* 360 */ }
/* 361 */ .careerfy-plus-circular:before {
/* 362 */   content: "\e974";
/* 363 */ }
/* 364 */ .careerfy-credit-card-line:before {
/* 365 */   content: "\e975";
/* 366 */ }
/* 367 */ .careerfy-star-fill:before {
/* 368 */   content: "\e976";
/* 369 */ }
/* 370 */ .careerfy-right-arrow-long:before {
/* 371 */   content: "\e977";
/* 372 */ }
/* 373 */ .careerfy-credit-card:before {
/* 374 */   content: "\e978";
/* 375 */ }
/* 376 */ .careerfy-time:before {
/* 377 */   content: "\e979";
/* 378 */ }
/* 379 */ .careerfy-folder:before {
/* 380 */   content: "\e97a";
/* 381 */ }
/* 382 */ .careerfy-group:before {
/* 383 */   content: "\e97b";
/* 384 */ }
/* 385 */ .careerfy-linkedin-circular:before {
/* 386 */   content: "\e97c";
/* 387 */ }
/* 388 */ .careerfy-twitter-circular:before {
/* 389 */   content: "\e97d";
/* 390 */ }
/* 391 */ .careerfy-facebook-circular:before {
/* 392 */   content: "\e97e";
/* 393 */ }
/* 394 */ .careerfy-internet:before {
/* 395 */   content: "\e97f";
/* 396 */ }
/* 397 */ .careerfy-calendar-filled:before {
/* 398 */   content: "\e980";
/* 399 */ }
/* 400 */ .careerfy-view:before {

/* style.css */

/* 401 */   content: "\e981";
/* 402 */ }
/* 403 */ .careerfy-rubbish:before {
/* 404 */   content: "\e982";
/* 405 */ }
/* 406 */ .careerfy-edit-outline:before {
/* 407 */   content: "\e983";
/* 408 */ }
/* 409 */ .careerfy-resume-user:before {
/* 410 */   content: "\e984";
/* 411 */ }
/* 412 */ .careerfy-logout:before {
/* 413 */   content: "\e985";
/* 414 */ }
/* 415 */ .careerfy-multimedia:before {
/* 416 */   content: "\e986";
/* 417 */ }
/* 418 */ .careerfy-responsive:before {
/* 419 */   content: "\e987";
/* 420 */ }
/* 421 */ .careerfy-id-card:before {
/* 422 */   content: "\e988";
/* 423 */ }
/* 424 */ .careerfy-alarm:before {
/* 425 */   content: "\e989";
/* 426 */ }
/* 427 */ .careerfy-briefcase-time:before {
/* 428 */   content: "\e98a";
/* 429 */ }
/* 430 */ .careerfy-resume:before {
/* 431 */   content: "\e98b";
/* 432 */ }
/* 433 */ .careerfy-google-plus-circular-fill:before {
/* 434 */   content: "\e98c";
/* 435 */ }
/* 436 */ .careerfy-add:before {
/* 437 */   content: "\e98d";
/* 438 */ }
/* 439 */ .careerfy-download-arrow:before {
/* 440 */   content: "\e98e";
/* 441 */ }
/* 442 */ .careerfy-technology:before {
/* 443 */   content: "\e98f";
/* 444 */ }
/* 445 */ .careerfy-envelope-line:before {
/* 446 */   content: "\e990";
/* 447 */ }
/* 448 */ .careerfy-trophy:before {
/* 449 */   content: "\e991";
/* 450 */ }

/* style.css */

/* 451 */ .careerfy-design-skills:before {
/* 452 */   content: "\e992";
/* 453 */ }
/* 454 */ .careerfy-degree-cap:before {
/* 455 */   content: "\e993";
/* 456 */ }
/* 457 */ .careerfy-network:before {
/* 458 */   content: "\e994";
/* 459 */ }
/* 460 */ .careerfy-user-line:before {
/* 461 */   content: "\e995";
/* 462 */ }
/* 463 */ .careerfy-briefcase:before {
/* 464 */   content: "\e996";
/* 465 */ }
/* 466 */ .careerfy-social-media:before {
/* 467 */   content: "\e997";
/* 468 */ }
/* 469 */ .careerfy-salary:before {
/* 470 */   content: "\e998";
/* 471 */ }
/* 472 */ .careerfy-check-circular-fill:before {
/* 473 */   content: "\e999";
/* 474 */ }
/* 475 */ .careerfy-sort:before {
/* 476 */   content: "\e99a";
/* 477 */ }
/* 478 */ .careerfy-envelope:before {
/* 479 */   content: "\e99b";
/* 480 */ }
/* 481 */ .careerfy-user-blank:before {
/* 482 */   content: "\e99c";
/* 483 */ }
/* 484 */ .careerfy-add-list:before {
/* 485 */   content: "\e99d";
/* 486 */ }
/* 487 */ .careerfy-squares:before {
/* 488 */   content: "\e99e";
/* 489 */ }
/* 490 */ .careerfy-list:before {
/* 491 */   content: "\e99f";
/* 492 */ }
/* 493 */ .careerfy-up-arrow:before {
/* 494 */   content: "\e9a0";
/* 495 */ }
/* 496 */ .careerfy-right-arrow:before {
/* 497 */   content: "\e9a1";
/* 498 */ }
/* 499 */ .careerfy-dribbble-circular-fill:before {
/* 500 */   content: "\e9a4";

/* style.css */

/* 501 */ }
/* 502 */ .careerfy-twitter-circular-fill:before {
/* 503 */   content: "\e9a5";
/* 504 */ }
/* 505 */ .careerfy-facebook-circular-fill:before {
/* 506 */   content: "\e9a6";
/* 507 */ }
/* 508 */ .careerfy-play-button:before {
/* 509 */   content: "\e9a7";
/* 510 */ }
/* 511 */ .careerfy-arrow-right-circular:before {
/* 512 */   content: "\e9a8";
/* 513 */ }
/* 514 */ .careerfy-arrow-left-circular-fill:before {
/* 515 */   content: "\e9a9";
/* 516 */ }
/* 517 */ .careerfy-two-quotes:before {
/* 518 */   content: "\e9aa";
/* 519 */ }
/* 520 */ .careerfy-left-quote:before {
/* 521 */   content: "\e9ab";
/* 522 */ }
/* 523 */ .careerfy-filter-tool-black-shape:before {
/* 524 */   content: "\e9ac";
/* 525 */ }
/* 526 */ .careerfy-map-pin:before {
/* 527 */   content: "\e9ad";
/* 528 */ }
/* 529 */ .careerfy-business:before {
/* 530 */   content: "\e9af";
/* 531 */ }
/* 532 */ .careerfy-fast-food:before {
/* 533 */   content: "\e9b0";
/* 534 */ }
/* 535 */ .careerfy-books:before {
/* 536 */   content: "\e9b1";
/* 537 */ }
/* 538 */ .careerfy-antenna:before {
/* 539 */   content: "\e9b2";
/* 540 */ }
/* 541 */ .careerfy-accounting:before {
/* 542 */   content: "\e9b4";
/* 543 */ }
/* 544 */ .careerfy-car:before {
/* 545 */   content: "\e9b5";
/* 546 */ }
/* 547 */ .careerfy-engineer:before {
/* 548 */   content: "\e9b6";
/* 549 */ }
/* 550 */ .careerfy-search:before {

/* style.css */

/* 551 */   content: "\e9b7";
/* 552 */ }
/* 553 */ .careerfy-down-arrow-line:before {
/* 554 */   content: "\e9b8";
/* 555 */ }
/* 556 */ .careerfy-location:before {
/* 557 */   content: "\e9b9";
/* 558 */ }
/* 559 */ .careerfy-briefcase-line:before {
/* 560 */   content: "\e9ba";
/* 561 */ }
/* 562 */ .careerfy-arrow-up-circular:before {
/* 563 */   content: "\e9bb";
/* 564 */ }
/* 565 */ .careerfy-upload-arrow:before {
/* 566 */   content: "\e9bc";
/* 567 */ }
/* 568 */ .careerfy-edit-pencil:before {
/* 569 */   content: "\e9bd";
/* 570 */ }
/* 571 */ .careerfy-user-support:before {
/* 572 */   content: "\e9cc";
/* 573 */ }
/* 574 */ .careerfy-arrow-right-fill:before {
/* 575 */   content: "\ea3c";
/* 576 */ }
/* 577 */ .careerfy-arrow-left:before {
/* 578 */   content: "\ea40";
/* 579 */ }
/* 580 */ .careerfy-pin:before {
/* 581 */   content: "\ea41";
/* 582 */ }
/* 583 */ .careerfy-calendar:before {
/* 584 */   content: "\ea42";
/* 585 */ }
/* 586 */ .careerfy-next:before {
/* 587 */   content: "\ea43";
/* 588 */ }
/* 589 */ .careerfy-briefcase-work:before {
/* 590 */   content: "\ea44";
/* 591 */ }
/* 592 */ .careerfy-avatar:before {
/* 593 */   content: "\ea45";
/* 594 */ }
/* 595 */ .careerfy-portfolio:before {
/* 596 */   content: "\ea46";
/* 597 */ }
/* 598 */ .careerfy-visit:before {
/* 599 */   content: "\ea47";
/* 600 */ }

/* style.css */

/* 601 */ .careerfy-quote:before {
/* 602 */   content: "\ea48";
/* 603 */ }
/* 604 */ .careerfy-next-long:before {
/* 605 */   content: "\ea49";
/* 606 */ }
/* 607 */ .careerfy-gear:before {
/* 608 */   content: "\ea4a";
/* 609 */ }
/* 610 */ .careerfy-comment:before {
/* 611 */   content: "\ea4b";
/* 612 */ }
/* 613 */ .careerfy-heart:before {
/* 614 */   content: "\ea4c";
/* 615 */ }
/* 616 */ .careerfy-phone:before {
/* 617 */   content: "\ea4d";
/* 618 */ }
/* 619 */ .careerfy-google-play:before {
/* 620 */   content: "\ea4e";
/* 621 */ }
/* 622 */ .careerfy-mail:before {
/* 623 */   content: "\ea50";
/* 624 */ }
/* 625 */ .careerfy-plane:before {
/* 626 */   content: "\ea55";
/* 627 */ }
/* 628 */ .careerfy-linkedin-circular-fill:before {
/* 629 */   content: "\ea56";
/* 630 */ }
/* 631 */ .careerfy-pinterest:before {
/* 632 */   content: "\ea57";
/* 633 */ }
/* 634 */ .careerfy-logout-o:before {
/* 635 */   content: "\ea58";
/* 636 */ }
/* 637 */ .careerfy-user:before {
/* 638 */   content: "\ea59";
/* 639 */ }
/* 640 */ .careerfy-upload:before {
/* 641 */   content: "\ea5a";
/* 642 */ }
/* 643 */ .careerfy-user-outline:before {
/* 644 */   content: "\ea80";
/* 645 */ }
/* 646 */ .careerfy-search-outline:before {
/* 647 */   content: "\ea98";
/* 648 */ }
/* 649 */ .careerfy-phrase:before {
/* 650 */   content: "\ea9a";

/* style.css */

/* 651 */ }
/* 652 */ .careerfy-play:before {
/* 653 */   content: "\ea9b";
/* 654 */ }
/* 655 */ .careerfy-star-fill-smoth:before {
/* 656 */   content: "\ea9c";
/* 657 */ }
/* 658 */ .careerfy-clock:before {
/* 659 */   content: "\ea9d";
/* 660 */ }
/* 661 */ .careerfy-comment-outline:before {
/* 662 */   content: "\ea9e";
/* 663 */ }
/* 664 */ .careerfy-like:before {
/* 665 */   content: "\ea9f";
/* 666 */ }
/* 667 */ .careerfy-user-shield:before {
/* 668 */   content: "\eaa0";
/* 669 */ }
/* 670 */ .careerfy-login:before {
/* 671 */   content: "\eaa1";
/* 672 */ }
/* 673 */ .careerfy-password:before {
/* 674 */   content: "\eaa9";
/* 675 */ }
/* 676 */ .careerfy-arrow-right-bold:before {
/* 677 */   content: "\eaef";
/* 678 */ }
/* 679 */ .careerfy-arrow-right:before {
/* 680 */   content: "\eb2d";
/* 681 */ }
/* 682 */ .careerfy-list-sign:before {
/* 683 */   content: "\eb44";
/* 684 */ }
/* 685 */ .careerfy-grid-square:before {
/* 686 */   content: "\eb45";
/* 687 */ }
/* 688 */ .careerfy-arrow-right-light:before {
/* 689 */   content: "\eb60";
/* 690 */ }
/* 691 */ .careerfy-map-location-pin:before {
/* 692 */   content: "\eb6e";
/* 693 */ }
/* 694 */ .careerfy-check-mark:before {
/* 695 */   content: "\eb73";
/* 696 */ }
/* 697 */ .careerfy-pin-on-map:before {
/* 698 */   content: "\eb76";
/* 699 */ }
/* 700 */ .careerfy-edit-tool:before {

/* style.css */

/* 701 */   content: "\eb7d";
/* 702 */ }
/* 703 */ .careerfy-building-office:before {
/* 704 */   content: "\eb92";
/* 705 */ }
/* 706 */
/* Minify_CSS_UriRewriter::$debugText

*/

/* woocommerce.css */

/* 1    */ .body-nowhite-bg table.shop_table {
/* 2    */     background-color: #fff; }
/* 3    */ .clear,
/* 4    */ .woocommerce .woocommerce-breadcrumb:after {
/* 5    */     clear: both
/* 6    */ }
/* 7    */
/* 8    */ @-webkit-keyframes spin {
/* 9    */     100% {
/* 10   */         -webkit-transform: rotate(360deg)
/* 11   */     }
/* 12   */ }
/* 13   */
/* 14   */ @-moz-keyframes spin {
/* 15   */     100% {
/* 16   */         -moz-transform: rotate(360deg)
/* 17   */     }
/* 18   */ }
/* 19   */
/* 20   */ @keyframes spin {
/* 21   */     100% {
/* 22   */         -webkit-transform: rotate(360deg);
/* 23   */         -moz-transform: rotate(360deg);
/* 24   */         -ms-transform: rotate(360deg);
/* 25   */         -o-transform: rotate(360deg);
/* 26   */         transform: rotate(360deg)
/* 27   */     }
/* 28   */ }
/* 29   */
/* 30   */ @font-face {
/* 31   */     font-family: star;
/* 32   */     src: url(../fonts/star.eot);
/* 33   */     src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
/* 34   */     font-weight: 400;
/* 35   */     font-style: normal
/* 36   */ }
/* 37   */
/* 38   */ @font-face {
/* 39   */     font-family: WooCommerce;
/* 40   */     src: url(../fonts/WooCommerce.eot);
/* 41   */     src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
/* 42   */     font-weight: 400;
/* 43   */     font-style: normal
/* 44   */ }
/* 45   */
/* 46   */ p.demo_store {
/* 47   */     position: fixed;
/* 48   */     top: 0;
/* 49   */     left: 0;
/* 50   */     right: 0;

/* woocommerce.css */

/* 51   */     margin: 0;
/* 52   */     width: 100%;
/* 53   */     font-size: 1em;
/* 54   */     padding: 1em 0;
/* 55   */     text-align: center;
/* 56   */     background-color: #a46497;
/* 57   */     color: #fff;
/* 58   */     z-index: 99998;
/* 59   */     box-shadow: 0 1px 1em rgba(0, 0, 0, .2)
/* 60   */ }
/* 61   */
/* 62   */ p.demo_store a {
/* 63   */     color: #fff
/* 64   */ }
/* 65   */
/* 66   */ .admin-bar p.demo_store {
/* 67   */     top: 32px
/* 68   */ }
/* 69   */
/* 70   */ .woocommerce .blockUI.blockOverlay {
/* 71   */     position: relative;
/* 72   */ }
/* 73   */
/* 74   */ .woocommerce .blockUI.blockOverlay:before,
/* 75   */ .woocommerce .loader:before {
/* 76   */     position: absolute;
/* 77   */     top: 50%;
/* 78   */     left: 50%;
/* 79   */     margin-left: -.5em;
/* 80   */     margin-top: -.5em;
/* 81   */     display: block;
/* 82   */     content: "\f021";
/* 83   */     font-family: FontAwesome;
/* 84   */     -webkit-animation: spin 1s ease-in-out infinite;
/* 85   */     -moz-animation: spin 1s ease-in-out infinite;
/* 86   */     animation: spin 1s ease-in-out infinite;
/* 87   */     line-height: 1;
/* 88   */     text-align: center;
/* 89   */     font-size: 5em;
/* 90   */     color: rgba(0, 0, 0, .75);
/* 91   */ }
/* 92   */ .checkout.woocommerce-checkout.processing {
/* 93   */     display: inline-block;
/* 94   */     width: 100%;
/* 95   */ }
/* 96   */
/* 97   */ .woocommerce a.remove {
/* 98   */     display: block;
/* 99   */     font-size: 1.3em;
/* 100  */     height: 1em;

/* woocommerce.css */

/* 101  */     width: 1em;
/* 102  */     text-align: center;
/* 103  */     line-height: 1.1;
/* 104  */     border-radius: 100%;
/* 105  */     color: red!important;
/* 106  */     text-decoration: none;
/* 107  */     font-weight: 700;
/* 108  */     border: 0
/* 109  */ }
/* 110  */
/* 111  */ .woocommerce a.remove:hover {
/* 112  */     color: #fff!important;
/* 113  */     background: red
/* 114  */ }
/* 115  */
/* 116  */ .woocommerce small.note {
/* 117  */     display: block;
/* 118  */     color: #777;
/* 119  */     font-size: .857em;
/* 120  */     margin-top: 10px
/* 121  */ }
/* 122  */
/* 123  */ .woocommerce .woocommerce-breadcrumb {
/* 124  */     margin: 0 0 1em;
/* 125  */     padding: 0;
/* 126  */     font-size: .92em;
/* 127  */     color: #777
/* 128  */ }
/* 129  */
/* 130  */ .woocommerce .woocommerce-breadcrumb:after,
/* 131  */ .woocommerce .woocommerce-breadcrumb:before {
/* 132  */     content: " ";
/* 133  */     display: table
/* 134  */ }
/* 135  */
/* 136  */ .woocommerce .woocommerce-breadcrumb a {
/* 137  */     color: #777
/* 138  */ }
/* 139  */
/* 140  */ .woocommerce .quantity .qty {
/* 141  */     width: 3.631em;
/* 142  */     text-align: center
/* 143  */ }
/* 144  */
/* 145  */ .woocommerce div.product {
/* 146  */     margin-bottom: 0;
/* 147  */     position: relative
/* 148  */ }
/* 149  */
/* 150  */ .woocommerce div.product .product_title {

/* woocommerce.css */

/* 151  */     clear: none;
/* 152  */     margin-top: 0;
/* 153  */     padding: 0;
/* 154  */     font-size: 24px;
/* 155  */     margin-bottom: 0px;
/* 156  */ }
/* 157  */
/* 158  */ .woocommerce #reviews #comments .add_review:after,
/* 159  */ .woocommerce .products ul:after,
/* 160  */ .woocommerce div.product form.cart:after,
/* 161  */ .woocommerce div.product p.cart:after,
/* 162  */ .woocommerce nav.woocommerce-pagination ul,
/* 163  */ .woocommerce ul.products:after {
/* 164  */     clear: both
/* 165  */ }
/* 166  */
/* 167  */ .woocommerce div.product p.price ins,
/* 168  */ .woocommerce div.product span.price ins {
/* 169  */     background: inherit;
/* 170  */     font-weight: 400;
/* 171  */     text-transform: unset;
/* 172  */ }
/* 173  */ .woocommerce-review-link  { font-style: italic; }
/* 174  */
/* 175  */ .woocommerce div.product p.stock {
/* 176  */     font-size: .92em
/* 177  */ }
/* 178  */
/* 179  */ .woocommerce div.product .stock {
/* 180  */     color: #77a464
/* 181  */ }
/* 182  */
/* 183  */ .woocommerce div.product .out-of-stock {
/* 184  */     color: red
/* 185  */ }
/* 186  */
/* 187  */ .woocommerce div.product .woocommerce-product-rating {
/* 188  */     margin-bottom: 12px;
/* 189  */ }
/* 190  */
/* 191  */ .woocommerce div.product div.images img {
/* 192  */     display: block;
/* 193  */     width: 100%;
/* 194  */     height: auto;
/* 195  */     box-shadow: none
/* 196  */ }
/* 197  */
/* 198  */ .woocommerce div.product div.images div.thumbnails {
/* 199  */     display: inline-block;
/* 200  */     width: 100%;

/* woocommerce.css */

/* 201  */     text-align: center;
/* 202  */ }
/* 203  */
/* 204  */ .woocommerce div.product div.images div.thumbnails a {
/* 205  */     display: inline-block;
/* 206  */     width: 33.333%;
/* 207  */     margin: 0px -4px 0px 0px;
/* 208  */     padding: 10px;
/* 209  */ }
/* 210  */
/* 211  */ .woocommerce div.product div.social {
/* 212  */     text-align: right;
/* 213  */     margin: 0 0 1em
/* 214  */ }
/* 215  */
/* 216  */ .woocommerce div.product div.social span {
/* 217  */     margin: 0 0 0 2px
/* 218  */ }
/* 219  */
/* 220  */ .woocommerce div.product div.social span span {
/* 221  */     margin: 0
/* 222  */ }
/* 223  */
/* 224  */ .woocommerce div.product div.social span .stButton .chicklets {
/* 225  */     padding-left: 16px;
/* 226  */     width: 0
/* 227  */ }
/* 228  */
/* 229  */ .woocommerce div.product div.social iframe {
/* 230  */     float: left;
/* 231  */     margin-top: 3px
/* 232  */ }
/* 233  */
/* 234  */ .woocommerce-tabs {
/* 235  */     display: inline-block;
/* 236  */     width: 100%;
/* 237  */     margin-bottom: 30px;
/* 238  */ }
/* 239  */
/* 240  */ .woocommerce-tabs .woocommerce-Tabs-panel {
/* 241  */     float: left;
/* 242  */     width: 100%;
/* 243  */ }
/* 244  */
/* 245  */ .woocommerce div.product .woocommerce-tabs .panel {
/* 246  */     display: inline-block;
/* 247  */     width: 100%;
/* 248  */ }
/* 249  */ .woocommerce-Reviews #comments {
/* 250  */     border: 1px solid #eaeaea;

/* woocommerce.css */

/* 251  */     border-top: none;
/* 252  */     padding: 39px 23px 0px 34px;
/* 253  */     margin-bottom: 25px;
/* 254  */ }
/* 255  */ .tab-content-wrap .panel {
/* 256  */     border: none;
/* 257  */     box-shadow: none;
/* 258  */ }
/* 259  */ .woocommerce-Reviews .comment-respond h3 {
/* 260  */     padding-bottom: 17px;
/* 261  */     border-bottom: 2px solid #2a2a2a;
/* 262  */     margin-bottom: 15px;
/* 263  */     text-transform: uppercase;
/* 264  */     color: #262626;
/* 265  */     margin-bottom: 20px;
/* 266  */     font-weight: 400;
/* 267  */     display: inline-block;
/* 268  */     width: 100%;
/* 269  */ }
/* 270  */ .woocommerce-Reviews .comment-respond label {
/* 271  */     margin-bottom: 10px;
/* 272  */     color: #262626;
/* 273  */ }
/* 274  */ .woocommerce-Reviews .comment-respond input[type="text"],
/* 275  */ .woocommerce-Reviews .comment-respond input[type="email"] {
/* 276  */     background-color: #fff;
/* 277  */     border: 1px solid #eee;
/* 278  */     color: #333;
/* 279  */     float: left;
/* 280  */     font-size: 16px;
/* 281  */     font-weight: 300;
/* 282  */     height: 43px;
/* 283  */     padding: 5px 15px;
/* 284  */     width: 100%;
/* 285  */ }
/* 286  */ .woocommerce-Reviews .comment-respond textarea {
/* 287  */     background-color: #fff;
/* 288  */     border: 1px solid #eee;
/* 289  */     color: #333333;
/* 290  */     float: left;
/* 291  */     font-size: 16px;
/* 292  */     font-weight: 300;
/* 293  */     height: 156px;
/* 294  */     margin-bottom: 15px;
/* 295  */     padding: 10px 15px;
/* 296  */     width: 100%;
/* 297  */ }
/* 298  */ .woocommerce div.product .woocommerce-tabs .panel p strong,
/* 299  */ .woocommerce div.product .woocommerce-tabs .panel p time {
/* 300  */     margin-bottom: 3px;

/* woocommerce.css */

/* 301  */     color: #b4b4b4;
/* 302  */ }
/* 303  */
/* 304  */ .woocommerce-Reviews-title {
/* 305  */     margin-bottom: 15px;
/* 306  */ }
/* 307  */
/* 308  */ .woocommerce div.product form.cart:after,
/* 309  */ .woocommerce div.product form.cart:before,
/* 310  */ .woocommerce div.product p.cart:after,
/* 311  */ .woocommerce div.product p.cart:before {
/* 312  */     display: table;
/* 313  */     content: " "
/* 314  */ }
/* 315  */
/* 316  */ .woocommerce div.product form.cart,
/* 317  */ .woocommerce div.product p.cart {
/* 318  */     margin-bottom: 2em
/* 319  */ }
/* 320  */
/* 321  */ .woocommerce div.product form.cart div.quantity {
/* 322  */     float: left;
/* 323  */     margin: 9px 4px 0 0
/* 324  */ }
/* 325  */
/* 326  */ .woocommerce div.product form.cart table {
/* 327  */     border-width: 0 0 1px
/* 328  */ }
/* 329  */
/* 330  */ .woocommerce div.product form.cart table td {
/* 331  */     padding-left: 0
/* 332  */ }
/* 333  */
/* 334  */ .woocommerce div.product form.cart table div.quantity {
/* 335  */     float: none;
/* 336  */     margin: 0
/* 337  */ }
/* 338  */
/* 339  */ .woocommerce div.product form.cart table small.stock {
/* 340  */     display: block;
/* 341  */     float: none
/* 342  */ }
/* 343  */
/* 344  */ .woocommerce div.product form.cart .variations {
/* 345  */     margin-bottom: 1em;
/* 346  */     border: 0;
/* 347  */     width: 100%
/* 348  */ }
/* 349  */
/* 350  */ .woocommerce div.product form.cart .variations td,

/* woocommerce.css */

/* 351  */ .woocommerce div.product form.cart .variations th {
/* 352  */     border: 0;
/* 353  */     vertical-align: top;
/* 354  */     line-height: 2em
/* 355  */ }
/* 356  */
/* 357  */ .woocommerce div.product form.cart .variations label {
/* 358  */     font-weight: 700
/* 359  */ }
/* 360  */
/* 361  */ .woocommerce div.product form.cart .variations select {
/* 362  */     max-width: 100%;
/* 363  */     min-width: 75%;
/* 364  */     display: inline-block;
/* 365  */     margin-right: 1em
/* 366  */ }
/* 367  */
/* 368  */ .woocommerce div.product form.cart .variations td.label {
/* 369  */     padding-right: 1em
/* 370  */ }
/* 371  */
/* 372  */ .woocommerce div.product form.cart .woocommerce-variation-description p {
/* 373  */     margin-bottom: 1em
/* 374  */ }
/* 375  */
/* 376  */ .woocommerce div.product form.cart .reset_variations {
/* 377  */     visibility: hidden;
/* 378  */     font-size: .83em
/* 379  */ }
/* 380  */
/* 381  */ .woocommerce div.product form.cart .wc-no-matching-variations {
/* 382  */     display: none
/* 383  */ }
/* 384  */
/* 385  */ .woocommerce div.product form.cart .button {
/* 386  */     vertical-align: middle;
/* 387  */     float: left
/* 388  */ }
/* 389  */
/* 390  */ .woocommerce div.product form.cart .group_table td.label {
/* 391  */     padding-right: 1em;
/* 392  */     padding-left: 1em
/* 393  */ }
/* 394  */
/* 395  */ .woocommerce div.product form.cart .group_table td {
/* 396  */     vertical-align: top;
/* 397  */     padding-bottom: .5em;
/* 398  */     border: 0
/* 399  */ }
/* 400  */

/* woocommerce.css */

/* 401  */ .wc-tab.panel h2 {
/* 402  */     float: left;
/* 403  */     width: 100%;
/* 404  */     margin: 0px 0px 20px;
/* 405  */     font-weight: 500;
/* 406  */     font-size: 20px;
/* 407  */     position: relative;
/* 408  */     line-height: 1;
/* 409  */     padding: 15px 0px 0px;
/* 410  */ }
/* 411  */ .wc-tab .comment-form-rating p { padding: 0px; }
/* 412  */ .wc-tab .comment-form-rating { padding: 0px 8px; }
/* 413  */ .wc-tab .comment-respond form p label span:before,.wc-tab .comment-respond form p label span:after,
/* 414  */ .wc-tab .comment-respond form p label:before,.wc-tab .comment-respond form p label:after { display: none; }
/* 415  */ .wc-tab .comment-respond form p label span {
/* 416  */     position: static;
/* 417  */ }
/* 418  */
/* 419  */ .woocommerce span.onsale {
/* 420  */     padding: 4px 10px;
/* 421  */     position: absolute;
/* 422  */     text-align: center;
/* 423  */     top: 0em;
/* 424  */     left: 0em;
/* 425  */     margin: 0px;
/* 426  */     background-color: #77a464;
/* 427  */     color: #fff;
/* 428  */     font-size: 14px;
/* 429  */     text-transform: uppercase;
/* 430  */     z-index: 10;
/* 431  */ }
/* 432  */
/* 433  */ .woocommerce .products ul,
/* 434  */ .woocommerce ul.products {
/* 435  */     padding: 0;
/* 436  */     list-style: none;
/* 437  */     clear: both
/* 438  */ }
/* 439  */ .related > h2 {
/* 440  */     display: inline-block;
/* 441  */     font-size: 18px;
/* 442  */     font-weight: 900;
/* 443  */     margin-bottom: 30px;
/* 444  */     padding-bottom: 9px;
/* 445  */     line-height: 1;
/* 446  */     position: relative;
/* 447  */ }
/* 448  */ .related > h2:before {
/* 449  */     content: '';
/* 450  */     position: absolute;

/* woocommerce.css */

/* 451  */     right: -3px;
/* 452  */     bottom: 0px;
/* 453  */     width: 54px;
/* 454  */     height: 2px;
/* 455  */ }
/* 456  */
/* 457  */ .woocommerce .products ul:after,
/* 458  */ .woocommerce .products ul:before,
/* 459  */ .woocommerce ul.products:after,
/* 460  */ .woocommerce ul.products:before {
/* 461  */     content: " ";
/* 462  */     display: table
/* 463  */ }
/* 464  */
/* 465  */ .woocommerce .products ul li,
/* 466  */ .woocommerce ul.products li {
/* 467  */     list-style: none;
/* 468  */     float: none;
/* 469  */     display: inline-block;
/* 470  */     vertical-align: middle;
/* 471  */     margin-right: -4px;
/* 472  */ }
/* 473  */ .panel-description h2 { display: none; }
/* 474  */
/* 475  */ .woocommerce ul.products li.product .onsale {
/* 476  */     top: 0;
/* 477  */     right: 0;
/* 478  */     left: auto;
/* 479  */     margin: -.5em -.5em 0 0
/* 480  */ }
/* 481  */
/* 482  */ .woocommerce ul.products li.product h3 {
/* 483  */     padding: .5em 0;
/* 484  */     margin: 0;
/* 485  */     font-size: 1em
/* 486  */ }
/* 487  */
/* 488  */ .woocommerce ul.products li.product a {
/* 489  */     text-decoration: none
/* 490  */ }
/* 491  */
/* 492  */ .woocommerce ul.products li.product a img {
/* 493  */     width: 100%;
/* 494  */     height: auto;
/* 495  */     display: block;
/* 496  */     margin: 0 0 1em;
/* 497  */     box-shadow: none
/* 498  */ }
/* 499  */
/* 500  */ .woocommerce ul.products li.product strong {

/* woocommerce.css */

/* 501  */     display: block
/* 502  */ }
/* 503  */
/* 504  */ .woocommerce ul.products li.product .kingdom-study-rating {
/* 505  */     font-size: .857em
/* 506  */ }
/* 507  */
/* 508  */ .woocommerce ul.products li.product .button {
/* 509  */     margin-top: 1em
/* 510  */ }
/* 511  */
/* 512  */ .woocommerce ul.products li.product .price {
/* 513  */     color: #77a464;
/* 514  */     display: block;
/* 515  */     font-weight: 400;
/* 516  */     margin-bottom: .5em;
/* 517  */     font-size: .857em
/* 518  */ }
/* 519  */
/* 520  */ .woocommerce ul.products li.product .price del {
/* 521  */     color: inherit;
/* 522  */     opacity: .5;
/* 523  */     display: block
/* 524  */ }
/* 525  */
/* 526  */ .woocommerce ul.products li.product .price ins {
/* 527  */     background: 0 0;
/* 528  */     font-weight: 700
/* 529  */ }
/* 530  */
/* 531  */ .woocommerce ul.products li.product .price .from {
/* 532  */     font-size: .67em;
/* 533  */     margin: -2px 0 0;
/* 534  */     text-transform: uppercase;
/* 535  */     color: rgba(132, 132, 132, .5)
/* 536  */ }
/* 537  */
/* 538  */ .woocommerce .woocommerce-ordering select {
/* 539  */     vertical-align: top
/* 540  */ }
/* 541  */
/* 542  */ .woocommerce nav.woocommerce-pagination {
/* 543  */     text-align: center
/* 544  */ }
/* 545  */
/* 546  */ .woocommerce nav.woocommerce-pagination ul {
/* 547  */     display: inline-block;
/* 548  */     white-space: nowrap;
/* 549  */     padding: 0;
/* 550  */     border: 1px solid #d3ced2;

/* woocommerce.css */

/* 551  */     border-right: 0;
/* 552  */     margin: 1px
/* 553  */ }
/* 554  */
/* 555  */ .woocommerce nav.woocommerce-pagination ul li {
/* 556  */     border-right: 1px solid #d3ced2;
/* 557  */     padding: 0;
/* 558  */     margin: 0;
/* 559  */     float: left;
/* 560  */     display: inline;
/* 561  */     overflow: hidden
/* 562  */ }
/* 563  */
/* 564  */ .woocommerce nav.woocommerce-pagination ul li a,
/* 565  */ .woocommerce nav.woocommerce-pagination ul li span {
/* 566  */     margin: 0;
/* 567  */     text-decoration: none;
/* 568  */     line-height: 1;
/* 569  */     font-size: 1em;
/* 570  */     font-weight: 400;
/* 571  */     padding: .5em;
/* 572  */     min-width: 1em;
/* 573  */     display: block
/* 574  */ }
/* 575  */
/* 576  */ .woocommerce nav.woocommerce-pagination ul li a:focus,
/* 577  */ .woocommerce nav.woocommerce-pagination ul li a:hover,
/* 578  */ .woocommerce nav.woocommerce-pagination ul li span.current {
/* 579  */     background: #ebe9eb;
/* 580  */     color: #8a7e88
/* 581  */ }
/* 582  */
/* 583  */ .woocommerce #respond input#submit,
/* 584  */ .woocommerce a.button,
/* 585  */ .woocommerce button.button,
/* 586  */ .woocommerce input.button {
/* 587  */     display: inline-block;
/* 588  */     padding: 12px 22px;
/* 589  */     color: #fff;
/* 590  */     background-color: #303032;
/* 591  */     line-height: 1;
/* 592  */     font-size: 14px;
/* 593  */     font-weight: 600;
/* 594  */     text-transform: uppercase;
/* 595  */     border: 1px solid;
/* 596  */     -webkit-transition: all 0.4s ease-in-out;
/* 597  */        -moz-transition: all 0.4s ease-in-out;
/* 598  */         -ms-transition: all 0.4s ease-in-out;
/* 599  */          -o-transition: all 0.4s ease-in-out;
/* 600  */             transition: all 0.4s ease-in-out;

/* woocommerce.css */

/* 601  */ }
/* 602  */ .woocommerce button.button:hover { background-color: transparent; }
/* 603  */ .woocommerce #respond input#submit.loading,
/* 604  */ .woocommerce a.button.loading,
/* 605  */ .woocommerce button.button.loading,
/* 606  */ .woocommerce input.button.loading {
/* 607  */     opacity: .25;
/* 608  */     padding-right: 2.618em
/* 609  */ }
/* 610  */
/* 611  */ .woocommerce #respond input#submit.loading:after,
/* 612  */ .woocommerce a.button.loading:after,
/* 613  */ .woocommerce button.button.loading:after,
/* 614  */ .woocommerce input.button.loading:after {
/* 615  */     font-family: WooCommerce;
/* 616  */     content: "\e01c";
/* 617  */     vertical-align: top;
/* 618  */     -webkit-font-smoothing: antialiased;
/* 619  */     font-weight: 400;
/* 620  */     position: absolute;
/* 621  */     top: .618em;
/* 622  */     right: 1em;
/* 623  */     -webkit-animation: spin 2s linear infinite;
/* 624  */     -moz-animation: spin 2s linear infinite;
/* 625  */     animation: spin 2s linear infinite
/* 626  */ }
/* 627  */
/* 628  */ .woocommerce #respond input#submit.added:after,
/* 629  */ .woocommerce a.button.added:after,
/* 630  */ .woocommerce button.button.added:after,
/* 631  */ .woocommerce input.button.added:after {
/* 632  */     font-family: WooCommerce;
/* 633  */     content: "\e017";
/* 634  */     margin-left: .53em;
/* 635  */     vertical-align: bottom
/* 636  */ }
/* 637  */
/* 638  */ .woocommerce #respond input#submit:hover,
/* 639  */ .woocommerce a.button:hover,
/* 640  */ .woocommerce button.button:hover,
/* 641  */ .woocommerce input.button:hover {
/* 642  */     text-decoration: none;
/* 643  */     background-image: none;
/* 644  */     color: #fff;
/* 645  */ }
/* 646  */
/* 647  */ .woocommerce #respond input#submit.alt,
/* 648  */ .woocommerce a.button.alt,
/* 649  */ .woocommerce button.button.alt,
/* 650  */ .woocommerce input.button.alt {

/* woocommerce.css */

/* 651  */     color: #fff;
/* 652  */     -webkit-font-smoothing: antialiased
/* 653  */ }
/* 654  */
/* 655  */ .single_add_to_cart_button {
/* 656  */     margin-left: 20px;
/* 657  */ }
/* 658  */
/* 659  */ .woocommerce #respond input#submit.alt:hover,
/* 660  */ .woocommerce a.button.alt:hover,
/* 661  */ .woocommerce button.button.alt:hover,
/* 662  */ .woocommerce input.button.alt:hover {
/* 663  */     color: #fff
/* 664  */ }
/* 665  */
/* 666  */ .woocommerce #respond input#submit.alt.disabled,
/* 667  */ .woocommerce #respond input#submit.alt.disabled:hover,
/* 668  */ .woocommerce #respond input#submit.alt:disabled,
/* 669  */ .woocommerce #respond input#submit.alt:disabled:hover,
/* 670  */ .woocommerce #respond input#submit.alt:disabled[disabled],
/* 671  */ .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
/* 672  */ .woocommerce a.button.alt.disabled,
/* 673  */ .woocommerce a.button.alt.disabled:hover,
/* 674  */ .woocommerce a.button.alt:disabled,
/* 675  */ .woocommerce a.button.alt:disabled:hover,
/* 676  */ .woocommerce a.button.alt:disabled[disabled],
/* 677  */ .woocommerce a.button.alt:disabled[disabled]:hover,
/* 678  */ .woocommerce button.button.alt.disabled,
/* 679  */ .woocommerce button.button.alt.disabled:hover,
/* 680  */ .woocommerce button.button.alt:disabled,
/* 681  */ .woocommerce button.button.alt:disabled:hover,
/* 682  */ .woocommerce button.button.alt:disabled[disabled],
/* 683  */ .woocommerce button.button.alt:disabled[disabled]:hover,
/* 684  */ .woocommerce input.button.alt.disabled,
/* 685  */ .woocommerce input.button.alt.disabled:hover,
/* 686  */ .woocommerce input.button.alt:disabled,
/* 687  */ .woocommerce input.button.alt:disabled:hover,
/* 688  */ .woocommerce input.button.alt:disabled[disabled],
/* 689  */ .woocommerce input.button.alt:disabled[disabled]:hover {
/* 690  */     background-color: #a46497;
/* 691  */     color: #fff
/* 692  */ }
/* 693  */
/* 694  */ .woocommerce #respond input#submit.disabled,
/* 695  */ .woocommerce #respond input#submit:disabled,
/* 696  */ .woocommerce #respond input#submit:disabled[disabled],
/* 697  */ .woocommerce a.button.disabled,
/* 698  */ .woocommerce a.button:disabled,
/* 699  */ .woocommerce a.button:disabled[disabled],
/* 700  */ .woocommerce button.button.disabled,

/* woocommerce.css */

/* 701  */ .woocommerce button.button:disabled,
/* 702  */ .woocommerce button.button:disabled[disabled],
/* 703  */ .woocommerce input.button.disabled,
/* 704  */ .woocommerce input.button:disabled,
/* 705  */ .woocommerce input.button:disabled[disabled] {
/* 706  */     color: inherit;
/* 707  */     cursor: not-allowed;
/* 708  */     opacity: .5;
/* 709  */     padding: .618em 1em;
/* 710  */     color: #fff;
/* 711  */ }
/* 712  */
/* 713  */ .woocommerce #respond input#submit.disabled:hover,
/* 714  */ .woocommerce #respond input#submit:disabled:hover,
/* 715  */ .woocommerce #respond input#submit:disabled[disabled]:hover,
/* 716  */ .woocommerce a.button.disabled:hover,
/* 717  */ .woocommerce a.button:disabled:hover,
/* 718  */ .woocommerce a.button:disabled[disabled]:hover,
/* 719  */ .woocommerce button.button.disabled:hover,
/* 720  */ .woocommerce button.button:disabled:hover,
/* 721  */ .woocommerce button.button:disabled[disabled]:hover,
/* 722  */ .woocommerce input.button.disabled:hover,
/* 723  */ .woocommerce input.button:disabled:hover,
/* 724  */ .woocommerce input.button:disabled[disabled]:hover {
/* 725  */     color: inherit;
/* 726  */     background-color: #ebe9eb
/* 727  */ }
/* 728  */
/* 729  */ .woocommerce .cart .button,
/* 730  */ .woocommerce .cart input.button {
/* 731  */     float: none
/* 732  */ }
/* 733  */
/* 734  */ .woocommerce a.added_to_cart {
/* 735  */     white-space: nowrap;
/* 736  */     display: inline-block;
/* 737  */     text-decoration: underline;
/* 738  */     padding-left: 10px;
/* 739  */ }
/* 740  */ .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child { width: 100%; }
/* 741  */ .woocommerce-product-gallery__wrapper { margin: 0px -8px; }
/* 742  */ .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
/* 743  */     float: left;
/* 744  */     width: 25%;
/* 745  */     padding: 0px 8px 8px 8px;
/* 746  */ }
/* 747  */
/* 748  */ .woocommerce #reviews #comments .add_review:after,
/* 749  */ .woocommerce #reviews #comments .add_review:before,
/* 750  */ .woocommerce #reviews #comments ol.commentlist li .comment-text:after,

/* woocommerce.css */

/* 751  */ .woocommerce #reviews #comments ol.commentlist li .comment-text:before,
/* 752  */ .woocommerce #reviews #comments ol.commentlist:after,
/* 753  */ .woocommerce #reviews #comments ol.commentlist:before {
/* 754  */     content: " ";
/* 755  */     display: table
/* 756  */ }
/* 757  */
/* 758  */ .woocommerce #reviews h2 small {
/* 759  */     float: right;
/* 760  */     color: #777;
/* 761  */     font-size: 15px;
/* 762  */     margin: 10px 0 0
/* 763  */ }
/* 764  */
/* 765  */ .woocommerce #reviews h2 small a {
/* 766  */     text-decoration: none;
/* 767  */     color: #777
/* 768  */ }
/* 769  */
/* 770  */ .woocommerce #reviews h3 {
/* 771  */     margin: 0
/* 772  */ }
/* 773  */
/* 774  */ .woocommerce #reviews #respond {
/* 775  */     margin: 0;
/* 776  */     border: 0;
/* 777  */     padding: 0
/* 778  */ }
/* 779  */
/* 780  */ .woocommerce #reviews #comments h2 {
/* 781  */     clear: none
/* 782  */ }
/* 783  */
/* 784  */ .woocommerce #review_form #respond:after,
/* 785  */ .woocommerce #reviews #comments ol.commentlist li .comment-text:after,
/* 786  */ .woocommerce #reviews #comments ol.commentlist:after,
/* 787  */ .woocommerce .woocommerce-product-rating:after,
/* 788  */ .woocommerce td.product-name dl.variation:after {
/* 789  */     clear: both
/* 790  */ }
/* 791  */
/* 792  */ .woocommerce #reviews #comments ol.commentlist {
/* 793  */     margin: 10px 0px;
/* 794  */     width: 100%;
/* 795  */     background: 0 0;
/* 796  */     list-style: none;
/* 797  */     padding-left: 0px;
/* 798  */ }
/* 799  */
/* 800  */ .woocommerce #reviews #comments ol.commentlist li {

/* woocommerce.css */

/* 801  */     padding: 0;
/* 802  */     margin: 0 0 50px;
/* 803  */     position: relative;
/* 804  */     display: inline-block;
/* 805  */     background: 0;
/* 806  */     border: 0;
/* 807  */     list-style: none;
/* 808  */ }
/* 809  */
/* 810  */ .woocommerce #reviews #comments ol.commentlist li .meta {
/* 811  */     float: left;
/* 812  */ }
/* 813  */
/* 814  */ .woocommerce #reviews #comments ol.commentlist li .meta strong {
/* 815  */     font-size: 16px;
/* 816  */     color: #262626;
/* 817  */ }
/* 818  */
/* 819  */ .woocommerce #reviews #comments ol.commentlist li .meta time {
/* 820  */     font-style: italic;
/* 821  */     font-size: 12px;
/* 822  */     padding: 0 12px 0 0;
/* 823  */ }
/* 824  */
/* 825  */ .woocommerce #reviews #comments .kingdom-study-rating:before,
/* 826  */ .woocommerce #reviews #comments .kingdom-study-rating span:before {
/* 827  */     color: #ffae00;
/* 828  */ }
/* 829  */
/* 830  */ #reviews #comments .description {
/* 831  */     display: inline-block;
/* 832  */     width: 100%;
/* 833  */     color: #6c8391;
/* 834  */     font-size: 16px;
/* 835  */     line-height: 1.5;
/* 836  */     padding: 5px 0 0;
/* 837  */ }
/* 838  */
/* 839  */ .woocommerce-tabs .comment-form {
/* 840  */     display: inline-block;
/* 841  */     width: 100%;
/* 842  */ }
/* 843  */
/* 844  */ .woocommerce-tabs .comment-form form {
/* 845  */     margin: 0px -10px;
/* 846  */     width: 100%;
/* 847  */     padding: 0px 42px 0px 0px;
/* 848  */ }
/* 849  */
/* 850  */ .woocommerce-tabs .comment-form p.comment-form-comment,

/* woocommerce.css */

/* 851  */ .woocommerce-tabs .comment-form p.form-submit,
/* 852  */ .woocommerce-tabs .comment-form p.comment-form-rating {
/* 853  */     width: 100%;
/* 854  */     margin-bottom: 22px;
/* 855  */ }
/* 856  */
/* 857  */ .woocommerce-tabs .comment-respond form,
/* 858  */ .woocommerce-tabs .comment-form p.form-submit {
/* 859  */     padding-top: 20px;
/* 860  */ }
/* 861  */
/* 862  */ .woocommerce-tabs .comment-form p.comment-form-rating {
/* 863  */     line-height: 1;
/* 864  */ }
/* 865  */
/* 866  */ .woocommerce-tabs .comment-form p.comment-form-rating label {
/* 867  */     float: left;
/* 868  */ }
/* 869  */
/* 870  */ .woocommerce-tabs .comment-form p.comment-form-rating p.stars {
/* 871  */     margin: 0px !important;
/* 872  */ }
/* 873  */
/* 874  */ .woocommerce-tabs .comment-form form p {
/* 875  */     list-style-type: none;
/* 876  */     margin-bottom: 19px;
/* 877  */     width: 33.333%;
/* 878  */     float: left;
/* 879  */     padding: 0px 10px;
/* 880  */ }
/* 881  */
/* 882  */ .woocommerce #reviews #comments ol.commentlist li img.avatar {
/* 883  */     float: left;
/* 884  */     width: 65px;
/* 885  */     height: auto;
/* 886  */     margin: 0;
/* 887  */     border-radius: 100%;
/* 888  */ }
/* 889  */
/* 890  */ .woocommerce #reviews #comments ol.commentlist li .comment-text {
/* 891  */     margin: 0 0 0 94px;
/* 892  */ }
/* 893  */
/* 894  */ .woocommerce #reviews #comments ol.commentlist li .comment-text .kingdom-study-rating {
/* 895  */     float: none;
/* 896  */     display: inline-block;
/* 897  */ }
/* 898  */
/* 899  */ .woocommerce #reviews #comments ol.commentlist li .comment-text p {
/* 900  */     margin: 0px 0px 0px 0px;

/* woocommerce.css */

/* 901  */     line-height: 1.5;
/* 902  */     color: #3d4158;
/* 903  */ }
/* 904  */
/* 905  */ .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
/* 906  */     font-size: .83em
/* 907  */ }
/* 908  */
/* 909  */ .woocommerce #reviews #comments ol.commentlist ul.children {
/* 910  */     list-style: none;
/* 911  */     margin: 20px 0 0 50px
/* 912  */ }
/* 913  */
/* 914  */ .woocommerce #reviews #comments ol.commentlist ul.children .kingdom-study-rating {
/* 915  */     display: none
/* 916  */ }
/* 917  */
/* 918  */ .woocommerce #reviews #comments ol.commentlist #respond {
/* 919  */     border: 1px solid #e4e1e3;
/* 920  */     border-radius: 4px;
/* 921  */     padding: 1em 1em 0;
/* 922  */     margin: 20px 0 0 50px
/* 923  */ }
/* 924  */
/* 925  */ .woocommerce #reviews #comments .commentlist>li:before {
/* 926  */     content: ""
/* 927  */ }
/* 928  */ .kingdom-study-shopwrap {
/* 929  */     margin-bottom: 60px;
/* 930  */     float: left;
/* 931  */     width: 100%;
/* 932  */ }
/* 933  */ section.related.products {
/* 934  */     display: inline-block;
/* 935  */     width: 100%;
/* 936  */ }
/* 937  */ .woocommerce .kingdom-study-rating {
/* 938  */     float: left;
/* 939  */     overflow: hidden;
/* 940  */     position: relative;
/* 941  */     height: 1em;
/* 942  */     line-height: 1;
/* 943  */     font-size: 1em;
/* 944  */     width: 8em;
/* 945  */     font-family: star;
/* 946  */     letter-spacing: 5px;
/* 947  */     font-size: 11px;
/* 948  */     margin-top: 9px;
/* 949  */ }
/* 950  */

/* woocommerce.css */

/* 951  */ .woocommerce .kingdom-study-rating:before {
/* 952  */     content: "\73\73\73\73\73";
/* 953  */     float: left;
/* 954  */     top: 0;
/* 955  */     left: 0;
/* 956  */     position: absolute
/* 957  */ }
/* 958  */
/* 959  */ .woocommerce .kingdom-study-rating span {
/* 960  */     overflow: hidden;
/* 961  */     float: left;
/* 962  */     top: 0;
/* 963  */     left: 0;
/* 964  */     position: absolute;
/* 965  */     padding-top: 1.5em
/* 966  */ }
/* 967  */
/* 968  */ .woocommerce .kingdom-study-rating span:before {
/* 969  */     content: "\53\53\53\53\53";
/* 970  */     top: 0;
/* 971  */     position: absolute;
/* 972  */     left: 0
/* 973  */ }
/* 974  */
/* 975  */ .woocommerce .woocommerce-product-rating {
/* 976  */     line-height: 2;
/* 977  */     display: block
/* 978  */ }
/* 979  */
/* 980  */ .woocommerce .woocommerce-product-rating:after,
/* 981  */ .woocommerce .woocommerce-product-rating:before {
/* 982  */     content: " ";
/* 983  */     display: table
/* 984  */ }
/* 985  */
/* 986  */ .woocommerce .woocommerce-product-rating .kingdom-study-rating {
/* 987  */     margin: .8em 4px 0 0;
/* 988  */     float: left
/* 989  */ }
/* 990  */
/* 991  */ .woocommerce .products .kingdom-study-rating {
/* 992  */     display: block;
/* 993  */     margin: 0 0 .5em;
/* 994  */     float: none
/* 995  */ }
/* 996  */
/* 997  */ .woocommerce .hreview-aggregate .kingdom-study-rating {
/* 998  */     margin: 10px 0 0
/* 999  */ }
/* 1000 */

/* woocommerce.css */

/* 1001 */ .woocommerce #review_form #respond {
/* 1002 */     position: static;
/* 1003 */     margin: 0;
/* 1004 */     width: auto;
/* 1005 */     padding: 0;
/* 1006 */     background: 0 0;
/* 1007 */     border: 0
/* 1008 */ }
/* 1009 */
/* 1010 */ .woocommerce #review_form #respond:after,
/* 1011 */ .woocommerce #review_form #respond:before {
/* 1012 */     content: " ";
/* 1013 */     display: table
/* 1014 */ }
/* 1015 */
/* 1016 */ .woocommerce p.stars a:before,
/* 1017 */ .woocommerce p.stars a:hover~a:before {
/* 1018 */     content: "\e021"
/* 1019 */ }
/* 1020 */
/* 1021 */ .woocommerce #review_form #respond p {
/* 1022 */     margin: 0 0 10px;
/* 1023 */ }
/* 1024 */ .woocommerce-tabs .comment-form-rating {
/* 1025 */     float: left;
/* 1026 */     width: 100%;
/* 1027 */ }
/* 1028 */
/* 1029 */ .woocommerce #review_form #respond .form-submit input {
/* 1030 */     left: auto
/* 1031 */ }
/* 1032 */
/* 1033 */ .woocommerce #review_form #respond textarea {
/* 1034 */     box-sizing: border-box;
/* 1035 */     width: 100%
/* 1036 */ }
/* 1037 */
/* 1038 */ .woocommerce p.stars a {
/* 1039 */     position: relative;
/* 1040 */     height: 1em;
/* 1041 */     width: 1em;
/* 1042 */     text-indent: -999em;
/* 1043 */     display: inline-block;
/* 1044 */     text-decoration: none
/* 1045 */ }
/* 1046 */
/* 1047 */ .woocommerce p.stars a:before {
/* 1048 */     display: block;
/* 1049 */     position: absolute;
/* 1050 */     top: 0;

/* woocommerce.css */

/* 1051 */     left: 0;
/* 1052 */     width: 1em;
/* 1053 */     height: 1em;
/* 1054 */     line-height: 1;
/* 1055 */     font-family: WooCommerce;
/* 1056 */     text-indent: 0
/* 1057 */ }
/* 1058 */
/* 1059 */ .woocommerce table.shop_attributes td,
/* 1060 */ .woocommerce table.shop_attributes th {
/* 1061 */     line-height: 1.5;
/* 1062 */     border-bottom: 1px dotted rgba(0, 0, 0, .1);
/* 1063 */     border-top: 0;
/* 1064 */     margin: 0
/* 1065 */ }
/* 1066 */
/* 1067 */ .woocommerce p.stars.selected a.active:before,
/* 1068 */ .woocommerce p.stars:hover a:before {
/* 1069 */     content: "\e020";
/* 1070 */ }
/* 1071 */
/* 1072 */ .woocommerce p.stars.selected a.active~a:before {
/* 1073 */     content: "\e021"
/* 1074 */ }
/* 1075 */
/* 1076 */ .woocommerce p.stars.selected a:not(.active):before {
/* 1077 */     content: "\e020"
/* 1078 */ }
/* 1079 */
/* 1080 */ .woocommerce table.shop_attributes {
/* 1081 */     border: 0;
/* 1082 */     border-top: 1px dotted rgba(0, 0, 0, .1);
/* 1083 */     margin-bottom: 1.618em;
/* 1084 */     width: 100%
/* 1085 */ }
/* 1086 */
/* 1087 */ .woocommerce table.shop_attributes th {
/* 1088 */     width: 150px;
/* 1089 */     font-weight: 700;
/* 1090 */     padding: 8px
/* 1091 */ }
/* 1092 */
/* 1093 */ .woocommerce table.shop_attributes td {
/* 1094 */     font-style: italic;
/* 1095 */     padding: 0
/* 1096 */ }
/* 1097 */
/* 1098 */ .woocommerce table.shop_attributes td p {
/* 1099 */     margin: 0;
/* 1100 */     padding: 8px 0

/* woocommerce.css */

/* 1101 */ }
/* 1102 */
/* 1103 */ .woocommerce table.shop_attributes .alt td,
/* 1104 */ .woocommerce table.shop_attributes .alt th {
/* 1105 */     background: rgba(0, 0, 0, .025)
/* 1106 */ }
/* 1107 */ .woocommerce table.shop_table.shop_table_responsive {
/* 1108 */     border: 1px solid #eee;
/* 1109 */ }
/* 1110 */ .woocommerce table.shop_table {
/* 1111 */     border: 1px solid rgba(0, 0, 0, .1);
/* 1112 */     margin: 0 -1px 24px 0;
/* 1113 */     text-align: left;
/* 1114 */     width: 100%;
/* 1115 */     border-collapse: separate;
/* 1116 */ }
/* 1117 */ .woocommerce table.shop_table thead tr th,
/* 1118 */ .woocommerce table.shop_table tr td,
/* 1119 */ .woocommerce table.shop_table.shop_table_responsive tr th,
/* 1120 */ .woocommerce table.shop_table.shop_table_responsive tr td {
/* 1121 */     border-color: #eee;
/* 1122 */ }
/* 1123 */ .woocommerce table.shop_table strong { color: #333; }
/* 1124 */
/* 1125 */ .woocommerce table.shop_table th {
/* 1126 */     font-weight: 400;
/* 1127 */     padding: 9px 12px;
/* 1128 */     border-color: #eee;
/* 1129 */ }
/* 1130 */ .woocommerce table.shop_table tr td input.input-text.qty {
/* 1131 */     background-color: #fff;
/* 1132 */     border: 1px solid #eee;
/* 1133 */ }
/* 1134 */
/* 1135 */ .woocommerce table.shop_table td {
/* 1136 */     border-top: 1px solid rgba(0, 0, 0, .1);
/* 1137 */     padding: 6px 12px;
/* 1138 */     vertical-align: middle
/* 1139 */ }
/* 1140 */
/* 1141 */ .woocommerce table.shop_table td small {
/* 1142 */     font-weight: 400
/* 1143 */ }
/* 1144 */
/* 1145 */ .woocommerce table.shop_table tbody:first-child tr:first-child td,
/* 1146 */ .woocommerce table.shop_table tbody:first-child tr:first-child th {
/* 1147 */     border-top: 0
/* 1148 */ }
/* 1149 */
/* 1150 */ .woocommerce table.shop_table tbody th,

/* woocommerce.css */

/* 1151 */ .woocommerce table.shop_table tfoot td,
/* 1152 */ .woocommerce table.shop_table tfoot th {
/* 1153 */     font-weight: 700;
/* 1154 */     border-top: 1px solid #eee
/* 1155 */ }
/* 1156 */
/* 1157 */ .woocommerce table.my_account_orders {
/* 1158 */     font-size: .85em
/* 1159 */ }
/* 1160 */
/* 1161 */ .woocommerce table.my_account_orders td,
/* 1162 */ .woocommerce table.my_account_orders th {
/* 1163 */     padding: 4px 8px;
/* 1164 */     vertical-align: middle
/* 1165 */ }
/* 1166 */
/* 1167 */ .woocommerce table.my_account_orders .button {
/* 1168 */     white-space: nowrap
/* 1169 */ }
/* 1170 */
/* 1171 */ .woocommerce table.my_account_orders .order-actions {
/* 1172 */     text-align: right
/* 1173 */ }
/* 1174 */
/* 1175 */ .woocommerce table.my_account_orders .order-actions .button {
/* 1176 */     margin: .125em 0 .125em .25em
/* 1177 */ }
/* 1178 */
/* 1179 */ .woocommerce td.product-name dl.variation {
/* 1180 */     margin: .25em 0
/* 1181 */ }
/* 1182 */
/* 1183 */ .woocommerce td.product-name dl.variation:after,
/* 1184 */ .woocommerce td.product-name dl.variation:before {
/* 1185 */     content: " ";
/* 1186 */     display: table
/* 1187 */ }
/* 1188 */
/* 1189 */ .woocommerce td.product-name dl.variation dd,
/* 1190 */ .woocommerce td.product-name dl.variation dt {
/* 1191 */     display: inline-block;
/* 1192 */     float: left;
/* 1193 */     margin-bottom: 1em
/* 1194 */ }
/* 1195 */
/* 1196 */ .woocommerce td.product-name dl.variation dt {
/* 1197 */     font-weight: 700;
/* 1198 */     padding: 0 0 .25em;
/* 1199 */     margin: 0 4px 0 0;
/* 1200 */     clear: left

/* woocommerce.css */

/* 1201 */ }
/* 1202 */
/* 1203 */ .woocommerce ul.cart_list li dl:after,
/* 1204 */ .woocommerce ul.cart_list li:after,
/* 1205 */ .woocommerce ul.product_list_widget li dl:after,
/* 1206 */ .woocommerce ul.product_list_widget li:after {
/* 1207 */     clear: both
/* 1208 */ }
/* 1209 */
/* 1210 */ .woocommerce td.product-name dl.variation dd {
/* 1211 */     padding: 0 0 .25em
/* 1212 */ }
/* 1213 */
/* 1214 */ .woocommerce td.product-name dl.variation dd p:last-child {
/* 1215 */     margin-bottom: 0
/* 1216 */ }
/* 1217 */
/* 1218 */ .woocommerce td.product-name p.backorder_notification {
/* 1219 */     font-size: .83em
/* 1220 */ }
/* 1221 */
/* 1222 */ .woocommerce td.product-quantity {
/* 1223 */     min-width: 80px
/* 1224 */ }
/* 1225 */
/* 1226 */ .woocommerce ul.cart_list,
/* 1227 */ .woocommerce ul.product_list_widget {
/* 1228 */     list-style: none;
/* 1229 */     padding: 0;
/* 1230 */     margin: 0
/* 1231 */ }
/* 1232 */
/* 1233 */ .woocommerce ul.cart_list li,
/* 1234 */ .woocommerce ul.product_list_widget li {
/* 1235 */     padding: 4px 0px 10px 0px;
/* 1236 */     margin: 0;
/* 1237 */     list-style: none;
/* 1238 */ }
/* 1239 */ .widget .star-rating span:before {
/* 1240 */     color: #ffaf00;
/* 1241 */ }
/* 1242 */ .widget .star-rating:before { color: #999; }
/* 1243 */
/* 1244 */ .woocommerce aside .widget ul li {
/* 1245 */     padding: 15px 0px;
/* 1246 */     display: inline-block;
/* 1247 */     width: 100%;
/* 1248 */     border-bottom: 1px solid #f3f3f3;
/* 1249 */ }
/* 1250 */

/* woocommerce.css */

/* 1251 */ .woocommerce aside .widget ul li:last-child {
/* 1252 */     padding-bottom: 0px;
/* 1253 */     border-bottom: none;
/* 1254 */ }
/* 1255 */
/* 1256 */
/* 1257 */ /* Widget Pages */
/* 1258 */
/* 1259 */ .woocommerce.widget_product_categories > ul,
/* 1260 */ .woocommerce.widget_product_categories > ul > li {
/* 1261 */     float: left;
/* 1262 */     width: 100%;
/* 1263 */ }
/* 1264 */
/* 1265 */ .woocommerce.widget_product_categories > ul > li {
/* 1266 */     list-style: none;
/* 1267 */     padding: 11px 0px 11px 0px;
/* 1268 */     border-top: 1px solid #eee;
/* 1269 */ }
/* 1270 */
/* 1271 */ .woocommerce.widget_product_categories > ul > li:first-child {
/* 1272 */     padding-top: 0px;
/* 1273 */ }
/* 1274 */
/* 1275 */ .woocommerce.widget_product_categories > ul {
/* 1276 */     padding: 0px;
/* 1277 */ }
/* 1278 */
/* 1279 */ .woocommerce.widget_product_categories > ul > li:first-child {
/* 1280 */     border: none;
/* 1281 */ }
/* 1282 */
/* 1283 */ .woocommerce.widget_product_categories > ul > li > a {
/* 1284 */     float: left;
/* 1285 */     color: #333;
/* 1286 */     font-size: 18px;
/* 1287 */     -webkit-transition: .25s ease-in-out;
/* 1288 */     -moz-transition: .25s ease-in-out;
/* 1289 */     -ms-transition: .25s ease-in-out;
/* 1290 */     -o-transition: .25s ease-in-out;
/* 1291 */     transition: .25s ease-in-out;
/* 1292 */ }
/* 1293 */
/* 1294 */ .woocommerce.widget_product_categories ul ul {
/* 1295 */     padding: 10px 0px 0px 10px;
/* 1296 */     float: left;
/* 1297 */     width: 100%;
/* 1298 */     margin: 0px;
/* 1299 */ }
/* 1300 */

/* woocommerce.css */

/* 1301 */ .woocommerce.widget_product_categories ul ul > li {
/* 1302 */     float: left;
/* 1303 */     width: 100%;
/* 1304 */     list-style: none;
/* 1305 */     padding: 0px 0px 8px 0px;
/* 1306 */     border-bottom: none;
/* 1307 */ }
/* 1308 */
/* 1309 */ .woocommerce.widget_product_categories ul ul > li a:hover {
/* 1310 */     color: #6c8391;
/* 1311 */     -webkit-transition: .25s ease-in-out;
/* 1312 */     -moz-transition: .25s ease-in-out;
/* 1313 */     -ms-transition: .25s ease-in-out;
/* 1314 */     -o-transition: .25s ease-in-out;
/* 1315 */     transition: .25s ease-in-out;
/* 1316 */ }
/* 1317 */
/* 1318 */ .woocommerce.widget_product_categories ul ul > li > a:before {
/* 1319 */     position: absolute;
/* 1320 */     top: 0px;
/* 1321 */     right: -16px;
/* 1322 */     content: "\f105";
/* 1323 */     opacity: 0;
/* 1324 */     font-family: fontawesome;
/* 1325 */     -webkit-transition: .25s ease-in-out;
/* 1326 */     -moz-transition: .25s ease-in-out;
/* 1327 */     -ms-transition: .25s ease-in-out;
/* 1328 */     -o-transition: .25s ease-in-out;
/* 1329 */     transition: .25s ease-in-out;
/* 1330 */ }
/* 1331 */
/* 1332 */ .woocommerce.widget_product_categories ul ul > li:hover > a:before {
/* 1333 */     opacity: 1;
/* 1334 */ }
/* 1335 */ .woocommerce.widget_product_categories ul > li > span { float: right; }
/* 1336 */ .woocommerce.widget_product_categories ul ul > li > a {
/* 1337 */     float: left;
/* 1338 */     font-size: 15px;
/* 1339 */     position: relative;
/* 1340 */     padding: 0px;
/* 1341 */     -webkit-transition: .25s ease-in-out;
/* 1342 */     -moz-transition: .25s ease-in-out;
/* 1343 */     -ms-transition: .25s ease-in-out;
/* 1344 */     -o-transition: .25s ease-in-out;
/* 1345 */     transition: .25s ease-in-out;
/* 1346 */ }
/* 1347 */
/* 1348 */
/* 1349 */ /**/
/* 1350 */

/* woocommerce.css */

/* 1351 */ .widget_top_rated_products .kingdom-study-rating {
/* 1352 */     margin: 5px 0px;
/* 1353 */ }
/* 1354 */
/* 1355 */ .widget_product_tag_cloud a {
/* 1356 */     font-size: 15px !important;
/* 1357 */ }
/* 1358 */ .kingdom-study-shop-text .woocommerce-product-details__short-description p { margin-bottom: 25px; }
/* 1359 */
/* 1360 */ .widget_product_tag_cloud a {
/* 1361 */     background-color: #f6f6f6;
/* 1362 */     border-radius: 25px;
/* 1363 */     color: #6c8391;
/* 1364 */     float: left;
/* 1365 */     font-size: 15px;
/* 1366 */     margin: 0px 10px 13px 0px;
/* 1367 */     padding: 2px 16px 4px;
/* 1368 */     -webkit-transition: .5s ease-in-out;
/* 1369 */     -moz-transition: .5s ease-in-out;
/* 1370 */     -ms-transition: .5s ease-in-out;
/* 1371 */     -o-transition: .5s ease-in-out;
/* 1372 */     transition: .5s ease-in-out;
/* 1373 */ }
/* 1374 */
/* 1375 */ .product_meta span a {
/* 1376 */     color: #6c8391;
/* 1377 */     display: inline-block;
/* 1378 */     font-size: 15px;
/* 1379 */     margin: 0px 0px 0px 10px;
/* 1380 */     -webkit-transition: .5s ease-in-out;
/* 1381 */     -moz-transition: .5s ease-in-out;
/* 1382 */     -ms-transition: .5s ease-in-out;
/* 1383 */     -o-transition: .5s ease-in-out;
/* 1384 */     transition: .5s ease-in-out;
/* 1385 */ }
/* 1386 */
/* 1387 */
/* 1388 */ /* Price Filter */
/* 1389 */
/* 1390 */ .widget_price_filter form {
/* 1391 */     display: inline-block;
/* 1392 */     width: 100%;
/* 1393 */ }
/* 1394 */
/* 1395 */ .woocommerce .widget_price_filter .price_slider_amount .button {
/* 1396 */     float: left;
/* 1397 */     font-size: 15px;
/* 1398 */     background-color: #f3f3f3;
/* 1399 */     padding: 9px 29px 10px 29px;
/* 1400 */     border-radius: 40px;

/* woocommerce.css */

/* 1401 */     color: #999;
/* 1402 */     line-height: 1;
/* 1403 */     -webkit-transition: .5s ease-in-out;
/* 1404 */     -moz-transition: .5s ease-in-out;
/* 1405 */     -ms-transition: .5s ease-in-out;
/* 1406 */     -o-transition: .5s ease-in-out;
/* 1407 */     transition: .5s ease-in-out;
/* 1408 */ }
/* 1409 */
/* 1410 */ .woocommerce .widget_price_filter .price_slider_amount .button:hover {
/* 1411 */     color: #ffffff;
/* 1412 */ }
/* 1413 */
/* 1414 */ .woocommerce .widget_price_filter .price_label {
/* 1415 */     font-size: 15px;
/* 1416 */     color: #6c8391;
/* 1417 */ }
/* 1418 */
/* 1419 */ .widget_product_search form {
/* 1420 */     width: 100%;
/* 1421 */     position: relative;
/* 1422 */     float: left;
/* 1423 */ }
/* 1424 */
/* 1425 */ .widget_product_search form input[type="search"] {
/* 1426 */     height: 43px;
/* 1427 */     width: 100%;
/* 1428 */     color: #6c8391;
/* 1429 */     font-size: 15px;
/* 1430 */     float: left;
/* 1431 */     padding: 4px 20px;
/* 1432 */     font-size: 15px;
/* 1433 */     background-color: #f3f3f3;
/* 1434 */ }
/* 1435 */
/* 1436 */ .widget_product_search form input[type="submit"] {
/* 1437 */     position: absolute;
/* 1438 */     bottom: 0px;
/* 1439 */     right: 0px;
/* 1440 */     height: 43px;
/* 1441 */     border: none;
/* 1442 */     z-index: 2;
/* 1443 */     color: #fff;
/* 1444 */     padding: 0px 20px;
/* 1445 */ }
/* 1446 */
/* 1447 */ .woocommerce ul.cart_list li:after,
/* 1448 */ .woocommerce ul.cart_list li:before,
/* 1449 */ .woocommerce ul.product_list_widget li:after,
/* 1450 */ .woocommerce ul.product_list_widget li:before {

/* woocommerce.css */

/* 1451 */     content: " ";
/* 1452 */     display: table
/* 1453 */ }
/* 1454 */
/* 1455 */ .woocommerce ul.cart_list li a,
/* 1456 */ .woocommerce ul.product_list_widget li a {
/* 1457 */     display: block;
/* 1458 */     font-weight: 700
/* 1459 */ }
/* 1460 */
/* 1461 */ .woocommerce ul.cart_list li img,
/* 1462 */ .woocommerce ul.product_list_widget li img {
/* 1463 */     float: right;
/* 1464 */     margin-left: 4px;
/* 1465 */     width: 70px;
/* 1466 */     height: auto;
/* 1467 */     box-shadow: none
/* 1468 */ }
/* 1469 */
/* 1470 */ .woocommerce ul.cart_list li dl,
/* 1471 */ .woocommerce ul.product_list_widget li dl {
/* 1472 */     margin: 0;
/* 1473 */     padding-left: 1em;
/* 1474 */     border-left: 2px solid rgba(0, 0, 0, .1)
/* 1475 */ }
/* 1476 */
/* 1477 */ .woocommerce ul.cart_list li dl:after,
/* 1478 */ .woocommerce ul.cart_list li dl:before,
/* 1479 */ .woocommerce ul.product_list_widget li dl:after,
/* 1480 */ .woocommerce ul.product_list_widget li dl:before {
/* 1481 */     content: " ";
/* 1482 */     display: table
/* 1483 */ }
/* 1484 */
/* 1485 */ .woocommerce ul.cart_list li dl dd,
/* 1486 */ .woocommerce ul.cart_list li dl dt,
/* 1487 */ .woocommerce ul.product_list_widget li dl dd,
/* 1488 */ .woocommerce ul.product_list_widget li dl dt {
/* 1489 */     display: inline-block;
/* 1490 */     float: left;
/* 1491 */     margin-bottom: 1em
/* 1492 */ }
/* 1493 */
/* 1494 */ .woocommerce ul.cart_list li dl dt,
/* 1495 */ .woocommerce ul.product_list_widget li dl dt {
/* 1496 */     font-weight: 700;
/* 1497 */     padding: 0 0 .25em;
/* 1498 */     margin: 0 4px 0 0;
/* 1499 */     clear: left
/* 1500 */ }

/* woocommerce.css */

/* 1501 */
/* 1502 */ #add_payment_method .wc-proceed-to-checkout:after,
/* 1503 */ .woocommerce .order_details:after,
/* 1504 */ .woocommerce .widget_layered_nav ul li:after,
/* 1505 */ .woocommerce .widget_rating_filter ul li:after,
/* 1506 */ .woocommerce .widget_shopping_cart .buttons:after,
/* 1507 */ .woocommerce-account .addresses .title:after,
/* 1508 */ .woocommerce-account .woocommerce:after,
/* 1509 */ .woocommerce-cart .wc-proceed-to-checkout:after,
/* 1510 */ .woocommerce-checkout .wc-proceed-to-checkout:after,
/* 1511 */ .woocommerce-error:after,
/* 1512 */ .woocommerce-info:after,
/* 1513 */ .woocommerce-message:after,
/* 1514 */ .woocommerce.widget_shopping_cart .buttons:after {
/* 1515 */     clear: both
/* 1516 */ }
/* 1517 */
/* 1518 */ .woocommerce ul.cart_list li dl dd,
/* 1519 */ .woocommerce ul.product_list_widget li dl dd {
/* 1520 */     padding: 0 0 .25em
/* 1521 */ }
/* 1522 */
/* 1523 */ .woocommerce ul.cart_list li dl dd p:last-child,
/* 1524 */ .woocommerce ul.product_list_widget li dl dd p:last-child {
/* 1525 */     margin-bottom: 0
/* 1526 */ }
/* 1527 */
/* 1528 */ .woocommerce ul.cart_list li .kingdom-study-rating,
/* 1529 */ .woocommerce ul.product_list_widget li .kingdom-study-rating {
/* 1530 */     float: none
/* 1531 */ }
/* 1532 */
/* 1533 */ .woocommerce .widget_shopping_cart .total,
/* 1534 */ .woocommerce.widget_shopping_cart .total {
/* 1535 */     border-top: 1px solid #f3f3f3;
/* 1536 */     padding: 10px 0 0;
/* 1537 */     margin-top: 15px;
/* 1538 */ }
/* 1539 */
/* 1540 */ .widget .buttons a {
/* 1541 */     display: inline-block;
/* 1542 */     padding: 10px 22px;
/* 1543 */     font-size: 12px;
/* 1544 */     margin-right: 10px;
/* 1545 */     color: #ffffff;
/* 1546 */     border-radius: 40px;
/* 1547 */     line-height: 1;
/* 1548 */     -webkit-transition: all 0.4s ease-in-out;
/* 1549 */     -moz-transition: all 0.4s ease-in-out;
/* 1550 */     -ms-transition: all 0.4s ease-in-out;

/* woocommerce.css */

/* 1551 */     -o-transition: all 0.4s ease-in-out;
/* 1552 */     transition: all 0.4s ease-in-out;
/* 1553 */ }
/* 1554 */
/* 1555 */ .woocommerce .widget_shopping_cart .total strong,
/* 1556 */ .woocommerce.widget_shopping_cart .total strong {
/* 1557 */     min-width: 40px;
/* 1558 */     display: inline-block
/* 1559 */ }
/* 1560 */
/* 1561 */ .woocommerce .widget_shopping_cart .cart_list li,
/* 1562 */ .woocommerce.widget_shopping_cart .cart_list li {
/* 1563 */     padding-left: 2em;
/* 1564 */     position: relative;
/* 1565 */     padding-top: 0;
/* 1566 */     display: inline-block;
/* 1567 */     width: 100%;
/* 1568 */ }
/* 1569 */
/* 1570 */ .woocommerce .widget_shopping_cart .cart_list li a.remove,
/* 1571 */ .woocommerce.widget_shopping_cart .cart_list li a.remove {
/* 1572 */     position: absolute;
/* 1573 */     top: 0;
/* 1574 */     left: 0
/* 1575 */ }
/* 1576 */
/* 1577 */ .woocommerce .widget_shopping_cart .buttons:after,
/* 1578 */ .woocommerce .widget_shopping_cart .buttons:before,
/* 1579 */ .woocommerce.widget_shopping_cart .buttons:after,
/* 1580 */ .woocommerce.widget_shopping_cart .buttons:before {
/* 1581 */     content: " ";
/* 1582 */     display: table
/* 1583 */ }
/* 1584 */ .woocommerce form .form-row {
/* 1585 */     padding: 4px;
/* 1586 */     margin: 0 0 6px;
/* 1587 */     display: inline-block;
/* 1588 */     width: 50%;
/* 1589 */ }
/* 1590 */
/* 1591 */ .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
/* 1592 */     -webkit-transition: opacity .5s .5s ease;
/* 1593 */     -moz-transition: opacity .5s .5s ease;
/* 1594 */     transition: opacity .5s .5s ease;
/* 1595 */     opacity: 0
/* 1596 */ }
/* 1597 */
/* 1598 */ .woocommerce form .form-row label {
/* 1599 */     line-height: 2;
/* 1600 */     color: #333;

/* woocommerce.css */

/* 1601 */     text-transform: capitalize;
/* 1602 */ }
/* 1603 */
/* 1604 */ .woocommerce form .form-row label.hidden {
/* 1605 */     visibility: hidden
/* 1606 */ }
/* 1607 */
/* 1608 */ .woocommerce form .form-row label.inline {
/* 1609 */     display: inline
/* 1610 */ }
/* 1611 */
/* 1612 */ .woocommerce form .form-row select {
/* 1613 */     cursor: pointer;
/* 1614 */     margin: 0
/* 1615 */ }
/* 1616 */
/* 1617 */ .woocommerce form .form-row .required {
/* 1618 */     color: red;
/* 1619 */     font-weight: 700;
/* 1620 */     border: 0
/* 1621 */ }
/* 1622 */
/* 1623 */ .woocommerce form .form-row .input-checkbox {
/* 1624 */     display: inline;
/* 1625 */     margin: -2px 8px 0 0;
/* 1626 */     text-align: center;
/* 1627 */     vertical-align: middle
/* 1628 */ }
/* 1629 */
/* 1630 */ .woocommerce form .form-row input.input-text,
/* 1631 */ .woocommerce form .form-row textarea {
/* 1632 */     box-sizing: border-box;
/* 1633 */     width: 100%;
/* 1634 */     margin: 0;
/* 1635 */     outline: 0;
/* 1636 */     line-height: 1;
/* 1637 */     height: 40px;
/* 1638 */     padding: 6px 15px;
/* 1639 */     background-color: #fff;
/* 1640 */     border: 1px solid #eee;
/* 1641 */ }
/* 1642 */
/* 1643 */ .woocommerce-billing-fields h3,
/* 1644 */ .woocommerce-checkout h3,
/* 1645 */ .woocommerce form .woocommerce-shipping-fields .form-row {
/* 1646 */     display: inline-block;
/* 1647 */     width: 100%;
/* 1648 */ }
/* 1649 */
/* 1650 */ .woocommerce form .form-row textarea {

/* woocommerce.css */

/* 1651 */     height: 12em;
/* 1652 */     line-height: 1.5;
/* 1653 */     display: block;
/* 1654 */     -moz-box-shadow: none;
/* 1655 */     -webkit-box-shadow: none;
/* 1656 */     box-shadow: none
/* 1657 */ }
/* 1658 */
/* 1659 */ .woocommerce form .form-row .select2-container {
/* 1660 */     width: 100%;
/* 1661 */     line-height: 2em
/* 1662 */ }
/* 1663 */
/* 1664 */ .woocommerce form .form-row.woocommerce-invalid label {
/* 1665 */     color: #333
/* 1666 */ }
/* 1667 */
/* 1668 */ .woocommerce form .form-row.woocommerce-invalid .select2-container,
/* 1669 */ .woocommerce form .form-row.woocommerce-invalid input.input-text,
/* 1670 */ .woocommerce form .form-row.woocommerce-invalid select {
/* 1671 */     border-color: #a00
/* 1672 */ }
/* 1673 */
/* 1674 */ .woocommerce form .form-row.woocommerce-validated .select2-container,
/* 1675 */ .woocommerce form .form-row.woocommerce-validated input.input-text,
/* 1676 */ .woocommerce form .form-row.woocommerce-validated select {
/* 1677 */     border-color: #69bf29
/* 1678 */ }
/* 1679 */ .select2-container .select2-choice {
/* 1680 */     background-color: #141414;
/* 1681 */     padding: 4px 0px 4px 12px;
/* 1682 */     border-color: #222;
/* 1683 */ }
/* 1684 */ .select2-container-active .select2-choice, .select2-container-active .select2-choices { border-color: #222; }
/* 1685 */ .select2-dropdown-open .select2-choice { box-shadow: 0 1px 0 #222 inset; }
/* 1686 */
/* 1687 */ .woocommerce form .form-row::-webkit-input-placeholder {
/* 1688 */     line-height: normal
/* 1689 */ }
/* 1690 */
/* 1691 */ .woocommerce form .form-row:-moz-placeholder {
/* 1692 */     line-height: normal
/* 1693 */ }
/* 1694 */
/* 1695 */ .woocommerce form .form-row:-ms-input-placeholder {
/* 1696 */     line-height: normal
/* 1697 */ }
/* 1698 */
/* 1699 */ .woocommerce form.checkout_coupon,
/* 1700 */ .woocommerce form.login,

/* woocommerce.css */

/* 1701 */ .woocommerce form.register {
/* 1702 */     display: inline-block;
/* 1703 */     border: 1px solid #eee;
/* 1704 */     padding: 20px;
/* 1705 */     margin: 2em 0;
/* 1706 */     text-align: left;
/* 1707 */     width: 100%;
/* 1708 */ }
/* 1709 */
/* 1710 */ .woocommerce .login .form-row .inline {
/* 1711 */     display: block;
/* 1712 */ }
/* 1713 */
/* 1714 */ .woocommerce .login .form-row .inline input {
/* 1715 */     margin-top: 10px;
/* 1716 */ }
/* 1717 */
/* 1718 */ .woocommerce ul#shipping_method {
/* 1719 */     list-style: none;
/* 1720 */     margin: 0;
/* 1721 */     padding: 0
/* 1722 */ }
/* 1723 */
/* 1724 */ .woocommerce ul#shipping_method li {
/* 1725 */     margin: 0;
/* 1726 */     padding: .25em 0 .25em 22px;
/* 1727 */     text-indent: -22px;
/* 1728 */     list-style: none
/* 1729 */ }
/* 1730 */
/* 1731 */ .woocommerce ul#shipping_method li input {
/* 1732 */     margin: 3px .5ex
/* 1733 */ }
/* 1734 */
/* 1735 */ .woocommerce ul#shipping_method li label {
/* 1736 */     display: inline
/* 1737 */ }
/* 1738 */
/* 1739 */ .woocommerce ul#shipping_method .amount {
/* 1740 */     font-weight: 700
/* 1741 */ }
/* 1742 */
/* 1743 */ .woocommerce p.woocommerce-shipping-contents {
/* 1744 */     margin: 0
/* 1745 */ }
/* 1746 */
/* 1747 */ .woocommerce .order_details {
/* 1748 */     margin: 0 0 1.5em;
/* 1749 */     list-style: none
/* 1750 */ }

/* woocommerce.css */

/* 1751 */
/* 1752 */ .woocommerce .order_details:after,
/* 1753 */ .woocommerce .order_details:before {
/* 1754 */     content: " ";
/* 1755 */     display: table
/* 1756 */ }
/* 1757 */
/* 1758 */ .woocommerce .order_details li {
/* 1759 */     float: left;
/* 1760 */     margin-right: 2em;
/* 1761 */     text-transform: uppercase;
/* 1762 */     font-size: .715em;
/* 1763 */     line-height: 1;
/* 1764 */     border-right: 1px dashed #d3ced2;
/* 1765 */     padding-right: 2em;
/* 1766 */     margin-left: 0;
/* 1767 */     padding-left: 0;
/* 1768 */     list-style-type: none
/* 1769 */ }
/* 1770 */
/* 1771 */ .woocommerce .order_details li strong {
/* 1772 */     display: block;
/* 1773 */     font-size: 1.4em;
/* 1774 */     text-transform: none;
/* 1775 */     line-height: 1.5
/* 1776 */ }
/* 1777 */
/* 1778 */ .woocommerce .order_details li:last-of-type {
/* 1779 */     border: none
/* 1780 */ }
/* 1781 */
/* 1782 */ .woocommerce .widget_layered_nav ul {
/* 1783 */     margin: 0;
/* 1784 */     padding: 0;
/* 1785 */     border: 0;
/* 1786 */     list-style: none
/* 1787 */ }
/* 1788 */
/* 1789 */ .woocommerce .widget_layered_nav ul li {
/* 1790 */     padding: 0 0 1px;
/* 1791 */     list-style: none
/* 1792 */ }
/* 1793 */
/* 1794 */ .woocommerce .widget_layered_nav ul li:after,
/* 1795 */ .woocommerce .widget_layered_nav ul li:before {
/* 1796 */     content: " ";
/* 1797 */     display: table
/* 1798 */ }
/* 1799 */
/* 1800 */ .woocommerce .widget_layered_nav ul li.chosen a:before,

/* woocommerce.css */

/* 1801 */ .woocommerce .widget_layered_nav_filters ul li a:before {
/* 1802 */     line-height: 1;
/* 1803 */     content: "î€“";
/* 1804 */     font-family: WooCommerce;
/* 1805 */     font-weight: 400;
/* 1806 */     color: #a00;
/* 1807 */     speak: none;
/* 1808 */     font-variant: normal;
/* 1809 */     text-transform: none;
/* 1810 */     -webkit-font-smoothing: antialiased;
/* 1811 */     text-decoration: none
/* 1812 */ }
/* 1813 */
/* 1814 */ .woocommerce .widget_layered_nav ul li a,
/* 1815 */ .woocommerce .widget_layered_nav ul li span {
/* 1816 */     padding: 1px 0
/* 1817 */ }
/* 1818 */
/* 1819 */ .woocommerce .widget_layered_nav ul li.chosen a:before {
/* 1820 */     margin-right: .618em
/* 1821 */ }
/* 1822 */
/* 1823 */ .woocommerce .widget_layered_nav_filters ul {
/* 1824 */     margin: 0;
/* 1825 */     padding: 0;
/* 1826 */     border: 0;
/* 1827 */     list-style: none;
/* 1828 */     overflow: hidden;
/* 1829 */     zoom: 1
/* 1830 */ }
/* 1831 */
/* 1832 */ .woocommerce .widget_layered_nav_filters ul li {
/* 1833 */     float: left;
/* 1834 */     padding: 0 1px 1px 0;
/* 1835 */     list-style: none
/* 1836 */ }
/* 1837 */
/* 1838 */ .woocommerce .widget_layered_nav_filters ul li a {
/* 1839 */     text-decoration: none
/* 1840 */ }
/* 1841 */
/* 1842 */ .woocommerce .widget_layered_nav_filters ul li a:before {
/* 1843 */     margin-right: .618em
/* 1844 */ }
/* 1845 */
/* 1846 */ .woocommerce .widget_price_filter .price_slider {
/* 1847 */     margin-bottom: 1em
/* 1848 */ }
/* 1849 */
/* 1850 */ .woocommerce .widget_price_filter .price_slider_amount {

/* woocommerce.css */

/* 1851 */     text-align: right;
/* 1852 */     line-height: 2.4;
/* 1853 */     font-size: .8751em
/* 1854 */ }
/* 1855 */
/* 1856 */ .woocommerce .widget_price_filter .ui-slider {
/* 1857 */     position: relative;
/* 1858 */     text-align: left;
/* 1859 */     margin-left: .5em;
/* 1860 */     margin-right: .5em
/* 1861 */ }
/* 1862 */
/* 1863 */ .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
/* 1864 */     position: absolute;
/* 1865 */     z-index: 2;
/* 1866 */     width: 20px;
/* 1867 */     height: 20px;
/* 1868 */     background-color: #a46497;
/* 1869 */     border-radius: 1em;
/* 1870 */     cursor: ew-resize;
/* 1871 */     outline: 0;
/* 1872 */     top: -.3em;
/* 1873 */     margin-left: -.5em
/* 1874 */ }
/* 1875 */
/* 1876 */ .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
/* 1877 */     position: absolute;
/* 1878 */     z-index: 1;
/* 1879 */     font-size: .7em;
/* 1880 */     display: block;
/* 1881 */     border: 0;
/* 1882 */     border-radius: 1em;
/* 1883 */     background-color: #e9e9e9;
/* 1884 */ }
/* 1885 */
/* 1886 */ .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
/* 1887 */     border-radius: 1em;
/* 1888 */     background-color: #f6f6f6;
/* 1889 */     border: 0
/* 1890 */ }
/* 1891 */
/* 1892 */ .woocommerce .widget_price_filter .ui-slider-horizontal {
/* 1893 */     height: .5em
/* 1894 */ }
/* 1895 */
/* 1896 */ .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
/* 1897 */     top: 0;
/* 1898 */     height: 100%
/* 1899 */ }
/* 1900 */

/* woocommerce.css */

/* 1901 */ .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
/* 1902 */     left: -1px
/* 1903 */ }
/* 1904 */
/* 1905 */ .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
/* 1906 */     right: -1px
/* 1907 */ }
/* 1908 */
/* 1909 */ .woocommerce .widget_rating_filter ul {
/* 1910 */     margin: 0;
/* 1911 */     padding: 0;
/* 1912 */     border: 0;
/* 1913 */     list-style: none
/* 1914 */ }
/* 1915 */
/* 1916 */ .woocommerce .widget_rating_filter ul li {
/* 1917 */     padding: 0 0 1px;
/* 1918 */     list-style: none
/* 1919 */ }
/* 1920 */
/* 1921 */ .woocommerce .widget_rating_filter ul li:after,
/* 1922 */ .woocommerce .widget_rating_filter ul li:before {
/* 1923 */     content: " ";
/* 1924 */     display: table
/* 1925 */ }
/* 1926 */
/* 1927 */ .woocommerce .widget_rating_filter ul li a {
/* 1928 */     padding: 1px 0;
/* 1929 */     text-decoration: none;
/* 1930 */     display: inline-block;
/* 1931 */     width: 100%;
/* 1932 */     text-align: right;
/* 1933 */ }
/* 1934 */
/* 1935 */ .woocommerce .widget_rating_filter ul li .kingdom-study-rating {
/* 1936 */     float: left;
/* 1937 */     margin: 8px 0px 0px 0px;
/* 1938 */ }
/* 1939 */
/* 1940 */ .woocommerce .widget_rating_filter ul li.chosen a:before {
/* 1941 */     font-family: WooCommerce;
/* 1942 */     speak: none;
/* 1943 */     font-weight: 400;
/* 1944 */     font-variant: normal;
/* 1945 */     text-transform: none;
/* 1946 */     line-height: 1;
/* 1947 */     -webkit-font-smoothing: antialiased;
/* 1948 */     margin-right: .618em;
/* 1949 */     content: "î€“";
/* 1950 */     text-decoration: none;

/* woocommerce.css */

/* 1951 */     color: #a00
/* 1952 */ }
/* 1953 */
/* 1954 */ .woocommerce-error,
/* 1955 */ .woocommerce-info,
/* 1956 */ .woocommerce-message {
/* 1957 */     display: inline-block;
/* 1958 */     padding: 1em 2em 1em 3.5em!important;
/* 1959 */     margin: 0 0 2em!important;
/* 1960 */     position: relative;
/* 1961 */     background-color: #f1f1f1;
/* 1962 */     color: #333;
/* 1963 */     border-top: 3px solid #a46497;
/* 1964 */     list-style: none!important;
/* 1965 */     width: 100%;
/* 1966 */     word-wrap: break-word
/* 1967 */ }
/* 1968 */
/* 1969 */ .woocommerce-error:after,
/* 1970 */ .woocommerce-error:before,
/* 1971 */ .woocommerce-info:after,
/* 1972 */ .woocommerce-info:before,
/* 1973 */ .woocommerce-message:after,
/* 1974 */ .woocommerce-message:before {
/* 1975 */     content: " ";
/* 1976 */     display: table
/* 1977 */ }
/* 1978 */
/* 1979 */ .woocommerce-error:before,
/* 1980 */ .woocommerce-info:before,
/* 1981 */ .woocommerce-message:before {
/* 1982 */     font-family: WooCommerce;
/* 1983 */     content: "\e028";
/* 1984 */     display: inline-block;
/* 1985 */     position: absolute;
/* 1986 */     top: 1em;
/* 1987 */     left: 1.5em
/* 1988 */ }
/* 1989 */
/* 1990 */ .woocommerce-error .button,
/* 1991 */ .woocommerce-info .button,
/* 1992 */ .woocommerce-message .button {
/* 1993 */     float: right
/* 1994 */ }
/* 1995 */
/* 1996 */ .woocommerce-error li,
/* 1997 */ .woocommerce-info li,
/* 1998 */ .woocommerce-message li {
/* 1999 */     list-style: none!important;
/* 2000 */     padding-left: 0!important;

/* woocommerce.css */

/* 2001 */     margin-left: 0!important
/* 2002 */ }
/* 2003 */ .woocommerce-error li strong { color: #757575; }
/* 2004 */
/* 2005 */ .woocommerce-message {
/* 2006 */     border-top-color: #8fae1b
/* 2007 */ }
/* 2008 */
/* 2009 */ .woocommerce-message:before {
/* 2010 */     content: "\e015";
/* 2011 */     color: #8fae1b
/* 2012 */ }
/* 2013 */
/* 2014 */ .woocommerce-info {
/* 2015 */     border-top-color: #eee
/* 2016 */ }
/* 2017 */
/* 2018 */ .woocommerce-info:before {
/* 2019 */     color: #303032
/* 2020 */ }
/* 2021 */
/* 2022 */ .woocommerce-error {
/* 2023 */     border-top-color: #b81c23
/* 2024 */ }
/* 2025 */
/* 2026 */ .woocommerce-error:before {
/* 2027 */     content: "\e016";
/* 2028 */     color: #b81c23
/* 2029 */ }
/* 2030 */
/* 2031 */ .woocommerce-account .addresses .title:after,
/* 2032 */ .woocommerce-account .addresses .title:before,
/* 2033 */ .woocommerce-account .woocommerce:after,
/* 2034 */ .woocommerce-account .woocommerce:before {
/* 2035 */     content: " ";
/* 2036 */     display: table
/* 2037 */ }
/* 2038 */
/* 2039 */ .woocommerce-account .addresses .title h3 {
/* 2040 */     float: left
/* 2041 */ }
/* 2042 */
/* 2043 */ .woocommerce-account .addresses .title .edit,
/* 2044 */ .woocommerce-account ul.digital-downloads li .count {
/* 2045 */     float: right
/* 2046 */ }
/* 2047 */
/* 2048 */ .woocommerce-account ol.commentlist.notes li.note p.meta {
/* 2049 */     font-weight: 700;
/* 2050 */     margin-bottom: 0

/* woocommerce.css */

/* 2051 */ }
/* 2052 */
/* 2053 */ .woocommerce-account ol.commentlist.notes li.note .description p:last-child {
/* 2054 */     margin-bottom: 0
/* 2055 */ }
/* 2056 */
/* 2057 */ .woocommerce-account ul.digital-downloads {
/* 2058 */     margin-left: 0;
/* 2059 */     padding-left: 0
/* 2060 */ }
/* 2061 */
/* 2062 */ .woocommerce-account ul.digital-downloads li {
/* 2063 */     list-style: none;
/* 2064 */     margin-left: 0;
/* 2065 */     padding-left: 0
/* 2066 */ }
/* 2067 */
/* 2068 */ .woocommerce-account ul.digital-downloads li:before {
/* 2069 */     font-family: WooCommerce;
/* 2070 */     speak: none;
/* 2071 */     font-weight: 400;
/* 2072 */     font-variant: normal;
/* 2073 */     text-transform: none;
/* 2074 */     line-height: 1;
/* 2075 */     -webkit-font-smoothing: antialiased;
/* 2076 */     margin-right: .618em;
/* 2077 */     content: "î€Š";
/* 2078 */     text-decoration: none
/* 2079 */ }
/* 2080 */
/* 2081 */ #add_payment_method table.cart .product-thumbnail,
/* 2082 */ .woocommerce-cart table.cart .product-thumbnail,
/* 2083 */ .woocommerce-checkout table.cart .product-thumbnail {
/* 2084 */     min-width: 32px
/* 2085 */ }
/* 2086 */
/* 2087 */ #add_payment_method table.cart img,
/* 2088 */ .woocommerce-cart table.cart img,
/* 2089 */ .woocommerce-checkout table.cart img {
/* 2090 */     width: 32px;
/* 2091 */     box-shadow: none
/* 2092 */ }
/* 2093 */
/* 2094 */ #add_payment_method table.cart td,
/* 2095 */ #add_payment_method table.cart th,
/* 2096 */ .woocommerce-cart table.cart td,
/* 2097 */ .woocommerce-cart table.cart th,
/* 2098 */ .woocommerce-checkout table.cart td,
/* 2099 */ .woocommerce-checkout table.cart th {
/* 2100 */     vertical-align: middle

/* woocommerce.css */

/* 2101 */ }
/* 2102 */
/* 2103 */ .coupon,
/* 2104 */ .coupon label,
/* 2105 */ .coupon input {
/* 2106 */     float: left;
/* 2107 */     color: #ffffff;
/* 2108 */ }
/* 2109 */
/* 2110 */ #add_payment_method table.cart td.actions .coupon .input-text,
/* 2111 */ .woocommerce-cart table.cart td.actions .coupon .input-text,
/* 2112 */ .woocommerce-checkout table.cart td.actions .coupon .input-text {
/* 2113 */     float: left;
/* 2114 */     -webkit-box-sizing: border-box;
/* 2115 */     -moz-box-sizing: border-box;
/* 2116 */     box-sizing: border-box;
/* 2117 */     border: 1px solid #eee;
/* 2118 */     background-color: #fff;
/* 2119 */     padding: 4px 14px;
/* 2120 */     margin: 7px 20px 0 20px;
/* 2121 */     outline: 0;
/* 2122 */     line-height: 1;
/* 2123 */ }
/* 2124 */
/* 2125 */ #add_payment_method table.cart input,
/* 2126 */ .woocommerce-cart table.cart input,
/* 2127 */ .woocommerce-checkout table.cart input {
/* 2128 */     margin: 0;
/* 2129 */     vertical-align: middle;
/* 2130 */     line-height: 1
/* 2131 */ }
/* 2132 */
/* 2133 */ #add_payment_method .wc-proceed-to-checkout,
/* 2134 */ .woocommerce-cart .wc-proceed-to-checkout,
/* 2135 */ .woocommerce-checkout .wc-proceed-to-checkout {
/* 2136 */     padding: 1em 0
/* 2137 */ }
/* 2138 */
/* 2139 */ #add_payment_method .wc-proceed-to-checkout:after,
/* 2140 */ #add_payment_method .wc-proceed-to-checkout:before,
/* 2141 */ .woocommerce-cart .wc-proceed-to-checkout:after,
/* 2142 */ .woocommerce-cart .wc-proceed-to-checkout:before,
/* 2143 */ .woocommerce-checkout .wc-proceed-to-checkout:after,
/* 2144 */ .woocommerce-checkout .wc-proceed-to-checkout:before {
/* 2145 */     content: " ";
/* 2146 */     display: table
/* 2147 */ }
/* 2148 */
/* 2149 */ #add_payment_method .wc-proceed-to-checkout a.checkout-button,
/* 2150 */ .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,

/* woocommerce.css */

/* 2151 */ .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
/* 2152 */     display: block;
/* 2153 */     text-align: center;
/* 2154 */     margin-bottom: 1em;
/* 2155 */     font-size: 1.25em;
/* 2156 */     padding: 1em
/* 2157 */ }
/* 2158 */
/* 2159 */ #add_payment_method .cart-collaterals .shipping_calculator .button,
/* 2160 */ .woocommerce-cart .cart-collaterals .shipping_calculator .button,
/* 2161 */ .woocommerce-checkout .cart-collaterals .shipping_calculator .button {
/* 2162 */     width: 100%;
/* 2163 */     float: none;
/* 2164 */     display: block
/* 2165 */ }
/* 2166 */
/* 2167 */ #add_payment_method .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
/* 2168 */ .woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
/* 2169 */ .woocommerce-checkout .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
/* 2170 */     font-family: WooCommerce;
/* 2171 */     speak: none;
/* 2172 */     font-weight: 400;
/* 2173 */     font-variant: normal;
/* 2174 */     text-transform: none;
/* 2175 */     line-height: 1;
/* 2176 */     -webkit-font-smoothing: antialiased;
/* 2177 */     margin-left: .618em;
/* 2178 */     content: "î€™";
/* 2179 */     text-decoration: none
/* 2180 */ }
/* 2181 */
/* 2182 */ #add_payment_method #payment ul.payment_methods li:after,
/* 2183 */ #add_payment_method #payment ul.payment_methods li:before,
/* 2184 */ #add_payment_method #payment ul.payment_methods:after,
/* 2185 */ #add_payment_method #payment ul.payment_methods:before,
/* 2186 */ .woocommerce-cart #payment ul.payment_methods li:after,
/* 2187 */ .woocommerce-cart #payment ul.payment_methods li:before,
/* 2188 */ .woocommerce-cart #payment ul.payment_methods:after,
/* 2189 */ .woocommerce-cart #payment ul.payment_methods:before,
/* 2190 */ .woocommerce-checkout #payment ul.payment_methods li:after,
/* 2191 */ .woocommerce-checkout #payment ul.payment_methods li:before,
/* 2192 */ .woocommerce-checkout #payment ul.payment_methods:after,
/* 2193 */ .woocommerce-checkout #payment ul.payment_methods:before {
/* 2194 */     content: " ";
/* 2195 */     display: table
/* 2196 */ }
/* 2197 */
/* 2198 */ #add_payment_method .cart-collaterals .cart_totals p small,
/* 2199 */ .woocommerce-cart .cart-collaterals .cart_totals p small,
/* 2200 */ .woocommerce-checkout .cart-collaterals .cart_totals p small {

/* woocommerce.css */

/* 2201 */     color: #777;
/* 2202 */     font-size: .83em
/* 2203 */ }
/* 2204 */
/* 2205 */ #add_payment_method .cart-collaterals .cart_totals table,
/* 2206 */ .woocommerce-cart .cart-collaterals .cart_totals table,
/* 2207 */ .woocommerce-checkout .cart-collaterals .cart_totals table {
/* 2208 */     border-collapse: separate;
/* 2209 */     margin: 0 0 6px;
/* 2210 */     padding: 0
/* 2211 */ }
/* 2212 */
/* 2213 */ #add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
/* 2214 */ #add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
/* 2215 */ .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
/* 2216 */ .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
/* 2217 */ .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
/* 2218 */ .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
/* 2219 */     border-top: 0
/* 2220 */ }
/* 2221 */
/* 2222 */ #add_payment_method .cart-collaterals .cart_totals table th,
/* 2223 */ .woocommerce-cart .cart-collaterals .cart_totals table th,
/* 2224 */ .woocommerce-checkout .cart-collaterals .cart_totals table th {
/* 2225 */     width: 40%
/* 2226 */ }
/* 2227 */
/* 2228 */ #add_payment_method .cart-collaterals .cart_totals table td,
/* 2229 */ #add_payment_method .cart-collaterals .cart_totals table th,
/* 2230 */ .woocommerce-cart .cart-collaterals .cart_totals table td,
/* 2231 */ .woocommerce-cart .cart-collaterals .cart_totals table th,
/* 2232 */ .woocommerce-checkout .cart-collaterals .cart_totals table td,
/* 2233 */ .woocommerce-checkout .cart-collaterals .cart_totals table th {
/* 2234 */     vertical-align: top;
/* 2235 */     border-left: 0;
/* 2236 */     border-right: 0;
/* 2237 */     line-height: 1.5em
/* 2238 */ }
/* 2239 */
/* 2240 */ #add_payment_method .cart-collaterals .cart_totals table small,
/* 2241 */ .woocommerce-cart .cart-collaterals .cart_totals table small,
/* 2242 */ .woocommerce-checkout .cart-collaterals .cart_totals table small {
/* 2243 */     color: #777
/* 2244 */ }
/* 2245 */
/* 2246 */ #add_payment_method .cart-collaterals .cart_totals table select,
/* 2247 */ .woocommerce-cart .cart-collaterals .cart_totals table select,
/* 2248 */ .woocommerce-checkout .cart-collaterals .cart_totals table select {
/* 2249 */     width: 100%
/* 2250 */ }

/* woocommerce.css */

/* 2251 */
/* 2252 */ #add_payment_method .cart-collaterals .cart_totals .discount td,
/* 2253 */ .woocommerce-cart .cart-collaterals .cart_totals .discount td,
/* 2254 */ .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
/* 2255 */     color: #77a464
/* 2256 */ }
/* 2257 */
/* 2258 */ #add_payment_method .cart-collaterals .cart_totals tr td,
/* 2259 */ #add_payment_method .cart-collaterals .cart_totals tr th,
/* 2260 */ .woocommerce-cart .cart-collaterals .cart_totals tr td,
/* 2261 */ .woocommerce-cart .cart-collaterals .cart_totals tr th,
/* 2262 */ .woocommerce-checkout .cart-collaterals .cart_totals tr td,
/* 2263 */ .woocommerce-checkout .cart-collaterals .cart_totals tr th {
/* 2264 */     border-top: 1px solid #ebe9eb
/* 2265 */ }
/* 2266 */
/* 2267 */ #add_payment_method .cart-collaterals .cross-sells ul.products li.product,
/* 2268 */ .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
/* 2269 */ .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
/* 2270 */     margin-top: 0
/* 2271 */ }
/* 2272 */
/* 2273 */ #add_payment_method .checkout .col-2 h3#ship-to-different-address,
/* 2274 */ .woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
/* 2275 */ .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
/* 2276 */     float: left;
/* 2277 */     clear: none
/* 2278 */ }
/* 2279 */
/* 2280 */ #add_payment_method .checkout .col-2 .form-row-first,
/* 2281 */ #add_payment_method .checkout .col-2 .notes,
/* 2282 */ .woocommerce-cart .checkout .col-2 .form-row-first,
/* 2283 */ .woocommerce-cart .checkout .col-2 .notes,
/* 2284 */ .woocommerce-checkout .checkout .col-2 .form-row-first,
/* 2285 */ .woocommerce-checkout .checkout .col-2 .notes {
/* 2286 */     clear: left
/* 2287 */ }
/* 2288 */
/* 2289 */ #add_payment_method .checkout .create-account small,
/* 2290 */ .woocommerce-cart .checkout .create-account small,
/* 2291 */ .woocommerce-checkout .checkout .create-account small {
/* 2292 */     font-size: 11px;
/* 2293 */     color: #777;
/* 2294 */     font-weight: 400
/* 2295 */ }
/* 2296 */
/* 2297 */ #add_payment_method .checkout div.shipping-address,
/* 2298 */ .woocommerce-cart .checkout div.shipping-address,
/* 2299 */ .woocommerce-checkout .checkout div.shipping-address {
/* 2300 */     padding: 0;

/* woocommerce.css */

/* 2301 */     clear: left;
/* 2302 */     width: 100%
/* 2303 */ }
/* 2304 */
/* 2305 */ #add_payment_method #payment ul.payment_methods li:after,
/* 2306 */ #add_payment_method #payment ul.payment_methods:after,
/* 2307 */ #add_payment_method .checkout .shipping_address,
/* 2308 */ .single-product .twentythirteen p.stars,
/* 2309 */ .woocommerce-cart #payment ul.payment_methods li:after,
/* 2310 */ .woocommerce-cart #payment ul.payment_methods:after,
/* 2311 */ .woocommerce-cart .checkout .shipping_address,
/* 2312 */ .woocommerce-checkout #payment ul.payment_methods li:after,
/* 2313 */ .woocommerce-checkout #payment ul.payment_methods:after,
/* 2314 */ .woocommerce-checkout .checkout .shipping_address {
/* 2315 */     clear: both
/* 2316 */ }
/* 2317 */
/* 2318 */ #add_payment_method #payment,
/* 2319 */ .woocommerce-cart #payment,
/* 2320 */ .woocommerce-checkout #payment {
/* 2321 */     background: #fbfbfb;
/* 2322 */     margin-bottom: 50px;
/* 2323 */ }
/* 2324 */
/* 2325 */ #add_payment_method #payment ul.payment_methods,
/* 2326 */ .woocommerce-cart #payment ul.payment_methods,
/* 2327 */ .woocommerce-checkout #payment ul.payment_methods {
/* 2328 */     text-align: left;
/* 2329 */     padding: 1em;
/* 2330 */     border-bottom: 1px solid #eee;
/* 2331 */     margin: 0;
/* 2332 */     list-style: none
/* 2333 */ }
/* 2334 */
/* 2335 */ #add_payment_method #payment ul.payment_methods li,
/* 2336 */ .woocommerce-cart #payment ul.payment_methods li,
/* 2337 */ .woocommerce-checkout #payment ul.payment_methods li {
/* 2338 */     line-height: 2;
/* 2339 */     text-align: left;
/* 2340 */     margin: 0;
/* 2341 */     font-weight: 400;
/* 2342 */     list-style: none;
/* 2343 */ }
/* 2344 */
/* 2345 */ .woocommerce-checkout-payment label {
/* 2346 */     color: #757575;
/* 2347 */     display: inline;
/* 2348 */ }
/* 2349 */
/* 2350 */ #add_payment_method #payment ul.payment_methods li input,

/* woocommerce.css */

/* 2351 */ .woocommerce-cart #payment ul.payment_methods li input,
/* 2352 */ .woocommerce-checkout #payment ul.payment_methods li input {
/* 2353 */     margin: 0 1em 0 0
/* 2354 */ }
/* 2355 */
/* 2356 */ #add_payment_method #payment ul.payment_methods li img,
/* 2357 */ .woocommerce-cart #payment ul.payment_methods li img,
/* 2358 */ .woocommerce-checkout #payment ul.payment_methods li img {
/* 2359 */     vertical-align: middle;
/* 2360 */     margin: -2px 0 0 .5em;
/* 2361 */     padding: 0;
/* 2362 */     position: relative;
/* 2363 */     box-shadow: none
/* 2364 */ }
/* 2365 */
/* 2366 */ #add_payment_method #payment ul.payment_methods li img+img,
/* 2367 */ .woocommerce-cart #payment ul.payment_methods li img+img,
/* 2368 */ .woocommerce-checkout #payment ul.payment_methods li img+img {
/* 2369 */     margin-left: 2px
/* 2370 */ }
/* 2371 */
/* 2372 */ #add_payment_method #payment div.form-row,
/* 2373 */ .woocommerce-cart #payment div.form-row,
/* 2374 */ .woocommerce-checkout #payment div.form-row {
/* 2375 */     padding: 1em
/* 2376 */ }
/* 2377 */
/* 2378 */ #add_payment_method #payment div.payment_box,
/* 2379 */ .woocommerce-cart #payment div.payment_box,
/* 2380 */ .woocommerce-checkout #payment div.payment_box {
/* 2381 */     position: relative;
/* 2382 */     box-sizing: border-box;
/* 2383 */     width: 100%;
/* 2384 */     display: inline-block;
/* 2385 */     padding: 1em;
/* 2386 */     margin: 1em 0;
/* 2387 */     font-size: .92em;
/* 2388 */     border-radius: 2px;
/* 2389 */     line-height: 1.5;
/* 2390 */     background-color: #eee;
/* 2391 */     color: #7c7c7c;
/* 2392 */ }
/* 2393 */
/* 2394 */ #add_payment_method #payment div.payment_box input.input-text,
/* 2395 */ #add_payment_method #payment div.payment_box textarea,
/* 2396 */ .woocommerce-cart #payment div.payment_box input.input-text,
/* 2397 */ .woocommerce-cart #payment div.payment_box textarea,
/* 2398 */ .woocommerce-checkout #payment div.payment_box input.input-text,
/* 2399 */ .woocommerce-checkout #payment div.payment_box textarea {
/* 2400 */     border-color: #bbb3b9 #c7c1c6 #c7c1c6

/* woocommerce.css */

/* 2401 */ }
/* 2402 */
/* 2403 */ #add_payment_method #payment div.payment_box::-webkit-input-placeholder,
/* 2404 */ .woocommerce-cart #payment div.payment_box::-webkit-input-placeholder,
/* 2405 */ .woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
/* 2406 */     color: #bbb3b9
/* 2407 */ }
/* 2408 */
/* 2409 */ #add_payment_method #payment div.payment_box:-moz-placeholder,
/* 2410 */ .woocommerce-cart #payment div.payment_box:-moz-placeholder,
/* 2411 */ .woocommerce-checkout #payment div.payment_box:-moz-placeholder {
/* 2412 */     color: #bbb3b9
/* 2413 */ }
/* 2414 */
/* 2415 */ #add_payment_method #payment div.payment_box:-ms-input-placeholder,
/* 2416 */ .woocommerce-cart #payment div.payment_box:-ms-input-placeholder,
/* 2417 */ .woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
/* 2418 */     color: #bbb3b9
/* 2419 */ }
/* 2420 */
/* 2421 */ #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
/* 2422 */ .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
/* 2423 */ .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
/* 2424 */     list-style: none;
/* 2425 */     margin: 0
/* 2426 */ }
/* 2427 */
/* 2428 */ #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
/* 2429 */ #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
/* 2430 */ .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
/* 2431 */ .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
/* 2432 */ .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
/* 2433 */ .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
/* 2434 */     margin: 0 0 .5em
/* 2435 */ }
/* 2436 */
/* 2437 */ #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
/* 2438 */ #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
/* 2439 */ .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
/* 2440 */ .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
/* 2441 */ .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
/* 2442 */ .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
/* 2443 */     cursor: pointer
/* 2444 */ }
/* 2445 */
/* 2446 */ #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
/* 2447 */ .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
/* 2448 */ .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
/* 2449 */     vertical-align: middle;
/* 2450 */     margin: -3px 1em 0 0;

/* woocommerce.css */

/* 2451 */     position: relative
/* 2452 */ }
/* 2453 */
/* 2454 */ #add_payment_method #payment div.payment_box .wc-credit-card-form,
/* 2455 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form,
/* 2456 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
/* 2457 */     border: 0;
/* 2458 */     padding: 0;
/* 2459 */     margin: 1em 0 0
/* 2460 */ }
/* 2461 */
/* 2462 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
/* 2463 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
/* 2464 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
/* 2465 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
/* 2466 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
/* 2467 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
/* 2468 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
/* 2469 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
/* 2470 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
/* 2471 */     font-size: 1.5em;
/* 2472 */     padding: 8px;
/* 2473 */     background-repeat: no-repeat;
/* 2474 */     background-position: right .618em center;
/* 2475 */     background-size: 32px 20px
/* 2476 */ }
/* 2477 */
/* 2478 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
/* 2479 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
/* 2480 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
/* 2481 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
/* 2482 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
/* 2483 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
/* 2484 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
/* 2485 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
/* 2486 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
/* 2487 */     background-image: url(../images/icons/credit-cards/visa.svg)
/* 2488 */ }
/* 2489 */
/* 2490 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
/* 2491 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
/* 2492 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
/* 2493 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
/* 2494 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
/* 2495 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
/* 2496 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
/* 2497 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
/* 2498 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
/* 2499 */     background-image: url(../images/icons/credit-cards/mastercard.svg)
/* 2500 */ }

/* woocommerce.css */

/* 2501 */
/* 2502 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
/* 2503 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
/* 2504 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
/* 2505 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
/* 2506 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
/* 2507 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
/* 2508 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
/* 2509 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
/* 2510 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
/* 2511 */     background-image: url(../images/icons/credit-cards/laser.svg)
/* 2512 */ }
/* 2513 */
/* 2514 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
/* 2515 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
/* 2516 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
/* 2517 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
/* 2518 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
/* 2519 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
/* 2520 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
/* 2521 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
/* 2522 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
/* 2523 */     background-image: url(../images/icons/credit-cards/diners.svg)
/* 2524 */ }
/* 2525 */
/* 2526 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
/* 2527 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
/* 2528 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
/* 2529 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
/* 2530 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
/* 2531 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
/* 2532 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
/* 2533 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
/* 2534 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
/* 2535 */     background-image: url(../images/icons/credit-cards/maestro.svg)
/* 2536 */ }
/* 2537 */
/* 2538 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
/* 2539 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
/* 2540 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
/* 2541 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
/* 2542 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
/* 2543 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
/* 2544 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
/* 2545 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
/* 2546 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
/* 2547 */     background-image: url(../images/icons/credit-cards/jcb.svg)
/* 2548 */ }
/* 2549 */
/* 2550 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,

/* woocommerce.css */

/* 2551 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
/* 2552 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
/* 2553 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
/* 2554 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
/* 2555 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
/* 2556 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
/* 2557 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
/* 2558 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
/* 2559 */     background-image: url(../images/icons/credit-cards/amex.svg)
/* 2560 */ }
/* 2561 */
/* 2562 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
/* 2563 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
/* 2564 */ #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
/* 2565 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
/* 2566 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
/* 2567 */ .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
/* 2568 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
/* 2569 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
/* 2570 */ .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
/* 2571 */     background-image: url(../images/icons/credit-cards/discover.svg)
/* 2572 */ }
/* 2573 */
/* 2574 */ #add_payment_method #payment div.payment_box span.help,
/* 2575 */ .woocommerce-cart #payment div.payment_box span.help,
/* 2576 */ .woocommerce-checkout #payment div.payment_box span.help {
/* 2577 */     font-size: .857em;
/* 2578 */     color: #777;
/* 2579 */     font-weight: 400
/* 2580 */ }
/* 2581 */
/* 2582 */ #add_payment_method #payment div.payment_box .form-row,
/* 2583 */ .woocommerce-cart #payment div.payment_box .form-row,
/* 2584 */ .woocommerce-checkout #payment div.payment_box .form-row {
/* 2585 */     margin: 0 0 1em
/* 2586 */ }
/* 2587 */
/* 2588 */ #add_payment_method #payment div.payment_box p:last-child,
/* 2589 */ .woocommerce-cart #payment div.payment_box p:last-child,
/* 2590 */ .woocommerce-checkout #payment div.payment_box p:last-child {
/* 2591 */     margin-bottom: 0
/* 2592 */ }
/* 2593 */
/* 2594 */ #add_payment_method #payment div.payment_box:before,
/* 2595 */ .woocommerce-cart #payment div.payment_box:before,
/* 2596 */ .woocommerce-checkout #payment div.payment_box:before {
/* 2597 */     content: "";
/* 2598 */     display: block;
/* 2599 */     border: 1em solid #eee;
/* 2600 */     border-right-color: transparent;

/* woocommerce.css */

/* 2601 */     border-left-color: transparent;
/* 2602 */     border-top-color: transparent;
/* 2603 */     position: absolute;
/* 2604 */     top: -.75em;
/* 2605 */     left: 0;
/* 2606 */     margin: -1em 0 0 2em
/* 2607 */ }
/* 2608 */
/* 2609 */ #add_payment_method #payment .payment_method_paypal .about_paypal,
/* 2610 */ .woocommerce-cart #payment .payment_method_paypal .about_paypal,
/* 2611 */ .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
/* 2612 */     float: right;
/* 2613 */     line-height: 52px;
/* 2614 */     font-size: .83em
/* 2615 */ }
/* 2616 */
/* 2617 */ #add_payment_method #payment .payment_method_paypal img,
/* 2618 */ .woocommerce-cart #payment .payment_method_paypal img,
/* 2619 */ .woocommerce-checkout #payment .payment_method_paypal img {
/* 2620 */     max-height: 52px;
/* 2621 */     vertical-align: middle
/* 2622 */ }
/* 2623 */
/* 2624 */ .woocommerce-password-strength {
/* 2625 */     text-align: center;
/* 2626 */     font-weight: 600;
/* 2627 */     padding: 3px .5em;
/* 2628 */     font-size: 1em
/* 2629 */ }
/* 2630 */
/* 2631 */ .woocommerce-password-strength.strong {
/* 2632 */     background-color: #c1e1b9;
/* 2633 */     border-color: #83c373
/* 2634 */ }
/* 2635 */
/* 2636 */ .woocommerce-password-strength.short {
/* 2637 */     background-color: #f1adad;
/* 2638 */     border-color: #e35b5b
/* 2639 */ }
/* 2640 */
/* 2641 */ .woocommerce-password-strength.bad {
/* 2642 */     background-color: #fbc5a9;
/* 2643 */     border-color: #f78b53
/* 2644 */ }
/* 2645 */
/* 2646 */ .woocommerce-password-strength.good {
/* 2647 */     background-color: #ffe399;
/* 2648 */     border-color: #ffc733
/* 2649 */ }
/* 2650 */

/* woocommerce.css */

/* 2651 */ .woocommerce-password-hint {
/* 2652 */     margin: .5em 0 0;
/* 2653 */     display: block
/* 2654 */ }
/* 2655 */
/* 2656 */ .product.has-default-attributes.has-children>.images {
/* 2657 */     opacity: 0
/* 2658 */ }
/* 2659 */
/* 2660 */ #content.twentyeleven .woocommerce-pagination a {
/* 2661 */     font-size: 1em;
/* 2662 */     line-height: 1
/* 2663 */ }
/* 2664 */
/* 2665 */ .single-product .twentythirteen #reply-title,
/* 2666 */ .single-product .twentythirteen #respond #commentform,
/* 2667 */ .single-product .twentythirteen .entry-summary {
/* 2668 */     padding: 0
/* 2669 */ }
/* 2670 */
/* 2671 */ .twentythirteen .woocommerce-breadcrumb {
/* 2672 */     padding-top: 40px
/* 2673 */ }
/* 2674 */
/* 2675 */ .twentyfourteen ul.products li.product {
/* 2676 */     margin-top: 0!important
/* 2677 */ }
/* 2678 */
/* 2679 */ body:not(.search-results) .twentysixteen .entry-summary {
/* 2680 */     color: inherit;
/* 2681 */     font-size: inherit;
/* 2682 */     line-height: inherit
/* 2683 */ }
/* 2684 */
/* 2685 */ .twentysixteen .price ins {
/* 2686 */     background: inherit;
/* 2687 */     color: inherit
/* 2688 */ }
/* 2689 */
/* 2690 */ .woocommerce-MyAccount-navigation ul li {
/* 2691 */     list-style: none;
/* 2692 */     float: left;
/* 2693 */     width: 100%;
/* 2694 */     background: #fcfcfc;
/* 2695 */     margin-bottom: 15px;
/* 2696 */     padding: 10px 20px;
/* 2697 */ }
/* 2698 */ .woocommerce .woocommerce-result-count {
/* 2699 */     float: left;
/* 2700 */     margin: 8px 0px 30px 0px;

/* woocommerce.css */

/* 2701 */ }
/* 2702 */ .woocommerce .woocommerce-ordering {
/* 2703 */     float: right;
/* 2704 */     margin-bottom: 30px;
/* 2705 */ }
/* 2706 */ .woocommerce .kingdom-study-pagination { width: 100%; }
/* 2707 */ .woocommerce-billing-fields .select2-container .select2-selection--single { height: 40px; }
/* 2708 */ .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow { top: 8px; }
/* 2709 */ .woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered { padding-top: 5px; }
/* 2710 */
/* 2711 */
/* 2712 */
/* 2713 */
/* 2714 */
/* 2715 */
/* 2716 */
/* 2717 */
/* 2718 */
/* 2719 */
/* 2720 */
/* 2721 */
/* 2722 */
/* 2723 */
/* 2724 */ .careerfy-shopgrid-sec {
/* 2725 */     width: 100%;
/* 2726 */     float: left;
/* 2727 */ }
/* 2728 */ .careerfy-shopgrid-sec ul li {
/* 2729 */     list-style: none;
/* 2730 */     float: none;
/* 2731 */     display: inline-block;
/* 2732 */     vertical-align: top;
/* 2733 */     margin-right: -4px;
/* 2734 */     margin-bottom: 30px;
/* 2735 */ }
/* 2736 */ .careerfy-shop-label {
/* 2737 */     position: absolute;
/* 2738 */     left: 1px;
/* 2739 */     top: 1px;
/* 2740 */     color: #ffffff;
/* 2741 */     font-size: 14px;
/* 2742 */     padding: 5px 10px;
/* 2743 */     line-height: 1;
/* 2744 */ }
/* 2745 */ .careerfy-shop-grid {
/* 2746 */     border: 1px solid #eaeaea;
/* 2747 */     width: 100%;
/* 2748 */     float: left;
/* 2749 */     position: relative;
/* 2750 */ }

/* woocommerce.css */

/* 2751 */ .careerfy-shop-grid > figure > img {
/* 2752 */     width: 100%;
/* 2753 */     height: 100%;
/* 2754 */ }
/* 2755 */ .careerfy-shop-grid figure > a:before {
/* 2756 */     content: '';
/* 2757 */     background-color: rgba(185,150,99,0.7);
/* 2758 */     width: 0%;
/* 2759 */     height: 100%;
/* 2760 */     left: 0;
/* 2761 */     top: 0;
/* 2762 */     position: absolute;
/* 2763 */     opacity: 0;
/* 2764 */     -webkit-transition: all 0.4s ease-in-out;
/* 2765 */     -moz-transition: all 0.4s ease-in-out;
/* 2766 */     -ms-transition: all 0.4s ease-in-out;
/* 2767 */     -o-transition: all 0.4s ease-in-out;
/* 2768 */     transition: all 0.4s ease-in-out;
/* 2769 */ }
/* 2770 */ .careerfy-shopgrid-sec ul li:hover .careerfy-shop-grid figure > a:before {
/* 2771 */     opacity: 0.70;
/* 2772 */     width: 50%;
/* 2773 */ }
/* 2774 */ .careerfy-shop-grid figure > a:after {
/* 2775 */     content: '';
/* 2776 */     background-color: rgba(185,150,99,0.7);
/* 2777 */     width: 0%;
/* 2778 */     height: 100%;
/* 2779 */     right: 0;
/* 2780 */     top: 0;
/* 2781 */     position: absolute;
/* 2782 */     opacity: 0;
/* 2783 */     -webkit-transition: all 0.4s ease-in-out;
/* 2784 */     -moz-transition: all 0.4s ease-in-out;
/* 2785 */     -ms-transition: all 0.4s ease-in-out;
/* 2786 */     -o-transition: all 0.4s ease-in-out;
/* 2787 */     transition: all 0.4s ease-in-out;
/* 2788 */ }
/* 2789 */ .careerfy-shopgrid-sec ul li:hover .careerfy-shop-grid figure > a:after {
/* 2790 */     opacity: 0.70;
/* 2791 */     width: 50%;
/* 2792 */ }
/* 2793 */ .careerfy-shop-grid figure,.careerfy-shop-grid figure > a,.careerfy-shop-grid figure > a > img {
/* 2794 */     margin: 0;
/* 2795 */     float: left;
/* 2796 */     width: 100%;
/* 2797 */ }
/* 2798 */ .careerfy-grid-tittle {
/* 2799 */     width: 100%;
/* 2800 */     float: left;

/* woocommerce.css */

/* 2801 */     padding: 12px 12px 12px 91px;
/* 2802 */     margin-bottom: 26px;
/* 2803 */     position: relative;
/* 2804 */ }
/* 2805 */ .careerfy-grid-tittle img {
/* 2806 */     position: absolute;
/* 2807 */     border-radius: 100%;
/* 2808 */     left: 18px;
/* 2809 */     top: -26px;
/* 2810 */ }
/* 2811 */ .careerfy-grid-tittle a {
/* 2812 */     color: #c3c8e2;
/* 2813 */     float: left;
/* 2814 */ }
/* 2815 */ .careerfy-grid-info {
/* 2816 */     text-align: center;
/* 2817 */     width: 100%;
/* 2818 */     float: left;
/* 2819 */     padding-top: 30px;
/* 2820 */ }
/* 2821 */ .careerfy-shopgrid-sec .careerfy-grid-info span.price {
/* 2822 */     display: inline-block;
/* 2823 */     font-size: 24px;
/* 2824 */ }
/* 2825 */ .careerfy-shopgrid-sec .careerfy-grid-info del,
/* 2826 */ .careerfy-shopgrid-sec .careerfy-grid-info ins {
/* 2827 */     text-decoration: unset;
/* 2828 */ }
/* 2829 */ .careerfy-select-form {
/* 2830 */     float: left;
/* 2831 */ }
/* 2832 */ .careerfy-shop-filter ul {
/* 2833 */     float: right;
/* 2834 */     margin-left: 10px;
/* 2835 */ }
/* 2836 */ .careerfy-shop-filter ul li {
/* 2837 */     float: left;
/* 2838 */     list-style: none;
/* 2839 */     margin: 0px 0px 0px 10px;
/* 2840 */ }
/* 2841 */ .careerfy-shop-filter ul li a.active { color: #ffffff; }
/* 2842 */ .careerfy-shop-filter ul li a {
/* 2843 */     float: left;
/* 2844 */     width: 40px;
/* 2845 */     height: 40px;
/* 2846 */     background: #f5f5f5;
/* 2847 */     text-align: center;
/* 2848 */     padding: 8px 0px 0px 0px;
/* 2849 */ }
/* 2850 */ .careerfy-shop-list .careerfy-cart-btn { margin-top: 0px; }

/* woocommerce.css */

/* 2851 */ .careerfy-cart-button {
/* 2852 */     width: 100%;
/* 2853 */     float: left;
/* 2854 */     padding-bottom: 31px;
/* 2855 */ }
/* 2856 */ .careerfy-cart-button a {
/* 2857 */     border: 1px solid #b99663;
/* 2858 */     padding: 4px 21px 4px 39px;
/* 2859 */     font-size: 12px;
/* 2860 */     display: inline-block;
/* 2861 */     margin-top: 19px;
/* 2862 */     position: relative;
/* 2863 */     -webkit-transition: all 0.4s ease-in-out;
/* 2864 */     -moz-transition: all 0.4s ease-in-out;
/* 2865 */     -ms-transition: all 0.4s ease-in-out;
/* 2866 */     -o-transition: all 0.4s ease-in-out;
/* 2867 */     transition: all 0.4s ease-in-out;
/* 2868 */ }
/* 2869 */ .careerfy-cart-button a span {
/* 2870 */     position: relative;
/* 2871 */     font-size: 12px;
/* 2872 */     padding: 0;
/* 2873 */     z-index: 100;
/* 2874 */     -webkit-transition: all 0.4s ease-in-out;
/* 2875 */     -moz-transition: all 0.4s ease-in-out;
/* 2876 */     -ms-transition: all 0.4s ease-in-out;
/* 2877 */     -o-transition: all 0.4s ease-in-out;
/* 2878 */     transition: all 0.4s ease-in-out;
/* 2879 */ }
/* 2880 */ .careerfy-cart-button a:before {
/* 2881 */     content: "";
/* 2882 */     height: 0%;
/* 2883 */     width: 100%;
/* 2884 */     left: 0;
/* 2885 */     top: 0;
/* 2886 */     opacity: 0;
/* 2887 */     position: absolute;
/* 2888 */     -webkit-transition: all 0.4s ease-in-out;
/* 2889 */     -moz-transition: all 0.4s ease-in-out;
/* 2890 */     -ms-transition: all 0.4s ease-in-out;
/* 2891 */     -o-transition: all 0.4s ease-in-out;
/* 2892 */     transition: all 0.4s ease-in-out;
/* 2893 */ }
/* 2894 */ .careerfy-cart-button a:hover:before {
/* 2895 */     width: 100%;
/* 2896 */     height: 50%;
/* 2897 */     opacity: 1;
/* 2898 */ }
/* 2899 */ .careerfy-cart-button a:after {
/* 2900 */     content: "";

/* woocommerce.css */

/* 2901 */     height: 0%;
/* 2902 */     width: 100%;
/* 2903 */     left: 0;
/* 2904 */     bottom: 0;
/* 2905 */     opacity: 0;
/* 2906 */     z-index: 50;
/* 2907 */     position: absolute;
/* 2908 */     -webkit-transition: all 0.4s ease-in-out;
/* 2909 */     -moz-transition: all 0.4s ease-in-out;
/* 2910 */     -ms-transition: all 0.4s ease-in-out;
/* 2911 */     -o-transition: all 0.4s ease-in-out;
/* 2912 */     transition: all 0.4s ease-in-out;
/* 2913 */ }
/* 2914 */ .careerfy-cart-button a:hover:after {
/* 2915 */     width: 100%;
/* 2916 */     height: 50%;
/* 2917 */     opacity: 1;
/* 2918 */ }
/* 2919 */ .careerfy-cart-button a:hover i ,.careerfy-cart-button a:hover span {
/* 2920 */     color: #ffffff;
/* 2921 */ }
/* 2922 */ .careerfy-cart-button i {
/* 2923 */     font-size: 14px;
/* 2924 */     left: 17px;
/* 2925 */     position: absolute;
/* 2926 */     top: 11px;
/* 2927 */     z-index: 100;
/* 2928 */     -webkit-transition: all 0.4s ease-in-out;
/* 2929 */     -moz-transition: all 0.4s ease-in-out;
/* 2930 */     -ms-transition: all 0.4s ease-in-out;
/* 2931 */     -o-transition: all 0.4s ease-in-out;
/* 2932 */     transition: all 0.4s ease-in-out;
/* 2933 */ }
/* 2934 */ /*shop-single-prodect*/
/* 2935 */ .careerfy-singleshop-miniheader {
/* 2936 */     background-image: url("./images/singleshop-miniheader.jpg");
/* 2937 */     background-repeat: no-repeat;
/* 2938 */     background-size: cover;
/* 2939 */     float: left;
/* 2940 */     padding: 94px 0 74px;
/* 2941 */     position: relative;
/* 2942 */     text-align: center;
/* 2943 */     width: 100%;
/* 2944 */ }
/* 2945 */ .careerfy-images {
/* 2946 */     width: 45%;
/* 2947 */     float: left;
/* 2948 */     padding-bottom: 51px;
/* 2949 */ }
/* 2950 */ .careerfy-images ul {

/* woocommerce.css */

/* 2951 */     margin: 0 0 0 -15px;
/* 2952 */ }
/* 2953 */ .careerfy-images ul li {
/* 2954 */     float: left;
/* 2955 */     list-style: outside none none;
/* 2956 */     padding: 0 0 12px 15px;
/* 2957 */     width: 25%;
/* 2958 */     position: relative;
/* 2959 */ }
/* 2960 */ .careerfy-images ul li > a,.careerfy-images ul li > a img {
/* 2961 */     float: left;
/* 2962 */     width: 100%;
/* 2963 */ }
/* 2964 */ .careerfy-images .careerfy-shop-grid {
/* 2965 */     border: none;
/* 2966 */ }
/* 2967 */ .careerfy-images .careerfy-shop-grid figure img {
/* 2968 */     width: 100%;
/* 2969 */ }
/* 2970 */ .careerfy-images .careerfy-featured-thumb {
/* 2971 */     width: 100%;
/* 2972 */ }
/* 2973 */ .careerfy-images .careerfy-grid-tittle {
/* 2974 */     margin: 0;
/* 2975 */ }
/* 2976 */ .careerfy-shopwrap .careerfy-summary:before { display: none; }
/* 2977 */ .careerfy-summary {
/* 2978 */     float: left;
/* 2979 */     padding-left: 27px;
/* 2980 */     width: 55%;
/* 2981 */ }
/* 2982 */ .careerfy-summary h2 {
/* 2983 */     line-height: 35px;
/* 2984 */     margin: 0;
/* 2985 */     padding-bottom: 6px;
/* 2986 */ }
/* 2987 */ .careerfy-summary .careerfy-levelrating {
/* 2988 */     display: inline-block;
/* 2989 */     height: 16px;
/* 2990 */     line-height: 16px;
/* 2991 */     margin-right: 0;
/* 2992 */     padding-bottom: 0;
/* 2993 */     position: relative;
/* 2994 */     width: 77px;
/* 2995 */     float: left;
/* 2996 */ }
/* 2997 */ .careerfy-summary .careerfy-levelrating:before, .careerfy-summary .rating-box:before {
/* 2998 */     content: "";
/* 2999 */     font-family: FontAwesome;
/* 3000 */     font-size: 11px;

/* woocommerce.css */

/* 3001 */     left: 0;
/* 3002 */     letter-spacing: 4px;
/* 3003 */     position: absolute;
/* 3004 */     top: 0;
/* 3005 */ }
/* 3006 */ .careerfy-summary .rating-box:before {
/* 3007 */     content: "";
/* 3008 */ }
/* 3009 */ .careerfy-summary .rating-box {
/* 3010 */     height: 16px;
/* 3011 */     left: 0;
/* 3012 */     overflow: hidden;
/* 3013 */     position: absolute;
/* 3014 */     top: 0;
/* 3015 */ }
/* 3016 */ .careerfy-summary .careerfy-reviews span {
/* 3017 */     font-size: 15px;
/* 3018 */     font-weight: 300;
/* 3019 */     font-style: italic;
/* 3020 */     float: left;
/* 3021 */     line-height: 1;
/* 3022 */ }
/* 3023 */ .careerfy-summary del,.careerfy-summary ins { text-decoration: unset; }
/* 3024 */ .careerfy-summary del span {
/* 3025 */     font-size: 20px;
/* 3026 */     color: #bcbcbc;
/* 3027 */     margin-right: 4px;
/* 3028 */ }
/* 3029 */ .careerfy-summary .price {
/* 3030 */     font-size: 20px;
/* 3031 */     font-weight: 400;
/* 3032 */ }
/* 3033 */ .careerfy-rating-quality {
/* 3034 */     width: 100%;
/* 3035 */     float: left;
/* 3036 */     padding-bottom: 26px;
/* 3037 */ }
/* 3038 */ .careerfy-summary p {
/* 3039 */     line-height: 24px;
/* 3040 */     color: #424242;
/* 3041 */     margin: 0;
/* 3042 */     padding-bottom: 25px;
/* 3043 */ }
/* 3044 */
/* 3045 */ /* Checkout Page  */
/* 3046 */ .woocommerce-checkout .col2-set {
/* 3047 */     float: left;
/* 3048 */     width: 65%;
/* 3049 */     padding-right: 30px;
/* 3050 */ }

/* woocommerce.css */

/* 3051 */ .woocommerce-checkout #order_review_heading,
/* 3052 */ .woocommerce-checkout .woocommerce-checkout-review-order {
/* 3053 */     float: right;
/* 3054 */     width: 35%;
/* 3055 */ }
/* 3056 */ .woocommerce-checkout .woocommerce-checkout-review-order {box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);}
/* 3057 */ .woocommerce .woocommerce-additional-fields__field-wrapper p.form-row { width: 100%; }
/* 3058 */ .woocommerce-checkout h3 { margin-top: 10px; }
/* 3059 */ .select2-container--default .select2-selection--single { border-color: #eee; }
/* 3060 */
/* 3061 */ .woocommerce table.shop_table.woocommerce-checkout-review-order-table thead tr th,
/* 3062 */ .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td,
/* 3063 */ .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
/* 3064 */     border: none;
/* 3065 */     text-align: left;
/* 3066 */ }
/* 3067 */ .woocommerce table.shop_table.woocommerce-checkout-review-order-table { border: none; }
/* 3068 */ .woocommerce table.shop_table.woocommerce-checkout-review-order-table th {
/* 3069 */     background-color: #f8f8f8;
/* 3070 */     padding: 7px 12px;
/* 3071 */ }
/* 3072 */ .woocommerce .woocommerce-checkout #payment .payment_method_paypal img {
/* 3073 */     float: right;
/* 3074 */     border: 0;
/* 3075 */     padding: 0;
/* 3076 */     max-height: 1.618em;
/* 3077 */     margin: 3px 12px 0px 0px;
/* 3078 */ }
/* 3079 */ .woocommerce-checkout .woocommerce-checkout-payment .payment_box label {
/* 3080 */     display: block;
/* 3081 */     padding: 0.7em 1.41575em 0em 3em;
/* 3082 */     cursor: pointer;
/* 3083 */     background-color: #f8f8f8;
/* 3084 */ }
/* 3085 */ .wc-saved-payment-methods li { position: relative; }
/* 3086 */ .wc-saved-payment-methods li input[type="radio"] {
/* 3087 */     position: absolute !important;
/* 3088 */     left: 16px;
/* 3089 */     top: 25px;
/* 3090 */ }
/* 3091 */ .payment_box.payment_method_stripe fieldset label {
/* 3092 */     background-color: transparent !important;
/* 3093 */     padding-left: 1.5em !important;
/* 3094 */ }
/* 3095 */ .woocommerce .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
/* 3096 */     float: none;
/* 3097 */     line-height: 1;
/* 3098 */ }
/* 3099 */ .woocommerce .woocommerce-checkout-payment .form-row.place-order { width: 100%; }
/* 3100 */ .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {

/* woocommerce.css */

/* 3101 */     background-color: #3d9cd2;
/* 3102 */     border: none;
/* 3103 */     color: #ffffff;
/* 3104 */ }
/* 3105 */ .woocommerce .woocommerce-error {
/* 3106 */     background-color: #e12335;
/* 3107 */     border: none;
/* 3108 */     color: #ffffff;
/* 3109 */ }
/* 3110 */ .woocommerce-error li strong,.woocommerce-error:before { color: #ffffff; }
/* 3111 */ .woocommerce .woocommerce-error a, .woocommerce .woocommerce-info a, .woocommerce .woocommerce-message a,.woocommerce .woocommerce-info:before { color: #ffffff; }
/* 3112 */ .woocommerce-checkout .careerfy-entry-content { text-align: center; }
/* 3113 */ .woocommerce-checkout .woocommerce {
/* 3114 */     display: inline-block;
/* 3115 */     width: 980px;
/* 3116 */     padding: 30px;
/* 3117 */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
/* 3118 */     background-color: #ffffff;
/* 3119 */     margin-bottom: 30px;
/* 3120 */     text-align: left;
/* 3121 */ }
/* 3122 */ .woocommerce form .form-row.validate-email { width: 100%; }
/* 3123 */ .woocommerce .place-order button.button {
/* 3124 */     width: 100%;
/* 3125 */     padding: 1em 1.41575em;
/* 3126 */     font-size: 1.41575em;
/* 3127 */     text-transform: capitalize;
/* 3128 */     border: 1px solid;
/* 3129 */     border-radius: 3px;
/* 3130 */     outline: none;
/* 3131 */ }
/* 3132 */ .woocommerce .place-order button.button:hover {
/* 3133 */     background-color: #ffffff;
/* 3134 */ }
/* 3135 */ .wc-stripe-elements-field {
/* 3136 */     display: inline-block;
/* 3137 */     width: 100%;
/* 3138 */ }
/* 3139 */ .woocommerce form .form-row.woocommerce-SavedPaymentMethods-saveNew label {
/* 3140 */     background-color: transparent;
/* 3141 */     padding: 0px;
/* 3142 */     margin: 0px;
/* 3143 */ }
/* 3144 */ .woocommerce form .form-row.woocommerce-SavedPaymentMethods-saveNew,
/* 3145 */ .woocommerce-terms-and-conditions-wrapper .form-row.validate-required { width: 100%; }
/* 3146 */ .woocommerce-checkout #payment div.payment_box {
/* 3147 */     background-color: #ffffff;
/* 3148 */     padding: 0px;
/* 3149 */     margin-bottom: 0px;
/* 3150 */ }

/* woocommerce.css */

/* 3151 */ .woocommerce-checkout #payment div.payment_box:before { display: none; }
/* 3152 */ .woocommerce-checkout #payment ul.payment_methods {
/* 3153 */     padding: 0;
/* 3154 */ }
/* 3155 */ .woocommerce-checkout .payment_box p {
/* 3156 */     padding: 1em 1.41575em;
/* 3157 */ }
/* 3158 */ .woocommerce-checkout #payment ul.payment_methods li {
/* 3159 */     background-color: #f8f8f8;
/* 3160 */     padding: 0.5em 0;
/* 3161 */ }
/* 3162 */ .woocommerce-checkout #payment ul.payment_methods li input {
/* 3163 */     float: left;
/* 3164 */     margin: 8px 0.8em 0 1em;
/* 3165 */ }
/* 3166 */ .payment_box .wc-stripe-elements-field {
/* 3167 */     margin: 5px 0 5px 18px;
/* 3168 */     width: 88%;
/* 3169 */ }
/* 3170 */ .woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
/* 3171 */     padding-left: 20px;
/* 3172 */ }
/* 3173 */ .woocommerce-checkout #payment .payment_method_stripe label[for="payment_method_stripe"] { padding-left: 39px !important; }
/* 3174 */ .woocommerce-terms-and-conditions-wrapper span.woocommerce-terms-and-conditions-checkbox-text {
/* 3175 */     padding-left: 27px;
/* 3176 */     display: inline;
/* 3177 */     vertical-align: middle;
/* 3178 */ }
/* 3179 */ .woocommerce-checkout #payment {
/* 3180 */     background-color: #ffffff;
/* 3181 */     margin-bottom: 0px;
/* 3182 */ }
/* 3183 */ .woocommerce-checkout #payment ul.payment_methods li .form-row.woocommerce-SavedPaymentMethods-saveNew input { margin-left: 0px; }
/* 3184 */ .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox .input-checkbox {
/* 3185 */     display: inline;
/* 3186 */     margin-top: 6px;
/* 3187 */     vertical-align: inherit;
/* 3188 */ }
/* 3189 */ .select2-results__options li {
/* 3190 */     list-style: none;
/* 3191 */     padding: 6px 14px;
/* 3192 */ }
/* 3193 */ .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
/* 3194 */     background-color: #f5fafd;
/* 3195 */     color: #495c68;
/* 3196 */ }
/* 3197 */ .select2-dropdown { border-color: #eee; }
/* 3198 */ .select2-container--default .select2-results__option[data-selected="true"] {
/* 3199 */     background-color: #3d9cd2;
/* 3200 */     color: #ffffff;

/* woocommerce.css */

/* 3201 */ }
/* 3202 */ .select2-container--default .select2-selection--single .select2-selection__arrow b,
/* 3203 */ .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
/* 3204 */     border: none;
/* 3205 */ }
/* 3206 */ .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
/* 3207 */     content: "\f107";
/* 3208 */     font-family: FontAwesome;
/* 3209 */ }
/* 3210 */ .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
/* 3211 */     content: "\f106";
/* 3212 */     font-family: FontAwesome;
/* 3213 */ }
/* 3214 */ .select2-container--default .select2-selection--single .select2-selection__arrow { line-height: 0.2; right: 7px; }
/* 3215 */ .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 13px; }
/* 3216 */ .woocommerce-form-coupon p.form-row-last { width: 40%; }
/* 3217 */ .woocommerce-cart table.cart img { height: 32px; }
/* 3218 */ .careerfy-shop-wrap .careerfy-right-section ul { display: none; }
/* 3219 */ .woocommerce-checkout #payment div.payment_box .form-row {
/* 3220 */     width: 100%;
/* 3221 */     margin: 0px;
/* 3222 */     padding-top: 0px;
/* 3223 */     padding-bottom: 0px;
/* 3224 */ }
/* 3225 */ .woocommerce-checkout #payment ul.payment_methods li .stripe-credit-card-brand {
/* 3226 */     right: 24px;
/* 3227 */ }
/* 3228 */
/* 3229 */ @media (min-width: 768px) and (max-width: 990px) {
/* 3230 */     .woocommerce-checkout .woocommerce,.woocommerce-checkout .col2-set,.woocommerce-checkout .woocommerce-checkout-review-order,.woocommerce form .form-row { width: 100%; }
/* 3231 */     .woocommerce-checkout .col2-set { padding-right: 0px; }
/* 3232 */ }
/* 3233 */
/* 3234 */ @media (max-width: 767px) {
/* 3235 */     .woocommerce-checkout .woocommerce,.woocommerce-checkout .col2-set,.woocommerce-checkout .woocommerce-checkout-review-order,.woocommerce form .form-row { width: 100%; }
/* 3236 */     .woocommerce-checkout .col2-set { padding-right: 0px; }
/* 3237 */     form.woocommerce-cart-form { float: left; width: 100%; overflow: scroll; }
/* 3238 */     table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents { width: 1120px; }
/* 3239 */ }
/* 3240 */
/* 3241 */ @media (max-width: 480px) {
/* 3242 */
/* 3243 */ }
/* 3244 */ table.woocommerce-checkout-review-order-table thead tr th {
/* 3245 */     color: #333; }
/* Minify_CSS_UriRewriter::$debugText

*/

/* style.css */

/* 1     */ /*
/* 2     *| Theme Name: Careerfy
/* 3     *| Theme URI: https://careerfy.net/
/* 4     *| Author: Eyecix
/* 5     *| Author URI: http://eyecix.com/
/* 6     *| Description: Careerfy brings you the most simple solution to display jobs on any type of websites. You may already know, some really big Job Portals provides the option to use their database and extend your website with job offers. This Theme can make everything automatically, some job providers also pay commission when any of your visitors click on the job links.
/* 7     *| Version: 9.2.8
/* 8     *| License: GNU General Public License v2 or later
/* 9     *| License URI: http://www.gnu.org/licenses/gpl-2.0.html
/* 10    *| Text Domain: careerfy
/* 11    *| Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
/* 12    *| */
/* 13    */
/* 14    */ /*
/* 15    *| 01. Theme Typo
/* 16    *| 02. Header
/* 17    *|         02.1 Top Strip
/* 18    *|                 02.1.1 Top Info
/* 19    *|                 02.1.2 Search
/* 20    *|         02.1 Logo
/* 21    *|         02.2 Navigation
/* 22    *|                 02.2.1 SubMenu
/* 23    *|                 02.2.1 MegaMenu
/* 24    *| 03. Content
/* 25    *|
/* 26    *|         03.1 Blog
/* 27    *|                 03.1.2 Blog Grid
/* 28    *|                 03.1.3 Blog Grid Two
/* 29    *|                 03.1.4 Blog Medium
/* 30    *|                 03.1.5 Blog Detail
/* 31    *|
/* 32    *|         03.4 Team
/* 33    *|                 03.4.1 Team Grid
/* 34    *|                 03.4.2 Team list
/* 35    *|                 03.4.3 Team Detail
/* 36    *|
/* 37    *|         03.5 Shortcode
/* 38    *|                 03.5.1 Accordian
/* 39    *|                 03.5.2 Testimonial
/* 40    *|                 03.5.3 Services
/* 41    *|                 03.5.4 Team
/* 42    *|                 03.5.5 Form
/* 43    *|                 03.5.6 Tabs
/* 44    *|                 03.5.7 Partner
/* 45    *|                 03.5.8 Button
/* 46    *|                 03.5.9 Accordian
/* 47    *|                 03.5.10 List
/* 48    *|                 03.5.11 Table
/* 49    *|                 03.5.12 Typography
/* 50    *|

/* style.css *|

/* 51    *|         03.6 Default Pages Style
/* 52    *|                 03.6.1 404
/* 53    *|                 03.6.2 UnderCuntruction
/* 54    *|                 03.6.3 No Search Result
/* 55    *|                 03.6.4 Services
/* 56    *|                 03.6.5 Contact Us
/* 57    *|
/* 58    *|         03.7 Case Studies
/* 59    *|                 03.7.1 Case Studies Grid
/* 60    *|                 03.7.2 Case Studies Grid Two
/* 61    *|                 03.7.3 Case Studies List
/* 62    *|                 03.7.4 Case Studies Detail
/* 63    *|
/* 64    *|         03.8 Careers
/* 65    *|                 03.8.1 Careers Job Listing
/* 66    *|                 03.8.2 Careers Vacancy
/* 67    *|                 03.8.3 Company History
/* 68    *|                 03.8.4 Our Clients
/* 69    *|                 03.8.5 Our Strategy
/* 70    *|
/* 71    *|         03.9 Shop
/* 72    *|                 03.9.1 Shop Grid
/* 73    *|                 03.9.2 Shop List
/* 74    *|                 03.9.3 Shop Detail
/* 75    *|
/* 76    *| 04. Sidebar Widget
/* 77    *|         04.1 Widget CATEGORY WIDGET
/* 78    *|         04.2 Widget Search
/* 79    *|         04.3 Widget Our Photos
/* 80    *|         04.4 Widget Text
/* 81    *|         04.5 Widget Recent Posts
/* 82    *|         04.7 Widget Newsletter
/* 83    *|         04.8 Testimonial
/* 84    *|         04.9 Popular Tags
/* 85    *|         04.10 Featured Articles
/* 86    *|         04.11 Widget Calendar
/* 87    *|
/* 88    *| 05. Footer
/* 89    *|         05.1 backTo Top
/* 90    *|         05.2 CopyRight
/* 91    *|         05.3 Social Network
/* 92    *| */
/* 93    */
/* 94    */ * {
/* 95    */     margin: 0;
/* 96    */     padding: 0;
/* 97    */     -webkit-box-sizing: border-box;
/* 98    */        -moz-box-sizing: border-box;
/* 99    */             box-sizing: border-box;
/* 100   */ }

/* style.css */

/* 101   */ body {
/* 102   */     background-color: #ffffff;
/* 103   */     color: #999999;
/* 104   */     font-family: 'Roboto', sans-serif;
/* 105   */     font-size: 14px;
/* 106   */     line-height: 24px;
/* 107   */     position: relative;
/* 108   */ }
/* 109   */ body h1, body h2, body h3, body h4, body h5, body h6 {
/* 110   */     color: #333333;
/* 111   */     font-family: 'Roboto', sans-serif;
/* 112   */     font-style: normal;
/* 113   */     line-height: 1.5;
/* 114   */     letter-spacing: 1.1px;
/* 115   */     margin: 0 0 8px;
/* 116   */ }
/* 117   */ h1 {
/* 118   */     font-size: 26px;
/* 119   */ }
/* 120   */ h2 {
/* 121   */     font-size: 24px;
/* 122   */ }
/* 123   */ h3 {
/* 124   */     font-size: 22px;
/* 125   */ }
/* 126   */ h4 {
/* 127   */     font-size: 20px;
/* 128   */ }
/* 129   */ h5 {
/* 130   */     font-size: 18px;
/* 131   */ }
/* 132   */ h6 {
/* 133   */     font-size: 16px;
/* 134   */ }
/* 135   */ h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
/* 136   */     color: #333333;
/* 137   */ }
/* 138   */ p a {
/* 139   */     color: #333333;
/* 140   */ }
/* 141   */ p {
/* 142   */     line-height: 28px;
/* 143   */     letter-spacing: 0.8px;
/* 144   */     margin-bottom: 10px;
/* 145   */ }
/* 146   */ a {
/* 147   */     color: #333333;
/* 148   */     text-decoration: none;
/* 149   */ }
/* 150   */ a:hover, a:focus, a:active {

/* style.css */

/* 151   */     outline: none;
/* 152   */ }
/* 153   */ select,button,input,option,.select2-container span,.select2-results li {
/* 154   */     outline: none;
/* 155   */ }
/* 156   */ ul {
/* 157   */     margin-bottom: 0;
/* 158   */ }
/* 159   */ figure {
/* 160   */     margin-bottom: 6px;
/* 161   */     position: relative;
/* 162   */ }
/* 163   */ img {
/* 164   */     max-width: 100%;
/* 165   */ }
/* 166   */ strong {
/* 167   */     color: #333333;
/* 168   */ }
/* 169   */ iframe {
/* 170   */     border: none;
/* 171   */     float: left;
/* 172   */     width: 100%;
/* 173   */ }
/* 174   */ .wp-caption.alignleft, .wp-caption.alignnone {
/* 175   */     width: 100%;
/* 176   */ }
/* 177   */ select {
/* 178   */     background-color: #f0eef0;
/* 179   */     border: 1px solid #dfdfdf;
/* 180   */     color: #666666;
/* 181   */     cursor: pointer;
/* 182   */     display: inline-block;
/* 183   */     font-size: 14px;
/* 184   */     font-weight: 300;
/* 185   */     height: 40px;
/* 186   */     padding: 8px 12px;
/* 187   */     width: 100%;
/* 188   */ }
/* 189   */ label {
/* 190   */     color: #333333;
/* 191   */     display: block;
/* 192   */     margin-bottom: 10px;
/* 193   */ }
/* 194   */ button {
/* 195   */     border: none;
/* 196   */ }
/* 197   */ textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
/* 198   */     background-color: #f2f2f2;
/* 199   */     border: none;
/* 200   */     color: #666;

/* style.css */

/* 201   */     display: inline-block;
/* 202   */     font-size: 13px;
/* 203   */     height: 30px;
/* 204   */     line-height: 20px;
/* 205   */     outline: none;
/* 206   */     padding: 4px 6px;
/* 207   */     vertical-align: middle;
/* 208   */     box-shadow: none;
/* 209   */ }
/* 210   */ input[type="submit"] {
/* 211   */     outline: none;
/* 212   */ }
/* 213   */ option {
/* 214   */     padding: 5px 15px;
/* 215   */ }
/* 216   */ li {
/* 217   */     line-height: 28px;
/* 218   */     list-style: outside disc;
/* 219   */ }
/* 220   */ ul ul {
/* 221   */     margin-left: 20px;
/* 222   */ }
/* 223   */ ol {
/* 224   */     float: none;
/* 225   */     list-style: outside decimal;
/* 226   */     padding-left: 15px;
/* 227   */ }
/* 228   */ ol ol {
/* 229   */     margin-left: 20px;
/* 230   */ }
/* 231   */ ol li {
/* 232   */     list-style: outside decimal;
/* 233   */     width: 100%;
/* 234   */ }
/* 235   */ table {
/* 236   */     background-color: transparent;
/* 237   */     max-width: 100%;
/* 238   */ }
/* 239   */ th {
/* 240   */     text-align: left;
/* 241   */ }
/* 242   */ table {
/* 243   */     margin-bottom: 15px;
/* 244   */     width: 100%;
/* 245   */ }
/* 246   */ table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
/* 247   */     border: 1px solid #dddddd;
/* 248   */     line-height: 2.5;
/* 249   */     padding-left: 3px;
/* 250   */     text-align: center;

/* style.css */

/* 251   */     vertical-align: top;
/* 252   */ }
/* 253   */ table thead tr th {
/* 254   */     border-top: 1px solid #dddddd;
/* 255   */     text-align: center;
/* 256   */     text-transform: capitalize;
/* 257   */ }
/* 258   */ .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
/* 259   */     border-top: 1px solid #dddddd;
/* 260   */ }
/* 261   */ table > thead > tr > th {
/* 262   */     border-bottom: 2px solid #dddddd;
/* 263   */     vertical-align: bottom;
/* 264   */ }
/* 265   */ table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
/* 266   */     border-bottom: 0 none;
/* 267   */ }
/* 268   */ table > tbody + tbody {
/* 269   */     border-top: 2px solid #dddddd;
/* 270   */ }
/* 271   */ .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
/* 272   */     padding: 6px 10px;
/* 273   */ }
/* 274   */ p ins {
/* 275   */     color: #999;
/* 276   */ }
/* 277   */ dl dd                           { margin-left: 20px; }
/* 278   */ address                         { font-style: italic; }
/* 279   */ /* ThemeUnit */
/* 280   */ .alignleft {
/* 281   */     float: left;
/* 282   */     margin: 0 20px 20px 0;
/* 283   */ }
/* 284   */ .alignright {
/* 285   */     float: right;
/* 286   */     margin: 0 0 20px 20px;
/* 287   */ }
/* 288   */ .wp-caption.aligncenter { display: inline-block; text-align: center; }
/* 289   */ .wp-caption.alignnone { width: 100% !important; }
/* 290   */ .wp-caption-text { margin-top: 10px; }
/* 291   */ .page-links a {
/* 292   */     display: inline-block;
/* 293   */     padding: 8px 10px;
/* 294   */     border: 2px solid #eee;
/* 295   */     color: #333;
/* 296   */     width: 42px;
/* 297   */     height:42px;
/* 298   */     text-align: center;
/* 299   */     margin: 0px 5px 15px 5px;
/* 300   */     -webkit-transition: .25s ease-in-out;

/* style.css */

/* 301   */        -moz-transition: .25s ease-in-out;
/* 302   */         -ms-transition: .25s ease-in-out;
/* 303   */          -o-transition: .25s ease-in-out;
/* 304   */             transition: .25s ease-in-out;
/* 305   */ }
/* 306   */ .page-links a:hover { background-color: #13b5ea; color: #ffffff; }
/* 307   */ .post-password-form p,.post-password-form label,
/* 308   */ .post-password-form input[type="password"],.post-password-form span {
/* 309   */     float: left;
/* 310   */     width: 100%;
/* 311   */ }
/* 312   */ .post-password-form span {
/* 313   */     font-weight: bold;
/* 314   */     margin-bottom: 20px;
/* 315   */     font-size: 20px;
/* 316   */ }
/* 317   */ .post-password-form {
/* 318   */     margin-bottom: 25px;
/* 319   */     margin-top: 10px;
/* 320   */     text-align: center;
/* 321   */     float: left;
/* 322   */     width: 100%;
/* 323   */ }
/* 324   */ .post-password-form input[type="password"] {
/* 325   */     background-color: #fff;
/* 326   */     border: 1px solid #eee;
/* 327   */     height: 40px;
/* 328   */     padding: 5px 20px;
/* 329   */ }
/* 330   */ .post-password-form label { color: #333; }
/* 331   */ .careerfy-protected-content {
/* 332   */     display: inline-block;
/* 333   */     width: 50%;
/* 334   */     position: relative;
/* 335   */ }
/* 336   */ .post-password-form input[type="submit"] {
/* 337   */     position: absolute;
/* 338   */     right: 0px;
/* 339   */     bottom: 0px;
/* 340   */     background-color: #13b5ea;
/* 341   */     color: #ffffff;
/* 342   */     padding: 8px 30px 8px 30px;
/* 343   */     border: none;
/* 344   */ }
/* 345   */ .careerfy-comment-text h2,.careerfy-comment-text ~ h2 { display: inline-block; width: 100%; }
/* 346   */ .comments-area .thumblist ul li li { list-style: initial; }
/* 347   */ .comments-area .thumblist ul ul { margin-left: 20px; }
/* 348   */ .comments-area .thumblist .careerfy-comment-text ol li,.comments-area .thumblist .careerfy-comment-text ol,.comments-area .thumblist .careerfy-comment-text ol li li { list-style: decimal; }
/* 349   */ .comments-area .thumblist ul.children li { list-style: none; }
/* 350   */ .mejs-audio { margin-bottom: 15px; }

/* style.css */

/* 351   */ .careerfy-theme-unit .careerfy-postreviews .thumblist h4 { font-size: 20px; font-weight: normal; }
/* 352   */ .eyesports-post-content .gallery { margin: 0px -15px; }
/* 353   */ .gallery-item {
/* 354   */     display: inline-block;
/* 355   */     vertical-align: top;
/* 356   */     margin: 0px -4px 30px 0px;
/* 357   */     padding: 0px 15px;
/* 358   */ }
/* 359   */ .gallery-item {
/* 360   */     max-width: 25%;
/* 361   */ }
/* 362   */
/* 363   */ .gallery-columns-1 .gallery-item {
/* 364   */     max-width: 100%;
/* 365   */ }
/* 366   */
/* 367   */ .gallery-columns-2 .gallery-item {
/* 368   */     max-width: 50%;
/* 369   */ }
/* 370   */
/* 371   */ .gallery-columns-3 .gallery-item {
/* 372   */     max-width: 33.33%;
/* 373   */ }
/* 374   */
/* 375   */ .gallery-columns-4 .gallery-item {
/* 376   */     max-width: 25%;
/* 377   */ }
/* 378   */ .gallery-columns-1 .gallery-item {
/* 379   */     width: 100%;
/* 380   */ }
/* 381   */
/* 382   */ .gallery-columns-2 .gallery-item {
/* 383   */     width: 50%;
/* 384   */ }
/* 385   */ .gallery-columns-5 .gallery-item {
/* 386   */     max-width: 20%;
/* 387   */ }
/* 388   */
/* 389   */ .gallery-columns-6 .gallery-item {
/* 390   */     max-width: 16.66%;
/* 391   */ }
/* 392   */
/* 393   */ .gallery-columns-7 .gallery-item {
/* 394   */     max-width: 14.28%;
/* 395   */ }
/* 396   */
/* 397   */ .gallery-columns-8 .gallery-item {
/* 398   */     max-width: 12.5%;
/* 399   */ }
/* 400   */

/* style.css */

/* 401   */ .gallery-columns-9 .gallery-item {
/* 402   */     max-width: 11.11%;
/* 403   */ }
/* 404   */ .gallery-item .gallery-icon a,
/* 405   */ .gallery-item .gallery-icon a img {
/* 406   */     float: left;
/* 407   */     width: 100%;
/* 408   */ }
/* 409   */ .sticky,.bypostauthor {
/* 410   */     line-height: 1.5;
/* 411   */ }
/* 412   */ .gallery-caption {
/* 413   */     margin-top: 15px;
/* 414   */     display: inline-block;
/* 415   */     width: 100%;
/* 416   */ }
/* 417   */ blockquote { display: inline-block; }
/* 418   */ .careerfy-theme-unit .gallery { margin: 0px -15px; }
/* 419   */ .careerfy-theme-unit .theband-rich-editor .gallery figure { margin-right: 0px; margin-top: 0px; }
/* 420   */ .gallery-item figcaption { margin-top: 15px; }
/* 421   */ .edit-link { width: 100%; display: inline-block; margin: 20px 0px; }
/* 422   */ .page-links {
/* 423   */     float: left;
/* 424   */     width: 100%;
/* 425   */     font-weight: bold;
/* 426   */ }
/* 427   */ .careerfy-theme-unit .careerfy-detail-editore iframe,.wp-caption.aligncenter { width: 100% !important; max-width: 100% !important; }
/* 428   */ .screen-reader-text { display: none; }
/* 429   */ .careerfy-main-section,.careerfy-main-content {
/* 430   */     float: left;
/* 431   */     width: 100%;
/* 432   */     position: relative;
/* 433   */ }
/* 434   */ .careerfy-main-content     { padding: 100px 0px 60px 0px; }
/* 435   */ .careerfy-main-content.no-page-spacing { padding: 0px !important; }
/* 436   */ .careerfy-right-section    { float: right; }
/* 437   */ .careerfy-left-section     { float: left; }
/* 438   */ .careerfy-theme-unit .careerfy-detail-editore h3 {
/* 439   */     border: none;
/* 440   */     padding: 0px;
/* 441   */ }
/* 442   */ .careerfy-theme-unit .careerfy-detail-editore h1 { font-size: 30px; line-height: 1; }
/* 443   */ .careerfy-detail-editore ul { margin-bottom: 8px; }
/* 444   */ /* ThemeUnit */
/* 445   */ .careerfy-right                { float: right; }
/* 446   */ .careerfy-main-section         { position: relative; }
/* 447   */ .careerfy-main-content,.jobsearch-main-content         { padding: 50px 0px 10px 0px; }
/* 448   */ .careerfy-full-wide-page { overflow: hidden; }
/* 449   */ .careerfy-main-content,.careerfy-main-section,
/* 450   */ .jobsearch-main-content,.careerfy-main-section {

/* style.css */

/* 451   */     float: left;
/* 452   */     width: 100%;
/* 453   */ }
/* 454   */ .careerfy-theme-unit .careerfy-header-one .col-md-6 { width: 75%; }
/* 455   */ .careerfy-theme-unit .careerfy-header-one .col-md-4 { display: none; }
/* 456   */ /* Header */
/* 457   */ #careerfy-header .collapse { display: block; }
/* 458   */ #careerfy-header,.careerfy-header-one {
/* 459   */     float: left;
/* 460   */     width: 100%;
/* 461   */ }
/* 462   */ .careerfy-header-one {
/* 463   */     background-color: #ffffff;
/* 464   */     border-bottom: 1px solid #eee;
/* 465   */ }
/* 466   */ .careerfy-header-one .row > [class*="col-md-"] {
/* 467   */     display: inline-block;
/* 468   */     float: none;
/* 469   */     vertical-align: middle;
/* 470   */     margin-right: -4px;
/* 471   */ }
/* 472   */ .careerfy-logo {
/* 473   */     float: left;
/* 474   */     margin: 26px 0px 25px 0px;
/* 475   */ }
/* 476   */ /* Sticky Header */
/* 477   */ .admin-bar.careerfy-sticky-header .careerfy-header-one,
/* 478   */ .admin-bar.careerfy-sticky-header .careerfy-header-three { top: 32px; }
/* 479   */ .careerfy-sticky-header .careerfy-header-one,
/* 480   */ .careerfy-sticky-header .careerfy-header-three,
/* 481   */ .careerfy-sticky-header .careerfy-headerten-mainnav,
/* 482   */ .careerfy-sticky-header .careerfy-header-eleven,
/* 483   */ .careerfy-sticky-header .careerfy-headernine-main,
/* 484   */ .careerfy-sticky-header .careerfy-twelve-navigation,
/* 485   */ .careerfy-sticky-header .careerfy-header-thirteen,
/* 486   */ .careerfy-sticky-header .careerfy-header-seventeen-main,
/* 487   */ .careerfy-sticky-header .careerfy-header-eighteen,
/* 488   */ .careerfy-sticky-header .jobsearch-header-eight .jobsearch-main-header,
/* 489   */ .careerfy-sticky-header .careerfy-header-twentyone-wrapper,
/* 490   */ .careerfy-sticky-header .careerfy-header-twentytwo-wrapper {
/* 491   */     position: fixed;
/* 492   */     width: 100%;
/* 493   */     left: 0px;
/* 494   */     top: 0px;
/* 495   */     z-index: 999;
/* 496   */     box-shadow: 0px 0px 10px 2px #eee;
/* 497   */     background-color: #ffffff;
/* 498   */ }
/* 499   */ .careerfy-sticky-header .careerfy-header-two {
/* 500   */     position: fixed;

/* style.css */

/* 501   */     width: 100%;
/* 502   */     left: 0px;
/* 503   */     top: 0px;
/* 504   */     z-index: 9999;
/* 505   */     background-color: #373d41;
/* 506   */ }
/* 507   */ .careerfy-sticky-header .careerfy-header-fifteen {
/* 508   */     position: fixed;
/* 509   */     width: 100%;
/* 510   */     left: 0px;
/* 511   */     top: 0px;
/* 512   */     z-index: 9999;
/* 513   */     box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.80);
/* 514   */     background-color: rgba(0,0,0,0.80);
/* 515   */     padding: 30px 50px 30px 50px;
/* 516   */ }
/* 517   */ .careerfy-sticky-header .careerfy-header-four {
/* 518   */     position: fixed;
/* 519   */     width: 100%;
/* 520   */     left: 0px;
/* 521   */     top: 0px;
/* 522   */     z-index: 9999;
/* 523   */     box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.80);
/* 524   */     background-color: rgba(0,0,0,0.80);
/* 525   */     padding: 10px 50px 10px 50px;
/* 526   */ }
/* 527   */ .careerfy-sticky-header .careerfy-header-fourteen {
/* 528   */     padding: 10px 30px 10px 20px;
/* 529   */     position: fixed;
/* 530   */     width: 100%;
/* 531   */     left: 0px;
/* 532   */     top: 0px;
/* 533   */     z-index: 9999;
/* 534   */     box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.80);
/* 535   */     background-color: rgba(0,0,0,0.80);
/* 536   */ }
/* 537   */ .careerfy-sticky-header .careerfy-header-sixteen {
/* 538   */     position: fixed;
/* 539   */     width: 100%;
/* 540   */     left: 0px;
/* 541   */     top: 0px;
/* 542   */     z-index: 9999;
/* 543   */     box-shadow: 0px 0px 10px 2px #eee;
/* 544   */ }
/* 545   */ .careerfy-sticky-header .careerfy-header-twenty {
/* 546   */     position: fixed;
/* 547   */     width: 100%;
/* 548   */     left: 0px;
/* 549   */     top: 0px;
/* 550   */     z-index: 9999;

/* style.css */

/* 551   */ }
/* 552   */ .careerfy-sticky-header .careerfy-header-fifteen .jobsearch-navigation {
/* 553   */     margin-top: 6px; }
/* 554   */ .careerfy-sticky-header .careerfy-headerten-mainnav {
/* 555   */     padding: 8px 0px; }
/* 556   */ .careerfy-sticky-header .careerfy-header-one,
/* 557   */ .careerfy-sticky-header .careerfy-header-two,
/* 558   */ .careerfy-sticky-header .careerfy-header-three,
/* 559   */ .careerfy-sticky-header .careerfy-header-eight,
/* 560   */ .careerfy-sticky-header .careerfy-header-seven,
/* 561   */ .careerfy-sticky-header .careerfy-header-six,
/* 562   */ .careerfy-sticky-header .careerfy-headerten-mainnav,
/* 563   */ .careerfy-sticky-header .careerfy-header-eleven,
/* 564   */ .careerfy-sticky-header .careerfy-headernine-main,
/* 565   */ .careerfy-sticky-header .careerfy-header-fifteen,
/* 566   */ .careerfy-sticky-header .careerfy-twelve-navigation,
/* 567   */ .careerfy-sticky-header .careerfy-header-thirteen,
/* 568   */ .careerfy-sticky-header .careerfy-header-sixteen,
/* 569   */ .careerfy-sticky-header .careerfy-header-seventeen-main,
/* 570   */ .careerfy-sticky-header .careerfy-header-eighteen,
/* 571   */ .careerfy-sticky-header .careerfy-header-fourteen,
/* 572   */ .careerfy-sticky-header .careerfy-header-four,
/* 573   */ .careerfy-sticky-header .careerfy-header-twenty,
/* 574   */ .careerfy-sticky-header .jobsearch-header-eight .jobsearch-main-header,
/* 575   */ .careerfy-sticky-header .careerfy-header-twentyone-wrapper,
/* 576   */ .careerfy-sticky-header .careerfy-header-twentytwo-wrapper {
/* 577   */     -webkit-animation-name: stickyslide;
/* 578   */     animation-name: stickyslide;
/* 579   */     -webkit-animation-duration: 0.5s;
/* 580   */     animation-duration: 0.5s;
/* 581   */     -webkit-animation-fill-mode: both;
/* 582   */     animation-fill-mode: both;
/* 583   */ }
/* 584   */ @-webkit-keyframes stickyslide {
/* 585   */   0% {
/* 586   */     opacity: 0;
/* 587   */     -webkit-transform: translateY(-120px);
/* 588   */        -moz-transform: translateY(-120px);
/* 589   */         -ms-transform: translateY(-120px);
/* 590   */          -o-transform: translateY(-120px);
/* 591   */             transform: translateY(-120px);
/* 592   */   }
/* 593   */
/* 594   */   100% {
/* 595   */     opacity: 1;
/* 596   */     -webkit-transform: translateY(0);
/* 597   */        -moz-transform: translateY(0);
/* 598   */         -ms-transform: translateY(0);
/* 599   */          -o-transform: translateY(0);
/* 600   */             transform: translateY(0);

/* style.css */

/* 601   */   }
/* 602   */ }
/* 603   */ @keyframes stickyslide {
/* 604   */   0% {
/* 605   */     opacity: 0;
/* 606   */     -webkit-transform: translateY(-120px);
/* 607   */        -moz-transform: translateY(-120px);
/* 608   */         -ms-transform: translateY(-120px);
/* 609   */          -o-transform: translateY(-120px);
/* 610   */             transform: translateY(-120px);
/* 611   */   }
/* 612   */
/* 613   */   100% {
/* 614   */     opacity: 1;
/* 615   */     -webkit-transform: translateY(0);
/* 616   */        -moz-transform: translateY(0);
/* 617   */         -ms-transform: translateY(0);
/* 618   */          -o-transform: translateY(0);
/* 619   */             transform: translateY(0);
/* 620   */   }
/* 621   */ }
/* 622   */ .careerfy-sticky-header .careerfy-header-eleven .careerfy-logo {
/* 623   */     margin: 20px 40px 20px 0px; }
/* 624   */ .careerfy-sticky-header .careerfy-header-eleven {
/* 625   */     padding: 0px 50px; }
/* 626   */ /* Navigation */
/* 627   */ .navbar-nav li {
/* 628   */     float: left;
/* 629   */     position: relative;
/* 630   */     list-style: none;
/* 631   */ }
/* 632   */ .navbar-nav > li                                    { padding: 0px 14px 0px 14px; }
/* 633   */ .navbar-nav .sub-menu > li:last-child > a           { border-bottom: none; }
/* 634   */ .navbar-nav > li > a {
/* 635   */     font-size: 14px;
/* 636   */     float: left;
/* 637   */     color: #656c6c;
/* 638   */     padding: 35px 0px 34px 0px;
/* 639   */     position: relative;
/* 640   */     -webkit-transition: all 0.5s ease-in-out;
/* 641   */        -moz-transition: all 0.5s ease-in-out;
/* 642   */         -ms-transition: all 0.5s ease-in-out;
/* 643   */          -o-transition: all 0.5s ease-in-out;
/* 644   */             transition: all 0.5s ease-in-out;
/* 645   */ }
/* 646   */ .navbar-nav > li > a:before {
/* 647   */     content: '';
/* 648   */     position: absolute;
/* 649   */     left: 0px;
/* 650   */     bottom: 5px;

/* style.css */

/* 651   */     width: 100%;
/* 652   */     height: 2px;
/* 653   */     opacity: 0;
/* 654   */     -webkit-transition: all 0.4s ease-in-out;
/* 655   */        -moz-transition: all 0.4s ease-in-out;
/* 656   */         -ms-transition: all 0.4s ease-in-out;
/* 657   */          -o-transition: all 0.4s ease-in-out;
/* 658   */             transition: all 0.4s ease-in-out;
/* 659   */ }
/* 660   */ .navbar-nav > li:hover > a:before,
/* 661   */ .navbar-nav > li.active > a:before {
/* 662   */     opacity: 1;
/* 663   */     bottom: -1px;
/* 664   */ }
/* 665   */ .navbar-nav li:hover > .sub-menu,
/* 666   */ .navbar-nav li:hover > .children {
/* 667   */     opacity: 1;
/* 668   */     visibility: visible;
/* 669   */     -webkit-transform: translateX(0px);
/* 670   */        -moz-transform: translateX(0px);
/* 671   */         -ms-transform: translateX(0px);
/* 672   */          -o-transform: translateX(0px);
/* 673   */             transform: translateX(0px);
/* 674   */ }
/* 675   */ .navbar-nav .sub-menu,
/* 676   */ .navbar-nav .children {
/* 677   */     background-color: #ffffff;
/* 678   */     left: 0;
/* 679   */     margin: 1px 0px 0px 0px;
/* 680   */     opacity: 0;
/* 681   */     position: absolute;
/* 682   */     top: 100%;
/* 683   */     padding: 0px 20px;
/* 684   */     visibility: hidden;
/* 685   */     min-width: 200px;
/* 686   */     z-index: 999;
/* 687   */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
/* 688   */     -webkit-transform: translateX(10px);
/* 689   */        -moz-transform: translateX(10px);
/* 690   */         -ms-transform: translateX(10px);
/* 691   */          -o-transform: translateX(10px);
/* 692   */             transform: translateX(10px);
/* 693   */     -webkit-transition: all 0.5s ease-in-out;
/* 694   */        -moz-transition: all 0.5s ease-in-out;
/* 695   */         -ms-transition: all 0.5s ease-in-out;
/* 696   */          -o-transition: all 0.5s ease-in-out;
/* 697   */             transition: all 0.5s ease-in-out;
/* 698   */ }
/* 699   */ .navbar-nav .sub-menu .sub-menu,
/* 700   */ .navbar-nav .children .children {

/* style.css */

/* 701   */     left: 100%;
/* 702   */     top: 20%;
/* 703   */ }
/* 704   */ .navbar-nav li:last-child .sub-menu .sub-menu,
/* 705   */ .navbar-nav li:last-child .children .children {
/* 706   */     left: auto;
/* 707   */     right: 105%;
/* 708   */ }
/* 709   */ .navbar-nav .sub-menu > li,
/* 710   */ .navbar-nav .children > li {
/* 711   */     float: left;
/* 712   */     width: 100%;
/* 713   */ }
/* 714   */ .navbar-nav .sub-menu li a,
/* 715   */ .navbar-nav .children li a {
/* 716   */     border-bottom: 1px solid #f2f2f2;
/* 717   */     color: #656c6c;
/* 718   */     float: left;
/* 719   */     font-size: 14px;
/* 720   */     font-weight: 400;
/* 721   */     padding: 10px 0px;
/* 722   */     width: 100%;
/* 723   */     -webkit-transition: all 0.5s ease-in-out;
/* 724   */        -moz-transition: all 0.5s ease-in-out;
/* 725   */         -ms-transition: all 0.5s ease-in-out;
/* 726   */          -o-transition: all 0.5s ease-in-out;
/* 727   */             transition: all 0.5s ease-in-out;
/* 728   */ }
/* 729   */ .header-tabel {
/* 730   */     display: table;
/* 731   */     width: 100%;
/* 732   */ }
/* 733   */ .header-row {
/* 734   */     display: table-row;
/* 735   */ }
/* 736   */ .careerfy-menu-con {
/* 737   */     display: table-cell;
/* 738   */     vertical-align: middle;
/* 739   */     position: relative;
/* 740   */ }
/* 741   */ .careerfy-header-three .careerfy-menu-con { position: static; }
/* 742   */ .careerfy-logo-con {
/* 743   */     display: table-cell;
/* 744   */     padding: 0px 15px 0px 0px;
/* 745   */     vertical-align: middle;
/* 746   */ }
/* 747   */ .careerfy-btns-con {
/* 748   */     display: table-cell;
/* 749   */     vertical-align: middle;
/* 750   */ }

/* style.css */

/* 751   */ .careerfy-header-one .careerfy-logo-con .careerfy-logo {
/* 752   */     float: none;
/* 753   */     display: inline-block;
/* 754   */     vertical-align: middle;
/* 755   */     margin-right: -4px;
/* 756   */     padding-right: 20px;
/* 757   */ }
/* 758   */ .careerfy-header-one .navigation-sub {
/* 759   */     display: inline-block;
/* 760   */     vertical-align: middle;
/* 761   */     position: relative;
/* 762   */ }
/* 763   */ .careerfy-header-one .navbar-nav > li:last-child { padding-right: 0px; }
/* 764   */ .navigation-subthree {
/* 765   */     float: left;
/* 766   */ }
/* 767   */ .navbar {
/* 768   */     min-height: auto; }
/* 769   */ /* User Section */
/* 770   */ .careerfy-header-twelve .careerfy-user-section {
/* 771   */     float: right; }
/* 772   */ .careerfy-user-section {
/* 773   */     float: left;
/* 774   */     padding: 25px 0px 0px 0px;
/* 775   */ }
/* 776   */ .careerfy-user-section > li {
/* 777   */     float: left;
/* 778   */     list-style: none;
/* 779   */     padding: 6px 13px 29px 13px;
/* 780   */     position: relative;
/* 781   */ }
/* 782   */ .careerfy-section-title-style .job-filter {
/* 783   */     background-color: #ffffff;
/* 784   */     right: 20px;
/* 785   */ }
/* 786   */ .careerfy-user-section > li:before {
/* 787   */     content: '';
/* 788   */     position: absolute;
/* 789   */     left: 0px;
/* 790   */     top: 10px;
/* 791   */     width: 1px;
/* 792   */     height: 20px;
/* 793   */     background-color: #e5e5e5;
/* 794   */ }
/* 795   */ .careerfy-user-section ul.nav-item-children {
/* 796   */     background-color: #ffffff;
/* 797   */     right: 0;
/* 798   */     margin: 0px 0px 0px 0px;
/* 799   */     padding: 0px 20px;
/* 800   */     opacity: 0;

/* style.css */

/* 801   */     position: absolute;
/* 802   */     top: 100%;
/* 803   */     visibility: hidden;
/* 804   */     width: 200px;
/* 805   */     z-index: 999;
/* 806   */     text-align: left;
/* 807   */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
/* 808   */     -webkit-transform: translateX(10px);
/* 809   */        -moz-transform: translateX(10px);
/* 810   */         -ms-transform: translateX(10px);
/* 811   */          -o-transform: translateX(10px);
/* 812   */             transform: translateX(10px);
/* 813   */     -webkit-transition: all 0.5s ease-in-out;
/* 814   */        -moz-transition: all 0.5s ease-in-out;
/* 815   */         -ms-transition: all 0.5s ease-in-out;
/* 816   */          -o-transition: all 0.5s ease-in-out;
/* 817   */             transition: all 0.5s ease-in-out;
/* 818   */ }
/* 819   */ .careerfy-user-section > li:hover > ul.nav-item-children {
/* 820   */     opacity: 1;
/* 821   */     visibility: visible;
/* 822   */     -webkit-transform: translateX(0px);
/* 823   */        -moz-transform: translateX(0px);
/* 824   */         -ms-transform: translateX(0px);
/* 825   */          -o-transform: translateX(0px);
/* 826   */             transform: translateX(0px);
/* 827   */ }
/* 828   */ .careerfy-user-section ul.nav-item-children > li {
/* 829   */     float: left;
/* 830   */     width: 100%;
/* 831   */     list-style: none;
/* 832   */     padding: 0px;
/* 833   */ }
/* 834   */ .careerfy-user-section ul.nav-item-children > li > a {
/* 835   */     border-bottom: 1px solid #f2f2f2;
/* 836   */     color: #656c6c;
/* 837   */     float: left;
/* 838   */     font-size: 14px;
/* 839   */     font-weight: 400;
/* 840   */     padding: 10px 0px;
/* 841   */     width: 100%;
/* 842   */     position: relative;
/* 843   */     -webkit-transition: all 0.5s ease-in-out;
/* 844   */        -moz-transition: all 0.5s ease-in-out;
/* 845   */         -ms-transition: all 0.5s ease-in-out;
/* 846   */          -o-transition: all 0.5s ease-in-out;
/* 847   */             transition: all 0.5s ease-in-out;
/* 848   */ }
/* 849   */ .careerfy-user-section ul.nav-item-children i {
/* 850   */     display: inline-block;

/* style.css */

/* 851   */     margin-right: 10px;
/* 852   */     vertical-align: middle;
/* 853   */ }
/* 854   */ .careerfy-user-section ul.nav-item-children li > a .fa-lock {
/* 855   */     position: absolute;
/* 856   */     background-color: #fb353f;
/* 857   */     color: #fff;
/* 858   */     padding: 15px 0px 0px 0px;
/* 859   */     font-size: 17px;
/* 860   */     text-align: center;
/* 861   */     margin: 0;
/* 862   */     right: -20px;
/* 863   */     top: 0;
/* 864   */     height: 100%;
/* 865   */     width: 40px;
/* 866   */ }
/* 867   */ .careerfy-user-section li:first-child:before   { display: none; }
/* 868   */ .careerfy-simple-btn {
/* 869   */     float: right;
/* 870   */     padding: 9px 16px;
/* 871   */     color: #ffffff;
/* 872   */     text-transform: uppercase;
/* 873   */     font-weight: 500;
/* 874   */     border-radius: 2px;
/* 875   */     margin: 24px 0px 0px 19px;
/* 876   */     overflow: hidden;
/* 877   */     position: relative;
/* 878   */ }
/* 879   */ .careerfy-simple-btn i                         { margin-right: 9px; }
/* 880   */ .careerfy-header-one .careerfy-simple-btn {
/* 881   */     padding: 6px 12px;
/* 882   */     margin: 26px 0px 0px 5px;
/* 883   */     font-size: 13px;
/* 884   */ }
/* 885   */ .careerfy-header-one .careerfy-simple-btn i {
/* 886   */     margin-right: 4px; }
/* 887   */ /* Counter */
/* 888   */ .careerfy-counter {
/* 889   */     float: left;
/* 890   */     width: 100%;
/* 891   */ }
/* 892   */ .careerfy-counter ul li i {
/* 893   */     font-size: 36px;
/* 894   */     display: block;
/* 895   */     margin-bottom: 28px;
/* 896   */ }
/* 897   */ .careerfy-counter ul li {
/* 898   */     list-style: none;
/* 899   */     text-align: center;
/* 900   */     margin-bottom: 27px;

/* style.css */

/* 901   */     border-left: 1px solid #e9e9e9;
/* 902   */ }
/* 903   */ .careerfy-counter ul li:first-child            { border: none; }
/* 904   */ .careerfy-counter ul li small                  { font-size: 14px; }
/* 905   */ .word-counter {
/* 906   */     display: block;
/* 907   */     color: #313131;
/* 908   */     font-size: 38px;
/* 909   */     font-weight: 300;
/* 910   */     margin-bottom: 5px;
/* 911   */ }
/* 912   */ /* Banner */
/* 913   */ .careerfy-banner {
/* 914   */     float: left;
/* 915   */     width: 100%;
/* 916   */     position: relative;
/* 917   */     padding: 138px 0px 139px 0px;
/* 918   */ }
/* 919   */ .careerfy-light-transparent,.careerfy-banner-overlay-color {
/* 920   */     position: absolute;
/* 921   */     left: 0px;
/* 922   */     top: 0px;
/* 923   */     width: 100%;
/* 924   */     height: 100%;
/* 925   */ }
/* 926   */ /* Banner Caption */
/* 927   */ .careerfy-banner-caption {
/* 928   */     float: left;
/* 929   */     width: 100%;
/* 930   */     text-align: center;
/* 931   */     position: relative;
/* 932   */ }
/* 933   */ .careerfy-banner-caption h1 {
/* 934   */     margin-bottom: 17px;
/* 935   */     font-size: 45px;
/* 936   */     color: #ffffff;
/* 937   */     font-weight: 200;
/* 938   */     line-height: 1.2;
/* 939   */ }
/* 940   */ .careerfy-banner-caption p {
/* 941   */     display: inline-block;
/* 942   */     width: 60%;
/* 943   */     font-size: 18px;
/* 944   */     font-weight: 300;
/* 945   */     color: #ffffff;
/* 946   */     margin-bottom: 48px;
/* 947   */ }
/* 948   */ /* Banner Search */
/* 949   */ .careerfy-banner-search {
/* 950   */     display: inline-block;

/* style.css */

/* 951   */     width: 85%;
/* 952   */     margin-bottom: 33px;
/* 953   */ }
/* 954   */ .careerfy-banner-search input[type="text"],
/* 955   */ .careerfy-banner-search input[type="submit"],
/* 956   */ .careerfy-select-style select {
/* 957   */     float: left;
/* 958   */     width: 100%;
/* 959   */ }
/* 960   */ .careerfy-banner-search ul li {
/* 961   */     display: inline-block;
/* 962   */     margin-right: -4px;
/* 963   */     width: 31.333%;
/* 964   */     list-style: none;
/* 965   */     position: relative;
/* 966   */ }
/* 967   */ .careerfy-banner-search ul li:last-child { width: 6%; }
/* 968   */ .careerfy-banner-search input[type="text"],
/* 969   */ .careerfy-banner-search .mapboxgl-ctrl-geocoder input[type="text"] {
/* 970   */     background-color: #ffffff;
/* 971   */     height: 60px;
/* 972   */     border: 1px solid #f2f2f2;
/* 973   */     border-left: none;
/* 974   */     font-size: 13px;
/* 975   */     font-weight: 500;
/* 976   */     color: #000;
/* 977   */     padding: 8px 18px;
/* 978   */ }
/* 979   */ .careerfy-banner-search ul li i {
/* 980   */     position: absolute;
/* 981   */     right: 19px;
/* 982   */     top: 21px;
/* 983   */     color: #999999;
/* 984   */     font-size: 16px;
/* 985   */ }
/* 986   */ /* Fancy Title */
/* 987   */ .careerfy-fancy-title {
/* 988   */     float: left;
/* 989   */     width: 100%;
/* 990   */     text-align: center;
/* 991   */     margin-bottom: 50px;
/* 992   */ }
/* 993   */ .careerfy-fancy-title h2 {
/* 994   */     margin-bottom: 3px;
/* 995   */     text-transform: uppercase;
/* 996   */ }
/* 997   */ .careerfy-fancy-title p {
/* 998   */     margin-bottom: 0px;
/* 999   */     font-weight: 300;
/* 1000  */ }

/* style.css */

/* 1001  */ /* Parallex Text */
/* 1002  */ .careerfy-parallex-text,.careerfy-typo-wrap .careerfy-parallex-text {
/* 1003  */     float: left;
/* 1004  */     width: 100%;
/* 1005  */     margin-bottom: 30px;
/* 1006  */     padding: 55px 0px 0px 0px;
/* 1007  */ }
/* 1008  */ .careerfy-parallex-text h2 {
/* 1009  */     margin-bottom: 20px;
/* 1010  */     text-transform: uppercase;
/* 1011  */     line-height: 1.3;
/* 1012  */ }
/* 1013  */ .careerfy-parallex-text p {
/* 1014  */     font-size: 16px;
/* 1015  */     font-weight: 300;
/* 1016  */     margin-bottom: 29px;
/* 1017  */ }
/* 1018  */ .careerfy-static-btn:hover,
/* 1019  */ .careerfy-typo-wrap .careerfy-static-btn:hover { color: #fff; }
/* 1020  */ .careerfy-static-btn,
/* 1021  */ .careerfy-typo-wrap .careerfy-static-btn {
/* 1022  */     display: inline-block;
/* 1023  */     padding: 17px 30px;
/* 1024  */     line-height: 1;
/* 1025  */     color: #ffffff;
/* 1026  */     font-weight: 600;
/* 1027  */     text-transform: uppercase;
/* 1028  */     border-radius: 2px;
/* 1029  */     overflow: hidden;
/* 1030  */     position: relative;
/* 1031  */ }
/* 1032  */ .careerfy-static-btn span,
/* 1033  */ .careerfy-simple-btn span {
/* 1034  */     z-index: 2;
/* 1035  */     position: relative;
/* 1036  */ }
/* 1037  */ .careerfy-static-btn:after,.careerfy-static-btn:after,
/* 1038  */ .careerfy-simple-btn:after,.careerfy-simple-btn:after {
/* 1039  */     background: #fff;
/* 1040  */     content: "";
/* 1041  */     height: 155px;
/* 1042  */     left: -75px;
/* 1043  */     opacity: 0.30;
/* 1044  */     position: absolute;
/* 1045  */     top: -50px;
/* 1046  */     width: 50px;
/* 1047  */     z-index: 0;
/* 1048  */     -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
/* 1049  */      -moz-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
/* 1050  */       -ms-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);

/* style.css */

/* 1051  */        -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
/* 1052  */           transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
/* 1053  */     -webkit-transform: rotate(35deg);
/* 1054  */      -moz-transform: rotate(35deg);
/* 1055  */       -ms-transform: rotate(35deg);
/* 1056  */        -o-transform: rotate(35deg);
/* 1057  */           transform: rotate(35deg);
/* 1058  */ }
/* 1059  */ .careerfy-static-btn:hover:after,
/* 1060  */ .careerfy-simple-btn:hover:after {
/* 1061  */     left: 120%; }
/* 1062  */ /* Testimonial Slider */
/* 1063  */ .careerfy-testimonial-section {
/* 1064  */     float: left;
/* 1065  */     width: 100%;
/* 1066  */     background-color: #f9f9f9;
/* 1067  */     overflow: hidden;
/* 1068  */ }
/* 1069  */ .careerfy-testimonial-section .row {
/* 1070  */     display: flex; }
/* 1071  */ .careerfy-testimonial-slider {
/* 1072  */     float: left;
/* 1073  */     width: 60%;
/* 1074  */     padding: 0px 0px 0px 108px;
/* 1075  */     position: relative;
/* 1076  */     margin-top: 90px;
/* 1077  */     margin-bottom: 70px;
/* 1078  */ }
/* 1079  */ .careerfy-testimonial-wrap p {
/* 1080  */     font-size: 30px;
/* 1081  */     color: #333333;
/* 1082  */     font-weight: 300;
/* 1083  */     line-height: 1.5;
/* 1084  */     margin-bottom: 23px;
/* 1085  */     position: relative;
/* 1086  */ }
/* 1087  */ .careerfy-testimonial-slider:before {
/* 1088  */     content: "\e9aa";
/* 1089  */     font-family: careerfy;
/* 1090  */     position: absolute;
/* 1091  */     left: 65px;
/* 1092  */     top: 12px;
/* 1093  */     color: #d1d1d1;
/* 1094  */     font-size: 29px;
/* 1095  */ }
/* 1096  */ .careerfy-testimonial-wrap p:after {
/* 1097  */     content: "\e9aa";
/* 1098  */     font-family: careerfy;
/* 1099  */     display: inline-block;
/* 1100  */     color: #d1d1d1;

/* style.css */

/* 1101  */     font-size: 29px;
/* 1102  */     margin-left: 15px;
/* 1103  */     -webkit-transform: scale(-1);
/* 1104  */        -moz-transform: scale(-1);
/* 1105  */         -ms-transform: scale(-1);
/* 1106  */          -o-transform: scale(-1);
/* 1107  */             transform: scale(-1);
/* 1108  */ }
/* 1109  */ .careerfy-testimonial-text {
/* 1110  */     float: left;
/* 1111  */     width: 100%;
/* 1112  */     border-top: 1px solid #e6e6e6;
/* 1113  */     padding-top: 19px;
/* 1114  */ }
/* 1115  */ .careerfy-testimonial-text h2 {
/* 1116  */     font-size: 20px;
/* 1117  */     margin-bottom: 0px;
/* 1118  */     font-weight: 400;
/* 1119  */ }
/* 1120  */ .careerfy-testimonial-slider .slick-arrow {
/* 1121  */     position: absolute;
/* 1122  */     right: 0px;
/* 1123  */     bottom: 14px;
/* 1124  */     z-index: 99;
/* 1125  */     width: 25px;
/* 1126  */     height: 25px;
/* 1127  */     border: 2px solid #999999;
/* 1128  */     border-radius: 100%;
/* 1129  */     text-align: center;
/* 1130  */     line-height: 22px;
/* 1131  */     cursor: pointer;
/* 1132  */     font-size: 11px;
/* 1133  */     -webkit-transition: all 0.4s ease-in-out;
/* 1134  */        -moz-transition: all 0.4s ease-in-out;
/* 1135  */         -ms-transition: all 0.4s ease-in-out;
/* 1136  */          -o-transition: all 0.4s ease-in-out;
/* 1137  */             transition: all 0.4s ease-in-out;
/* 1138  */ }
/* 1139  */ .careerfy-testimonial-slider .slick-arrow:hover { color: #ffffff; }
/* 1140  */ .careerfy-testimonial-slider .slick-arrow.slick-arrow-left {
/* 1141  */     right: 36px;
/* 1142  */     line-height: 20px;
/* 1143  */     -webkit-transform: scale(-1);
/* 1144  */        -moz-transform: scale(-1);
/* 1145  */         -ms-transform: scale(-1);
/* 1146  */          -o-transform: scale(-1);
/* 1147  */             transform: scale(-1);
/* 1148  */ }
/* 1149  */ /* Blog */
/* 1150  */ .careerfy-blog {

/* style.css */

/* 1151  */     float: left;
/* 1152  */     width: 100%;
/* 1153  */ }
/* 1154  */ .careerfy-blog ul li               { list-style: none; }
/* 1155  */ .careerfy-blog > ul > li           {
/* 1156  */     margin-bottom: 30px;
/* 1157  */     float: none;
/* 1158  */     display: inline-block;
/* 1159  */     vertical-align: top;
/* 1160  */     margin-right: -4px;
/* 1161  */ }
/* 1162  */ /* Blog Grid */
/* 1163  */ .careerfy-blog-grid figure,.careerfy-blog-grid-text,
/* 1164  */ .careerfy-blog-grid figure a,.careerfy-blog-grid figure img,
/* 1165  */ .careerfy-blog-tag,.careerfy-blog-grid-option,.careerfy-read-more {
/* 1166  */     float: left;
/* 1167  */     width: 100%;
/* 1168  */ }
/* 1169  */ .careerfy-blog-grid figure { margin-bottom: 0px; }
/* 1170  */ .careerfy-blog-grid-text {
/* 1171  */     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
/* 1172  */     padding: 15px 30px 30px 30px;
/* 1173  */ }
/* 1174  */ .careerfy-blog-tag a {
/* 1175  */     font-size: 13px;
/* 1176  */     color: #e12335;
/* 1177  */     text-transform: uppercase;
/* 1178  */     font-weight: 500;
/* 1179  */ }
/* 1180  */ .careerfy-blog-grid-text h2 {
/* 1181  */     font-size: 18px;
/* 1182  */     margin-bottom: 3px;
/* 1183  */     line-height: 23px;
/* 1184  */ }
/* 1185  */ .careerfy-blog-grid-option {
/* 1186  */     margin: 0px 0px 8px 0px;
/* 1187  */ }
/* 1188  */ .careerfy-blog-grid-option li {
/* 1189  */     float: left;
/* 1190  */     text-transform: uppercase;
/* 1191  */     font-size: 12px;
/* 1192  */     padding: 4px 8px 0px 8px;
/* 1193  */     position: relative;
/* 1194  */ }
/* 1195  */ .careerfy-blog-grid-option li:first-child { padding-left: 0px; }
/* 1196  */ .careerfy-blog-grid-option li:first-child:before { display: none; }
/* 1197  */ .careerfy-blog-grid-option li:before {
/* 1198  */     content: '';
/* 1199  */     position: absolute;
/* 1200  */     left: 0px;

/* style.css */

/* 1201  */     top: 13px;
/* 1202  */     width: 1px;
/* 1203  */     height: 11px;
/* 1204  */     background-color: #c9c9c9;
/* 1205  */ }
/* 1206  */ .careerfy-blog-grid-text p {
/* 1207  */     line-height: 22px;
/* 1208  */     margin-bottom: 23px;
/* 1209  */     font-weight: 300;
/* 1210  */ 	word-break: break-all;
/* 1211  */ }
/* 1212  */ .careerfy-read-more {
/* 1213  */     text-transform: uppercase;
/* 1214  */     color: #ffffff;
/* 1215  */     text-align: center;
/* 1216  */     font-weight: 500;
/* 1217  */     padding: 17px 0px 17px 0px;
/* 1218  */     line-height: 1;
/* 1219  */     border-radius: 3px;
/* 1220  */     -webkit-transition: all 0.4s ease-in-out;
/* 1221  */        -moz-transition: all 0.4s ease-in-out;
/* 1222  */         -ms-transition: all 0.4s ease-in-out;
/* 1223  */          -o-transition: all 0.4s ease-in-out;
/* 1224  */             transition: all 0.4s ease-in-out;
/* 1225  */ }
/* 1226  */ li:hover .careerfy-read-more { background-color: transparent; }
/* 1227  */ .careerfy-logo-thumb,.careerfy-typo-wrap .careerfy-logo-thumb {
/* 1228  */     float: right;
/* 1229  */     padding-top: 60px;
/* 1230  */ }
/* 1231  */ .careerfy-parallex-text.careerfy-logo-text p { font-size: 14px; }
/* 1232  */ /* Blog Detail */
/* 1233  */ .careerfy-blog-thumb,.careerfy-blog-thumb img {
/* 1234  */     float: left;
/* 1235  */     width: 100%;
/* 1236  */ }
/* 1237  */ .careerfy-single-post { padding-top: 31px; margin-top: -50px; }
/* 1238  */ .careerfy-single-post:before {
/* 1239  */     content: '';
/* 1240  */     position: absolute;
/* 1241  */     left: 0px;
/* 1242  */     top: 0px;
/* 1243  */     width: 100%;
/* 1244  */     height: 470px;
/* 1245  */     background-color: #fbfbfb;
/* 1246  */ }
/* 1247  */ .careerfy-theme-unit .careerfy-single-post:before { display: none; }
/* 1248  */ .careerfy-blog-thumb {
/* 1249  */     margin: 0px 0px 26px 0px;
/* 1250  */     height: 397px;

/* style.css */

/* 1251  */     background-size: cover;
/* 1252  */     background-position: center center;
/* 1253  */ }
/* 1254  */ .careerfy-detail-wrap {
/* 1255  */     float: left;
/* 1256  */     width: 100%;
/* 1257  */     padding: 0px 30px 0px 0px;
/* 1258  */     position: relative;
/* 1259  */ }
/* 1260  */ .careerfy-blog-other {
/* 1261  */     float: left;
/* 1262  */     width: 100%;
/* 1263  */     margin: 0px 0px 20px 0px;
/* 1264  */ }
/* 1265  */ .careerfy-blog-other > li time { color: #333; }
/* 1266  */ .careerfy-blog-other > li {
/* 1267  */     float: left;
/* 1268  */     list-style: none;
/* 1269  */     padding-right: 10px;
/* 1270  */     margin: 0px 10px 7px 0px;
/* 1271  */     position: relative;
/* 1272  */ }
/* 1273  */ .careerfy-blog-other > li i { margin-right: 6px; }
/* 1274  */ .careerfy-blog-other li.careerfy-post-categories a {
/* 1275  */     float: none;
/* 1276  */     display: inline-block;
/* 1277  */ }
/* 1278  */ .careerfy-blog-other > li:last-child:before { content: none; }
/* 1279  */ .careerfy-blog-other > li:last-child { padding-right: 0px; }
/* 1280  */ .careerfy-post-tags {
/* 1281  */     float: left;
/* 1282  */     margin: 5px 0px 0px 0px;
/* 1283  */ }
/* 1284  */ .careerfy-post-tags a {
/* 1285  */     float: left;
/* 1286  */     padding: 11px 14px;
/* 1287  */     line-height: 1;
/* 1288  */     margin: 0px 10px 10px 0px;
/* 1289  */     color: #666;
/* 1290  */     background-color: #f4f4f4;
/* 1291  */     font-size: 12px;
/* 1292  */     border-radius: 40px;
/* 1293  */     -webkit-transition: all 0.4s ease-in-out;
/* 1294  */        -moz-transition: all 0.4s ease-in-out;
/* 1295  */         -ms-transition: all 0.4s ease-in-out;
/* 1296  */          -o-transition: all 0.4s ease-in-out;
/* 1297  */             transition: all 0.4s ease-in-out;
/* 1298  */ }
/* 1299  */ .careerfy-post-tags a:hover {color: #ffffff; }
/* 1300  */ .careerfy-post-tags span {

/* style.css */

/* 1301  */     float: left;
/* 1302  */     padding: 9px 8px 6px 0px;
/* 1303  */     line-height: 1;
/* 1304  */     margin: 0px 8px 8px 0px;
/* 1305  */     color: #555555;
/* 1306  */     font-size: 15px;
/* 1307  */ }
/* 1308  */ /* Related Blog */
/* 1309  */ .careerfy-related-blog figure {
/* 1310  */     float: left;
/* 1311  */     width: 255px;
/* 1312  */     margin-bottom: 0px;
/* 1313  */ }
/* 1314  */ .careerfy-related-blog { margin-bottom: 14px; }
/* 1315  */ .careerfy-related-blog figure ~ .careerfy-related-blog-text { margin-left: 255px; }
/* 1316  */ .careerfy-related-blog .careerfy-related-blog-text {
/* 1317  */     padding: 12px 25px 15px 25px;
/* 1318  */     border: 1px solid #eeeeee;
/* 1319  */ }
/* 1320  */ .careerfy-related-blog .careerfy-related-blog-text h2 {
/* 1321  */     font-size: 22px;
/* 1322  */      margin-bottom: 5px;
/* 1323  */ }
/* 1324  */ .careerfy-related-blog .careerfy-related-blog-text p {
/* 1325  */     color: #454545;
/* 1326  */ }
/* 1327  */ .careerfy-related-blog-option {
/* 1328  */     display: inline-block;
/* 1329  */     width: 100%;
/* 1330  */     margin: 0px 0px 0px 0px;
/* 1331  */ }
/* 1332  */ .careerfy-related-blog-option li {
/* 1333  */     float: left;
/* 1334  */     margin: 0px 15px 0px 0px;
/* 1335  */     text-transform: uppercase;
/* 1336  */     font-weight: 300;
/* 1337  */ }
/* 1338  */ .careerfy-related-blog-option li i { margin-right: 6px; }
/* 1339  */ .careerfy-related-blog-option li a { color: #999999; }
/* 1340  */ .careerfy-related-blog .post-author {
/* 1341  */     display: inline-block;
/* 1342  */ }
/* 1343  */ .careerfy-related-blog .post-author .author-img {
/* 1344  */     float: left;
/* 1345  */     width: 37px;
/* 1346  */     margin-right: 12px;
/* 1347  */ }
/* 1348  */ .careerfy-related-blog .post-author .author-img img { border-radius: 100%; }
/* 1349  */ .careerfy-related-blog .post-author .author-img ~ a { padding-top: 3px; display: inline-block; }
/* 1350  */ .careerfy-continue-reading {

/* style.css */

/* 1351  */     float: right;
/* 1352  */     text-transform: uppercase;
/* 1353  */     font-size: 12px;
/* 1354  */     font-weight: bold;
/* 1355  */     letter-spacing: 0.9px;
/* 1356  */     padding-top: 4px;
/* 1357  */     -webkit-transition: all 0.4s ease-in-out;
/* 1358  */        -moz-transition: all 0.4s ease-in-out;
/* 1359  */         -ms-transition: all 0.4s ease-in-out;
/* 1360  */          -o-transition: all 0.4s ease-in-out;
/* 1361  */             transition: all 0.4s ease-in-out;
/* 1362  */ }
/* 1363  */ .careerfy-continue-reading:hover { color: #333; }
/* 1364  */ .careerfy-continue-reading i {
/* 1365  */     display: inline-block;
/* 1366  */     font-size: 14px;
/* 1367  */     margin-left: 6px;
/* 1368  */ }
/* 1369  */ /*blog other*/
/* 1370  */ .blog-heading {
/* 1371  */     float: left;
/* 1372  */     width: 100%;
/* 1373  */ }
/* 1374  */ .blog-heading > h2 {
/* 1375  */     font-weight: bold;
/* 1376  */     font-size: 36px;
/* 1377  */     line-height: 1.2;
/* 1378  */     float: left;
/* 1379  */     margin: 0px 0px 8px 0px;
/* 1380  */ }
/* 1381  */ .careerfy-detail-editore {
/* 1382  */     float: left;
/* 1383  */     width: 100%;
/* 1384  */ }
/* 1385  */ .careerfy-detail-editore ul { padding-left: 13px; }
/* 1386  */ .careerfy-detail-editore p {
/* 1387  */     line-height: 28px;
/* 1388  */     margin-bottom: 25px;
/* 1389  */     font-size: 16px;
/* 1390  */ }
/* 1391  */ .careerfy-widget-title,
/* 1392  */ .careerfy-section-title {
/* 1393  */     float: left;
/* 1394  */     width: 100%;
/* 1395  */     margin-bottom: 17px;
/* 1396  */ }
/* 1397  */ .careerfy-widget-title h2,
/* 1398  */ .careerfy-section-title h2 {
/* 1399  */     font-size: 20px;
/* 1400  */     margin-bottom: 0px;

/* style.css */

/* 1401  */ }
/* 1402  */ blockquote {
/* 1403  */     float: left;
/* 1404  */     width: 100%;
/* 1405  */     font-size: 16px;
/* 1406  */     font-style: italic;
/* 1407  */     position: relative;
/* 1408  */     line-height: 30px;
/* 1409  */     padding: 0px 0px 0px 0px;
/* 1410  */     letter-spacing: 2px;
/* 1411  */     margin: 0 0 25px;
/* 1412  */     color: #3d4350;
/* 1413  */     border: none;
/* 1414  */ }
/* 1415  */ blockquote:before {
/* 1416  */     content: "\f10d";
/* 1417  */     font-family: FontAwesome;
/* 1418  */     display: inline-block;
/* 1419  */     margin: 0px 10px 0px 0px;
/* 1420  */     font-style: normal;
/* 1421  */     color: #e5e5e5;
/* 1422  */     font-size: 26px;
/* 1423  */     vertical-align: bottom;
/* 1424  */ }
/* 1425  */ blockquote:after {
/* 1426  */     content: "\f10e";
/* 1427  */     font-family: FontAwesome;
/* 1428  */     display: inline-block;
/* 1429  */     margin: 0px 0px 0px 10px;
/* 1430  */     font-style: normal;
/* 1431  */     color: #e5e5e5;
/* 1432  */     font-size: 26px;
/* 1433  */     vertical-align: bottom;
/* 1434  */ }
/* 1435  */ .careerfy-detail-editore blockquote p { line-height: 30px; }
/* 1436  */ blockquote p {
/* 1437  */     color: #3d4350;
/* 1438  */     font-size: 18px;
/* 1439  */     font-style: italic;
/* 1440  */     display: inline;
/* 1441  */ }
/* 1442  */ blockquote a {
/* 1443  */     display: block;
/* 1444  */     font-size: 18px;
/* 1445  */     margin: 4px 0px 0px;
/* 1446  */ }
/* 1447  */ .careerfy-detail-wrap .involved-social-icone ul li a.google-plus { background-color: #cc3d27; }
/* 1448  */ .careerfy-detail-wrap .involved-social-icone {
/* 1449  */     padding: 7px 0px 0px 0px;
/* 1450  */ }

/* style.css */

/* 1451  */ .involved-social-icone {
/* 1452  */     float: right;
/* 1453  */ }
/* 1454  */ .involved-social-icone ul {
/* 1455  */     float: right;
/* 1456  */ }
/* 1457  */ .involved-social-icone {
/* 1458  */     text-align: center;
/* 1459  */     padding: 0 0 71px;
/* 1460  */ }
/* 1461  */ .involved-social-icone ul { margin: 0 -3px; }
/* 1462  */ .involved-social-icone ul li {
/* 1463  */     float: left;
/* 1464  */     list-style: none;
/* 1465  */     margin-left: 13px;
/* 1466  */ }
/* 1467  */ .involved-social-icone ul li span {
/* 1468  */     color: #333333;
/* 1469  */     float: left;
/* 1470  */     padding-top: 3px;
/* 1471  */ }
/* 1472  */ .involved-social-icone ul li a {
/* 1473  */     float: left;
/* 1474  */     width: 36px;
/* 1475  */     height: 36px;
/* 1476  */     color: #ffffff;
/* 1477  */     font-size: 14px;
/* 1478  */     position: relative;
/* 1479  */     border-radius: 100%;
/* 1480  */     padding-top: 10px;
/* 1481  */     line-height: 1;
/* 1482  */     background-color: #306199;
/* 1483  */ }
/* 1484  */ .involved-social-icone ul li a.addthis_button_twitter { background-color: #26c4f1; }
/* 1485  */ .involved-social-icone ul li a.addthis_button_google { background-color: #cc3d27; }
/* 1486  */ .involved-social-icone ul li a.addthis_button_tumblr { background-color: #007bb6; }
/* 1487  */ .involved-social-icone ul li a.addthis_button_instagram { background-color: #7e43c1; }
/* 1488  */ .involved-social-icone ul li a.addthis_button_compact { background-color: #ff6550; }
/* 1489  */ .involved-social-icone ul li a.addthis_button_youtube { background-color: #ff0000; }
/* 1490  */ .involved-social-icone ul li a.addthis_button_stumbleupon { background-color: #eb4924; }
/* 1491  */ .involved-social-icone ul li a.addthis_button_dribbble { background-color: #ec4a89; }
/* 1492  */ .involved-social-icone ul li a.facebook:hover,.involved-social-icone ul li a.twitter:hover,.involved-social-icone ul li a.linkedin:hover { opacity: 0.90; }
/* 1493  */ /*prenxt post*/
/* 1494  */ div.careerfy-prenxt-post {
/* 1495  */     float: left;
/* 1496  */     width: 100%;
/* 1497  */     border-top: 1px solid #dddddd;
/* 1498  */     padding-top: 25px;
/* 1499  */     margin-top: 19px; margin-bottom: 18px;
/* 1500  */ }

/* style.css */

/* 1501  */ .careerfy-prenxt-post ul { margin: 0px -20px;}
/* 1502  */ .careerfy-prenxt-post ul li {
/* 1503  */     float: left;
/* 1504  */     width: 50%;
/* 1505  */     list-style: none;
/* 1506  */     padding: 0px 20px;
/* 1507  */     margin: 0px 0px 20px;
/* 1508  */ }
/* 1509  */ .careerfy-prenxt-post figure {
/* 1510  */     float: left;
/* 1511  */     width: 70px;
/* 1512  */ }
/* 1513  */ .careerfy-post-next figure {
/* 1514  */     float: right;
/* 1515  */ }
/* 1516  */ .careerfy-prenxt-post figure ~ .careerfy-prev-post { margin-left: 84px; padding: 16px 0px 0px 0px; }
/* 1517  */ .careerfy-prev-post,.careerfy-next-post {
/* 1518  */     line-height: 1;
/* 1519  */ }
/* 1520  */ .careerfy-prenxt-arrow {
/* 1521  */     float: left;
/* 1522  */     width: 47px;
/* 1523  */     font-size: 52px;
/* 1524  */     color: #dddddd;
/* 1525  */     font-weight: normal;
/* 1526  */ }
/* 1527  */ .careerfy-arrow-nexpre {
/* 1528  */     color: #999;
/* 1529  */     font-size: 12px;
/* 1530  */ }
/* 1531  */ .careerfy-arrow-nexpre i {
/* 1532  */     display: inline-block;
/* 1533  */     font-size: 12px;
/* 1534  */     -webkit-transform: rotate(90deg);
/* 1535  */        -moz-transform: rotate(90deg);
/* 1536  */         -ms-transform: rotate(90deg);
/* 1537  */          -o-transform: rotate(90deg);
/* 1538  */             transform: rotate(90deg);
/* 1539  */ }
/* 1540  */ .careerfy-prev-post h6,.careerfy-next-post h6 {
/* 1541  */     font-size: 15px;
/* 1542  */     font-weight: bold;
/* 1543  */     line-height: 18px;
/* 1544  */     margin-bottom: 6px;
/* 1545  */ }
/* 1546  */ .careerfy-prev-post .careerfy-prenxt-arrow ~ a,
/* 1547  */ .careerfy-next-post .careerfy-prenxt-arrow ~ a {
/* 1548  */     margin: 0px 0 0 5px;
/* 1549  */     font-style: italic;
/* 1550  */     font-weight: bold;

/* style.css */

/* 1551  */     font-size: 12px;
/* 1552  */     line-height: 1;
/* 1553  */ }
/* 1554  */ .careerfy-next-post .careerfy-prenxt-arrow ~ a { margin: 0px 5px 0px 0px;}
/* 1555  */ .careerfy-next-post { text-align: right; padding: 16px 0px 0px 0px; }
/* 1556  */ .careerfy-next-post .careerfy-prenxt-arrow { float: right;}
/* 1557  */ .careerfy-next figure {
/* 1558  */     float: right;
/* 1559  */ }
/* 1560  */ .careerfy-post-next .careerfy-arrow-nexpre i {
/* 1561  */     display: inline-block;
/* 1562  */     font-size: 12px;
/* 1563  */     -webkit-transform: rotate(-90deg);
/* 1564  */        -moz-transform: rotate(-90deg);
/* 1565  */         -ms-transform: rotate(-90deg);
/* 1566  */          -o-transform: rotate(-90deg);
/* 1567  */             transform: rotate(-90deg);
/* 1568  */ }
/* 1569  */ .careerfy-post-next figure ~ .careerfy-next-post { margin-right: 84px; }
/* 1570  */ /* Author Detail */
/* 1571  */ .careerfy-author-detail {
/* 1572  */     background-color: #f4f4f4;
/* 1573  */     text-align: center;
/* 1574  */     padding-top: 12px;
/* 1575  */     padding-bottom: 15px;
/* 1576  */     margin-bottom: 25px;
/* 1577  */     min-height: 397px;
/* 1578  */ }
/* 1579  */ .careerfy-author-detail.no-post-thumbnail { min-height: 285px; }
/* 1580  */ .detail-title,.careerfy-author-detail,.author-social-links,
/* 1581  */ .careerfy-author-detail figure a,.careerfy-author-detail figure img {
/* 1582  */     float: left;
/* 1583  */     width: 100%;
/* 1584  */ }
/* 1585  */ .detail-title {
/* 1586  */     margin: 0px 0px 30px 0px;
/* 1587  */     border-bottom: 1px solid #dddddd;
/* 1588  */ }
/* 1589  */ .detail-title h2 {
/* 1590  */     font-size: 16px;
/* 1591  */     margin-bottom: 8px;
/* 1592  */     text-transform: uppercase;
/* 1593  */ }
/* 1594  */ .careerfy-author-detail figure {
/* 1595  */     display: inline-block;
/* 1596  */     width: 114px;
/* 1597  */     margin: 0px 0px 12px 0px;
/* 1598  */ }
/* 1599  */ .careerfy-author-detail figure img { border-radius: 100%; }
/* 1600  */ .careerfy-author-detail .post-by {

/* style.css */

/* 1601  */     color: #999999;
/* 1602  */     font-weight: bold;
/* 1603  */     font-size: 15px;
/* 1604  */     margin-bottom: 4px;
/* 1605  */ }
/* 1606  */ .careerfy-content-col { padding-right: 0px; }
/* 1607  */ .careerfy-sidebar-col { padding-left: 0px; }
/* 1608  */ .careerfy-sidebar-col.pull-left { padding-left: 15px; padding-right: 0px; }
/* 1609  */ .careerfy-content-col.pull-right { padding-right: 15px; padding-left: 0px; }
/* 1610  */ .careerfy-content-col.pull-right .careerfy-detail-wrap { padding-right: 0px; padding-left: 30px; }
/* 1611  */ .detail-content time {
/* 1612  */     font-size: 12px;
/* 1613  */     margin-bottom: 6px;
/* 1614  */     display: inline-block;
/* 1615  */ }
/* 1616  */ .post-acts {
/* 1617  */     margin: 0px 0px 6px 0px;
/* 1618  */     display: inline-block;
/* 1619  */     width: 100%;
/* 1620  */ }
/* 1621  */ .post-acts li {
/* 1622  */     display: inline-block;
/* 1623  */     list-style: none;
/* 1624  */     margin: 0px 8px 6px 8px;
/* 1625  */ }
/* 1626  */ .post-acts li i { margin-right: 7px; }
/* 1627  */ .post-acts li a {
/* 1628  */     color: #999; }
/* 1629  */ .author-social-links {
/* 1630  */     border-top: 1px solid #dddddd;
/* 1631  */     padding-top: 25px;
/* 1632  */ }
/* 1633  */ .author-social-links ul li {
/* 1634  */     list-style: none;
/* 1635  */     display: inline-block;
/* 1636  */     margin: 0px 6px 10px 6px;
/* 1637  */ }
/* 1638  */ .author-social-links ul li a {
/* 1639  */     float: left;
/* 1640  */     width: 40px;
/* 1641  */     height: 40px;
/* 1642  */     background-color: #aaadb4;
/* 1643  */     border-radius: 100%;
/* 1644  */     color: #ffffff;
/* 1645  */     font-size: 18px;
/* 1646  */     padding-top: 10px;
/* 1647  */     line-height: 1;
/* 1648  */     -webkit-transition: all 0.4s ease-in-out;
/* 1649  */        -moz-transition: all 0.4s ease-in-out;
/* 1650  */         -ms-transition: all 0.4s ease-in-out;

/* style.css */

/* 1651  */          -o-transition: all 0.4s ease-in-out;
/* 1652  */             transition: all 0.4s ease-in-out;
/* 1653  */ }
/* 1654  */ /*section heading*/
/* 1655  */ .section-heading {
/* 1656  */     font-weight: bold;
/* 1657  */     font-size: 24px;
/* 1658  */     text-transform: uppercase;
/* 1659  */     margin: 0px 0px 30px;
/* 1660  */     line-height: 0.7;
/* 1661  */     float: left;
/* 1662  */     width: 100%;
/* 1663  */ }
/* 1664  */
/* 1665  */ /*comment*/
/* 1666  */ /*comment area*/
/* 1667  */ .comments-area,.comments-area li,.comments-area li figure a img,.comments-area > ul > li,.comments-area .thumblist,
/* 1668  */ .comments-area li img,.thumblist {
/* 1669  */     float: left;
/* 1670  */     width: 100%;
/* 1671  */ }
/* 1672  */ .thumblist {
/* 1673  */     margin: 0 0 40px;
/* 1674  */ }
/* 1675  */ .comments-area .children {
/* 1676  */     margin: 0px;
/* 1677  */     padding: 0px 0px 0px 80px;
/* 1678  */ }
/* 1679  */ .comment-awaiting-moderation {
/* 1680  */     display: inline-block;
/* 1681  */     margin: 3px 0px 0px 9px;
/* 1682  */     color: red;
/* 1683  */ }
/* 1684  */ .careerfy-widgettitle {
/* 1685  */     float: left;
/* 1686  */     width: 100%;
/* 1687  */     margin-bottom: 20px;
/* 1688  */ }
/* 1689  */ .careerfy-widgettitle h2 { margin-bottom: 0px; }
/* 1690  */ .comments-area .children .children .children { padding-left: 0px; margin: 0px; }
/* 1691  */ .comments-area > ul > li {
/* 1692  */     margin: 0px 0px 0px 0px;
/* 1693  */     list-style: none;
/* 1694  */ }
/* 1695  */ .comments-area .thumblist > ul                      {margin: 0px;}
/* 1696  */ .comments-area li                                   {list-style: none;}
/* 1697  */ .comments-area li figure {
/* 1698  */     float: left;
/* 1699  */     margin: 0px;
/* 1700  */     width: 60px;

/* style.css */

/* 1701  */     text-align: center;
/* 1702  */ }
/* 1703  */ .comments-area li figure img { border-radius: 100%;}
/* 1704  */ .comments-area figure ~ .careerfy-comment-text {
/* 1705  */     margin-left: 60px;
/* 1706  */     padding: 0px 0px 0px 20px;
/* 1707  */     line-height: 1;
/* 1708  */ }
/* 1709  */ .careerfy-comment-text p {
/* 1710  */     margin-bottom: 12px;
/* 1711  */     display: inline-block;
/* 1712  */     width: 100%;
/* 1713  */     line-height: 22px;
/* 1714  */ }
/* 1715  */ .careerfy-comment-text h6 {
/* 1716  */     font-weight: 600;
/* 1717  */     float: left;
/* 1718  */     margin: 0px 0px 8px 0px;
/* 1719  */ }
/* 1720  */ .careerfy-comment-text h6 small {
/* 1721  */     font-size: 14px;
/* 1722  */     font-weight: normal;
/* 1723  */     margin-left: 8px;
/* 1724  */ }
/* 1725  */ .careerfy-comment-text time {
/* 1726  */     float: right;
/* 1727  */     font-size: 14px;
/* 1728  */     line-height: 1;
/* 1729  */     color: #aaaaaa;
/* 1730  */ }
/* 1731  */ .comment-reply-link {
/* 1732  */     float: left;
/* 1733  */     font-size: 14px;
/* 1734  */     margin: 2px 20px 0px 0px;
/* 1735  */     border-top: 2px solid #e5e5e5;
/* 1736  */     padding-top: 13px;
/* 1737  */ }
/* 1738  */ .comment-reply-link i {
/* 1739  */     font-size: 11px;
/* 1740  */     float: left;
/* 1741  */     margin: 3px 6px 0px 0px;
/* 1742  */ }
/* 1743  */ .comments-area {
/* 1744  */     margin: 0px 0px 18px;
/* 1745  */     padding-right: 30px;
/* 1746  */ }
/* 1747  */ .careerfy-content-col.pull-right .comments-area { padding-left: 30px; padding-right: 0px; }
/* 1748  */ /*comment respond*/
/* 1749  */ .comment-respond {
/* 1750  */     float: left;

/* style.css */

/* 1751  */     width: 100%;
/* 1752  */ }
/* 1753  */ .comment-respond form {
/* 1754  */     margin: 0px -15px 0px;
/* 1755  */ }
/* 1756  */ .comment-respond form p.logged-in-as { margin-bottom: 10px; }
/* 1757  */ .comment-respond form p {
/* 1758  */     float: left;
/* 1759  */     width: 50%;
/* 1760  */     padding: 0 15px;
/* 1761  */     position: relative;
/* 1762  */     margin: 0 0 24px;
/* 1763  */ }
/* 1764  */ .comment-respond > form > p > i {
/* 1765  */     position: absolute;
/* 1766  */     right: 30px;
/* 1767  */     top: 47px;
/* 1768  */     color: #bbbbbb;
/* 1769  */     border-left: 1px solid #dddddd;
/* 1770  */     padding-left: 8px;
/* 1771  */ }
/* 1772  */ .comment-respond form p.political-full-form { width: 100%; }
/* 1773  */ .political-full-form textarea {
/* 1774  */     float: left;
/* 1775  */     width: 100%;
/* 1776  */     height: 200px;
/* 1777  */     background-color: transparent;
/* 1778  */     border: 1px solid #dddddd;
/* 1779  */     padding-top: 9px;
/* 1780  */     padding-left: 14px;
/* 1781  */     color: #000;
/* 1782  */ }
/* 1783  */ .comment-respond form p label {
/* 1784  */     float: left;
/* 1785  */     font-weight: bold;
/* 1786  */     font-size: 15px;
/* 1787  */     margin: 0px 0px 8px;
/* 1788  */ }
/* 1789  */ .comment-respond form p input[type="text"],.comment-respond form p input[type="email"] {
/* 1790  */     float: left;
/* 1791  */     width: 100%;
/* 1792  */     height: 45px;
/* 1793  */     background-color: transparent;
/* 1794  */     border: 1px solid #dddddd;
/* 1795  */     padding-left: 14px;
/* 1796  */     font-size: 12px;
/* 1797  */     color: #000;
/* 1798  */ }
/* 1799  */ .comment-respond form p input[type="submit"] {
/* 1800  */     float: left;

/* style.css */

/* 1801  */     border: none;
/* 1802  */     color: #ffffff;
/* 1803  */     font-size: 14px;
/* 1804  */     padding: 9px 30px;
/* 1805  */ }
/* 1806  */ .comment-respond form p label {
/* 1807  */     float: left;
/* 1808  */     position: relative;
/* 1809  */ }
/* 1810  */ .comment-respond form p label i {
/* 1811  */     position: absolute;
/* 1812  */     right: 20px;
/* 1813  */     top: 17px;
/* 1814  */     color: #ffffff;
/* 1815  */ }
/* 1816  */ /* Pagination Blog */
/* 1817  */ .careerfy-employer-box-section .careerfy-pagination-blog                                                      { margin-bottom: 30px; }
/* 1818  */ .careerfy-pagination-blog {
/* 1819  */     float: left;
/* 1820  */     width: 100%;
/* 1821  */     margin: 15px 0px 60px 0px;
/* 1822  */ }
/* 1823  */ .careerfy-pagination-blog ul li {
/* 1824  */     float: left;
/* 1825  */     list-style: none;
/* 1826  */     margin: 0px 22px 10px 0px;
/* 1827  */     line-height: 1;
/* 1828  */ }
/* 1829  */ .careerfy-pagination-blog ul li a,
/* 1830  */ .careerfy-pagination-blog ul li span {
/* 1831  */     float: left;
/* 1832  */     width: 49px;
/* 1833  */     height: 49px;
/* 1834  */     background-color: #a0aab6;
/* 1835  */     font-size: 14px;
/* 1836  */     color: #ffffff;
/* 1837  */     border-radius: 100%;
/* 1838  */     text-align: center;
/* 1839  */     padding: 17px 0px 0px 0px;
/* 1840  */     -webkit-transition: all 0.4s ease-in-out;
/* 1841  */        -moz-transition: all 0.4s ease-in-out;
/* 1842  */         -ms-transition: all 0.4s ease-in-out;
/* 1843  */          -o-transition: all 0.4s ease-in-out;
/* 1844  */             transition: all 0.4s ease-in-out;
/* 1845  */ }
/* 1846  */ .careerfy-pagination-blog ul li:hover a,
/* 1847  */ .careerfy-pagination-blog ul li:hover span,
/* 1848  */ .careerfy-pagination-blog ul li span.current {
/* 1849  */     background-color: #13b5ea;
/* 1850  */     color: #ffffff;

/* style.css */

/* 1851  */ }
/* 1852  */ .careerfy-pagination-blog ul li a i                                                            { font-size: 15px; }
/* 1853  */ .careerfy-pagination-blog ul li a.next span            { padding-top: 14px; }
/* 1854  */ .careerfy-pagination-blog ul li a.prev span            { padding-top: 14px; }
/* 1855  */ .careerfy-pagination-blog ul li a.a-prev i {
/* 1856  */     display: inline-block;
/* 1857  */     -webkit-transform: scale(-1);
/* 1858  */        -moz-transform: scale(-1);
/* 1859  */         -ms-transform: scale(-1);
/* 1860  */          -o-transform: scale(-1);
/* 1861  */             transform: scale(-1);
/* 1862  */ }
/* 1863  */ .careerfy-pagination-blog .prev.careerfy-page-numbers, .careerfy-pagination-blog .next.careerfy-page-numbers { padding: 0px; background-color: transparent !important; }
/* 1864  */ /* SubHeader */
/* 1865  */ .careerfy-subheader {
/* 1866  */     float: left;
/* 1867  */     width: 100%;
/* 1868  */     text-align: center;
/* 1869  */     background-color: #1e3142;
/* 1870  */     position: relative;
/* 1871  */     padding: 45px 0px 87px 0px;
/* 1872  */ }
/* 1873  */ .careerfy-subheader.careerfy-subheader-without-bg {
/* 1874  */     background-image: none;
/* 1875  */     padding-bottom: 0px;
/* 1876  */ }
/* 1877  */ .careerfy-subheader-without-bg .careerfy-page-title { padding: 33px 0px 88px 0px; }
/* 1878  */ .careerfy-subheader .careerfy-page-title h1 {
/* 1879  */     color: #ffffff;
/* 1880  */     font-size: 30px;
/* 1881  */     margin-bottom: 5px;
/* 1882  */     font-weight: 600;
/* 1883  */ }
/* 1884  */ careerfy-subheader .careerfy-page-title p {
/* 1885  */     font-size: 18px;
/* 1886  */     color: #ffffff;
/* 1887  */     margin-bottom: 0px;
/* 1888  */     font-weight: 300;
/* 1889  */ }
/* 1890  */ .careerfy-breadcrumb {
/* 1891  */     float: left;
/* 1892  */     width: 100%;
/* 1893  */     background-color: #121d28;
/* 1894  */     text-align: center;
/* 1895  */     padding: 11px 0px 1px 0px;
/* 1896  */ }
/* 1897  */ .careerfy-breadcrumb ul {
/* 1898  */     display: inline-block;
/* 1899  */ }
/* 1900  */ .careerfy-breadcrumb ul li {

/* style.css */

/* 1901  */     float: left;
/* 1902  */     list-style: none;
/* 1903  */     padding: 0px 17px;
/* 1904  */     position: relative;
/* 1905  */     color: #ffffff;
/* 1906  */ }
/* 1907  */ .careerfy-breadcrumb ul li:before {
/* 1908  */     content: "\eb60";
/* 1909  */     font-family: careerfy;
/* 1910  */     position: absolute;
/* 1911  */     left: -2px;
/* 1912  */     top: 1px;
/* 1913  */     color: #ffffff;
/* 1914  */     font-size: 9px;
/* 1915  */ }
/* 1916  */ .careerfy-breadcrumb ul li:first-child:before { display: none; }
/* 1917  */ .careerfy-breadcrumb ul li a {
/* 1918  */     color: #ffffff;
/* 1919  */ }
/* 1920  */ .careerfy-subheader.careerfy-subheader-with-bg { padding-bottom: 0px; }
/* 1921  */ .careerfy-subheader-with-bg .careerfy-page-title { padding: 20px 0px 66px 0px; }
/* 1922  */ /* About Text */
/* 1923  */ .careerfy-about-text,.careerfy-about-text span,
/* 1924  */ .careerfy-about-thumb {
/* 1925  */     float: left;
/* 1926  */     width: 100%;
/* 1927  */ }
/* 1928  */ .careerfy-about-text { margin-bottom: 80px; }
/* 1929  */ .careerfy-about-thumb { margin-bottom: 76px; }
/* 1930  */ .careerfy-about-text h2 {
/* 1931  */     margin-bottom: 10px;
/* 1932  */     line-height: 1;
/* 1933  */     text-transform: uppercase;
/* 1934  */ }
/* 1935  */ .careerfy-about-text .careerfy-about-sub {
/* 1936  */     font-size: 16px;
/* 1937  */     font-weight: 500;
/* 1938  */     color: #333333;
/* 1939  */     margin-bottom: 19px;
/* 1940  */ }
/* 1941  */ .careerfy-about-text p {
/* 1942  */     margin-bottom: 17px;
/* 1943  */     display: flex;
/* 1944  */     width: 100%;
/* 1945  */ }
/* 1946  */ .careerfy-about-text .careerfy-static-btn { margin-top: 14px; }
/* 1947  */ /* Modren Counter */
/* 1948  */ .careerfy-modren-counter {
/* 1949  */     float: left;
/* 1950  */     width: 100%;

/* style.css */

/* 1951  */ }
/* 1952  */ .careerfy-modren-counter ul li {
/* 1953  */     list-style: none;
/* 1954  */     text-align: center;
/* 1955  */     position: relative;
/* 1956  */     margin-bottom: 50px;
/* 1957  */     padding-bottom: 50px;
/* 1958  */ }
/* 1959  */ .careerfy-modren-counter ul li:nth-child(3n):before { display: none; }
/* 1960  */ .careerfy-modren-counter ul li:before {
/* 1961  */     content: '';
/* 1962  */     position: absolute;
/* 1963  */     left: 50%;
/* 1964  */     bottom: 0px;
/* 1965  */     border-bottom: 2px dashed #e9e9e9;
/* 1966  */     width: 100%;
/* 1967  */     height: 2px;
/* 1968  */ }
/* 1969  */ .careerfy-modren-counter ul li:after {
/* 1970  */     content: '';
/* 1971  */     position: absolute;
/* 1972  */     left: 50%;
/* 1973  */     bottom: -8px;
/* 1974  */     background-color: #31beed;
/* 1975  */     width: 20px;
/* 1976  */     height: 20px;
/* 1977  */     border-radius: 100%;
/* 1978  */     border: 3px solid #dcf4fc;
/* 1979  */     box-shadow: 0px 0px 0px 3px #aae4f7 inset;
/* 1980  */     margin-left: -10px;
/* 1981  */ }
/* 1982  */ .careerfy-modren-counter i {
/* 1983  */     font-size: 40px;
/* 1984  */     display: inline-block;
/* 1985  */     margin-bottom: 28px;
/* 1986  */ }
/* 1987  */ .careerfy-modren-counter span {
/* 1988  */     font-weight: 500;
/* 1989  */     margin-bottom: 10px;
/* 1990  */     display: block;
/* 1991  */ }
/* 1992  */ .careerfy-modren-counter small {
/* 1993  */     font-size: 13px;
/* 1994  */     color: #999999;
/* 1995  */ }
/* 1996  */ /* Classic Services */
/* 1997  */ .careerfy-classic-services {
/* 1998  */     float: left;
/* 1999  */     width: 100%;
/* 2000  */ }

/* style.css */

/* 2001  */ .careerfy-classic-services ul li {
/* 2002  */     list-style: none;
/* 2003  */     text-align: center;
/* 2004  */     line-height: 1;
/* 2005  */     padding-top: 30px;
/* 2006  */     margin-bottom: 40px;
/* 2007  */ }
/* 2008  */ .careerfy-classic-services i {
/* 2009  */     display: inline-block;
/* 2010  */     width: 140px;
/* 2011  */     height: 140px;
/* 2012  */     color: #0bc2f0;
/* 2013  */     border-radius: 100%;
/* 2014  */     border: 2px dashed #0bc2f0;
/* 2015  */     font-size: 66px;
/* 2016  */     padding-top: 36px;
/* 2017  */     margin-bottom: 27px;
/* 2018  */     -webkit-transition: all 0.4s ease-in-out;
/* 2019  */        -moz-transition: all 0.4s ease-in-out;
/* 2020  */         -ms-transition: all 0.4s ease-in-out;
/* 2021  */          -o-transition: all 0.4s ease-in-out;
/* 2022  */             transition: all 0.4s ease-in-out;
/* 2023  */ }
/* 2024  */ .careerfy-classic-services ul li:hover i {
/* 2025  */     background-color: #13b5ea;
/* 2026  */     color: #ffffff;
/* 2027  */ }
/* 2028  */ .careerfy-classic-services ul.row {
/* 2029  */     display: flex;
/* 2030  */     flex-wrap: wrap;
/* 2031  */ }
/* 2032  */ .careerfy-classic-services span {
/* 2033  */     font-size: 150px;
/* 2034  */     color: #f0f0f0;
/* 2035  */     position: absolute;
/* 2036  */     right: 0px;
/* 2037  */     top: 0px;
/* 2038  */     line-height: 0.7;
/* 2039  */     font-weight: 500;
/* 2040  */ }
/* 2041  */ .careerfy-classic-services h2 {
/* 2042  */     font-size: 20px;
/* 2043  */     margin-bottom: 19px;
/* 2044  */     line-height: 1;
/* 2045  */ }
/* 2046  */ .careerfy-classic-services p {
/* 2047  */     font-size: 16px;
/* 2048  */     display: inline-block;
/* 2049  */     width: 80%;
/* 2050  */ }

/* style.css */

/* 2051  */ /* Service Slider */
/* 2052  */ .careerfy-service-slider,.careerfy-service-slider-layer a,
/* 2053  */ .careerfy-service-slider-layer a img {
/* 2054  */     float: left;
/* 2055  */     width: 100%;
/* 2056  */ }
/* 2057  */ .careerfy-service-slider {
/* 2058  */     position: relative;
/* 2059  */     padding-bottom: 58px;
/* 2060  */     margin-bottom: 38px;
/* 2061  */     height: 626px;
/* 2062  */     overflow: hidden;
/* 2063  */ }
/* 2064  */ .careerfy-service-slider-layer {
/* 2065  */     text-align: center;
/* 2066  */     padding: 0px 5px;
/* 2067  */     -webkit-transition: all 0.4s ease-in-out;
/* 2068  */        -moz-transition: all 0.4s ease-in-out;
/* 2069  */         -ms-transition: all 0.4s ease-in-out;
/* 2070  */          -o-transition: all 0.4s ease-in-out;
/* 2071  */             transition: all 0.4s ease-in-out;
/* 2072  */ }
/* 2073  */ .careerfy-service-slider .slick-track { padding: 50px 0px; }
/* 2074  */ .careerfy-service-slider-layer a {
/* 2075  */     position: relative;
/* 2076  */     margin-bottom: 23px;
/* 2077  */ }
/* 2078  */ .careerfy-service-slider a:before {
/* 2079  */     content: '';
/* 2080  */     position: absolute;
/* 2081  */     left: 0px;
/* 2082  */     top: 0px;
/* 2083  */     width: 100%;
/* 2084  */     height: 100%;
/* 2085  */     background-color: rgba(255,255,255,0.50);
/* 2086  */     -webkit-transition: all 0.4s ease-in-out;
/* 2087  */        -moz-transition: all 0.4s ease-in-out;
/* 2088  */         -ms-transition: all 0.4s ease-in-out;
/* 2089  */          -o-transition: all 0.4s ease-in-out;
/* 2090  */             transition: all 0.4s ease-in-out;
/* 2091  */ }
/* 2092  */ .careerfy-service-slider span {
/* 2093  */     font-size: 16px;
/* 2094  */     color: #333333;
/* 2095  */ }
/* 2096  */ .careerfy-service-slider small {
/* 2097  */     font-size: 12px;
/* 2098  */     color: #666666;
/* 2099  */ }
/* 2100  */ .careerfy-service-slider-layer {

/* style.css */

/* 2101  */     float: none !important;
/* 2102  */     display: inline-block !important;
/* 2103  */     margin-right: -4px;
/* 2104  */     vertical-align: middle;
/* 2105  */ }
/* 2106  */ .careerfy-service-slider .slick-current.slick-active { width: 460px !important; margin-top: -10px; }
/* 2107  */ .careerfy-service-slider .slick-current a:before { opacity: 0; }
/* 2108  */ .careerfy-service-slider-layer:last-child { display: none; }
/* 2109  */ .careerfy-service-slider .slick-arrow {
/* 2110  */     position: absolute;
/* 2111  */     left: 50%;
/* 2112  */     bottom: 0px;
/* 2113  */     width: 49px;
/* 2114  */     height: 49px;
/* 2115  */     background-color: #a0aab6;
/* 2116  */     font-size: 17px;
/* 2117  */     color: #ffffff;
/* 2118  */     border-radius: 100%;
/* 2119  */     text-align: center;
/* 2120  */     padding-top: 13px;
/* 2121  */     margin-left: -49px;
/* 2122  */     z-index: 99;
/* 2123  */     cursor: pointer;
/* 2124  */     -webkit-transition: all 0.4s ease-in-out;
/* 2125  */        -moz-transition: all 0.4s ease-in-out;
/* 2126  */         -ms-transition: all 0.4s ease-in-out;
/* 2127  */          -o-transition: all 0.4s ease-in-out;
/* 2128  */             transition: all 0.4s ease-in-out;
/* 2129  */ }
/* 2130  */ .careerfy-service-slider .slick-arrow-left.slick-arrow { padding-top: 12px }
/* 2131  */ .careerfy-service-slider .slick-arrow-left.slick-arrow:before {
/* 2132  */     content: '';
/* 2133  */     position: absolute;
/* 2134  */     right: 49px;
/* 2135  */     top: 24px;
/* 2136  */     width: 115px;
/* 2137  */     height: 1px;
/* 2138  */     background-color: #e9e9e9;
/* 2139  */ }
/* 2140  */ .careerfy-service-slider .slick-arrow-right.slick-arrow:before {
/* 2141  */     content: '';
/* 2142  */     position: absolute;
/* 2143  */     left: 49px;
/* 2144  */     top: 24px;
/* 2145  */     width: 115px;
/* 2146  */     height: 1px;
/* 2147  */     background-color: #e9e9e9;
/* 2148  */ }
/* 2149  */ .careerfy-service-slider .slick-arrow-left.slick-arrow i {
/* 2150  */     display: inline-block;

/* style.css */

/* 2151  */     -webkit-transform: scale(-1);
/* 2152  */        -moz-transform: scale(-1);
/* 2153  */         -ms-transform: scale(-1);
/* 2154  */          -o-transform: scale(-1);
/* 2155  */             transform: scale(-1);
/* 2156  */ }
/* 2157  */ .careerfy-service-slider .slick-arrow-right.slick-arrow {
/* 2158  */     left: auto;
/* 2159  */     right: 50%;
/* 2160  */     margin-right: -69px;
/* 2161  */     margin-left: 0px;
/* 2162  */ }
/* 2163  */ .careerfy-service-slider .slick-arrow:hover {
/* 2164  */     background-color: #13b5ea;
/* 2165  */     color: #ffffff;
/* 2166  */ }
/* 2167  */ /* Services Classic */
/* 2168  */ .careerfy-services-classic {
/* 2169  */     float: left;
/* 2170  */     width: 100%;
/* 2171  */     margin-bottom: 30px;
/* 2172  */ }
/* 2173  */ .careerfy-services-classic ul li {
/* 2174  */     float: none;
/* 2175  */     display: inline-block;
/* 2176  */     vertical-align: top;
/* 2177  */     margin-right: -4px;
/* 2178  */     list-style: none;
/* 2179  */     text-align: center;
/* 2180  */     margin-bottom: 40px;
/* 2181  */     position: relative;
/* 2182  */ }
/* 2183  */ .careerfy-services-classic ul li:before {
/* 2184  */     content: '';
/* 2185  */     position: absolute;
/* 2186  */     left: 0px;
/* 2187  */     top: 80px;
/* 2188  */     width: 100%;
/* 2189  */     height: 1px;
/* 2190  */     border-bottom: 1px dashed #d4e0ee;
/* 2191  */ }
/* 2192  */ .careerfy-services-classic ul li:nth-child(4n):before,
/* 2193  */ .careerfy-services-classic ul li:first-child:before {
/* 2194  */     left: 50%;
/* 2195  */     width: 49%;
/* 2196  */ }
/* 2197  */ .careerfy-services-classic ul li:nth-child(3n):before {
/* 2198  */     width: 49%;
/* 2199  */ }
/* 2200  */ .careerfy-services-classic span {

/* style.css */

/* 2201  */     display: inline-block;
/* 2202  */     width: 150px;
/* 2203  */     height: 150px;
/* 2204  */     border: 1px dashed #d7e2ee;
/* 2205  */     border-radius: 100%;
/* 2206  */     padding-top: 13px;
/* 2207  */     margin-bottom: 39px;
/* 2208  */     position: relative;
/* 2209  */     background-color: #ffffff;
/* 2210  */ }
/* 2211  */ .careerfy-services-classic span i {
/* 2212  */     display: inline-block;
/* 2213  */     width: 120px;
/* 2214  */     height: 120px;
/* 2215  */     font-size: 48px;
/* 2216  */     background-color: #ffffff;
/* 2217  */     border-radius: 100%;
/* 2218  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
/* 2219  */     color: #13b5ea;
/* 2220  */     padding-top: 36px;
/* 2221  */     -webkit-transition: all 0.4s ease-in-out;
/* 2222  */        -moz-transition: all 0.4s ease-in-out;
/* 2223  */         -ms-transition: all 0.4s ease-in-out;
/* 2224  */          -o-transition: all 0.4s ease-in-out;
/* 2225  */             transition: all 0.4s ease-in-out;
/* 2226  */ }
/* 2227  */ .careerfy-services-classic li:hover span i {
/* 2228  */     background-color: #13b5ea;
/* 2229  */     color: #ffffff;
/* 2230  */ }
/* 2231  */ .careerfy-services-classic h2 {
/* 2232  */     font-size: 20px;
/* 2233  */     line-height: 1;
/* 2234  */     margin-bottom: 16px;
/* 2235  */     font-weight: 400;
/* 2236  */ }
/* 2237  */ .careerfy-services-classic p {
/* 2238  */     letter-spacing: 0px;
/* 2239  */     display: inline-block;
/* 2240  */     width: 80%;
/* 2241  */     line-height: 24px;
/* 2242  */ }
/* 2243  */ /* Search Widget */
/* 2244  */ .careerfy-search-form-widget,.careerfy-search-form-widget form,
/* 2245  */ .careerfy-search-form-widget form input[type="text"] {
/* 2246  */     float: left;
/* 2247  */     width: 100%;
/* 2248  */ }
/* 2249  */ .careerfy-search-form-widget form {
/* 2250  */     position: relative;

/* style.css */

/* 2251  */ }
/* 2252  */ .careerfy-search-form-widget form label {
/* 2253  */     font-size: 16px;
/* 2254  */     color: #333333;
/* 2255  */     margin-bottom: 10px;
/* 2256  */     font-weight: 500;
/* 2257  */ }
/* 2258  */ .careerfy-search-form-widget form input[type="text"] {
/* 2259  */     background-color: #f3f3f3;
/* 2260  */     height: 41px;
/* 2261  */     font-size: 15px;
/* 2262  */     color: #000;
/* 2263  */     padding: 6px 20px;
/* 2264  */ }
/* 2265  */ .careerfy-search-form-widget form input[type="submit"] {
/* 2266  */     position: absolute;
/* 2267  */     right: 0px;
/* 2268  */     bottom: 0px;
/* 2269  */     width: 41px;
/* 2270  */     height: 41px;
/* 2271  */     background-color: transparent;
/* 2272  */     border: none;
/* 2273  */     z-index: 2;
/* 2274  */ }
/* 2275  */ .careerfy-search-form-widget form i {
/* 2276  */     color: #aaaaaa;
/* 2277  */     position: absolute;
/* 2278  */     right: 20px;
/* 2279  */     bottom: 13px;
/* 2280  */     font-size: 15px;
/* 2281  */     z-index: 1;
/* 2282  */ }
/* 2283  */ .widget .careerfy-slash-title {
/* 2284  */     float: left;
/* 2285  */     width: 100%;
/* 2286  */     font-size: 18px;
/* 2287  */     color: #242634;
/* 2288  */     line-height: 1;
/* 2289  */     margin-bottom: 0px;
/* 2290  */     border-bottom: 2px solid #f3f3f3;
/* 2291  */     padding-bottom: 9px;
/* 2292  */     margin-bottom: 18px;
/* 2293  */ }
/* 2294  */ .widget-text-info p {
/* 2295  */     letter-spacing: 0px;
/* 2296  */     margin-bottom: 20px;
/* 2297  */     line-height: 22px;
/* 2298  */ }
/* 2299  */ .careerfy-text-btn {
/* 2300  */     display: inline-block;

/* style.css */

/* 2301  */     padding: 14px 18px;
/* 2302  */     line-height: 1;
/* 2303  */     color: #ffffff;
/* 2304  */     font-size: 14px;
/* 2305  */     border-radius: 3px;
/* 2306  */     text-transform: uppercase;
/* 2307  */     font-weight: 500;
/* 2308  */ }
/* 2309  */ /* Select Style */
/* 2310  */ .careerfy-select-style select {
/* 2311  */     padding: 8px 18px;
/* 2312  */     background: #fff;
/* 2313  */     color: #888;
/* 2314  */     height: 60px;
/* 2315  */     border: 1px solid #f2f2f2;
/* 2316  */     border-left: none;
/* 2317  */     font-size: 13px;
/* 2318  */     font-weight: 500;
/* 2319  */     outline:none;
/* 2320  */     border-radius: 0px;
/* 2321  */     display: inline-block;
/* 2322  */     -webkit-appearance:none;
/* 2323  */     -moz-appearance:none;
/* 2324  */     appearance:none;
/* 2325  */     cursor:pointer;
/* 2326  */ }
/* 2327  */ .careerfy-select-style select option { padding: 8px 18px; }
/* 2328  */ .careerfy-select-style { position: relative; }
/* 2329  */ .careerfy-select-style:after {
/* 2330  */     content: "\e975";
/* 2331  */     font-family: icomoon;
/* 2332  */     color: #999999;
/* 2333  */     right: 20px;
/* 2334  */     top: 17px;
/* 2335  */     position: absolute;
/* 2336  */     pointer-events: none;
/* 2337  */ }
/* 2338  */ .careerfy-banner-search input[type="submit"] {
/* 2339  */     height: 60px;
/* 2340  */     border: none;
/* 2341  */     background-color: transparent;
/* 2342  */     position: relative;
/* 2343  */     z-index: 3;
/* 2344  */ }
/* 2345  */ .careerfy-typo-wrap .careerfy-banner-search input[type="submit"]:hover { background-color: transparent; }
/* 2346  */ .careerfy-banner-search ul li.careerfy-banner-submit i {
/* 2347  */     color: #ffffff;
/* 2348  */     font-size: 26px;
/* 2349  */     top: 0px;
/* 2350  */     right: 0px;

/* style.css */

/* 2351  */     width: 100%;
/* 2352  */     height: 60px;
/* 2353  */     padding-top: 18px;
/* 2354  */     border: 1px solid;
/* 2355  */     -webkit-transition: all 0.4s ease-in-out;
/* 2356  */        -moz-transition: all 0.4s ease-in-out;
/* 2357  */         -ms-transition: all 0.4s ease-in-out;
/* 2358  */          -o-transition: all 0.4s ease-in-out;
/* 2359  */             transition: all 0.4s ease-in-out;
/* 2360  */ }
/* 2361  */ .careerfy-banner-search input[type="submit"]:focus {
/* 2362  */     background-color: transparent !important;
/* 2363  */ }
/* 2364  */ .careerfy-banner-search ul li.careerfy-banner-submit:hover i {
/* 2365  */     background-color: #ffffff; }
/* 2366  */ .careerfy-banner-btn {
/* 2367  */     display: inline-block;
/* 2368  */ }
/* 2369  */ .careerfy-banner-btn a:hover { color: #ffffff; }
/* 2370  */ .careerfy-banner-btn a {
/* 2371  */     float: left;
/* 2372  */     padding: 12px 20px;
/* 2373  */     color: #ffffff;
/* 2374  */     font-weight: 500;
/* 2375  */     border-radius: 2px;
/* 2376  */     background-color: rgba(0,0,0,0.50);
/* 2377  */     margin: 10px 6px 0px 6px;
/* 2378  */     -webkit-transition: all 0.4s ease-in-out;
/* 2379  */        -moz-transition: all 0.4s ease-in-out;
/* 2380  */         -ms-transition: all 0.4s ease-in-out;
/* 2381  */          -o-transition: all 0.4s ease-in-out;
/* 2382  */             transition: all 0.4s ease-in-out;
/* 2383  */ }
/* 2384  */ .careerfy-banner-btn a i {
/* 2385  */     font-size: 24px;
/* 2386  */     margin: 0px 6px 0px 0px;
/* 2387  */     display: inline-block;
/* 2388  */     vertical-align: sub;
/* 2389  */ }
/* 2390  */ .careerfy-plain-btn {
/* 2391  */     float: left;
/* 2392  */     width: 100%;
/* 2393  */     text-align: center;
/* 2394  */     margin-bottom: 20px;
/* 2395  */ }
/* 2396  */ .careerfy-plain-btn a {
/* 2397  */     display: inline-block;
/* 2398  */     background-color: #13b5ea;
/* 2399  */     padding: 17px 25px;
/* 2400  */     line-height: 1;

/* style.css */

/* 2401  */     color: #ffffff;
/* 2402  */     font-weight: 600;
/* 2403  */     text-transform: uppercase;
/* 2404  */     border-radius: 2px;
/* 2405  */ }
/* 2406  */ /* Widget Faq */
/* 2407  */ .widget_faq ul,.widget_faq ul li {
/* 2408  */     float: left;
/* 2409  */     width: 100%;
/* 2410  */ }
/* 2411  */ .widget_faq ul li {
/* 2412  */     list-style: none;
/* 2413  */     font-size: 15px;
/* 2414  */     line-height: 1.5;
/* 2415  */     margin-bottom: 15px;
/* 2416  */ }
/* 2417  */ .widget_faq ul li a {
/* 2418  */     -webkit-transition: all 0.4s ease-in-out;
/* 2419  */        -moz-transition: all 0.4s ease-in-out;
/* 2420  */         -ms-transition: all 0.4s ease-in-out;
/* 2421  */          -o-transition: all 0.4s ease-in-out;
/* 2422  */             transition: all 0.4s ease-in-out;
/* 2423  */ }
/* 2424  */ .widget_faq h2 { position: relative; }
/* 2425  */ .widget_faq h2:before {
/* 2426  */     content: "\f107";
/* 2427  */     font-family: FontAwesome;
/* 2428  */     position: absolute;
/* 2429  */     right: 0px;
/* 2430  */     top: 2px;
/* 2431  */     color: #909090;
/* 2432  */     font-size: 15px;
/* 2433  */ }
/* 2434  */ /* Faq Accordion */
/* 2435  */ .careerfy-accordion {
/* 2436  */     float: left;
/* 2437  */     width: 100%;
/* 2438  */ }
/* 2439  */ .careerfy-accordion .panel {
/* 2440  */     border: none;
/* 2441  */ }
/* 2442  */ .careerfy-accordion .panel-body {
/* 2443  */     padding: 0px 0px 16px 0px;
/* 2444  */ }
/* 2445  */ .careerfy-accordion .panel-heading {
/* 2446  */     padding: 0px 0px 15px 0px;
/* 2447  */ }
/* 2448  */ .careerfy-accordion .panel-default > .panel-heading {
/* 2449  */     background-color: transparent;
/* 2450  */ }

/* style.css */

/* 2451  */ .careerfy-accordion .panel-heading a.collapsed {
/* 2452  */     font-size: 16px;
/* 2453  */     font-weight: 400;
/* 2454  */     letter-spacing: 0px;
/* 2455  */     color: #242634;
/* 2456  */ }
/* 2457  */ .careerfy-accordion .panel-heading a {
/* 2458  */     font-size: 16px;
/* 2459  */     font-weight: 400;
/* 2460  */     letter-spacing: 0px;
/* 2461  */     color: #13b5ea;
/* 2462  */ }
/* 2463  */ .careerfy-accordion .panel-heading a i {
/* 2464  */     float: left;
/* 2465  */     color: #13b5ea;
/* 2466  */     font-size: 20px;
/* 2467  */     margin: 2px 12px 0px 0px;
/* 2468  */     -webkit-transform: rotate(-90deg);
/* 2469  */        -moz-transform: rotate(-90deg);
/* 2470  */         -ms-transform: rotate(-90deg);
/* 2471  */          -o-transform: rotate(-90deg);
/* 2472  */             transform: rotate(-90deg);
/* 2473  */ }
/* 2474  */ .careerfy-accordion .panel-heading a.collapsed i {
/* 2475  */     float: left;
/* 2476  */     color: #cccccc;
/* 2477  */     font-size: 20px;
/* 2478  */     margin: 3px 12px 0px 0px;
/* 2479  */     -webkit-transform: scale(-1);
/* 2480  */        -moz-transform: scale(-1);
/* 2481  */         -ms-transform: scale(-1);
/* 2482  */          -o-transform: scale(-1);
/* 2483  */             transform: scale(-1);
/* 2484  */ }
/* 2485  */ /* Classic PricePlane */
/* 2486  */ .careerfy-classic-priceplane,.careerfy-priceplane-section,
/* 2487  */ .careerfy-classic-priceplane h2,.careerfy-classic-priceplane-title,
/* 2488  */ .grab-classic-priceplane,.grab-classic-priceplane ul,
/* 2489  */ .grab-classic-priceplane ul li,.careerfy-classic-priceplane-btn {
/* 2490  */     float: left;
/* 2491  */     width: 100%;
/* 2492  */ }
/* 2493  */ .careerfy-classic-priceplane {
/* 2494  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
/* 2495  */     padding: 30px 0px 30px 0px;
/* 2496  */     margin-bottom: 30px;
/* 2497  */     border-radius: 4px;
/* 2498  */ }
/* 2499  */ .careerfy-classic-priceplane h2 {
/* 2500  */     font-size: 18px;

/* style.css */

/* 2501  */     line-height: 1;
/* 2502  */     margin-bottom: 8px;
/* 2503  */     text-align: center;
/* 2504  */     padding: 0px 15px;
/* 2505  */ }
/* 2506  */ .careerfy-classic-priceplane  .careerfy-classic-priceplane-title {
/* 2507  */     margin-bottom: 0px; }
/* 2508  */ .careerfy-classic-priceplane .careerfy-priceplane-section {
/* 2509  */     margin-top: 18px;
/* 2510  */ }
/* 2511  */ .careerfy-classic-priceplane-title {
/* 2512  */     text-align: center;
/* 2513  */     font-size: 12px;
/* 2514  */     line-height: 1;
/* 2515  */     margin-bottom: 22px;
/* 2516  */ }
/* 2517  */ .careerfy-priceplane-section {
/* 2518  */     border-top: 1px solid #f2f2f2;
/* 2519  */     border-bottom: 1px solid #f2f2f2;
/* 2520  */     padding: 13px 16px 14px 26px;
/* 2521  */ }
/* 2522  */ .careerfy-priceplane-section span {
/* 2523  */     float: left;
/* 2524  */     color: #333333;
/* 2525  */     font-size: 30px;
/* 2526  */     text-align: center;
/* 2527  */     font-weight: 500;
/* 2528  */     padding-top: 10px;
/* 2529  */ }
/* 2530  */ .careerfy-priceplane-section span small {
/* 2531  */     font-size: 10px;
/* 2532  */     color: #666666;
/* 2533  */     text-transform: uppercase;
/* 2534  */     display: block;
/* 2535  */     font-weight: 300;
/* 2536  */ }
/* 2537  */ .careerfy-priceplane-section span ~ p { padding-left: 114px; }
/* 2538  */ .careerfy-priceplane-section p {
/* 2539  */     font-size: 12px;
/* 2540  */     color: #999999;
/* 2541  */     line-height: 22px;
/* 2542  */     margin-bottom: 0px;
/* 2543  */     letter-spacing: 0px;
/* 2544  */ }
/* 2545  */ .grab-classic-priceplane { padding: 29px 30px 0px 30px; }
/* 2546  */ .grab-classic-priceplane ul li.active { color: #333; }
/* 2547  */ .grab-classic-priceplane ul li {
/* 2548  */     list-style: none;
/* 2549  */     line-height: 1.5;
/* 2550  */     color: #999999;

/* style.css */

/* 2551  */     margin-bottom: 17px;
/* 2552  */     position: relative;
/* 2553  */     padding-left: 20px;
/* 2554  */     text-align: left;
/* 2555  */ }
/* 2556  */ .grab-classic-priceplane ul li i {
/* 2557  */     position: absolute;
/* 2558  */     left: 0px;
/* 2559  */     top: 4px;
/* 2560  */     font-size: 12px;
/* 2561  */     color: #bfbfbf;
/* 2562  */ }
/* 2563  */ .careerfy-classic-priceplane-btn {
/* 2564  */     font-size: 16px;
/* 2565  */     color: #fff;
/* 2566  */     font-weight: 500;
/* 2567  */     text-transform: uppercase;
/* 2568  */     padding: 15px 10px;
/* 2569  */     border-radius: 3px;
/* 2570  */     line-height: 1;
/* 2571  */     text-align: center;
/* 2572  */     margin-top: 10px;
/* 2573  */ }
/* 2574  */ .careerfy-classic-priceplane.active { background-color: #13b5ea; }
/* 2575  */ .careerfy-classic-priceplane.active h2,
/* 2576  */ .careerfy-classic-priceplane.active span,
/* 2577  */ .careerfy-classic-priceplane.active small,
/* 2578  */ .careerfy-classic-priceplane.active p,
/* 2579  */ .careerfy-classic-priceplane.active .grab-classic-priceplane ul li,
/* 2580  */ .careerfy-classic-priceplane.active .grab-classic-priceplane ul li i {
/* 2581  */     color: #ffffff;
/* 2582  */ }
/* 2583  */ .careerfy-classic-priceplane.active .careerfy-priceplane-section { border-color: rgba(0,0,0,0.10); }
/* 2584  */ .careerfy-classic-priceplane.active .careerfy-classic-priceplane-btn { background-color: #fff; color: #13b5ea; }
/* 2585  */ /* Simple Price Plane */
/* 2586  */ .col-md-3.careerfy-simple-priceplane { padding: 0px; }
/* 2587  */ .careerfy-simple-priceplane-basic,
/* 2588  */ .careerfy-simple-priceplane-wrap,
/* 2589  */ .careerfy-simple-priceplane ul,
/* 2590  */ .careerfy-simple-priceplane ul li,
/* 2591  */ .careerfy-simple-priceplane-active {
/* 2592  */     float: left;
/* 2593  */     width: 100%;
/* 2594  */ }
/* 2595  */ .careerfy-simple-priceplane {
/* 2596  */     margin-top: 55px;
/* 2597  */     margin-bottom: 55px;
/* 2598  */     position: relative;
/* 2599  */     z-index: 2;
/* 2600  */ }

/* style.css */

/* 2601  */ .careerfy-simple-priceplane.active { z-index: 5; }
/* 2602  */ .careerfy-simple-priceplane-wrap {
/* 2603  */     border: 1px solid #e6e6e6;
/* 2604  */     border-right: none;
/* 2605  */ }
/* 2606  */ .col-md-3.careerfy-simple-priceplane:last-child .careerfy-simple-priceplane-wrap {
/* 2607  */     border-right: 1px solid #e6e6e6;
/* 2608  */ }
/* 2609  */ .careerfy-simple-priceplane-basic {
/* 2610  */     text-align: center;
/* 2611  */     padding: 21px 0px 25px 0px;
/* 2612  */ }
/* 2613  */ .careerfy-simple-priceplane-basic h2 {
/* 2614  */     font-size: 18px;
/* 2615  */     color: #333333;
/* 2616  */     line-height: 1;
/* 2617  */     margin-bottom: 21px;
/* 2618  */     text-transform: uppercase;
/* 2619  */     letter-spacing: 1px;
/* 2620  */ }
/* 2621  */ .careerfy-simple-priceplane-basic span {
/* 2622  */     display: block;
/* 2623  */     font-size: 34px;
/* 2624  */     color: #333333;
/* 2625  */     font-weight: 300;
/* 2626  */     line-height: 1;
/* 2627  */     margin-bottom: 21px;
/* 2628  */ }
/* 2629  */ .careerfy-simple-priceplane-basic span small {
/* 2630  */     font-size: 10px;
/* 2631  */     color: #666666;
/* 2632  */     letter-spacing: 1.5px;
/* 2633  */     text-transform: uppercase;
/* 2634  */     font-weight: 400;
/* 2635  */ }
/* 2636  */ .careerfy-simple-priceplane-basic a {
/* 2637  */     display: inline-block;
/* 2638  */     padding: 13px 30px;
/* 2639  */     line-height: 1;
/* 2640  */     border: 2px solid #e6e6e6;
/* 2641  */     border-radius: 40px;
/* 2642  */     color: #333333;
/* 2643  */     font-size: 14px;
/* 2644  */     text-transform: uppercase;
/* 2645  */     font-weight: 500;
/* 2646  */ }
/* 2647  */ .active .careerfy-simple-priceplane-basic a {
/* 2648  */     color: #ffffff;
/* 2649  */ }
/* 2650  */ .careerfy-simple-priceplane ul {

/* style.css */

/* 2651  */     background-color: #f9f9f9;
/* 2652  */     padding: 28px 0px 4px 0px;
/* 2653  */ }
/* 2654  */ .careerfy-simple-priceplane ul li {
/* 2655  */     list-style: none;
/* 2656  */     font-size: 14px;
/* 2657  */     color: #999999;
/* 2658  */     text-align: center;
/* 2659  */     line-height: 1;
/* 2660  */     margin-bottom: 24px;
/* 2661  */ }
/* 2662  */ .careerfy-simple-priceplane-active {
/* 2663  */     background-color: #1e3142;
/* 2664  */     font-size: 14px;
/* 2665  */     color: #ffffff;
/* 2666  */     letter-spacing: 3px;
/* 2667  */     font-weight: 500;
/* 2668  */     text-transform: uppercase;
/* 2669  */     text-align: center;
/* 2670  */     padding: 10px 10px;
/* 2671  */     line-height: 1;
/* 2672  */     margin-bottom: 18px;
/* 2673  */ }
/* 2674  */ .active .careerfy-simple-priceplane-wrap,.careerfy-simple-priceplane-active { border-radius: 4px 4px 0px 0px; }
/* 2675  */ .careerfy-simple-priceplane.active { margin-top: 0px; }
/* 2676  */ .active .careerfy-simple-priceplane-wrap {
/* 2677  */     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
/* 2678  */     border: none;
/* 2679  */     background-color: #ffffff;
/* 2680  */     -webkit-transform: scale(1.05);
/* 2681  */        -moz-transform: scale(1.05);
/* 2682  */         -ms-transform: scale(1.05);
/* 2683  */          -o-transform: scale(1.05);
/* 2684  */             transform: scale(1.05);
/* 2685  */ }
/* 2686  */ .active.careerfy-simple-priceplane ul { padding-bottom: 21px; }
/* 2687  */ /* Plain Services */
/* 2688  */ .careerfy-plain-services {
/* 2689  */     float: left;
/* 2690  */     width: 100%;
/* 2691  */ }
/* 2692  */ .careerfy-plain-services ul li { list-style: none; }
/* 2693  */ .careerfy-plain-services > ul > li { margin-bottom: 40px; }
/* 2694  */ .careerfy-plain-services i {
/* 2695  */     font-size: 47px;
/* 2696  */     margin-bottom: 30px;
/* 2697  */     display: inline-block;
/* 2698  */ }
/* 2699  */ .careerfy-plain-services h2 {
/* 2700  */     margin-bottom: 15px;

/* style.css */

/* 2701  */     line-height: 1;
/* 2702  */     color: #333333;
/* 2703  */     font-size: 20px;
/* 2704  */ }
/* 2705  */ .careerfy-plain-services p {
/* 2706  */     letter-spacing: 0px;
/* 2707  */     margin-bottom: 0px;
/* 2708  */ }
/* 2709  */ /* Packages PricePlane */
/* 2710  */ .careerfy-packages-priceplane {
/* 2711  */     float: left;
/* 2712  */     width: 100%;
/* 2713  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
/* 2714  */     background-color: #ffffff;
/* 2715  */     border-radius: 3px;
/* 2716  */     margin: 30px 0px 30px 0px;
/* 2717  */     text-align: center;
/* 2718  */     padding: 22px 0px 30px 0px;
/* 2719  */ }
/* 2720  */ .careerfy-packages-priceplane.active {
/* 2721  */     margin-top: 15px;
/* 2722  */     padding-bottom: 40px;
/* 2723  */     -webkit-transform: scale(1.07);
/* 2724  */        -moz-transform: scale(1.07);
/* 2725  */         -ms-transform: scale(1.07);
/* 2726  */          -o-transform: scale(1.07);
/* 2727  */             transform: scale(1.07);
/* 2728  */ }
/* 2729  */ .careerfy-packages-priceplane h2 {
/* 2730  */     font-size: 18px;
/* 2731  */     line-height: 1;
/* 2732  */     margin-bottom: 18px;
/* 2733  */     text-transform: uppercase;
/* 2734  */ }
/* 2735  */ .packages-priceplane-price {
/* 2736  */     float: left;
/* 2737  */     width: 100%;
/* 2738  */     background-color: #f7f7f7;
/* 2739  */     padding: 15px 0px 16px 0px;
/* 2740  */     line-height: 1;
/* 2741  */ }
/* 2742  */ .packages-priceplane-price strong {
/* 2743  */     display: block;
/* 2744  */     color: #333333;
/* 2745  */     font-size: 40px;
/* 2746  */     margin-bottom: 4px;
/* 2747  */     word-break: break-all;
/* 2748  */ }
/* 2749  */ .packages-priceplane-price strong small {
/* 2750  */     font-size: 20px;

/* style.css */

/* 2751  */     display: inline-block;
/* 2752  */     vertical-align: super;
/* 2753  */     font-weight: 400;
/* 2754  */     margin-right: 4px;
/* 2755  */ }
/* 2756  */ .packages-priceplane-price span {
/* 2757  */     font-size: 10px;
/* 2758  */     color: #666666;
/* 2759  */     text-transform: uppercase;
/* 2760  */     letter-spacing: 3px;
/* 2761  */ }
/* 2762  */ .careerfy-packages-priceplane.active ul { padding-top: 34px; padding-bottom: 15px; }
/* 2763  */ .careerfy-packages-priceplane ul {
/* 2764  */     float: left;
/* 2765  */     width: 100%;
/* 2766  */     margin: 0px;
/* 2767  */     padding: 24px 33px 9px 33px;
/* 2768  */     text-align: left;
/* 2769  */ }
/* 2770  */ .careerfy-packages-priceplane ul li {
/* 2771  */     list-style: none;
/* 2772  */     float: left;
/* 2773  */     width: 100%;
/* 2774  */     color: #999999;
/* 2775  */     font-size: 14px;
/* 2776  */     line-height: 1.5;
/* 2777  */     margin-bottom: 14px;
/* 2778  */     position: relative;
/* 2779  */     padding-left: 20px;
/* 2780  */ }
/* 2781  */ .careerfy-packages-priceplane ul li.active {
/* 2782  */     color: #333;
/* 2783  */ }
/* 2784  */ .careerfy-packages-priceplane ul li i {
/* 2785  */     position: absolute;
/* 2786  */     left: 0px;
/* 2787  */     top: 4px;
/* 2788  */     font-size: 12px;
/* 2789  */     color: #bfbfbf;
/* 2790  */ }
/* 2791  */ .careerfy-packages-priceplane.active .careerfy-packages-priceplane-btn { opacity: 1; }
/* 2792  */ .careerfy-packages-priceplane-btn {
/* 2793  */     display: inline-block;
/* 2794  */     padding: 14px 56px;
/* 2795  */     color: #ffffff;
/* 2796  */     font-weight: 500;
/* 2797  */     border-radius: 40px;
/* 2798  */     font-size: 14px;
/* 2799  */     line-height: 1;
/* 2800  */     opacity: 0.50;

/* style.css */

/* 2801  */ }
/* 2802  */ /* Partner Slider */
/* 2803  */ .careerfy-partner-slider,
/* 2804  */ .careerfy-partner-slider a {
/* 2805  */     float: left;
/* 2806  */     width: 100%;
/* 2807  */ }
/* 2808  */ .careerfy-partner-slider a {
/* 2809  */     border: 1px solid #e6e6e6;
/* 2810  */     text-align: center;
/* 2811  */     -webkit-transition: all 0.4s ease-in-out;
/* 2812  */        -moz-transition: all 0.4s ease-in-out;
/* 2813  */         -ms-transition: all 0.4s ease-in-out;
/* 2814  */          -o-transition: all 0.4s ease-in-out;
/* 2815  */             transition: all 0.4s ease-in-out;
/* 2816  */ }
/* 2817  */ .careerfy-partner-slider.slick-slider img {
/* 2818  */     width: 100px;
/* 2819  */     display: inline-block;
/* 2820  */ }
/* 2821  */ .careerfy-partner-slider .slick-list { margin: 0px -15px; }
/* 2822  */ .careerfy-partner-slider-layer { padding: 0px 15px; }
/* 2823  */ /* Additional PricePlane */
/* 2824  */ .careerfy-additional-priceplane {
/* 2825  */     float: left;
/* 2826  */     width: 100%;
/* 2827  */     text-align: center;
/* 2828  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
/* 2829  */     padding-bottom: 35px;
/* 2830  */     margin-bottom: 30px;
/* 2831  */     border-radius: 4px;
/* 2832  */ }
/* 2833  */ .careerfy-additional-priceplane.active h2 { color: #ffffff; }
/* 2834  */ .careerfy-additional-priceplane h2 {
/* 2835  */     font-size: 24px;
/* 2836  */     color: #333333;
/* 2837  */     text-transform: uppercase;
/* 2838  */     margin-bottom: -11px;
/* 2839  */     line-height: 1;
/* 2840  */     background-color: #f3f3f3;
/* 2841  */     padding: 34px 0px 55px 0px;
/* 2842  */     border-radius: 4px 4px 0px 0px;
/* 2843  */ }
/* 2844  */ .careerfy-additional-priceplane span {
/* 2845  */     display: inline-block;
/* 2846  */     background-color: #ffffff;
/* 2847  */     padding: 12px 20px;
/* 2848  */     font-size: 24px;
/* 2849  */     color: #333333;
/* 2850  */     border-radius: 40px;

/* style.css */

/* 2851  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
/* 2852  */     font-weight: 600;
/* 2853  */     line-height: 1;
/* 2854  */     margin-top: -26px;
/* 2855  */     margin-bottom: 42px;
/* 2856  */ }
/* 2857  */ .careerfy-additional-priceplane span strong {
/* 2858  */     font-weight: 400;
/* 2859  */     font-size: 20px;
/* 2860  */     float: left;
/* 2861  */     margin: 2px 1px 0px 0px;
/* 2862  */ }
/* 2863  */ .careerfy-additional-priceplane span small {
/* 2864  */     font-size: 10px;
/* 2865  */     color: #999999;
/* 2866  */     text-transform: uppercase;
/* 2867  */     font-weight: 300;
/* 2868  */ }
/* 2869  */ .careerfy-additional-priceplane ul {
/* 2870  */     float: left;
/* 2871  */     width: 100%;
/* 2872  */     margin: 0px;
/* 2873  */ }
/* 2874  */ .careerfy-additional-priceplane ul li {
/* 2875  */     float: left;
/* 2876  */     width: 100%;
/* 2877  */     list-style: none;
/* 2878  */     color: #ccc;
/* 2879  */     text-transform: uppercase;
/* 2880  */     line-height: 1;
/* 2881  */     margin-bottom: 28px;
/* 2882  */ }
/* 2883  */ .careerfy-additional-priceplane ul li.active {
/* 2884  */     color: #999999;
/* 2885  */ }
/* 2886  */ .careerfy-additional-priceplane.active .careerfy-additional-priceplane-btn { color: #ffffff; }
/* 2887  */ .careerfy-additional-priceplane-btn {
/* 2888  */     display: inline-block;
/* 2889  */     border: 1px solid;
/* 2890  */     border-radius: 3px;
/* 2891  */     font-size: 14px;
/* 2892  */     font-weight: 500;
/* 2893  */     text-transform: uppercase;
/* 2894  */     padding: 14px 18px 16px 18px;
/* 2895  */     line-height: 1;
/* 2896  */ }
/* 2897  */ .careerfy-additional-priceplane-btn i {
/* 2898  */     font-size: 16px;
/* 2899  */     margin-left: 4px;
/* 2900  */ }

/* style.css */

/* 2901  */ /* Contact Us */
/* 2902  */ #map {
/* 2903  */     float: left;
/* 2904  */     width: 100%;
/* 2905  */     height: 480px;
/* 2906  */ }
/* 2907  */ .careerfy-contact-info-sec {
/* 2908  */     float: left;
/* 2909  */     width: 33.33333333%;
/* 2910  */     padding: 32px 24px 35px 30px;
/* 2911  */     position: relative;
/* 2912  */     z-index: 2;
/* 2913  */ }
/* 2914  */ .careerfy-contact-info-sec h2 {
/* 2915  */     font-size: 22px;
/* 2916  */     color: #ffffff;
/* 2917  */     line-height: 1;
/* 2918  */     margin-bottom: 14px;
/* 2919  */ }
/* 2920  */ .careerfy-contact-info-sec p {
/* 2921  */     color: #ffffff;
/* 2922  */     margin-bottom: 26px;
/* 2923  */     letter-spacing: 0px;
/* 2924  */     line-height: 26px;
/* 2925  */ }
/* 2926  */ .careerfy-contact-info-list {
/* 2927  */     float: left;
/* 2928  */     width: 100%;
/* 2929  */     margin: 0px;
/* 2930  */ }
/* 2931  */ .careerfy-contact-info-list li {
/* 2932  */     float: left;
/* 2933  */     width: 100%;
/* 2934  */     list-style: none;
/* 2935  */     color: #ffffff;
/* 2936  */     padding-left: 36px;
/* 2937  */     position: relative;
/* 2938  */     line-height: 1.5;
/* 2939  */     margin-bottom: 26px;
/* 2940  */     font-weight: 300;
/* 2941  */ }
/* 2942  */ .careerfy-contact-info-list li i {
/* 2943  */     position: absolute;
/* 2944  */     left: 0px;
/* 2945  */     top: 3px;
/* 2946  */     color: #ffffff;
/* 2947  */     font-size: 17px;
/* 2948  */ }
/* 2949  */ .careerfy-contact-info-list li a { color: #ffffff; }
/* 2950  */ .careerfy-contact-media,.careerfy-contact-form,

/* style.css */

/* 2951  */ .careerfy-contact-form form,.careerfy-contact-form input[type="text"],
/* 2952  */ .careerfy-contact-form textarea {
/* 2953  */     float: left;
/* 2954  */     width: 100%;
/* 2955  */ }
/* 2956  */ .careerfy-contact-media a {
/* 2957  */     float: left;
/* 2958  */     color: #ffffff;
/* 2959  */     font-size: 29px;
/* 2960  */     margin: 0px 18px 10px 0px;
/* 2961  */ }
/* 2962  */ .careerfy-contact-form {
/* 2963  */     float: left;
/* 2964  */     width: 66.66666667%;
/* 2965  */     background-color: #fcfcfc;
/* 2966  */     padding: 28px 30px 8px 30px;
/* 2967  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
/* 2968  */     position: relative;
/* 2969  */     z-index: 2;
/* 2970  */ }
/* 2971  */ .careerfy-contact-form h2 {
/* 2972  */     font-size: 22px;
/* 2973  */     margin-bottom: 27px;
/* 2974  */     line-height: 1;
/* 2975  */ }
/* 2976  */ .careerfy-contact-form ul { margin: 0px -10px; }
/* 2977  */ .careerfy-contact-form ul li {
/* 2978  */     list-style: none;
/* 2979  */     padding: 0px 10px;
/* 2980  */     float: left;
/* 2981  */     width: 50%;
/* 2982  */     position: relative;
/* 2983  */     margin-bottom: 20px;
/* 2984  */ }
/* 2985  */ .careerfy-contact-form .wpcf7-form p {
/* 2986  */     width: 50%;
/* 2987  */     padding: 0px 10px;
/* 2988  */ }
/* 2989  */ .careerfy-contact-form .wpcf7-form p:last-child,
/* 2990  */ .careerfy-contact-form .wpcf7-form p:nth-last-child(3),
/* 2991  */ .careerfy-contact-form .wpcf7-form ul li:nth-last-child(2),
/* 2992  */ .careerfy-contact-form .wpcf7-form ul li:nth-last-child(1) {
/* 2993  */     width: 100%;
/* 2994  */ }
/* 2995  */ .careerfy-contact-form .wpcf7-form p:nth-last-child(3) {
/* 2996  */     margin-bottom: 15px;
/* 2997  */ }
/* 2998  */ .careerfy-contact-form form.wpcf7-form {
/* 2999  */     margin: 0px -10px;
/* 3000  */ }

/* style.css */

/* 3001  */ .careerfy-contact-form ul li.careerfy-contact-form-full{ width: 100%; }
/* 3002  */ .careerfy-contact-form input[type="text"] {
/* 3003  */     background-color: #ffffff;
/* 3004  */     border: 1px solid #efefef;
/* 3005  */     font-size: 12px;
/* 3006  */     color: #000;
/* 3007  */     padding: 7px 14px;
/* 3008  */     height: 42px;
/* 3009  */ }
/* 3010  */ .careerfy-contact-form i {
/* 3011  */     position: absolute;
/* 3012  */     right: 29px;
/* 3013  */     top: 12px;
/* 3014  */     font-size: 15px;
/* 3015  */     color: #aaaaaa;
/* 3016  */ }
/* 3017  */ .careerfy-contact-form textarea {
/* 3018  */     background-color: #ffffff;
/* 3019  */     border: 1px solid #efefef;
/* 3020  */     font-size: 12px;
/* 3021  */     color: #000;
/* 3022  */     padding: 16px 14px;
/* 3023  */     height: 132px;
/* 3024  */ }
/* 3025  */ .careerfy-contact-form input[type="submit"] {
/* 3026  */     float: left;
/* 3027  */     padding: 17px 23px;
/* 3028  */     color: #ffffff;
/* 3029  */     font-size: 14px;
/* 3030  */     font-weight: 500;
/* 3031  */     text-transform: uppercase;
/* 3032  */     border-radius: 3px;
/* 3033  */     line-height: 1;
/* 3034  */     border: 1px solid;
/* 3035  */     -webkit-transition: all 0.4s ease-in-out;
/* 3036  */        -moz-transition: all 0.4s ease-in-out;
/* 3037  */         -ms-transition: all 0.4s ease-in-out;
/* 3038  */          -o-transition: all 0.4s ease-in-out;
/* 3039  */             transition: all 0.4s ease-in-out;
/* 3040  */ }
/* 3041  */ .careerfy-contact-form input[type="submit"]:hover { background-color: transparent; }
/* 3042  */ /* Contact Form 7 */
/* 3043  */ .wpcf7-form input[type="text"],.wpcf7-form input[type="email"],
/* 3044  */ .wpcf7-form input[type="url"],.wpcf7-form input[type="tel"],
/* 3045  */ .wpcf7-form input[type="number"],.wpcf7-form input[type="date"],
/* 3046  */ .wpcf7-form select {
/* 3047  */     float: left;
/* 3048  */     width: 100%;
/* 3049  */     background-color: #ffffff;
/* 3050  */     border: 1px solid #efefef;

/* style.css */

/* 3051  */     font-size: 12px;
/* 3052  */     color: #000;
/* 3053  */     padding: 7px 14px;
/* 3054  */     height: 42px;
/* 3055  */     margin-bottom: 7px;
/* 3056  */ }
/* 3057  */ .wpcf7-form p,.wpcf7-form textarea,
/* 3058  */ .wpcf7-response-output,
/* 3059  */ .wpcf7-form p > span {
/* 3060  */     float: left;
/* 3061  */     width: 100%;
/* 3062  */ }
/* 3063  */ .wpcf7-form span.wpcf7-list-item { margin: 0px; }
/* 3064  */ div.wpcf7 input[type="file"] { margin-bottom: 10px; }
/* 3065  */ .wpcf7-form input[type="submit"] {
/* 3066  */     float: left;
/* 3067  */     padding: 17px 23px;
/* 3068  */     color: #ffffff;
/* 3069  */     font-size: 14px;
/* 3070  */     font-weight: 500;
/* 3071  */     text-transform: uppercase;
/* 3072  */     border-radius: 3px;
/* 3073  */     line-height: 1;
/* 3074  */     border: none;
/* 3075  */     cursor: pointer;
/* 3076  */ }
/* 3077  */ .wpcf7-form textarea {
/* 3078  */     background-color: #ffffff;
/* 3079  */     border: 1px solid #efefef;
/* 3080  */     font-size: 12px;
/* 3081  */     color: #000;
/* 3082  */     padding: 16px 14px;
/* 3083  */     height: 132px;
/* 3084  */ }
/* 3085  */ /* Contact Service */
/* 3086  */ .contact-service ul li {
/* 3087  */     text-align: center;
/* 3088  */     list-style: none;
/* 3089  */     margin-bottom: 30px;
/* 3090  */ }
/* 3091  */ .contact-service h2 {
/* 3092  */     padding-bottom: 22px;
/* 3093  */     color: #333333;
/* 3094  */     font-weight: 400;
/* 3095  */ }
/* 3096  */ .contact-service i {
/* 3097  */     font-size: 80px;
/* 3098  */     display: block;
/* 3099  */     padding-bottom: 38px;
/* 3100  */ }

/* style.css */

/* 3101  */ .contact-service a {
/* 3102  */     border-radius: 40px;
/* 3103  */     color: #ffffff;
/* 3104  */     display: inline-block;
/* 3105  */     font-size: 16px;
/* 3106  */     padding: 8px 46px 9px 46px;
/* 3107  */     line-height: 1;
/* 3108  */     text-transform: uppercase;
/* 3109  */     border: 1px solid;
/* 3110  */     -webkit-transition: all 0.4s ease-in-out;
/* 3111  */        -moz-transition: all 0.4s ease-in-out;
/* 3112  */         -ms-transition: all 0.4s ease-in-out;
/* 3113  */          -o-transition: all 0.4s ease-in-out;
/* 3114  */             transition: all 0.4s ease-in-out;
/* 3115  */ }
/* 3116  */ .contact-service a:hover { background-color: transparent !important; }
/* 3117  */ /* Featured Listing */
/* 3118  */ .careerfy-featured-listing > ul > li                                                           { margin-bottom: 30px; list-style: none; float: none; display: inline-block; vertical-align: top; margin-right: -4px; }
/* 3119  */ .careerfy-featured-listing                                                                     { margin-bottom: 25px; }
/* 3120  */ .careerfy-table-layer {
/* 3121  */     display: table;
/* 3122  */     width: 100%;
/* 3123  */ }
/* 3124  */ .careerfy-table-row {
/* 3125  */     display: table-row;
/* 3126  */ }
/* 3127  */ .careerfy-table-cell {
/* 3128  */     display: table-cell;
/* 3129  */     line-height: 26px;
/* 3130  */ }
/* 3131  */ .careerfy-featured-listing figure,
/* 3132  */ .careerfy-featured-listing-text {
/* 3133  */     display: table-cell;
/* 3134  */     vertical-align: middle;
/* 3135  */ }
/* 3136  */ .careerfy-featured-listing .careerfy-table-layer                                          { border: 1px solid #ececec; }
/* 3137  */ .careerfy-featured-listing figure a                                                        { display: inline-block; }
/* 3138  */ .careerfy-featured-listing figure ~ .careerfy-featured-listing-text                       { border-left: 1px solid #ececec; }
/* 3139  */ .careerfy-featured-listing-text                                                            { padding: 11px 19px 3px 19px; }
/* 3140  */ .careerfy-option-btn.careerfy-blue                                                        { background-color: #186fc9; }
/* 3141  */ .careerfy-option-btn.careerfy-red                                                         { background-color: #e12335; }
/* 3142  */ .careerfy-option-btn.careerfy-green                                                       { background-color: #f1630d; }
/* 3143  */ .careerfy-featured-listing figure {
/* 3144  */     margin-bottom: 0px;
/* 3145  */     text-align: center;
/* 3146  */     width: 119px;
/* 3147  */     padding: 20px;
/* 3148  */ }
/* 3149  */ .careerfy-featured-listing-text h2 {
/* 3150  */     font-size: 16px;

/* style.css */

/* 3151  */     display: inline-block;
/* 3152  */     width: 90%;
/* 3153  */     margin-bottom: 1px;
/* 3154  */ }
/* 3155  */ .careerfy-featured-listing-text h2 span {
/* 3156  */     color: #fff;
/* 3157  */     display: inline-block;
/* 3158  */     font-size: 12px;
/* 3159  */     font-weight: bold;
/* 3160  */     margin-left: 4px;
/* 3161  */     padding: 4px 8px;
/* 3162  */     vertical-align: middle;
/* 3163  */     background-color: #ffb607;
/* 3164  */     line-height: 1;
/* 3165  */     margin-top: -6px;
/* 3166  */ }
/* 3167  */ .careerfy-like-list {
/* 3168  */     float: right;
/* 3169  */     color: #8eb507;
/* 3170  */ }
/* 3171  */ .careerfy-featured-listing-text time {
/* 3172  */     display: block;
/* 3173  */     line-height: 1;
/* 3174  */     font-size: 12px;
/* 3175  */     font-weight: 400;
/* 3176  */     margin-bottom: 19px;
/* 3177  */ }
/* 3178  */ .careerfy-featured-listing-options {
/* 3179  */     display: inline-block;
/* 3180  */     width: 100%;
/* 3181  */     border-top: 1px solid #eeeeee;
/* 3182  */     padding-top: 12px;
/* 3183  */ }
/* 3184  */ .careerfy-featured-listing-options ul {
/* 3185  */     float: left;
/* 3186  */     width: 70%;
/* 3187  */     margin: 0px;
/* 3188  */ }
/* 3189  */ .careerfy-featured-listing-options ul li {
/* 3190  */     float: left;
/* 3191  */     list-style: none;
/* 3192  */     margin-right: 14px;
/* 3193  */ }
/* 3194  */ .careerfy-featured-listing-options ul li a {
/* 3195  */     color: #999;
/* 3196  */     font-size: 13px;
/* 3197  */ }
/* 3198  */ .careerfy-featured-listing-options ul li i {
/* 3199  */     font-size: 10px;
/* 3200  */     color: #b1b7c1;

/* style.css */

/* 3201  */     margin-right: 3px;
/* 3202  */ }
/* 3203  */ .careerfy-option-btn {
/* 3204  */     float: right;
/* 3205  */     padding: 8px 17px 8px 17px;
/* 3206  */     font-size: 13px;
/* 3207  */     color: #ffffff;
/* 3208  */     background-color: #53b427;
/* 3209  */     text-transform: uppercase;
/* 3210  */     line-height: 1;
/* 3211  */ }
/* 3212  */
/* 3213  */ /* Footer */
/* 3214  */ #careerfy-footer,.careerfy-footer-one,.careerfy-footer-widget,
/* 3215  */ .careerfy-footer-logo,.careerfy-footer-widget .widget {
/* 3216  */     float: left;
/* 3217  */     width: 100%;
/* 3218  */ }
/* 3219  */ .careerfy-footer-one .careerfy-footer-widget { padding: 58px 0px 0px 0px; }
/* 3220  */ .careerfy-footer-one {
/* 3221  */     background-color: #26272b;
/* 3222  */ }
/* 3223  */ .careerfy-footer-one p                         { color: #999999; }
/* 3224  */ .careerfy-footer-widget .widget                { margin-bottom: 40px; }
/* 3225  */ .careerfy-footer-logo                          { margin-bottom: 31px; }
/* 3226  */ .widget_contact_info p                          { margin-bottom: 36px; }
/* 3227  */ /* Widget Contact Info */
/* 3228  */ .careerfy-classic-btn {
/* 3229  */     display: inline-block;
/* 3230  */     padding: 12px 22px;
/* 3231  */     color: #ffffff;
/* 3232  */     font-weight: 600;
/* 3233  */     text-transform: uppercase;
/* 3234  */     border-radius: 2px;
/* 3235  */ }
/* 3236  */ .careerfy-footer-widget .careerfy-classic-btn,.careerfy-footer-widget .careerfy-classic-btn:hover { color: #ffffff; }
/* 3237  */ /* Footer Widget Title */
/* 3238  */ .footer-widget-title {
/* 3239  */     float: left;
/* 3240  */     width: 100%;
/* 3241  */     margin-bottom: 28px;
/* 3242  */ }
/* 3243  */ .footer-widget-title h2 {
/* 3244  */     font-size: 18px;
/* 3245  */     margin-bottom: 0px;
/* 3246  */     color: #ffffff;
/* 3247  */ }
/* 3248  */ /* Widget Nav Manu */
/* 3249  */ .widget_nav_menu ul,.widget_nav_menu ul li,
/* 3250  */ .widget_nav_menu ul li a {

/* style.css */

/* 3251  */     float: left;
/* 3252  */     width: 100%;
/* 3253  */ }
/* 3254  */ .widget_nav_menu .sub-menu,.widget_nav_menu ul ul { margin: 0px; }
/* 3255  */ .widget_nav_menu ul li {
/* 3256  */     list-style: none;
/* 3257  */ }
/* 3258  */ .widget_nav_menu ul li a {
/* 3259  */     padding-left: 0px;
/* 3260  */     position: relative;
/* 3261  */     margin-bottom: 6px;
/* 3262  */     -webkit-transition: all 0.4s ease-in-out;
/* 3263  */        -moz-transition: all 0.4s ease-in-out;
/* 3264  */         -ms-transition: all 0.4s ease-in-out;
/* 3265  */          -o-transition: all 0.4s ease-in-out;
/* 3266  */             transition: all 0.4s ease-in-out;
/* 3267  */ }
/* 3268  */ .careerfy-main-content .widget_nav_menu ul li a {
/* 3269  */     color: #999999;
/* 3270  */ }
/* 3271  */ .widget_nav_menu ul li a:before {
/* 3272  */     content: "\ea3c";
/* 3273  */     font-family: careerfy;
/* 3274  */     display: inline-block;
/* 3275  */     font-size: 12px;
/* 3276  */     margin-right: 14px;
/* 3277  */     -webkit-transition: all 0.4s ease-in-out;
/* 3278  */        -moz-transition: all 0.4s ease-in-out;
/* 3279  */         -ms-transition: all 0.4s ease-in-out;
/* 3280  */          -o-transition: all 0.4s ease-in-out;
/* 3281  */             transition: all 0.4s ease-in-out;
/* 3282  */ }
/* 3283  */ .widget_contact_wrap { padding-right: 20px; }
/* 3284  */ /* CopyRight */
/* 3285  */ .careerfy-copyright {
/* 3286  */     float: left;
/* 3287  */     width: 100%;
/* 3288  */     border-top: 1px solid #2e2e2e;
/* 3289  */     padding: 40px 0px 30px 0px;
/* 3290  */ }
/* 3291  */ .careerfy-copyright p {
/* 3292  */     float: left;
/* 3293  */     font-size: 16px;
/* 3294  */     margin: 12px 0px 0px 0px;
/* 3295  */ }
/* 3296  */ .careerfy-social-network {
/* 3297  */     float: right;
/* 3298  */ }
/* 3299  */ .careerfy-social-network li {
/* 3300  */     float: left;

/* style.css */

/* 3301  */     list-style: none;
/* 3302  */     margin: 0px 0px 10px 10px;
/* 3303  */ }
/* 3304  */ .careerfy-social-network li a {
/* 3305  */     float: left;
/* 3306  */     width: 41px;
/* 3307  */     height: 41px;
/* 3308  */     background-color: #33353d;
/* 3309  */     color: #818a91;
/* 3310  */     text-align: center;
/* 3311  */     border-radius: 100%;
/* 3312  */     font-size: 16px;
/* 3313  */     padding-top: 13px;
/* 3314  */     -webkit-transition: all 0.4s ease-in-out;
/* 3315  */        -moz-transition: all 0.4s ease-in-out;
/* 3316  */         -ms-transition: all 0.4s ease-in-out;
/* 3317  */          -o-transition: all 0.4s ease-in-out;
/* 3318  */             transition: all 0.4s ease-in-out;
/* 3319  */ }
/* 3320  */ .careerfy-social-network li:hover a { color: #ffffff; }
/* 3321  */ /* Error Page */
/* 3322  */ .careerfy-errorpage-bg {
/* 3323  */     float: left;
/* 3324  */     width: 100%;
/* 3325  */     background: url(images/errorpage-bg.jpg);
/* 3326  */     margin: -50px 0px -10px 0px;
/* 3327  */     position: relative;
/* 3328  */     text-align: center;
/* 3329  */     padding: 146px 0px 146px 0px;
/* 3330  */ }
/* 3331  */ .careerfy-errorpage-transparent {
/* 3332  */     position: absolute;
/* 3333  */     left: 0px;
/* 3334  */     top: 0px;
/* 3335  */     background-color: #1e3142;
/* 3336  */     opacity: 0.95;
/* 3337  */     width: 100%;
/* 3338  */     height: 100%;
/* 3339  */ }
/* 3340  */ .careerfy-errorpage {
/* 3341  */     display: inline-block;
/* 3342  */     position: relative;
/* 3343  */ }
/* 3344  */ .careerfy-errorpage img { margin-bottom: 32px; }
/* 3345  */ .careerfy-errorpage h2 {
/* 3346  */     font-size: 50px;
/* 3347  */     color: #ffffff;
/* 3348  */     margin-bottom: 20px;
/* 3349  */ }
/* 3350  */ .careerfy-errorpage p {

/* style.css */

/* 3351  */     color: #ffffff;
/* 3352  */     font-size: 16px;
/* 3353  */     margin-bottom: 20px;
/* 3354  */ }
/* 3355  */ .careerfy-error-search {
/* 3356  */     float: left;
/* 3357  */     width: 420px;
/* 3358  */     margin-right: 30px;
/* 3359  */ }
/* 3360  */ .careerfy-error-search form,
/* 3361  */ .careerfy-error-search form ul,
/* 3362  */ .careerfy-error-search form input[type="text"],
/* 3363  */ .careerfy-error-search form input[type="submit"] {
/* 3364  */     float: left;
/* 3365  */     width: 100%;
/* 3366  */ }
/* 3367  */ .careerfy-error-search ul li {
/* 3368  */     float: left;
/* 3369  */     list-style: none;
/* 3370  */     width: 80%;
/* 3371  */ }
/* 3372  */ .error404 .careerfy-subheader { display: none; }
/* 3373  */ .careerfy-error-search ul li:last-child { width: 20%; }
/* 3374  */ .careerfy-error-search form input[type="text"] {
/* 3375  */     height: 40px;
/* 3376  */     font-size: 14px;
/* 3377  */     color: #ffffff;
/* 3378  */     padding: 5px 15px;
/* 3379  */     background-color: rgba(255,255,255,0.07);
/* 3380  */     border-radius: 4px 0px 0px 4px;
/* 3381  */     border: none;
/* 3382  */ }
/* 3383  */ .careerfy-error-search form input[type="submit"] {
/* 3384  */     border: none;
/* 3385  */     background-color: #13b5ea;
/* 3386  */     height: 40px;
/* 3387  */     color: #ffffff;
/* 3388  */     font-size: 14px;
/* 3389  */     font-weight: bold;
/* 3390  */     border-radius: 0px 4px 4px 0px;
/* 3391  */ }
/* 3392  */ .careerfy-errorpage a {
/* 3393  */     display: inline-block;
/* 3394  */     background-color: #13b5ea;
/* 3395  */     padding: 14px 29px 13px 29px;
/* 3396  */     color: #ffffff;
/* 3397  */     font-size: 14px;
/* 3398  */     font-weight: bold;
/* 3399  */     border-radius: 4px;
/* 3400  */     text-transform: capitalize;

/* style.css */

/* 3401  */     line-height: 1;
/* 3402  */ }
/* 3403  */ /* Search Result */
/* 3404  */ .careerfy-no-search-result {
/* 3405  */     padding-bottom: 22px;
/* 3406  */     float: left;
/* 3407  */     width: 100%;
/* 3408  */ }
/* 3409  */ .careerfy-no-search-result li {
/* 3410  */     font-size: 16px;
/* 3411  */     line-height: 1;
/* 3412  */     list-style: none;
/* 3413  */     padding-bottom: 14px;
/* 3414  */ }
/* 3415  */ .careerfy-no-search-result li:before {
/* 3416  */     content: "\eb2d";
/* 3417  */     font-family: icomoon;
/* 3418  */     margin-right: 13px;
/* 3419  */     font-size: 12px;
/* 3420  */ }
/* 3421  */ .careerfy-showing-result-title h2 {
/* 3422  */     font-size: 22px;
/* 3423  */     width: 100%;
/* 3424  */     float:left;
/* 3425  */     padding-bottom: 4px;
/* 3426  */     margin-bottom: 24px;
/* 3427  */     border-bottom: 2px solid #f2f2f2;
/* 3428  */ }
/* 3429  */ .careerfy-form-result form {
/* 3430  */     float: left;
/* 3431  */     width: 60%;
/* 3432  */     position: relative;
/* 3433  */ }
/* 3434  */ .careerfy-form-result,
/* 3435  */ .careerfy-form-result ul {
/* 3436  */     float: left;
/* 3437  */     width: 100%;
/* 3438  */     position: relative;
/* 3439  */ }
/* 3440  */ .careerfy-form-result ul li {
/* 3441  */     float: left;
/* 3442  */     width: 100%;
/* 3443  */     list-style: none;
/* 3444  */ }
/* 3445  */ .careerfy-form-result ul li:last-child {
/* 3446  */     position: absolute;
/* 3447  */     right: 0px;
/* 3448  */     top: 0px;
/* 3449  */     width: 20%;
/* 3450  */ }

/* style.css */

/* 3451  */ .careerfy-form-result input[type="text"] {
/* 3452  */     background-color: #f6f6f6;
/* 3453  */     border-bottom: 2px solid #eaeaea;
/* 3454  */     color: #000;
/* 3455  */     font-size: 15px;
/* 3456  */     font-weight: 300;
/* 3457  */     font-style: italic;
/* 3458  */     height: 43px;
/* 3459  */     padding: 0px 19px;
/* 3460  */     width: 100%;
/* 3461  */ }
/* 3462  */ .careerfy-form-result input[type="submit"] {
/* 3463  */     float: right;
/* 3464  */     padding: 7px 24px;
/* 3465  */     color: #ffffff;
/* 3466  */     border: none;
/* 3467  */     background-color: #13b5ea;
/* 3468  */ }
/* 3469  */ /* Search Result */
/* 3470  */ .careerfy-showing-result ul li { list-style: none; }
/* 3471  */ .careerfy-showing-result > ul > li { margin-bottom: 30px; }
/* 3472  */ .careerfy-showing-result figure                        { margin-bottom: 0px; float: left; }
/* 3473  */ .careerfy-result-text h5                        { margin-bottom: 1px; }
/* 3474  */ .careerfy-post-options li:last-child              { margin-right: 0px; }
/* 3475  */ .careerfy-result-text {
/* 3476  */     padding: 15px 25px 34px 30px;
/* 3477  */     border: 1px solid #f0f0f0;
/* 3478  */ }
/* 3479  */ .careerfy-post-wrap {
/* 3480  */     display: table-row;
/* 3481  */     width: 100%;
/* 3482  */ }
/* 3483  */ .careerfy-post-item {
/* 3484  */     border: 1px solid #eee;
/* 3485  */     padding: 20px;
/* 3486  */     position: relative;
/* 3487  */     overflow: hidden;
/* 3488  */ }
/* 3489  */ .no-img-item .careerfy-post-wrap { float: left; }
/* 3490  */ .no-img-item .careerfy-post-item { padding: 30px; }
/* 3491  */ .careerfy-showing-result > ul > li {
/* 3492  */     float: none;
/* 3493  */     display: inline-block;
/* 3494  */     width: 100%;
/* 3495  */ }
/* 3496  */ .careerfy-showing-result .post-author .author-img img {
/* 3497  */     border-radius: 100%;
/* 3498  */     border: 1px solid #efefef;
/* 3499  */ }
/* 3500  */ .careerfy-post-item:hover figure { opacity: 0.90; }

/* style.css */

/* 3501  */ .careerfy-showing-result .post-author .author-img {
/* 3502  */     display: inline-block;
/* 3503  */     width: 37px;
/* 3504  */     margin-right: 12px;
/* 3505  */ }
/* 3506  */ .careerfy-showing-result .post-author {
/* 3507  */     display: inline-block;
/* 3508  */ }
/* 3509  */ .careerfy-showing-result .post-author a {
/* 3510  */     color: #999;
/* 3511  */     -webkit-transition: all 0.4s ease-in-out;
/* 3512  */        -moz-transition: all 0.4s ease-in-out;
/* 3513  */         -ms-transition: all 0.4s ease-in-out;
/* 3514  */          -o-transition: all 0.4s ease-in-out;
/* 3515  */             transition: all 0.4s ease-in-out;
/* 3516  */ }
/* 3517  */ .sticky .careerfy-post-item { border: 1px solid #f0f0f0; padding: 15px 25px 20px 30px; }
/* 3518  */ .careerfy-showing-result .careerfy-result-text {
/* 3519  */     padding: 0px;
/* 3520  */     border: none;
/* 3521  */ }
/* 3522  */ .careerfy-continue-read {
/* 3523  */     text-decoration: underline;
/* 3524  */     text-transform: capitalize;
/* 3525  */ }
/* 3526  */ .careerfy-result-text p {
/* 3527  */     margin-bottom: 24px;
/* 3528  */     line-height: 24px;
/* 3529  */ }
/* 3530  */ .careerfy-showing-result .careerfy-result-text p { margin-bottom: 13px; color: #454545; }
/* 3531  */ .careerfy-showing-result .careerfy-result-text h5 { margin-bottom: 7px; }
/* 3532  */ .careerfy-showing-result .careerfy-result-text h5 a {
/* 3533  */     -webkit-transition: all 0.4s ease-in-out;
/* 3534  */        -moz-transition: all 0.4s ease-in-out;
/* 3535  */         -ms-transition: all 0.4s ease-in-out;
/* 3536  */          -o-transition: all 0.4s ease-in-out;
/* 3537  */             transition: all 0.4s ease-in-out;
/* 3538  */ }
/* 3539  */ .careerfy-result-text time {
/* 3540  */     font-size: 13px;
/* 3541  */     font-style: italic;
/* 3542  */     display: block;
/* 3543  */     margin-bottom: 10px;
/* 3544  */ }
/* 3545  */ .careerfy-result-text a.careerfy-banner-btn {
/* 3546  */     display: inline-block;
/* 3547  */     padding: 11px 21px 10px 21px;
/* 3548  */     font-size: 12px;
/* 3549  */     color: #13b5ea;
/* 3550  */     border: 1px solid #13b5ea;

/* style.css */

/* 3551  */     text-transform: uppercase;
/* 3552  */     font-weight: 500;
/* 3553  */     line-height: 1;
/* 3554  */     -webkit-transition: all 0.4s ease-in-out;
/* 3555  */        -moz-transition: all 0.4s ease-in-out;
/* 3556  */         -ms-transition: all 0.4s ease-in-out;
/* 3557  */          -o-transition: all 0.4s ease-in-out;
/* 3558  */             transition: all 0.4s ease-in-out;
/* 3559  */ }
/* 3560  */ .careerfy-result-text a.careerfy-banner-btn:hover { color: #ffffff; background-color: #13b5ea; }
/* 3561  */ .careerfy-posts-list.careerfy-showing-result figure {
/* 3562  */     float: none;
/* 3563  */     display: table-cell;
/* 3564  */     width: 365px;
/* 3565  */     margin: 0px 0px 0px 0px;
/* 3566  */     -webkit-transition: all 0.4s ease-in-out;
/* 3567  */        -moz-transition: all 0.4s ease-in-out;
/* 3568  */         -ms-transition: all 0.4s ease-in-out;
/* 3569  */          -o-transition: all 0.4s ease-in-out;
/* 3570  */             transition: all 0.4s ease-in-out;
/* 3571  */ }
/* 3572  */ .careerfy-posts-list figure { width: 100%; }
/* 3573  */ .careerfy-posts-list figure ~ .careerfy-result-text {
/* 3574  */     float: left;
/* 3575  */     width: 100%;
/* 3576  */     margin: 0px;
/* 3577  */     border: 1px solid #f0f0f0;
/* 3578  */ }
/* 3579  */ .careerfy-showing-result figure a,
/* 3580  */ .careerfy-showing-result figure img {
/* 3581  */     float: left;
/* 3582  */     width: 100%;
/* 3583  */ }
/* 3584  */ .careerfy-showing-result figure ~ .careerfy-result-text {
/* 3585  */     display: table-cell;
/* 3586  */     vertical-align: middle;
/* 3587  */     padding-left: 30px;
/* 3588  */     border: none;
/* 3589  */     float: none;
/* 3590  */     width: auto;
/* 3591  */ }
/* 3592  */ .careerfy-featured-post {
/* 3593  */     color: #fff;
/* 3594  */     float: right;
/* 3595  */     font-size: 12px;
/* 3596  */     font-weight: bold;
/* 3597  */     margin-left: 4px;
/* 3598  */     padding: 4px 8px;
/* 3599  */     vertical-align: middle;
/* 3600  */     background-color: #13b5ea;

/* style.css */

/* 3601  */     line-height: 1;
/* 3602  */     margin-top: 1px;
/* 3603  */ }
/* 3604  */ .careerfy-result-text .careerfy-featured-post {
/* 3605  */     color: #fff;
/* 3606  */     position: absolute;
/* 3607  */     font-size: 11px;
/* 3608  */     font-weight: bold;
/* 3609  */     margin-left: 4px;
/* 3610  */     padding: 6px 17px;
/* 3611  */     vertical-align: middle;
/* 3612  */     background-color: #f9be34;
/* 3613  */     line-height: 1;
/* 3614  */     margin-top: 1px;
/* 3615  */     -webkit-transform: rotate(50deg);
/* 3616  */        -moz-transform: rotate(50deg);
/* 3617  */         -ms-transform: rotate(50deg);
/* 3618  */          -o-transform: rotate(50deg);
/* 3619  */             transform: rotate(50deg);
/* 3620  */     right: -56px;
/* 3621  */     top: -47px;
/* 3622  */     width: 100px;
/* 3623  */     height: 100px;
/* 3624  */ }
/* 3625  */ .careerfy-result-text .careerfy-featured-post i {
/* 3626  */     margin-top: 65px;
/* 3627  */     margin-left: 22px;
/* 3628  */     font-size: 16px;
/* 3629  */ }
/* 3630  */ .careerfy-archive-options {
/* 3631  */     display: inline-block;
/* 3632  */     width: 100%;
/* 3633  */     margin: 0px;
/* 3634  */ }
/* 3635  */ .careerfy-archive-options li {
/* 3636  */     float: left;
/* 3637  */     list-style: none;
/* 3638  */     margin-right: 14px;
/* 3639  */ }
/* 3640  */ .careerfy-archive-options li i { margin-right: 7px; }
/* 3641  */ .careerfy-archive-options li a {
/* 3642  */     color: #999;
/* 3643  */     -webkit-transition: all 0.4s ease-in-out;
/* 3644  */        -moz-transition: all 0.4s ease-in-out;
/* 3645  */         -ms-transition: all 0.4s ease-in-out;
/* 3646  */          -o-transition: all 0.4s ease-in-out;
/* 3647  */             transition: all 0.4s ease-in-out;
/* 3648  */ }
/* 3649  */ .careerfy-archive-options time {
/* 3650  */     margin-bottom: 0px;

/* style.css */

/* 3651  */     display: inline-block;
/* 3652  */     font-style: normal;
/* 3653  */     font-size: 14px;
/* 3654  */     color: #999;
/* 3655  */ }
/* 3656  */ /* Comment Form */
/* 3657  */ .comment-respond,.comment-respond input[type="text"] {
/* 3658  */     float: left;
/* 3659  */     width: 100%;
/* 3660  */ }
/* 3661  */ .comment-respond form               {margin: 0px -15px 0px -15px;}
/* 3662  */ .comment-respond p.careerfy-full-form {
/* 3663  */     width: 100%;
/* 3664  */ }
/* 3665  */ .comment-respond p {
/* 3666  */     float: left;
/* 3667  */     list-style-type: none;
/* 3668  */     margin-bottom: 14px;
/* 3669  */     padding: 0px 9px 0px 9px;
/* 3670  */     width: 50%;
/* 3671  */ }
/* 3672  */ .comment-respond p input[type="text"] {
/* 3673  */     border: 1px solid #ececec;
/* 3674  */     font-size: 15px;
/* 3675  */     height: 44px;
/* 3676  */     background: #ffffff;
/* 3677  */     margin: 0px;
/* 3678  */     color: #222;
/* 3679  */     padding: 8px 21px;
/* 3680  */ }
/* 3681  */ .comment-respond p textarea{
/* 3682  */     height: 156px;
/* 3683  */     font-size: 15px;
/* 3684  */     padding: 8px 21px 0px 21px;
/* 3685  */     color:#000;
/* 3686  */     background-color: #ffffff;
/* 3687  */     width: 100%;
/* 3688  */     border: 1px solid #ececec;
/* 3689  */ }
/* 3690  */ .comment-respond p input[type="submit"] {
/* 3691  */     border: none;
/* 3692  */     background-color: #13b5ea;
/* 3693  */     color: #ffffff;
/* 3694  */     font-size: 13px;
/* 3695  */     text-transform: uppercase;
/* 3696  */     padding: 6px 33px 6px 33px;
/* 3697  */     border-radius: 4px;
/* 3698  */     float: left;
/* 3699  */ }
/* 3700  */ /* WidgetArchive */

/* style.css */

/* 3701  */ .widget_archive ul li,
/* 3702  */ .widget_categories ul > li {
/* 3703  */     position: relative;
/* 3704  */     margin-bottom: 6px;
/* 3705  */     text-align: right;
/* 3706  */     float: left;
/* 3707  */     width: 100%;
/* 3708  */ }
/* 3709  */ .widget_categories ul > li:last-child { margin-bottom: 0px; }
/* 3710  */ .widget_archive ul li a,
/* 3711  */ .widget_categories ul li a { float: left; }
/* 3712  */ .widget_categories ul ul.children { margin-left: 0px; padding-left: 12px; }
/* 3713  */ .widget_categories ul ul.children ul.children { margin-left: 0px; padding-left: 0px; }
/* 3714  */ /* End */
/* 3715  */ .careerfy-main-content .widget,
/* 3716  */ .careerfy-main-content .jobsearch_side_box {
/* 3717  */     float: left;
/* 3718  */     width: 100%;
/* 3719  */     margin-bottom: 26px;
/* 3720  */ }
/* 3721  */ .careerfy-main-content .jobsearch_side_box {
/* 3722  */     overflow: hidden; }
/* 3723  */ .careerfy-main-content .jobsearch_side_box ul li,.careerfy-main-content .widget ul li { list-style: none; }
/* 3724  */ .widget_calendar caption {
/* 3725  */     background-color: #13b5ea;
/* 3726  */     color: #ffffff;
/* 3727  */     padding: 5px 15px;
/* 3728  */ }
/* 3729  */ /* Widget's */
/* 3730  */ .widget_recent_comments ul li,
/* 3731  */ .widget_recent_entries ul li,
/* 3732  */ .widget_meta ul li,
/* 3733  */ .widget_pages ul li,
/* 3734  */ .widget_rss ul li {
/* 3735  */     list-style: none;
/* 3736  */     margin-bottom: 7px;
/* 3737  */ }
/* 3738  */ .widget_rss ul li { margin-bottom: 15px; }
/* 3739  */ .widget_pages ul ul,.widget_nav_menu ul ul { margin-top: 5px; }
/* 3740  */ .widget_pages ul ul ul,.widget_nav_menu ul ul ul { margin-left: 0px; }
/* 3741  */ .widget_search ul li {
/* 3742  */     float: left;
/* 3743  */     width: 100%;
/* 3744  */     list-style: none;
/* 3745  */     line-height: 1;
/* 3746  */ }
/* 3747  */ .woocommerce aside .widget.widget_search ul li {
/* 3748  */     border: none;
/* 3749  */     padding: 0px;
/* 3750  */ }

/* style.css */

/* 3751  */ .widget_search form {
/* 3752  */     position: relative;
/* 3753  */     float: left;
/* 3754  */     width: 100%;
/* 3755  */ }
/* 3756  */ .widget_search input[type="text"] {
/* 3757  */     height: 41px;
/* 3758  */     border: none;
/* 3759  */     font-size: 14px;
/* 3760  */     color: #333;
/* 3761  */     padding: 7px 20px;
/* 3762  */     background-color: #f6f6f6;
/* 3763  */     float: left;
/* 3764  */     width: 100%;
/* 3765  */ }
/* 3766  */ .widget_search input[type="submit"] {
/* 3767  */     display: inline-block;
/* 3768  */     padding: 14px 21px 14px 21px;
/* 3769  */     font-size: 12px;
/* 3770  */     color: #ffffff;
/* 3771  */     border: none;
/* 3772  */     font-weight: 500;
/* 3773  */     position: relative;
/* 3774  */     z-index: 10;
/* 3775  */     -webkit-transition: all 0.4s ease-in-out;
/* 3776  */        -moz-transition: all 0.4s ease-in-out;
/* 3777  */         -ms-transition: all 0.4s ease-in-out;
/* 3778  */          -o-transition: all 0.4s ease-in-out;
/* 3779  */             transition: all 0.4s ease-in-out;
/* 3780  */ }
/* 3781  */ .widget_search li:last-child {
/* 3782  */     position: absolute;
/* 3783  */     right: 0px;
/* 3784  */     top: 0px;
/* 3785  */     width: auto !important;
/* 3786  */ }
/* 3787  */ .rssSummary { color: #999; }
/* 3788  */ .widget_tag_cloud a:hover                   { background-color: #13b5ea; color: #ffffff !important;}
/* 3789  */ .widget_tag_cloud a {
/* 3790  */     background-color: #f9f9f9;
/* 3791  */     float: left;
/* 3792  */     color: #999999;
/* 3793  */     font-size: 15px !important;
/* 3794  */     margin: 0px 9px 9px 0px;
/* 3795  */     padding: 4px 13px 4px;
/* 3796  */     border-radius: 40px;
/* 3797  */     -webkit-transition: all 0.4s ease-in-out;
/* 3798  */     -moz-transition: all 0.4s ease-in-out;
/* 3799  */     -ms-transition: all 0.4s ease-in-out;
/* 3800  */     -o-transition: all 0.4s ease-in-out;

/* style.css */

/* 3801  */     transition: all 0.4s ease-in-out;
/* 3802  */ }
/* 3803  */ /* Widget Recent Posts */
/* 3804  */ .widget_recent_posts ul,
/* 3805  */ .widget_recent_posts ul li {
/* 3806  */     float: left;
/* 3807  */     width: 100%;
/* 3808  */ }
/* 3809  */ .widget_recent_posts ul li { margin-bottom: 24px; }
/* 3810  */ .widget_recent_posts ul li:last-child { margin-bottom: 0px; }
/* 3811  */ .widget_recent_posts figure {
/* 3812  */     float: left;
/* 3813  */     width: 74px;
/* 3814  */ }
/* 3815  */ .widget_recent_posts figure ~ .recent-post-text { margin-left: 94px; margin-top: 3px; }
/* 3816  */ .recent-post-text h5 {
/* 3817  */     font-size: 14px;
/* 3818  */     line-height: 1.5;
/* 3819  */     margin-bottom: 0px;
/* 3820  */     text-transform: capitalize;
/* 3821  */ }
/* 3822  */ .recent-post-text .read-more-btn {
/* 3823  */     font-size: 15px;
/* 3824  */     color: #13b5ea;
/* 3825  */     text-transform: capitalize;
/* 3826  */ }
/* 3827  */ .recent-post-text .read-more-btn i {
/* 3828  */     font-size: 11px;
/* 3829  */     margin-right: 6px;
/* 3830  */ }
/* 3831  */ /* Newsletter Widget Holder */
/* 3832  */ .newsletter-widget-holder {
/* 3833  */     float: left;
/* 3834  */     width: 100%;
/* 3835  */     background-color: #f5f5f5;
/* 3836  */     padding: 30px 20px 10px 20px;
/* 3837  */     text-align: center;
/* 3838  */ }
/* 3839  */ .newsletter-widget-holder i {
/* 3840  */     display: inline-block;
/* 3841  */     font-size: 25px;
/* 3842  */     color: #a0a0a0;
/* 3843  */     margin-bottom: 8px;
/* 3844  */ }
/* 3845  */ .newsletter-widget-holder h2 {
/* 3846  */     text-transform: uppercase;
/* 3847  */ }
/* 3848  */ .newsletter-widget-holder form,.mc-lists-fields,.mc-input-fields,
/* 3849  */ .mc-lists-fields li,.mc-input-fields li,.mc-input-fields input[type="email"],
/* 3850  */ .newsletter-widget-holder .alert-danger,.newsletter-widget-holder .alert-success,

/* style.css */

/* 3851  */ .careerfy-footer-newslatter .alert {
/* 3852  */     float: left;
/* 3853  */     width: 100%;
/* 3854  */ }
/* 3855  */ .careerfy-footer-newslatter .alert { margin-top: 10px; }
/* 3856  */ .careerfy-footer-newslatter .alert p,.careerfy-footer-newslatter .alert p span { color: #a94442 !important; }
/* 3857  */ .mc-lists-fields input[type="checkbox"] {
/* 3858  */     display: none;
/* 3859  */ }
/* 3860  */ .mc-lists-fields { margin-bottom: 20px; }
/* 3861  */ .mc-lists-fields li { text-align: left; }
/* 3862  */ .mc-lists-fields input[type="checkbox"] + label {
/* 3863  */     color: #999999;
/* 3864  */     font-size: 14px;
/* 3865  */     font-weight: 400;
/* 3866  */     cursor: pointer;
/* 3867  */     margin: 0px;
/* 3868  */     display: inline-block;
/* 3869  */     position: relative;
/* 3870  */ }
/* 3871  */ .mc-lists-fields input[type="checkbox"] + label span {
/* 3872  */     display: inline-block;
/* 3873  */     width: 13px;
/* 3874  */     height: 13px;
/* 3875  */     margin: -3px 11px 0px 0px;
/* 3876  */     vertical-align: middle;
/* 3877  */     background-color: #f5f5f5;
/* 3878  */     border: 1px solid #aeaeae;
/* 3879  */ }
/* 3880  */ .mc-lists-fields input[type="checkbox"]:checked + label span,
/* 3881  */ .mc-lists-fields input[type="checkbox"] + label:hover span {
/* 3882  */     border-color: #13b5ea;
/* 3883  */ }
/* 3884  */ .mc-lists-fields input[type="checkbox"]:checked + label span:before,
/* 3885  */ .mc-lists-fields input[type="checkbox"] + label:hover span:before {
/* 3886  */     content: "\f00c";
/* 3887  */     font-family: FontAwesome;
/* 3888  */     position: absolute;
/* 3889  */     left: 2px;
/* 3890  */     top: -1px;
/* 3891  */     color: #13b5ea;
/* 3892  */     font-size: 10px;
/* 3893  */ }
/* 3894  */ .mc-input-fields input[type="email"] {
/* 3895  */     background-color: #ffffff;
/* 3896  */     height: 40px;
/* 3897  */     border: none;
/* 3898  */     font-size: 15px;
/* 3899  */     padding: 7px 15px;
/* 3900  */     color: #444;

/* style.css */

/* 3901  */ }
/* 3902  */ .mc-input-fields li { margin-bottom: 20px; }
/* 3903  */ .mc-input-fields input[type="submit"] {
/* 3904  */     display: inline-block;
/* 3905  */     padding: 15px 30px;
/* 3906  */     font-size: 13px;
/* 3907  */     text-transform: uppercase;
/* 3908  */     font-weight: 400;
/* 3909  */     border: none;
/* 3910  */     background-color: #13b5ea;
/* 3911  */     color: #ffffff;
/* 3912  */     line-height: 1;
/* 3913  */     border-radius: 4px;
/* 3914  */ }
/* 3915  */ /* Widget Flickr Gallery */
/* 3916  */ .widget_flickr_gallery ul { margin: 0px -2px; }
/* 3917  */ .widget_flickr_gallery ul li {
/* 3918  */     float: left;
/* 3919  */     width: 25%;
/* 3920  */     list-style: none;
/* 3921  */     padding: 0px 2px 4px 2px;
/* 3922  */ }
/* 3923  */ .careerfy-header-two .careerfy-logo {
/* 3924  */     margin: 0px; }
/* 3925  */ .home .careerfy-header-two { border: none; }
/* 3926  */ .careerfy-header-two [class*="col-md-"] {
/* 3927  */     float: none;
/* 3928  */     display: inline-block;
/* 3929  */     vertical-align: middle;
/* 3930  */     margin-right: -4px;
/* 3931  */ }
/* 3932  */ .careerfy-header-two {
/* 3933  */     position: absolute;
/* 3934  */     left: 0px;
/* 3935  */     top: 0px;
/* 3936  */     width: 100%;
/* 3937  */     z-index: 999;
/* 3938  */     padding-right: 25px; padding-left: 25px;
/* 3939  */     border-bottom: 1px solid rgba(255,255,255,0.10);
/* 3940  */ }
/* 3941  */ .careerfy-header-two .careerfy-user-option > li {
/* 3942  */     margin-left: 20px; margin-right: 0px; margin-top: 26px;
/* 3943  */     padding-bottom: 23px;
/* 3944  */ }
/* 3945  */ .admin-bar .careerfy-header-two { top: 40px; }
/* 3946  */ .admin-bar.careerfy-sticky-header .careerfy-header-two { top: 32px; }
/* 3947  */ .careerfy-banner-two {
/* 3948  */     float: left;
/* 3949  */     width: 100%;
/* 3950  */     position: relative;

/* style.css */

/* 3951  */     padding: 227px 0px 42px 0px;
/* 3952  */ }
/* 3953  */ .careerfy-banner-two .careerfy-banner-caption h1 {
/* 3954  */     font-size: 55px;
/* 3955  */     margin-bottom: 11px;
/* 3956  */ }
/* 3957  */ .careerfy-banner-two .careerfy-banner-caption p {
/* 3958  */     width: 65%;
/* 3959  */     margin-bottom: 28px;
/* 3960  */ }
/* 3961  */ .careerfy-banner-two-btn,
/* 3962  */ .careerfy-typo-wrap .careerfy-banner-two-btn {
/* 3963  */     display: inline-block;
/* 3964  */     font-size: 18px;
/* 3965  */     padding: 14px 38px;
/* 3966  */     color: #fff;
/* 3967  */     border-radius: 40px;
/* 3968  */     line-height: 1;
/* 3969  */     margin-bottom: 84px;
/* 3970  */     border: 2px solid;
/* 3971  */     -webkit-transition: all 0.4s ease-in-out;
/* 3972  */        -moz-transition: all 0.4s ease-in-out;
/* 3973  */         -ms-transition: all 0.4s ease-in-out;
/* 3974  */          -o-transition: all 0.4s ease-in-out;
/* 3975  */             transition: all 0.4s ease-in-out;
/* 3976  */ }
/* 3977  */ .careerfy-banner-two-btn:hover,
/* 3978  */ .careerfy-typo-wrap .careerfy-banner-two-btn:hover {
/* 3979  */     background-color: transparent;
/* 3980  */ }
/* 3981  */ /* Banner Search Two */
/* 3982  */ .careerfy-banner-search-two,
/* 3983  */ .careerfy-typo-wrap .careerfy-banner-search-two {
/* 3984  */     display: inline-block;
/* 3985  */     width: 100%;
/* 3986  */     margin-bottom: 10px;
/* 3987  */     border-radius: 90px;
/* 3988  */     padding: 30px 40px;
/* 3989  */ }
/* 3990  */ .careerfy-banner-search-two input[type="text"],
/* 3991  */ .careerfy-banner-search-two input[type="submit"],
/* 3992  */ .careerfy-select-style select {
/* 3993  */     float: left;
/* 3994  */     width: 100%;
/* 3995  */ }
/* 3996  */ .careerfy-banner-search-two ul { margin: 0px -30px; padding: 0px 0px 0px 30px; }
/* 3997  */ .careerfy-banner-search-two > ul > li {
/* 3998  */     float: left;
/* 3999  */     width: 28%;
/* 4000  */     list-style: none;

/* style.css */

/* 4001  */     position: relative;
/* 4002  */     padding: 11px 30px 0px 30px;
/* 4003  */ }
/* 4004  */
/* 4005  */ .careerfy-banner-search-two.search-keyword-off.search-cat-off ul li,
/* 4006  */ .careerfy-banner-search-two.search-cat-off.search-loc-off ul li,
/* 4007  */ .careerfy-banner-search-two.search-keyword-off.search-loc-off ul li,
/* 4008  */ .search-keyword-off.search-cat-off .careerfy-banner-search-three ul li,
/* 4009  */ .search-cat-off.search-loc-off .careerfy-banner-search-three ul li,
/* 4010  */ .careerfy-banner-search-four.search-keyword-off.search-cat-off ul li,
/* 4011  */ .careerfy-banner-search-four.search-cat-off.search-loc-off ul li,
/* 4012  */ .search-keyword-off.search-cat-off .careerfy-fifteen-banner-search ul li,
/* 4013  */ .search-cat-off.search-loc-off .careerfy-fifteen-banner-search ul li,
/* 4014  */ .search-keyword-off.search-loc-off .careerfy-banner-search-three ul li,
/* 4015  */ .careerfy-banner-search-four.search-keyword-off.search-loc-off ul li,
/* 4016  */ .search-keyword-off.search-loc-off .careerfy-fifteen-banner-search ul li {
/* 4017  */     width: 84%; }
/* 4018  */ .careerfy-banner-search-two.search-keyword-off.search-cat-off ul li:last-child,
/* 4019  */ .careerfy-banner-search-two.search-cat-off.search-loc-off ul li:last-child,
/* 4020  */ .search-keyword-off.search-cat-off .careerfy-banner-search-three ul li:last-child,
/* 4021  */ .search-cat-off.search-loc-off .careerfy-banner-search-three ul li:last-child,
/* 4022  */ .careerfy-banner-search-four.search-keyword-off.search-cat-off ul li:last-child,
/* 4023  */ .careerfy-banner-search-four.search-cat-off.search-loc-off ul li:last-child,
/* 4024  */ .search-keyword-off.search-cat-off .careerfy-fifteen-banner-search ul li:last-child,
/* 4025  */ .search-cat-off.search-loc-off .careerfy-fifteen-banner-search ul li:last-child,
/* 4026  */ .careerfy-banner-search-two.search-keyword-off.search-loc-off ul li:last-child,
/* 4027  */ .search-keyword-off.search-loc-off .careerfy-banner-search-three ul li:last-child,
/* 4028  */ .careerfy-banner-search-four.search-keyword-off.search-loc-off ul li:last-child,
/* 4029  */ .search-keyword-off.search-loc-off .careerfy-fifteen-banner-search ul li:last-child {
/* 4030  */     width: 16%; }
/* 4031  */
/* 4032  */
/* 4033  */ .careerfy-banner-search-six.search-keyword-off.search-cat-off ul li,
/* 4034  */ .careerfy-banner-search-six.search-cat-off.search-loc-off ul li,
/* 4035  */ .careerfy-banner-search-ten.search-keyword-off.search-cat-off ul.careerfy-search-ten-grid li,
/* 4036  */ .careerfy-banner-search-ten.search-cat-off.search-loc-off ul.careerfy-search-ten-grid li,
/* 4037  */ .careerfy-banner-search-six.search-keyword-off.search-loc-off ul li,
/* 4038  */ .careerfy-banner-search-ten.search-keyword-off.search-loc-off ul.careerfy-search-ten-grid li {
/* 4039  */     width: 81%; }
/* 4040  */ .careerfy-banner-search-six.search-keyword-off.search-cat-off ul li:last-child,
/* 4041  */ .careerfy-banner-search-six.search-cat-off.search-loc-off ul li:last-child,
/* 4042  */ .careerfy-banner-search-ten.search-keyword-off.search-cat-off ul.careerfy-search-ten-grid li:last-child,
/* 4043  */ .careerfy-banner-search-ten.search-cat-off.search-loc-off ul.careerfy-search-ten-grid li:last-child,
/* 4044  */ .careerfy-banner-search-six.search-keyword-off.search-loc-off ul li:last-child,
/* 4045  */ .careerfy-banner-search-ten.search-keyword-off.search-loc-off ul.careerfy-search-ten-grid li:last-child {
/* 4046  */     width: 19%; }
/* 4047  */
/* 4048  */ .careerfy-banner-search-eight.search-cat-off.search-loc-off ul li:nth-child(1),
/* 4049  */ .careerfy-banner-search-eight.search-keyword-off.search-cat-off.search-loc-off ul li:nth-child(1),
/* 4050  */ .careerfy-banner-search-eight.search-keyword-off.search-cat-off ul li:nth-child(1),

/* style.css */

/* 4051  */ .careerfy-banner-search-eight.search-keyword-off.search-loc-off ul li:nth-child(1) {
/* 4052  */     width: 68.50%; }
/* 4053  */ .careerfy-banner-search-eight.search-cat-off.search-loc-off ul li:nth-child(2),
/* 4054  */ .careerfy-banner-search-eight.search-keyword-off.search-cat-off.search-loc-off ul li:nth-child(2),
/* 4055  */ .careerfy-banner-search-eight.search-keyword-off.search-cat-off ul li:nth-child(2),
/* 4056  */ .careerfy-banner-search-eight.search-keyword-off.search-loc-off ul li:nth-child(2) {
/* 4057  */     width: 20%; }
/* 4058  */
/* 4059  */ .careerfy-banner-search-two.search-loc-off ul li,
/* 4060  */ .careerfy-banner-search-two.search-keyword-off ul li,
/* 4061  */ .careerfy-banner-search-two.search-cat-off ul li,
/* 4062  */ .search-cat-off .careerfy-banner-search-three ul li,
/* 4063  */ .search-keyword-off .careerfy-banner-search-three ul li,
/* 4064  */ .search-loc-off .careerfy-banner-search-three ul li,
/* 4065  */ .careerfy-banner-search-four.search-cat-off ul li,
/* 4066  */ .careerfy-banner-search-four.search-keyword-off ul li,
/* 4067  */ .careerfy-banner-search-four.search-loc-off ul li,
/* 4068  */ .search-cat-off .careerfy-fifteen-banner-search ul li,
/* 4069  */ .search-keyword-off .careerfy-fifteen-banner-search ul li,
/* 4070  */ .search-loc-off .careerfy-fifteen-banner-search ul li {
/* 4071  */     width: 42%;
/* 4072  */ }
/* 4073  */
/* 4074  */ .careerfy-banner-search-six.search-cat-off ul li,
/* 4075  */ .careerfy-banner-search-six.search-keyword-off ul li,
/* 4076  */ .careerfy-banner-search-six.search-loc-off ul li,
/* 4077  */ .careerfy-banner-search-ten.search-loc-off ul.careerfy-search-ten-grid li,
/* 4078  */ .careerfy-banner-search-ten.search-keyword-off ul.careerfy-search-ten-grid li,
/* 4079  */ .careerfy-banner-search-ten.search-cat-off ul.careerfy-search-ten-grid li {
/* 4080  */     width: 40.50%;
/* 4081  */ }
/* 4082  */
/* 4083  */ /* .careerfy-thirteen-banner-search.search-keyword-off.search-cat-off ul li,
/* 4084  *| .careerfy-thirteen-banner-search.search-cat-off.search-loc-off ul li,
/* 4085  *| .careerfy-thirteen-banner-search.search-keyword-off.search-loc-off ul li {
/* 4086  *|     width: 33.333%;
/* 4087  *| } */
/* 4088  */
/* 4089  */ .careerfy-fourteen-banner .selectize-control {
/* 4090  */     height: 51px; }
/* 4091  */
/* 4092  */ .careerfy-thirteen-banner .careerfy-thirteen-banner-search .careerfy-select-style {
/* 4093  */     width: 100%; }
/* 4094  */ .careerfy-thirteen-banner .careerfy-thirteen-banner-search ul li:last-child {
/* 4095  */     width: 28%; }
/* 4096  */
/* 4097  */ .careerfy-banner-eleven-search .selectize-control.single .selectize-input {
/* 4098  */     background-color: transparent;
/* 4099  */     height: 52px;
/* 4100  */ }

/* style.css */

/* 4101  */ .careerfy-banner-eleven-search .selectize-select .item {
/* 4102  */     height: 50px;
/* 4103  */     color: #fff;
/* 4104  */     padding-top: 18px;
/* 4105  */ }
/* 4106  */ .careerfy-fourteen-banner .selectize-control.single .selectize-input,
/* 4107  */ .careerfy-fourteen-banner .selectize-control.single .selectize-input input {
/* 4108  */     height: 51px;
/* 4109  */ }
/* 4110  */ .careerfy-fourteen-banner .selectize-input .item {
/* 4111  */     padding-top: 16px;
/* 4112  */     font-size: 15px;
/* 4113  */     color: #777;
/* 4114  */ }
/* 4115  */ .careerfy-fifteen-banner .selectize-control.single .selectize-input {
/* 4116  */     height: 40px; }
/* 4117  */ .careerfy-fifteen-banner .selectize-select .item {
/* 4118  */     height: 40px;
/* 4119  */     padding-top: 11px;
/* 4120  */     color: #777;
/* 4121  */ }
/* 4122  */ .careerfy-banner-search-four a.geolction-btn {
/* 4123  */     position: absolute;
/* 4124  */     right: -11px;
/* 4125  */     top: 2px;
/* 4126  */ }
/* 4127  */ .careerfy-banner-search-six a.geolction-btn {
/* 4128  */     position: absolute;
/* 4129  */     right: 18px;
/* 4130  */     top: 13px;
/* 4131  */ }
/* 4132  */ .careerfy-banner-search-seven a.geolction-btn i {
/* 4133  */     position: static;
/* 4134  */ }
/* 4135  */
/* 4136  */ .careerfy-banner-search-seven a.geolction-btn {
/* 4137  */     position: absolute;
/* 4138  */     right: 28px;
/* 4139  */     top: 23px;
/* 4140  */ }
/* 4141  */ .careerfy-banner-search-seven .careerfy-radius-tooltip {
/* 4142  */     right: 20px; }
/* 4143  */ .careerfy-banner-search-eight a.geolction-btn {
/* 4144  */     position: absolute;
/* 4145  */     right: 17px;
/* 4146  */     top: 35px;
/* 4147  */     font-size: 18px;
/* 4148  */ }
/* 4149  */ form.careerfy-banner-search-eight.all-searches-on ul li:nth-child(2) {
/* 4150  */     width: auto; }

/* style.css */

/* 4151  */ form.careerfy-banner-search-eight.all-searches-on ul li:nth-child(2) input[type="text"] {
/* 4152  */     border-radius: 0px; }
/* 4153  */ form.careerfy-banner-search-eight.all-searches-on ul li:nth-child(3) {
/* 4154  */     width: 365px; }
/* 4155  */ .careerfy-banner-search-ten .careerfy-radius-tooltip label {
/* 4156  */     background-color: transparent;
/* 4157  */     border: none;
/* 4158  */     padding: 0 0 6px 0;
/* 4159  */     height: auto;
/* 4160  */ }
/* 4161  */ .careerfy-banner-eleven-search a.geolction-btn i {
/* 4162  */     position: static; }
/* 4163  */ .careerfy-banner-eleven-search a.geolction-btn {
/* 4164  */     position: absolute;
/* 4165  */     right: 20px;
/* 4166  */     top: 16px;
/* 4167  */ }
/* 4168  */ .careerfy-banner-eleven-search .selectize-control.single .selectize-input:after,
/* 4169  */ .careerfy-banner-eleven-search .selectize-control.single .selectize-input:before {
/* 4170  */     color: #ffffff; }
/* 4171  */ .careerfy-thirteen-banner a.geolction-btn i {
/* 4172  */     position: static; }
/* 4173  */ .careerfy-thirteen-banner a.geolction-btn {
/* 4174  */     position: absolute;
/* 4175  */     right: 18px;
/* 4176  */     top: 1px;
/* 4177  */ }
/* 4178  */ .careerfy-fourteen-search-wrapper {
/* 4179  */     float: left;
/* 4180  */     width: 100%;
/* 4181  */     position: relative;
/* 4182  */ }
/* 4183  */ .all-searches-on .careerfy-select-style,
/* 4184  */ .all-searches-on .careerfy-tooltip-radius-wrapper {
/* 4185  */     width: 33%;
/* 4186  */     float: left;
/* 4187  */ }
/* 4188  */ .careerfy-fourteen-search-wrapper .careerfy-select-style,
/* 4189  */ .careerfy-fourteen-search-wrapper .careerfy-tooltip-radius-wrapper,
/* 4190  */ .careerfy-eighteen-banner .careerfy-select-style,
/* 4191  */ .careerfy-eighteen-banner .careerfy-tooltip-radius-wrapper {
/* 4192  */     float: left; }
/* 4193  */ .careerfy-fourteen-search-wrapper .careerfy-tooltip-radius-wrapper,
/* 4194  */ .careerfy-eighteen-banner .careerfy-tooltip-radius-wrapper {
/* 4195  */     position: relative; }
/* 4196  */ .careerfy-tooltip-radius-wrapper input[type="text"] {
/* 4197  */     width: 100% !important; }
/* 4198  */
/* 4199  */ .search-keyword-off .careerfy-select-style,
/* 4200  */ .search-loc-off .careerfy-select-style,

/* style.css */

/* 4201  */ .search-loc-off .careerfy-tooltip-radius-wrapper,
/* 4202  */ .search-keyword-off .careerfy-tooltip-radius-wrapper {
/* 4203  */     width: 50%; }
/* 4204  */
/* 4205  */ .search-keyword-off.search-cat-off .careerfy-fourteen-caption form input[type="text"],
/* 4206  */ .search-cat-off.search-loc-off .careerfy-fourteen-caption form input[type="text"],
/* 4207  */ .search-keyword-off.search-loc-off .careerfy-select-style,
/* 4208  */ .search-keyword-off.search-loc-off .careerfy-tooltip-radius-wrapper,
/* 4209  */ .search-keyword-off.search-cat-off .careerfy-tooltip-radius-wrapper,
/* 4210  */ .careerfy-sixteen-banner.search-cat-off.search-loc-off form input[type="text"],
/* 4211  */ .careerfy-banner-twelve-search.search-cat-off.search-loc-off input[type="text"],
/* 4212  */ .careerfy-banner-twelve-search.search-keyword-off.search-cat-off input[type="text"] {
/* 4213  */     width: 100%; }
/* 4214  */ .careerfy-fourteen-search-wrapper .geolction-btn {
/* 4215  */     position: absolute;
/* 4216  */     left: 10px;
/* 4217  */     top: 17px;
/* 4218  */ }
/* 4219  */ .careerfy-banner-twelve-search .selectize-dropdown-content {
/* 4220  */     max-height: 134px; }
/* 4221  */ .careerfy-fourteen-search-wrapper .selectize-input {
/* 4222  */     border-radius: 0px; }
/* 4223  */ .jobsearch-search-container .jobsearch-select-style {
/* 4224  */     float: left;
/* 4225  */     width: 100%;
/* 4226  */     min-width: 100%;
/* 4227  */     max-width: 220px;
/* 4228  */ }
/* 4229  */ .careerfy-banner-search-two a.geolction-btn {
/* 4230  */     position: absolute;
/* 4231  */     right: 35px;
/* 4232  */     top: 0px;
/* 4233  */ }
/* 4234  */ .careerfy-fifteen-banner a.geolction-btn {
/* 4235  */     position: absolute;
/* 4236  */     right: 15px;
/* 4237  */     top: 8px;
/* 4238  */ }
/* 4239  */ .careerfy-sixteen-banner .careerfy-tooltip-radius-wrapper {
/* 4240  */     position: relative;
/* 4241  */     width: 100%;
/* 4242  */ }
/* 4243  */ .careerfy-sixteen-banner a.geolction-btn {
/* 4244  */     position: absolute;
/* 4245  */     right: 19px;
/* 4246  */     top: 13px;
/* 4247  */ }
/* 4248  */ .careerfy-sixteen-banner span.loc-loader,
/* 4249  */ .careerfy-eighteen-banner .careerfy-tooltip-radius-wrapper span.loc-loader {
/* 4250  */     position: absolute;

/* style.css */

/* 4251  */     left: 10px;
/* 4252  */     top: 12px;
/* 4253  */ }
/* 4254  */ .careerfy-sixteen-banner .selectize-input {
/* 4255  */     border-radius: 0px;
/* 4256  */     height: 53px;
/* 4257  */ }
/* 4258  */ .careerfy-sixteen-banner .selectize-control.single .selectize-input {
/* 4259  */     background-color: #f2f2f2; }
/* 4260  */ .careerfy-sixteen-banner .item {
/* 4261  */     padding-top: 16px;
/* 4262  */     color: #777;
/* 4263  */     font-size: 16px;
/* 4264  */ }
/* 4265  */ .careerfy-sixteen-banner .careerfy-select-style {
/* 4266  */     float: left;
/* 4267  */     width: 100%;
/* 4268  */ }
/* 4269  */ .careerfy-eighteen-banner a.geolction-btn {
/* 4270  */     position: absolute;
/* 4271  */     right: 19px;
/* 4272  */     top: 21px;
/* 4273  */ }
/* 4274  */ .careerfy-eighteen-banner .item {
/* 4275  */     height: 52px;
/* 4276  */     padding-top: 19px;
/* 4277  */     font-size: 15px;
/* 4278  */     color: #666;
/* 4279  */ }
/* 4280  */ .careerfy-eighteen-banner .selectize-input {
/* 4281  */     border-radius: 0px;
/* 4282  */     height: 54px;
/* 4283  */ }
/* 4284  */ .careerfy-eighteen-banner span.sugg-search-loader {
/* 4285  */     position: absolute;
/* 4286  */     left: 12px;
/* 4287  */     top: 13px;
/* 4288  */     color: #999;
/* 4289  */ }
/* 4290  */ .careerfy-eighteen-banner .selectize-control.single .selectize-input {
/* 4291  */     background-color: #eef0f2; }
/* 4292  */ .careerfy-banner-twelve-search .careerfy-tooltip-radius-wrapper,
/* 4293  */ .careerfy-banner-twelve-search .careerfy-select-style {
/* 4294  */     float: left;
/* 4295  */     width: 100%;
/* 4296  */ }
/* 4297  */ .careerfy-banner-twelve-search .item {
/* 4298  */     height: 51px;
/* 4299  */     padding-top: 17px;
/* 4300  */     font-size: 15px;

/* style.css */

/* 4301  */     color: #555;
/* 4302  */ }
/* 4303  */ .careerfy-banner-twelve-search .selectize-input {
/* 4304  */     border-radius: 0px;
/* 4305  */     height: 53px;
/* 4306  */ }
/* 4307  */ form.careerfy-banner-twelve-search.all-searches-on {
/* 4308  */     width: 100%; }
/* 4309  */ form.careerfy-banner-twelve-search.all-searches-on .careerfy-twelve-fields li {
/* 4310  */     width: 28%; }
/* 4311  */ form.careerfy-banner-twelve-search.all-searches-on .careerfy-twelve-fields li:last-child {
/* 4312  */     width: 16% !important; }
/* 4313  */ .careerfy-nineteen-search.all-searches-on .careerfy-nineteen-loc-search li:nth-child(1),
/* 4314  */ .careerfy-nineteen-search.all-searches-on .careerfy-nineteen-loc-search li,
/* 4315  */ .careerfy-nineteen-search.search-cat-off .careerfy-nineteen-loc-search li:nth-child(1),
/* 4316  */ .careerfy-nineteen-search.search-cat-off .careerfy-nineteen-loc-search li,
/* 4317  */ .careerfy-nineteen-search.search-keyword-off .careerfy-nineteen-loc-search li:nth-child(1),
/* 4318  */ .careerfy-nineteen-search.search-keyword-off .careerfy-nineteen-loc-search li,
/* 4319  */ .careerfy-nineteen-search.search-loc-off .careerfy-nineteen-loc-search li:nth-child(1),
/* 4320  */ .careerfy-nineteen-search.search-loc-off .careerfy-nineteen-loc-search li {
/* 4321  */     width: 100%;
/* 4322  */     margin: 4px 0px;
/* 4323  */ }
/* 4324  */ .careerfy-nineteen-search.search-keyword-off.search-cat-off .careerfy-nineteen-loc-search li:nth-child(1),
/* 4325  */ .careerfy-nineteen-search.search-cat-off.search-loc-off .careerfy-nineteen-loc-search li:nth-child(1),
/* 4326  */ .careerfy-nineteen-search.search-keyword-off.search-loc-off .careerfy-nineteen-loc-search li:nth-child(1) {
/* 4327  */     width: 68%; }
/* 4328  */ .careerfy-nineteen-search.search-keyword-off.search-cat-off .careerfy-nineteen-loc-search li:last-child,
/* 4329  */ .careerfy-nineteen-search.search-cat-off.search-loc-off .careerfy-nineteen-loc-search li:last-child,
/* 4330  */ .careerfy-nineteen-search.search-keyword-off.search-loc-off .careerfy-nineteen-loc-search li:last-child {
/* 4331  */     width: 32%; }
/* 4332  */
/* 4333  */ .careerfy-nineteen-search .careerfy-select-style,
/* 4334  */ .careerfy-twenty-search .careerfy-select-style,
/* 4335  */ .careerfy-twentyone-search .careerfy-select-style,
/* 4336  */ .careerfy-twentytwo-search .careerfy-select-style {
/* 4337  */     float: left;
/* 4338  */     width: 100%;
/* 4339  */ }
/* 4340  */ .careerfy-nineteen-search .item {
/* 4341  */     height: 54px;
/* 4342  */     padding-top: 18px;
/* 4343  */     font-size: 15px;
/* 4344  */     color: #777;
/* 4345  */ }
/* 4346  */ .careerfy-nineteen-search .selectize-input {
/* 4347  */     height: 56px; }
/* 4348  */ .careerfy-nineteen-search .selectize-control {
/* 4349  */     float: left;
/* 4350  */     width: 100%;

/* style.css */

/* 4351  */     height: 56px;
/* 4352  */ }
/* 4353  */ .careerfy-nineteen-search a.geolction-btn i {
/* 4354  */     position: static; }
/* 4355  */ .careerfy-nineteen-search a.geolction-btn {
/* 4356  */     position: absolute;
/* 4357  */     right: 13px;
/* 4358  */     top: 18px;
/* 4359  */ }
/* 4360  */ .careerfy-nineteen-search .careerfy-radius-tooltip,
/* 4361  */ .careerfy-twenty-search .careerfy-radius-tooltip {
/* 4362  */     z-index: 50; }
/* 4363  */ .careerfy-twenty-search .item {
/* 4364  */     height: 43px;
/* 4365  */     padding-top: 13px;
/* 4366  */     font-size: 14px;
/* 4367  */     color: #777;
/* 4368  */ }
/* 4369  */ .careerfy-twenty-search .selectize-input {
/* 4370  */     height: 45px; }
/* 4371  */ .careerfy-twenty-search .selectize-control {
/* 4372  */     float: left;
/* 4373  */     width: 100%;
/* 4374  */     height: 45px;
/* 4375  */ }
/* 4376  */ .careerfy-twenty-search.all-searches-on .careerfy-twenty-loc-search ul li:nth-child(1),
/* 4377  */ .careerfy-twenty-search.all-searches-on .careerfy-twenty-loc-search ul li:nth-child(2),
/* 4378  */ .careerfy-twenty-search.search-cat-off .careerfy-twenty-loc-search ul li:nth-child(1),
/* 4379  */ .careerfy-twenty-search.search-keyword-off .careerfy-twenty-loc-search ul li:nth-child(1),
/* 4380  */ .careerfy-twenty-search.search-loc-off .careerfy-twenty-loc-search ul li:nth-child(1) {
/* 4381  */     width: 100%;
/* 4382  */     margin-bottom: 8px;
/* 4383  */ }
/* 4384  */ .careerfy-twenty-search.search-keyword-off.search-cat-off .careerfy-twenty-loc-search ul li:nth-child(1),
/* 4385  */ .careerfy-twenty-search.search-cat-off.search-loc-off .careerfy-twenty-loc-search ul li:nth-child(1),
/* 4386  */ .careerfy-twenty-search.search-keyword-off.search-loc-off .careerfy-twenty-loc-search ul li:nth-child(1) {
/* 4387  */     width: 80%;
/* 4388  */     margin-bottom: 0px;
/* 4389  */ }
/* 4390  */ .careerfy-twentyone-loc-search ul li {
/* 4391  */     float: left;
/* 4392  */     width: 33.333%;
/* 4393  */     position: relative;
/* 4394  */     list-style: none;
/* 4395  */     padding: 0px 10px;
/* 4396  */ }
/* 4397  */ .careerfy-twentyone-search .item {
/* 4398  */     height: 59px;
/* 4399  */     padding-top: 21px;
/* 4400  */     font-size: 15px;

/* style.css */

/* 4401  */     color: #777;
/* 4402  */ }
/* 4403  */ .careerfy-twentyone-search .selectize-input {
/* 4404  */     height: 60px;
/* 4405  */     border-radius: 80px;
/* 4406  */ }
/* 4407  */ .careerfy-twentyone-search .selectize-control {
/* 4408  */     float: left;
/* 4409  */     width: 100%;
/* 4410  */     height: 64px;
/* 4411  */     border: 2px solid;
/* 4412  */     border-radius: 80px;
/* 4413  */ }
/* 4414  */ .careerfy-twentyone-search .careerfy-radius-tooltip {
/* 4415  */     right: auto;
/* 4416  */     right: 150px;
/* 4417  */     z-index: 100;
/* 4418  */ }
/* 4419  */ .careerfy-twentyone-search .careerfy-radius-tooltip:before {
/* 4420  */     right: 15px;
/* 4421  */ }
/* 4422  */ .careerfy-twentyone-search.search-cat-off .careerfy-twentyone-loc-search ul li,
/* 4423  */ .careerfy-twentyone-search.search-keyword-off .careerfy-twentyone-loc-search ul li,
/* 4424  */ .careerfy-twentyone-search.search-loc-off .careerfy-twentyone-loc-search ul li {
/* 4425  */     width: 50%; }
/* 4426  */ .careerfy-twentytwo-search.search-cat-off .careerfy-twentytwo-loc-search ul li,
/* 4427  */ .careerfy-twentytwo-search.search-keyword-off .careerfy-twentytwo-loc-search ul li,
/* 4428  */ .careerfy-twentytwo-search.search-loc-off .careerfy-twentytwo-loc-search ul li {
/* 4429  */     width: 40%;
/* 4430  */ }
/* 4431  */ .careerfy-twentytwo-search .careerfy-twentytwo-loc-search ul li,
/* 4432  */ .careerfy-twentytwo-search.search-keyword-off.search-cat-off .careerfy-twentytwo-loc-search ul li,
/* 4433  */ .careerfy-twentytwo-search.search-cat-off.search-loc-off .careerfy-twentytwo-loc-search ul li,
/* 4434  */ .careerfy-twentytwo-search.search-keyword-off.search-loc-off .careerfy-twentytwo-loc-search ul li {
/* 4435  */     width: 86%; }
/* 4436  */ .careerfy-twentytwo-search .careerfy-twentytwo-loc-search ul li:last-child,
/* 4437  */ .careerfy-twentytwo-search.search-keyword-off.search-cat-off .careerfy-twentytwo-loc-search ul li:last-child,
/* 4438  */ .careerfy-twentytwo-search.search-cat-off.search-loc-off .careerfy-twentytwo-loc-search ul li:last-child,
/* 4439  */ .careerfy-twentytwo-search.search-keyword-off.search-loc-off .careerfy-twentytwo-loc-search ul li:last-child {
/* 4440  */     width: 14%; }
/* 4441  */ .careerfy-twentyone-search .careerfy-twentyone-loc-search ul li .geolction-btn {
/* 4442  */     position: absolute;
/* 4443  */     right: 165px;
/* 4444  */     top: 21px;
/* 4445  */ }
/* 4446  */ .careerfy-twentyone-search .careerfy-twentyone-loc-search ul li .geolction-btn i {
/* 4447  */     position: static; }
/* 4448  */ .careerfy-twentyone-search.search-keyword-off.search-cat-off .careerfy-twentyone-loc-search ul li,
/* 4449  */ .careerfy-twentyone-search.search-cat-off.search-loc-off .careerfy-twentyone-loc-search ul li,
/* 4450  */ .careerfy-twentyone-search.search-keyword-off.search-loc-off .careerfy-twentyone-loc-search ul li {

/* style.css */

/* 4451  */     width: 100%; }
/* 4452  */ .careerfy-twentytwo-search .item {
/* 4453  */     height: 52px;
/* 4454  */     padding-top: 17px;
/* 4455  */     font-size: 15px;
/* 4456  */     color: #777;
/* 4457  */ }
/* 4458  */ .careerfy-twentytwo-search .selectize-input {
/* 4459  */     height: 54px; }
/* 4460  */ .careerfy-twentytwo-search .selectize-control {
/* 4461  */     float: left;
/* 4462  */     width: 100%;
/* 4463  */     height: 54px;
/* 4464  */ }
/* 4465  */ .careerfy-twentytwo-search .careerfy-twentytwo-loc-search ul li {
/* 4466  */     float: left;
/* 4467  */     width: 28.50%;
/* 4468  */     list-style: none;
/* 4469  */     position: relative;
/* 4470  */ }
/* 4471  */ .careerfy-twentytwo-search.all-searches-on {
/* 4472  */     width: 580px;
/* 4473  */ }
/* 4474  */ .all-searches-on .careerfy-twentytwo-loc-search ul li {
/* 4475  */     padding-left: 4px;
/* 4476  */     padding-right: 4px;
/* 4477  */ }
/* 4478  */ .careerfy-twentytwo-search a.geolction-btn {
/* 4479  */     position: absolute;
/* 4480  */     right: 22px;
/* 4481  */     top: 19px;
/* 4482  */ }
/* 4483  */ .careerfy-fourteen-banner.all-searches-on .careerfy-fourteen-caption form,
/* 4484  */ .careerfy-sixteen-banner.all-searches-on form,
/* 4485  */ .careerfy-twentyone-search.all-searches-on .careerfy-twentyone-search-inner,
/* 4486  */ .careerfy-fourteen-banner .careerfy-select-style,
/* 4487  */ .careerfy-fourteen-banner .careerfy-tooltip-radius-wrapper {
/* 4488  */     width: 100%; }
/* 4489  */
/* 4490  */ .careerfy-thirteen-banner .selectize-control:before,
/* 4491  */ .careerfy-twentyone-search .selectize-control:before,
/* 4492  */ .careerfy-nineteen-search .selectize-control:before {
/* 4493  */     content: "\e97a";
/* 4494  */     font-family: careerfy;
/* 4495  */     position: absolute;
/* 4496  */     left: 10px;
/* 4497  */     top: 6px;
/* 4498  */     z-index: 9;
/* 4499  */     color: #999999;
/* 4500  */     font-size: 15px;

/* style.css */

/* 4501  */ }
/* 4502  */ .careerfy-nineteen-search .selectize-control:before {
/* 4503  */     top: 19px;
/* 4504  */     left: 23px;
/* 4505  */     font-size: 18px;
/* 4506  */ }
/* 4507  */ .careerfy-twentyone-search .selectize-control:before {
/* 4508  */     top: 20px;
/* 4509  */     left: 30px;
/* 4510  */     font-size: 16px;
/* 4511  */ }
/* 4512  */ .careerfy-thirteen-banner .selectize-control.single .selectize-input,
/* 4513  */ .careerfy-thirteen-banner .selectize-control.single .selectize-input input,
/* 4514  */ .careerfy-banner-eleven .selectize-control.single .selectize-input,
/* 4515  */ .careerfy-banner-eleven .selectize-control.single .selectize-input input {
/* 4516  */     padding: 0px 18px 0px 30px;
/* 4517  */ }
/* 4518  */ .careerfy-banner-twelve-search .selectize-control.single .selectize-input,
/* 4519  */ .careerfy-banner-twelve-search .selectize-control.single .selectize-input input,
/* 4520  */ .careerfy-nineteen-search .selectize-control.single .selectize-input,
/* 4521  */ .careerfy-nineteen-search .selectize-control.single .selectize-input input,
/* 4522  */ .careerfy-twentyone-search .selectize-control.single .selectize-input,
/* 4523  */ .careerfy-twentyone-search .selectize-control.single .selectize-input input {
/* 4524  */     padding: 0px 18px 0px 50px;
/* 4525  */ }
/* 4526  */ .careerfy-banner-eleven .selectize-control:before,
/* 4527  */ .careerfy-banner-twelve-search .selectize-control:before {
/* 4528  */     content: "\e97a";
/* 4529  */     font-family: careerfy;
/* 4530  */     position: absolute;
/* 4531  */     left: 10px;
/* 4532  */     top: 17px;
/* 4533  */     z-index: 9;
/* 4534  */     color: #ffffff;
/* 4535  */     font-size: 15px;
/* 4536  */ }
/* 4537  */ .careerfy-banner-twelve-search .selectize-control:before {
/* 4538  */     top: 17px;
/* 4539  */     color: #999;
/* 4540  */     left: 25px;
/* 4541  */     font-size: 18px;
/* 4542  */ }
/* 4543  */
/* 4544  */ .careerfy-thirteen-banner .item {
/* 4545  */     height: 36px;
/* 4546  */     padding-top: 10px;
/* 4547  */     color: #666;
/* 4548  */ }
/* 4549  */ .careerfy-thirteen-banner .selectize-input {
/* 4550  */     height: 38px; }

/* style.css */

/* 4551  */ .careerfy-thirteen-banner .selectize-control {
/* 4552  */     float: left;
/* 4553  */     width: 100%;
/* 4554  */     height: 38px;
/* 4555  */ }
/* 4556  */ .careerfy-banner-search-seven.search-keyword-off.search-cat-off ul li:first-child,
/* 4557  */ .careerfy-banner-search-seven.search-cat-off.search-loc-off ul li:first-child,
/* 4558  */ .careerfy-banner-search-seven.search-keyword-off.search-loc-off ul li:first-child {
/* 4559  */     width: 86%;
/* 4560  */ }
/* 4561  */ .careerfy-fourteen-banner .careerfy-fourteen-fields li {
/* 4562  */     float: left;
/* 4563  */     width: 28%;
/* 4564  */     position: relative;
/* 4565  */     margin-bottom: 15px;
/* 4566  */ }
/* 4567  */ .careerfy-fourteen-banner .careerfy-fourteen-fields li:last-child {
/* 4568  */     width: 16%; }
/* 4569  */ .careerfy-fourteen-banner .selectize-input {
/* 4570  */     border-radius: 0px; }
/* 4571  */ .careerfy-fourteen-banner .geolction-btn {
/* 4572  */     position: absolute;
/* 4573  */     right: 19px;
/* 4574  */     top: 18px;
/* 4575  */     width: auto;
/* 4576  */ }
/* 4577  */ .careerfy-fourteen-banner.search-cat-off .careerfy-fourteen-fields li,
/* 4578  */ .careerfy-fourteen-banner.search-loc-off .careerfy-fourteen-fields li,
/* 4579  */ .careerfy-fourteen-banner.search-keyword-off .careerfy-fourteen-fields li {
/* 4580  */     width: 33%; }
/* 4581  */ .careerfy-fourteen-banner.search-keyword-off.search-cat-off .careerfy-fourteen-fields li:first-child,
/* 4582  */ .careerfy-fourteen-banner.search-cat-off.search-loc-off .careerfy-fourteen-fields li:first-child,
/* 4583  */ .careerfy-fourteen-banner.search-keyword-off.search-loc-off .careerfy-fourteen-fields li:first-child {
/* 4584  */     width: 67%;
/* 4585  */ }
/* 4586  */ .careerfy-sixteen-banner ul li {
/* 4587  */     float: left;
/* 4588  */     list-style: none;
/* 4589  */     width: 28.30%;
/* 4590  */     position: relative;
/* 4591  */ }
/* 4592  */ .careerfy-sixteen-banner .selectize-control {
/* 4593  */     height: 53px; }
/* 4594  */ .careerfy-sixteen-banner ul li:first-child {
/* 4595  */     border-right: 1px solid #ddd;
/* 4596  */ }
/* 4597  */ .careerfy-sixteen-banner ul li:nth-child(3) {
/* 4598  */     border-left: 1px solid #ddd;
/* 4599  */ }
/* 4600  */ .careerfy-sixteen-banner.search-keyword-off.search-cat-off ul li {

/* style.css */

/* 4601  */     border: none; }
/* 4602  */ .careerfy-sixteen-banner ul li:last-child {
/* 4603  */     width: 15%; }
/* 4604  */ .careerfy-sixteen-banner.search-cat-off ul li,
/* 4605  */ .careerfy-sixteen-banner.search-loc-off ul li,
/* 4606  */ .careerfy-sixteen-banner.search-keyword-off ul li {
/* 4607  */     width: 38%
/* 4608  */ }
/* 4609  */ .careerfy-sixteen-banner.search-cat-off ul li:last-child,
/* 4610  */ .careerfy-sixteen-banner.search-loc-off ul li:last-child,
/* 4611  */ .careerfy-sixteen-banner.search-keyword-off ul li:last-child {
/* 4612  */     width: 20%
/* 4613  */ }
/* 4614  */ .careerfy-sixteen-banner.search-keyword-off.search-cat-off ul li:first-child,
/* 4615  */ .careerfy-sixteen-banner.search-cat-off.search-loc-off ul li:first-child,
/* 4616  */ .careerfy-sixteen-banner.search-keyword-off.search-loc-off ul li:first-child {
/* 4617  */     width: 77%
/* 4618  */ }
/* 4619  */ .careerfy-sixteen-banner.search-keyword-off.search-cat-off ul li:last-child,
/* 4620  */ .careerfy-sixteen-banner.search-cat-off.search-loc-off ul li:last-child,
/* 4621  */ .careerfy-sixteen-banner.search-keyword-off.search-loc-off ul li:last-child {
/* 4622  */     width: 23%;
/* 4623  */ }
/* 4624  */ .careerfy-fourteen-banner.search-cat-off .careerfy-fourteen-fields li:nth-child(1) {
/* 4625  */     border-right: 1px solid #f2f2f2; }
/* 4626  */ .careerfy-eighteen-fields {
/* 4627  */     text-align: center;
/* 4628  */     float: left;
/* 4629  */     width: 100%;
/* 4630  */     margin-bottom: 30px;
/* 4631  */ }
/* 4632  */ .careerfy-eighteen-fields li {
/* 4633  */     display: inline-block;
/* 4634  */     margin-right: -4px;
/* 4635  */     list-style: none;
/* 4636  */     width: 28%;
/* 4637  */     position: relative;
/* 4638  */     vertical-align: top;
/* 4639  */     text-align: left;
/* 4640  */     border-left: 1px solid #ddd;
/* 4641  */     line-height: 0.7;
/* 4642  */ }
/* 4643  */ .careerfy-eighteen-fields .selectize-control {
/* 4644  */     height: 54px; }
/* 4645  */ .careerfy-eighteen-fields li:last-child {
/* 4646  */     width: 15%; }
/* 4647  */ .careerfy-eighteen-banner.search-cat-off.search-loc-off .careerfy-eighteen-fields li {
/* 4648  */     border: none; }
/* 4649  */ .careerfy-eighteen-banner .careerfy-select-style,
/* 4650  */ .careerfy-eighteen-banner .careerfy-tooltip-radius-wrapper {

/* style.css */

/* 4651  */     width: 100%; }
/* 4652  */ .careerfy-twelve-fields {
/* 4653  */     float: left;
/* 4654  */     width: 100%;
/* 4655  */ }
/* 4656  */ .careerfy-twelve-fields li {
/* 4657  */     float: left;
/* 4658  */     width: 26%;
/* 4659  */     list-style: none;
/* 4660  */     position: relative;
/* 4661  */     border-left: 1px solid #ddd;
/* 4662  */ }
/* 4663  */ .careerfy-twelve-fields li:last-child {
/* 4664  */     width: 21% !important; }
/* 4665  */ .careerfy-twelve-fields a.geolction-btn i {
/* 4666  */     position: static;
/* 4667  */ }
/* 4668  */ .careerfy-twelve-fields a.geolction-btn {
/* 4669  */     position: absolute;
/* 4670  */     right: 17px;
/* 4671  */     top: 16px;
/* 4672  */ }
/* 4673  */ .careerfy-twelve-fields .selectize-control {
/* 4674  */     height: 53px; }
/* 4675  */ .careerfy-banner-twelve-search.search-cat-off .careerfy-twelve-fields li,
/* 4676  */ .careerfy-banner-twelve-search.search-keyword-off .careerfy-twelve-fields li,
/* 4677  */ .careerfy-banner-twelve-search.search-loc-off .careerfy-twelve-fields li {
/* 4678  */     width: 39.50%;
/* 4679  */ }
/* 4680  */ .careerfy-banner-twelve-search.search-cat-off.search-loc-off .careerfy-twelve-fields li,
/* 4681  */ .careerfy-banner-twelve-search.search-keyword-off.search-loc-off .careerfy-twelve-fields li,
/* 4682  */ .careerfy-banner-twelve-search.search-keyword-off.search-cat-off .careerfy-twelve-fields li {
/* 4683  */     width: 79%;
/* 4684  */ }
/* 4685  */ .careerfy-search-ten .item {
/* 4686  */     height: 54px;
/* 4687  */     padding-top: 19px;
/* 4688  */     color: #777;
/* 4689  */     font-size: 14px;
/* 4690  */ }
/* 4691  */ .careerfy-search-ten .selectize-input {
/* 4692  */     height: 56px; }
/* 4693  */ .careerfy-search-ten .selectize-control {
/* 4694  */     float: left;
/* 4695  */     width: 100%;
/* 4696  */     height: 56px;
/* 4697  */ }
/* 4698  */ .careerfy-banner-search-two .jobsearch_searchloc_div,
/* 4699  */ .careerfy-banner-eleven-search span.sugg-search-loader i {
/* 4700  */     position: static; }

/* style.css */

/* 4701  */ .careerfy-banner-eleven-search span.sugg-search-loader {
/* 4702  */     position: absolute;
/* 4703  */     right: 15px;
/* 4704  */     top: 16px;
/* 4705  */ }
/* 4706  */ .careerfy-fifteen-banner span.sugg-search-loader {
/* 4707  */     position: absolute;
/* 4708  */     right: 14px;
/* 4709  */     top: 7px;
/* 4710  */ }
/* 4711  */ .careerfy-banner-search-six span.loc-loader {
/* 4712  */     position: absolute;
/* 4713  */     right: 20px;
/* 4714  */     top: 12px;
/* 4715  */     background: #f6f6f6;
/* 4716  */     z-index: 1;
/* 4717  */ }
/* 4718  */
/* 4719  */
/* 4720  */
/* 4721  */
/* 4722  */ .careerfy-banner-search-two .suggestions {
/* 4723  */     text-align: left;
/* 4724  */ }
/* 4725  */ .careerfy-banner-search-two > ul > li:last-child { width: 16%; padding-left: 0px; padding-top: 0px; }
/* 4726  */ .careerfy-banner-search-two input[type="text"] {
/* 4727  */     background-color: transparent;
/* 4728  */     height: 38px;
/* 4729  */     border: none;
/* 4730  */     border-bottom: 2px solid rgba(255,255,255,0.20);
/* 4731  */     font-size: 14px;
/* 4732  */     color: #fff;
/* 4733  */     padding: 0px 0px;
/* 4734  */ }
/* 4735  */ .careerfy-banner-search-two ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
/* 4736  */   color: #fff;
/* 4737  */ }
/* 4738  */ .careerfy-banner-search-two ::-moz-placeholder { /* Firefox 19+ */
/* 4739  */   color: #fff;
/* 4740  */ }
/* 4741  */ .careerfy-banner-search-two :-ms-input-placeholder { /* IE 10+ */
/* 4742  */   color: #fff;
/* 4743  */ }
/* 4744  */ .careerfy-banner-search-two :-moz-placeholder { /* Firefox 18- */
/* 4745  */   color: #fff;
/* 4746  */ }
/* 4747  */ .careerfy-banner-search-two ul li i {
/* 4748  */     position: absolute;
/* 4749  */     left: 0px;
/* 4750  */     top: 16px;

/* style.css */

/* 4751  */     color: #ffffff;
/* 4752  */     font-size: 18px;
/* 4753  */ }
/* 4754  */ .careerfy-banner-search-two .careerfy-select-style select {
/* 4755  */     background-color: transparent;
/* 4756  */     border: none;
/* 4757  */     border-bottom: 2px solid rgba(255,255,255,0.20);
/* 4758  */     height: 38px;
/* 4759  */     color: #ffffff;
/* 4760  */     font-size: 14px;
/* 4761  */     padding: 0px;
/* 4762  */ }
/* 4763  */ .careerfy-banner-search-two .careerfy-select-style select option { color: #333; }
/* 4764  */ .careerfy-banner-search-two .careerfy-select-style:after {
/* 4765  */     color: #fff;
/* 4766  */     top: 0px;
/* 4767  */     right: 0px;
/* 4768  */ }
/* 4769  */ .careerfy-banner-search-two input[type="submit"] {
/* 4770  */     float: left;
/* 4771  */     background-color: #ffffff;
/* 4772  */     padding: 20px 20px;
/* 4773  */     line-height: 1;
/* 4774  */     font-size: 18px;
/* 4775  */     border: 1px solid #fff;
/* 4776  */     border-radius: 40px;
/* 4777  */     font-weight: bold;
/* 4778  */ }
/* 4779  */ /* Header */
/* 4780  */ a.menu-link {
/* 4781  */     color: #1b1b1b;
/* 4782  */     display: none;
/* 4783  */ }
/* 4784  */ .menu-link span {
/* 4785  */     border-bottom: solid 3px #999;
/* 4786  */     border-top: double 10px #999;
/* 4787  */     float: right;
/* 4788  */     height: 17px;
/* 4789  */     margin: 0 5px 0px 0;
/* 4790  */     width: 30px;
/* 4791  */ }
/* 4792  */ .js .menu ul ul.active {
/* 4793  */   max-height: 55em;
/* 4794  */ }
/* 4795  */ .js .menu > ul > li.careerfy-megamenu-li > ul.active {
/* 4796  */     max-height: 55em;
/* 4797  */ }
/* 4798  */ .menu.active {
/* 4799  */   max-height: 200em;
/* 4800  */   min-height: 200em;

/* style.css */

/* 4801  */   width: 100%;
/* 4802  */ }
/* 4803  */ .active ~ span.has-subnav i {
/* 4804  */     -webkit-transform: rotate(180deg);
/* 4805  */        -moz-transform: rotate(180deg);
/* 4806  */         -ms-transform: rotate(180deg);
/* 4807  */          -o-transform: rotate(180deg);
/* 4808  */             transform: rotate(180deg);
/* 4809  */ }
/* 4810  */ span.has-subnav {
/* 4811  */   display: none;
/* 4812  */   position: absolute;
/* 4813  */   right: 0;
/* 4814  */   padding: 15px 20px;
/* 4815  */   top: 0;
/* 4816  */   cursor: pointer;
/* 4817  */   text-align: center;
/* 4818  */   line-height: 0;
/* 4819  */   font-size: 20px;
/* 4820  */   z-index: 9999;
/* 4821  */ }
/* 4822  */ .careerfy-navigation.navbar {
/* 4823  */     background: none;
/* 4824  */     border: none;
/* 4825  */     float: left;
/* 4826  */     margin-bottom: 0px;
/* 4827  */     text-align: left;
/* 4828  */ }
/* 4829  */ .careerfy-header-two .careerfy-navigation { float: left; }
/* 4830  */ .careerfy-header-two .navbar-nav > li > a {
/* 4831  */     color: #fff;
/* 4832  */     font-size: 16px;
/* 4833  */ }
/* 4834  */ .careerfy-header-two .navbar-nav > li > a:before, .careerfy-header-two .navbar-nav > li.active > a:before { display: none; }
/* 4835  */ .careerfy-header-two .submenu-addicon > a:after {
/* 4836  */     content: "\f107";
/* 4837  */     font-family: FontAwesome;
/* 4838  */     display: inline-block;
/* 4839  */     margin-left: 7px;
/* 4840  */     font-size: 12px;
/* 4841  */     vertical-align: top;
/* 4842  */ }
/* 4843  */ .careerfy-user-option {
/* 4844  */     float: right;
/* 4845  */ }
/* 4846  */ .careerfy-user-option li {
/* 4847  */     float: left;
/* 4848  */     list-style: none;
/* 4849  */     margin: 25px 20px 0px 0px;
/* 4850  */     padding-bottom: 27px;

/* style.css */

/* 4851  */     position: relative;
/* 4852  */ }
/* 4853  */ .careerfy-header-two .careerfy-user-option li a.active { margin-top: 8px; float: left; }
/* 4854  */ .careerfy-user-option ul {
/* 4855  */     background-color: #ffffff;
/* 4856  */     right: 0;
/* 4857  */     margin: 5px 0px 0px 0px;
/* 4858  */     padding: 0px 20px;
/* 4859  */     opacity: 0;
/* 4860  */     position: absolute;
/* 4861  */     top: 100%;
/* 4862  */     visibility: hidden;
/* 4863  */     width: 200px;
/* 4864  */     z-index: 999;
/* 4865  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
/* 4866  */     -webkit-transform: translateX(10px);
/* 4867  */        -moz-transform: translateX(10px);
/* 4868  */         -ms-transform: translateX(10px);
/* 4869  */          -o-transform: translateX(10px);
/* 4870  */             transform: translateX(10px);
/* 4871  */     -webkit-transition: all 0.5s ease-in-out;
/* 4872  */        -moz-transition: all 0.5s ease-in-out;
/* 4873  */         -ms-transition: all 0.5s ease-in-out;
/* 4874  */          -o-transition: all 0.5s ease-in-out;
/* 4875  */             transition: all 0.5s ease-in-out;
/* 4876  */ }
/* 4877  */ .careerfy-user-option > li:hover > ul {
/* 4878  */     opacity: 1;
/* 4879  */     visibility: visible;
/* 4880  */     -webkit-transform: translateX(0px);
/* 4881  */        -moz-transform: translateX(0px);
/* 4882  */         -ms-transform: translateX(0px);
/* 4883  */          -o-transform: translateX(0px);
/* 4884  */             transform: translateX(0px);
/* 4885  */ }
/* 4886  */ .careerfy-user-option ul li {
/* 4887  */     float: left;
/* 4888  */     width: 100%;
/* 4889  */     list-style: none;
/* 4890  */     margin: 0px;
/* 4891  */ }
/* 4892  */ .careerfy-user-option ul li {
/* 4893  */     border-bottom: 1px solid #f2f2f2;
/* 4894  */     color: #656c6c;
/* 4895  */     float: left;
/* 4896  */     font-size: 14px;
/* 4897  */     font-weight: 400;
/* 4898  */     padding: 10px 0px;
/* 4899  */     width: 100%;
/* 4900  */     -webkit-transition: all 0.5s ease-in-out;

/* style.css */

/* 4901  */        -moz-transition: all 0.5s ease-in-out;
/* 4902  */         -ms-transition: all 0.5s ease-in-out;
/* 4903  */          -o-transition: all 0.5s ease-in-out;
/* 4904  */             transition: all 0.5s ease-in-out;
/* 4905  */ }
/* 4906  */ .careerfy-post-btn {
/* 4907  */     display: inline-block;
/* 4908  */     padding: 9px 20px;
/* 4909  */     border: 2px solid;
/* 4910  */     border-radius: 40px;
/* 4911  */     color: #ffffff;
/* 4912  */     line-height: 1;
/* 4913  */     -webkit-transition: all 0.4s ease-in-out;
/* 4914  */        -moz-transition: all 0.4s ease-in-out;
/* 4915  */         -ms-transition: all 0.4s ease-in-out;
/* 4916  */          -o-transition: all 0.4s ease-in-out;
/* 4917  */             transition: all 0.4s ease-in-out;
/* 4918  */ }
/* 4919  */ .careerfy-header-two .careerfy-post-btn {
/* 4920  */     padding: 11px 20px; }
/* 4921  */ .careerfy-post-btn i { margin-right: 7px; }
/* 4922  */ .careerfy-btn-icon {
/* 4923  */     display: inline-block;
/* 4924  */     width: 40px;
/* 4925  */     height: 40px;
/* 4926  */     color: #ffffff;
/* 4927  */     text-align: center;
/* 4928  */     border-radius: 40px;
/* 4929  */     font-size: 20px;
/* 4930  */     padding-top: 6px;
/* 4931  */ }
/* 4932  */ /* FancyTitle */
/* 4933  */ .careerfy-fancy-title.careerfy-fancy-title-two { margin-bottom: 43px; }
/* 4934  */ .careerfy-fancy-title.careerfy-fancy-title-two h2 {
/* 4935  */     font-size: 30px;
/* 4936  */     text-transform: capitalize;
/* 4937  */     color: #454f66;
/* 4938  */     font-weight: bold;
/* 4939  */     margin-bottom: 3px;
/* 4940  */ }
/* 4941  */ .careerfy-fancy-title.careerfy-fancy-title-two p { font-size: 16px; }
/* 4942  */ /* Modren Services */
/* 4943  */ .careerfy-services,.careerfy-modren-services-wrap {
/* 4944  */     float: left;
/* 4945  */     width: 100%;
/* 4946  */ }
/* 4947  */ .careerfy-services ul li {
/* 4948  */     list-style: none;
/* 4949  */     margin-bottom: 30px;
/* 4950  */     float: none;

/* style.css */

/* 4951  */     display: inline-block;
/* 4952  */     margin-right: -4px;
/* 4953  */     vertical-align: bottom;
/* 4954  */ }
/* 4955  */ .careerfy-modren-services li {
/* 4956  */     text-align: center;
/* 4957  */ }
/* 4958  */ .careerfy-modren-services img {
/* 4959  */     margin-bottom: 18px;
/* 4960  */     opacity: 0.30;
/* 4961  */     -webkit-transition: all 0.4s ease-in-out;
/* 4962  */        -moz-transition: all 0.4s ease-in-out;
/* 4963  */         -ms-transition: all 0.4s ease-in-out;
/* 4964  */          -o-transition: all 0.4s ease-in-out;
/* 4965  */             transition: all 0.4s ease-in-out;
/* 4966  */ }
/* 4967  */ .careerfy-modren-services p {
/* 4968  */     font-size: 12px;
/* 4969  */     margin-bottom: 15px;
/* 4970  */     line-height: 2;
/* 4971  */ }
/* 4972  */ .careerfy-modren-services span {
/* 4973  */     color: #454f66;
/* 4974  */     font-weight: bold;
/* 4975  */     display: block;
/* 4976  */     margin-bottom: 24px;
/* 4977  */ }
/* 4978  */ .careerfy-modren-service-link {
/* 4979  */     position: absolute;
/* 4980  */     left: 50%;
/* 4981  */     bottom: -20px;
/* 4982  */     width: 40px;
/* 4983  */     height: 40px;
/* 4984  */     color: #ffffff;
/* 4985  */     font-size: 18px;
/* 4986  */     border-radius: 40px;
/* 4987  */     padding-top: 10px;
/* 4988  */     text-align: center;
/* 4989  */     margin-left: -22px;
/* 4990  */     opacity: 0;
/* 4991  */     -webkit-transform: rotate(-90deg);
/* 4992  */        -moz-transform: rotate(-90deg);
/* 4993  */         -ms-transform: rotate(-90deg);
/* 4994  */          -o-transform: rotate(-90deg);
/* 4995  */             transform: rotate(-90deg);
/* 4996  */     -webkit-transition: all 0.4s ease-in-out;
/* 4997  */        -moz-transition: all 0.4s ease-in-out;
/* 4998  */         -ms-transition: all 0.4s ease-in-out;
/* 4999  */          -o-transition: all 0.4s ease-in-out;
/* 5000  */             transition: all 0.4s ease-in-out;

/* style.css */

/* 5001  */ }
/* 5002  */ .careerfy-modren-services-wrap {
/* 5003  */     box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
/* 5004  */     padding: 40px 20px 18px 20px;
/* 5005  */     position: relative;
/* 5006  */     -webkit-transition: all 0.4s ease-in-out;
/* 5007  */        -moz-transition: all 0.4s ease-in-out;
/* 5008  */         -ms-transition: all 0.4s ease-in-out;
/* 5009  */          -o-transition: all 0.4s ease-in-out;
/* 5010  */             transition: all 0.4s ease-in-out;
/* 5011  */ }
/* 5012  */ ul li:hover .careerfy-modren-services-wrap {
/* 5013  */     box-shadow: 0px 0px 25px 0px rgba(79,135,251,0.20);
/* 5014  */ }
/* 5015  */ ul li:hover .careerfy-modren-service-link {
/* 5016  */     opacity: 1;
/* 5017  */     -webkit-transform: rotate(0deg);
/* 5018  */        -moz-transform: rotate(0deg);
/* 5019  */         -ms-transform: rotate(0deg);
/* 5020  */          -o-transform: rotate(0deg);
/* 5021  */             transform: rotate(0deg);
/* 5022  */ }
/* 5023  */ .careerfy-modren-services li:hover img { opacity: 0.60; }
/* 5024  */ .careerfy-modren-btn {
/* 5025  */     float: left;
/* 5026  */     width: 100%;
/* 5027  */     text-align: center;
/* 5028  */     margin-top: 10px;
/* 5029  */     margin: 10px 0px 15px 0px;
/* 5030  */ }
/* 5031  */ .careerfy-modren-btn a {
/* 5032  */     display: inline-block;
/* 5033  */     padding: 19px 32px;
/* 5034  */     line-height: 1;
/* 5035  */     background-color: #f6f9ff;
/* 5036  */     font-size: 18px;
/* 5037  */     font-weight: bold;
/* 5038  */     border-radius: 40px;
/* 5039  */     -webkit-transition: all 0.4s ease-in-out;
/* 5040  */        -moz-transition: all 0.4s ease-in-out;
/* 5041  */         -ms-transition: all 0.4s ease-in-out;
/* 5042  */          -o-transition: all 0.4s ease-in-out;
/* 5043  */             transition: all 0.4s ease-in-out;
/* 5044  */ }
/* 5045  */ .careerfy-modren-btn a:hover { color: #ffffff; }
/* 5046  */ /* Job Listing Plain */
/* 5047  */ .careerfy-joblisting-plain-wrap,
/* 5048  */ .careerfy-joblisting-plain figure a,.careerfy-joblisting-plain figure img {
/* 5049  */     float: left;
/* 5050  */     width: 100%;

/* style.css */

/* 5051  */ }
/* 5052  */ .careerfy-joblisting-plain ul li { margin-bottom: 30px; list-style: none; }
/* 5053  */ .careerfy-joblisting-plain-wrap,
/* 5054  */ .jobsearch-typo-wrap .careerfy-joblisting-plain-wrap {
/* 5055  */     border: 1px solid #ececec;
/* 5056  */     padding: 19px;
/* 5057  */     overflow: hidden;
/* 5058  */ }
/* 5059  */ .careerfy-joblisting-plain figure {
/* 5060  */     display: flex;
/* 5061  */     width: 84px;
/* 5062  */     border: 1px solid #ececec;
/* 5063  */     margin: 0px;
/* 5064  */     padding: 10px;
/* 5065  */     min-height: 84px;
/* 5066  */     align-items: center;
/* 5067  */     min-width: 84px;
/* 5068  */ }
/* 5069  */ .jobitm-with-slider .careerfy-joblisting-plain-text {
/* 5070  */     width: 100%;
/* 5071  */ }
/* 5072  */ .jobsearch-typo-wrap .swiper-button-prev.swiper-button-white,
/* 5073  */ .jobsearch-typo-wrap .swiper-button-next.swiper-button-white {
/* 5074  */     background-image: none;
/* 5075  */ }
/* 5076  */ .careerfy-joblisting-plain figure ~ .careerfy-joblisting-plain-text {
/* 5077  */     padding-left: 22px;
/* 5078  */     display: flex;
/* 5079  */     align-items: center;
/* 5080  */     flex-wrap: wrap;
/* 5081  */     width: 100%;
/* 5082  */ }
/* 5083  */ .careerfy-joblisting-plain-left {
/* 5084  */     float: left;
/* 5085  */ }
/* 5086  */ .careerfy-joblisting-plain-right {
/* 5087  */     float: right;
/* 5088  */ }
/* 5089  */ .careerfy-joblisting-plain-text h2 {
/* 5090  */     font-size: 22px;
/* 5091  */     margin-bottom: 5px;
/* 5092  */     line-height: 1;
/* 5093  */ }
/* 5094  */ .careerfy-joblisting-plain-text h2 span {
/* 5095  */     display: inline-block;
/* 5096  */     padding: 3px 10px 3px 10px;
/* 5097  */     color: #ffffff;
/* 5098  */     background-color: #ffb607;
/* 5099  */     font-size: 10px;
/* 5100  */     font-weight: 300;

/* style.css */

/* 5101  */     border-radius: 60px;
/* 5102  */     vertical-align: top;
/* 5103  */     margin: 2px 0px 0px 0px;
/* 5104  */ }
/* 5105  */ .careerfy-joblisting-plain-left ul {
/* 5106  */     margin: 0px;
/* 5107  */     display: flex;
/* 5108  */     width: 100%;
/* 5109  */     flex-wrap: wrap;
/* 5110  */     gap: 0px 15px;
/* 5111  */ }
/* 5112  */ .careerfy-joblisting-plain-left ul li {
/* 5113  */     display: flex;
/* 5114  */     list-style: none;
/* 5115  */     margin: 0px;
/* 5116  */     gap: 6px;
/* 5117  */     align-items: center;
/* 5118  */ }
/* 5119  */ .careerfy-joblisting-plain-left ul li a {
/* 5120  */     color: #999; }
/* 5121  */ .careerfy-joblisting-plain-left ul li i {
/* 5122  */     color: #aaaaaa;
/* 5123  */     font-size: 12px;
/* 5124  */ }
/* 5125  */ .careerfy-joblisting-plain-left ul li i.careerfy-money {
/* 5126  */     font-size: 14px;
/* 5127  */ }
/* 5128  */ .careerfy-joblisting-plain-right small {
/* 5129  */     display: flex;
/* 5130  */     font-size: 14px;
/* 5131  */     margin-bottom: 3px;
/* 5132  */     line-height: 1.5;
/* 5133  */     width: 100%;
/* 5134  */     justify-content: flex-end;
/* 5135  */     align-items: center;
/* 5136  */     gap: 4px;
/* 5137  */ }
/* 5138  */ .careerfy-joblisting-plain-right small i {
/* 5139  */     font-size: 12px;
/* 5140  */ }
/* 5141  */ .careerfy-joblisting-plain-status {
/* 5142  */     float: right;
/* 5143  */     padding: 7px 10px 5px 10px;
/* 5144  */     font-size: 12px;
/* 5145  */     color: #ffffff;
/* 5146  */     background-color: #53b427;
/* 5147  */     line-height: 1;
/* 5148  */     margin: 1px 8px 0px 0px;
/* 5149  */ }
/* 5150  */ .careerfy-job-like i,

/* style.css */

/* 5151  */ .featured-jobs-grid-like i {
/* 5152  */     -webkit-transition: all 0.4s ease-in-out;
/* 5153  */        -moz-transition: all 0.4s ease-in-out;
/* 5154  */         -ms-transition: all 0.4s ease-in-out;
/* 5155  */          -o-transition: all 0.4s ease-in-out;
/* 5156  */             transition: all 0.4s ease-in-out;
/* 5157  */ }
/* 5158  */ .careerfy-job-like:hover,
/* 5159  */ .careerfy-job-like:hover i,
/* 5160  */ .careerfy-job-like i,
/* 5161  */ .jobsearch-add-job-to-favourite.careerfy-job-like:hover i,
/* 5162  */ .featured-jobs-grid-like:hover,
/* 5163  */ .featured-jobs-grid-like:hover i,
/* 5164  */ .featured-jobs-grid-like i,
/* 5165  */ .jobsearch-add-job-to-favourite.featured-jobs-grid-like:hover i {
/* 5166  */     color: #ffffff;
/* 5167  */ }
/* 5168  */ .jobsearch-add-job-to-favourite.careerfy-job-like,
/* 5169  */ .jobsearch-add-job-to-favourite.featured-jobs-grid-like {
/* 5170  */     background-color: #fff;
/* 5171  */ }
/* 5172  */ .careerfy-joblisting-plain-status.careerfy-blue-status { background-color: #186fc9; }
/* 5173  */ .careerfy-joblisting-plain-status.careerfy-red-status { background-color: #e12335; }
/* 5174  */ .careerfy-joblisting-plain-status.careerfy-part-status { background-color: #f1630d; }
/* 5175  */ /* Parallex */
/* 5176  */ .careerfy-parallex-box {
/* 5177  */     background-position: left bottom;
/* 5178  */     background-repeat: no-repeat;
/* 5179  */     background-size: contain;
/* 5180  */     background-color: #4f87fb;
/* 5181  */     padding: 105px 60px 119px 60px;
/* 5182  */     text-align: center;
/* 5183  */     min-height: 541px;
/* 5184  */ }
/* 5185  */ .careerfy-parallex-box-wrap {
/* 5186  */     float: right;
/* 5187  */     width: 63%;
/* 5188  */ }
/* 5189  */ .careerfy-parallex-box h2 {
/* 5190  */     font-size: 38px;
/* 5191  */     color: #ffffff;
/* 5192  */     margin-bottom: 20px;
/* 5193  */     line-height: 1.3;
/* 5194  */ }
/* 5195  */ .careerfy-parallex-box p {
/* 5196  */     color: #ffffff;
/* 5197  */     margin-bottom: 30px;
/* 5198  */ }
/* 5199  */ .careerfy-parallex-box-btn {
/* 5200  */     display: inline-block;

/* style.css */

/* 5201  */     background-color: #154cbe;
/* 5202  */     padding: 20px 35px 18px 35px;
/* 5203  */     color: #ffffff;
/* 5204  */     font-size: 18px;
/* 5205  */     border-radius: 40px;
/* 5206  */     line-height: 1;
/* 5207  */ }
/* 5208  */ @media screen and (min-width: 1050px) and (max-width: 1730px) {
/* 5209  */     .careerfy-parallex-box { padding: 86px 60px 87px 60px; }
/* 5210  */     .careerfy-parallex-box h2 { font-size: 28px; }
/* 5211  */     .careerfy-media-player .mejs__container { padding-top: 67%; }
/* 5212  */ }
/* 5213  */ /* Latest Blogs */
/* 5214  */ .careerfy-news-grid figure,.careerfy-news-grid figure a,
/* 5215  */ .careerfy-news-grid figure img,.careerfy-news-grid-text,
/* 5216  */ .careerfy-news-grid-wrap,.careerfy-news-grid-text ul {
/* 5217  */     float: left;
/* 5218  */     width: 100%;
/* 5219  */ }
/* 5220  */ .careerfy-news-grid figure img { border-radius: 4px 4px 0px 0px; }
/* 5221  */ .careerfy-news-grid figure { margin: 0px; }
/* 5222  */ .careerfy-news-grid-wrap {
/* 5223  */     box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
/* 5224  */     -webkit-transition: all 0.4s ease-in-out;
/* 5225  */        -moz-transition: all 0.4s ease-in-out;
/* 5226  */         -ms-transition: all 0.4s ease-in-out;
/* 5227  */          -o-transition: all 0.4s ease-in-out;
/* 5228  */             transition: all 0.4s ease-in-out;
/* 5229  */ }
/* 5230  */ ul li:hover .careerfy-news-grid-wrap { box-shadow: 0px 0px 25px 0px rgba(79,135,251,0.20); }
/* 5231  */ .careerfy-news-grid-text {
/* 5232  */     padding: 30px 30px 42px 30px;
/* 5233  */ }
/* 5234  */ .careerfy-news-grid-text ul {
/* 5235  */     margin: 0px; }
/* 5236  */ .careerfy-news-grid-text ul li {
/* 5237  */     float: left;
/* 5238  */     color: #999;
/* 5239  */     font-size: 12px;
/* 5240  */     text-transform: uppercase;
/* 5241  */     padding-left: 25px;
/* 5242  */     position: relative;
/* 5243  */     line-height: 1;
/* 5244  */     margin-bottom: 9px;
/* 5245  */ }
/* 5246  */ .careerfy-news-grid-text ul li:before {
/* 5247  */     content: '';
/* 5248  */     background-color: #999999;
/* 5249  */     width: 5px;
/* 5250  */     height: 5px;

/* style.css */

/* 5251  */     position: absolute;
/* 5252  */     left: 11px;
/* 5253  */     top: 3px;
/* 5254  */     border-radius: 100%;
/* 5255  */ }
/* 5256  */ .careerfy-news-grid-text ul li:first-child:before { display: none; }
/* 5257  */ .careerfy-news-grid-text ul li:first-child { padding-left: 0px; }
/* 5258  */ .careerfy-news-grid-text ul li a { text-transform: capitalize; }
/* 5259  */ .careerfy-news-grid-text h2 {
/* 5260  */     font-size: 18px;
/* 5261  */     margin-bottom: 11px;
/* 5262  */     font-weight: bold;
/* 5263  */     line-height: 1.3;
/* 5264  */ }
/* 5265  */ .careerfy-news-grid-text p {
/* 5266  */     line-height: 24px;
/* 5267  */     margin-bottom: 0px;
/* 5268  */ }
/* 5269  */ /* Partner */
/* 5270  */ .careerfy-partnertwo-slider {
/* 5271  */     float: left;
/* 5272  */     width: 100%;
/* 5273  */     position: relative;
/* 5274  */     padding-bottom: 75px;
/* 5275  */     margin-bottom: 40px;
/* 5276  */ }
/* 5277  */ .careerfy-partnertwo-slider .slick-arrow {
/* 5278  */     position: absolute;
/* 5279  */     left: 0px;
/* 5280  */     bottom: 0px;
/* 5281  */     cursor: pointer;
/* 5282  */     -webkit-transition: all 0.4s ease-in-out;
/* 5283  */        -moz-transition: all 0.4s ease-in-out;
/* 5284  */         -ms-transition: all 0.4s ease-in-out;
/* 5285  */          -o-transition: all 0.4s ease-in-out;
/* 5286  */             transition: all 0.4s ease-in-out;
/* 5287  */ }
/* 5288  */ .careerfy-partnertwo-slider .slick-arrow-left {
/* 5289  */     left: 50%;
/* 5290  */     margin-left: -30px;
/* 5291  */     margin-top: 1px;
/* 5292  */ }
/* 5293  */ .careerfy-partnertwo-slider .slick-arrow-right {
/* 5294  */     left: auto;
/* 5295  */     right: 50%;
/* 5296  */     margin-right: -30px;
/* 5297  */ }
/* 5298  */ /* Testimonial StyleTwo */
/* 5299  */ .careerfy-testimonial-styletwo {
/* 5300  */     float: left;

/* style.css */

/* 5301  */     width: 100%;
/* 5302  */     padding-bottom: 90px;
/* 5303  */     position: relative;
/* 5304  */     margin-bottom: 9px;
/* 5305  */ }
/* 5306  */ .careerfy-testimonial-styletwo-layer {
/* 5307  */     padding: 0px 0px 0px 140px;
/* 5308  */     position: relative;
/* 5309  */ }
/* 5310  */ .careerfy-testimonial-styletwo-layer:before {
/* 5311  */     content: "\e9aa";
/* 5312  */     font-family: careerfy;
/* 5313  */     position: absolute;
/* 5314  */     left: 40px;
/* 5315  */     top: 120px;
/* 5316  */     font-size: 50px;
/* 5317  */     color: #e6eefe;
/* 5318  */     -webkit-transform: scale(-1);
/* 5319  */        -moz-transform: scale(-1);
/* 5320  */         -ms-transform: scale(-1);
/* 5321  */          -o-transform: scale(-1);
/* 5322  */             transform: scale(-1);
/* 5323  */ }
/* 5324  */ .careerfy-testimonial-styletwo img {
/* 5325  */     border-radius: 100%;
/* 5326  */     margin-bottom: 31px;
/* 5327  */     width: 80px;
/* 5328  */ }
/* 5329  */ .careerfy-testimonial-styletwo p {
/* 5330  */     font-size: 16px;
/* 5331  */     line-height: 30px;
/* 5332  */     margin-bottom: 28px;
/* 5333  */ }
/* 5334  */ .careerfy-testimonial-styletwo span {
/* 5335  */     font-size: 16px;
/* 5336  */     display: block;
/* 5337  */     font-weight: bold;
/* 5338  */     line-height: 1;
/* 5339  */     margin-bottom: 7px;
/* 5340  */ }
/* 5341  */ .careerfy-testimonial-styletwo small {
/* 5342  */     font-size: 16px;
/* 5343  */     color: #999999;
/* 5344  */ }
/* 5345  */ .careerfy-testimonial-styletwo .slick-dots {
/* 5346  */     position: absolute;
/* 5347  */     left: 0px;
/* 5348  */     bottom: 0px;
/* 5349  */     width: 100%;
/* 5350  */ }

/* style.css */

/* 5351  */ /* Dot's */
/* 5352  */ .slick-dots {
/* 5353  */     float: left;
/* 5354  */     width: 100%;
/* 5355  */     text-align: center;
/* 5356  */ }
/* 5357  */ .slick-dots li {
/* 5358  */     display: inline-block;
/* 5359  */     list-style: none;
/* 5360  */     margin: 0px 7px;
/* 5361  */     line-height: 1;
/* 5362  */ }
/* 5363  */ .slick-dots li button {
/* 5364  */     width: 4px;
/* 5365  */     height: 4px;
/* 5366  */     background-color: #bcc1cc;
/* 5367  */     border-radius: 100%;
/* 5368  */     text-indent: -9999px;
/* 5369  */ }
/* 5370  */ .slick-dots li.slick-active button {
/* 5371  */     box-shadow: 0px 0px 0px 5px #dce5ff;
/* 5372  */ }
/* 5373  */ .careerfy-testimonial-styletwo .slick-arrow {
/* 5374  */     position: absolute;
/* 5375  */     left: 0px;
/* 5376  */     bottom: 0px;
/* 5377  */     z-index: 9;
/* 5378  */     cursor: pointer;
/* 5379  */ }
/* 5380  */ .careerfy-testimonial-styletwo .slick-arrow-left {
/* 5381  */     left: 50%;
/* 5382  */     margin-left: -86px;
/* 5383  */     -webkit-transform: scale(-1);
/* 5384  */        -moz-transform: scale(-1);
/* 5385  */         -ms-transform: scale(-1);
/* 5386  */          -o-transform: scale(-1);
/* 5387  */             transform: scale(-1);
/* 5388  */ }
/* 5389  */ .careerfy-testimonial-styletwo .slick-arrow-right {
/* 5390  */     left: auto;
/* 5391  */     right: 50%;
/* 5392  */     margin-right: -86px;
/* 5393  */     bottom: 1px;
/* 5394  */ }
/* 5395  */ /* Footer Two */
/* 5396  */ .careerfy-footer-two {
/* 5397  */     background-color: #373d41;
/* 5398  */     float: left;
/* 5399  */     width: 100%;
/* 5400  */     padding: 50px 0px 0px 0px;

/* style.css */

/* 5401  */ }
/* 5402  */ .careerfy-footer-two .col-md-9 .widget {
/* 5403  */     float: left;
/* 5404  */     width: 25%;
/* 5405  */ }
/* 5406  */ .careerfy-footer-two .careerfy-footer-widget { padding-bottom: 12px; }
/* 5407  */ /* Footer Nav Widget */
/* 5408  */ .widget_section_nav ul li {
/* 5409  */     list-style: none;
/* 5410  */     line-height: 1;
/* 5411  */ }
/* 5412  */ .widget_section_nav ul li a,
/* 5413  */ .careerfy-footer-two .widget_nav_menu ul li a {
/* 5414  */     font-size: 12px;
/* 5415  */     color: #858788;
/* 5416  */     margin-bottom: 4px;
/* 5417  */ }
/* 5418  */ .careerfy-footer-two .widget_nav_menu ul li a:before { display: none; }
/* 5419  */ .widget_section_nav ul                      { margin: 0px; }
/* 5420  */ .widget_section_nav ul li:last-child a      { margin-bottom: 0px; }
/* 5421  */ .widget_section_nav ul li,.widget_section_nav ul li a,
/* 5422  */ .widget_section_nav ul {
/* 5423  */     float: left;
/* 5424  */     width: 100%;
/* 5425  */ }
/* 5426  */ /* Footer NewsLatter */
/* 5427  */ .careerfy-footer-newslatter,.careerfy-footer-newslatter form,
/* 5428  */ .careerfy-footer-newslatter label,.careerfy-footer-newslatter input[type="email"],
/* 5429  */ .careerfy-footer-newslatter input[type="submit"],
/* 5430  */ .careerfy-footer-widget .widget.careerfy-footer-newslatter {
/* 5431  */     float: left;
/* 5432  */     width: 100%;
/* 5433  */ }
/* 5434  */ .careerfy-footer-newslatter label {
/* 5435  */     font-size: 24px;
/* 5436  */     color: #ffffff;
/* 5437  */     margin-bottom: 19px;
/* 5438  */     font-weight: 500;
/* 5439  */ }
/* 5440  */ .careerfy-footer-newslatter { margin-bottom: 30px; }
/* 5441  */ .careerfy-footer-newslatter ul { margin: 0px -7px; }
/* 5442  */ .careerfy-footer-newslatter li {
/* 5443  */     float: left;
/* 5444  */     width: 81%;
/* 5445  */     padding: 0px 7px;
/* 5446  */     position: relative;
/* 5447  */     list-style: none;
/* 5448  */     line-height: 1;
/* 5449  */ }
/* 5450  */ .careerfy-footer-newslatter li:last-child { width: 19%; }

/* style.css */

/* 5451  */ .careerfy-footer-newslatter li i {
/* 5452  */     position: absolute;
/* 5453  */     left: 30px;
/* 5454  */     top: 14px;
/* 5455  */     font-size: 19px;
/* 5456  */     color: #999;
/* 5457  */ }
/* 5458  */ .careerfy-footer-two .careerfy-footer-newslatter .status-message {
/* 5459  */     position: absolute;
/* 5460  */     left: 25px;
/* 5461  */     top: 0px;
/* 5462  */     z-index: 9;
/* 5463  */     background-color: #fff;
/* 5464  */     width: 32px;
/* 5465  */     height: 40px;
/* 5466  */ }
/* 5467  */ .careerfy-footer-two .careerfy-footer-newslatter form {
/* 5468  */     position: relative;
/* 5469  */ }
/* 5470  */ .careerfy-footer-two .careerfy-footer-newslatter .alert {
/* 5471  */     position: absolute;
/* 5472  */     left: 0;
/* 5473  */     bottom: -24px;
/* 5474  */     z-index: 20;
/* 5475  */ }
/* 5476  */ .careerfy-footer-two .careerfy-footer-newslatter .status-message i { left: 0px; }
/* 5477  */ .careerfy-footer-newslatter input[type="email"] {
/* 5478  */     height: 48px;
/* 5479  */     background-color: #ffffff;
/* 5480  */     color: #999;
/* 5481  */     font-size: 12px;
/* 5482  */     padding: 7px 0px 7px 57px;
/* 5483  */     border-radius: 4px;
/* 5484  */ }
/* 5485  */ .careerfy-footer-newslatter input[type="submit"] {
/* 5486  */     color: #ffffff;
/* 5487  */     border: none;
/* 5488  */     font-size: 18px;
/* 5489  */     padding: 16px 20px 14px 46px;
/* 5490  */     border-radius: 4px;
/* 5491  */ }
/* 5492  */ .careerfy-footer-newslatter li:last-child i {
/* 5493  */     color: #ffffff;
/* 5494  */     font-size: 16px;
/* 5495  */     left: 26px;
/* 5496  */     top: 18px;
/* 5497  */ }
/* 5498  */ /* Twitter Widget */
/* 5499  */ .careerfy_twitter_widget,.careerfy_twitter_widget_wrap,
/* 5500  */ .careerfy_twitter_widget_wrap span {

/* style.css */

/* 5501  */     float: left;
/* 5502  */     width: 100%;
/* 5503  */ }
/* 5504  */ .careerfy_twitter_widget_wrap {
/* 5505  */     padding: 14px 15px 12px 15px;
/* 5506  */     border-radius: 4px;
/* 5507  */     margin-bottom: 40px;
/* 5508  */     position: relative;
/* 5509  */     background-color: #26abd8;
/* 5510  */ }
/* 5511  */ .careerfy_twitter_widget_wrap:before {
/* 5512  */     content: '';
/* 5513  */     position: absolute;
/* 5514  */     left: 23px;
/* 5515  */     bottom: -12px;
/* 5516  */     border-left: 1px solid transparent;
/* 5517  */     border-right: 9px solid transparent;
/* 5518  */     border-top: 12px solid #26abd8;
/* 5519  */ }
/* 5520  */ .careerfy_twitter_widget_wrap p {
/* 5521  */     font-size: 12px;
/* 5522  */     color: #ffffff;
/* 5523  */     line-height: 23px;
/* 5524  */     margin-bottom: 6px;
/* 5525  */ }
/* 5526  */ .careerfy_twitter_widget_wrap p,.careerfy_twitter_widget_wrap p a,.careerfy_twitter_widget_wrap span,.careerfy_twitter_widget small a { color: #ffffff !important; }
/* 5527  */ .careerfy_twitter_widget_wrap span {
/* 5528  */     font-size: 12px;
/* 5529  */     color: #ffffff;
/* 5530  */ }
/* 5531  */ .careerfy_twitter_widget small {
/* 5532  */     font-size: 18px;
/* 5533  */     color: #ffffff;
/* 5534  */ }
/* 5535  */ .careerfy_twitter_widget small i {
/* 5536  */     font-size: 38px;
/* 5537  */     display: inline-block;
/* 5538  */     vertical-align: middle;
/* 5539  */     margin-right: 8px;
/* 5540  */     color: #26abd8;
/* 5541  */ }
/* 5542  */ /* CopyRight */
/* 5543  */ .careerfy-copyright-two {
/* 5544  */     float: left;
/* 5545  */     width: 100%;
/* 5546  */     text-align: center;
/* 5547  */     padding: 0px 0px 38px 0px;
/* 5548  */ }
/* 5549  */ .careerfy-copyright-two p {
/* 5550  */     display: inline-block;

/* style.css */

/* 5551  */     font-size: 16px;
/* 5552  */     color: #858788;
/* 5553  */     margin-bottom: 0px;
/* 5554  */     padding: 6px 0px 0px 0px;
/* 5555  */     font-weight: 300;
/* 5556  */ }
/* 5557  */ .careerfy-copyright-social {
/* 5558  */     float: left;
/* 5559  */ }
/* 5560  */ .careerfy-copyright-social li {
/* 5561  */     float: left;
/* 5562  */     list-style: none;
/* 5563  */     margin: 0px 14px 7px 0px;
/* 5564  */ }
/* 5565  */ .careerfy-copyright-social li a {
/* 5566  */     font-size: 32px;
/* 5567  */ }
/* 5568  */ .careerfy-copyright-two .careerfy-copyright-social li a {
/* 5569  */     width: 33px;
/* 5570  */     height: 33px;
/* 5571  */     background-color: #375d93;
/* 5572  */     border-radius: 100%;
/* 5573  */     text-align: center;
/* 5574  */     color: #ffffff;
/* 5575  */     font-size: 15px;
/* 5576  */     padding-top: 10px;
/* 5577  */     -webkit-transition: all 0.4s ease-in-out;
/* 5578  */        -moz-transition: all 0.4s ease-in-out;
/* 5579  */         -ms-transition: all 0.4s ease-in-out;
/* 5580  */          -o-transition: all 0.4s ease-in-out;
/* 5581  */             transition: all 0.4s ease-in-out;
/* 5582  */ }
/* 5583  */ .careerfy-copyright-two .careerfy-copyright-social li:hover a { opacity: 0.90; }
/* 5584  */ .careerfy-copyright-two .careerfy-copyright-social li a.fa-facebook { background-color: #306199; }
/* 5585  */ .careerfy-copyright-two .careerfy-copyright-social li a.fa-twitter { background-color: #26c4f1; }
/* 5586  */ .careerfy-copyright-two .careerfy-copyright-social li a.fa-google-plus { background-color: #cc3d27; }
/* 5587  */ .careerfy-copyright-two .careerfy-copyright-social li a.fa-youtube { background-color: #EE1C1B; }
/* 5588  */ .careerfy-copyright-two .careerfy-copyright-social li a.fa-vimeo { background-color: #00ADEF; }
/* 5589  */ .careerfy-copyright-two .careerfy-copyright-social li a.fa-linkedin { background-color: #0A5D89; }
/* 5590  */ .careerfy-copyright-two .careerfy-copyright-social li a.fa-pinterest { background-color: #CB2027; }
/* 5591  */ .careerfy-copyright-two .careerfy-copyright-social li a.fa-instagram { background-color: #895A4D; }
/* 5592  */ .careerfy-copyright-download {
/* 5593  */     float: right;
/* 5594  */ }
/* 5595  */ .careerfy-copyright-download li {
/* 5596  */     float: left;
/* 5597  */     list-style: none;
/* 5598  */     font-size: 14px;
/* 5599  */     color: #ffffff;
/* 5600  */     margin: 7px 0px 0px 15px;

/* style.css */

/* 5601  */ }
/* 5602  */ .careerfy-copyright-download li a {
/* 5603  */     font-size: 21px;
/* 5604  */     color: #ffffff;
/* 5605  */     float: left;
/* 5606  */     margin-top: 2px;
/* 5607  */ }
/* 5608  */ .careerfy-header-three {
/* 5609  */     float: left;
/* 5610  */     width: 100%;
/* 5611  */     background-color: #fff;
/* 5612  */ }
/* 5613  */ .careerfy-header-three .careerfy-logo {
/* 5614  */     margin: 24px 0px 21px 0px;
/* 5615  */ }
/* 5616  */ .careerfy-header-three .careerfy-navigation {
/* 5617  */     float: left;
/* 5618  */ }
/* 5619  */ .careerfy-header-three .navbar-nav > li > a {
/* 5620  */     color: #555;
/* 5621  */ }
/* 5622  */ .careerfy-header-three .navbar-nav > li:first-child { padding-left: 0px; }
/* 5623  */ .careerfy-header-three .navbar-nav > li:last-child { padding-right: 0px; }
/* 5624  */ .careerfy-header-three .navbar-nav > li { padding: 0px 18px 0px 18px; }
/* 5625  */ .careerfy-header-three .navbar-nav > li > a:before, .careerfy-header-three .navbar-nav > li.active > a:before { display: none; }
/* 5626  */ .careerfy-header-three .submenu-addicon > a:after {
/* 5627  */     content: "\f107";
/* 5628  */     font-family: FontAwesome;
/* 5629  */     display: inline-block;
/* 5630  */     margin-left: 7px;
/* 5631  */     font-size: 12px;
/* 5632  */     vertical-align: top;
/* 5633  */ }
/* 5634  */ .careerfy-header-three .sub-menu .submenu-addicon > a:after {
/* 5635  */     float: right;
/* 5636  */     -webkit-transform: rotate(-90deg);
/* 5637  */        -moz-transform: rotate(-90deg);
/* 5638  */         -ms-transform: rotate(-90deg);
/* 5639  */          -o-transform: rotate(-90deg);
/* 5640  */             transform: rotate(-90deg);
/* 5641  */ }
/* 5642  */ .careerfy-user-log {
/* 5643  */     float: right;
/* 5644  */     padding-left: 15px;
/* 5645  */ }
/* 5646  */ .careerfy-user-log > li {
/* 5647  */     float: left;
/* 5648  */     list-style: none;
/* 5649  */     margin: 25px 0px 0px 0px;
/* 5650  */     line-height: 1;

/* style.css */

/* 5651  */     border-left: 1px solid #ebeeef;
/* 5652  */     position: relative;
/* 5653  */ }
/* 5654  */ .careerfy-user-log > li > a {
/* 5655  */     color: #2e2e2e;
/* 5656  */     font-size: 16px;
/* 5657  */     float: left;
/* 5658  */     padding: 10px 20px;
/* 5659  */     border-radius: 40px;
/* 5660  */     font-weight: 600;
/* 5661  */ }
/* 5662  */ .careerfy-user-log > li > a > i {
/* 5663  */     font-size: 17px;
/* 5664  */     margin-right: 5px;
/* 5665  */     float: left;
/* 5666  */ }
/* 5667  */ .image-no-margin .wpb_content_element { margin-bottom: 0px; }
/* 5668  */ .careerfy-user-log li:last-child { border: none; }
/* 5669  */ .careerfy-user-log li a.active { background-color: #ebeeef; }
/* 5670  */ .careerfy-user-log ul {
/* 5671  */     background-color: #ffffff;
/* 5672  */     right: 0;
/* 5673  */     margin: 27px 0px 0px 0px;
/* 5674  */     padding: 0px 20px;
/* 5675  */     opacity: 0;
/* 5676  */     position: absolute;
/* 5677  */     top: 100%;
/* 5678  */     visibility: hidden;
/* 5679  */     width: 200px;
/* 5680  */     z-index: 9999;
/* 5681  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
/* 5682  */     -webkit-transform: translateX(10px);
/* 5683  */        -moz-transform: translateX(10px);
/* 5684  */         -ms-transform: translateX(10px);
/* 5685  */          -o-transform: translateX(10px);
/* 5686  */             transform: translateX(10px);
/* 5687  */     -webkit-transition: all 0.5s ease-in-out;
/* 5688  */        -moz-transition: all 0.5s ease-in-out;
/* 5689  */         -ms-transition: all 0.5s ease-in-out;
/* 5690  */          -o-transition: all 0.5s ease-in-out;
/* 5691  */             transition: all 0.5s ease-in-out;
/* 5692  */ }
/* 5693  */ .careerfy-user-log > li:hover > ul {
/* 5694  */     opacity: 1;
/* 5695  */     visibility: visible;
/* 5696  */     -webkit-transform: translateX(0px);
/* 5697  */        -moz-transform: translateX(0px);
/* 5698  */         -ms-transform: translateX(0px);
/* 5699  */          -o-transform: translateX(0px);
/* 5700  */             transform: translateX(0px);

/* style.css */

/* 5701  */ }
/* 5702  */ .careerfy-user-log ul li {
/* 5703  */     float: left;
/* 5704  */     width: 100%;
/* 5705  */     list-style: none;
/* 5706  */ }
/* 5707  */ .careerfy-user-log ul li a {
/* 5708  */     border-bottom: 1px solid #f2f2f2;
/* 5709  */     color: #656c6c;
/* 5710  */     float: left;
/* 5711  */     font-size: 14px;
/* 5712  */     font-weight: 400;
/* 5713  */     padding: 10px 0px;
/* 5714  */     width: 100%;
/* 5715  */     -webkit-transition: all 0.5s ease-in-out;
/* 5716  */        -moz-transition: all 0.5s ease-in-out;
/* 5717  */         -ms-transition: all 0.5s ease-in-out;
/* 5718  */          -o-transition: all 0.5s ease-in-out;
/* 5719  */             transition: all 0.5s ease-in-out;
/* 5720  */ }
/* 5721  */ /* Banner Three */
/* 5722  */ .careerfy-banner-three {
/* 5723  */     float: left;
/* 5724  */     width: 100%;
/* 5725  */     background-size: cover;
/* 5726  */     padding: 200px 0px 170px 0px;
/* 5727  */ }
/* 5728  */ .careerfy-bannerthree-caption h1 {
/* 5729  */     color: #ffffff;
/* 5730  */     font-size: 54px;
/* 5731  */     font-weight: 400;
/* 5732  */     line-height: 1.2;
/* 5733  */     display: inline-block;
/* 5734  */     width: 70%;
/* 5735  */     margin-bottom: 18px;
/* 5736  */ }
/* 5737  */ .careerfy-bannerthree-caption p {
/* 5738  */     color: #ffffff;
/* 5739  */     font-size: 22px;
/* 5740  */     display: inline-block;
/* 5741  */     width: 62%;
/* 5742  */     margin-bottom: 40px;
/* 5743  */     line-height: 36px;
/* 5744  */ }
/* 5745  */ /* Banner Search Three */
/* 5746  */ .careerfy-banner-search-three,
/* 5747  */ .careerfy-typo-wrap .careerfy-banner-search-three {
/* 5748  */     float: left;
/* 5749  */     width: 70%;
/* 5750  */     background-color: rgba(255,255,255,0.50);

/* style.css */

/* 5751  */     padding: 10px 10px 0px 10px;
/* 5752  */ }
/* 5753  */ .careerfy-bannerthree-caption,.careerfy-adv-wrap {
/* 5754  */     float: left;
/* 5755  */     width: 100%;
/* 5756  */     position: relative;
/* 5757  */ }
/* 5758  */ .careerfy-banner-search-three ul { margin: 0px -5px; }
/* 5759  */ .careerfy-banner-search-three ul li {
/* 5760  */     list-style: none;
/* 5761  */     float: left;
/* 5762  */     width: 28%;
/* 5763  */     position: relative;
/* 5764  */     padding: 0px 5px 6px 5px;
/* 5765  */     line-height: 1;
/* 5766  */ }
/* 5767  */ .careerfy-banner-search-three ul li:last-child { width: 16%; }
/* 5768  */ .careerfy-banner-search-three input[type="text"],
/* 5769  */ .careerfy-banner-search-three input[type="submit"] {
/* 5770  */     float: left;
/* 5771  */     width: 100%;
/* 5772  */ }
/* 5773  */ .careerfy-banner-search-three input[type="text"] {
/* 5774  */     background-color: #ffffff;
/* 5775  */     border: 1px solid #f2f2f2;
/* 5776  */     height: 50px;
/* 5777  */     padding: 7px 14px;
/* 5778  */     font-size: 12px;
/* 5779  */ }
/* 5780  */ .careerfy-banner-search-three input[type="submit"] {
/* 5781  */     border: 1px solid;
/* 5782  */     color: #ffffff;
/* 5783  */     font-size: 18px;
/* 5784  */     padding: 16px 25px 16px 48px;
/* 5785  */     font-weight: 500;
/* 5786  */     letter-spacing: 1px;
/* 5787  */ }
/* 5788  */ .careerfy-banner-search-three li:hover input[type="submit"] {
/* 5789  */     background-color: #ffffff;
/* 5790  */ }
/* 5791  */ .careerfy-banner-search-three ul li i {
/* 5792  */     position: absolute;
/* 5793  */     right: 15px;
/* 5794  */     top: 16px;
/* 5795  */     color: #aaaaaa;
/* 5796  */     font-size: 16px;
/* 5797  */     -webkit-transition: all 0.4s ease-in-out;
/* 5798  */        -moz-transition: all 0.4s ease-in-out;
/* 5799  */         -ms-transition: all 0.4s ease-in-out;
/* 5800  */          -o-transition: all 0.4s ease-in-out;

/* style.css */

/* 5801  */             transition: all 0.4s ease-in-out;
/* 5802  */ }
/* 5803  */ .careerfy-banner-search-three ul li:last-child i {
/* 5804  */     right: auto;
/* 5805  */     left: 24px;
/* 5806  */     top: 13px;
/* 5807  */     color: #ffffff;
/* 5808  */     font-size: 22px;
/* 5809  */ }
/* 5810  */ .careerfy-banner-search-three .careerfy-select-style select { height: 50px; }
/* 5811  */ .careerfy-banner-search-three .careerfy-select-style:after { top: 18px; }
/* 5812  */ .careerfy-upload-cvbtn,
/* 5813  */ .careerfy-typo-wrap .careerfy-upload-cvbtn {
/* 5814  */     display: inline-block;
/* 5815  */     padding: 23px 36px;
/* 5816  */     color: #ffffff;
/* 5817  */     font-size: 18px;
/* 5818  */     font-weight: 500;
/* 5819  */     background-color: #9251ac;
/* 5820  */     margin-left: 30px;
/* 5821  */     text-align: center;
/* 5822  */ }
/* 5823  */ .careerfy-upload-cvbtn i,
/* 5824  */ .careerfy-typo-wrap .careerfy-upload-cvbtn i {
/* 5825  */     font-size: 22px;
/* 5826  */     display: inline-block;
/* 5827  */     margin-right: 15px;
/* 5828  */ }
/* 5829  */ .careerfy-search-categories,
/* 5830  */ .careerfy-typo-wrap .careerfy-search-categories {
/* 5831  */     float: left;
/* 5832  */     width: 100%;
/* 5833  */     margin-top: 6px;
/* 5834  */ }
/* 5835  */ .careerfy-search-categories li {
/* 5836  */     float: left;
/* 5837  */     list-style: none;
/* 5838  */     color: #ffffff;
/* 5839  */     font-size: 16px;
/* 5840  */     text-transform: uppercase;
/* 5841  */     font-weight: 600;
/* 5842  */     padding: 0px 10px 20px 10px;
/* 5843  */     position: relative;
/* 5844  */     line-height: 1;
/* 5845  */ }
/* 5846  */ .careerfy-search-categories li:before {
/* 5847  */     content: '';
/* 5848  */     position: absolute;
/* 5849  */     right: 0px;
/* 5850  */     top: 9px;

/* style.css */

/* 5851  */     border-left: 2px solid #ffffff;
/* 5852  */     width: 2px;
/* 5853  */     height: 12px;
/* 5854  */ }
/* 5855  */ .careerfy-search-categories li:first-child { padding: 0px; }
/* 5856  */ .careerfy-search-categories li:first-child:before,.careerfy-search-categories li:last-child:before { display: none; }
/* 5857  */ .careerfy-search-categories li a {
/* 5858  */     font-size: 14px;
/* 5859  */     color: #ffffff;
/* 5860  */     text-transform: capitalize;
/* 5861  */     font-weight: 400;
/* 5862  */ }
/* 5863  */ /* Fancy Title Three */
/* 5864  */ .careerfy-fancy-title.careerfy-fancy-title-three { margin-bottom: 45px; }
/* 5865  */ .careerfy-fancy-title-three i {
/* 5866  */     font-size: 36px;
/* 5867  */     margin-bottom: 15px;
/* 5868  */     display: inline-block;
/* 5869  */ }
/* 5870  */ .careerfy-fancy-title-three h2 {
/* 5871  */     font-size: 36px;
/* 5872  */     font-weight: 300;
/* 5873  */ }
/* 5874  */ /* Categories Style Two */
/* 5875  */ .careerfy-categories,
/* 5876  */ .careerfy-categories-styletwo a {
/* 5877  */     float: left;
/* 5878  */     width: 100%;
/* 5879  */ }
/* 5880  */ .careerfy-categories ul li {
/* 5881  */     list-style: none;
/* 5882  */     line-height: 1;
/* 5883  */ }
/* 5884  */ .careerfy-categories-styletwo ul li {
/* 5885  */     border-right: 1px solid #f0f0f0;
/* 5886  */     border-bottom: 1px solid #f0f0f0;
/* 5887  */     float: none;
/* 5888  */     display: inline-block;
/* 5889  */     margin-right: -4px;
/* 5890  */     vertical-align: top;
/* 5891  */     text-align: center;
/* 5892  */ }
/* 5893  */ .careerfy-categories-styletwo ul li > a {
/* 5894  */     padding-top: 44px;
/* 5895  */     padding-bottom: 44px;
/* 5896  */ }
/* 5897  */
/* 5898  */ .careerfy-categories-styletwo ul li:nth-last-of-type(3),
/* 5899  */ .careerfy-categories-styletwo ul li:nth-last-of-type(2),
/* 5900  */ .careerfy-categories-styletwo ul li:nth-last-of-type(1) {

/* style.css */

/* 5901  */     border-bottom: none; }
/* 5902  */ .careerfy-categories-styletwo { text-align: left; }
/* 5903  */ .careerfy-categories-styletwo i {
/* 5904  */     display: inline-block;
/* 5905  */     width: 119px;
/* 5906  */     height: 119px;
/* 5907  */     color: #ffffff;
/* 5908  */     background-color: #5e9ef6;
/* 5909  */     border-radius: 80px;
/* 5910  */     font-size: 60px;
/* 5911  */     padding-top: 24px;
/* 5912  */     margin-bottom: 23px;
/* 5913  */     -webkit-transition: all 0.4s ease-in-out;
/* 5914  */        -moz-transition: all 0.4s ease-in-out;
/* 5915  */         -ms-transition: all 0.4s ease-in-out;
/* 5916  */          -o-transition: all 0.4s ease-in-out;
/* 5917  */             transition: all 0.4s ease-in-out;
/* 5918  */ }
/* 5919  */ .careerfy-categories-styletwo ul li:hover i {
/* 5920  */     -webkit-transform: rotateY(160deg);
/* 5921  */        -moz-transform: rotateY(160deg);
/* 5922  */         -ms-transform: rotateY(160deg);
/* 5923  */          -o-transform: rotateY(160deg);
/* 5924  */             transform: rotateY(160deg);
/* 5925  */ }
/* 5926  */ .careerfy-categories-styletwo span {
/* 5927  */     display: block;
/* 5928  */     color: #333333;
/* 5929  */     text-transform: uppercase;
/* 5930  */     font-weight: 500;
/* 5931  */     margin-bottom: 10px;
/* 5932  */ }
/* 5933  */ span.careerfy-categories-styletwo-image {
/* 5934  */     display: inline-block;
/* 5935  */     width: 119px;
/* 5936  */     height: 119px;
/* 5937  */     border-radius: 100%;
/* 5938  */     background: center/cover;
/* 5939  */     margin-bottom: 20px;
/* 5940  */ }
/* 5941  */ .careerfy-categories-styletwo small {
/* 5942  */     color: #999999;
/* 5943  */     font-size: 12px;
/* 5944  */ }
/* 5945  */ .careerfy-categories-styletwo .green i             { background-color: #76c58b; }
/* 5946  */ .careerfy-categories-styletwo .darkgray i          { background-color: #8294b9; }
/* 5947  */ .careerfy-categories-styletwo .orange i            { background-color: #82c84a; }
/* 5948  */ .careerfy-categories-styletwo .gray i              { background-color: #97989c; }
/* 5949  */ .careerfy-categories-styletwo .blue i              { background-color: #6d8cf3; }
/* 5950  */ .careerfy-categories-styletwo .yellow i            { background-color: #e6c867; }

/* style.css */

/* 5951  */ .careerfy-categories-styletwo .red i               { background-color: #f15685; }
/* 5952  */ /* Fancy Left Title */
/* 5953  */ .careerfy-fancy-left-title {
/* 5954  */     float: left;
/* 5955  */     width: 100%;
/* 5956  */     margin-bottom: 35px;
/* 5957  */ }
/* 5958  */ .careerfy-fancy-left-title h2 {
/* 5959  */     float: left;
/* 5960  */     font-size: 30px;
/* 5961  */     font-weight: 300;
/* 5962  */     margin-bottom: 0px;
/* 5963  */     text-transform: uppercase;
/* 5964  */ }
/* 5965  */ .careerfy-fancy-left-title a {
/* 5966  */     float: right;
/* 5967  */     background-color: #f3f3f3;
/* 5968  */     border: 1px solid #dfe2e5;
/* 5969  */     font-size: 14px;
/* 5970  */     color: #999999;
/* 5971  */     padding: 10px 21px;
/* 5972  */     border-radius: 4px;
/* 5973  */     text-transform: uppercase;
/* 5974  */     line-height: 1;
/* 5975  */     margin-top: -5px;
/* 5976  */     -webkit-transition: all 0.4s ease-in-out;
/* 5977  */        -moz-transition: all 0.4s ease-in-out;
/* 5978  */         -ms-transition: all 0.4s ease-in-out;
/* 5979  */          -o-transition: all 0.4s ease-in-out;
/* 5980  */             transition: all 0.4s ease-in-out;
/* 5981  */ }
/* 5982  */ .careerfy-fancy-left-title a:hover { color: #ffffff; }
/* 5983  */ /* Featured Job Grid */
/* 5984  */ .careerfy-featured-jobs-grid,.featured-jobs-grid-text,
/* 5985  */ .careerfy-featured-jobs-grid figure,.careerfy-featured-jobs-grid figure a,
/* 5986  */ .featured-jobs-grid-tag,.featured-jobs-grid-text ul,
/* 5987  */ .featured-jobs-grid-location {
/* 5988  */     float: left;
/* 5989  */     width: 100%;
/* 5990  */ }
/* 5991  */ .careerfy-featured-jobs-grid figure img {
/* 5992  */     width: 197px;
/* 5993  */     display: inline-block;
/* 5994  */ }
/* 5995  */ .careerfy-featured-jobs-grid ul li {
/* 5996  */     list-style: none;
/* 5997  */     margin-bottom: 30px;
/* 5998  */     float: none;
/* 5999  */     display: inline-block;
/* 6000  */     vertical-align: top;

/* style.css */

/* 6001  */     margin-right: -4px;
/* 6002  */ }
/* 6003  */ .careerfy-featured-jobs-grid figure a { text-align: center; background-color: #fcfcfc; }
/* 6004  */ .careerfy-featured-jobs-grid figure {
/* 6005  */     margin: 0px;
/* 6006  */     border: 1px solid #ececec;
/* 6007  */     overflow: hidden;
/* 6008  */ }
/* 6009  */ .paret .careerfy-jobs-type { background-color: #f1630d; }
/* 6010  */ .bluetype .careerfy-jobs-type { background-color: #186fc9; }
/* 6011  */ .careerfy-jobs-type {
/* 6012  */     position: absolute;
/* 6013  */     left: -6px;
/* 6014  */     top: 12px;
/* 6015  */     background-color: #53b427;
/* 6016  */     font-size: 12px;
/* 6017  */     color: #ffffff;
/* 6018  */     padding: 6px 8px;
/* 6019  */     line-height: 1;
/* 6020  */     border-radius: 0px 10px 10px 0px;
/* 6021  */ }
/* 6022  */ .careerfy-jobs-type:before {
/* 6023  */     content: '';
/* 6024  */     position: absolute;
/* 6025  */     left: 0px;
/* 6026  */     bottom: -5px;
/* 6027  */     border-top: 5px solid #666666;
/* 6028  */     border-left: 5px solid transparent;
/* 6029  */ }
/* 6030  */ .careerfy-job-featured {
/* 6031  */     position: absolute;
/* 6032  */     left: 15px;
/* 6033  */     bottom: 15px;
/* 6034  */     font-size: 10px;
/* 6035  */     color: #ffffff;
/* 6036  */     background-color: #13b5ea;
/* 6037  */     padding: 4px 10px;
/* 6038  */     border-radius: 40px;
/* 6039  */     line-height: 1;
/* 6040  */ }
/* 6041  */ .featured-jobs-grid-text {
/* 6042  */     border: 1px solid #ececec;
/* 6043  */     border-top: none;
/* 6044  */     padding: 10px 19px 18px 19px;
/* 6045  */ }
/* 6046  */ .featured-jobs-grid-tag a {
/* 6047  */     font-size: 12px;
/* 6048  */     color: #f16421;
/* 6049  */ }
/* 6050  */ .featured-jobs-grid-text h2 a { color: #000; }

/* style.css */

/* 6051  */ .featured-jobs-grid-text h2 {
/* 6052  */     font-size: 18px;
/* 6053  */     margin-bottom: 4px;
/* 6054  */     line-height: 1.4;
/* 6055  */     font-weight: 300;
/* 6056  */ }
/* 6057  */ .featured-jobs-grid-text ul { margin: 0px; }
/* 6058  */ .featured-jobs-grid-text ul li {
/* 6059  */     float: left;
/* 6060  */     padding: 0px 9px;
/* 6061  */     position: relative;
/* 6062  */     margin-bottom: 6px;
/* 6063  */ }
/* 6064  */ .featured-jobs-grid-text ul li:first-child { padding-left: 0px; }
/* 6065  */ .featured-jobs-grid-text ul li:first-child:before { display: none; }
/* 6066  */ .featured-jobs-grid-text ul li:before {
/* 6067  */     content: '';
/* 6068  */     position: absolute;
/* 6069  */     left: -1px;
/* 6070  */     top: 12px;
/* 6071  */     background-color: #e0e0e0;
/* 6072  */     width: 5px;
/* 6073  */     height: 5px;
/* 6074  */     border-radius: 100%;
/* 6075  */ }
/* 6076  */ .featured-jobs-grid-location {
/* 6077  */     border-top: 1px solid #ececec;
/* 6078  */     padding-top: 15px;
/* 6079  */     margin-top: 3px;
/* 6080  */ }
/* 6081  */ .featured-jobs-grid-location p {
/* 6082  */     float: left;
/* 6083  */     margin-bottom: 0px;
/* 6084  */ }
/* 6085  */ .featured-jobs-grid-location p i {
/* 6086  */     font-size: 12px;
/* 6087  */     color: #aaaaaa;
/* 6088  */     margin: 7px 6px 0px 0px;
/* 6089  */     float: left;
/* 6090  */ }
/* 6091  */ .featured-jobs-grid-like {
/* 6092  */     float: right;
/* 6093  */     width: 27px;
/* 6094  */     height: 27px;
/* 6095  */     border: 1px solid #ececec;
/* 6096  */     border-radius: 40px;
/* 6097  */     color: #8bb300;
/* 6098  */     text-align: center;
/* 6099  */     font-size: 13px;
/* 6100  */     -webkit-transition: all 0.4s ease-in-out;

/* style.css */

/* 6101  */        -moz-transition: all 0.4s ease-in-out;
/* 6102  */         -ms-transition: all 0.4s ease-in-out;
/* 6103  */          -o-transition: all 0.4s ease-in-out;
/* 6104  */             transition: all 0.4s ease-in-out;
/* 6105  */ }
/* 6106  */ .featured-jobs-grid-like:hover { color: #ffffff; }
/* 6107  */ /* Services Style Three */
/* 6108  */ .careerfy-services-stylethree-wrap {
/* 6109  */     float: left;
/* 6110  */     width: 100%;
/* 6111  */     position: relative;
/* 6112  */ }
/* 6113  */ .careerfy-services-stylethree ul li { position: relative; }
/* 6114  */ .careerfy-services-stylethree ul li:nth-last-of-type(3n):before {
/* 6115  */     width: 50%;
/* 6116  */     left: auto;
/* 6117  */     right: 0px;
/* 6118  */ }
/* 6119  */ .careerfy-services-stylethree ul li:nth-child(3n):before {
/* 6120  */     width: 50%;
/* 6121  */ }
/* 6122  */ .careerfy-services-stylethree ul li:before {
/* 6123  */     content: '';
/* 6124  */     position: absolute;
/* 6125  */     left: 0px;
/* 6126  */     bottom: 26px;
/* 6127  */     width: 100%;
/* 6128  */     height: 1px;
/* 6129  */     border-bottom: 1px solid #dfdfdf;
/* 6130  */ }
/* 6131  */ .careerfy-services-stylethree { text-align: center; }
/* 6132  */ .careerfy-services-stylethree img { margin-bottom: 27px; }
/* 6133  */ .careerfy-services-stylethree p { margin-bottom: 35px; }
/* 6134  */ .careerfy-services-stylethree h2 {
/* 6135  */     font-size: 20px;
/* 6136  */     margin-bottom: 8px;
/* 6137  */     text-transform: uppercase;
/* 6138  */ }
/* 6139  */ .careerfy-services-stylethree span {
/* 6140  */     display: inline-block;
/* 6141  */     width: 50px;
/* 6142  */     height: 50px;
/* 6143  */     background-color: #dfdfdf;
/* 6144  */     border-radius: 100%;
/* 6145  */     font-size: 18px;
/* 6146  */     color: #ffffff;
/* 6147  */     padding-top: 11px;
/* 6148  */     -webkit-transition: all 0.4s ease-in-out;
/* 6149  */        -moz-transition: all 0.4s ease-in-out;
/* 6150  */         -ms-transition: all 0.4s ease-in-out;

/* style.css */

/* 6151  */          -o-transition: all 0.4s ease-in-out;
/* 6152  */             transition: all 0.4s ease-in-out;
/* 6153  */ }
/* 6154  */ /* PricePlan Style5 */
/* 6155  */ .careerfy-priceplan-style5 {
/* 6156  */     float: left;
/* 6157  */     width: 100%;
/* 6158  */     background-color: #fafafa;
/* 6159  */     text-align: center;
/* 6160  */     padding: 57px 0px 33px 0px;
/* 6161  */     margin-bottom: 30px;
/* 6162  */ }
/* 6163  */ .careerfy-priceplan-style5 h6 {
/* 6164  */     text-transform: uppercase;
/* 6165  */     line-height: 1;
/* 6166  */     margin-bottom: 27px;
/* 6167  */ }
/* 6168  */ .careerfy-priceplan-style5 span {
/* 6169  */     font-size: 53px;
/* 6170  */     color: #333;
/* 6171  */     display: inline-block;
/* 6172  */     line-height: 1;
/* 6173  */     margin-bottom: 24px;
/* 6174  */ }
/* 6175  */ .careerfy-priceplan-style5 span strong {
/* 6176  */     font-size: 42px;
/* 6177  */     font-weight: normal;
/* 6178  */     display: inline-block;
/* 6179  */     vertical-align: super;
/* 6180  */ }
/* 6181  */ .careerfy-priceplan-style5 span small { font-size: 20px; }
/* 6182  */ .careerfy-priceplan-style5 ul { margin-bottom: 40px; }
/* 6183  */ .careerfy-priceplan-style5 ul,
/* 6184  */ .careerfy-priceplan-style5 ul li,.careerfy-priceplan-style5-wrap {
/* 6185  */     float: left;
/* 6186  */     width: 100%;
/* 6187  */ }
/* 6188  */ .careerfy-priceplan-style5 ul li {
/* 6189  */     list-style: none;
/* 6190  */     color: #333333;
/* 6191  */     font-weight: 500;
/* 6192  */ }
/* 6193  */ .careerfy-priceplan-style5 ul li small {
/* 6194  */     font-weight: 400;
/* 6195  */     font-size: 14px;
/* 6196  */ }
/* 6197  */ .careerfy-priceplan-style5-btn {
/* 6198  */     display: inline-block;
/* 6199  */     border: 1px solid #b9b9b9;
/* 6200  */     color: #b9b9b9;

/* style.css */

/* 6201  */     text-transform: uppercase;
/* 6202  */     font-weight: 600;
/* 6203  */     padding: 19px 57px;
/* 6204  */     border-radius: 4px;
/* 6205  */     line-height: 1;
/* 6206  */     -webkit-transition: all 0.4s ease-in-out;
/* 6207  */        -moz-transition: all 0.4s ease-in-out;
/* 6208  */         -ms-transition: all 0.4s ease-in-out;
/* 6209  */          -o-transition: all 0.4s ease-in-out;
/* 6210  */             transition: all 0.4s ease-in-out;
/* 6211  */ }
/* 6212  */ .careerfy-priceplan-style5:hover .careerfy-priceplan-style5-btn,.active .careerfy-priceplan-style5-btn { color: #ffffff; }
/* 6213  */ .col-md-4.active {
/* 6214  */     padding: 0px;
/* 6215  */     position: relative;
/* 6216  */     z-index: 1;
/* 6217  */     -webkit-transform: scale(1.14);
/* 6218  */        -moz-transform: scale(1.14);
/* 6219  */         -ms-transform: scale(1.14);
/* 6220  */          -o-transform: scale(1.14);
/* 6221  */             transform: scale(1.14);
/* 6222  */ }
/* 6223  */ .active .careerfy-priceplan-style5 {
/* 6224  */     background-color: #ffffff;
/* 6225  */     box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.15);
/* 6226  */ }
/* 6227  */ .active-plan {
/* 6228  */     color: #333;
/* 6229  */     border: 1px solid #12cd6a;
/* 6230  */     text-transform: uppercase;
/* 6231  */     padding: 8px 24px;
/* 6232  */     border-radius: 40px;
/* 6233  */     line-height: 1;
/* 6234  */     position: absolute;
/* 6235  */     left: 50%;
/* 6236  */     top: -16px;
/* 6237  */     margin-left: -70px;
/* 6238  */     background-color: #ffffff;
/* 6239  */ }
/* 6240  */ .careerfy-priceplan-style5-wrap { margin: 43px 0px 76px 0px; }
/* 6241  */ .careerfy-plan-thumb {
/* 6242  */     text-align: center;
/* 6243  */     display: inline-block;
/* 6244  */     width: 44%;
/* 6245  */     vertical-align: middle;
/* 6246  */     margin-right: -4px;
/* 6247  */ }
/* 6248  */ .careerfy-testimonial-slider-style3 {
/* 6249  */     display: inline-block;
/* 6250  */     width: 56%;

/* style.css */

/* 6251  */     position: static;
/* 6252  */     vertical-align: middle;
/* 6253  */ }
/* 6254  */ /* Testimonial Slider Style3 */
/* 6255  */ .testimonial-slider-style3-thumb img,.careerfy-plan-thumb img,
/* 6256  */ .careerfy-testimonial-slider-style3-wrap {
/* 6257  */     float: left;
/* 6258  */     width: 100%;
/* 6259  */ }
/* 6260  */ .careerfy-testimonial-slider-style3-wrap { position: relative; }
/* 6261  */ .careerfy-testimonial-slider-style3-wrap {
/* 6262  */     background-color: #3088f4;
/* 6263  */     position: relative;
/* 6264  */ }
/* 6265  */ .testimonial-slider-style3-thumb {
/* 6266  */     float: left;
/* 6267  */     width: 44%;
/* 6268  */ }
/* 6269  */ .testimonial-slider-style3-text {
/* 6270  */     float: left;
/* 6271  */     width: 100%;
/* 6272  */     padding: 0px 100px 0px 143px;
/* 6273  */ }
/* 6274  */ .testimonial-slider-style3-text p {
/* 6275  */     font-size: 22px;
/* 6276  */     color: #ffffff;
/* 6277  */     line-height: 36px;
/* 6278  */     width: 76%;
/* 6279  */     margin-bottom: 20px;
/* 6280  */     font-style: italic;
/* 6281  */ }
/* 6282  */ .testimonial-slider-style3-text span {
/* 6283  */     font-size: 20px;
/* 6284  */     color: #ffffff;
/* 6285  */     font-style: italic;
/* 6286  */ }
/* 6287  */ .testimonial-slider-style3-text span small {
/* 6288  */     color: #333333;
/* 6289  */     font-size: 18px;
/* 6290  */ }
/* 6291  */ .testimonial-slider-style3-text span i {
/* 6292  */     font-size: 48px;
/* 6293  */     display: inline-block;
/* 6294  */     vertical-align: middle;
/* 6295  */     margin-right: 10px;
/* 6296  */ }
/* 6297  */ .careerfy-testimonial-nav {
/* 6298  */     position: absolute;
/* 6299  */     left: 50%;
/* 6300  */     bottom: 0px;

/* style.css */

/* 6301  */     background-color: #ffffff;
/* 6302  */     padding: 32px 14px;
/* 6303  */     margin-left: -115px;
/* 6304  */ }
/* 6305  */ .careerfy-testimonial-nav li {
/* 6306  */     float: left;
/* 6307  */     list-style: none;
/* 6308  */     margin: 0px 42px;
/* 6309  */     cursor: pointer;
/* 6310  */ }
/* 6311  */ .careerfy-testimonial-nav li i {
/* 6312  */     color: #d6dde5;
/* 6313  */     font-size: 21px;
/* 6314  */     float: left;
/* 6315  */     -webkit-transition: all 0.4s ease-in-out;
/* 6316  */        -moz-transition: all 0.4s ease-in-out;
/* 6317  */         -ms-transition: all 0.4s ease-in-out;
/* 6318  */          -o-transition: all 0.4s ease-in-out;
/* 6319  */             transition: all 0.4s ease-in-out;
/* 6320  */ }
/* 6321  */ .careerfy-testimonial-nav li.careerfy-prev i {
/* 6322  */     margin-top: 3px;
/* 6323  */     -webkit-transform: scale(-1);
/* 6324  */        -moz-transform: scale(-1);
/* 6325  */         -ms-transform: scale(-1);
/* 6326  */          -o-transform: scale(-1);
/* 6327  */             transform: scale(-1);
/* 6328  */ }
/* 6329  */ .careerfy-testimonial-slider-style3 .slick-dots {
/* 6330  */     position: absolute;
/* 6331  */     left: 50%;
/* 6332  */     bottom: 30px;
/* 6333  */     width: auto;
/* 6334  */     z-index: 5;
/* 6335  */     margin-left: -26px;
/* 6336  */ }
/* 6337  */ .careerfy-testimonial-slider-style3 .slick-dots li {
/* 6338  */     margin: 0px 5px 0px 0px;
/* 6339  */     font-style: italic;
/* 6340  */ }
/* 6341  */ .careerfy-testimonial-slider-style3 .slick-dots li:first-child:before { display: none; }
/* 6342  */ .careerfy-testimonial-slider-style3 .slick-dots li:before {
/* 6343  */     content: '/';
/* 6344  */     display: inline-block;
/* 6345  */     font-size: 18px;
/* 6346  */     color: #d6dde5;
/* 6347  */     margin-right: 1px;
/* 6348  */ }
/* 6349  */ .careerfy-testimonial-slider-style3 .slick-dots li button {
/* 6350  */     text-indent: 0px;

/* style.css */

/* 6351  */     background-color: transparent;
/* 6352  */     font-size: 18px;
/* 6353  */     color: #d6dde5;
/* 6354  */     width: auto;
/* 6355  */     height: auto;
/* 6356  */ }
/* 6357  */ .careerfy-testimonial-slider-style3 .slick-dots li.slick-active button {
/* 6358  */     box-shadow: none;
/* 6359  */     color: #333333;
/* 6360  */     background: transparent;;
/* 6361  */ }
/* 6362  */ @media screen and (min-width: 1050px) and (max-width: 1730px) {
/* 6363  */     .careerfy-testimonial-nav { margin-left: -96px; }
/* 6364  */     .careerfy-testimonial-slider-style3 .slick-dots { margin-left: 8px; }
/* 6365  */     .testimonial-slider-style3-text { padding: 80px 100px 0px 110px; }
/* 6366  */     .testimonial-slider-style3-text p { width: 86%; }
/* 6367  */ }
/* 6368  */ /* Footer */
/* 6369  */ .careerfy-footer-three {
/* 6370  */     background-color: #30394e;
/* 6371  */     padding: 54px 0px 0px 0px;
/* 6372  */ }
/* 6373  */ .careerfy-footer-title3 {
/* 6374  */     float: left;
/* 6375  */     width: 100%;
/* 6376  */     margin-bottom: 27px;
/* 6377  */ }
/* 6378  */ .careerfy-footer-title3 h2 {
/* 6379  */     font-size: 12px;
/* 6380  */     text-transform: uppercase;
/* 6381  */     color: #515c72;
/* 6382  */     line-height: 1;
/* 6383  */     margin-bottom: 0px;
/* 6384  */ }
/* 6385  */ .careerfy-footer-three .widget_nav_menu ul li a {
/* 6386  */     font-size: 14px;
/* 6387  */     margin-bottom: 10px;
/* 6388  */     color: #ffffff;
/* 6389  */ }
/* 6390  */ .careerfy-footer-three .widget_nav_menu ul li a:before,.careerfy-footer-four .widget_nav_menu ul li a:before { display: none; }
/* 6391  */ /*  Footer Three NewsLatter */
/* 6392  */ .careerfy-simplenewslettr-2 form,.careerfy-simplenewslettr-2 form input[type="email"],
/* 6393  */ .footer-three-social {
/* 6394  */     float: left;
/* 6395  */     width: 100%;
/* 6396  */ }
/* 6397  */ .careerfy-simplenewslettr-2 form {
/* 6398  */     position: relative;
/* 6399  */     margin-bottom: 38px;
/* 6400  */ }

/* style.css */

/* 6401  */ .careerfy-simplenewslettr-2 input[type="email"] {
/* 6402  */     height: 45px;
/* 6403  */     background-color: #2d3549;
/* 6404  */     font-size: 12px;
/* 6405  */     color: #fff;
/* 6406  */     padding: 0px 25px;
/* 6407  */     border-radius: 40px;
/* 6408  */ }
/* 6409  */ .careerfy-simplenewslettr-2 input[type="submit"] {
/* 6410  */     position: absolute;
/* 6411  */     right: 0px;
/* 6412  */     top: 0px;
/* 6413  */     width: 45px;
/* 6414  */     height: 45px;
/* 6415  */     background-color: transparent !important;
/* 6416  */     border: none;
/* 6417  */     z-index: 2;
/* 6418  */ }
/* 6419  */ .careerfy-simplenewslettr-2 form i {
/* 6420  */     position: absolute;
/* 6421  */     right: 25px;
/* 6422  */     top: 12px;
/* 6423  */     font-size: 18px;
/* 6424  */     color: #6a86b8;
/* 6425  */     z-index: 0;
/* 6426  */ }
/* 6427  */ .careerfy-simplenewslettr-2 form .status-message i { background-color: #2d3549; }
/* 6428  */ .footer-three-social li {
/* 6429  */     list-style: none;
/* 6430  */     float: left;
/* 6431  */     margin-right: 13px;
/* 6432  */     width: auto;
/* 6433  */     padding: 0px;
/* 6434  */ }
/* 6435  */ .footer-three-social li a {
/* 6436  */     font-size: 20px;
/* 6437  */     color: #30394e;
/* 6438  */     background-color: #5d677e;
/* 6439  */     width: 36px;
/* 6440  */     height: 36px;
/* 6441  */     text-align: center;
/* 6442  */     border-radius: 100%;
/* 6443  */     padding-top: 7px;
/* 6444  */     -webkit-transition: all 0.4s ease-in-out;
/* 6445  */        -moz-transition: all 0.4s ease-in-out;
/* 6446  */         -ms-transition: all 0.4s ease-in-out;
/* 6447  */          -o-transition: all 0.4s ease-in-out;
/* 6448  */             transition: all 0.4s ease-in-out;
/* 6449  */ }
/* 6450  */ /* CopyRight Three */

/* style.css */

/* 6451  */ .copyright-three {
/* 6452  */     float: left;
/* 6453  */     width: 100%;
/* 6454  */     border-top: 1px solid #373e52;
/* 6455  */     padding: 25px 0px 20px 0px;
/* 6456  */ }
/* 6457  */ .copyright-logo {
/* 6458  */     float: left;
/* 6459  */     margin-bottom: 8px;
/* 6460  */ }
/* 6461  */ .copyright-three p {
/* 6462  */     float: right;
/* 6463  */     font-size: 12px;
/* 6464  */     color: #5d677e;
/* 6465  */ }
/* 6466  */ .careerfy-nav-area {
/* 6467  */     float: right;
/* 6468  */ }
/* 6469  */ .careerfy-header-four .careerfy-nav-area { display: none; }
/* 6470  */ .careerfy-header-four {
/* 6471  */     position: absolute;
/* 6472  */     left: 0px;
/* 6473  */     top: 0px;
/* 6474  */     width: 100%;
/* 6475  */     border-bottom: 1px solid rgba(223,223,223,0.20);
/* 6476  */     z-index: 9999;
/* 6477  */ }
/* 6478  */ .careerfy-header-four .careerfy-logo { margin: 24px 0px 21px 0px; }
/* 6479  */ .careerfy-header-option {
/* 6480  */     float: right;
/* 6481  */ }
/* 6482  */ .careerfy-header-option > li {
/* 6483  */     float: left;
/* 6484  */     list-style: none;
/* 6485  */     line-height: 1;
/* 6486  */     margin: 25px 0px 0px 20px;
/* 6487  */     position: relative;
/* 6488  */     padding-bottom: 20px;
/* 6489  */ }
/* 6490  */ .careerfy-header-option > li > a {
/* 6491  */     float: left;
/* 6492  */     padding: 10px 20px;
/* 6493  */     color: #ffffff;
/* 6494  */     border: 2px solid #4cb5ff;
/* 6495  */     border-radius: 40px;
/* 6496  */     -webkit-transition: all 0.4s ease-in-out;
/* 6497  */        -moz-transition: all 0.4s ease-in-out;
/* 6498  */         -ms-transition: all 0.4s ease-in-out;
/* 6499  */          -o-transition: all 0.4s ease-in-out;
/* 6500  */             transition: all 0.4s ease-in-out;

/* style.css */

/* 6501  */ }
/* 6502  */ .careerfy-header-option li a i { margin-right: 6px; }
/* 6503  */ .careerfy-header-option ul {
/* 6504  */     background-color: #ffffff;
/* 6505  */     left: 0;
/* 6506  */     margin: 1px 0px 0px 0px;
/* 6507  */     padding: 0px 20px;
/* 6508  */     opacity: 0;
/* 6509  */     position: absolute;
/* 6510  */     top: 100%;
/* 6511  */     visibility: hidden;
/* 6512  */     width: 200px;
/* 6513  */     z-index: 999;
/* 6514  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
/* 6515  */     -webkit-transform: translateX(10px);
/* 6516  */        -moz-transform: translateX(10px);
/* 6517  */         -ms-transform: translateX(10px);
/* 6518  */          -o-transform: translateX(10px);
/* 6519  */             transform: translateX(10px);
/* 6520  */     -webkit-transition: all 0.5s ease-in-out;
/* 6521  */        -moz-transition: all 0.5s ease-in-out;
/* 6522  */         -ms-transition: all 0.5s ease-in-out;
/* 6523  */          -o-transition: all 0.5s ease-in-out;
/* 6524  */             transition: all 0.5s ease-in-out;
/* 6525  */ }
/* 6526  */ .careerfy-header-option > li:hover > ul {
/* 6527  */     opacity: 1;
/* 6528  */     visibility: visible;
/* 6529  */     -webkit-transform: translateX(0px);
/* 6530  */        -moz-transform: translateX(0px);
/* 6531  */         -ms-transform: translateX(0px);
/* 6532  */          -o-transform: translateX(0px);
/* 6533  */             transform: translateX(0px);
/* 6534  */ }
/* 6535  */ .careerfy-header-option ul li {
/* 6536  */     float: left;
/* 6537  */     width: 100%;
/* 6538  */     list-style: none;
/* 6539  */ }
/* 6540  */ .careerfy-header-option ul li a {
/* 6541  */     border-bottom: 1px solid #f2f2f2;
/* 6542  */     color: #656c6c;
/* 6543  */     float: left;
/* 6544  */     font-size: 13px;
/* 6545  */     font-weight: 400;
/* 6546  */     padding: 6px 0px;
/* 6547  */     width: 100%;
/* 6548  */     -webkit-transition: all 0.5s ease-in-out;
/* 6549  */        -moz-transition: all 0.5s ease-in-out;
/* 6550  */         -ms-transition: all 0.5s ease-in-out;

/* style.css */

/* 6551  */          -o-transition: all 0.5s ease-in-out;
/* 6552  */             transition: all 0.5s ease-in-out;
/* 6553  */ }
/* 6554  */ .careerfy-header-option li:first-child:before   { display: none; }
/* 6555  */ .nav-list-mode {
/* 6556  */     float: left;
/* 6557  */     margin: 34px 0px 20px 20px;
/* 6558  */ }
/* 6559  */ /* Banner */
/* 6560  */ .careerfy-banner-four,.careerfy-bannerfour-caption ul {
/* 6561  */     float: left;
/* 6562  */     width: 100%;
/* 6563  */ }
/* 6564  */ .careerfy-bannerfour-caption {
/* 6565  */     padding: 318px 0px 232px 0px;
/* 6566  */     float: left;
/* 6567  */     width: 65%;
/* 6568  */ }
/* 6569  */ .careerfy-banner-four h1 {
/* 6570  */     font-size: 100px;
/* 6571  */     font-weight: bolder;
/* 6572  */     color: #ffffff;
/* 6573  */     line-height: 108px;
/* 6574  */     margin-bottom: 27px;
/* 6575  */ }
/* 6576  */ .careerfy-banner-four h1 span {
/* 6577  */     font-size: 88px;
/* 6578  */     display: block;
/* 6579  */     font-weight: 200;
/* 6580  */ }
/* 6581  */ .careerfy-banner-four p {
/* 6582  */     font-size: 18px;
/* 6583  */     color: #ffffff;
/* 6584  */     line-height: 34px;
/* 6585  */     font-weight: normal;
/* 6586  */     margin-bottom: 29px;
/* 6587  */ }
/* 6588  */ .careerfy-bannerfour-caption ul li {
/* 6589  */     float: left;
/* 6590  */     list-style: none;
/* 6591  */     color: #ffffff;
/* 6592  */     padding: 7px 15px 0px 15px;
/* 6593  */ }
/* 6594  */ .careerfy-bannerfour-caption ul li:first-child { padding-left: 0px; padding-top: 0px; }
/* 6595  */ .careerfy-bannerfour-caption ul li:last-child { padding-top: 4px; }
/* 6596  */ .careerfy-bannerfour-caption ul li a {
/* 6597  */     color: #ffffff;
/* 6598  */     text-decoration: underline;
/* 6599  */     font-size: 18px;
/* 6600  */ }

/* style.css */

/* 6601  */ .careerfy-bannerfour-caption ul li a.banner-four-btn {
/* 6602  */     display: inline-block;
/* 6603  */     background-color: #4cb5ff;
/* 6604  */     font-size: 14px;
/* 6605  */     padding: 4px 4px 4px 13px;
/* 6606  */     border-radius: 40px;
/* 6607  */     text-decoration: none;
/* 6608  */     line-height: 32px;
/* 6609  */ }
/* 6610  */ a.banner-four-btn i {
/* 6611  */     width: 32px;
/* 6612  */     height: 32px;
/* 6613  */     float: right;
/* 6614  */     background-color: #6fc4ff;
/* 6615  */     border-radius: 100%;
/* 6616  */     text-align: center;
/* 6617  */     font-size: 16px;
/* 6618  */     margin-left: 18px;
/* 6619  */     padding-top: 8px;
/* 6620  */ }
/* 6621  */ /* Banner Search Four */
/* 6622  */ .careerfy-search-four-wrap,.careerfy-banner-search-four,
/* 6623  */ .careerfy-banner-search-four input[type="text"],.careerfy-banner-search-four input[type="submit"] {
/* 6624  */     float: left;
/* 6625  */     width: 100%;
/* 6626  */ }
/* 6627  */ .careerfy-banner-search-four { margin-bottom: 17px; }
/* 6628  */ .careerfy-search-four-wrap {
/* 6629  */     background-color: #fafafa;
/* 6630  */     padding: 23px 20px 12px 20px;
/* 6631  */ }
/* 6632  */ .careerfy-banner-search-four h2 {
/* 6633  */     text-transform: uppercase;
/* 6634  */     margin-bottom: 12px;
/* 6635  */     font-size: 18px;
/* 6636  */     font-weight: bold;
/* 6637  */ }
/* 6638  */ .careerfy-banner-search-four ul { margin: 0px -15px; }
/* 6639  */ .careerfy-banner-search-four ul li {
/* 6640  */     float: left;
/* 6641  */     width: 28%;
/* 6642  */     list-style: none;
/* 6643  */     padding: 0px 15px;
/* 6644  */     line-height: 1;
/* 6645  */     position: relative;
/* 6646  */ }
/* 6647  */ .careerfy-banner-search-four ul li:last-child {
/* 6648  */     width: 16%;
/* 6649  */ }
/* 6650  */ .careerfy-banner-search-four input[type="text"],

/* style.css */

/* 6651  */ .careerfy-banner-search-four .mapboxgl-ctrl-geocoder input[type='text'] {
/* 6652  */     height: 42px;
/* 6653  */     border: 1px solid #dadada;
/* 6654  */     background-color: #ffffff;
/* 6655  */     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
/* 6656  */     padding: 7px 14px;
/* 6657  */     font-size: 12px;
/* 6658  */     color: #444;
/* 6659  */ }
/* 6660  */ .careerfy-banner-search-four .suggestions li {
/* 6661  */     width: 100%;
/* 6662  */     padding: 0px;
/* 6663  */ }
/* 6664  */ .careerfy-banner-search-four select {
/* 6665  */     border: 1px solid #dadada;
/* 6666  */     background-color: #ffffff;
/* 6667  */     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
/* 6668  */     height: 42px;
/* 6669  */     color: #999999;
/* 6670  */ }
/* 6671  */ .careerfy-banner-search-four .careerfy-select-style:after { top: 13px; }
/* 6672  */ .careerfy-banner-search-four li i {
/* 6673  */     position: absolute;
/* 6674  */     right: 29px;
/* 6675  */     top: 12px;
/* 6676  */     font-size: 16px;
/* 6677  */     color: #aaaaaa;
/* 6678  */     z-index: 1;
/* 6679  */ }
/* 6680  */ .careerfy-banner-search-four input[type="submit"] {
/* 6681  */     color: #ffffff;
/* 6682  */     padding: 12px 24px;
/* 6683  */     font-size: 16px;
/* 6684  */     border: 1px solid;
/* 6685  */     border-radius: 2px;
/* 6686  */     white-space: break-spaces;
/* 6687  */     -webkit-transition: all 0.4s ease-in-out;
/* 6688  */        -moz-transition: all 0.4s ease-in-out;
/* 6689  */         -ms-transition: all 0.4s ease-in-out;
/* 6690  */          -o-transition: all 0.4s ease-in-out;
/* 6691  */             transition: all 0.4s ease-in-out;
/* 6692  */ }
/* 6693  */ .careerfy-banner-search-four input[type="submit"]:hover {
/* 6694  */     background-color: #ffffff;
/* 6695  */ }
/* 6696  */ .careerfy-search-four-wrap .careerfy-search-categories li,
/* 6697  */ .careerfy-search-four-wrap .careerfy-search-categories li a {
/* 6698  */     color: #999999;
/* 6699  */ }
/* 6700  */ .careerfy-search-four-wrap .careerfy-search-categories li:before {

/* style.css */

/* 6701  */     border-color: #999;
/* 6702  */     border-width: 1px;
/* 6703  */     top: 2px;
/* 6704  */ }
/* 6705  */ /* Fancy Title */
/* 6706  */ .careerfy-fancy-title-four h2 {
/* 6707  */     font-size: 30px;
/* 6708  */     color: #333333;
/* 6709  */     margin-bottom: 2px;
/* 6710  */     font-weight: bold;
/* 6711  */ }
/* 6712  */ .careerfy-fancy-title-four span i {
/* 6713  */     display: inline-block;
/* 6714  */     vertical-align: middle;
/* 6715  */     margin-right: 5px;
/* 6716  */ }
/* 6717  */ .careerfy-fancy-title.careerfy-fancy-title-four p { margin-bottom: 9px; }
/* 6718  */ .careerfy-fancy-title-four span i.circle-two-size { font-size: 9px; }
/* 6719  */ .careerfy-fancy-title-four span i.circle-three-size { font-size: 5px; }
/* 6720  */ /* Featured Jobs List */
/* 6721  */ .careerfy-featured-jobs-list,.careerfy-featuredjobs-listwrap,
/* 6722  */ .careerfy-featured-jobs-list figure a,.careerfy-featured-jobs-list figure img {
/* 6723  */     float: left;
/* 6724  */     width: 100%;
/* 6725  */ }
/* 6726  */ .careerfy-featured-jobs-list ul {
/* 6727  */     display: flex;
/* 6728  */     width: 100%;
/* 6729  */     flex-wrap: wrap;
/* 6730  */ }
/* 6731  */ .careerfy-featured-jobs-list ul li         { list-style: none; }
/* 6732  */ .careerfy-featured-jobs-list > ul > li     { margin-bottom: 30px; }
/* 6733  */ .careerfy-featuredjobs-listwrap,
/* 6734  */ .jobsearch-typo-wrap .careerfy-featuredjobs-listwrap {
/* 6735  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
/* 6736  */     border-radius: 10px;
/* 6737  */     padding: 30px;
/* 6738  */ }
/* 6739  */ .careerfy-featured-jobs-list figure {
/* 6740  */     float: left;
/* 6741  */     width: 124px;
/* 6742  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
/* 6743  */ }
/* 6744  */ .careerfy-featured-jobs-list figure ~ .careerfy-featured-jobs-list-text { margin-left: 146px; }
/* 6745  */ .careerfy-featured-jobs-list-text h2 {
/* 6746  */     font-size: 22px;
/* 6747  */     margin-bottom: 20px;
/* 6748  */     line-height: 24px;
/* 6749  */ }
/* 6750  */ .careerfy-featured-jobs-list-text small {

/* style.css */

/* 6751  */     display: block;
/* 6752  */     line-height: 1;
/* 6753  */     font-size: 14px;
/* 6754  */     margin-bottom: 3px;
/* 6755  */ }
/* 6756  */ .careerfy-loadmore-btn {
/* 6757  */     float: left;
/* 6758  */     width: 100%;
/* 6759  */     text-align: center;
/* 6760  */     margin: 27px 0px 10px 0px;
/* 6761  */ }
/* 6762  */ .careerfy-loadmore-btn a {
/* 6763  */     display: inline-block;
/* 6764  */     font-size: 20px;
/* 6765  */     color: #cccccc;
/* 6766  */ }
/* 6767  */ /* Categories StyleThree */
/* 6768  */ .careerfy-categories-stylethree ul li { padding: 0px; }
/* 6769  */ .careerfy-categories-stylethree-wrap {
/* 6770  */     float: left;
/* 6771  */     width: 100%;
/* 6772  */     height: 240px;
/* 6773  */     position: relative;
/* 6774  */     text-align: center;
/* 6775  */ }
/* 6776  */ .careerfy-categories-stylethree span {
/* 6777  */     position: absolute;
/* 6778  */     left: 0px;
/* 6779  */     top: 0px;
/* 6780  */     width: 100%;
/* 6781  */     height: 100%;
/* 6782  */     opacity: 0.80;
/* 6783  */     background-color: #293180;
/* 6784  */ }
/* 6785  */ .careerfy-categories-stylethree-wrap:before {
/* 6786  */     content: "";
/* 6787  */     display: inline-block;
/* 6788  */     height: 100%;
/* 6789  */     vertical-align: middle;
/* 6790  */ }
/* 6791  */ .careerfy-categories-stylethree-icon {
/* 6792  */     position: absolute;
/* 6793  */     left: 5px;
/* 6794  */     bottom: 5px;
/* 6795  */     font-size: 100px;
/* 6796  */     color: #ffffff;
/* 6797  */     opacity: 0.15;
/* 6798  */ }
/* 6799  */ .careerfy-categories-stylethree-text {
/* 6800  */     display: inline-block;

/* style.css */

/* 6801  */     hyphens: auto;
/* 6802  */     margin-left: auto;
/* 6803  */     margin-right: auto;
/* 6804  */     max-width: 100%;
/* 6805  */     width: 90%;
/* 6806  */     padding: 0px;
/* 6807  */     vertical-align: middle;
/* 6808  */     white-space: normal;
/* 6809  */     position: relative;
/* 6810  */ }
/* 6811  */ .careerfy-categories-stylethree-text p {
/* 6812  */     font-size: 30px;
/* 6813  */     margin-bottom: 10px;
/* 6814  */     font-weight: bold;
/* 6815  */     color: #ffffff;
/* 6816  */ }
/* 6817  */ .careerfy-categories-stylethree-text small { font-size: 18px; }
/* 6818  */ .careerfy-categories-stylethree-text p strong,.careerfy-categories-stylethree-text small { color: #ffffff; }
/* 6819  */ /* Counter StyleTwo */
/* 6820  */ .careerfy-counter-styletwo.careerfy-counter ul li { border: none; }
/* 6821  */ .careerfy-counter-styletwo i {
/* 6822  */     color: #ffffff;
/* 6823  */     font-size: 65px;
/* 6824  */     display: inline-block;
/* 6825  */     margin-bottom: 30px;
/* 6826  */ }
/* 6827  */ .careerfy-counter-styletwo span {
/* 6828  */     font-size: 40px;
/* 6829  */     font-weight: bold;
/* 6830  */     color: #ffffff;
/* 6831  */     margin-bottom: 11px;
/* 6832  */ }
/* 6833  */ .careerfy-counter-styletwo small {
/* 6834  */     color: #ffffff;
/* 6835  */     font-size: 18px;
/* 6836  */ }
/* 6837  */ /* Services StyleFour */
/* 6838  */ .careerfy-services-stylefour ul li { padding: 0px; }
/* 6839  */ .careerfy-services-stylefour-wrap {
/* 6840  */     float: left;
/* 6841  */     width: 100%;
/* 6842  */     background-color: #4cb5ff;
/* 6843  */     text-align: center;
/* 6844  */     padding: 45px 45px 35px 45px;
/* 6845  */     border-radius: 4px;
/* 6846  */     position: relative;
/* 6847  */ }
/* 6848  */ .careerfy-services-stylefour-btn {
/* 6849  */     position: absolute;
/* 6850  */     left: 50%;

/* style.css */

/* 6851  */     bottom: -20px;
/* 6852  */     width: 42px;
/* 6853  */     height: 42px;
/* 6854  */     background-color: #ffffff;
/* 6855  */     border-radius: 100%;
/* 6856  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
/* 6857  */     text-align: center;
/* 6858  */     font-size: 22px;
/* 6859  */     color: #4cb5ff;
/* 6860  */     padding-top: 7px;
/* 6861  */     margin-left: -20px;
/* 6862  */ }
/* 6863  */ .careerfy-services-stylefour i {
/* 6864  */     font-size: 65px;
/* 6865  */     color: #ffffff;
/* 6866  */     margin-bottom: 16px;
/* 6867  */     display: inline-block;
/* 6868  */ }
/* 6869  */ .careerfy-services-stylefour h2 {
/* 6870  */     font-size: 18px;
/* 6871  */     color: #ffffff;
/* 6872  */     margin-bottom: 4px;
/* 6873  */     text-transform: uppercase;
/* 6874  */     font-weight: bold;
/* 6875  */ }
/* 6876  */ .careerfy-services-stylefour p {
/* 6877  */     color: #ffffff;
/* 6878  */     margin-bottom: 0px;
/* 6879  */ }
/* 6880  */ .careerfy-services-stylefour-wrap.active {
/* 6881  */     position: relative;
/* 6882  */     z-index: 1;
/* 6883  */     padding-bottom: 40px;
/* 6884  */     -webkit-transform: scale(1.14);
/* 6885  */     -moz-transform: scale(1.14);
/* 6886  */     -ms-transform: scale(1.14);
/* 6887  */     -o-transform: scale(1.14);
/* 6888  */     transform: scale(1.14);
/* 6889  */ }
/* 6890  */ /* Parallax Text Box */
/* 6891  */ .careerfy-parallax-text-box {
/* 6892  */     float: left;
/* 6893  */     width: 65%;
/* 6894  */ }
/* 6895  */ .careerfy-parallax-text-box h2 {
/* 6896  */     font-size: 40px;
/* 6897  */     margin-bottom: 25px;
/* 6898  */     line-height: 48px;
/* 6899  */ }
/* 6900  */ .careerfy-parallax-text-box p {

/* style.css */

/* 6901  */     font-size: 20px;
/* 6902  */     margin-bottom: 42px;
/* 6903  */     line-height: 36px;
/* 6904  */ }
/* 6905  */ .careerfy-parallax-text-btn {
/* 6906  */     display: inline-block;
/* 6907  */     border: 2px solid;
/* 6908  */     padding: 24px 42px 21px 42px;
/* 6909  */     border-radius: 40px;
/* 6910  */     text-transform: uppercase;
/* 6911  */     font-weight: bold;
/* 6912  */     line-height: 1;
/* 6913  */     margin: 0px 26px 20px 0px;
/* 6914  */     -webkit-transition: all 0.4s ease-in-out;
/* 6915  */        -moz-transition: all 0.4s ease-in-out;
/* 6916  */         -ms-transition: all 0.4s ease-in-out;
/* 6917  */          -o-transition: all 0.4s ease-in-out;
/* 6918  */             transition: all 0.4s ease-in-out;
/* 6919  */ }
/* 6920  */ .careerfy-parallax-text-btn:hover { color: #ffffff; }
/* 6921  */ /* Partner Style */
/* 6922  */ .careerfy-partner-style3,.careerfy-partner-title,
/* 6923  */ .careerfy-partner-style3-wrap {
/* 6924  */     float: left;
/* 6925  */     width: 100%;
/* 6926  */ }
/* 6927  */ .careerfy-partner-title {
/* 6928  */     text-transform: uppercase;
/* 6929  */     color: #d0d5db;
/* 6930  */     font-weight: bold;
/* 6931  */     text-align: center;
/* 6932  */     margin-bottom: 18px;
/* 6933  */ }
/* 6934  */ .careerfy-partner-style3-wrap { margin: 80px 0px 30px 0px; }
/* 6935  */ /* Parallax */
/* 6936  */ .careerfy-parallax-style4 { padding-top: 36px; }
/* 6937  */ .careerfy-parallax-style4 span {
/* 6938  */     float: left;
/* 6939  */     width: 100%;
/* 6940  */     color: #ffffff;
/* 6941  */     font-size: 30px;
/* 6942  */     margin-bottom: 17px;
/* 6943  */ }
/* 6944  */ .careerfy-parallax-style4 h2 {
/* 6945  */     font-size: 36px;
/* 6946  */     color: #ffffff;
/* 6947  */     text-transform: uppercase;
/* 6948  */     font-weight: bold;
/* 6949  */     line-height: 40px;
/* 6950  */ }

/* style.css */

/* 6951  */ .careerfy-parallax-style4 p {
/* 6952  */     color: #ffffff;
/* 6953  */     margin-bottom: 20px;
/* 6954  */ }
/* 6955  */ .careerfy-parallax-style4-btn {
/* 6956  */     display: inline-block;
/* 6957  */     padding: 13px 20px 10px 20px;
/* 6958  */     background-color: #4cb5ff;
/* 6959  */     color: #ffffff;
/* 6960  */     text-transform: uppercase;
/* 6961  */     font-weight: bold;
/* 6962  */     border-radius: 4px;
/* 6963  */ }
/* 6964  */ /* Footer Four */
/* 6965  */ .careerfy-footer-four { padding: 60px 0px 15px 0px; }
/* 6966  */ .careerfy-footer-title4 {
/* 6967  */     float: left;
/* 6968  */     width: 100%;
/* 6969  */     margin-bottom: 17px;
/* 6970  */ }
/* 6971  */ .careerfy-footer-title4 h2 {
/* 6972  */     font-size: 18px;
/* 6973  */     color: #273238;
/* 6974  */     font-weight: bold;
/* 6975  */     margin-bottom: 0px;
/* 6976  */ }
/* 6977  */ /* Footer Widget */
/* 6978  */ .footer-logo {
/* 6979  */     float: left;
/* 6980  */     width: 100%;
/* 6981  */     margin-bottom: 23px;
/* 6982  */ }
/* 6983  */ .widget_footer_text p {
/* 6984  */     color: #7a95a0;
/* 6985  */     margin-bottom: 10px;
/* 6986  */ }
/* 6987  */ .copyright-text {
/* 6988  */     font-size: 12px;
/* 6989  */     color: #7a95a0;
/* 6990  */     width: 70%;
/* 6991  */     margin-top: 26px;
/* 6992  */ }
/* 6993  */ .copyright-text i { color: #7a73ef; }
/* 6994  */ .careerfy-footer-four .widget_section_nav ul li a {
/* 6995  */     color: #7a95a0;
/* 6996  */     font-size: 14px;
/* 6997  */     margin-bottom: 22px;
/* 6998  */     -webkit-transition: all 0.4s ease-in-out;
/* 6999  */        -moz-transition: all 0.4s ease-in-out;
/* 7000  */         -ms-transition: all 0.4s ease-in-out;

/* style.css */

/* 7001  */          -o-transition: all 0.4s ease-in-out;
/* 7002  */             transition: all 0.4s ease-in-out;
/* 7003  */ }
/* 7004  */ .widget_footer_contact p { margin-bottom: 15px; }
/* 7005  */ .widget_footer_contact span {
/* 7006  */     float: left;
/* 7007  */     font-size: 15px;
/* 7008  */     color: #273238;
/* 7009  */     position: relative;
/* 7010  */     padding-bottom: 23px;
/* 7011  */     margin-bottom: 28px;
/* 7012  */ }
/* 7013  */ .widget_footer_contact span:before {
/* 7014  */     content: '';
/* 7015  */     position: absolute;
/* 7016  */     bottom: 0px;
/* 7017  */     left: 0px;
/* 7018  */     width: 92px;
/* 7019  */     height: 1px;
/* 7020  */     background-color: #e6e7eb;
/* 7021  */ }
/* 7022  */ .widget_footer_contact_email {
/* 7023  */     float: right;
/* 7024  */     margin-bottom: 15px;
/* 7025  */ }
/* 7026  */ .footer-four-social {
/* 7027  */     float: left;
/* 7028  */     width: 100%;
/* 7029  */ }
/* 7030  */ .footer-four-social li {
/* 7031  */     float: left;
/* 7032  */     list-style: none;
/* 7033  */     margin: 0px 14px 7px 0px;
/* 7034  */ }
/* 7035  */ .footer-four-social li a {
/* 7036  */     font-size: 14px;
/* 7037  */     width: 32px;
/* 7038  */     height: 32px;
/* 7039  */     background-color: #375d93;
/* 7040  */     color: #ffffff;
/* 7041  */     padding-top: 9px;
/* 7042  */     float: left;
/* 7043  */     border-radius: 100%;
/* 7044  */     text-align: center;
/* 7045  */ }
/* 7046  */ .footer-four-social li a:hover { color: #fff; }
/* 7047  */ .footer-four-social li a.fa-facebook { background-color: #375d93; }
/* 7048  */ .footer-four-social li a.fa-twitter { background-color: #43afe9; }
/* 7049  */ .footer-four-social li a.fa-linkedin { background-color: #007eb3; }
/* 7050  */ .footer-four-social li a.careerfy-dribbble-logo { background-color: #f95c94; }

/* style.css */

/* 7051  */ .footer-four-social li a.fa-google-plus { background-color: #e24046; }
/* 7052  */ .careerfy-theme-unit .careerfy-copyright p { margin-top: 0px; }
/* 7053  */ /* ComingSoon */
/* 7054  */ .careerfy-coming-soon {
/* 7055  */     position: absolute;
/* 7056  */     left: 0px;
/* 7057  */     top: 0px;
/* 7058  */     width: 100%;
/* 7059  */     height: 100%;
/* 7060  */     background-size: cover;
/* 7061  */ }
/* 7062  */ .careerfy-coming-soon .container,
/* 7063  */ .careerfy-coming-soon .row,
/* 7064  */ .careerfy-coming-soon .col-md-12 { height: 100%; }
/* 7065  */ .careerfy-comingsoon-text {
/* 7066  */     display: inline-block;
/* 7067  */     hyphens: auto;
/* 7068  */     margin-left: auto;
/* 7069  */     margin-right: auto;
/* 7070  */     max-width: 100%;
/* 7071  */     padding: 0px;
/* 7072  */     vertical-align: middle;
/* 7073  */     white-space: normal;
/* 7074  */ }
/* 7075  */ .careerfy-comingsoon-wrap {
/* 7076  */     float: left;
/* 7077  */     width: 100%;
/* 7078  */     padding-top: 50px;
/* 7079  */ }
/* 7080  */ .careerfy-maintenance-mode {
/* 7081  */     background-size: cover;
/* 7082  */     background-repeat: no-repeat;
/* 7083  */ }
/* 7084  */ .careerfy-transparent {
/* 7085  */     position: absolute;
/* 7086  */     left: 0px;
/* 7087  */     top: 0px;
/* 7088  */     width: 100%;
/* 7089  */     height: 100%;
/* 7090  */     background-color: #000;
/* 7091  */     opacity: 0.60;
/* 7092  */ }
/* 7093  */ .careerfy-comingsoon-text h2 {
/* 7094  */     font-size: 72px;
/* 7095  */     color: #ffffff;
/* 7096  */     line-height: 1.4;
/* 7097  */     text-transform: capitalize;
/* 7098  */     margin-bottom: 5px;
/* 7099  */     font-family: 'Playfair Display', serif;
/* 7100  */ }

/* style.css */

/* 7101  */ .careerfy-comingsoon-text h2 span { display: block; }
/* 7102  */ .careerfy-comingsoon-text p {
/* 7103  */     font-size: 20px;
/* 7104  */     color: #ffffff;
/* 7105  */     margin-bottom: 40px;
/* 7106  */     display: inline-block;
/* 7107  */     width: 77%;
/* 7108  */     line-height: 30px;
/* 7109  */ }
/* 7110  */ .careerfy-comingsoon-text .alert {
/* 7111  */     float: left;
/* 7112  */     width: 100%;
/* 7113  */     margin-top: 10px;
/* 7114  */ }
/* 7115  */ .careerfy-comingsoon-text button.close {
/* 7116  */     margin-top: 8px; }
/* 7117  */ .careerfy-comingsoon-text .alert p {
/* 7118  */     margin-bottom: 0px;
/* 7119  */     color: #777;
/* 7120  */ }
/* 7121  */ .careerfy-comingsoon-countdown {
/* 7122  */     float: left;
/* 7123  */     margin-bottom: 50px;
/* 7124  */ }
/* 7125  */ .countdown-section {
/* 7126  */     float: left;
/* 7127  */     padding: 0px 95px 0px 0px;
/* 7128  */     line-height: 1;
/* 7129  */     position: relative;
/* 7130  */ }
/* 7131  */ .countdown-section:before {
/* 7132  */     content: '';
/* 7133  */     position: absolute;
/* 7134  */     right: 45px;
/* 7135  */     top: 30px;
/* 7136  */     height: 23px;
/* 7137  */     width: 1px;
/* 7138  */     background-color: #ffffff;
/* 7139  */ }
/* 7140  */ .countdown-section:last-child:before { display: none; }
/* 7141  */ .countdown-amount {
/* 7142  */     font-size: 80px;
/* 7143  */     color: #ffffff;
/* 7144  */ }
/* 7145  */ .countdown-period {
/* 7146  */     display: block;
/* 7147  */     font-size: 20px;
/* 7148  */     color: #ffffff;
/* 7149  */     font-weight: 300;
/* 7150  */ }

/* style.css */

/* 7151  */ .careerfy-comingsoon-text .careerfy-newsletter {
/* 7152  */     float: left;
/* 7153  */     width: 820px;
/* 7154  */     margin-bottom: 40px;
/* 7155  */     position: relative;
/* 7156  */ }
/* 7157  */ .careerfy-comingsoon-text .input-holder,
/* 7158  */ .careerfy-comingsoon-text .careerfy-newsletter form {
/* 7159  */     float: left;
/* 7160  */     width: 100%;
/* 7161  */     position: relative;
/* 7162  */ }
/* 7163  */ .careerfy-comingsoon-text .careerfy-newsletter input[type="text"] {
/* 7164  */     float: left;
/* 7165  */     width: 100%;
/* 7166  */     background-color: #ffffff;
/* 7167  */     height: 55px;
/* 7168  */     color: #111;
/* 7169  */     font-size: 14px;
/* 7170  */     padding: 7px 20px;
/* 7171  */ }
/* 7172  */ .careerfy-comingsoon-text .careerfy-newsletter label {
/* 7173  */     position: absolute;
/* 7174  */     right: 0px;
/* 7175  */     top: 0px;
/* 7176  */     margin-bottom: 0px;
/* 7177  */ }
/* 7178  */ .careerfy-comingsoon-text .careerfy-newsletter input[type="submit"] {
/* 7179  */     background-color: #ffc400;
/* 7180  */     color: #000033;
/* 7181  */     border: none;
/* 7182  */     font-size: 18px;
/* 7183  */     padding: 17px 16px 17px 42px !important;
/* 7184  */ }
/* 7185  */ .careerfy-comingsoon-text .careerfy-newsletter label i {
/* 7186  */     position: absolute;
/* 7187  */     left: 14px;
/* 7188  */     top: 19px;
/* 7189  */     color: #333333;
/* 7190  */     font-size: 18px;
/* 7191  */ }
/* 7192  */ .careerfy-comingsoon-text .careerfy-newsletter .alert-danger {
/* 7193  */     width: 100%;
/* 7194  */     padding: 12px 15px;
/* 7195  */ }
/* 7196  */ .careerfy-comingsoon-text .careerfy-newsletter .alert-danger .close { margin-top: 6px; }
/* 7197  */ .careerfy-comingsoon-text .careerfy-newsletter .alert-danger p {
/* 7198  */     margin-bottom: 0px;
/* 7199  */     color: #a94442;
/* 7200  */     font-size: 16px;

/* style.css */

/* 7201  */ }
/* 7202  */ .careerfy-comingsoon-text .careerfy-newsletter .status-message {
/* 7203  */     position: absolute;
/* 7204  */     right: 0px;
/* 7205  */     top: 0px;
/* 7206  */     background-color: #ffc400;
/* 7207  */     color: #000033;
/* 7208  */     font-size: 18px;
/* 7209  */     padding: 18px 75px 17px 75px;
/* 7210  */ }
/* 7211  */ .careerfy-comingsoon-text .careerfy-social-network { float: left; }
/* 7212  */ .careerfy-comingsoon-text .careerfy-social-network li { margin-left: 0px; margin-right: 20px; }
/* 7213  */ .careerfy-comingsoon-text .careerfy-social-network li a {
/* 7214  */     background-color: #ffffff;
/* 7215  */     width: 40px;
/* 7216  */     height: 40px;
/* 7217  */     font-size: 22px;
/* 7218  */     padding-top: 10px;
/* 7219  */ }
/* 7220  */ .careerfy-comingsoon-text .careerfy-social-network li:hover a { color: #000033; }
/* 7221  */ .careerfy-comingsoon-text .careerfy-social-network li a.fa-facebook { color: #375d93; }
/* 7222  */ .careerfy-comingsoon-text .careerfy-social-network li a.fa-twitter { color: #43afe9; }
/* 7223  */ .careerfy-comingsoon-text .careerfy-social-network li a.fa-google-plus { color: #e24046; }
/* 7224  */ .careerfy-comingsoon-text .careerfy-social-network li a.fa-linkedin { color: #007eb3; }
/* 7225  */ /* Gravety Form */
/* 7226  */ .gform_page_footer .button,
/* 7227  */ .gform_footer .gform_button.button {
/* 7228  */     display: inline-block;
/* 7229  */     padding: 9px 16px;
/* 7230  */     color: #ffffff;
/* 7231  */     text-transform: capitalize;
/* 7232  */     font-weight: 500;
/* 7233  */     border-radius: 2px;
/* 7234  */     margin: 0px 15px 0px 0px;
/* 7235  */     border: none;
/* 7236  */ }
/* 7237  */ .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select { height: 42px; }
/* 7238  */ .gform_wrapper .ui-datepicker .ui-datepicker-title select { padding: 4px; height: 26px; }
/* 7239  */ .gform_wrapper .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next,
/* 7240  */ .gform_wrapper .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover { background-color: #666; }
/* 7241  */ .gform_wrapper .ui-state-default, .ui-widget-content .ui-state-default { border: none !important; }
/* 7242  */ .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
/* 7243  */     width: 100%;
/* 7244  */     height: 42px;
/* 7245  */     padding: 4px 20px !important;
/* 7246  */ }
/* 7247  */  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
/* 7248  */     width: 100%;
/* 7249  */  }
/* 7250  */ .gform_wrapper input[type="text"],

/* style.css */

/* 7251  */ .gform_wrapper select,
/* 7252  */ .gform_wrapper textarea {
/* 7253  */     background-color: #ffffff;
/* 7254  */     border: 1px solid #ddd;
/* 7255  */  }
/* 7256  */ .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute { max-width: 50rem; }
/* 7257  */ .gform_wrapper .gfield_time_ampm, .gform_wrapper .gfield_time_hour { max-width: calc(50rem + .5rem); }
/* 7258  */ .gform_wrapper .gfield_time_hour i { margin-top: 0px; }
/* 7259  */ body .gform_wrapper .top_label div.ginput_container { position: relative; }
/* 7260  */ body .gform_wrapper img.ui-datepicker-trigger {
/* 7261  */     position: absolute;
/* 7262  */     right: 20px;
/* 7263  */     top: 14px;
/* 7264  */  }
/* 7265  */
/* 7266  */  /* HomePage Six */
/* 7267  */  .careerfy-header-six { border-top: 3px solid; }
/* 7268  */ .careerfy-header-six .careerfy-navigation {
/* 7269  */     float: left;
/* 7270  */ }
/* 7271  */ .careerfy-header-six .careerfy-logo {
/* 7272  */     margin: 25px 0px 25px 0px;
/* 7273  */ }
/* 7274  */ .careerfy-header-six .navbar-nav > li.active > a:before { display: none; }
/* 7275  */ .careerfy-header-six .navbar-nav > li > a {
/* 7276  */     color: #7f7f7f;
/* 7277  */     font-size: 14px;
/* 7278  */     position: relative;
/* 7279  */ }
/* 7280  */ .careerfy-header-six .careerfy-right {
/* 7281  */     width: 82%; }
/* 7282  */ .careerfy-header-six .careerfy-nav-wrap {
/* 7283  */     width: 100%; }
/* 7284  */ .careerfy-headfive-option {
/* 7285  */     float: right;
/* 7286  */     margin: 20px 0px 0px 0px;
/* 7287  */     position: relative;
/* 7288  */ }
/* 7289  */ .careerfy-headfive-option:before {
/* 7290  */     content: '';
/* 7291  */     position: absolute;
/* 7292  */     left: 0px;
/* 7293  */     top: 4px;
/* 7294  */     width: 1px;
/* 7295  */     height: 29px;
/* 7296  */     background-color: #363c3f;
/* 7297  */ }
/* 7298  */ .careerfy-headfive-option li {
/* 7299  */     float: left;
/* 7300  */     list-style: none;

/* style.css */

/* 7301  */     margin-bottom: 10px;
/* 7302  */ }
/* 7303  */ .careerfy-headfive-option li > a {
/* 7304  */     float: left;
/* 7305  */     color: #fff;
/* 7306  */     font-size: 16px;
/* 7307  */     padding: 10px 17px 11px 17px;
/* 7308  */     border-radius: 40px;
/* 7309  */     font-weight: bold;
/* 7310  */     line-height: 1;
/* 7311  */ }
/* 7312  */ .careerfy-headfive-option li.active a {
/* 7313  */     color: #454a4c;
/* 7314  */ }
/* 7315  */ .careerfy-headfive-option li a i { margin-right: 4px; }
/* 7316  */ .careerfy-header-five .submenu-addicon > a:after {
/* 7317  */     content: "\f107";
/* 7318  */     font-family: FontAwesome;
/* 7319  */     display: inline-block;
/* 7320  */     margin-left: 7px;
/* 7321  */     font-size: 12px;
/* 7322  */     vertical-align: top;
/* 7323  */ }
/* 7324  */ .careerfy-header-six .careerfy-headfive-option li > a {
/* 7325  */     border-radius: 4px;
/* 7326  */     font-size: 14px;
/* 7327  */     font-weight: normal;
/* 7328  */ }
/* 7329  */ .careerfy-header-seven .careerfy-right {
/* 7330  */     width: 80%; }
/* 7331  */ .careerfy-header-six .careerfy-headfive-option > li.active > a { color: #ffffff; }
/* 7332  */ .careerfy-header-six .careerfy-headfive-option:before { display: none; }
/* 7333  */ .careerfy-header-six .careerfy-headfive-option { margin-top: 27px; }
/* 7334  */
/* 7335  */ .navbar-nav > li > a[data-title]:after {
/* 7336  */     content: attr(data-title);
/* 7337  */     position: absolute;
/* 7338  */     top: 16px;
/* 7339  */     right: -16px;
/* 7340  */     padding: 4px 7px;
/* 7341  */     color: #ffffff;
/* 7342  */     white-space: nowrap;
/* 7343  */     -moz-border-radius: 40px;
/* 7344  */     -webkit-border-radius: 40px;
/* 7345  */     border-radius: 40px;
/* 7346  */     opacity: 1;
/* 7347  */     z-index: 9;
/* 7348  */     visibility: visible;
/* 7349  */     background-color: #8c90da;
/* 7350  */     font-size: 12px;

/* style.css */

/* 7351  */     line-height: 1;
/* 7352  */ }
/* 7353  */  .careerfy-header-six .navbar-nav > li > a[data-title]:before {
/* 7354  */     content: attr(data-title);
/* 7355  */     position: absolute;
/* 7356  */     top: 16px;
/* 7357  */     right: -16px;
/* 7358  */     padding: 4px 7px;
/* 7359  */     color: #ffffff;
/* 7360  */     white-space: nowrap;
/* 7361  */     -moz-border-radius: 40px;
/* 7362  */     -webkit-border-radius: 40px;
/* 7363  */     border-radius: 40px;
/* 7364  */     opacity: 1;
/* 7365  */     z-index: 9;
/* 7366  */     visibility: visible;
/* 7367  */     background-color: #8c90da;
/* 7368  */     font-size: 12px;
/* 7369  */     line-height: 1;
/* 7370  */     width: auto;
/* 7371  */     height: 18px;
/* 7372  */     left: auto;
/* 7373  */ }
/* 7374  */ .menu-itm-description {
/* 7375  */     float: left;
/* 7376  */     width: 100%;
/* 7377  */     margin: 3px 0px 0px 0px;
/* 7378  */ }
/* 7379  */ .careerfy-banner-six {
/* 7380  */     float: left;
/* 7381  */     width: 100%;
/* 7382  */ }
/* 7383  */ .careerfy-banner-six-caption {
/* 7384  */     position: absolute;
/* 7385  */     left: 0px;
/* 7386  */     top: 50%;
/* 7387  */     width: 100%;
/* 7388  */     margin-top: -200px;
/* 7389  */ }
/* 7390  */ .careerfy-banner-six-caption-wrap {
/* 7391  */     float: left;
/* 7392  */     width: 60%;
/* 7393  */ }
/* 7394  */ .careerfy-banner-six-caption h1 {
/* 7395  */     display: inline-block;
/* 7396  */     width: 90%;
/* 7397  */     color: #ffffff;
/* 7398  */     margin-bottom: 13px;
/* 7399  */     font-size: 60px;
/* 7400  */     line-height: 1.2;

/* style.css */

/* 7401  */ }
/* 7402  */ .careerfy-banner-six-caption p {
/* 7403  */     color: #ffffff;
/* 7404  */     font-size: 18px;
/* 7405  */     margin-bottom: 37px;
/* 7406  */ }
/* 7407  */ .careerfy-banner-six-caption a {
/* 7408  */     float: left;
/* 7409  */     color: #ffffff;
/* 7410  */     font-size: 18px;
/* 7411  */     padding: 16px 14px;
/* 7412  */     border-radius: 4px;
/* 7413  */     line-height: 1;
/* 7414  */ }
/* 7415  */ .careerfy-banner-six-layer { position: relative; }
/* 7416  */ .careerfy-banner-six .slick-arrow {
/* 7417  */     position: absolute;
/* 7418  */     left: 80px;
/* 7419  */     top: 50%;
/* 7420  */     font-size: 30px;
/* 7421  */     color: #ffffff;
/* 7422  */     z-index: 99;
/* 7423  */     width: 60px;
/* 7424  */     height: 60px;
/* 7425  */     border: 1px solid #ffffff;
/* 7426  */     border-radius: 100%;
/* 7427  */     text-align: center;
/* 7428  */     margin-top: -20px;
/* 7429  */     cursor: pointer;
/* 7430  */     -webkit-transition: all 0.4s ease-in-out;
/* 7431  */        -moz-transition: all 0.4s ease-in-out;
/* 7432  */         -ms-transition: all 0.4s ease-in-out;
/* 7433  */          -o-transition: all 0.4s ease-in-out;
/* 7434  */             transition: all 0.4s ease-in-out;
/* 7435  */ }
/* 7436  */ .careerfy-banner-six .slick-arrow.slick-arrow-right {
/* 7437  */     left: auto;
/* 7438  */     right: 80px;
/* 7439  */     padding-top: 14px;
/* 7440  */ }
/* 7441  */ .careerfy-banner-six .slick-arrow.slick-arrow-left i {
/* 7442  */     float: left;
/* 7443  */     padding: 0px 10px 15px 0px;
/* 7444  */     -webkit-transform: scale(-1);
/* 7445  */        -moz-transform: scale(-1);
/* 7446  */         -ms-transform: scale(-1);
/* 7447  */          -o-transform: scale(-1);
/* 7448  */             transform: scale(-1);
/* 7449  */ }
/* 7450  */ /* Banner Search Six */

/* style.css */

/* 7451  */ .careerfy-banner-search-six {
/* 7452  */     float: left;
/* 7453  */     width: 100%;
/* 7454  */     background-color: #ffffff;
/* 7455  */     padding: 20px;
/* 7456  */     margin-top: -60px;
/* 7457  */     position: relative;
/* 7458  */     border-radius: 4px;
/* 7459  */     box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.15);
/* 7460  */ }
/* 7461  */ .careerfy-banner-search-six ul { margin: 0px -10px; }
/* 7462  */ .careerfy-banner-search-six ul li {
/* 7463  */     float: left;
/* 7464  */     width: 27%;
/* 7465  */     list-style: none;
/* 7466  */     padding: 0px 10px;
/* 7467  */     position: relative;
/* 7468  */ }
/* 7469  */ .careerfy-banner-search-six ul li:last-child { width: 19%; }
/* 7470  */ .careerfy-banner-search-six input[type="text"] {
/* 7471  */     float: left;
/* 7472  */     width: 100%;
/* 7473  */     background-color: #f6f6f6;
/* 7474  */     height: 50px;
/* 7475  */     border-radius: 6px;
/* 7476  */     padding: 7px 15px;
/* 7477  */     color: #111;
/* 7478  */ }
/* 7479  */ .careerfy-banner-search-six .careerfy-select-style select,
/* 7480  */ .careerfy-banner-search-six .selectize-control.single .selectize-input {
/* 7481  */     height: 50px;
/* 7482  */     background-color: #f6f6f6;
/* 7483  */     color: #999;
/* 7484  */     border-radius: 6px;
/* 7485  */ }
/* 7486  */ .careerfy-banner-search-six .careerfy-select-style:after {
/* 7487  */     content: "\e975";
/* 7488  */     top: 11px;
/* 7489  */ }
/* 7490  */ .careerfy-banner-search-six input[type="submit"] {
/* 7491  */     float: left;
/* 7492  */     width: 100%;
/* 7493  */     border: 1px solid;
/* 7494  */     color: #ffffff;
/* 7495  */     font-size: 18px;
/* 7496  */     text-transform: uppercase;
/* 7497  */     padding: 10px 17px;
/* 7498  */     border-radius: 6px;
/* 7499  */     text-align: right;
/* 7500  */     -webkit-transition: all 0.4s ease-in-out;

/* style.css */

/* 7501  */        -moz-transition: all 0.4s ease-in-out;
/* 7502  */         -ms-transition: all 0.4s ease-in-out;
/* 7503  */          -o-transition: all 0.4s ease-in-out;
/* 7504  */             transition: all 0.4s ease-in-out;
/* 7505  */ }
/* 7506  */ .careerfy-banner-search-six li:hover input[type="submit"] {
/* 7507  */     background-color: #ffffff;
/* 7508  */ }
/* 7509  */ .careerfy-banner-search-six ul li:last-child i {
/* 7510  */     position: absolute;
/* 7511  */     left: 33px;
/* 7512  */     top: 13px;
/* 7513  */     font-size: 22px;
/* 7514  */     color: #ffffff;
/* 7515  */     -webkit-transition: all 0.4s ease-in-out;
/* 7516  */        -moz-transition: all 0.4s ease-in-out;
/* 7517  */         -ms-transition: all 0.4s ease-in-out;
/* 7518  */          -o-transition: all 0.4s ease-in-out;
/* 7519  */             transition: all 0.4s ease-in-out;
/* 7520  */ }
/* 7521  */ .careerfy-banner-search li:first-child input[type="text"] {
/* 7522  */     border-left: 1px solid #f2f2f2;
/* 7523  */ }
/* 7524  */ .careerfy-fancy-title-six.careerfy-fancy-title h2 {
/* 7525  */     color: #3b3b3b;
/* 7526  */     font-size: 35px;
/* 7527  */     margin-bottom: 6px;
/* 7528  */     font-weight: bold;
/* 7529  */     position: relative;
/* 7530  */     line-height: 1;
/* 7531  */ }
/* 7532  */ .careerfy-fancy-title.careerfy-fancy-title-six { margin-bottom: 57px; }
/* 7533  */ .careerfy-fancy-title-six p { position: relative; }
/* 7534  */ .careerfy-fancy-title-six span {
/* 7535  */     font-size: 139px;
/* 7536  */     color: #3b3b3b;
/* 7537  */     text-transform: uppercase;
/* 7538  */     font-family: 'Roboto', sans-serif;
/* 7539  */     font-weight: bold;
/* 7540  */     position: absolute;
/* 7541  */     left: 0px;
/* 7542  */     width: 100%;
/* 7543  */     top: -11px;
/* 7544  */     line-height: 0.8;
/* 7545  */     opacity: 0.05;
/* 7546  */ }
/* 7547  */ .joblisting-grid-full { padding-top: 65px; }
/* 7548  */ .careerfy-animate-filter {
/* 7549  */     float: left;
/* 7550  */     width: 100%;

/* style.css */

/* 7551  */     text-align: center;
/* 7552  */     margin-bottom: 42px;
/* 7553  */ }
/* 7554  */ .careerfy-animate-filter ul {
/* 7555  */     display: inline-block;
/* 7556  */     background-color: #f9f9fd;
/* 7557  */     border-radius: 40px;
/* 7558  */ }
/* 7559  */ .careerfy-animate-filter ul li {
/* 7560  */     float: left;
/* 7561  */     list-style: none;
/* 7562  */     padding: 0px 7px;
/* 7563  */ }
/* 7564  */ .careerfy-animate-filter ul li:first-child { padding-left: 0px; }
/* 7565  */ .careerfy-animate-filter ul li:last-child { padding-right: 0px; }
/* 7566  */ .careerfy-animate-filter ul li a {
/* 7567  */     float: left;
/* 7568  */     color: #666666;
/* 7569  */     font-size: 12px;
/* 7570  */     padding: 12px 16px 11px 16px;
/* 7571  */     line-height: 1;
/* 7572  */     border-radius: 40px;
/* 7573  */ }
/* 7574  */ .careerfy-animate-filter ul li a.is-checked { color: #ffffff; }
/* 7575  */ /* Categories StyleFour */
/* 7576  */ .careerfy-categories-stylefour figure,
/* 7577  */ .careerfy-categories-stylefour figure > a,
/* 7578  */ .careerfy-categories-stylefour figure img {
/* 7579  */     float: left;
/* 7580  */     width: 100%;
/* 7581  */ }
/* 7582  */ .careerfy-categories-stylefour > ul > li { margin-bottom: 30px; }
/* 7583  */ .careerfy-categories-stylefour figure { margin-bottom: 0px; }
/* 7584  */ .careerfy-categories-stylefour figcaption {
/* 7585  */     position: absolute;
/* 7586  */     left: 0px;
/* 7587  */     bottom: 0px;
/* 7588  */     width: 100%;
/* 7589  */     bottom: 0px;
/* 7590  */     z-index: 2;
/* 7591  */     text-align: center;
/* 7592  */     padding: 0px 10px 11px 10px;
/* 7593  */ }
/* 7594  */ .careerfy-categories-stylefour figure:before {
/* 7595  */     content: '';
/* 7596  */     width: 100%;
/* 7597  */     height: 100%;
/* 7598  */     position: absolute;
/* 7599  */     left: 0;
/* 7600  */     z-index: 0;

/* style.css */

/* 7601  */     bottom: 0;
/* 7602  */     background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 36%, rgba(0,0,0,0.31) 58%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
/* 7603  */     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(36%,rgba(0,0,0,0)), color-stop(58%,rgba(0,0,0,0.31)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
/* 7604  */     background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0.31) 58%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
/* 7605  */     background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0.31) 58%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
/* 7606  */     background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0.31) 58%,rgba(0,0,0,0.85) 100%); /* IE10+ */
/* 7607  */     background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 36%,rgba(0,0,0,0.31) 58%,rgba(0,0,0,0.85) 100%); /* W3C */
/* 7608  */     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ed000000',GradientType=0 ); /* IE6-9 */
/* 7609  */     -webkit-transition: all 0.325s linear;
/* 7610  */        -moz-transition: all 0.325s linear;
/* 7611  */         -ms-transition: all 0.325s linear;
/* 7612  */          -o-transition: all 0.325s linear;
/* 7613  */             transition: all 0.325s linear;
/* 7614  */ }
/* 7615  */ .careerfy-categories-stylefour figcaption h2 a { color: #ffffff; }
/* 7616  */ .careerfy-categories-stylefour figcaption h2 {
/* 7617  */     font-size: 20px;
/* 7618  */     text-transform: uppercase;
/* 7619  */     margin-bottom: 7px;
/* 7620  */ }
/* 7621  */ .careerfy-categories-stylefour figcaption span {
/* 7622  */     display: inline-block;
/* 7623  */     color: #ffffff;
/* 7624  */     margin-bottom: 8px;
/* 7625  */ }
/* 7626  */ .careerfy-team-thumb,.careerfy-team-parallex,
/* 7627  */ .careerfy-team-parallex-list {
/* 7628  */     float: left;
/* 7629  */     width: 100%;
/* 7630  */ }
/* 7631  */ .careerfy-team-parallex span {
/* 7632  */     display: inline-block;
/* 7633  */     width: 100%;
/* 7634  */     text-transform: uppercase;
/* 7635  */ }
/* 7636  */ .careerfy-team-parallex h2 {
/* 7637  */     margin-bottom: 26px;
/* 7638  */     font-size: 36px;
/* 7639  */     color: #3b3b3b;
/* 7640  */     text-transform: uppercase;
/* 7641  */ }
/* 7642  */ .careerfy-team-parallex h3 {
/* 7643  */     font-size: 24px;
/* 7644  */     color: #3b3b3b;
/* 7645  */     margin-bottom: 13px;
/* 7646  */ }
/* 7647  */ .careerfy-team-parallex h3 small {
/* 7648  */     font-size: 16px;
/* 7649  */     color: #999999;
/* 7650  */     padding-left: 20px;

/* style.css */

/* 7651  */     border-left: 1px solid #e2e2e2;
/* 7652  */     margin-left: 12px;
/* 7653  */ }
/* 7654  */ .careerfy-team-parallex ul,
/* 7655  */ .careerfy-team-parallex-list figure,
/* 7656  */ .careerfy-team-parallex-list figcaption {
/* 7657  */     float: left;
/* 7658  */     width: 100%;
/* 7659  */ }
/* 7660  */ .careerfy-team-parallex ul li {
/* 7661  */     float: left;
/* 7662  */     list-style: none;
/* 7663  */     margin: 0px 15px 10px 0px;
/* 7664  */ }
/* 7665  */ .careerfy-team-parallex ul li a {
/* 7666  */     font-size: 36px;
/* 7667  */     color: #bbbbbb;
/* 7668  */ }
/* 7669  */ .careerfy-team-parallex p { margin-bottom: 25px; }
/* 7670  */ .careerfy-team-parallex-list ul li {
/* 7671  */     list-style: none;
/* 7672  */     margin-bottom: 25px;
/* 7673  */ }
/* 7674  */ .careerfy-team-parallex-list { margin-top: 35px; }
/* 7675  */ .careerfy-team-parallex-list figure { text-align: center; }
/* 7676  */ .careerfy-team-parallex-list figure > a {
/* 7677  */     display: inline-block;
/* 7678  */     margin-bottom: 24px;
/* 7679  */     position: relative;
/* 7680  */     width: 100px;
/* 7681  */ }
/* 7682  */ .careerfy-team-parallex-list figure img {
/* 7683  */     border-radius: 100%; }
/* 7684  */ .careerfy-team-parallex-list figcaption h2 {
/* 7685  */     font-size: 14px;
/* 7686  */     margin-bottom: 2px;
/* 7687  */     text-transform: uppercase;
/* 7688  */     line-height: 1.1;
/* 7689  */ }
/* 7690  */ .careerfy-team-parallex-list figcaption h2 a { color: #333333; }
/* 7691  */ .careerfy-team-parallex-list figcaption span {
/* 7692  */     font-size: 12px;
/* 7693  */     color: #999999;
/* 7694  */     display: block;
/* 7695  */ }
/* 7696  */ .careerfy-team-parallex-status {
/* 7697  */     position: absolute;
/* 7698  */     left: 0px;
/* 7699  */     top: 13px;
/* 7700  */     width: 18px;

/* style.css */

/* 7701  */     height: 18px;
/* 7702  */     background-color: #53b427;
/* 7703  */     border-radius: 100%;
/* 7704  */     border: 3px solid #ffffff;
/* 7705  */ }
/* 7706  */ .careerfy-team-parallex-status.yellow  { background-color: #fcd116; }
/* 7707  */ .careerfy-team-parallex-status.red     { background-color: #e81123; }
/* 7708  */ .careerfy-team-thumb { margin-top: 90px; }
/* 7709  */ /* Services FourText */
/* 7710  */ .careerfy-services-fourtext {
/* 7711  */     float: left;
/* 7712  */     width: 100%;
/* 7713  */ }
/* 7714  */ .careerfy-services-fourtext span {
/* 7715  */     color: #ffffff;
/* 7716  */     font-size: 14px;
/* 7717  */     letter-spacing: 2px;
/* 7718  */     text-transform: uppercase;
/* 7719  */     display: inline-block;
/* 7720  */     margin-bottom: 3px;
/* 7721  */ }
/* 7722  */ .careerfy-services-fourtext h2 {
/* 7723  */     color: #ffffff;
/* 7724  */     font-size: 30px;
/* 7725  */     margin-bottom: 18px;
/* 7726  */     padding-bottom: 18px;
/* 7727  */     font-weight: bold;
/* 7728  */     line-height: 1.3;
/* 7729  */     position: relative;
/* 7730  */ }
/* 7731  */ .careerfy-services-fourtext h2:before {
/* 7732  */     content: '';
/* 7733  */     position: absolute;
/* 7734  */     left: 0px;
/* 7735  */     bottom: 0px;
/* 7736  */     width: 80px;
/* 7737  */     height: 2px;
/* 7738  */ }
/* 7739  */ .careerfy-services-fourtext p {
/* 7740  */     color: #ffffff;
/* 7741  */ }
/* 7742  */ .careerfy-services-stylefive {
/* 7743  */     float: left;
/* 7744  */     background-color: #ffffff;
/* 7745  */     padding: 49px 27px 0px 29px;
/* 7746  */     box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.30);
/* 7747  */ }
/* 7748  */ .careerfy-services-stylefive ul li { text-align: center; }
/* 7749  */ .careerfy-services-stylefive img { margin-bottom: 28px; }
/* 7750  */ .careerfy-services-stylefive h2 {

/* style.css */

/* 7751  */     font-size: 15px;
/* 7752  */     color: #3b3b3b;
/* 7753  */     margin-bottom: 7px;
/* 7754  */     text-transform: uppercase;
/* 7755  */     font-weight: bold;
/* 7756  */ }
/* 7757  */ .careerfy-services-stylefive p {
/* 7758  */     color: #999999;
/* 7759  */     font-size: 11px;
/* 7760  */     line-height: 24px;
/* 7761  */     margin-bottom: 0px;
/* 7762  */ }
/* 7763  */ /* Dream Packages */
/* 7764  */ .careerfy-dream-packages {
/* 7765  */     float: left;
/* 7766  */     width: 100%;
/* 7767  */     border: 1px solid #eaeaea;
/* 7768  */     text-align: center;
/* 7769  */     margin-bottom: 30px;
/* 7770  */     border-radius: 4px;
/* 7771  */ }
/* 7772  */ .careerfy-dream-packages h3 {
/* 7773  */     font-size: 16px;
/* 7774  */     color: #333333;
/* 7775  */     margin-bottom: 26px;
/* 7776  */     background-color: #fbfcff;
/* 7777  */     text-transform: uppercase;
/* 7778  */     font-weight: bold;
/* 7779  */     padding: 23px 10px 22px 10px;
/* 7780  */     border-bottom: 1px solid #eaeaea;
/* 7781  */ }
/* 7782  */ .careerfy-dream-packages ul { margin-bottom: 23px; }
/* 7783  */ .careerfy-dream-packages ul,
/* 7784  */ .careerfy-dream-packages ul li {
/* 7785  */     float: left;
/* 7786  */     width: 100%;
/* 7787  */ }
/* 7788  */ .careerfy-dream-packages ul li {
/* 7789  */     list-style: none;
/* 7790  */     margin-bottom: 4px;
/* 7791  */ }
/* 7792  */ .careerfy-dream-packagesplan {
/* 7793  */     display: inline-block;
/* 7794  */     background-color: #fbfcff;
/* 7795  */     padding: 20px 15px;
/* 7796  */     margin-bottom: 29px;
/* 7797  */ }
/* 7798  */ .careerfy-dream-packagesplan span {
/* 7799  */     font-size: 44px;
/* 7800  */     color: #3b3b3b;

/* style.css */

/* 7801  */     display: block;
/* 7802  */     margin-bottom: 17px;
/* 7803  */ }
/* 7804  */ .careerfy-dream-packagesplan strong {
/* 7805  */     font-size: 16px;
/* 7806  */     font-weight: normal;
/* 7807  */     display: inline-block;
/* 7808  */     vertical-align: super;
/* 7809  */ }
/* 7810  */ .careerfy-dream-packagesplan span small {
/* 7811  */     font-size: 10px;
/* 7812  */     color: #3b3b3b;
/* 7813  */     letter-spacing: 2px;
/* 7814  */     display: inline-block;
/* 7815  */     text-align: left;
/* 7816  */     line-height: 1.2;
/* 7817  */ }
/* 7818  */ .careerfy-dream-packagesplan a {
/* 7819  */     display: inline-block;
/* 7820  */     background-color: #3b3b3b;
/* 7821  */     font-size: 14px;
/* 7822  */     text-transform: uppercase;
/* 7823  */     color: #ffffff;
/* 7824  */     padding: 17px 28px 15px 28px;
/* 7825  */     line-height: 1;
/* 7826  */     border-radius: 40px 40px 0px 40px;
/* 7827  */     border: none;
/* 7828  */ }
/* 7829  */ .careerfy-dream-packages.active .careerfy-dream-packagesplan span,
/* 7830  */ .careerfy-dream-packages.active .careerfy-dream-packagesplan span small,
/* 7831  */ .careerfy-dream-packages.active .careerfy-dream-packagesplan span strong {
/* 7832  */     color: #ffffff;
/* 7833  */ }
/* 7834  */ .careerfy-dream-packages.active .careerfy-dream-packagesplan a { background-color: #e6165a; }
/* 7835  */ /* Blog Medium */
/* 7836  */ .careerfy-blog-medium figure {
/* 7837  */     float: left;
/* 7838  */     width: 175px;
/* 7839  */     margin-bottom: 0px;
/* 7840  */ }
/* 7841  */ .careerfy-blog-medium figure ~ .careerfy-blog-medium-text { margin-left: 175px; }
/* 7842  */ .careerfy-blog-medium-text {
/* 7843  */     padding: 19px 20px 20px 20px;
/* 7844  */     -webkit-transition: all 0.4s ease-in-out;
/* 7845  */        -moz-transition: all 0.4s ease-in-out;
/* 7846  */         -ms-transition: all 0.4s ease-in-out;
/* 7847  */          -o-transition: all 0.4s ease-in-out;
/* 7848  */             transition: all 0.4s ease-in-out;
/* 7849  */ }
/* 7850  */ ul li:hover .careerfy-blog-medium-text {

/* style.css */

/* 7851  */     box-shadow: 0px 0px 25px 0px rgba(251,36,106,0.30);
/* 7852  */ }
/* 7853  */ .careerfy-blog-medium-text span {
/* 7854  */     display: inline-block;
/* 7855  */     background-color: #8c90da;
/* 7856  */     color: #ffffff;
/* 7857  */     padding: 7px 8px 6px 8px;
/* 7858  */     line-height: 1;
/* 7859  */     font-size: 12px;
/* 7860  */     margin-bottom: 15px;
/* 7861  */ }
/* 7862  */ .careerfy-blog-medium-text h2 {
/* 7863  */     font-size: 22px;
/* 7864  */     margin-bottom: 7px;
/* 7865  */     line-height: 1.3;
/* 7866  */     font-weight: bold;
/* 7867  */ }
/* 7868  */ .careerfy-blog-medium-text p { margin-bottom: 12px; }
/* 7869  */ .careerfy-blog-medium-btn {
/* 7870  */     text-transform: uppercase;
/* 7871  */     margin-right: 15px;
/* 7872  */     margin-bottom: 10px;
/* 7873  */     display: inline-block;
/* 7874  */ }
/* 7875  */ .careerfy-blog-medium-btn i { margin-left: 6px; }
/* 7876  */ .careerfy-blog-medium-thumb {
/* 7877  */     display: block; }
/* 7878  */ .careerfy-blog-medium-thumb img {
/* 7879  */     display: inline-block;
/* 7880  */     border-radius: 100%;
/* 7881  */     margin-right: 12px;
/* 7882  */ }
/* 7883  */ /* Categories StyleFive */
/* 7884  */ .careerfy-categories-stylefive ul li {
/* 7885  */     float: none;
/* 7886  */     display: inline-block;
/* 7887  */     vertical-align: top;
/* 7888  */     margin-right: -4px;
/* 7889  */     width: 16.66666667%;
/* 7890  */     list-style: none;
/* 7891  */     border-left: 1px solid #ececec;
/* 7892  */     border-bottom: 1px solid #ececec;
/* 7893  */ }
/* 7894  */ .careerfy-categories-stylefive ul li:nth-child(7n),.careerfy-categories-stylefive ul li:first-child { border-left: none; }
/* 7895  */ .careerfy-categories-stylefive ul li:nth-child(7n),.careerfy-categories-stylefive ul li:nth-child(8n),
/* 7896  */ .careerfy-categories-stylefive ul li:nth-child(9n),.careerfy-categories-stylefive ul li:nth-child(10n),
/* 7897  */ .careerfy-categories-stylefive ul li:nth-child(11n),.careerfy-categories-stylefive ul li:nth-child(12n) { border-bottom: none; }
/* 7898  */ .careerfy-categories-stylefive-wrap {
/* 7899  */     float: left;
/* 7900  */     width: 100%;

/* style.css */

/* 7901  */     text-align: center;
/* 7902  */     padding: 35px 15px;
/* 7903  */     background-color: #ffffff;
/* 7904  */     -webkit-transition: all 0.2s ease-in-out;
/* 7905  */        -moz-transition: all 0.2s ease-in-out;
/* 7906  */         -ms-transition: all 0.2s ease-in-out;
/* 7907  */          -o-transition: all 0.2s ease-in-out;
/* 7908  */             transition: all 0.2s ease-in-out;
/* 7909  */ }
/* 7910  */ li:hover .careerfy-categories-stylefive-wrap {
/* 7911  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 7912  */     -webkit-transform: scale(1.1);
/* 7913  */        -moz-transform: scale(1.1);
/* 7914  */         -ms-transform: scale(1.1);
/* 7915  */          -o-transform: scale(1.1);
/* 7916  */             transform: scale(1.1);
/* 7917  */ }
/* 7918  */ .careerfy-categories-stylefive img {
/* 7919  */     width: 64px;
/* 7920  */     margin-bottom: 28px;
/* 7921  */ }
/* 7922  */ .careerfy-categories-stylefive-wrap span.jobcat-title {
/* 7923  */     display: block;
/* 7924  */     font-size: 14px;
/* 7925  */     color: #333333;
/* 7926  */     font-weight: 500;
/* 7927  */ }
/* 7928  */ .careerfy-categories-stylefive-wrap i {
/* 7929  */     font-size: 50px;
/* 7930  */     margin-bottom: 25px;
/* 7931  */     display: inline-block;
/* 7932  */ }
/* 7933  */ .careerfy-categories-stylefive img {
/* 7934  */     width: 64px;
/* 7935  */     margin-bottom: 28px;
/* 7936  */ }
/* 7937  */ /* Partner Style4 */
/* 7938  */ .careerfy-partner-style4,.careerfy-job-listing {
/* 7939  */     float: left;
/* 7940  */     width: 100%;
/* 7941  */ }
/* 7942  */ .careerfy-partner-style4 { text-align: center; }
/* 7943  */ .careerfy-partner-style4 ul li {
/* 7944  */     float: none;
/* 7945  */     display: inline-block;
/* 7946  */     vertical-align: top;
/* 7947  */     margin-right: -4px;
/* 7948  */     list-style: none;
/* 7949  */     margin-bottom: 40px;
/* 7950  */ }

/* style.css */

/* 7951  */ /* Dream Grid */
/* 7952  */ .dream-main-wrap {
/* 7953  */     float: left;
/* 7954  */     width: 100%;
/* 7955  */     padding: 0px 30px 0px 50px;
/* 7956  */ }
/* 7957  */ .careerfy-dream-grid > ul > li { margin-bottom: 30px; list-style: none; }
/* 7958  */ .careerfy-dream-grid-wrap {
/* 7959  */     float: left;
/* 7960  */     width: 100%;
/* 7961  */     border: 1px solid #ececec;
/* 7962  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
/* 7963  */ }
/* 7964  */ .careerfy-dream-grid figure {
/* 7965  */     float: left;
/* 7966  */     width: 100%;
/* 7967  */     margin-bottom: 0px;
/* 7968  */     background-color: #fcfcfc;
/* 7969  */ }
/* 7970  */ .careerfy-dream-grid figure > a {
/* 7971  */     float: left;
/* 7972  */     width: 100%;
/* 7973  */     text-align: center;
/* 7974  */ }
/* 7975  */ .careerfy-dream-featured {
/* 7976  */     position: absolute;
/* 7977  */     left: 14px;
/* 7978  */     top: 20px;
/* 7979  */     background-color: #13b5ea;
/* 7980  */     font-size: 10px;
/* 7981  */     line-height: 1;
/* 7982  */     padding: 2px 10px 3px 10px;
/* 7983  */     color: #fff;
/* 7984  */     border-radius: 40px;
/* 7985  */ }
/* 7986  */ .careerfy-dream-grid-like {
/* 7987  */     position: absolute;
/* 7988  */     right: 14px;
/* 7989  */     top: 14px;
/* 7990  */     width: 27px;
/* 7991  */     height: 27px;
/* 7992  */     border: 1px solid #ececec;
/* 7993  */     border-radius: 100%;
/* 7994  */     color: #8bb300;
/* 7995  */     text-align: center;
/* 7996  */ }
/* 7997  */ .careerfy-dream-grid-text {
/* 7998  */     float: left;
/* 7999  */     width: 100%;
/* 8000  */     padding: 18px 18px 6px 18px;

/* style.css */

/* 8001  */ }
/* 8002  */ .careerfy-dream-grid-text h2 {
/* 8003  */     font-size: 18px;
/* 8004  */     margin-bottom: 4px;
/* 8005  */ }
/* 8006  */ .careerfy-dream-grid-text span {
/* 8007  */     font-size: 12px;
/* 8008  */     color: #999999;
/* 8009  */     display: inline-block;
/* 8010  */     width: 100%;
/* 8011  */     margin-bottom: 10px;
/* 8012  */ }
/* 8013  */ .careerfy-dream-grid-text ul {
/* 8014  */     margin: 0px;
/* 8015  */ }
/* 8016  */ .careerfy-dream-grid-text ul li {
/* 8017  */     font-size: 12px;
/* 8018  */     color: #999999;
/* 8019  */     line-height: 1;
/* 8020  */     margin-bottom: 13px;
/* 8021  */     list-style: none;
/* 8022  */ }
/* 8023  */ .careerfy-dream-grid-text ul li i {
/* 8024  */     float: left;
/* 8025  */     margin: 0px 10px 0px 0px;
/* 8026  */     color: #aaaaaa;
/* 8027  */ }
/* 8028  */ .careerfy-headfive-option ul {
/* 8029  */     background-color: #ffffff;
/* 8030  */     left: 0;
/* 8031  */     margin: 0px 0px 0px 0px;
/* 8032  */     padding: 0px 20px;
/* 8033  */     opacity: 0;
/* 8034  */     position: absolute;
/* 8035  */     top: 100%;
/* 8036  */     visibility: hidden;
/* 8037  */     width: 200px;
/* 8038  */     z-index: 999;
/* 8039  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
/* 8040  */     -webkit-transform: translateX(10px);
/* 8041  */        -moz-transform: translateX(10px);
/* 8042  */         -ms-transform: translateX(10px);
/* 8043  */          -o-transform: translateX(10px);
/* 8044  */             transform: translateX(10px);
/* 8045  */     -webkit-transition: all 0.5s ease-in-out;
/* 8046  */        -moz-transition: all 0.5s ease-in-out;
/* 8047  */         -ms-transition: all 0.5s ease-in-out;
/* 8048  */          -o-transition: all 0.5s ease-in-out;
/* 8049  */             transition: all 0.5s ease-in-out;
/* 8050  */ }

/* style.css */

/* 8051  */ .careerfy-headfive-option > li:hover > ul {
/* 8052  */     opacity: 1;
/* 8053  */     visibility: visible;
/* 8054  */     -webkit-transform: translateX(0px);
/* 8055  */        -moz-transform: translateX(0px);
/* 8056  */         -ms-transform: translateX(0px);
/* 8057  */          -o-transform: translateX(0px);
/* 8058  */             transform: translateX(0px);
/* 8059  */ }
/* 8060  */ .careerfy-headfive-option ul li {
/* 8061  */     float: left;
/* 8062  */     width: 100%;
/* 8063  */     list-style: none;
/* 8064  */ }
/* 8065  */ .careerfy-headfive-option ul li a {
/* 8066  */     border-bottom: 1px solid #f2f2f2;
/* 8067  */     color: #656c6c;
/* 8068  */     float: left;
/* 8069  */     font-size: 14px;
/* 8070  */     font-weight: 400;
/* 8071  */     padding: 10px 0px;
/* 8072  */     width: 100%;
/* 8073  */     -webkit-transition: all 0.5s ease-in-out;
/* 8074  */        -moz-transition: all 0.5s ease-in-out;
/* 8075  */         -ms-transition: all 0.5s ease-in-out;
/* 8076  */          -o-transition: all 0.5s ease-in-out;
/* 8077  */             transition: all 0.5s ease-in-out;
/* 8078  */ }
/* 8079  */ /* Search Seven */
/* 8080  */ .careerfy-search-seven-wrap,
/* 8081  */ .careerfy-banner-search-seven ul li:first-child,
/* 8082  */ .careerfy-banner-search-seven input[type="text"] {
/* 8083  */     float: left;
/* 8084  */     width: 100%;
/* 8085  */ }
/* 8086  */ .careerfy-search-seven-wrap h2 {
/* 8087  */     color: #1b1e27;
/* 8088  */     font-size: 54px;
/* 8089  */     margin-bottom: 20px;
/* 8090  */     line-height: 1.2;
/* 8091  */     letter-spacing: 0px;
/* 8092  */     display: inline-block;
/* 8093  */     width: 72%;
/* 8094  */ }
/* 8095  */ .careerfy-search-seven-wrap p {
/* 8096  */     color: #1b1e27;
/* 8097  */     font-size: 22px;
/* 8098  */     margin-bottom: 33px;
/* 8099  */     display: block;
/* 8100  */ }

/* style.css */

/* 8101  */ .careerfy-banner-search-seven { width: 760px; }
/* 8102  */ .careerfy-banner-search-seven ul { margin: 0px -10px; }
/* 8103  */ .careerfy-banner-search-seven ul li {
/* 8104  */     float: left;
/* 8105  */     list-style: none;
/* 8106  */     width: 43%;
/* 8107  */     margin-bottom: 30px;
/* 8108  */     position: relative;
/* 8109  */     padding: 0px 10px;
/* 8110  */ }
/* 8111  */ .careerfy-banner-search-seven ul li:last-child {
/* 8112  */     width: 14%; }
/* 8113  */ .careerfy-banner-search-seven .careerfy-select-style:after {
/* 8114  */     display: none; }
/* 8115  */ .careerfy-banner-search-seven input[type="text"] {
/* 8116  */     height: 68px;
/* 8117  */     border: 1px solid #dee0e3;
/* 8118  */     background-color: #ffffff;
/* 8119  */     box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
/* 8120  */     border-radius: 80px;
/* 8121  */     color: #333333;
/* 8122  */     font-size: 14px;
/* 8123  */     padding: 8px 50px;
/* 8124  */ }
/* 8125  */ .careerfy-banner-search-seven i {
/* 8126  */     position: absolute;
/* 8127  */     left: 35px;
/* 8128  */     top: 25px;
/* 8129  */     font-size: 18px;
/* 8130  */     color: #999999;
/* 8131  */     z-index: 1;
/* 8132  */ }
/* 8133  */ .careerfy-banner-search-seven .jobsearch_searchloc_div {
/* 8134  */     position: static; }
/* 8135  */ .careerfy-banner-search-seven .selectize-control.single .selectize-input {
/* 8136  */     border-radius: 80px;
/* 8137  */     padding: 25px 60px 0px 60px;
/* 8138  */     color: #333333;
/* 8139  */     height: 67px;
/* 8140  */     box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
/* 8141  */ }
/* 8142  */ .careerfy-banner-search-seven .selectize-control.single .selectize-input input {
/* 8143  */     height: auto; }
/* 8144  */ .careerfy-banner-search-seven .selectize-control:before {
/* 8145  */     content: "\e97a";
/* 8146  */     font-family: careerfy;
/* 8147  */     position: absolute;
/* 8148  */     left: 30px;
/* 8149  */     top: 21px;
/* 8150  */     z-index: 9;

/* style.css */

/* 8151  */     color: #999999;
/* 8152  */     font-size: 18px;
/* 8153  */ }
/* 8154  */ .careerfy-banner-search-seven .selectize-control.single .selectize-input:after {
/* 8155  */     right: 42px; }
/* 8156  */ .careerfy-banner-search-seven .selectize-input.dropdown-active:before {
/* 8157  */     right: 30px; }
/* 8158  */ .careerfy-banner-search-seven input[type="submit"] {
/* 8159  */     width: 100%;
/* 8160  */     height: 68px;
/* 8161  */     background-color: transparent;
/* 8162  */     border: none;
/* 8163  */     position: relative;
/* 8164  */     z-index: 3;
/* 8165  */ }
/* 8166  */ .careerfy-banner-search-seven ul li:last-child i {
/* 8167  */     color: #ffffff;
/* 8168  */     border-radius: 60px;
/* 8169  */     font-size: 30px;
/* 8170  */     width: 83%;
/* 8171  */     height: 68px;
/* 8172  */     left: 10px;
/* 8173  */     top: 0px;
/* 8174  */     text-align: center;
/* 8175  */     padding-top: 20px;
/* 8176  */     border: 1px solid;
/* 8177  */     -webkit-transition: all 0.4s ease-in-out;
/* 8178  */        -moz-transition: all 0.4s ease-in-out;
/* 8179  */         -ms-transition: all 0.4s ease-in-out;
/* 8180  */          -o-transition: all 0.4s ease-in-out;
/* 8181  */             transition: all 0.4s ease-in-out;
/* 8182  */ }
/* 8183  */ .careerfy-banner-search-seven ul li:last-child:hover i {
/* 8184  */     background-color: transparent; }
/* 8185  */ /* Header Seven */
/* 8186  */ .careerfy-header-seven .careerfy-navigation {
/* 8187  */     float: left; }
/* 8188  */ .careerfy-header-seven .navbar-nav > li > a {
/* 8189  */     font-size: 15px;
/* 8190  */     text-transform: uppercase;
/* 8191  */ }
/* 8192  */ .careerfy-headsix-option {
/* 8193  */     float: right;
/* 8194  */     margin: 20px 0px 0px 0px;
/* 8195  */     position: relative;
/* 8196  */ }
/* 8197  */ .careerfy-headsix-option > li {
/* 8198  */     float: left;
/* 8199  */     list-style: none;
/* 8200  */     margin: 2px 0px 0px 5px;

/* style.css */

/* 8201  */     position: relative;
/* 8202  */     padding-bottom: 24px;
/* 8203  */ }
/* 8204  */ .careerfy-header-seven .navbar-nav > li {
/* 8205  */     padding: 0px 10px; }
/* 8206  */ .careerfy-headsix-option > li > a {
/* 8207  */     float: left;
/* 8208  */     font-size: 16px;
/* 8209  */     padding: 11px 30px 12px 30px;
/* 8210  */     border-radius: 40px;
/* 8211  */     text-transform: uppercase;
/* 8212  */     font-weight: 500;
/* 8213  */     line-height: 1;
/* 8214  */     border: 2px solid;
/* 8215  */     -webkit-transition: all 0.4s ease-in-out;
/* 8216  */        -moz-transition: all 0.4s ease-in-out;
/* 8217  */         -ms-transition: all 0.4s ease-in-out;
/* 8218  */          -o-transition: all 0.4s ease-in-out;
/* 8219  */             transition: all 0.4s ease-in-out;
/* 8220  */ }
/* 8221  */ .careerfy-banner-caption .careerfy-select-style {
/* 8222  */     float: left;
/* 8223  */     height: 60px;
/* 8224  */     width: 100%;
/* 8225  */ }
/* 8226  */ .careerfy-headsix-option > li > a.careerfy-post-job { padding: 11px 12px 12px 12px; }
/* 8227  */ .careerfy-headsix-option > li:hover > a,.careerfy-headsix-option > li.active > a { color: #ffffff; }
/* 8228  */ .careerfy-headsix-option ul {
/* 8229  */     background-color: #ffffff;
/* 8230  */     left: 0;
/* 8231  */     margin: 0px 0px 0px 0px;
/* 8232  */     padding: 0px 20px;
/* 8233  */     opacity: 0;
/* 8234  */     position: absolute;
/* 8235  */     top: 100%;
/* 8236  */     visibility: hidden;
/* 8237  */     width: 200px;
/* 8238  */     z-index: 999;
/* 8239  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
/* 8240  */     -webkit-transform: translateX(10px);
/* 8241  */        -moz-transform: translateX(10px);
/* 8242  */         -ms-transform: translateX(10px);
/* 8243  */          -o-transform: translateX(10px);
/* 8244  */             transform: translateX(10px);
/* 8245  */     -webkit-transition: all 0.5s ease-in-out;
/* 8246  */        -moz-transition: all 0.5s ease-in-out;
/* 8247  */         -ms-transition: all 0.5s ease-in-out;
/* 8248  */          -o-transition: all 0.5s ease-in-out;
/* 8249  */             transition: all 0.5s ease-in-out;
/* 8250  */ }

/* style.css */

/* 8251  */ .careerfy-headsix-option > li:hover > ul {
/* 8252  */     opacity: 1;
/* 8253  */     visibility: visible;
/* 8254  */     -webkit-transform: translateX(0px);
/* 8255  */        -moz-transform: translateX(0px);
/* 8256  */         -ms-transform: translateX(0px);
/* 8257  */          -o-transform: translateX(0px);
/* 8258  */             transform: translateX(0px);
/* 8259  */ }
/* 8260  */ .careerfy-headsix-option ul li {
/* 8261  */     float: left;
/* 8262  */     width: 100%;
/* 8263  */     list-style: none;
/* 8264  */ }
/* 8265  */ .careerfy-headsix-option ul li a {
/* 8266  */     border-bottom: 1px solid #f2f2f2;
/* 8267  */     color: #656c6c;
/* 8268  */     float: left;
/* 8269  */     font-size: 14px;
/* 8270  */     font-weight: 400;
/* 8271  */     padding: 10px 0px;
/* 8272  */     width: 100%;
/* 8273  */     -webkit-transition: all 0.5s ease-in-out;
/* 8274  */        -moz-transition: all 0.5s ease-in-out;
/* 8275  */         -ms-transition: all 0.5s ease-in-out;
/* 8276  */          -o-transition: all 0.5s ease-in-out;
/* 8277  */             transition: all 0.5s ease-in-out;
/* 8278  */ }
/* 8279  */ .careerfy-headsix-option ul li a i { margin-right: 6px; }
/* 8280  */ .careerfy-header-seven .careerfy-logo,
/* 8281  */ .careerfy-header-seven .careerfy-right,
/* 8282  */ .careerfy-header-six .careerfy-logo,
/* 8283  */ .careerfy-header-six .careerfy-right,
/* 8284  */ .careerfy-header-four .careerfy-nav-area-wrap,
/* 8285  */ .careerfy-header-four .careerfy-logo {
/* 8286  */     float: none;
/* 8287  */     display: inline-block;
/* 8288  */     vertical-align: middle;
/* 8289  */ }
/* 8290  */ .careerfy-nav-wrap {
/* 8291  */     float: right; }
/* 8292  */ .careerfy-header-six .careerfy-logo {
/* 8293  */     width: 17%; }
/* 8294  */ .careerfy-header-four .careerfy-nav-area-wrap {
/* 8295  */     width: 70%;
/* 8296  */     position: relative;
/* 8297  */     min-height: 80px;
/* 8298  */ }
/* 8299  */ .careerfy-header-four .careerfy-btns-con {
/* 8300  */     width: 30%; }

/* style.css */

/* 8301  */ .careerfy-header-four .nav-list-mode {
/* 8302  */     position: absolute;
/* 8303  */     left: 0px;
/* 8304  */     top: 50%;
/* 8305  */     margin: -7px 0px 0px 20px;
/* 8306  */ }
/* 8307  */ /* Employer Slider View */
/* 8308  */ .careerfy-content-wrapper,.employer-slider-media,
/* 8309  */ .employer-slider-text,.careerfy-employer-slider {
/* 8310  */     float: left;
/* 8311  */     width: 100%;
/* 8312  */ }
/* 8313  */ .careerfy-employer-slider,
/* 8314  */ .jobsearch-typo-wrap .careerfy-employer-slider {
/* 8315  */     padding: 0px 120px;
/* 8316  */     position: relative;
/* 8317  */ }
/* 8318  */ .careerfy-employer-slider-wrap,
/* 8319  */ .jobsearch-typo-wrap .careerfy-employer-slider-wrap {
/* 8320  */     padding: 20px 15px; }
/* 8321  */ .careerfy-content-wrapper {
/* 8322  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
/* 8323  */     border-radius: 12px;
/* 8324  */ }
/* 8325  */ .employer-slider-media,
/* 8326  */ .jobsearch-typo-wrap .employer-slider-media {
/* 8327  */     border-bottom: 1px solid #dfdfdf;
/* 8328  */     margin-bottom: 24px;
/* 8329  */ }
/* 8330  */ .employer-slider-media,.employer-slider-text {
/* 8331  */     text-align: center; }
/* 8332  */ .employer-slider-media a {
/* 8333  */     display: inline-block;
/* 8334  */     width: 170px;
/* 8335  */     height: 170px;
/* 8336  */     text-align: center;
/* 8337  */     white-space: nowrap;
/* 8338  */     vertical-align: middle;
/* 8339  */     margin: 20px 0px;
/* 8340  */ }
/* 8341  */ .employer-slider-media a img {
/* 8342  */     vertical-align: middle;
/* 8343  */     max-height: 170px;
/* 8344  */     max-width: 170px;
/* 8345  */     display: inline-block;
/* 8346  */ }
/* 8347  */ .jobs-scrolslider-imghelpr {
/* 8348  */     display: inline-block;
/* 8349  */     height: 100%;
/* 8350  */     vertical-align: middle;

/* style.css */

/* 8351  */ }
/* 8352  */ .employer-slider-media a.no-img { padding: 20px; }
/* 8353  */ .employer-slider-media a.no-img img { border-radius: 100%; }
/* 8354  */ .employer-slider-text,
/* 8355  */ .jobsearch-typo-wrap .employer-slider-text {
/* 8356  */     padding: 0px 15px 30px 15px;
/* 8357  */ }
/* 8358  */ .employer-slider-text .jobsearch-rating,
/* 8359  */ .employer-slider-text .jobsearch-rating:before,
/* 8360  */ .employer-slider-text .jobsearch-rating-box:before {
/* 8361  */     width: 90px;
/* 8362  */ }
/* 8363  */ .employer-slider-text .jobsearch-rating:before {
/* 8364  */     content: "\f006 \f006 \f006 \f006 \f006";
/* 8365  */     font-family: FontAwesome;
/* 8366  */     background: none;
/* 8367  */     font-size: 16px;
/* 8368  */     letter-spacing: 4px;
/* 8369  */     color: #f37d1e;
/* 8370  */ }
/* 8371  */ .employer-slider-text .jobsearch-rating-box:before {
/* 8372  */     content: "\f005 \f005 \f005 \f005 \f005";
/* 8373  */     font-family: FontAwesome;
/* 8374  */     font-size: 16px;
/* 8375  */     letter-spacing: 4px;
/* 8376  */     background: none;
/* 8377  */     color: #f37d1e;
/* 8378  */ }
/* 8379  */ .employer-slider-text h2 {
/* 8380  */     font-size: 16px;
/* 8381  */     margin-bottom: 6px;
/* 8382  */ }
/* 8383  */ .employer-slider-text span {
/* 8384  */     color: #999999;
/* 8385  */     display: block;
/* 8386  */     margin-bottom: 18px;
/* 8387  */ }
/* 8388  */ .careerfy-employer-slider-btn,
/* 8389  */ .jobsearch-typo-wrap .careerfy-employer-slider-btn {
/* 8390  */     display: inline-block;
/* 8391  */     padding: 10px 14px;
/* 8392  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
/* 8393  */     border-radius: 80px;
/* 8394  */     line-height: 1;
/* 8395  */     margin: 0px 2px 6px 2px;
/* 8396  */ }
/* 8397  */ .jobsearch-typo-wrap a.careerfy-employer-slider-btn:focus { box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10); }
/* 8398  */ .careerfy-employer-slider .slick-arrow {
/* 8399  */     position: absolute;
/* 8400  */     left: -50px;

/* style.css */

/* 8401  */     top: 50%;
/* 8402  */     font-size: 40px;
/* 8403  */     margin-top: -35px;
/* 8404  */     cursor: pointer;
/* 8405  */ }
/* 8406  */ .careerfy-employer-slider .slick-arrow.slick-arrow-right {
/* 8407  */     left: auto;
/* 8408  */     right: -50px;
/* 8409  */ }
/* 8410  */ .careerfy-employer-slider .slick-dots { margin-top: 30px; }
/* 8411  */ .careerfy-employer-slider .slick-dots li { margin: 0px 5px; }
/* 8412  */ .careerfy-employer-slider .slick-dots li button {
/* 8413  */     width: 12px;
/* 8414  */     height: 12px;
/* 8415  */     background-color: #bdbebf;
/* 8416  */     border-radius: 100%;
/* 8417  */ }
/* 8418  */ .careerfy-employer-slider .slick-dots li.slick-active button { box-shadow: none; }
/* 8419  */ /* Candidate View4 */
/* 8420  */ .careerfy-candidate-view4,.careerfy-candidate-view4-wrap,
/* 8421  */ .careerfy-candidate-view4 figure {
/* 8422  */     float: left;
/* 8423  */     width: 100%;
/* 8424  */ }
/* 8425  */ .careerfy-candidate-view4 ul li {
/* 8426  */     list-style: none; }
/* 8427  */ .careerfy-candidate-view4 > ul > li {
/* 8428  */     margin-bottom: 40px; }
/* 8429  */ .careerfy-candidate-view4-wrap {
/* 8430  */     text-align: center;
/* 8431  */     overflow: hidden;
/* 8432  */     position: relative;
/* 8433  */ }
/* 8434  */ .careerfy-candidate-view4 figure a {
/* 8435  */     display: inline-block;
/* 8436  */     width: 176px;
/* 8437  */     margin-bottom: 23px;
/* 8438  */     border-radius: 100%;
/* 8439  */     position: relative;
/* 8440  */ }
/* 8441  */ .careerfy-candidate-view4 figure img {
/* 8442  */     width: 100%;
/* 8443  */     height: 175px;
/* 8444  */     border-radius: 100%;
/* 8445  */     -webkit-transition: all 0.4s ease-in-out;
/* 8446  */        -moz-transition: all 0.4s ease-in-out;
/* 8447  */         -ms-transition: all 0.4s ease-in-out;
/* 8448  */          -o-transition: all 0.4s ease-in-out;
/* 8449  */             transition: all 0.4s ease-in-out;
/* 8450  */ }

/* style.css */

/* 8451  */ .careerfy-candidate-view4 h2 {
/* 8452  */     font-size: 18px;
/* 8453  */     font-weight: 400;
/* 8454  */     margin-bottom: 7px;
/* 8455  */     text-transform: uppercase;
/* 8456  */ }
/* 8457  */ .careerfy-candidate-view4 h2 a {
/* 8458  */     -webkit-transition: all 0.4s ease-in-out;
/* 8459  */        -moz-transition: all 0.4s ease-in-out;
/* 8460  */         -ms-transition: all 0.4s ease-in-out;
/* 8461  */          -o-transition: all 0.4s ease-in-out;
/* 8462  */             transition: all 0.4s ease-in-out;
/* 8463  */ }
/* 8464  */ .careerfy-candidate-view4 p {
/* 8465  */     line-height: 1.2;
/* 8466  */     margin-bottom: 6px;
/* 8467  */ }
/* 8468  */ .careerfy-candidate-view4 span { margin-bottom: 11px; }
/* 8469  */ .careerfy-candidate-view4-social li {
/* 8470  */     display: inline-block;
/* 8471  */     line-height: 1;
/* 8472  */     margin: 10px 6px 0px 6px;
/* 8473  */ }
/* 8474  */ .careerfy-candidate-view4-social li a {
/* 8475  */     float: left;
/* 8476  */     width: 34px;
/* 8477  */     height: 34px;
/* 8478  */     border: 1px solid #b4b4b4;
/* 8479  */     color: #bdbebf;
/* 8480  */     border-radius: 100%;
/* 8481  */     font-size: 16px;
/* 8482  */     padding-top: 7px;
/* 8483  */     -webkit-transition: all 0.4s ease-in-out;
/* 8484  */        -moz-transition: all 0.4s ease-in-out;
/* 8485  */         -ms-transition: all 0.4s ease-in-out;
/* 8486  */          -o-transition: all 0.4s ease-in-out;
/* 8487  */             transition: all 0.4s ease-in-out;
/* 8488  */ }
/* 8489  */ .careerfy-candidate-view4-social li:hover a { color: #ffffff; }
/* 8490  */ /* Job Listing View4 */
/* 8491  */ .careerfy-joblisting-wrap,.careerfy-joblisting-media figure,
/* 8492  */ .careerfy-joblisting-media figure a,.careerfy-joblisting-media figure img {
/* 8493  */     float: left;
/* 8494  */     width: 100%;
/* 8495  */ }
/* 8496  */ .careerfy-joblisting-view4 ul li {
/* 8497  */     list-style: none; }
/* 8498  */ .careerfy-joblisting-view4 > ul > li {
/* 8499  */     margin-bottom: 20px; }
/* 8500  */ .careerfy-joblisting-wrap {

/* style.css */

/* 8501  */     border: 1px solid #f0f0f0;
/* 8502  */     padding: 10px;
/* 8503  */     position: relative;
/* 8504  */     overflow: hidden;
/* 8505  */     -webkit-transition: all 0.4s ease-in-out;
/* 8506  */        -moz-transition: all 0.4s ease-in-out;
/* 8507  */         -ms-transition: all 0.4s ease-in-out;
/* 8508  */          -o-transition: all 0.4s ease-in-out;
/* 8509  */             transition: all 0.4s ease-in-out;
/* 8510  */ }
/* 8511  */ .careerfy-joblisting-wrap:hover {
/* 8512  */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
/* 8513  */ }
/* 8514  */ .careerfy-joblisting-media {
/* 8515  */     float: left;
/* 8516  */     width: 134px;
/* 8517  */ }
/* 8518  */ .careerfy-joblisting-media ~ .careerfy-joblisting-text { margin-left: 160px; }
/* 8519  */ .careerfy-joblisting-text h2 {
/* 8520  */     font-size: 20px;
/* 8521  */     margin-bottom: 2px;
/* 8522  */ }
/* 8523  */ .careerfy-joblisting-text h2 a {
/* 8524  */     -webkit-transition: all 0.4s ease-in-out;
/* 8525  */        -moz-transition: all 0.4s ease-in-out;
/* 8526  */         -ms-transition: all 0.4s ease-in-out;
/* 8527  */          -o-transition: all 0.4s ease-in-out;
/* 8528  */             transition: all 0.4s ease-in-out;
/* 8529  */ }
/* 8530  */ .careerfy-joblisting-text h2 span {
/* 8531  */     display: inline-block;
/* 8532  */     border: 1px solid;
/* 8533  */     padding: 5px 7px;
/* 8534  */     line-height: 1;
/* 8535  */     font-size: 10px;
/* 8536  */     text-transform: uppercase;
/* 8537  */     margin-left: 7px;
/* 8538  */     vertical-align: text-bottom;
/* 8539  */ }
/* 8540  */ .careerfy-joblisting-text small {
/* 8541  */     color: #999999;
/* 8542  */     font-size: 14px;
/* 8543  */ }
/* 8544  */ .careerfy-joblisting-text small i {
/* 8545  */     font-size: 12px;
/* 8546  */     margin-right: 4px;
/* 8547  */ }
/* 8548  */ .careerfy-job-skills a {
/* 8549  */     display: inline-block;
/* 8550  */     padding: 6px 7px;

/* style.css */

/* 8551  */     line-height: 1;
/* 8552  */     margin: 5px 0px 0px 0px;
/* 8553  */     color: #376d95;
/* 8554  */     font-size: 12px;
/* 8555  */     background-color: #e1ecf4;
/* 8556  */ }
/* 8557  */ .careerfy-joblisting-view4-featured,
/* 8558  */ .jobsearch-typo-wrap .careerfy-joblisting-view4-featured {
/* 8559  */     position: absolute;
/* 8560  */     right: 0px;
/* 8561  */     top: 0px;
/* 8562  */     background-color: #ffb607;
/* 8563  */     font-size: 12px;
/* 8564  */     color: #ffffff;
/* 8565  */     font-weight: 400;
/* 8566  */     padding: 4px 7px;
/* 8567  */     line-height: 1;
/* 8568  */ }
/* 8569  */ .careerfy-joblisting-view4-new {
/* 8570  */     position: absolute;
/* 8571  */     right: 0px;
/* 8572  */     top: 0px;
/* 8573  */     background-color: #48d1a9;
/* 8574  */     font-size: 12px;
/* 8575  */     text-transform: uppercase;
/* 8576  */     color: #ffffff;
/* 8577  */     font-weight: 400;
/* 8578  */     padding: 4px 7px;
/* 8579  */     line-height: 1;
/* 8580  */ }
/* 8581  */ .careerfy-joblisting-view4-date {
/* 8582  */     position: absolute;
/* 8583  */     right: 24px;
/* 8584  */     top: 20px;
/* 8585  */     font-size: 12px;
/* 8586  */     color: #999999;
/* 8587  */     text-transform: uppercase;
/* 8588  */ }
/* 8589  */ /* More View4 Btn */
/* 8590  */ .careerfy-more-view4-btn {
/* 8591  */     float: left;
/* 8592  */     width: 100%;
/* 8593  */     text-align: center;
/* 8594  */     position: relative;
/* 8595  */     overflow: hidden;
/* 8596  */     margin: 35px 0px 30px 0px;
/* 8597  */ }
/* 8598  */ .careerfy-more-view4-btn:before {
/* 8599  */     content: '';
/* 8600  */     position: absolute;

/* style.css */

/* 8601  */     left: 50%;
/* 8602  */     top: 25px;
/* 8603  */     width: 999em;
/* 8604  */     height: 1px;
/* 8605  */     background-color: #e1e1e1;
/* 8606  */ }
/* 8607  */ .careerfy-more-view4-btn:after {
/* 8608  */     content: '';
/* 8609  */     position: absolute;
/* 8610  */     right: 50%;
/* 8611  */     top: 25px;
/* 8612  */     width: 999em;
/* 8613  */     height: 1px;
/* 8614  */     background-color: #e1e1e1;
/* 8615  */ }
/* 8616  */ .careerfy-more-view4-btn a {
/* 8617  */     display: inline-block;
/* 8618  */     padding: 16px 32px;
/* 8619  */     line-height: 1;
/* 8620  */     border-radius: 40px;
/* 8621  */     border: 1px solid;
/* 8622  */     position: relative;
/* 8623  */     z-index: 4;
/* 8624  */     color: #ffffff;
/* 8625  */     font-size: 18px;
/* 8626  */     font-weight: 400;
/* 8627  */     -webkit-transition: all 0.4s ease-in-out;
/* 8628  */        -moz-transition: all 0.4s ease-in-out;
/* 8629  */         -ms-transition: all 0.4s ease-in-out;
/* 8630  */          -o-transition: all 0.4s ease-in-out;
/* 8631  */             transition: all 0.4s ease-in-out;
/* 8632  */ }
/* 8633  */ .careerfy-more-view4-btn a:hover {
/* 8634  */     background-color: #ffffff;
/* 8635  */ }
/* 8636  */ .careerfy-more-view4-btn a:before {
/* 8637  */     content: '';
/* 8638  */     position: absolute;
/* 8639  */     right: -27px;
/* 8640  */     top: 0px;
/* 8641  */     width: 25px;
/* 8642  */     height: 100%;
/* 8643  */     background-color: #ffffff;
/* 8644  */ }
/* 8645  */ .careerfy-more-view4-btn a:after {
/* 8646  */     content: '';
/* 8647  */     position: absolute;
/* 8648  */     left: -27px;
/* 8649  */     top: 0px;
/* 8650  */     width: 25px;

/* style.css */

/* 8651  */     height: 100%;
/* 8652  */     background-color: #ffffff;
/* 8653  */ }
/* 8654  */ /* Testimonial Style4 */
/* 8655  */ .careerfy-testimonial-style4 {
/* 8656  */     float: left;
/* 8657  */     width: 100%;
/* 8658  */     text-align: center;
/* 8659  */ }
/* 8660  */ .careerfy-testimonial-style4 img {
/* 8661  */     display: inline-block;
/* 8662  */     width: 150px;
/* 8663  */     height: 150px;
/* 8664  */     border-radius: 100%;
/* 8665  */     margin-bottom: 40px;
/* 8666  */ }
/* 8667  */ .careerfy-testimonial-style4 p {
/* 8668  */     font-size: 20px;
/* 8669  */     font-weight: 300;
/* 8670  */     color: #333333;
/* 8671  */     margin-bottom: 20px;
/* 8672  */     line-height: 40px;
/* 8673  */ }
/* 8674  */ .careerfy-testimonial-style4 span {
/* 8675  */     display: inline-block;
/* 8676  */     font-size: 16px;
/* 8677  */     color: #1b1e27;
/* 8678  */ }
/* 8679  */ .careerfy-testimonial-style4 span small {
/* 8680  */     font-size: 16px;
/* 8681  */ }
/* 8682  */ .careerfy-testimonial-style4 .slick-arrow {
/* 8683  */     position: absolute;
/* 8684  */     left: -50px;
/* 8685  */     top: 50%;
/* 8686  */     font-size: 40px;
/* 8687  */     margin-top: -35px;
/* 8688  */     cursor: pointer;
/* 8689  */ }
/* 8690  */ .careerfy-testimonial-style4 .slick-arrow.slick-arrow-right {
/* 8691  */     left: auto;
/* 8692  */     right: -50px;
/* 8693  */ }
/* 8694  */ .careerfy-testimonial-style4 .slick-dots { margin-top: 47px; }
/* 8695  */ .careerfy-testimonial-style4 .slick-dots li { margin: 0px 5px; }
/* 8696  */ .careerfy-testimonial-style4 .slick-dots li button {
/* 8697  */     width: 12px;
/* 8698  */     height: 12px;
/* 8699  */     background-color: #bdbebf;
/* 8700  */     border-radius: 100%;

/* style.css */

/* 8701  */ }
/* 8702  */ .careerfy-testimonial-style4 .slick-dots li.slick-active button { box-shadow: none; }
/* 8703  */
/* 8704  */ /* CopyRight Five */
/* 8705  */ .copyright-five {
/* 8706  */     float: left;
/* 8707  */     width: 100%;
/* 8708  */ }
/* 8709  */ .careerfy-footer-five .careerfy-footer-widget { padding: 70px 0px 20px 0px; }
/* 8710  */ .copyright-five p {
/* 8711  */     float: left;
/* 8712  */     margin-bottom: 0px;
/* 8713  */     padding: 32px 0px 28px 0px;
/* 8714  */ }
/* 8715  */ .copyright-wrap {
/* 8716  */     float: right;
/* 8717  */     padding: 28px 0px 20px 0px;
/* 8718  */ }
/* 8719  */ .copyright-five .careerfy-social-network li a {
/* 8720  */     border: 1px solid #2c3b4a;
/* 8721  */     background-color: transparent;
/* 8722  */ }
/* 8723  */ .copyright-wrap img {
/* 8724  */     margin-top: 4px;
/* 8725  */ }
/* 8726  */ .careerfy-footer-five .widget_nav_menu ul li a:before { display: none; }
/* 8727  */ .careerfy-footer-five .widget_nav_menu ul li a { margin-bottom: 9px; }
/* 8728  */ .careerfy-about-address,.careerfy-about-address li,.careerfy-description {
/* 8729  */     float: left;
/* 8730  */     width: 100%;
/* 8731  */ }
/* 8732  */ .careerfy-about-address li {
/* 8733  */     list-style: none;
/* 8734  */     position: relative;
/* 8735  */     padding-left: 34px;
/* 8736  */     margin-bottom: 7px;
/* 8737  */ }
/* 8738  */ .careerfy-about-address li i {
/* 8739  */     position: absolute;
/* 8740  */     left: 0px;
/* 8741  */     top: 3px;
/* 8742  */     font-size: 21px;
/* 8743  */ }
/* 8744  */ /* Search Eight */
/* 8745  */ .careerfy-banner-search-eight {
/* 8746  */     float: left;
/* 8747  */     width: 100%;
/* 8748  */     margin-top: 50px;
/* 8749  */ }
/* 8750  */ .careerfy-search-eight-wrap h2 {

/* style.css */

/* 8751  */     display: inline-block;
/* 8752  */     width: 75%;
/* 8753  */     line-height: 1.2;
/* 8754  */     font-size: 48px;
/* 8755  */     margin-bottom: 13px;
/* 8756  */ }
/* 8757  */ .careerfy-search-eight-wrap p {
/* 8758  */     font-size: 16px;
/* 8759  */     margin-bottom: 28px;
/* 8760  */ }
/* 8761  */ .careerfy-search-eight-wrap {
/* 8762  */     float: left;
/* 8763  */     width: 100%;
/* 8764  */ }
/* 8765  */ .careerfy-search-eight-wrap .careerfy-banner-btn a {
/* 8766  */     border-radius: 6px;
/* 8767  */ }
/* 8768  */ .careerfy-banner-search-eight input[type="text"] {
/* 8769  */     float: left;
/* 8770  */     width: 100%;
/* 8771  */     height: 95px;
/* 8772  */     background-color: #ffffff;
/* 8773  */     box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
/* 8774  */     color: #333;
/* 8775  */     font-weight: 600;
/* 8776  */     font-size: 14px;
/* 8777  */     border: none;
/* 8778  */     border-left: 1px solid #c8c8c8;
/* 8779  */     padding: 8px 25px;
/* 8780  */ }
/* 8781  */ .careerfy-banner-search-eight ul li {
/* 8782  */     float: left;
/* 8783  */     list-style: none;
/* 8784  */     position: relative;
/* 8785  */ }
/* 8786  */ .careerfy-banner-search-eight .careerfy-select-style {
/* 8787  */     float: left;
/* 8788  */     width: 100%;
/* 8789  */ }
/* 8790  */ .careerfy-banner-search-eight .selectize-input { border-radius: 8px 0px 0px 8px; }
/* 8791  */ .careerfy-banner-search-eight ul li:nth-child(2) input[type="text"] { border-radius: 0px 8px 8px 0px; }
/* 8792  */ .careerfy-banner-search-eight ul li .selectize-control input[type="text"] { border-radius: 0px; height: 21px; }
/* 8793  */ .careerfy-banner-search-eight ul li:nth-child(1) { width: 175px; }
/* 8794  */ .careerfy-banner-search-eight ul li:nth-child(2) { width: 580px; }
/* 8795  */ .careerfy-banner-search-eight .selectize-control.single .selectize-input { height: 95px; }
/* 8796  */ .careerfy-banner-search-eight .selectize-control.single .selectize-input { padding: 35px 18px 0px 18px; box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15); border-radius: 0px; }
/* 8797  */ .careerfy-banner-search-eight .selectize-control.single .selectize-input input { padding-top: 35px; padding-bottom: 35px; }
/* 8798  */ .careerfy-banner-search-eight .selectize-input.has-items { padding-top: 35px !important; }
/* 8799  */ .careerfy-banner-search-eight input[type="submit"] {
/* 8800  */     border: none;

/* style.css */

/* 8801  */     color: #ffffff;
/* 8802  */     font-size: 24px;
/* 8803  */     font-weight: 600;
/* 8804  */     border-radius: 8px;
/* 8805  */     padding: 33px 39px;
/* 8806  */     margin-left: 30px;
/* 8807  */     border: 1px solid;
/* 8808  */     min-height: 95px;
/* 8809  */     -webkit-transition: all 0.4s ease-in-out;
/* 8810  */        -moz-transition: all 0.4s ease-in-out;
/* 8811  */         -ms-transition: all 0.4s ease-in-out;
/* 8812  */          -o-transition: all 0.4s ease-in-out;
/* 8813  */             transition: all 0.4s ease-in-out;
/* 8814  */ }
/* 8815  */ .careerfy-banner-search-eight input[type="submit"]:hover {
/* 8816  */     background-color: transparent; }
/* 8817  */ /* Blog View6 */
/* 8818  */ .careerfy-blog-view6 figure,.careerfy-blog-view6 figure a,
/* 8819  */ .careerfy-blog-view6 figure img,.careerfy-blog-view6-text,
/* 8820  */ .careerfy-blog-view6-text-wrap,.careerfy-blog-view6-thumb img {
/* 8821  */     float: left;
/* 8822  */     width: 100%;
/* 8823  */ }
/* 8824  */ .careerfy-blog-view6 figure {
/* 8825  */     margin-bottom: 0px; }
/* 8826  */ .careerfy-blog-view6 figure img {
/* 8827  */     border-radius: 6px; }
/* 8828  */ .careerfy-blog-view6-text-wrap {
/* 8829  */     padding: 0px 20px;
/* 8830  */     margin-top: -30px;
/* 8831  */     position: relative;
/* 8832  */ }
/* 8833  */ .careerfy-blog-view6-text {
/* 8834  */     background-color: #ffffff;
/* 8835  */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
/* 8836  */     padding: 22px 25px 38px 25px;
/* 8837  */     border-radius: 6px;
/* 8838  */     position: relative;
/* 8839  */ }
/* 8840  */ .careerfy-blog-view6-text h2 {
/* 8841  */     margin-bottom: 8px;
/* 8842  */     font-size: 16px;
/* 8843  */     font-weight: 600;
/* 8844  */     line-height: 1.3;
/* 8845  */ }
/* 8846  */ .careerfy-blog-view6-text p {
/* 8847  */     margin-bottom: 12px;
/* 8848  */     line-height: 24px;
/* 8849  */ }
/* 8850  */ .careerfy-blog-view6-thumb {

/* style.css */

/* 8851  */     float: left;
/* 8852  */     width: 46px;
/* 8853  */     height: 46px;
/* 8854  */ }
/* 8855  */ .careerfy-blog-view6-thumb img {
/* 8856  */     border-radius: 100%; }
/* 8857  */ .careerfy-blog-view6-thumb ~ .careerfy-blog-view6-thumb-text {
/* 8858  */     margin-left: 64px;
/* 8859  */     margin-top: 24px;
/* 8860  */ }
/* 8861  */ .careerfy-blog-view6-btn {
/* 8862  */     position: absolute;
/* 8863  */     right: -20px;
/* 8864  */     bottom: -15px;
/* 8865  */     padding: 12px;
/* 8866  */     color: #ffffff;
/* 8867  */     font-size: 12px;
/* 8868  */     font-weight: bold;
/* 8869  */     text-transform: uppercase;
/* 8870  */     border-radius: 4px;
/* 8871  */     line-height: 1;
/* 8872  */     border: 1px solid;
/* 8873  */     -webkit-transition: all 0.4s ease-in-out;
/* 8874  */        -moz-transition: all 0.4s ease-in-out;
/* 8875  */         -ms-transition: all 0.4s ease-in-out;
/* 8876  */          -o-transition: all 0.4s ease-in-out;
/* 8877  */             transition: all 0.4s ease-in-out;
/* 8878  */ }
/* 8879  */ .careerfy-blog-view6-btn:hover { background-color: #ffffff; }
/* 8880  */ .careerfy-blog-view6-thumb-text {
/* 8881  */     font-size: 12px;
/* 8882  */     line-height: 1;
/* 8883  */ }
/* 8884  */ .careerfy-blog-view6-thumb-text a.careerfy-blog-view6-title {
/* 8885  */     display: block;
/* 8886  */     font-weight: bold;
/* 8887  */     color: #000;
/* 8888  */ }
/* 8889  */ .careerfy-blog-view6-thumb-text a {
/* 8890  */     display: inline-block;
/* 8891  */     color: #999;
/* 8892  */     margin-top: 5px;
/* 8893  */ }
/* 8894  */ /* View7 PricePlane */
/* 8895  */ .careerfy-view7-priceplane,.view7-priceplane-section,
/* 8896  */ .grab-view7-priceplane,.grab-view7-priceplane ul,
/* 8897  */ .grab-view7-priceplane ul li,.view7-priceplane-section-wrap {
/* 8898  */     float: left;
/* 8899  */     width: 100%;
/* 8900  */ }

/* style.css */

/* 8901  */ .careerfy-view7-priceplane-wrap { padding: 0px; }
/* 8902  */ .grab-view7-priceplane {
/* 8903  */     padding: 12px 30px 30px 30px; }
/* 8904  */ .view7-priceplane-section-wrap { padding: 0px 30px; }
/* 8905  */ .careerfy-view7-priceplane {
/* 8906  */     padding: 30px 0px 0px 0px;
/* 8907  */     background-color: #ffffff;
/* 8908  */     border-radius: 8px;
/* 8909  */ }
/* 8910  */ .view7-priceplane-section {
/* 8911  */     border-bottom: 1px solid #ececec;
/* 8912  */     padding-bottom: 18px;
/* 8913  */ }
/* 8914  */ .view7-priceplane-section h2 {
/* 8915  */     float: left;
/* 8916  */     margin-bottom: 0px;
/* 8917  */     font-size: 24px;
/* 8918  */     font-weight: bold;
/* 8919  */     color: #3b3b3b;
/* 8920  */     width: 67%;
/* 8921  */     text-align: left;
/* 8922  */ }
/* 8923  */ .view7-priceplane-section span {
/* 8924  */     float: right;
/* 8925  */     font-size: 24px;
/* 8926  */     color: #3b3b3b;
/* 8927  */     margin-top: 6px;
/* 8928  */ }
/* 8929  */ .grab-view7-priceplane p {
/* 8930  */     font-size: 12px;
/* 8931  */     margin-bottom: 22px;
/* 8932  */     line-height: 21px;
/* 8933  */ }
/* 8934  */ .grab-view7-priceplane ul li {
/* 8935  */     list-style: none;
/* 8936  */     font-size: 14px;
/* 8937  */     color: #3b3b3b;
/* 8938  */     font-weight: 600;
/* 8939  */     line-height: 1;
/* 8940  */     margin-bottom: 15px;
/* 8941  */     text-align: left;
/* 8942  */ }
/* 8943  */ .grab-view7-priceplane ul li i {
/* 8944  */     margin-right: 10px;
/* 8945  */     color: #00d569;
/* 8946  */ }
/* 8947  */ .grab-view7-priceplane ul li.active { color: #00d569; }
/* 8948  */ .careerfy-view7-priceplane-btn {
/* 8949  */     display: inline-block;
/* 8950  */     padding: 11px 20px 14px 20px;

/* style.css */

/* 8951  */     line-height: 1;
/* 8952  */     font-size: 14px;
/* 8953  */     border-radius: 80px;
/* 8954  */     color: #ffffff;
/* 8955  */     margin-top: 7px;
/* 8956  */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
/* 8957  */     -webkit-transition: all 0.4s ease-in-out;
/* 8958  */        -moz-transition: all 0.4s ease-in-out;
/* 8959  */         -ms-transition: all 0.4s ease-in-out;
/* 8960  */          -o-transition: all 0.4s ease-in-out;
/* 8961  */             transition: all 0.4s ease-in-out;
/* 8962  */ }
/* 8963  */ .careerfy-view7-priceplane-btn i {
/* 8964  */     font-size: 11px;
/* 8965  */     margin-left: 10px;
/* 8966  */ }
/* 8967  */ .careerfy-view7-priceplane-btn:hover { background-color: #ffffff; }
/* 8968  */ .active .grab-view7-priceplane {
/* 8969  */     background-color: #444b8a;
/* 8970  */     border-radius: 0px 0px 8px 8px;
/* 8971  */ }
/* 8972  */ .active .grab-view7-priceplane {
/* 8973  */     padding-top: 32px;
/* 8974  */ }
/* 8975  */ .active .grab-view7-priceplane p,
/* 8976  */ .active .grab-view7-priceplane li {
/* 8977  */     color: #ffffff; }
/* 8978  */ .active .grab-view7-priceplane .careerfy-view7-priceplane-btn { margin-top: 15px; }
/* 8979  */ .careerfy-view7-priceplane.active {
/* 8980  */     -webkit-transform: scale(1.04);
/* 8981  */        -moz-transform: scale(1.04);
/* 8982  */         -ms-transform: scale(1.04);
/* 8983  */          -o-transform: scale(1.04);
/* 8984  */             transform: scale(1.04);
/* 8985  */     position: relative;
/* 8986  */     z-index: 4;
/* 8987  */     margin-top: -15px;
/* 8988  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
/* 8989  */ }
/* 8990  */ .active.careerfy-view7-priceplane { padding-top: 24px; }
/* 8991  */ .careerfy-priceplan-wrapper {
/* 8992  */     width: 890px;
/* 8993  */     margin: 0 auto;
/* 8994  */ }
/* 8995  */
/* 8996  */ /* Header Eight */
/* 8997  */ .careerfy-navigation-wrap {
/* 8998  */     float: left;
/* 8999  */ }
/* 9000  */ .careerfy-header-eight {

/* style.css */

/* 9001  */     position: absolute;
/* 9002  */     left: 0px;
/* 9003  */     top: 0px;
/* 9004  */     width: 100%;
/* 9005  */     z-index: 99;
/* 9006  */ }
/* 9007  */ .admin-bar .careerfy-header-eight { top: 22px; }
/* 9008  */ .admin-bar.careerfy-sticky-header .careerfy-header-eight { top: 32px; }
/* 9009  */ .careerfy-sticky-header .careerfy-header-eight {
/* 9010  */     position: fixed;
/* 9011  */     width: 100%;
/* 9012  */     left: 0px;
/* 9013  */     top: 0px;
/* 9014  */     background-color: rgba(0,0,0,0.70);
/* 9015  */ }
/* 9016  */ .careerfy-sticky-header .careerfy-header-seven {
/* 9017  */     position: fixed;
/* 9018  */     width: 100%;
/* 9019  */     left: 0px;
/* 9020  */     top: 0px;
/* 9021  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 9022  */     z-index: 99999;
/* 9023  */     background-color: #ffffff;
/* 9024  */ }
/* 9025  */ .careerfy-sticky-header .careerfy-header-six {
/* 9026  */     position: fixed;
/* 9027  */     width: 100%;
/* 9028  */     left: 0px;
/* 9029  */     top: 0px;
/* 9030  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
/* 9031  */     z-index: 99999;
/* 9032  */     background-color: #ffffff;
/* 9033  */ }
/* 9034  */ .careerfy-header-eight .careerfy-navigation {
/* 9035  */     float: left; }
/* 9036  */ .careerfy-header-eight .careerfy-logo {
/* 9037  */     width: 25%; }
/* 9038  */ .careerfy-header-eight .careerfy-right {
/* 9039  */     width: 75%; }
/* 9040  */ .careerfy-header-eight .careerfy-logo,
/* 9041  */ .careerfy-header-eight .careerfy-right {
/* 9042  */     float: none;
/* 9043  */     display: inline-block;
/* 9044  */     vertical-align: middle;
/* 9045  */     margin-right: -4px;
/* 9046  */ }
/* 9047  */ .careerfy-headseven-option {
/* 9048  */     float: right;
/* 9049  */ }
/* 9050  */ .careerfy-headseven-option > li {

/* style.css */

/* 9051  */     float: left;
/* 9052  */     list-style: none;
/* 9053  */     line-height: 1;
/* 9054  */     padding-top: 24px;
/* 9055  */     padding-bottom: 15px;
/* 9056  */     margin-left: 10px;
/* 9057  */     position: relative;
/* 9058  */ }
/* 9059  */ .careerfy-headseven-option > li > a {
/* 9060  */     float: left;
/* 9061  */     padding: 12px 20px;
/* 9062  */     color: #ffffff;
/* 9063  */     border-radius: 5px;
/* 9064  */     font-size: 16px;
/* 9065  */     border: 1px solid;
/* 9066  */     -webkit-transition: all 0.4s ease-in-out;
/* 9067  */        -moz-transition: all 0.4s ease-in-out;
/* 9068  */         -ms-transition: all 0.4s ease-in-out;
/* 9069  */          -o-transition: all 0.4s ease-in-out;
/* 9070  */             transition: all 0.4s ease-in-out;
/* 9071  */ }
/* 9072  */ .careerfy-headseven-option > li:hover > a {
/* 9073  */     background-color: transparent;
/* 9074  */ }
/* 9075  */ .careerfy-headseven-option ul {
/* 9076  */     background-color: #ffffff;
/* 9077  */     left: 0;
/* 9078  */     margin: 0px 0px 0px 0px;
/* 9079  */     padding: 0px 20px;
/* 9080  */     opacity: 0;
/* 9081  */     position: absolute;
/* 9082  */     top: 100%;
/* 9083  */     visibility: hidden;
/* 9084  */     width: 200px;
/* 9085  */     z-index: 999;
/* 9086  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
/* 9087  */     -webkit-transform: translateX(10px);
/* 9088  */        -moz-transform: translateX(10px);
/* 9089  */         -ms-transform: translateX(10px);
/* 9090  */          -o-transform: translateX(10px);
/* 9091  */             transform: translateX(10px);
/* 9092  */     -webkit-transition: all 0.5s ease-in-out;
/* 9093  */        -moz-transition: all 0.5s ease-in-out;
/* 9094  */         -ms-transition: all 0.5s ease-in-out;
/* 9095  */          -o-transition: all 0.5s ease-in-out;
/* 9096  */             transition: all 0.5s ease-in-out;
/* 9097  */ }
/* 9098  */ .careerfy-headseven-option > li:hover > ul {
/* 9099  */     opacity: 1;
/* 9100  */     visibility: visible;

/* style.css */

/* 9101  */     -webkit-transform: translateX(0px);
/* 9102  */        -moz-transform: translateX(0px);
/* 9103  */         -ms-transform: translateX(0px);
/* 9104  */          -o-transform: translateX(0px);
/* 9105  */             transform: translateX(0px);
/* 9106  */ }
/* 9107  */ .careerfy-headseven-option ul li {
/* 9108  */     float: left;
/* 9109  */     width: 100%;
/* 9110  */     list-style: none;
/* 9111  */ }
/* 9112  */ .careerfy-headseven-option ul li a {
/* 9113  */     border-bottom: 1px solid #f2f2f2;
/* 9114  */     color: #656c6c;
/* 9115  */     float: left;
/* 9116  */     font-size: 14px;
/* 9117  */     font-weight: 400;
/* 9118  */     padding: 10px 0px;
/* 9119  */     width: 100%;
/* 9120  */     -webkit-transition: all 0.5s ease-in-out;
/* 9121  */        -moz-transition: all 0.5s ease-in-out;
/* 9122  */         -ms-transition: all 0.5s ease-in-out;
/* 9123  */          -o-transition: all 0.5s ease-in-out;
/* 9124  */             transition: all 0.5s ease-in-out;
/* 9125  */ }
/* 9126  */ .careerfy-headseven-option ul li a i { margin-right: 6px; }
/* 9127  */ .careerfy-navigation-wrapper {
/* 9128  */     float: left;
/* 9129  */ }
/* 9130  */ /* Mega Menu */
/* 9131  */ #careerfy-header .container { position: relative; }
/* 9132  */ .navbar-nav > li.careerfy-megamenu-li,#careerfy-header [class*="col-md-"],
/* 9133  */ .careerfy-header-one .navigation-sub,.careerfy-navigation.navbar { position: static; }
/* 9134  */ .careerfy-header-one .careerfy-megamenu > [class*="col-md-"] { vertical-align: top; }
/* 9135  */ .careerfy-megamenu {
/* 9136  */     position: absolute;
/* 9137  */     left: 0%;
/* 9138  */     top: 100%;
/* 9139  */     width: 100%;
/* 9140  */     background-color: #fff;
/* 9141  */     padding: 28px 40px;
/* 9142  */     margin: 10px 0px 0px 0px;
/* 9143  */     opacity: 0;
/* 9144  */     visibility: hidden;
/* 9145  */     z-index: 10;
/* 9146  */     border: 1px solid #eee;
/* 9147  */
/* 9148  */     -webkit-transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2);
/* 9149  */        -moz-transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2);
/* 9150  */         -ms-transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2);

/* style.css */

/* 9151  */          -o-transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2);
/* 9152  */             transition: all 0.6s cubic-bezier(0.68, -1, 0.265, 2);
/* 9153  */
/* 9154  */     -webkit-transform: translateY(50px);
/* 9155  */        -moz-transform: translateY(50px);
/* 9156  */         -ms-transform: translateY(50px);
/* 9157  */          -o-transform: translateY(50px);
/* 9158  */             transform: translateY(50px);
/* 9159  */ }
/* 9160  */ .navbar-nav > li:hover .careerfy-megamenu {
/* 9161  */     opacity: 1;
/* 9162  */     visibility: visible;
/* 9163  */
/* 9164  */     -webkit-transform: translateY(0px);
/* 9165  */        -moz-transform: translateY(0px);
/* 9166  */         -ms-transform: translateY(0px);
/* 9167  */          -o-transform: translateY(0px);
/* 9168  */             transform: translateY(0px);
/* 9169  */ }
/* 9170  */ .careerfy-megamenu li { list-style: none; }
/* 9171  */ .careerfy-megamenu li h5 {
/* 9172  */     text-transform: uppercase;
/* 9173  */     font-size: 12px;
/* 9174  */     font-weight: bold;
/* 9175  */     color: #353535;
/* 9176  */     margin-bottom: 18px;
/* 9177  */ }
/* 9178  */ .careerfy-megamenu li h4 {
/* 9179  */     text-transform: uppercase;
/* 9180  */     margin-bottom: 26px;
/* 9181  */ }
/* 9182  */ .careerfy-thumbnail {
/* 9183  */     display: block;
/* 9184  */     margin-bottom: 20px;
/* 9185  */ }
/* 9186  */ .careerfy-thumbnail img {
/* 9187  */     width: 100%;
/* 9188  */ }
/* 9189  */ /* Mega Menu List */
/* 9190  */ .careerfy-megalist {
/* 9191  */     float: left;
/* 9192  */     width: 100%;
/* 9193  */     margin: 10px 0px 0px 0px;
/* 9194  */ }
/* 9195  */ .careerfy-megalist li {
/* 9196  */     float: left;
/* 9197  */     width: 100%;
/* 9198  */     list-style: none;
/* 9199  */     border-bottom: 1px solid #f8f8f8;
/* 9200  */     padding: 8px 0px 8px 0px;

/* style.css */

/* 9201  */     position: relative;
/* 9202  */ }
/* 9203  */ .careerfy-megalist li:last-child {
/* 9204  */     border-bottom: none;
/* 9205  */     padding-bottom: 0px;
/* 9206  */ }
/* 9207  */ .careerfy-mega-text p { margin-bottom: 30px; }
/* 9208  */ /* Footer Eight */
/* 9209  */ .careerfy-footer-six,.copyright-six,
/* 9210  */ .careerfy-footer-call-action,.careerfy-copyright-wrap {
/* 9211  */     float: left;
/* 9212  */     width: 100%;
/* 9213  */ }
/* 9214  */ .careerfy-footer-six {
/* 9215  */     padding-top: 60px;
/* 9216  */ }
/* 9217  */ /* Footer Call Action */
/* 9218  */ .careerfy-footer-call-action {
/* 9219  */     padding: 40px 40px 20px 40px;
/* 9220  */     border-radius: 16px;
/* 9221  */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
/* 9222  */     margin-bottom: 60px;
/* 9223  */ }
/* 9224  */ .careerfy-footer-call-action h2 {
/* 9225  */     font-size: 30px;
/* 9226  */     margin-bottom: 12px;
/* 9227  */ }
/* 9228  */ .careerfy-footer-reg-btn { float: right; }
/* 9229  */ .footer-register-btn {
/* 9230  */     display: inline-block;
/* 9231  */     font-size: 16px;
/* 9232  */     line-height: 1;
/* 9233  */     padding: 16px 21px;
/* 9234  */     border-radius: 6px;
/* 9235  */     color: #ffffff;
/* 9236  */     margin-top: 17px;
/* 9237  */     border: 1px solid;
/* 9238  */     -webkit-transition: all 0.4s ease-in-out;
/* 9239  */        -moz-transition: all 0.4s ease-in-out;
/* 9240  */         -ms-transition: all 0.4s ease-in-out;
/* 9241  */          -o-transition: all 0.4s ease-in-out;
/* 9242  */             transition: all 0.4s ease-in-out;
/* 9243  */ }
/* 9244  */ .footer-register-btn:hover { background-color: #ffffff; }
/* 9245  */ .careerfy-footer-six .widget_nav_menu ul li a:before {
/* 9246  */     display: none; }
/* 9247  */ .careerfy-footer-six .widget_nav_menu ul li a,
/* 9248  */ .careerfy-footer-six .widget_footer_contact p {
/* 9249  */     font-size: 13px; }
/* 9250  */ .careerfy-footer-six .widget_footer_contact p {

/* style.css */

/* 9251  */     margin-bottom: 24px; }
/* 9252  */ /* CopyRight Six */
/* 9253  */ .careerfy-copyright-wrap {
/* 9254  */     border-top: 1px solid;
/* 9255  */     padding: 23px 0px 16px 0px;
/* 9256  */ }
/* 9257  */ .copyright-six .footer-menu li {
/* 9258  */     float: left;
/* 9259  */     list-style: none;
/* 9260  */     margin-right: 40px;
/* 9261  */     margin-bottom: 5px;
/* 9262  */ }
/* 9263  */ .copyright-six p {
/* 9264  */     font-size: 12px;
/* 9265  */     float: right;
/* 9266  */     margin-bottom: 0px;
/* 9267  */     margin-right: 30px;
/* 9268  */ }
/* 9269  */ .body-nowhite-bg .widget-text-info,.body-nowhite-bg .widget_faq {
/* 9270  */     padding: 15px;
/* 9271  */ }
/* 9272  */ .careerfy-blog-grid-text,.widget-text-info,.widget_faq,
/* 9273  */ .body-nowhite-bg .careerfy-main-content .widget,.content-col-wrap,
/* 9274  */ .careerfy-blog-medium-text,.careerfy-news-grid-wrap {
/* 9275  */     background-color: #ffffff;
/* 9276  */ }
/* 9277  */ .body-nowhite-bg .careerfy-main-content .widget {
/* 9278  */     padding: 14px;
/* 9279  */ }
/* 9280  */ .body-nowhite-bg .content-col-wrap {
/* 9281  */     float: left;
/* 9282  */     width: 94%;
/* 9283  */     margin-left: 30px;
/* 9284  */     margin-right: 20px;
/* 9285  */ }
/* 9286  */ .body-nowhite-bg .content-col-wrap {
/* 9287  */     padding: 20px; }
/* 9288  */
/* 9289  */ .common-header-transparent ~ .careerfy-subheader-with-bg .careerfy-page-title {
/* 9290  */     padding: 90px 0px 44px 0px;
/* 9291  */ }
/* 9292  */ .careerfy-jobdetail-content .careerfy-jobdetail-services ul li {
/* 9293  */     float: none;
/* 9294  */     display: inline-block;
/* 9295  */     vertical-align: top;
/* 9296  */     margin-right: -4px;
/* 9297  */ }
/* 9298  */ .careerfy-employer-slider {
/* 9299  */     display: none; }
/* 9300  */ body.active .careerfy-employer-slider {

/* style.css */

/* 9301  */     display: block; }
/* 9302  */ .careerfy-banner-search-eight .sugg-search-loader {
/* 9303  */     position: absolute;
/* 9304  */     right: 30px;
/* 9305  */     top: 35px;
/* 9306  */     color: #999;
/* 9307  */     font-size: 20px;
/* 9308  */ }
/* 9309  */ .careerfy-banner-search-seven .sugg-search-loader {
/* 9310  */     position: absolute;
/* 9311  */     right: 50px;
/* 9312  */     top: 0px;
/* 9313  */     color: #999;
/* 9314  */     font-size: 20px;
/* 9315  */ }
/* 9316  */ .careerfy-banner-search-six .sugg-search-loader {
/* 9317  */     position: absolute;
/* 9318  */     right: 20px;
/* 9319  */     top: 13px;
/* 9320  */ }
/* 9321  */ .careerfy-banner-search-six .sugg-search-loader i {
/* 9322  */     color: #999;
/* 9323  */     font-size: 16px;
/* 9324  */ }
/* 9325  */ .careerfy-banner-search-two .sugg-search-loader {
/* 9326  */     position: absolute;
/* 9327  */     right: 22px;
/* 9328  */     top: -7px;
/* 9329  */ }
/* 9330  */ .careerfy-banner-search-six .selectize-control.single .selectize-input {
/* 9331  */     padding: 17px 18px; }
/* 9332  */ .careerfy-banner-search-six .selectize-control.single .selectize-input input {
/* 9333  */     height: auto; }
/* 9334  */
/* 9335  */
/* 9336  */ /* HomePage Nine */
/* 9337  */ .careerfy-header-nine,.careerfy-topstrip,
/* 9338  */ .careerfy-headernine-main {
/* 9339  */     float: left;
/* 9340  */     width: 100%;
/* 9341  */ }
/* 9342  */ .careerfy-header-nine {
/* 9343  */     position: relative;
/* 9344  */     z-index: 99;
/* 9345  */ }
/* 9346  */ /* TopStrip */
/* 9347  */ .careerfy-topstrip {
/* 9348  */     background-color: #f1f1f1; }
/* 9349  */ .careerfy-topstrip p {
/* 9350  */     float: left;

/* style.css */

/* 9351  */     margin: 8px 30px 0px 0px;
/* 9352  */ }
/* 9353  */ .careerfy-topstrip p,
/* 9354  */ .careerfy-topstrip p a {
/* 9355  */     color: #666666;
/* 9356  */     font-weight: 500;
/* 9357  */ }
/* 9358  */ .careerfy-topstrip p i {
/* 9359  */     font-size: 13px;
/* 9360  */     margin: 8px 11px 0px 0px;
/* 9361  */     float: left;
/* 9362  */ }
/* 9363  */ .careerfy-stripuser {
/* 9364  */     float: right; }
/* 9365  */ .careerfy-stripuser ul.nav-item-children,
/* 9366  */ .careerfy-headerfifteen-user .nav-item-children,
/* 9367  */ .careerfy-header-twelve .nav-item-children,
/* 9368  */ .careerfy-header-thirteen .nav-item-children,
/* 9369  */ .careerfy-headersixteen-user .nav-item-children,
/* 9370  */ .careerfy-header-seventeen .nav-item-children,
/* 9371  */ .careerfy-header-eighteen .nav-item-children,
/* 9372  */ .careerfy-header-fourteen .nav-item-children,
/* 9373  */ .jobsearch-header-eight .jobsearch-headeight-option .nav-item-children,
/* 9374  */ .careerfy-header-twentytwo-user .nav-item-children {
/* 9375  */     background-color: #ffffff;
/* 9376  */     right: 0;
/* 9377  */     margin: 5px 0px 0px 0px;
/* 9378  */     padding: 0px 20px;
/* 9379  */     opacity: 0;
/* 9380  */     position: absolute;
/* 9381  */     top: 100%;
/* 9382  */     visibility: hidden;
/* 9383  */     width: 200px;
/* 9384  */     z-index: 9999;
/* 9385  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
/* 9386  */     -webkit-transform: translateX(10px);
/* 9387  */        -moz-transform: translateX(10px);
/* 9388  */         -ms-transform: translateX(10px);
/* 9389  */          -o-transform: translateX(10px);
/* 9390  */             transform: translateX(10px);
/* 9391  */     -webkit-transition: all 0.5s ease-in-out;
/* 9392  */        -moz-transition: all 0.5s ease-in-out;
/* 9393  */         -ms-transition: all 0.5s ease-in-out;
/* 9394  */          -o-transition: all 0.5s ease-in-out;
/* 9395  */             transition: all 0.5s ease-in-out;
/* 9396  */ }
/* 9397  */ .careerfy-sticky-header .nav-item-children,
/* 9398  */ .careerfy-sticky-header .careerfy-header-twenty-user .nav-item-children,
/* 9399  */ .careerfy-sticky-header .careerfy-header-twentytwo-user .nav-item-children,
/* 9400  */ .careerfy-sticky-header .careerfy-user-section ul.nav-item-children {

/* style.css */

/* 9401  */     width: 350px; }
/* 9402  */ .careerfy-sticky-header .nav-item-children li,
/* 9403  */ .careerfy-sticky-header .careerfy-header-twentytwo-user .nav-item-children li,
/* 9404  */ .careerfy-sticky-header .careerfy-user-section ul.nav-item-children > li {
/* 9405  */     width: 50%; }
/* 9406  */ .careerfy-headerfifteen-user .nav-item-children {
/* 9407  */     left: auto;
/* 9408  */     right: 0px;
/* 9409  */ }
/* 9410  */ .careerfy-header-twelve .nav-item-children,
/* 9411  */ .careerfy-header-twelve .nav-item-children li,
/* 9412  */ .careerfy-header-thirteen .nav-item-children li,
/* 9413  */ .careerfy-headersixteen-user .nav-item-children,
/* 9414  */ .careerfy-header-eighteen .nav-item-children,
/* 9415  */ .careerfy-header-fourteen .nav-item-children,
/* 9416  */ .jobsearch-header-eight .jobsearch-headeight-option .nav-item-children,
/* 9417  */ .careerfy-header-twentytwo-user .nav-item-children {
/* 9418  */     text-align: left; }
/* 9419  */ .careerfy-stripuser > li:hover > ul.nav-item-children,
/* 9420  */ .careerfy-headerfifteen-user > li:hover > .nav-item-children,
/* 9421  */ .careerfy-headertwelve-user > li:hover > .nav-item-children,
/* 9422  */ .careerfy-headerthirteen-user > li:hover > .nav-item-children,
/* 9423  */ .careerfy-headersixteen-user > li:hover > .nav-item-children,
/* 9424  */ .careerfy-header-seventeen .careerfy-headerseventeen-user > li:hover > .nav-item-children,
/* 9425  */ .careerfy-header-eighteen .careerfy-headereighteen-user > li:hover > .nav-item-children,
/* 9426  */ .careerfy-header-fourteen .careerfy-headerfourteen-user > li:hover > .nav-item-children,
/* 9427  */ .jobsearch-header-eight .jobsearch-headeight-option > li:hover > .nav-item-children,
/* 9428  */ .careerfy-header-twentytwo-user > li:hover > .nav-item-children {
/* 9429  */     opacity: 1;
/* 9430  */     visibility: visible;
/* 9431  */     -webkit-transform: translateX(0px);
/* 9432  */        -moz-transform: translateX(0px);
/* 9433  */         -ms-transform: translateX(0px);
/* 9434  */          -o-transform: translateX(0px);
/* 9435  */             transform: translateX(0px);
/* 9436  */ }
/* 9437  */ .careerfy-stripuser ul.nav-item-children li,
/* 9438  */ .careerfy-headerfifteen-user .nav-item-children li,
/* 9439  */ .careerfy-header-twelve .nav-item-children li,
/* 9440  */ .careerfy-header-thirteen .nav-item-children li,
/* 9441  */ .careerfy-headersixteen-user .nav-item-children li,
/* 9442  */ .careerfy-header-seventeen .nav-item-children li,
/* 9443  */ .careerfy-header-eighteen .nav-item-children li,
/* 9444  */ .careerfy-header-fourteen .nav-item-children li,
/* 9445  */ .jobsearch-header-eight .jobsearch-headeight-option .nav-item-children li,
/* 9446  */ .careerfy-header-twentytwo-user .nav-item-children li {
/* 9447  */     float: left;
/* 9448  */     width: 100%;
/* 9449  */     list-style: none;
/* 9450  */ }

/* style.css */

/* 9451  */ .careerfy-sticky-header .careerfy-stripuser ul.nav-item-children li,
/* 9452  */ .careerfy-sticky-header .careerfy-headerfifteen-user .nav-item-children li,
/* 9453  */ .careerfy-sticky-header .careerfy-header-twelve .nav-item-children li,
/* 9454  */ .careerfy-sticky-header .careerfy-header-thirteen .nav-item-children li,
/* 9455  */ .careerfy-sticky-header .careerfy-headersixteen-user .nav-item-children li,
/* 9456  */ .careerfy-sticky-header .careerfy-header-seventeen .nav-item-children li,
/* 9457  */ .careerfy-sticky-header .careerfy-header-eighteen .nav-item-children li,
/* 9458  */ .careerfy-sticky-header .careerfy-header-fourteen .nav-item-children li,
/* 9459  */ .careerfy-sticky-header .careerfy-header-twenty-user .nav-item-children li {
/* 9460  */     width: 50%;
/* 9461  */ }
/* 9462  */ .careerfy-stripuser ul.nav-item-children li a,
/* 9463  */ .careerfy-headerfifteen-user .nav-item-children li a,
/* 9464  */ .careerfy-header-twelve .nav-item-children li a,
/* 9465  */ .careerfy-header-thirteen .nav-item-children li a,
/* 9466  */ .careerfy-headersixteen-user .nav-item-children li a,
/* 9467  */ .careerfy-header-seventeen .nav-item-children li a,
/* 9468  */ .careerfy-header-eighteen .nav-item-children li a,
/* 9469  */ .careerfy-header-fourteen .nav-item-children li a,
/* 9470  */ .jobsearch-header-eight .jobsearch-headeight-option .nav-item-children li a,
/* 9471  */ .careerfy-header-twentytwo-user .nav-item-children li a {
/* 9472  */     border-bottom: 1px solid #f2f2f2;
/* 9473  */     color: #656c6c;
/* 9474  */     float: left;
/* 9475  */     font-size: 14px;
/* 9476  */     font-weight: 400;
/* 9477  */     padding: 10px 0px;
/* 9478  */     width: 100%;
/* 9479  */     -webkit-transition: all 0.5s ease-in-out;
/* 9480  */        -moz-transition: all 0.5s ease-in-out;
/* 9481  */         -ms-transition: all 0.5s ease-in-out;
/* 9482  */          -o-transition: all 0.5s ease-in-out;
/* 9483  */             transition: all 0.5s ease-in-out;
/* 9484  */ }
/* 9485  */  .careerfy-headerfifteen-user .nav-item-children li a i {
/* 9486  */     float: right;
/* 9487  */     margin: 7px 0px 0px 7px;
/* 9488  */  }
/* 9489  */   .careerfy-header-twelve .nav-item-children li a i,
/* 9490  */   .careerfy-header-thirteen .nav-item-children li i,
/* 9491  */   .careerfy-headersixteen-user .nav-item-children li i,
/* 9492  */   .careerfy-header-seventeen .nav-item-children li i,
/* 9493  */   .careerfy-header-eighteen .nav-item-children li i,
/* 9494  */   .careerfy-header-fourteen .nav-item-children li i,
/* 9495  */   .jobsearch-header-eight .jobsearch-headeight-option .nav-item-children li i,
/* 9496  */   .careerfy-header-twentyone-user .nav-item-children li a i,
/* 9497  */   .careerfy-header-twentytwo-user .nav-item-children li a i {
/* 9498  */     float: left;
/* 9499  */     margin: 7px 7px 0px 0px;
/* 9500  */  }

/* style.css */

/* 9501  */ .careerfy-stripuser > li {
/* 9502  */     float: left;
/* 9503  */     list-style: none;
/* 9504  */     padding: 0px 20px;
/* 9505  */     line-height: 1;
/* 9506  */     border-left: 1px solid #999999;
/* 9507  */     margin: 15px 0px;
/* 9508  */     position: relative;
/* 9509  */ }
/* 9510  */ .careerfy-stripuser li:last-child {
/* 9511  */     padding-right: 0px; }
/* 9512  */ .careerfy-stripuser li:first-child {
/* 9513  */     border: none; }
/* 9514  */ .careerfy-stripuser li a {
/* 9515  */     color: #666666;
/* 9516  */     font-size: 14px;
/* 9517  */     font-weight: 500;
/* 9518  */     display: inline-block;
/* 9519  */ }
/* 9520  */ .careerfy-stripuser li a i {
/* 9521  */     font-size: 16px;
/* 9522  */     float: left;
/* 9523  */     margin: 0px 11px 0px 0px;
/* 9524  */ }
/* 9525  */ /* Main Header */
/* 9526  */ .careerfy-headernine-main {
/* 9527  */     box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.08);
/* 9528  */ }
/* 9529  */ .careerfy-header-nine .careerfy-logo {
/* 9530  */     float: none;
/* 9531  */     display: inline-block;
/* 9532  */     width: 35%;
/* 9533  */     margin: 27px 0px;
/* 9534  */     vertical-align: middle;
/* 9535  */     margin-right: -4px;
/* 9536  */ }
/* 9537  */ .careerfy-header-nine .careerfy-right {
/* 9538  */     display: inline-block;
/* 9539  */     float: none;
/* 9540  */     vertical-align: middle;
/* 9541  */     width: 65%;
/* 9542  */     text-align: center;
/* 9543  */ }
/* 9544  */ .careerfy-headernine-main .jobsearch-navigation {
/* 9545  */     display: inline-block;
/* 9546  */     vertical-align: middle;
/* 9547  */ }
/* 9548  */ .careerfy-header-nine .navbar-nav > li > a {
/* 9549  */     font-size: 15px;
/* 9550  */     color: #000000;

/* style.css */

/* 9551  */     font-weight: 500;
/* 9552  */ }
/* 9553  */ .careerfy-header-nine .navbar-nav > li {
/* 9554  */     padding: 0px 15px 0px 15px; }
/* 9555  */ .careerfy-header-nine .navbar-nav > li > a {
/* 9556  */     padding: 41px 0px; }
/* 9557  */ .careerfy-headernine-btn {
/* 9558  */     display: inline-block;
/* 9559  */     background-color: #dddddd;
/* 9560  */     padding: 8px 15px;
/* 9561  */     color: #000000;
/* 9562  */     font-size: 15px;
/* 9563  */     font-weight: 500;
/* 9564  */     border-radius: 80px;
/* 9565  */     line-height: 1;
/* 9566  */     margin-left: 7px;
/* 9567  */     -webkit-transition: all 0.4s ease-in-out;
/* 9568  */        -moz-transition: all 0.4s ease-in-out;
/* 9569  */         -ms-transition: all 0.4s ease-in-out;
/* 9570  */          -o-transition: all 0.4s ease-in-out;
/* 9571  */             transition: all 0.4s ease-in-out;
/* 9572  */ }
/* 9573  */ .careerfy-headernine-btn:hover {
/* 9574  */     color: #ffffff; }
/* 9575  */ .careerfy-header-nine .navbar-nav > li > a:before {
/* 9576  */     height: 3px; }
/* 9577  */ /* Banner Nine */
/* 9578  */ .careerfy-banner-nine {
/* 9579  */     float: left;
/* 9580  */     width: 100%;
/* 9581  */ }
/* 9582  */ .careerfy-bannernine-layer:before {
/* 9583  */     content: '';
/* 9584  */     position: absolute;
/* 9585  */     left: 0px;
/* 9586  */     top: 0px;
/* 9587  */     width: 100%;
/* 9588  */     height: 100%;
/* 9589  */     background: url(images/banner-nine-pattren.png);
/* 9590  */     background-repeat: no-repeat;
/* 9591  */     z-index: 9;
/* 9592  */ }
/* 9593  */ @media screen and (min-width: 991px) and (max-width: 1400px) {
/* 9594  */     .careerfy-bannernine-layer:before {
/* 9595  */         background: url(images/banner-nine-pattren-2.png);
/* 9596  */         background-repeat: no-repeat;
/* 9597  */     }
/* 9598  */ }
/* 9599  */ .careerfy-bannernine-layer {
/* 9600  */     position: relative; }

/* style.css */

/* 9601  */ .careerfy-bannernine-caption {
/* 9602  */     position: absolute;
/* 9603  */     left: 0px;
/* 9604  */     top: 50%;
/* 9605  */     width: 100%;
/* 9606  */     z-index: 12;
/* 9607  */     margin-top: -200px;
/* 9608  */ }
/* 9609  */ .careerfy-bannernine-thumb {
/* 9610  */     float: right; }
/* 9611  */ .careerfy-bannernine-caption-inner {
/* 9612  */     display: inline-block;
/* 9613  */     width: 54%;
/* 9614  */ }
/* 9615  */ .careerfy-bannernine-caption span {
/* 9616  */     font-size: 24px;
/* 9617  */     color: #000000;
/* 9618  */     font-weight: 300;
/* 9619  */     display: inline-block;
/* 9620  */     margin-bottom: 11px;
/* 9621  */ }
/* 9622  */ .careerfy-bannernine-caption h1 {
/* 9623  */     font-size: 40px;
/* 9624  */     font-weight: 700;
/* 9625  */     color: #000000;
/* 9626  */     margin-bottom: 6px;
/* 9627  */     line-height: 1.2;
/* 9628  */ }
/* 9629  */ .careerfy-bannernine-caption h2 {
/* 9630  */     font-size: 70px;
/* 9631  */     font-weight: 300;
/* 9632  */     color: #000;
/* 9633  */     margin-bottom: 11px;
/* 9634  */     line-height: 1.1;
/* 9635  */ }
/* 9636  */ .careerfy-bannernine-caption p {
/* 9637  */     font-size: 18px;
/* 9638  */     font-weight: 500;
/* 9639  */     color: #000000;
/* 9640  */     margin-bottom: 25px;
/* 9641  */     line-height: 1.3;
/* 9642  */ }
/* 9643  */ .careerfy-bannernine-caption a {
/* 9644  */     display: inline-block;
/* 9645  */     font-size: 18px;
/* 9646  */     font-weight: 400;
/* 9647  */     color: #ffffff;
/* 9648  */     padding: 13px 34px;
/* 9649  */     line-height: 1;
/* 9650  */     text-transform: uppercase;

/* style.css */

/* 9651  */     border-radius: 80px;
/* 9652  */     border: 2px solid;
/* 9653  */     -webkit-transition: all 0.4s ease-in-out;
/* 9654  */        -moz-transition: all 0.4s ease-in-out;
/* 9655  */         -ms-transition: all 0.4s ease-in-out;
/* 9656  */          -o-transition: all 0.4s ease-in-out;
/* 9657  */             transition: all 0.4s ease-in-out;
/* 9658  */ }
/* 9659  */ .careerfy-bannernine-caption a:hover {
/* 9660  */     opacity: 0.80; }
/* 9661  */ /* Call To Action Nine */
/* 9662  */ .careerfy-callaction-nine {
/* 9663  */     float: left;
/* 9664  */     width: 100%;
/* 9665  */     padding: 32px 0px;
/* 9666  */ }
/* 9667  */ .careerfy-callaction-nine h2 {
/* 9668  */     display: inline-block;
/* 9669  */     font-size: 20px;
/* 9670  */     color: #ffffff;
/* 9671  */     margin: 9px 0px 0px 0px;
/* 9672  */     font-weight: 300;
/* 9673  */ }
/* 9674  */ .careerfy-callaction-nine a {
/* 9675  */     float: right;
/* 9676  */     padding: 12px 45px;
/* 9677  */     line-height: 1;
/* 9678  */     font-size: 18px;
/* 9679  */     font-weight: 500;
/* 9680  */     border-radius: 80px;
/* 9681  */     background-color: #ffffff;
/* 9682  */     text-transform: uppercase;
/* 9683  */     letter-spacing: 1px;
/* 9684  */     border: 2px solid #ffffff;
/* 9685  */     -webkit-transition: all 0.4s ease-in-out;
/* 9686  */        -moz-transition: all 0.4s ease-in-out;
/* 9687  */         -ms-transition: all 0.4s ease-in-out;
/* 9688  */          -o-transition: all 0.4s ease-in-out;
/* 9689  */             transition: all 0.4s ease-in-out;
/* 9690  */ }
/* 9691  */ .careerfy-callaction-nine a:hover {
/* 9692  */     color: #ffffff; }
/* 9693  */ /* Services Video */
/* 9694  */ .careerfy-services-video,
/* 9695  */ .careerfy-services-video figure,
/* 9696  */ .careerfy-services-video figure a,
/* 9697  */ .careerfy-services-video figure img {
/* 9698  */     float: left;
/* 9699  */     width: 100%;
/* 9700  */ }

/* style.css */

/* 9701  */ .careerfy-services-video {
/* 9702  */     position: relative; }
/* 9703  */ .careerfy-services-video .slick-list {
/* 9704  */     margin: 0px -15px; }
/* 9705  */ .careerfy-services-video figure {
/* 9706  */     margin-bottom: 17px;
/* 9707  */     border-radius: 4px;
/* 9708  */ }
/* 9709  */ .careerfy-services-video figure img,
/* 9710  */ .careerfy-services-video figure span {
/* 9711  */     border-radius: 4px;
/* 9712  */ }
/* 9713  */ .careerfy-services-video-layer {
/* 9714  */     padding: 0px 15px;
/* 9715  */ }
/* 9716  */ .careerfy-services-video figure span {
/* 9717  */     position: absolute;
/* 9718  */     left: 0px;
/* 9719  */     top: 0px;
/* 9720  */     width: 100%;
/* 9721  */     height: 100%;
/* 9722  */     background-color: rgba(0,0,0,0.40);
/* 9723  */     -webkit-transition: all 0.4s ease-in-out;
/* 9724  */        -moz-transition: all 0.4s ease-in-out;
/* 9725  */         -ms-transition: all 0.4s ease-in-out;
/* 9726  */          -o-transition: all 0.4s ease-in-out;
/* 9727  */             transition: all 0.4s ease-in-out;
/* 9728  */ }
/* 9729  */ .careerfy-services-video .careerfy-services-video-layer:hover figure span {
/* 9730  */     background-color: rgba(0,0,0,0.20); }
/* 9731  */ .careerfy-services-video .careerfy-services-video-layer:hover figure i {
/* 9732  */     -webkit-transform: scale(1.5);
/* 9733  */        -moz-transform: scale(1.5);
/* 9734  */         -ms-transform: scale(1.5);
/* 9735  */          -o-transform: scale(1.5);
/* 9736  */             transform: scale(1.5);
/* 9737  */ }
/* 9738  */ .careerfy-services-video figure i {
/* 9739  */     position: absolute;
/* 9740  */     left: 50%;
/* 9741  */     top: 50%;
/* 9742  */     font-size: 42px;
/* 9743  */     color: #ffffff;
/* 9744  */     margin: -20px 0px 0px -25px;
/* 9745  */     -webkit-transition: all 0.4s ease-in-out;
/* 9746  */        -moz-transition: all 0.4s ease-in-out;
/* 9747  */         -ms-transition: all 0.4s ease-in-out;
/* 9748  */          -o-transition: all 0.4s ease-in-out;
/* 9749  */             transition: all 0.4s ease-in-out;
/* 9750  */ }

/* style.css */

/* 9751  */ .careerfy-services-video h2 {
/* 9752  */     font-size: 16px;
/* 9753  */     margin-bottom: 2px;
/* 9754  */     font-weight: 700;
/* 9755  */     color: #000;
/* 9756  */ }
/* 9757  */ .careerfy-services-video p {
/* 9758  */     font-size: 14px;
/* 9759  */     color: #777777;
/* 9760  */     margin-bottom: 0px;
/* 9761  */     line-height: 1.4;
/* 9762  */ }
/* 9763  */ .careerfy-services-video .slick-arrow {
/* 9764  */     position: absolute;
/* 9765  */     left: -94px;
/* 9766  */     top: 50%;
/* 9767  */     width: 44px;
/* 9768  */     height: 44px;
/* 9769  */     border: 1px solid #999999;
/* 9770  */     font-size: 17px;
/* 9771  */     text-align: center;
/* 9772  */     border-radius: 100%;
/* 9773  */     padding-top: 8px;
/* 9774  */     line-height: 1.4;
/* 9775  */     margin-top: -35px;
/* 9776  */     cursor: pointer;
/* 9777  */     -webkit-transition: all 0.4s ease-in-out;
/* 9778  */        -moz-transition: all 0.4s ease-in-out;
/* 9779  */         -ms-transition: all 0.4s ease-in-out;
/* 9780  */          -o-transition: all 0.4s ease-in-out;
/* 9781  */             transition: all 0.4s ease-in-out;
/* 9782  */ }
/* 9783  */ .careerfy-services-video .slick-arrow-left.slick-arrow {
/* 9784  */     -webkit-transform: scale(-1);
/* 9785  */        -moz-transform: scale(-1);
/* 9786  */         -ms-transform: scale(-1);
/* 9787  */          -o-transform: scale(-1);
/* 9788  */             transform: scale(-1);
/* 9789  */ }
/* 9790  */ .careerfy-services-video .slick-arrow-right.slick-arrow {
/* 9791  */     left: auto;
/* 9792  */     right: -94px;
/* 9793  */ }
/* 9794  */ .careerfy-services-video .slick-arrow:hover {
/* 9795  */     color: #ffffff; }
/* 9796  */ /* Fancy Title Nine */
/* 9797  */ .careerfy-fancy-title-nine {
/* 9798  */     float: left;
/* 9799  */     width: 100%;
/* 9800  */     text-align: center;

/* style.css */

/* 9801  */     margin-bottom: 37px;
/* 9802  */ }
/* 9803  */ .careerfy-fancy-title-nine h2 {
/* 9804  */     margin-bottom: 0px;
/* 9805  */     font-size: 44px;
/* 9806  */     font-weight: 700;
/* 9807  */     color: #000;
/* 9808  */     line-height: 1.5;
/* 9809  */ }
/* 9810  */ .careerfy-color-title h2,
/* 9811  */ .careerfy-fancy-title-nine.careerfy-color-title small,
/* 9812  */ .careerfy-fancy-title-nine.careerfy-color-title small strong,
/* 9813  */ .careerfy-fancy-title-nine.careerfy-color-title p {
/* 9814  */     color: #ffffff;
/* 9815  */ }
/* 9816  */ .careerfy-fancy-title-nine.careerfy-color-title small:before {
/* 9817  */     background-color: #ffffff; }
/* 9818  */ .careerfy-fancy-title-nine p {
/* 9819  */     font-size: 15px;
/* 9820  */     color: #777777;
/* 9821  */     margin-bottom: 0px;
/* 9822  */ }
/* 9823  */ .careerfy-fancy-title-nine small {
/* 9824  */     font-size: 13px;
/* 9825  */     color: #999999;
/* 9826  */     font-weight: 500;
/* 9827  */     position: relative;
/* 9828  */     padding-left: 60px;
/* 9829  */ }
/* 9830  */ .careerfy-fancy-title-nine small strong {
/* 9831  */     font-weight: 600; }
/* 9832  */ .careerfy-fancy-title-nine small:before {
/* 9833  */     content: '';
/* 9834  */     position: absolute;
/* 9835  */     left: 0px;
/* 9836  */     top: 8px;
/* 9837  */     width: 40px;
/* 9838  */     height: 4px;
/* 9839  */ }
/* 9840  */ /* Categories Classic */
/* 9841  */ .careerfy-categories-classic,
/* 9842  */ .careerfy-categories-classic a,
/* 9843  */ .careerfy-categories-classic-logo,
/* 9844  */ .careerfy-categories-classic-slider {
/* 9845  */     float: left;
/* 9846  */     width: 100%;
/* 9847  */ }
/* 9848  */ .careerfy-categories-classic-logo img {
/* 9849  */     width: 60px; }
/* 9850  */ .careerfy-categories-classic-slider {

/* style.css */

/* 9851  */     position: relative; }
/* 9852  */ .careerfy-categories-classic {
/* 9853  */     margin-bottom: 30px;
/* 9854  */     padding: 0px 15px;
/* 9855  */ }
/* 9856  */ .careerfy-categories-classic ul {
/* 9857  */     margin: 0px -15px;
/* 9858  */     display: flex !important;
/* 9859  */     flex-wrap: wrap;
/* 9860  */ }
/* 9861  */ .careerfy-categories-classic ul li {
/* 9862  */     float: left;
/* 9863  */     list-style: none;
/* 9864  */     width: 20%;
/* 9865  */     padding: 15px 15px;
/* 9866  */ }
/* 9867  */ .careerfy-categories-classic a {
/* 9868  */     background-color: #ffffff;
/* 9869  */     border: 1px solid #d8e3e8;
/* 9870  */     border-radius: 5px;
/* 9871  */     position: relative;
/* 9872  */     -webkit-transition: all 0.4s ease-in-out;
/* 9873  */        -moz-transition: all 0.4s ease-in-out;
/* 9874  */         -ms-transition: all 0.4s ease-in-out;
/* 9875  */          -o-transition: all 0.4s ease-in-out;
/* 9876  */             transition: all 0.4s ease-in-out;
/* 9877  */ }
/* 9878  */ .careerfy-categories-classic li:hover a {
/* 9879  */     -webkit-transform: scale(1.1);
/* 9880  */        -moz-transform: scale(1.1);
/* 9881  */         -ms-transform: scale(1.1);
/* 9882  */          -o-transform: scale(1.1);
/* 9883  */             transform: scale(1.1);
/* 9884  */ }
/* 9885  */ .careerfy-categories-classic-logo {
/* 9886  */     padding: 30px 10px 26px 10px;
/* 9887  */     text-align: center;
/* 9888  */     border-bottom: 1px solid #d8e3e8;
/* 9889  */ }
/* 9890  */ .slick-slide .careerfy-categories-classic-logo img {
/* 9891  */     display: inline-block; }
/* 9892  */ .careerfy-categories-classic-title {
/* 9893  */     float: left;
/* 9894  */     padding: 2px 0px 5px 15px;
/* 9895  */     color: #666666;
/* 9896  */     font-weight: 400;
/* 9897  */ }
/* 9898  */ .careerfy-categories-classic small {
/* 9899  */     float: right;
/* 9900  */     font-size: 14px;

/* style.css */

/* 9901  */     color: #666666;
/* 9902  */     padding: 3px 15px 2px 0px;
/* 9903  */ }
/* 9904  */ .careerfy-loadmore-ninebtn {
/* 9905  */     float: left;
/* 9906  */     width: 100%;
/* 9907  */     text-align: center;
/* 9908  */     margin-bottom: 40px;
/* 9909  */ }
/* 9910  */ .careerfy-loadmore-ninebtn a {
/* 9911  */     display: inline-block;
/* 9912  */     text-transform: uppercase;
/* 9913  */     font-weight: 600;
/* 9914  */     padding: 16px 52px;
/* 9915  */     border-radius: 80px;
/* 9916  */     border: 3px solid;
/* 9917  */     line-height: 1;
/* 9918  */     -webkit-transition: all 0.4s ease-in-out;
/* 9919  */        -moz-transition: all 0.4s ease-in-out;
/* 9920  */         -ms-transition: all 0.4s ease-in-out;
/* 9921  */          -o-transition: all 0.4s ease-in-out;
/* 9922  */             transition: all 0.4s ease-in-out;
/* 9923  */ }
/* 9924  */ .careerfy-loadmore-ninebtn a:hover {
/* 9925  */     color: #ffffff; }
/* 9926  */ .careerfy-categories-classic-slider .slick-arrow {
/* 9927  */     position: absolute;
/* 9928  */     left: -94px;
/* 9929  */     top: 50%;
/* 9930  */     width: 44px;
/* 9931  */     height: 44px;
/* 9932  */     border: 1px solid #999999;
/* 9933  */     font-size: 17px;
/* 9934  */     text-align: center;
/* 9935  */     border-radius: 100%;
/* 9936  */     padding-top: 8px;
/* 9937  */     line-height: 1.4;
/* 9938  */     margin-top: -35px;
/* 9939  */     cursor: pointer;
/* 9940  */     -webkit-transition: all 0.4s ease-in-out;
/* 9941  */        -moz-transition: all 0.4s ease-in-out;
/* 9942  */         -ms-transition: all 0.4s ease-in-out;
/* 9943  */          -o-transition: all 0.4s ease-in-out;
/* 9944  */             transition: all 0.4s ease-in-out;
/* 9945  */ }
/* 9946  */ .careerfy-categories-classic-slider .slick-arrow-left.slick-arrow {
/* 9947  */     -webkit-transform: scale(-1);
/* 9948  */        -moz-transform: scale(-1);
/* 9949  */         -ms-transform: scale(-1);
/* 9950  */          -o-transform: scale(-1);

/* style.css */

/* 9951  */             transform: scale(-1);
/* 9952  */ }
/* 9953  */ .careerfy-categories-classic-slider .slick-arrow-right.slick-arrow {
/* 9954  */     left: auto;
/* 9955  */     right: -94px;
/* 9956  */ }
/* 9957  */ .careerfy-categories-classic-slider .slick-arrow:hover {
/* 9958  */     color: #ffffff; }
/* 9959  */ /* Services Nine View */
/* 9960  */ .careerfy-services-nineview {
/* 9961  */     float: left;
/* 9962  */     width: 100%;
/* 9963  */ }
/* 9964  */ .careerfy-services-nineview ul li {
/* 9965  */     list-style: none;
/* 9966  */     text-align: center;
/* 9967  */     position: relative;
/* 9968  */     margin-bottom: 30px;
/* 9969  */     z-index: 10;
/* 9970  */ }
/* 9971  */ .careerfy-services-nineview ul li:before {
/* 9972  */     content: '';
/* 9973  */     position: absolute;
/* 9974  */     left: 67%;
/* 9975  */     top: 34%;
/* 9976  */     width: 250px;
/* 9977  */     height: 2px;
/* 9978  */     z-index: 0;
/* 9979  */     border-bottom: 2px dashed #d6d6d6;
/* 9980  */     -webkit-transform: rotate(14deg);
/* 9981  */        -moz-transform: rotate(14deg);
/* 9982  */         -ms-transform: rotate(14deg);
/* 9983  */          -o-transform: rotate(14deg);
/* 9984  */             transform: rotate(14deg);
/* 9985  */ }
/* 9986  */ .careerfy-services-nineview ul li:nth-child(2n):before {
/* 9987  */     top: 21%;
/* 9988  */     -webkit-transform: rotate(-16deg);
/* 9989  */        -moz-transform: rotate(-14deg);
/* 9990  */         -ms-transform: rotate(-14deg);
/* 9991  */          -o-transform: rotate(-14deg);
/* 9992  */             transform: rotate(-14deg);
/* 9993  */ }
/* 9994  */ .careerfy-services-nineview ul li:last-child:before {
/* 9995  */     display: none; }
/* 9996  */ .careerfy-services-nineview i {
/* 9997  */     display: inline-block;
/* 9998  */     width: 163px;
/* 9999  */     height: 163px;
/* 10000 */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);

/* style.css */

/* 10001 */     border-radius: 100%;
/* 10002 */     font-size: 73px;
/* 10003 */     padding-top: 48px;
/* 10004 */     margin-bottom: 31px;
/* 10005 */     position: relative;
/* 10006 */     z-index: 99;
/* 10007 */     background-color: #ffffff;
/* 10008 */     -webkit-transition: all 0.4s ease-in-out;
/* 10009 */        -moz-transition: all 0.4s ease-in-out;
/* 10010 */         -ms-transition: all 0.4s ease-in-out;
/* 10011 */          -o-transition: all 0.4s ease-in-out;
/* 10012 */             transition: all 0.4s ease-in-out;
/* 10013 */ }
/* 10014 */ .careerfy-services-nineview li:hover i {
/* 10015 */     color: #ffffff; }
/* 10016 */ .careerfy-services-nineview h2 {
/* 10017 */     color: #000000;
/* 10018 */     margin-bottom: 14px;
/* 10019 */     font-weight: 700;
/* 10020 */ }
/* 10021 */ .careerfy-services-nineview p {
/* 10022 */     color: #777777;
/* 10023 */     font-size: 18px;
/* 10024 */     margin-bottom: 0px;
/* 10025 */ }
/* 10026 */ .careerfy-services-nineview ul li:nth-child(2n) {
/* 10027 */     margin-top: 50px; }
/* 10028 */ /* Trending Categories */
/* 10029 */ .careerfy-trending-categories,
/* 10030 */ .careerfy-trending-categories a {
/* 10031 */     float: left;
/* 10032 */     width: 100%;
/* 10033 */ }
/* 10034 */ .careerfy-trending-categories {
/* 10035 */     margin-bottom: 30px; }
/* 10036 */ .careerfy-trending-categories ul li {
/* 10037 */     float: none;
/* 10038 */     display: inline-block;
/* 10039 */     vertical-align: top;
/* 10040 */     margin-right: -4px;
/* 10041 */     list-style: none;
/* 10042 */     margin-bottom: 30px;
/* 10043 */     text-align: center;
/* 10044 */ }
/* 10045 */ .careerfy-trending-categories a {
/* 10046 */     background-color: #ffffff;
/* 10047 */     border-radius: 4px;
/* 10048 */     padding: 45px 12px 35px 12px;
/* 10049 */     min-height: 220px;
/* 10050 */     -webkit-transition: all 0.4s ease-in-out;

/* style.css */

/* 10051 */        -moz-transition: all 0.4s ease-in-out;
/* 10052 */         -ms-transition: all 0.4s ease-in-out;
/* 10053 */          -o-transition: all 0.4s ease-in-out;
/* 10054 */             transition: all 0.4s ease-in-out;
/* 10055 */ }
/* 10056 */ .careerfy-trending-categories img {
/* 10057 */     width: 54px;
/* 10058 */     margin-bottom: 18px;
/* 10059 */     display: inline-block;
/* 10060 */ }
/* 10061 */ .careerfy-trending-categories li:hover a {
/* 10062 */     box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.40);
/* 10063 */     -webkit-transform: scale(1.03);
/* 10064 */        -moz-transform: scale(1.03);
/* 10065 */         -ms-transform: scale(1.03);
/* 10066 */          -o-transform: scale(1.03);
/* 10067 */             transform: scale(1.03);
/* 10068 */ }
/* 10069 */ .careerfy-trending-categories i {
/* 10070 */     font-size: 54px;
/* 10071 */     margin-bottom: 17px;
/* 10072 */     display: inline-block;
/* 10073 */ }
/* 10074 */ .careerfy-trending-categories h2 {
/* 10075 */     font-size: 16px;
/* 10076 */     color: #000;
/* 10077 */     font-weight: 600;
/* 10078 */     margin-bottom: 14px;
/* 10079 */     -webkit-transition: all 0.4s ease-in-out;
/* 10080 */        -moz-transition: all 0.4s ease-in-out;
/* 10081 */         -ms-transition: all 0.4s ease-in-out;
/* 10082 */          -o-transition: all 0.4s ease-in-out;
/* 10083 */             transition: all 0.4s ease-in-out;
/* 10084 */ }
/* 10085 */ .careerfy-trending-categories span {
/* 10086 */     display: inline-block;
/* 10087 */     color: #ffffff;
/* 10088 */     font-size: 18px;
/* 10089 */     padding: 4px 10px 5px 10px;
/* 10090 */     line-height: 1;
/* 10091 */     border-radius: 5px;
/* 10092 */     min-width: 40px;
/* 10093 */ }
/* 10094 */ .careerfy-browse-ninebtn {
/* 10095 */     float: left;
/* 10096 */     width: 100%;
/* 10097 */     text-align: center;
/* 10098 */     margin-bottom: 40px;
/* 10099 */ }
/* 10100 */ .careerfy-browse-ninebtn a {

/* style.css */

/* 10101 */     display: inline-block;
/* 10102 */     text-transform: uppercase;
/* 10103 */     font-weight: 500;
/* 10104 */     font-size: 18px;
/* 10105 */     padding: 16px 30px;
/* 10106 */     border-radius: 80px;
/* 10107 */     border: 3px solid #ffffff;
/* 10108 */     color: #ffffff;
/* 10109 */     line-height: 1;
/* 10110 */     -webkit-transition: all 0.4s ease-in-out;
/* 10111 */        -moz-transition: all 0.4s ease-in-out;
/* 10112 */         -ms-transition: all 0.4s ease-in-out;
/* 10113 */          -o-transition: all 0.4s ease-in-out;
/* 10114 */             transition: all 0.4s ease-in-out;
/* 10115 */ }
/* 10116 */ .careerfy-browse-ninebtn a:hover {
/* 10117 */     background-color: #ffffff; }
/* 10118 */ /* Featured Jobs List */
/* 10119 */ .careerfy-featured-title {
/* 10120 */     float: left;
/* 10121 */     width: 100%;
/* 10122 */     font-size: 20px;
/* 10123 */     color: #000;
/* 10124 */     font-weight: 700;
/* 10125 */     margin-bottom: 42px;
/* 10126 */     text-align: center;
/* 10127 */ }
/* 10128 */ .careerfy-featuredjobs-list,.careerfy-featuredjobs-list a {
/* 10129 */     float: left;
/* 10130 */     width: 100%;
/* 10131 */ }
/* 10132 */ .careerfy-featuredjobs-list {
/* 10133 */     margin-bottom: 13px; }
/* 10134 */ .careerfy-featuredjobs-list ul li {
/* 10135 */     list-style: none;
/* 10136 */     margin-bottom: 20px;
/* 10137 */     line-height: 1;
/* 10138 */ }
/* 10139 */ .careerfy-featuredjobs-list a.careerfy-simp-featjobs-view1 {
/* 10140 */     border: 1px solid #e7e7e7;
/* 10141 */     border-radius: 5px;
/* 10142 */     padding-right: 6px;
/* 10143 */     position: relative;
/* 10144 */     background-color: #ffffff;
/* 10145 */     overflow: hidden;
/* 10146 */     -webkit-transition: all 0.4s ease-in-out;
/* 10147 */        -moz-transition: all 0.4s ease-in-out;
/* 10148 */         -ms-transition: all 0.4s ease-in-out;
/* 10149 */          -o-transition: all 0.4s ease-in-out;
/* 10150 */             transition: all 0.4s ease-in-out;

/* style.css */

/* 10151 */ }
/* 10152 */ .careerfy-featuredjobs-list .urgntpkg-badge small {
/* 10153 */     color: #ffffff; }
/* 10154 */ .careerfy-featuredjobs-list .urgntpkg-badge {
/* 10155 */     left: auto;
/* 10156 */     right: -7px;
/* 10157 */ }
/* 10158 */ .careerfy-featuredjobs-list .urgntpkg-badge:before {
/* 10159 */     border-top: 7px solid #ffb14a;
/* 10160 */     border-right: 7px solid transparent;
/* 10161 */     border-left: none;
/* 10162 */     left: auto;
/* 10163 */     right: 0px;
/* 10164 */ }
/* 10165 */ .careerfy-featuredjobs-list li:hover a.careerfy-simp-featjobs-view1 {
/* 10166 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20); }
/* 10167 */ .careerfy-featuredjobs-list figure {
/* 10168 */     display: inline-block;
/* 10169 */     vertical-align: middle;
/* 10170 */     width: 100px;
/* 10171 */     background-color: #f7f7f7;
/* 10172 */     margin-bottom: 0px;
/* 10173 */     text-align: center;
/* 10174 */     min-height: 100px;
/* 10175 */     overflow: hidden;
/* 10176 */ }
/* 10177 */ .careerfy-featuredjobs-list figure i {
/* 10178 */     position: absolute;
/* 10179 */     left: -10px;
/* 10180 */     top: -10px;
/* 10181 */     background-color: #ffb14a;
/* 10182 */     font-size: 14px;
/* 10183 */     text-align: center;
/* 10184 */     color: #ffffff;
/* 10185 */     width: 40px;
/* 10186 */     height: 40px;
/* 10187 */     border-radius: 0% 100% 100% 100%;
/* 10188 */     padding: 16px 0px 0px 7px;
/* 10189 */ }
/* 10190 */ .careerfy-featuredjobs-box {
/* 10191 */     display: inline-block;
/* 10192 */     vertical-align: middle;
/* 10193 */ }
/* 10194 */ .careerfy-featuredjobs-box.careerfy-featuredjobs-sectrr {
/* 10195 */     width: 42%;
/* 10196 */     padding-left: 21px;
/* 10197 */     margin-top: -8px;
/* 10198 */ }
/* 10199 */ .careerfy-featuredjobs-box.careerfy-featuredjobs-loction {
/* 10200 */     width: 23%;

/* style.css */

/* 10201 */     text-align: left;
/* 10202 */ }
/* 10203 */ .careerfy-featuredjobs-box.careerfy-featuredjobs-posdat {
/* 10204 */     text-align: right;
/* 10205 */ }
/* 10206 */ .careerfy-featuredjobs-list h2 {
/* 10207 */     margin-bottom: 2px;
/* 10208 */     font-size: 16px;
/* 10209 */     font-weight: 600;
/* 10210 */     position: relative;
/* 10211 */ }
/* 10212 */ .careerfy-featuredjobs-list h2 .careerfy-featuredjobs-listnew {
/* 10213 */     position: absolute;
/* 10214 */     right: -12px;
/* 10215 */     top: 4px;
/* 10216 */ }
/* 10217 */ .careerfy-featuredjobs-listnew,
/* 10218 */ .careerfy-recentjobs-text span.careerfy-featuredjobs-listnew {
/* 10219 */     display: inline-block;
/* 10220 */     font-size: 10px;
/* 10221 */     background-color: #e98a1c;
/* 10222 */     color: #ffffff;
/* 10223 */     border-radius: 3px;
/* 10224 */     padding: 4px 4px 3px 5px;
/* 10225 */     text-transform: uppercase;
/* 10226 */     line-height: 1;
/* 10227 */     margin-left: 3px;
/* 10228 */ }
/* 10229 */ .careerfy-featuredjobs-list-sub {
/* 10230 */     color: #777777;
/* 10231 */     font-size: 12px;
/* 10232 */     font-weight: 500;
/* 10233 */     line-height: 1;
/* 10234 */ }
/* 10235 */ .careerfy-featuredjobs-list small {
/* 10236 */     font-size: 14px;
/* 10237 */     color: #777777;
/* 10238 */     text-transform: capitalize;
/* 10239 */ }
/* 10240 */ .careerfy-featuredjobs-list time {
/* 10241 */     color: #777777;
/* 10242 */     font-size: 12px;
/* 10243 */     font-weight: 500;
/* 10244 */     line-height: 1.9;
/* 10245 */ }
/* 10246 */ .home-eight .container {
/* 10247 */     width: 1170px; }
/* 10248 */ .careerfy-loadmore-listingsbtn {
/* 10249 */     float: left;
/* 10250 */     width: 100%;

/* style.css */

/* 10251 */     text-align: center;
/* 10252 */     margin-bottom: 40px;
/* 10253 */ }
/* 10254 */ .careerfy-loadmore-listingsbtn a {
/* 10255 */     display: inline-block;
/* 10256 */     text-transform: uppercase;
/* 10257 */     font-weight: 500;
/* 10258 */     font-size: 14px;
/* 10259 */     padding: 16px 30px;
/* 10260 */     border-radius: 80px;
/* 10261 */     border: 3px solid;
/* 10262 */     line-height: 1;
/* 10263 */     -webkit-transition: all 0.4s ease-in-out;
/* 10264 */        -moz-transition: all 0.4s ease-in-out;
/* 10265 */         -ms-transition: all 0.4s ease-in-out;
/* 10266 */          -o-transition: all 0.4s ease-in-out;
/* 10267 */             transition: all 0.4s ease-in-out;
/* 10268 */ }
/* 10269 */ .careerfy-loadmore-listingsbtn a:hover {
/* 10270 */     color: #ffffff; }
/* 10271 */ /* Popular Candidates */
/* 10272 */ .careerfy-popular-candidates,
/* 10273 */ .careerfy-popular-candidates figure a,
/* 10274 */ .careerfy-popular-candidates-text {
/* 10275 */     float: left;
/* 10276 */     width: 100%;
/* 10277 */ }
/* 10278 */ .careerfy-popular-candidates {
/* 10279 */     position: relative; }
/* 10280 */ .careerfy-popular-candidates-layer {
/* 10281 */     text-align: center; }
/* 10282 */ .careerfy-popular-candidates figure {
/* 10283 */     display: inline-block;
/* 10284 */     width: 192px;
/* 10285 */     border-radius: 100%;
/* 10286 */     margin-bottom: 10px;
/* 10287 */     border: 5px solid #ffffff;
/* 10288 */     -webkit-transition: all 0.7s ease-in-out;
/* 10289 */        -moz-transition: all 0.7s ease-in-out;
/* 10290 */         -ms-transition: all 0.7s ease-in-out;
/* 10291 */          -o-transition: all 0.7s ease-in-out;
/* 10292 */             transition: all 0.7s ease-in-out;
/* 10293 */ }
/* 10294 */ .careerfy-popular-candidates .careerfy-popular-candidates-layer:hover figure {
/* 10295 */     -webkit-transform: rotate(360deg);
/* 10296 */        -moz-transform: rotate(360deg);
/* 10297 */         -ms-transform: rotate(360deg);
/* 10298 */          -o-transform: rotate(360deg);
/* 10299 */             transform: rotate(360deg);
/* 10300 */ }

/* style.css */

/* 10301 */ .careerfy-popular-candidates figure img {
/* 10302 */     border-radius: 100%;
/* 10303 */     width: 100%;
/* 10304 */ }
/* 10305 */ .careerfy-popular-candidates figure span {
/* 10306 */     position: absolute;
/* 10307 */     left: 12px;
/* 10308 */     top: 20px;
/* 10309 */     width: 20px;
/* 10310 */     height: 20px;
/* 10311 */     background-color: #40d184;
/* 10312 */     border-radius: 100%;
/* 10313 */     border: 3px solid #ffffff;
/* 10314 */ }
/* 10315 */ .careerfy-popular-candidates-text h2 {
/* 10316 */     font-size: 18px;
/* 10317 */     color: #000;
/* 10318 */     margin-bottom: 0px;
/* 10319 */     font-weight: 700;
/* 10320 */ }
/* 10321 */ .careerfy-popular-candidates-text h2 a {
/* 10322 */     color: #000;
/* 10323 */     -webkit-transition: all 0.4s ease-in-out;
/* 10324 */        -moz-transition: all 0.4s ease-in-out;
/* 10325 */         -ms-transition: all 0.4s ease-in-out;
/* 10326 */          -o-transition: all 0.4s ease-in-out;
/* 10327 */             transition: all 0.4s ease-in-out;
/* 10328 */ }
/* 10329 */ .careerfy-popular-candidates-text span {
/* 10330 */     font-size: 16px;
/* 10331 */     color: #777777;
/* 10332 */     display: block;
/* 10333 */     margin-bottom: 6px;
/* 10334 */ }
/* 10335 */ .careerfy-popular-candidates-text small {
/* 10336 */     font-size: 14px;
/* 10337 */     font-weight: 500;
/* 10338 */     color: #666666;
/* 10339 */ }
/* 10340 */ .careerfy-popular-candidates .slick-arrow {
/* 10341 */     position: absolute;
/* 10342 */     left: -84px;
/* 10343 */     top: 50%;
/* 10344 */     width: 44px;
/* 10345 */     height: 44px;
/* 10346 */     border: 1px solid #999999;
/* 10347 */     font-size: 17px;
/* 10348 */     text-align: center;
/* 10349 */     border-radius: 100%;
/* 10350 */     padding-top: 8px;

/* style.css */

/* 10351 */     line-height: 1.4;
/* 10352 */     margin-top: -35px;
/* 10353 */     cursor: pointer;
/* 10354 */     -webkit-transition: all 0.4s ease-in-out;
/* 10355 */        -moz-transition: all 0.4s ease-in-out;
/* 10356 */         -ms-transition: all 0.4s ease-in-out;
/* 10357 */          -o-transition: all 0.4s ease-in-out;
/* 10358 */             transition: all 0.4s ease-in-out;
/* 10359 */ }
/* 10360 */ .careerfy-popular-candidates .slick-arrow-left.slick-arrow {
/* 10361 */     -webkit-transform: scale(-1);
/* 10362 */        -moz-transform: scale(-1);
/* 10363 */         -ms-transform: scale(-1);
/* 10364 */          -o-transform: scale(-1);
/* 10365 */             transform: scale(-1);
/* 10366 */ }
/* 10367 */ .careerfy-popular-candidates .slick-arrow-right.slick-arrow {
/* 10368 */     left: auto;
/* 10369 */     right: -84px;
/* 10370 */ }
/* 10371 */ .careerfy-popular-candidates .slick-arrow:hover {
/* 10372 */     color: #ffffff; }
/* 10373 */ /* Testimonial Slider Classic */
/* 10374 */ .careerfy-testimonial-slider-classic,
/* 10375 */ .careerfy-testimonial-slider-classic p,
/* 10376 */ .careerfy-testimonial-slider-classic-text {
/* 10377 */     float: left;
/* 10378 */     width: 100%;
/* 10379 */ }
/* 10380 */ .careerfy-testimonial-slider-classic {
/* 10381 */     position: relative; }
/* 10382 */ .careerfy-testimonial-slider-classic .slick-list {
/* 10383 */     margin: 0px -15px; }
/* 10384 */ .careerfy-testimonial-slider-classic-layer {
/* 10385 */     padding: 0px 15px; }
/* 10386 */ .careerfy-testimonial-slider-classic p {
/* 10387 */     font-size: 16px;
/* 10388 */     color: #777777;
/* 10389 */     border-radius: 5px;
/* 10390 */     padding: 30px 32px 49px 65px;
/* 10391 */     line-height: 1.9;
/* 10392 */     position: relative;
/* 10393 */     border: 1px solid #dddddd;
/* 10394 */     -webkit-transition: all 0.4s ease-in-out;
/* 10395 */        -moz-transition: all 0.4s ease-in-out;
/* 10396 */         -ms-transition: all 0.4s ease-in-out;
/* 10397 */          -o-transition: all 0.4s ease-in-out;
/* 10398 */             transition: all 0.4s ease-in-out;
/* 10399 */ }
/* 10400 */ .careerfy-testimonial-slider-classic-pera {

/* style.css */

/* 10401 */     float: left;
/* 10402 */     width: 100%;
/* 10403 */     position: relative;
/* 10404 */     margin-bottom: 7px;
/* 10405 */ }
/* 10406 */ .careerfy-testimonial-slider-classic-pera:before {
/* 10407 */     content: '';
/* 10408 */     position: absolute;
/* 10409 */     left: 0px;
/* 10410 */     bottom: 10px;
/* 10411 */     width: 100%;
/* 10412 */     height: 0%;
/* 10413 */     border-radius: 5px;
/* 10414 */     opacity: 0;
/* 10415 */     -webkit-transition: all 0.5s ease-in-out;
/* 10416 */        -moz-transition: all 0.5s ease-in-out;
/* 10417 */         -ms-transition: all 0.5s ease-in-out;
/* 10418 */          -o-transition: all 0.5s ease-in-out;
/* 10419 */             transition: all 0.5s ease-in-out;
/* 10420 */ }
/* 10421 */ .careerfy-testimonial-slider-classic-layer:hover .careerfy-testimonial-slider-classic-pera:before,
/* 10422 */ .careerfy-testimonial-slider-classic-layer.active .careerfy-testimonial-slider-classic-pera:before {
/* 10423 */     height: 100%;
/* 10424 */     opacity: 1;
/* 10425 */ }
/* 10426 */ .careerfy-testimonial-slider-classic-layer:hover p,
/* 10427 */ .careerfy-testimonial-slider-classic-layer:hover i,
/* 10428 */ .careerfy-testimonial-slider-classic-layer.active p,
/* 10429 */ .careerfy-testimonial-slider-classic-layer.active i {
/* 10430 */     color: #ffffff; }
/* 10431 */ .careerfy-testimonial-slider-classic p i {
/* 10432 */     position: absolute;
/* 10433 */     left: 26px;
/* 10434 */     top: 32px;
/* 10435 */     font-size: 25px;
/* 10436 */     -webkit-transition: all 0.4s ease-in-out;
/* 10437 */        -moz-transition: all 0.4s ease-in-out;
/* 10438 */         -ms-transition: all 0.4s ease-in-out;
/* 10439 */          -o-transition: all 0.4s ease-in-out;
/* 10440 */             transition: all 0.4s ease-in-out;
/* 10441 */ }
/* 10442 */ .careerfy-testimonial-slider-classic p:before {
/* 10443 */     content: '';
/* 10444 */     position: absolute;
/* 10445 */     left: 50%;
/* 10446 */     bottom: -9px;
/* 10447 */     border-left: 9px solid transparent;
/* 10448 */     border-right: 9px solid transparent;
/* 10449 */     border-top: 9px solid #dddddd;
/* 10450 */     margin-left: -15px;

/* style.css */

/* 10451 */ }
/* 10452 */ .careerfy-testimonial-slider-classic p:after {
/* 10453 */     content: '';
/* 10454 */     position: absolute;
/* 10455 */     left: 50%;
/* 10456 */     bottom: -8px;
/* 10457 */     border-left: 8px solid transparent;
/* 10458 */     border-right: 8px solid transparent;
/* 10459 */     border-top: 8px solid #ffffff;
/* 10460 */     margin-left: -14px;
/* 10461 */     -webkit-transition: all 0.4s ease-in-out;
/* 10462 */        -moz-transition: all 0.4s ease-in-out;
/* 10463 */         -ms-transition: all 0.4s ease-in-out;
/* 10464 */          -o-transition: all 0.4s ease-in-out;
/* 10465 */             transition: all 0.4s ease-in-out;
/* 10466 */ }
/* 10467 */ .careerfy-testimonial-slider-classic .careerfy-testimonial-slider-classic-layer:hover p:after,
/* 10468 */ .careerfy-testimonial-slider-classic .careerfy-testimonial-slider-classic-layer:hover p:before {
/* 10469 */     display: none;
/* 10470 */ }
/* 10471 */ .careerfy-testimonial-slider-classic-text {
/* 10472 */     text-align: center; }
/* 10473 */ .careerfy-testimonial-slider-classic-text img  {
/* 10474 */     display: inline-block;
/* 10475 */     border-radius: 100%;
/* 10476 */     margin-bottom: 13px;
/* 10477 */     width: 70px;
/* 10478 */ }
/* 10479 */ .careerfy-testimonial-slider-classic-text h2 {
/* 10480 */     color: #000000;
/* 10481 */     font-size: 18px;
/* 10482 */     font-weight: 700;
/* 10483 */     margin-bottom: 0px;
/* 10484 */ }
/* 10485 */ .careerfy-testimonial-slider-classic-text span {
/* 10486 */     font-size: 16px;
/* 10487 */     color: #777777;
/* 10488 */ }
/* 10489 */ .careerfy-testimonial-slider-classic .slick-arrow {
/* 10490 */     position: absolute;
/* 10491 */     left: -92px;
/* 10492 */     top: 50%;
/* 10493 */     width: 44px;
/* 10494 */     height: 44px;
/* 10495 */     border: 1px solid #999999;
/* 10496 */     font-size: 17px;
/* 10497 */     text-align: center;
/* 10498 */     border-radius: 100%;
/* 10499 */     padding-top: 8px;
/* 10500 */     line-height: 1.4;

/* style.css */

/* 10501 */     margin-top: -35px;
/* 10502 */     cursor: pointer;
/* 10503 */     -webkit-transition: all 0.4s ease-in-out;
/* 10504 */        -moz-transition: all 0.4s ease-in-out;
/* 10505 */         -ms-transition: all 0.4s ease-in-out;
/* 10506 */          -o-transition: all 0.4s ease-in-out;
/* 10507 */             transition: all 0.4s ease-in-out;
/* 10508 */ }
/* 10509 */ .careerfy-testimonial-slider-classic .slick-arrow-left.slick-arrow {
/* 10510 */     -webkit-transform: scale(-1);
/* 10511 */        -moz-transform: scale(-1);
/* 10512 */         -ms-transform: scale(-1);
/* 10513 */          -o-transform: scale(-1);
/* 10514 */             transform: scale(-1);
/* 10515 */ }
/* 10516 */ .careerfy-testimonial-slider-classic .slick-arrow-right.slick-arrow {
/* 10517 */     left: auto;
/* 10518 */     right: -92px;
/* 10519 */ }
/* 10520 */ .careerfy-testimonial-slider-classic .slick-arrow:hover {
/* 10521 */     color: #ffffff; }
/* 10522 */ /* Counter Nine View */
/* 10523 */ .careerfy-counter-nineview {
/* 10524 */     float: left;
/* 10525 */     width: 100%;
/* 10526 */ }
/* 10527 */ .careerfy-counter-nineview ul li {
/* 10528 */     list-style: none;
/* 10529 */     margin-bottom: 30px;
/* 10530 */     text-align: center;
/* 10531 */ }
/* 10532 */ .careerfy-counter-nineview span {
/* 10533 */     display: inline-block;
/* 10534 */     margin-bottom: 0px;
/* 10535 */     font-size: 65px;
/* 10536 */     font-weight: 400;
/* 10537 */     color: #ffffff;
/* 10538 */     line-height: 1;
/* 10539 */     position: relative;
/* 10540 */     padding-bottom: 16px;
/* 10541 */     margin-bottom: 12px;
/* 10542 */ }
/* 10543 */ .careerfy-counter-nineview span:before {
/* 10544 */     content: '';
/* 10545 */     position: absolute;
/* 10546 */     left: 50%;
/* 10547 */     bottom: 0px;
/* 10548 */     width: 35px;
/* 10549 */     height: 4px;
/* 10550 */     margin-left: -22px;

/* style.css */

/* 10551 */ }
/* 10552 */ .careerfy-counter-nineview small {
/* 10553 */     display: block;
/* 10554 */     font-size: 16px;
/* 10555 */     font-weight: 300;
/* 10556 */     color: #ffffff;
/* 10557 */ }
/* 10558 */ /* Blog Masonry */
/* 10559 */ .careerfy-blog-masonry figure,.careerfy-blog-masonry figure > a,
/* 10560 */ .careerfy-blog-masonry figure img,.careerfy-blog-masonry-text {
/* 10561 */     float: left;
/* 10562 */     width: 100%;
/* 10563 */ }
/* 10564 */ .careerfy-blog-masonry figure {
/* 10565 */     margin-bottom: 0px;
/* 10566 */     overflow: hidden;
/* 10567 */ }
/* 10568 */ .careerfy-blog-masonry figure img {
/* 10569 */     border-radius: 4px 4px 0px 0px;
/* 10570 */     -webkit-transition: all 0.4s ease-in-out;
/* 10571 */        -moz-transition: all 0.4s ease-in-out;
/* 10572 */         -ms-transition: all 0.4s ease-in-out;
/* 10573 */          -o-transition: all 0.4s ease-in-out;
/* 10574 */             transition: all 0.4s ease-in-out;
/* 10575 */ }
/* 10576 */ .careerfy-blog-masonry li:hover figure img {
/* 10577 */     -webkit-transform: scale(1.2);
/* 10578 */        -moz-transform: scale(1.2);
/* 10579 */         -ms-transform: scale(1.2);
/* 10580 */          -o-transform: scale(1.2);
/* 10581 */             transform: scale(1.2);
/* 10582 */ }
/* 10583 */ .careerfy-blog-masonry figure figcaption {
/* 10584 */     position: absolute;
/* 10585 */     left: 0px;
/* 10586 */     top: 0px;
/* 10587 */     width: 100%;
/* 10588 */     top: 0px;
/* 10589 */     padding: 24px 22px 0px 26px;
/* 10590 */ }
/* 10591 */ .careerfy-blog-masonry-tag {
/* 10592 */     float: left;
/* 10593 */     width: 80%;
/* 10594 */ }
/* 10595 */ .careerfy-blog-masonry-tag a {
/* 10596 */     float: left;
/* 10597 */     padding: 8px 14px;
/* 10598 */     background-color: #000;
/* 10599 */     color: #ffffff;
/* 10600 */     border-radius: 40px;

/* style.css */

/* 10601 */     line-height: 1;
/* 10602 */     margin-bottom: 10px;
/* 10603 */     margin-right: 5px;
/* 10604 */     -webkit-transition: all 0.4s ease-in-out;
/* 10605 */        -moz-transition: all 0.4s ease-in-out;
/* 10606 */         -ms-transition: all 0.4s ease-in-out;
/* 10607 */          -o-transition: all 0.4s ease-in-out;
/* 10608 */             transition: all 0.4s ease-in-out;
/* 10609 */ }
/* 10610 */ .careerfy-blog-masonry-tag a:hover {
/* 10611 */     color: #ffffff; }
/* 10612 */ .careerfy-blog-masonry-like {
/* 10613 */     float: right;
/* 10614 */     width: 26px;
/* 10615 */     height: 26px;
/* 10616 */     background-color: rgba(0,0,0,0.50);
/* 10617 */     color: #ffffff;
/* 10618 */     font-size: 15px;
/* 10619 */     border-radius: 100%;
/* 10620 */     text-align: center;
/* 10621 */     line-height: 1.8;
/* 10622 */     -webkit-transition: all 0.4s ease-in-out;
/* 10623 */        -moz-transition: all 0.4s ease-in-out;
/* 10624 */         -ms-transition: all 0.4s ease-in-out;
/* 10625 */          -o-transition: all 0.4s ease-in-out;
/* 10626 */             transition: all 0.4s ease-in-out;
/* 10627 */ }
/* 10628 */ .careerfy-blog-masonry-text {
/* 10629 */     background-color: #f5f5f5;
/* 10630 */     padding: 30px 24px 31px 24px;
/* 10631 */     border-radius: 0px 0px 4px 4px;
/* 10632 */ }
/* 10633 */ .careerfy-blog-masonry-text h2 {
/* 10634 */     font-size: 18px;
/* 10635 */     font-weight: 700;
/* 10636 */     margin-bottom: 14px;
/* 10637 */     line-height: 1.3;
/* 10638 */ }
/* 10639 */ .careerfy-blog-masonry-text h2 a {
/* 10640 */     color: #000;
/* 10641 */     -webkit-transition: all 0.4s ease-in-out;
/* 10642 */        -moz-transition: all 0.4s ease-in-out;
/* 10643 */         -ms-transition: all 0.4s ease-in-out;
/* 10644 */          -o-transition: all 0.4s ease-in-out;
/* 10645 */             transition: all 0.4s ease-in-out;
/* 10646 */ }
/* 10647 */ .careerfy-blog-masonry-option {
/* 10648 */     float: left;
/* 10649 */     width: 100%;
/* 10650 */     margin: 0px 0px 2px 0px;

/* style.css */

/* 10651 */ }
/* 10652 */ .careerfy-blog-masonry-option li {
/* 10653 */     float: left;
/* 10654 */     list-style: none;
/* 10655 */     margin: 0px 17px 8px 0px;
/* 10656 */ }
/* 10657 */ .careerfy-blog-masonry-option li,
/* 10658 */ .careerfy-blog-masonry-option li a {
/* 10659 */     color: #666666;
/* 10660 */ }
/* 10661 */ .careerfy-blog-masonry-option li:last-child {
/* 10662 */     margin-right: 0px; }
/* 10663 */ .careerfy-blog-masonry-option li i {
/* 10664 */     float: left;
/* 10665 */     margin: 5px 10px 0px 0px;
/* 10666 */     font-size: 18px;
/* 10667 */     color: #888;
/* 10668 */ }
/* 10669 */ .careerfy-blog-masonry-text p {
/* 10670 */     font-size: 16px;
/* 10671 */     color: #777777;
/* 10672 */     margin-bottom: 0px;
/* 10673 */     font-weight: 300;
/* 10674 */ }
/* 10675 */ .careerfy-blog-masonry-btn-wrap {
/* 10676 */     float: left;
/* 10677 */     width: 100%;
/* 10678 */     text-align: center;
/* 10679 */ }
/* 10680 */ .careerfy-blog-masonry-btn {
/* 10681 */     display: inline-block;
/* 10682 */     text-transform: uppercase;
/* 10683 */     font-weight: 500;
/* 10684 */     font-size: 18px;
/* 10685 */     padding: 14px 30px 15px 30px;
/* 10686 */     border-radius: 80px;
/* 10687 */     border: 3px solid;
/* 10688 */     line-height: 1;
/* 10689 */     -webkit-transition: all 0.4s ease-in-out;
/* 10690 */        -moz-transition: all 0.4s ease-in-out;
/* 10691 */         -ms-transition: all 0.4s ease-in-out;
/* 10692 */          -o-transition: all 0.4s ease-in-out;
/* 10693 */             transition: all 0.4s ease-in-out;
/* 10694 */ }
/* 10695 */ .careerfy-blog-masonry-btn:hover {
/* 10696 */     color: #ffffff; }
/* 10697 */ /* Footer Nine */
/* 10698 */ .careerfy-footer-nine {
/* 10699 */     background-color: #191623;
/* 10700 */ }

/* style.css */

/* 10701 */ /* Footer Nine Newslatter */
/* 10702 */ .careerfy-footer-nine-newslatter {
/* 10703 */     float: left;
/* 10704 */     width: 100%;
/* 10705 */     padding: 100px 0px 0px 0px;
/* 10706 */ }
/* 10707 */ .careerfy-footer-nine-newslatter form {
/* 10708 */     float: left;
/* 10709 */     position: relative;
/* 10710 */ }
/* 10711 */ .careerfy-footer-nine-newslatter .alert-danger,
/* 10712 */ .careerfy-footer-nine-newslatter .alert-success {
/* 10713 */     display: inline-block;
/* 10714 */     width: 100%;
/* 10715 */     margin-top: 12px;
/* 10716 */ }
/* 10717 */ .careerfy-footer-nine-newslatter .status-message {
/* 10718 */     position: absolute;
/* 10719 */     right: 20px;
/* 10720 */     top: 20px;
/* 10721 */     color: #fff;
/* 10722 */ }
/* 10723 */ .careerfy-footernine-newslatter-inner {
/* 10724 */     float: left;
/* 10725 */     position: relative;
/* 10726 */     min-width: 520px;
/* 10727 */ }
/* 10728 */ .careerfy-footer-nine-newslatter form label {
/* 10729 */     float: left;
/* 10730 */     color: #ffffff;
/* 10731 */     font-size: 26px;
/* 10732 */     font-weight: 700;
/* 10733 */     padding: 20px 90px 0px 0px;
/* 10734 */ }
/* 10735 */ .careerfy-footernine-newslatter-inner input[type="text"] {
/* 10736 */     float: left;
/* 10737 */     width: 100%;
/* 10738 */     height: 61px;
/* 10739 */     background-color: #201c2c;
/* 10740 */     font-size: 16px;
/* 10741 */     color: #55525b;
/* 10742 */     text-transform: uppercase;
/* 10743 */     border: none;
/* 10744 */     border-radius: 80px;
/* 10745 */     padding: 8px 26px 8px 26px;
/* 10746 */ }
/* 10747 */ .careerfy-footernine-newslatter-inner input[type="submit"] {
/* 10748 */     position: absolute;
/* 10749 */     right: 0px;
/* 10750 */     top: 0px;

/* style.css */

/* 10751 */     padding: 20px 48px 19px 48px;
/* 10752 */     font-size: 18px;
/* 10753 */     text-transform: uppercase;
/* 10754 */     color: #ffffff;
/* 10755 */     border: 1px solid #33cc33;
/* 10756 */     border-radius: 80px;
/* 10757 */     -webkit-transition: all 0.4s ease-in-out;
/* 10758 */        -moz-transition: all 0.4s ease-in-out;
/* 10759 */         -ms-transition: all 0.4s ease-in-out;
/* 10760 */          -o-transition: all 0.4s ease-in-out;
/* 10761 */             transition: all 0.4s ease-in-out;
/* 10762 */ }
/* 10763 */ .careerfy-footernine-newslatter-inner input[type="submit"]:hover {
/* 10764 */     background-color: #ffffff; }
/* 10765 */ .careerfy-footer-nine-social {
/* 10766 */     float: right;
/* 10767 */     margin-top: 4px;
/* 10768 */ }
/* 10769 */ .careerfy-footer-nine-social li {
/* 10770 */     float: left;
/* 10771 */     list-style: none;
/* 10772 */     margin: 0px 0px 15px 15px;
/* 10773 */ }
/* 10774 */ .careerfy-footer-nine-social li a {
/* 10775 */     float: left;
/* 10776 */     width: 60px;
/* 10777 */     height: 60px;
/* 10778 */     background-color: #201c2c;
/* 10779 */     border-radius: 100%;
/* 10780 */     color: #ffffff;
/* 10781 */     text-align: center;
/* 10782 */     font-size: 20px;
/* 10783 */     padding-top: 17px;
/* 10784 */     position: relative;
/* 10785 */ }
/* 10786 */ .careerfy-footer-nine-social li a:after {
/* 10787 */     content: '';
/* 10788 */     position: absolute;
/* 10789 */     left: 0px;
/* 10790 */     bottom: 0px;
/* 10791 */     width: 100%;
/* 10792 */     height: 0%;
/* 10793 */     border-radius: 100%;
/* 10794 */     z-index: 0;
/* 10795 */     -webkit-transition: all 0.4s ease-in-out;
/* 10796 */        -moz-transition: all 0.4s ease-in-out;
/* 10797 */         -ms-transition: all 0.4s ease-in-out;
/* 10798 */          -o-transition: all 0.4s ease-in-out;
/* 10799 */             transition: all 0.4s ease-in-out;
/* 10800 */ }

/* style.css */

/* 10801 */ .careerfy-footer-nine-social li:hover a:after {
/* 10802 */     height: 100%; }
/* 10803 */ .careerfy-footer-nine-social li i {
/* 10804 */     position: relative;
/* 10805 */     z-index: 2;
/* 10806 */ }
/* 10807 */ /* Footer Widget */
/* 10808 */ .careerfy-footer-nine .careerfy-footer-widget {
/* 10809 */     float: left;
/* 10810 */     width: 100%;
/* 10811 */     padding: 70px 0px 45px 0px;
/* 10812 */ }
/* 10813 */ .widget_text_nine p {
/* 10814 */     color: #999999;
/* 10815 */     font-size: 16px;
/* 10816 */     margin-bottom: 22px;
/* 10817 */     font-weight: 400;
/* 10818 */ }
/* 10819 */ .careerfy-footer-nine .footer-widget-title h2 {
/* 10820 */     font-size: 22px;
/* 10821 */     font-weight: 700;
/* 10822 */ }
/* 10823 */ .widget_newsfeed ul,.widget_newsfeed ul li {
/* 10824 */     float: left;
/* 10825 */     width: 100%;
/* 10826 */ }
/* 10827 */ .widget_newsfeed ul li {
/* 10828 */     list-style: none;
/* 10829 */     margin-bottom: 23px;
/* 10830 */ }
/* 10831 */ .widget_newsfeed figure {
/* 10832 */     float: left;
/* 10833 */     width: 85px;
/* 10834 */     margin-bottom: 0px;
/* 10835 */ }
/* 10836 */ .widget_newsfeed figure ~ .widget_newsfeed_text {
/* 10837 */     margin-left: 105px;
/* 10838 */     margin-top: -1px;
/* 10839 */ }
/* 10840 */ .widget_newsfeed_text h3 {
/* 10841 */     font-size: 16px;
/* 10842 */     font-weight: 600;
/* 10843 */     margin-bottom: 0px;
/* 10844 */     line-height: 1.2;
/* 10845 */ }
/* 10846 */ .widget_newsfeed_text h3 a {
/* 10847 */     color: #ffffff; }
/* 10848 */ .widget_newsfeed_text time {
/* 10849 */     font-size: 14px;
/* 10850 */     color: #999999;

/* style.css */

/* 10851 */ }
/* 10852 */ .widget_newsfeed_text time i {
/* 10853 */     font-size: 15px;
/* 10854 */     margin-right: 8px;
/* 10855 */ }
/* 10856 */ .careerfy-footer-nine .widget_nav_menu ul li a {
/* 10857 */     font-size: 16px; }
/* 10858 */ .careerfy-footer-nine .widget_nav_menu ul li a:before {
/* 10859 */     content: "\f111";
/* 10860 */     font-family: FontAwesome;
/* 10861 */     color: #ffffff;
/* 10862 */     font-size: 10px;
/* 10863 */     float: left;
/* 10864 */     margin: -1px 20px 0px 0px;
/* 10865 */ }
/* 10866 */ .widget_text_nine ul li,
/* 10867 */ .widget_text_nine ul {
/* 10868 */     float: left;
/* 10869 */     width: 100%;
/* 10870 */ }
/* 10871 */ .widget_text_nine ul li {
/* 10872 */     list-style: none;
/* 10873 */     color: #999999;
/* 10874 */     font-size: 16px;
/* 10875 */     line-height: 1;
/* 10876 */     margin-bottom: 15px;
/* 10877 */     padding-left: 30px;
/* 10878 */     position: relative;
/* 10879 */ }
/* 10880 */ .widget_text_nine ul li a {
/* 10881 */     color: #999999; }
/* 10882 */ .widget_text_nine ul li i {
/* 10883 */     position: absolute;
/* 10884 */     left: 0px;
/* 10885 */     top: 0px;
/* 10886 */     color: #ffffff;
/* 10887 */     font-size: 15px;
/* 10888 */ }
/* 10889 */ .copyright-nine {
/* 10890 */     float: left;
/* 10891 */     width: 100%;
/* 10892 */     text-align: center;
/* 10893 */     background-color: #120f1d;
/* 10894 */     padding: 33px 0px;
/* 10895 */     position: relative;
/* 10896 */ }
/* 10897 */ .copyright-nine p {
/* 10898 */     color: #89878e;
/* 10899 */     font-size: 16px;
/* 10900 */     font-weight: 300;

/* style.css */

/* 10901 */     margin-bottom: 0px;
/* 10902 */ }
/* 10903 */ .careerfy-backto-top {
/* 10904 */     position: absolute;
/* 10905 */     right: 100px;
/* 10906 */     bottom: 25px;
/* 10907 */     width: 45px;
/* 10908 */     height: 45px;
/* 10909 */     border: 2px solid #ffffff;
/* 10910 */     font-size: 18px;
/* 10911 */     text-align: center;
/* 10912 */     padding-top: 8px;
/* 10913 */     border-radius: 100%;
/* 10914 */     color: #ffffff;
/* 10915 */     -webkit-transition: all 0.4s ease-in-out;
/* 10916 */        -moz-transition: all 0.4s ease-in-out;
/* 10917 */         -ms-transition: all 0.4s ease-in-out;
/* 10918 */          -o-transition: all 0.4s ease-in-out;
/* 10919 */             transition: all 0.4s ease-in-out;
/* 10920 */ }
/* 10921 */ .careerfy-backto-top:hover {
/* 10922 */     background-color: #ffffff; }
/* 10923 */ /* Banner Loader */
/* 10924 */ .careerfy-slidloder-section {
/* 10925 */     position: absolute;
/* 10926 */     left: 0px;
/* 10927 */     top: 0px;
/* 10928 */     background-color: rgba(255,255,255,0.98);
/* 10929 */     width: 100%;
/* 10930 */     height: 100%;
/* 10931 */     z-index: 999;
/* 10932 */     text-align: center;
/* 10933 */ }
/* 10934 */ @-webkit-keyframes ball-scale-multiple {
/* 10935 */   0% {
/* 10936 */     -webkit-transform: scale(0);
/* 10937 */             transform: scale(0);
/* 10938 */     opacity: 0; }
/* 10939 */   5% {
/* 10940 */     opacity: 1; }
/* 10941 */   100% {
/* 10942 */     -webkit-transform: scale(1);
/* 10943 */             transform: scale(1);
/* 10944 */     opacity: 0; } }
/* 10945 */
/* 10946 */ @keyframes ball-scale-multiple {
/* 10947 */   0% {
/* 10948 */     -webkit-transform: scale(0);
/* 10949 */             transform: scale(0);
/* 10950 */     opacity: 0; }

/* style.css */

/* 10951 */   5% {
/* 10952 */     opacity: 1; }
/* 10953 */   100% {
/* 10954 */     -webkit-transform: scale(1);
/* 10955 */             transform: scale(1);
/* 10956 */     opacity: 0; } }
/* 10957 */
/* 10958 */ .ball-scale-multiple {
/* 10959 */   position: absolute;
/* 10960 */   left: 50%;
/* 10961 */   top: 50%;
/* 10962 */   display: inline-block;
/* 10963 */   -webkit-transform: translateY(-30px);
/* 10964 */           transform: translateY(-30px); }
/* 10965 */
/* 10966 */   .ball-scale-multiple > div:nth-child(2) {
/* 10967 */     -webkit-animation-delay: -0.4s;
/* 10968 */             animation-delay: -0.4s; }
/* 10969 */   .ball-scale-multiple > div:nth-child(3) {
/* 10970 */     -webkit-animation-delay: -0.2s;
/* 10971 */             animation-delay: -0.2s; }
/* 10972 */   .ball-scale-multiple > div {
/* 10973 */     background-color: #26a4de;
/* 10974 */     width: 30px;
/* 10975 */     height: 30px;
/* 10976 */     border-radius: 100%;
/* 10977 */     margin: 2px;
/* 10978 */     -webkit-animation-fill-mode: both;
/* 10979 */             animation-fill-mode: both;
/* 10980 */     position: absolute;
/* 10981 */     left: -30px;
/* 10982 */     top: 0px;
/* 10983 */     opacity: 0;
/* 10984 */     margin: 0;
/* 10985 */     width: 60px;
/* 10986 */     height: 60px;
/* 10987 */     -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
/* 10988 */             animation: ball-scale-multiple 1s 0s linear infinite; }
/* 10989 */ /* Header Eight */
/* 10990 */ .jobsearch-top-strip {
/* 10991 */     float: left;
/* 10992 */     width: 100%;
/* 10993 */     background-color: #264676;
/* 10994 */     padding: 8px 40px 0px 40px;
/* 10995 */ }
/* 10996 */ .jobsearch-top-strip .careerfy-navigation {
/* 10997 */     overflow: hidden; }
/* 10998 */ .jobsearch-strip-info {
/* 10999 */     float: left; }
/* 11000 */ .jobsearch-strip-info li {

/* style.css */

/* 11001 */     float: left;
/* 11002 */     list-style: none;
/* 11003 */     font-size: 12px;
/* 11004 */     color: #ffffff;
/* 11005 */     margin: 0px 25px 8px 0px;
/* 11006 */ }
/* 11007 */ .jobsearch-strip-info li a {
/* 11008 */     color: #ffffff;
/* 11009 */ }
/* 11010 */ .jobsearch-strip-info li i {
/* 11011 */     float: left;
/* 11012 */     margin: 2px 12px 0px 0px;
/* 11013 */     font-size: 22px;
/* 11014 */ }
/* 11015 */ .jobsearch-strip-media {
/* 11016 */     float: right; }
/* 11017 */ .jobsearch-strip-media li {
/* 11018 */     float: left;
/* 11019 */     list-style: none;
/* 11020 */     margin: 3px 0px 0px 6px;
/* 11021 */     line-height: 1;
/* 11022 */ }
/* 11023 */ .jobsearch-strip-media li a {
/* 11024 */     font-size: 24px;
/* 11025 */     color: #142f57;
/* 11026 */ }
/* 11027 */ .jobsearch-header-eight .jobsearch-strip-media li a {
/* 11028 */     background-color: #d3dadc;
/* 11029 */     width: 24px;
/* 11030 */     height: 24px;
/* 11031 */     color: #434958;
/* 11032 */     border-radius: 100%;
/* 11033 */     float: left;
/* 11034 */     text-align: center;
/* 11035 */     padding-top: 5px;
/* 11036 */     font-size: 14px;
/* 11037 */ }
/* 11038 */ .eight-cell {
/* 11039 */     display: table-cell;
/* 11040 */     vertical-align: middle;
/* 11041 */ }
/* 11042 */
/* 11043 */
/* 11044 */
/* 11045 */ /* Footer Eight */
/* 11046 */ .jobsearch-footer-eight {
/* 11047 */     float: left;
/* 11048 */     width: 100%;
/* 11049 */     background-color: #f5f5f5;
/* 11050 */     padding: 69px 0px 0px 0px;

/* style.css */

/* 11051 */ }
/* 11052 */ .jobsearch-logo-seven {
/* 11053 */     display: block;
/* 11054 */     margin-bottom: 30px;
/* 11055 */ }
/* 11056 */ .widget_about_information p {
/* 11057 */     color: #666666;
/* 11058 */     margin-bottom: 30px;
/* 11059 */ }
/* 11060 */ .widget_about_btn {
/* 11061 */     display: inline-block;
/* 11062 */     padding: 14px 24px;
/* 11063 */     line-height: 1;
/* 11064 */     color: #ffffff;
/* 11065 */     border: 1px solid;
/* 11066 */     font-size: 16px;
/* 11067 */     text-transform: uppercase;
/* 11068 */     border-radius: 60px;
/* 11069 */     -webkit-transition: all 0.4s ease-in-out;
/* 11070 */        -moz-transition: all 0.4s ease-in-out;
/* 11071 */         -ms-transition: all 0.4s ease-in-out;
/* 11072 */          -o-transition: all 0.4s ease-in-out;
/* 11073 */             transition: all 0.4s ease-in-out;
/* 11074 */ }
/* 11075 */ .widget_about_btn:hover { color: #ffffff; }
/* 11076 */ .jobsearch-footer-eight .careerfy-footer-title h2 {
/* 11077 */     color: #333333;
/* 11078 */     font-size: 22px;
/* 11079 */     margin-bottom: 24px;
/* 11080 */ }
/* 11081 */ .jobsearch-footer-eight .widget_nav_menu ul li a { color: #666666; }
/* 11082 */ .jobsearch-footer-eight .widget_nav_menu ul li a:before {
/* 11083 */     content: "\f105";
/* 11084 */     font-family: FontAwesome;
/* 11085 */     font-size: 18px;
/* 11086 */ }
/* 11087 */ .jobsearch-footer-eight .widget_nav_menu ul li { width: 50%; }
/* 11088 */ /* Widget Newslatter Seven */
/* 11089 */ .widget_newslatter_seven p {
/* 11090 */     color: #666666;
/* 11091 */     margin-bottom: 25px;
/* 11092 */ }
/* 11093 */ .widget_newslatter_seven form {
/* 11094 */     display: inline-block;
/* 11095 */     width: 100%;
/* 11096 */     position: relative;
/* 11097 */     margin-bottom: 7px;
/* 11098 */ }
/* 11099 */ .widget_newslatter_seven form input[type="text"] {
/* 11100 */     float: left;

/* style.css */

/* 11101 */     width: 100%;
/* 11102 */     background-color: #f5f5f5;
/* 11103 */     font-size: 12px;
/* 11104 */     font-weight: 500;
/* 11105 */     color: #222;
/* 11106 */     padding: 7px 20px;
/* 11107 */     height: 51px;
/* 11108 */     border-radius: 0px 40px 40px 0px;
/* 11109 */     border: 1px solid #e6e6e6;
/* 11110 */     -webkit-transition: all 0.4s ease-in-out;
/* 11111 */        -moz-transition: all 0.4s ease-in-out;
/* 11112 */         -ms-transition: all 0.4s ease-in-out;
/* 11113 */          -o-transition: all 0.4s ease-in-out;
/* 11114 */             transition: all 0.4s ease-in-out;
/* 11115 */ }
/* 11116 */ .widget_newslatter_seven form input[type="text"]:hover { border-radius: 40px; }
/* 11117 */ .widget_newslatter_seven form input[type="submit"] {
/* 11118 */     position: absolute;
/* 11119 */     right: 0px;
/* 11120 */     top: 0px;
/* 11121 */     width: 51px;
/* 11122 */     height: 51px;
/* 11123 */     background-color: transparent;
/* 11124 */     border: 1px solid;
/* 11125 */     border-radius: 100%;
/* 11126 */     z-index: 2;
/* 11127 */ }
/* 11128 */ .widget_newslatter_seven form:hover > i {
/* 11129 */     background-color: transparent;
/* 11130 */ }
/* 11131 */ .widget_newslatter_seven .alert {
/* 11132 */     position: absolute;
/* 11133 */     left: 0px;
/* 11134 */     bottom: 0px;
/* 11135 */     width: 100%;
/* 11136 */     z-index: 2;
/* 11137 */     margin: 0px;
/* 11138 */ }
/* 11139 */ .widget_newslatter_seven .alert p { margin-bottom: 0px; }
/* 11140 */ .widget_newslatter_seven form > i {
/* 11141 */     position: absolute;
/* 11142 */     right: 0px;
/* 11143 */     top: 0px;
/* 11144 */     width: 51px;
/* 11145 */     height: 51px;
/* 11146 */     background-color: #031b40;
/* 11147 */     border: 1px solid;
/* 11148 */     border-radius: 100%;
/* 11149 */     z-index: 0;
/* 11150 */     font-size: 18px;

/* style.css */

/* 11151 */     color: #ffffff;
/* 11152 */     text-align: center;
/* 11153 */     padding: 15px 0px 0px 0px;
/* 11154 */     -webkit-transition: all 0.4s ease-in-out;
/* 11155 */        -moz-transition: all 0.4s ease-in-out;
/* 11156 */         -ms-transition: all 0.4s ease-in-out;
/* 11157 */          -o-transition: all 0.4s ease-in-out;
/* 11158 */             transition: all 0.4s ease-in-out;
/* 11159 */ }
/* 11160 */
/* 11161 */ .widget_newslatter_social {
/* 11162 */     float: left;
/* 11163 */     width: 100%;
/* 11164 */     margin: 0px;
/* 11165 */ }
/* 11166 */ .widget_newslatter_social li {
/* 11167 */     float: left;
/* 11168 */     list-style: none;
/* 11169 */     margin: 10px 15px 0px 0px;
/* 11170 */ }
/* 11171 */ .widget_newslatter_social li a {
/* 11172 */     float: left;
/* 11173 */     background-color: #707070;
/* 11174 */     width: 40px;
/* 11175 */     height: 40px;
/* 11176 */     color: #ffffff;
/* 11177 */     font-size: 19px;
/* 11178 */     border-radius: 100%;
/* 11179 */     text-align: center;
/* 11180 */     padding-top: 10px;
/* 11181 */     border: 1px solid #707070;
/* 11182 */     -webkit-transition: all 0.4s ease-in-out;
/* 11183 */        -moz-transition: all 0.4s ease-in-out;
/* 11184 */         -ms-transition: all 0.4s ease-in-out;
/* 11185 */          -o-transition: all 0.4s ease-in-out;
/* 11186 */             transition: all 0.4s ease-in-out;
/* 11187 */ }
/* 11188 */ .widget_newslatter_social li:hover a { background-color: transparent; }
/* 11189 */ .jobsearch-footer-eight .jobsearch-copyright {
/* 11190 */     background-color: #e1e1e1;
/* 11191 */     text-align: center;
/* 11192 */     border-top: 1px solid;
/* 11193 */     padding: 14px 0px 27px 0px;
/* 11194 */     margin-top: 60px;
/* 11195 */ }
/* 11196 */ .jobsearch-footer-eight .jobsearch-copyright p {
/* 11197 */     display: inline-block;
/* 11198 */     float: none;
/* 11199 */     font-size: 14px;
/* 11200 */     color: #707070;

/* style.css */

/* 11201 */ }
/* 11202 */
/* 11203 */
/* 11204 */ /* Home Ten */
/* 11205 */ /* Header Ten */
/* 11206 */ .careerfy-header10-main {
/* 11207 */     float: left;
/* 11208 */     width: 100%;
/* 11209 */     background-color: #efefef;
/* 11210 */ }
/* 11211 */ .careerfy-header-ten .careerfy-logo {
/* 11212 */     float: none;
/* 11213 */     display: inline-block;
/* 11214 */     width: 35%;
/* 11215 */     margin: 13px -4px 13px 0px;
/* 11216 */     vertical-align: middle;
/* 11217 */ }
/* 11218 */ .careerfy-header10-usersec-wrap {
/* 11219 */     display: inline-block;
/* 11220 */     width: 65%;
/* 11221 */     vertical-align: middle;
/* 11222 */     text-align: right;
/* 11223 */ }
/* 11224 */ .careerfy-header10-usersec {
/* 11225 */     display: inline-block; }
/* 11226 */ .careerfy-header10-usersec > li {
/* 11227 */     float: left;
/* 11228 */     list-style: none;
/* 11229 */     margin-left: 28px;
/* 11230 */     position: relative;
/* 11231 */ }
/* 11232 */ .careerfy-header10-usersec > li i {
/* 11233 */     margin-right: 8px; }
/* 11234 */ .careerfy-header10-usersec > li > a {
/* 11235 */     color: #6f7484;
/* 11236 */     -webkit-transition: all 0.4s ease-in-out;
/* 11237 */        -moz-transition: all 0.4s ease-in-out;
/* 11238 */         -ms-transition: all 0.4s ease-in-out;
/* 11239 */          -o-transition: all 0.4s ease-in-out;
/* 11240 */             transition: all 0.4s ease-in-out;
/* 11241 */ }
/* 11242 */ .careerfy-header10-usersec ul.nav-item-children,
/* 11243 */ .careerfy-header-twentyone-user .nav-item-children {
/* 11244 */     background-color: #ffffff;
/* 11245 */     right: 0;
/* 11246 */     margin: 5px 0px 0px 0px;
/* 11247 */     padding: 0px 20px;
/* 11248 */     opacity: 0;
/* 11249 */     position: absolute;
/* 11250 */     top: 100%;

/* style.css */

/* 11251 */     visibility: hidden;
/* 11252 */     width: 200px;
/* 11253 */     z-index: 999;
/* 11254 */     text-align: left;
/* 11255 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
/* 11256 */     -webkit-transform: translateX(10px);
/* 11257 */        -moz-transform: translateX(10px);
/* 11258 */         -ms-transform: translateX(10px);
/* 11259 */          -o-transform: translateX(10px);
/* 11260 */             transform: translateX(10px);
/* 11261 */     -webkit-transition: all 0.5s ease-in-out;
/* 11262 */        -moz-transition: all 0.5s ease-in-out;
/* 11263 */         -ms-transition: all 0.5s ease-in-out;
/* 11264 */          -o-transition: all 0.5s ease-in-out;
/* 11265 */             transition: all 0.5s ease-in-out;
/* 11266 */ }
/* 11267 */ .careerfy-header10-usersec > li:hover > ul.nav-item-children,
/* 11268 */ .careerfy-header-twentyone-user > li:hover > .nav-item-children {
/* 11269 */     opacity: 1;
/* 11270 */     visibility: visible;
/* 11271 */     -webkit-transform: translateX(0px);
/* 11272 */        -moz-transform: translateX(0px);
/* 11273 */         -ms-transform: translateX(0px);
/* 11274 */          -o-transform: translateX(0px);
/* 11275 */             transform: translateX(0px);
/* 11276 */ }
/* 11277 */ .careerfy-header10-usersec ul.nav-item-children li,
/* 11278 */ .careerfy-header-twentyone-user .nav-item-children li {
/* 11279 */     float: left;
/* 11280 */     width: 100%;
/* 11281 */     list-style: none;
/* 11282 */ }
/* 11283 */ .careerfy-header10-usersec ul.nav-item-children li a,
/* 11284 */ .careerfy-header-twentyone-user .nav-item-children li a {
/* 11285 */     border-bottom: 1px solid #f2f2f2;
/* 11286 */     color: #656c6c;
/* 11287 */     float: left;
/* 11288 */     font-size: 14px;
/* 11289 */     font-weight: 400;
/* 11290 */     padding: 10px 0px;
/* 11291 */     width: 100%;
/* 11292 */     -webkit-transition: all 0.5s ease-in-out;
/* 11293 */        -moz-transition: all 0.5s ease-in-out;
/* 11294 */         -ms-transition: all 0.5s ease-in-out;
/* 11295 */          -o-transition: all 0.5s ease-in-out;
/* 11296 */             transition: all 0.5s ease-in-out;
/* 11297 */ }
/* 11298 */ .careerfy-header10-main .wpml-ls ul {
/* 11299 */     margin-left: 0px; }
/* 11300 */ .careerfy-header10-main .careerfy-wpml-switcher ul li {

/* style.css */

/* 11301 */     list-style: none;
/* 11302 */     position: relative;
/* 11303 */ }
/* 11304 */ .careerfy-header10-main .careerfy-wpml-switcher a {
/* 11305 */     color: #6f7484;
/* 11306 */ }
/* 11307 */ .careerfy-header10-main .careerfy-wpml-switcher > a:after {
/* 11308 */     content: "\f0d7";
/* 11309 */     font-family: FontAwesome;
/* 11310 */     display: inline-block;
/* 11311 */     font-size: 16px;
/* 11312 */     color: #6f7484;
/* 11313 */     margin: 0px 0px 0px 9px;
/* 11314 */     vertical-align: middle;
/* 11315 */ }
/* 11316 */ .careerfy-header10-main .careerfy-wpml-switcher img {
/* 11317 */     float: left;
/* 11318 */     width: 17px;
/* 11319 */     height: 17px;
/* 11320 */     border-radius: 100%;
/* 11321 */     margin: 5px 10px 0px 0px;
/* 11322 */ }
/* 11323 */ .wpml-ls-legacy-list-horizontal li img { margin-top: 0px !important; }
/* 11324 */ .careerfy-header10-main .careerfy-wpml-switcher ul {
/* 11325 */     position: absolute;
/* 11326 */     left: 0px;
/* 11327 */     top: 100%;
/* 11328 */     margin: 0px 0px 0px 0px;
/* 11329 */     background-color: #ffffff;
/* 11330 */     width: 180px;
/* 11331 */     text-align: left;
/* 11332 */     box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.20);
/* 11333 */     z-index: 999;
/* 11334 */     opacity: 0;
/* 11335 */     visibility: hidden;
/* 11336 */     -webkit-transition: all 0.4s ease-in-out;
/* 11337 */        -moz-transition: all 0.4s ease-in-out;
/* 11338 */         -ms-transition: all 0.4s ease-in-out;
/* 11339 */          -o-transition: all 0.4s ease-in-out;
/* 11340 */             transition: all 0.4s ease-in-out;
/* 11341 */ }
/* 11342 */ .careerfy-header10-main .careerfy-wpml-switcher:hover ul {
/* 11343 */     opacity: 1;
/* 11344 */     visibility: visible;
/* 11345 */ }
/* 11346 */ .careerfy-header10-main .careerfy-wpml-switcher ul li {
/* 11347 */     float: left;
/* 11348 */     width: 100%;
/* 11349 */ }
/* 11350 */ .careerfy-header10-main .careerfy-wpml-switcher ul li a {

/* style.css */

/* 11351 */     float: left;
/* 11352 */     width: 100%;
/* 11353 */     padding: 5px 15px;
/* 11354 */     border-bottom: 1px solid #dddddd;
/* 11355 */ }
/* 11356 */ .careerfy-header10-main .careerfy-wpml-switcher ul li:last-child a {
/* 11357 */     border-bottom: none; }
/* 11358 */ /* HeaderNine Main */
/* 11359 */ .careerfy-headerten-mainnav {
/* 11360 */     float: left;
/* 11361 */     width: 100%;
/* 11362 */     background-color: #ffffff;
/* 11363 */ }
/* 11364 */ .careerfy-headerten-mainnav .jobsearch-navigation {
/* 11365 */     float: left;
/* 11366 */ }
/* 11367 */ .careerfy-headerten-mainnav .navbar-nav > li {
/* 11368 */     padding: 0px 14px 0px 14px;
/* 11369 */ }
/* 11370 */ .careerfy-headerten-mainnav .navbar-nav > li > a {
/* 11371 */     color: #6f7484;
/* 11372 */     padding: 14px 0px 19px 0px;
/* 11373 */     font-family: 'Roboto', sans-serif;
/* 11374 */ }
/* 11375 */ .careerfy-headerten-mainnav .navbar-nav > li > a:before {
/* 11376 */     height: 3px;
/* 11377 */     bottom: 0px;
/* 11378 */ }
/* 11379 */ .careerfy-headerten-mainnav .navbar-nav > li:first-child {
/* 11380 */     padding-left: 0px; }
/* 11381 */ .careerfy-headerten-mainnav .navbar-nav .sub-menu {
/* 11382 */     margin-top: 0px; }
/* 11383 */ .careerfy-headerten-btn {
/* 11384 */     float: right;
/* 11385 */     padding: 9px 16px 8px 16px;
/* 11386 */     color: #ffffff;
/* 11387 */     border-radius: 80px;
/* 11388 */     line-height: 1;
/* 11389 */     margin-top: 10px;
/* 11390 */     border: 1px solid;
/* 11391 */     -webkit-transition: all 0.4s ease-in-out;
/* 11392 */        -moz-transition: all 0.4s ease-in-out;
/* 11393 */         -ms-transition: all 0.4s ease-in-out;
/* 11394 */          -o-transition: all 0.4s ease-in-out;
/* 11395 */             transition: all 0.4s ease-in-out;
/* 11396 */ }
/* 11397 */ .careerfy-headerten-btn i {
/* 11398 */     margin-right: 6px; }
/* 11399 */ .careerfy-headerten-btn:hover {
/* 11400 */     background-color: #ffffff !important; }

/* style.css */

/* 11401 */ /* Banner Ten */
/* 11402 */ .careerfy-banner-ten {
/* 11403 */     float: left;
/* 11404 */     width: 100%;
/* 11405 */     position: relative;
/* 11406 */ }
/* 11407 */ /* Search Ten */
/* 11408 */ .careerfy-search-ten,
/* 11409 */ .careerfy-search-ten form,
/* 11410 */ .careerfy-search-ten form input[type="text"],
/* 11411 */ .careerfy-search-ten form label {
/* 11412 */     float: left;
/* 11413 */     width: 100%;
/* 11414 */ }
/* 11415 */ .careerfy-search-ten {
/* 11416 */     position: relative;
/* 11417 */     z-index: 99;
/* 11418 */ }
/* 11419 */ .careerfy-search-ten form {
/* 11420 */     background-color: #fafafa;
/* 11421 */     padding: 40px 30px;
/* 11422 */     border: 1px solid #d4d4d4;
/* 11423 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
/* 11424 */     border-radius: 5px;
/* 11425 */ }
/* 11426 */ .careerfy-search-ten form ul.careerfy-search-ten-grid { margin: 0px -5px; }
/* 11427 */ .careerfy-search-ten form ul.careerfy-search-ten-grid li {
/* 11428 */     float: left;
/* 11429 */     width: 27%;
/* 11430 */     list-style: none;
/* 11431 */     padding: 0px 5px;
/* 11432 */     position: relative;
/* 11433 */     margin-bottom: 17px;
/* 11434 */ }
/* 11435 */ .careerfy-search-ten form ul.careerfy-search-ten-grid li:last-child {
/* 11436 */     width: 19%; }
/* 11437 */ .careerfy-search-ten form input[type="text"] {
/* 11438 */     height: 56px;
/* 11439 */     color: #6f7484;
/* 11440 */     font-size: 14px;
/* 11441 */     padding: 7px 20px;
/* 11442 */     background-color: #ffffff;
/* 11443 */     border: 1px solid rgba(0,0,0,0.10);
/* 11444 */     border-radius: 4px;
/* 11445 */ }
/* 11446 */ .careerfy-search-ten form i {
/* 11447 */     position: absolute;
/* 11448 */     right: 21px;
/* 11449 */     top: 20px;
/* 11450 */     font-size: 14px;

/* style.css */

/* 11451 */     color: #5a5a5a;
/* 11452 */ }
/* 11453 */ .careerfy-search-ten form label {
/* 11454 */     margin-bottom: 0px;
/* 11455 */     padding: 18px 0px;
/* 11456 */     line-height: 1;
/* 11457 */     border-radius: 4px;
/* 11458 */     position: relative;
/* 11459 */     height: 56px;
/* 11460 */     border: 1px solid;
/* 11461 */     -webkit-transition: all 0.4s ease-in-out;
/* 11462 */        -moz-transition: all 0.4s ease-in-out;
/* 11463 */         -ms-transition: all 0.4s ease-in-out;
/* 11464 */          -o-transition: all 0.4s ease-in-out;
/* 11465 */             transition: all 0.4s ease-in-out;
/* 11466 */ }
/* 11467 */ .careerfy-search-ten form label i {
/* 11468 */     z-index: 0;
/* 11469 */     left: 42px;
/* 11470 */     top: 18px;
/* 11471 */     color: #ffffff;
/* 11472 */     font-size: 17px;
/* 11473 */     width: auto;
/* 11474 */     -webkit-transition: all 0.4s ease-in-out;
/* 11475 */        -moz-transition: all 0.4s ease-in-out;
/* 11476 */         -ms-transition: all 0.4s ease-in-out;
/* 11477 */          -o-transition: all 0.4s ease-in-out;
/* 11478 */             transition: all 0.4s ease-in-out;
/* 11479 */ }
/* 11480 */ .careerfy-search-ten form input[type="submit"] {
/* 11481 */     position: absolute;
/* 11482 */     left: 0px;
/* 11483 */     top: 0px;
/* 11484 */     width: 100%;
/* 11485 */     height: 100%;
/* 11486 */     background-color: transparent;
/* 11487 */     border: none;
/* 11488 */     color: #ffffff;
/* 11489 */     z-index: 1;
/* 11490 */     font-weight: 400;
/* 11491 */     text-align: center;
/* 11492 */     padding-left: 15px;
/* 11493 */     -webkit-transition: all 0.4s ease-in-out;
/* 11494 */        -moz-transition: all 0.4s ease-in-out;
/* 11495 */         -ms-transition: all 0.4s ease-in-out;
/* 11496 */          -o-transition: all 0.4s ease-in-out;
/* 11497 */             transition: all 0.4s ease-in-out;
/* 11498 */ }
/* 11499 */ .careerfy-search-ten form label:hover {
/* 11500 */     background-color: transparent; }

/* style.css */

/* 11501 */ .careerfy-search-ten-list {
/* 11502 */     float: left;
/* 11503 */ }
/* 11504 */ .careerfy-search-ten-list li {
/* 11505 */     float: left;
/* 11506 */     list-style: none;
/* 11507 */     font-size: 14px;
/* 11508 */     color: #05132a;
/* 11509 */ }
/* 11510 */ .careerfy-search-ten-list li a {
/* 11511 */     color: #6f7484;
/* 11512 */     margin: 0px 16px 0px 3px;
/* 11513 */ }
/* 11514 */ .careerfy-search-ten-list-btn {
/* 11515 */     float: right;
/* 11516 */     color: #6f7484;
/* 11517 */     padding: 3px 0px 0px 0px;
/* 11518 */ }
/* 11519 */ /* Fancy Title Ten */
/* 11520 */ .careerfy-fancy-title-ten {
/* 11521 */     float: left;
/* 11522 */     width: 100%;
/* 11523 */     text-align: center;
/* 11524 */     margin-bottom: 42px;
/* 11525 */ }
/* 11526 */ .careerfy-fancy-title-ten .careerfy-Logo_2 span {
/* 11527 */     font-size: 60px;
/* 11528 */ }
/* 11529 */ .careerfy-fancy-title-ten h2 {
/* 11530 */     font-size: 35px;
/* 11531 */     font-weight: 600;
/* 11532 */     color: #05132a;
/* 11533 */     margin-bottom: 0px;
/* 11534 */     text-transform: uppercase;
/* 11535 */ }
/* 11536 */ .careerfy-fancy-title-ten span {
/* 11537 */     font-size: 18px;
/* 11538 */     color: #6f7484;
/* 11539 */ }
/* 11540 */ /* Categories TenStyle1 */
/* 11541 */ .careerfy-categories-tenstyle1 ul li {
/* 11542 */     margin-bottom: 30px; }
/* 11543 */ .careerfy-categories-tenstyle1,
/* 11544 */ .careerfy-speakers-grid,
/* 11545 */ .careerfy-twelve-blog-grid,
/* 11546 */ .top-companies-list {
/* 11547 */     text-align: center; }
/* 11548 */ .careerfy-categories-tenstyle1 > ul > li,
/* 11549 */ .careerfy-speakers-grid > ul > li,
/* 11550 */ .careerfy-twelve-blog-grid > ul > li {

/* style.css */

/* 11551 */     float: none;
/* 11552 */     display: inline-block;
/* 11553 */     vertical-align: top;
/* 11554 */     margin-right: -4px;
/* 11555 */ }
/* 11556 */ .careerfy-twelve-blog-grid-inner,
/* 11557 */ .top-companies-list-inner {
/* 11558 */     text-align: left; }
/* 11559 */ .careerfy-categories-tenstyle1 ul li a {
/* 11560 */     float: left;
/* 11561 */     width: 100%;
/* 11562 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
/* 11563 */     border: 1px solid rgba(0,0,0,0.10);
/* 11564 */     text-align: center;
/* 11565 */     padding: 33px 10px 35px 10px;
/* 11566 */     border-radius: 5px;
/* 11567 */     line-height: 1.2;
/* 11568 */     background-color: #ffffff;
/* 11569 */     -webkit-transition: all 0.4s ease-in-out;
/* 11570 */        -moz-transition: all 0.4s ease-in-out;
/* 11571 */         -ms-transition: all 0.4s ease-in-out;
/* 11572 */          -o-transition: all 0.4s ease-in-out;
/* 11573 */             transition: all 0.4s ease-in-out;
/* 11574 */ }
/* 11575 */ .careerfy-categories-tenstyle1 ul li:hover a {
/* 11576 */     -webkit-transform: scale(1.1);
/* 11577 */        -moz-transform: scale(1.1);
/* 11578 */         -ms-transform: scale(1.1);
/* 11579 */          -o-transform: scale(1.1);
/* 11580 */             transform: scale(1.1);
/* 11581 */ }
/* 11582 */ .careerfy-categories-tenstyle1 i {
/* 11583 */     margin-bottom: 15px;
/* 11584 */     font-size: 40px;
/* 11585 */     display: block;
/* 11586 */ }
/* 11587 */ .careerfy-categories-tenstyle1 strong {
/* 11588 */     float: left;
/* 11589 */     width: 100%;
/* 11590 */     color: #05132a;
/* 11591 */     font-size: 19px;
/* 11592 */     font-weight: 400;
/* 11593 */     margin-bottom: 9px;
/* 11594 */     word-wrap: break-word;
/* 11595 */ }
/* 11596 */ .careerfy-categories-tenstyle1 img {
/* 11597 */     margin-bottom: 15px;
/* 11598 */     width: 40px;
/* 11599 */ }
/* 11600 */ .careerfy-categories-tenstyle1 small {

/* style.css */

/* 11601 */     display: block;
/* 11602 */     font-size: 16px;
/* 11603 */     color: #6f7484;
/* 11604 */ }
/* 11605 */ .careerfy-categories-tenstyle1 span {
/* 11606 */     display: inline-block;
/* 11607 */     margin-bottom: 11px;
/* 11608 */     font-size: 56px;
/* 11609 */ }
/* 11610 */ /* Fancy Title Ten Left */
/* 11611 */ .careerfy-fancy-title-ten-left {
/* 11612 */     text-align: left;
/* 11613 */     position: relative;
/* 11614 */     padding-left: 56px;
/* 11615 */ }
/* 11616 */ .careerfy-fancy-title-ten-left .careerfy-icon-ten {
/* 11617 */     position: absolute;
/* 11618 */     left: 0px;
/* 11619 */     top: 4px;
/* 11620 */ }
/* 11621 */ .careerfy-fancy-title-ten-left h2 {
/* 11622 */     font-size: 25px; }
/* 11623 */ /* Recent List */
/* 11624 */ .careerfy-recent-list,
/* 11625 */ .careerfy-recent-list-wrap,
/* 11626 */ .careerfy-recent-list figure a,
/* 11627 */ .careerfy-recent-list figure a img {
/* 11628 */     float: left;
/* 11629 */     width: 100%;
/* 11630 */ }
/* 11631 */ .careerfy-recent-list {
/* 11632 */     margin-bottom: 20px; }
/* 11633 */ .careerfy-recent-list ul li {
/* 11634 */     list-style: none; }
/* 11635 */ .careerfy-recent-list > ul > li {
/* 11636 */     margin-bottom: 9px; }
/* 11637 */ .careerfy-recent-list-wrap {
/* 11638 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
/* 11639 */     padding: 15px 29px 15px 19px;
/* 11640 */     border: 1px solid rgba(0,0,0,0.10);
/* 11641 */     border-radius: 6px;
/* 11642 */     background-color: #ffffff;
/* 11643 */     position: relative;
/* 11644 */     overflow: hidden;
/* 11645 */ }
/* 11646 */ .careerfy-recent-list figure {
/* 11647 */     display: inline-block;
/* 11648 */     width: 84px;
/* 11649 */     margin-bottom: 0px;
/* 11650 */     vertical-align: middle;

/* style.css */

/* 11651 */     margin-right: -4px;
/* 11652 */ }
/* 11653 */ .careerfy-recent-list figure a,
/* 11654 */ .careerfy-recent-list figure a img {
/* 11655 */     border-radius: 100%;
/* 11656 */     min-height: 84px;
/* 11657 */ }
/* 11658 */ .careerfy-recent-list figure a {
/* 11659 */     border: 2px solid rgba(0,0,0,0.15); }
/* 11660 */ .careerfy-recent-list figure a i.fa-star {
/* 11661 */     position: absolute;
/* 11662 */     right: 0px;
/* 11663 */     bottom: 0px;
/* 11664 */     background-color: #ffb14a;
/* 11665 */     color: #ffffff;
/* 11666 */     border-radius: 100%;
/* 11667 */     width: 25px;
/* 11668 */     height: 25px;
/* 11669 */     text-align: center;
/* 11670 */     padding-top: 6px;
/* 11671 */ }
/* 11672 */ .careerfy-recent-list-text {
/* 11673 */     padding-right: 100px;
/* 11674 */     position: relative;
/* 11675 */     display: inline-block;
/* 11676 */     margin-right: -4px;
/* 11677 */     width: 83%;
/* 11678 */     padding-left: 20px;
/* 11679 */     vertical-align: middle;
/* 11680 */ }
/* 11681 */ .vc_col-sm-12 .careerfy-recent-list-text {
/* 11682 */     width: 92%; }
/* 11683 */ .careerfy-recent-list-text ul {
/* 11684 */     display: block;
/* 11685 */     margin: 0px;
/* 11686 */ }
/* 11687 */ .careerfy-recent-list-text ul li {
/* 11688 */     display: inline-block;
/* 11689 */     color: #6f7484;
/* 11690 */     margin: 0px 14px 0px 0px;
/* 11691 */ }
/* 11692 */ .careerfy-recent-list-text ul li i {
/* 11693 */     float: left;
/* 11694 */     margin: 7px 8px 0px 0px;
/* 11695 */     color: #05132a;
/* 11696 */     font-size: 12px;
/* 11697 */ }
/* 11698 */ .careerfy-recent-list-text h2 {
/* 11699 */     font-size: 22px;
/* 11700 */     font-weight: 600;

/* style.css */

/* 11701 */     color: #05132a;
/* 11702 */     margin-bottom: 0px;
/* 11703 */     line-height: 1.2;
/* 11704 */ }
/* 11705 */ .careerfy-recent-list-status {
/* 11706 */     position: absolute;
/* 11707 */     right: 0px;
/* 11708 */     top: 0px;
/* 11709 */     padding: 7px 17px;
/* 11710 */     font-size: 16px;
/* 11711 */     color: #ffffff;
/* 11712 */     background-color: #52be71;
/* 11713 */     border-radius: 5px;
/* 11714 */     line-height: 1;
/* 11715 */ }
/* 11716 */ .careerfy-recent-list-status1 {
/* 11717 */     background-color: #e69564; }
/* 11718 */ .careerfy-recent-list-status2 {
/* 11719 */     background-color: #6c9dca; }
/* 11720 */ .show-morejobs-btn {
/* 11721 */     float: left;
/* 11722 */     width: 100%;
/* 11723 */     text-align: center;
/* 11724 */     margin: 20px 0px 20px 0px;
/* 11725 */ }
/* 11726 */ .show-morejobs-btn a {
/* 11727 */     display: inline-block;
/* 11728 */     padding: 15px 29px;
/* 11729 */     border: 3px solid;
/* 11730 */     border-radius: 80px;
/* 11731 */     font-size: 20px;
/* 11732 */     line-height: 1;
/* 11733 */     min-width: 210px;
/* 11734 */     -webkit-transition: all 0.4s ease-in-out;
/* 11735 */        -moz-transition: all 0.4s ease-in-out;
/* 11736 */         -ms-transition: all 0.4s ease-in-out;
/* 11737 */          -o-transition: all 0.4s ease-in-out;
/* 11738 */             transition: all 0.4s ease-in-out;
/* 11739 */ }
/* 11740 */ .show-morejobs-btn a:hover {
/* 11741 */     color: #ffffff; }
/* 11742 */ /* Top Recruiters */
/* 11743 */ .careerfy-top-recruiters-slider,
/* 11744 */ .careerfy-top-recruiters-slider-layer {
/* 11745 */     float: left;
/* 11746 */     width: 100%;
/* 11747 */ }
/* 11748 */ .careerfy-top-recruiters-slider-layer {
/* 11749 */     padding: 10px;
/* 11750 */ }

/* style.css */

/* 11751 */ .careerfy-top-recruiters-slider {
/* 11752 */     position: relative;
/* 11753 */     margin: -10px -10px 0px -10px;
/* 11754 */ }
/* 11755 */ .careerfy-top-recruiters-slider .slick-arrow,
/* 11756 */ .careerfy-recruiters-top-list-two .slick-arrow {
/* 11757 */     position: absolute;
/* 11758 */     right: 0px;
/* 11759 */     top: -76px;
/* 11760 */     color: #05132a;
/* 11761 */     font-size: 16px;
/* 11762 */     cursor: pointer;
/* 11763 */ }
/* 11764 */ .careerfy-top-recruiters-slider .slick-arrow-right.slick-arrow,
/* 11765 */ .careerfy-recruiters-top-list-two .slick-arrow-right.slick-arrow {
/* 11766 */     top: -75px; }
/* 11767 */ .careerfy-top-recruiters-slider .slick-arrow-left.slick-arrow,
/* 11768 */ .careerfy-recruiters-top-list-two .slick-arrow-left.slick-arrow {
/* 11769 */     right: 20px;
/* 11770 */     -webkit-transform: scale(-1);
/* 11771 */        -moz-transform: scale(-1);
/* 11772 */         -ms-transform: scale(-1);
/* 11773 */          -o-transform: scale(-1);
/* 11774 */             transform: scale(-1);
/* 11775 */ }
/* 11776 */ .careerfy-recruiters-top-list-two .slick-arrow-left.slick-arrow {
/* 11777 */     top: -74px; }
/* 11778 */ .careerfy-top-recruiters-slider-image {
/* 11779 */     float: left;
/* 11780 */     width: 100%;
/* 11781 */     text-align: center;
/* 11782 */     background-color: #f5f5f5;
/* 11783 */     position: relative;
/* 11784 */     overflow: hidden;
/* 11785 */ }
/* 11786 */ .careerfy-top-recruiters-slider-image .promotepof-badge {
/* 11787 */     z-index: 2; }
/* 11788 */ .careerfy-top-recruiters-slider-image img {
/* 11789 */     display: inline-block !important; }
/* 11790 */ .careerfy-top-recruiters-slider-layer {
/* 11791 */     outline: none; }
/* 11792 */ .careerfy-top-recruiters {
/* 11793 */     float: left;
/* 11794 */     width: 100%;
/* 11795 */     background-color: #ffffff;
/* 11796 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
/* 11797 */     border: 1px solid rgba(0,0,0,0.10);
/* 11798 */ }
/* 11799 */ .careerfy-top-recruiters-inner {
/* 11800 */     float: left;

/* style.css */

/* 11801 */     width: 100%;
/* 11802 */     padding: 28px 25px 4px 25px;
/* 11803 */ }
/* 11804 */ .careerfy-top-recruiters-inner2 {
/* 11805 */     float: left;
/* 11806 */     width: 100%;
/* 11807 */     padding: 10px 25px 27px 25px;
/* 11808 */     border-top: 1px solid #ebebeb;
/* 11809 */     margin-top: 10px;
/* 11810 */ }
/* 11811 */ .careerfy-top-recruiters-status {
/* 11812 */     display: inline-block;
/* 11813 */     padding: 7px 17px;
/* 11814 */     font-size: 16px;
/* 11815 */     color: #ffffff;
/* 11816 */     background-color: #6c9dca;
/* 11817 */     border-radius: 5px;
/* 11818 */     line-height: 1;
/* 11819 */     margin-bottom: 12px;
/* 11820 */ }
/* 11821 */ .careerfy-top-recruiters h2 {
/* 11822 */     font-size: 22px;
/* 11823 */     font-weight: 600;
/* 11824 */     color: #05132a;
/* 11825 */     margin-bottom: 4px;
/* 11826 */     line-height: 1.2;
/* 11827 */ }
/* 11828 */ .careerfy-top-recruiters ul {
/* 11829 */     display: block;
/* 11830 */     margin: 0px;
/* 11831 */ }
/* 11832 */ .careerfy-top-recruiters ul li {
/* 11833 */     display: inline-block;
/* 11834 */     list-style: none;
/* 11835 */     color: #6f7484;
/* 11836 */     margin: 0px 14px 1px 0px;
/* 11837 */ }
/* 11838 */ .careerfy-top-recruiters ul li i {
/* 11839 */     float: left;
/* 11840 */     margin: 7px 8px 0px 0px;
/* 11841 */     color: #05132a;
/* 11842 */     font-size: 12px;
/* 11843 */ }
/* 11844 */ .careerfy-top-recruiters p {
/* 11845 */     float: left;
/* 11846 */     width: 100%;
/* 11847 */     color: #6f7484;
/* 11848 */     margin-bottom: 15px;
/* 11849 */     letter-spacing: 0px;
/* 11850 */ }

/* style.css */

/* 11851 */ .careerfy-top-recruiters-btn {
/* 11852 */     display: inline-block;
/* 11853 */     padding: 9px 29px;
/* 11854 */     line-height: 1;
/* 11855 */     border: 2px solid;
/* 11856 */     border-radius: 80px;
/* 11857 */     font-size: 16px;
/* 11858 */     -webkit-transition: all 0.4s ease-in-out;
/* 11859 */        -moz-transition: all 0.4s ease-in-out;
/* 11860 */         -ms-transition: all 0.4s ease-in-out;
/* 11861 */          -o-transition: all 0.4s ease-in-out;
/* 11862 */             transition: all 0.4s ease-in-out;
/* 11863 */ }
/* 11864 */ .careerfy-top-recruiters-btn:hover {
/* 11865 */     color: #ffffff; }
/* 11866 */ /* Counter Style10 */
/* 11867 */ .careerfy-counter-style10 {
/* 11868 */     float: left;
/* 11869 */     width: 100%;
/* 11870 */ }
/* 11871 */ .careerfy-counter-style10 ul li {
/* 11872 */     list-style: none; }
/* 11873 */ .careerfy-counter-style10 > ul > li {
/* 11874 */     margin-bottom: 30px;
/* 11875 */     text-align: center;
/* 11876 */ }
/* 11877 */ .careerfy-counter-style10 i {
/* 11878 */     font-size: 47px;
/* 11879 */     color: #ffffff;
/* 11880 */     margin-bottom: 23px;
/* 11881 */     display: inline-block;
/* 11882 */ }
/* 11883 */ .careerfy-counter-style10 ul.row {
/* 11884 */     display: flex;
/* 11885 */     width: 100%;
/* 11886 */     justify-content: center;
/* 11887 */ }
/* 11888 */ .careerfy-counter-style10 span {
/* 11889 */     display: inline-block;
/* 11890 */     width: 100%;
/* 11891 */     font-size: 30px;
/* 11892 */     position: relative;
/* 11893 */     padding-bottom: 20px;
/* 11894 */     margin-bottom: 16px;
/* 11895 */     color: #ffffff;
/* 11896 */     font-weight: 600;
/* 11897 */ }
/* 11898 */ .careerfy-counter-style10 span:before {
/* 11899 */     content: '';
/* 11900 */     position: absolute;

/* style.css */

/* 11901 */     left: 50%;
/* 11902 */     bottom: 0px;
/* 11903 */     width: 44px;
/* 11904 */     height: 2px;
/* 11905 */     background-color: #ffffff;
/* 11906 */     margin-left: -21px;
/* 11907 */ }
/* 11908 */ .careerfy-counter-style10 small {
/* 11909 */     font-size: 30px;
/* 11910 */     font-weight: 600;
/* 11911 */     color: #ffffff;
/* 11912 */     display: block;
/* 11913 */ }
/* 11914 */ /* Speakers Grid */
/* 11915 */ .careerfy-speakers-grid,
/* 11916 */ .careerfy-speakers-grid figure,
/* 11917 */ .careerfy-speakers-grid figure a,
/* 11918 */ .careerfy-speakers-grid figure img,
/* 11919 */ .careerfy-speakers-grid-wrap,
/* 11920 */ .careerfy-speakers-grid-text {
/* 11921 */     float: left;
/* 11922 */     width: 100%;
/* 11923 */ }
/* 11924 */ .careerfy-speakers-grid ul li {
/* 11925 */     list-style: none;
/* 11926 */     padding: 0px 15px;
/* 11927 */ }
/* 11928 */ .careerfy-speakers-grid > ul > li {
/* 11929 */     margin-bottom: 30px; }
/* 11930 */ .careerfy-speakers-grid figure {
/* 11931 */     margin-bottom: 0px;
/* 11932 */     overflow: hidden;
/* 11933 */ }
/* 11934 */ .careerfy-speakers-grid figure img {
/* 11935 */     border-radius: 3px 3px 0px 0px; }
/* 11936 */ .careerfy-speakers-grid figure figcaption {
/* 11937 */     position: absolute;
/* 11938 */     left: 0px;
/* 11939 */     bottom: 0px;
/* 11940 */     width: 100%;
/* 11941 */     background-color: rgba(14,14,14,0.50);
/* 11942 */     text-align: center;
/* 11943 */     color: #ffffff;
/* 11944 */     padding: 9px 0px 17px 0px;
/* 11945 */ }
/* 11946 */ .careerfy-speakers-grid-wrap {
/* 11947 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
/* 11948 */     border: 1px solid rgba(0,0,0,0.10);
/* 11949 */     text-align: center;
/* 11950 */     border-radius: 0px 0px 5px 5px;

/* style.css */

/* 11951 */     position: relative;
/* 11952 */     background-color: #ffffff;
/* 11953 */ }
/* 11954 */ .careerfy-speakers-grid-wrap:before {
/* 11955 */     content: '';
/* 11956 */     position: absolute;
/* 11957 */     left: 50%;
/* 11958 */     bottom: 0px;
/* 11959 */     width: 46px;
/* 11960 */     height: 4px;
/* 11961 */     background-color: #05132a;
/* 11962 */     margin-left: 0px;
/* 11963 */     z-index: 5;
/* 11964 */     margin-left: -22px;
/* 11965 */     -webkit-transition: all 0.4s ease-in-out;
/* 11966 */        -moz-transition: all 0.4s ease-in-out;
/* 11967 */         -ms-transition: all 0.4s ease-in-out;
/* 11968 */          -o-transition: all 0.4s ease-in-out;
/* 11969 */             transition: all 0.4s ease-in-out;
/* 11970 */ }
/* 11971 */ .careerfy-speakers-grid-text,
/* 11972 */ .jobsearch-typo-wrap .careerfy-speakers-grid-text {
/* 11973 */     background: url("images/speakers-grid-shape.png");
/* 11974 */     margin: -51px 0px 0px 0px;
/* 11975 */     position: relative;
/* 11976 */     padding: 71px 0px 33px 0px;
/* 11977 */     background-size: contain;
/* 11978 */     border-radius: 0px 0px 5px 5px;
/* 11979 */     background-repeat: no-repeat;
/* 11980 */ }
/* 11981 */ .jobsearch-column-9 .careerfy-speakers-grid-text {
/* 11982 */     margin-top: -39px; }
/* 11983 */ .careerfy-speakers-grid-text h2 {
/* 11984 */     font-size: 20px;
/* 11985 */     font-weight: 600;
/* 11986 */     margin-bottom: 3px;
/* 11987 */ }
/* 11988 */ .careerfy-speakers-grid-text span {
/* 11989 */     display: block;
/* 11990 */     color: #6f7484;
/* 11991 */     line-height: 1.1;
/* 11992 */     margin-bottom: 17px;
/* 11993 */ }
/* 11994 */ .careerfy-speakers-grid-text ul {
/* 11995 */     float: left;
/* 11996 */     width: 100%;
/* 11997 */     margin: 0px;
/* 11998 */ }
/* 11999 */ .careerfy-speakers-grid-text ul li {
/* 12000 */     float: left;

/* style.css */

/* 12001 */     width: 100%;
/* 12002 */     list-style: none;
/* 12003 */     line-height: 1.3;
/* 12004 */     color: #6f7484;
/* 12005 */     margin-bottom: 2px;
/* 12006 */ }
/* 12007 */ .careerfy-speakers-grid-text ul li small {
/* 12008 */     font-size: 14px; }
/* 12009 */ /* Testimonial Style10 */
/* 12010 */ .careerfy-testimonial-style10 {
/* 12011 */     float: left;
/* 12012 */     width: 100%;
/* 12013 */     margin-top: -22px;
/* 12014 */     margin-bottom: 26px;
/* 12015 */ }
/* 12016 */ .careerfy-testimonial-style10 p {
/* 12017 */     font-size: 16px;
/* 12018 */     color: #6f7484;
/* 12019 */     margin-bottom: 0px;
/* 12020 */ }
/* 12021 */ .careerfy-testimonial-style10-slider-layer {
/* 12022 */     position: relative;
/* 12023 */     padding: 0px 0px 65px 0px;
/* 12024 */ }
/* 12025 */ .careerfy-testimonial-style10-slider {
/* 12026 */     float: left;
/* 12027 */     width: 100%;
/* 12028 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
/* 12029 */     border: 1px solid rgba(0,0,0,0.10);
/* 12030 */     background-color: #ffffff;
/* 12031 */     border-radius: 5px;
/* 12032 */     padding: 40px 40px 0px 40px;
/* 12033 */     position: relative;
/* 12034 */     margin-bottom: 63px;
/* 12035 */ }
/* 12036 */ .careerfy-testimonial-style10-slider figure {
/* 12037 */     float: left;
/* 12038 */     width: 100%;
/* 12039 */     margin-bottom: 20px;
/* 12040 */ }
/* 12041 */ .careerfy-testimonial-style10-slider figure > a {
/* 12042 */     float: left;
/* 12043 */     width: 51px;
/* 12044 */ }
/* 12045 */ .careerfy-testimonial-style10-slider figure > a img {
/* 12046 */     border-radius: 100%; }
/* 12047 */ .careerfy-testimonial-style10-slider figure > a ~ figcaption {
/* 12048 */     margin-left: 63px;
/* 12049 */     padding-top: 4px;
/* 12050 */ }

/* style.css */

/* 12051 */ .careerfy-testimonial-style10-slider figcaption h2 {
/* 12052 */     line-height: 1.1;
/* 12053 */     margin-bottom: 0px;
/* 12054 */     font-size: 20px;
/* 12055 */     font-weight: 600;
/* 12056 */ }
/* 12057 */ .careerfy-testimonial-style10-slider figcaption span {
/* 12058 */     color: #6f7484; }
/* 12059 */ .careerfy-testimonial-style10-slider p {
/* 12060 */     font-size: 16px;
/* 12061 */     color: #6f7484;
/* 12062 */     margin-bottom: 0px;
/* 12063 */     letter-spacing: 0px;
/* 12064 */ }
/* 12065 */ .quote-icon-style {
/* 12066 */     position: absolute;
/* 12067 */     right: 40px;
/* 12068 */     bottom: 22px;
/* 12069 */     font-size: 49px;
/* 12070 */ }
/* 12071 */ .careerfy-testimonial-style10-slider .slick-arrow {
/* 12072 */     position: absolute;
/* 12073 */     left: 0px;
/* 12074 */     bottom: -63px;
/* 12075 */     font-size: 25px;
/* 12076 */     color: #000000;
/* 12077 */     cursor: pointer;
/* 12078 */     -webkit-transition: all 0.4s ease-in-out;
/* 12079 */        -moz-transition: all 0.4s ease-in-out;
/* 12080 */         -ms-transition: all 0.4s ease-in-out;
/* 12081 */          -o-transition: all 0.4s ease-in-out;
/* 12082 */             transition: all 0.4s ease-in-out;
/* 12083 */ }
/* 12084 */ .careerfy-testimonial-style10-slider .slick-arrow-right.slick-arrow {
/* 12085 */     left: 56px;
/* 12086 */     bottom: -62px;
/* 12087 */ }
/* 12088 */ .careerfy-testimonial-style10-slider .slick-arrow-left.slick-arrow {
/* 12089 */     -webkit-transform: scale(-1);
/* 12090 */        -moz-transform: scale(-1);
/* 12091 */         -ms-transform: scale(-1);
/* 12092 */          -o-transform: scale(-1);
/* 12093 */             transform: scale(-1);
/* 12094 */ }
/* 12095 */ /* Blog Grid Style10 */
/* 12096 */ .careerfy-blog-grid-style10 figure,
/* 12097 */ .careerfy-blog-grid-style10 figure a,
/* 12098 */ .careerfy-blog-grid-style10 figure img,
/* 12099 */ .careerfy-blog-grid-style10-inner,
/* 12100 */ .careerfy-blog-grid-style10-text,

/* style.css */

/* 12101 */ .careerfy-blog-grid-style10-text ul {
/* 12102 */     float: left;
/* 12103 */     width: 100%;
/* 12104 */ }
/* 12105 */ .careerfy-blog-grid-style10-inner {
/* 12106 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
/* 12107 */     border: 1px solid rgba(0,0,0,0.10);
/* 12108 */     background-color: #ffffff;
/* 12109 */     border-radius: 5px;
/* 12110 */ }
/* 12111 */ .careerfy-blog-grid-style10 figure {
/* 12112 */     margin-bottom: 0px; }
/* 12113 */ .careerfy-blog-grid-style10-text {
/* 12114 */     padding: 22px 26px 30px 29px; }
/* 12115 */ .careerfy-blog-grid-style10-text ul {
/* 12116 */     margin: 0px; }
/* 12117 */ .careerfy-blog-grid-style10-text ul li {
/* 12118 */     float: left;
/* 12119 */     list-style: none;
/* 12120 */     color: #6f7484;
/* 12121 */     margin: 0px 13px 7px 0px;
/* 12122 */ }
/* 12123 */ .careerfy-blog-grid-style10-text ul li:last-child {
/* 12124 */     margin-right: 0px; }
/* 12125 */ .careerfy-blog-grid-style10-text ul li a {
/* 12126 */     color: #6f7484; }
/* 12127 */ .careerfy-blog-grid-style10-text ul li i {
/* 12128 */     float: left;
/* 12129 */     margin: 4px 10px 0px 0px;
/* 12130 */     font-size: 18px;
/* 12131 */ }
/* 12132 */ .careerfy-blog-grid-style10-text h2 {
/* 12133 */     margin-bottom: 8px;
/* 12134 */     line-height: 1.3;
/* 12135 */     font-size: 20px;
/* 12136 */     font-weight: 600;
/* 12137 */ }
/* 12138 */ .careerfy-blog-grid-style10-text p {
/* 12139 */     color: #6f7484;
/* 12140 */     font-size: 16px;
/* 12141 */     margin-bottom: 25px;
/* 12142 */ }
/* 12143 */ .careerfy-blog-grid-style10-btn {
/* 12144 */     display: inline-block;
/* 12145 */     padding: 9px 34px;
/* 12146 */     line-height: 1;
/* 12147 */     border: 2px solid;
/* 12148 */     border-radius: 80px;
/* 12149 */     font-size: 16px;
/* 12150 */     -webkit-transition: all 0.4s ease-in-out;

/* style.css */

/* 12151 */        -moz-transition: all 0.4s ease-in-out;
/* 12152 */         -ms-transition: all 0.4s ease-in-out;
/* 12153 */          -o-transition: all 0.4s ease-in-out;
/* 12154 */             transition: all 0.4s ease-in-out;
/* 12155 */ }
/* 12156 */ li:hover .careerfy-blog-grid-style10-btn {
/* 12157 */     color: #ffffff; }
/* 12158 */ /* Top Companies List */
/* 12159 */ .top-companies-list,
/* 12160 */ .top-companies-list-inner {
/* 12161 */     float: left;
/* 12162 */     width: 100%;
/* 12163 */ }
/* 12164 */ .top-companies-list-inner {
/* 12165 */     position: relative; }
/* 12166 */ .top-companies-list-feature {
/* 12167 */     position: absolute;
/* 12168 */     right: 0px;
/* 12169 */     top: 0px;
/* 12170 */     width: 42px;
/* 12171 */     height: 42px;
/* 12172 */     background-color: #ffb607;
/* 12173 */     font-size: 16px;
/* 12174 */     color: #ffffff;
/* 12175 */     border-radius: 0px 0px 0px 80px;
/* 12176 */     text-align: center;
/* 12177 */     padding: 8px 0px 0px 9px;
/* 12178 */ }
/* 12179 */ .top-companies-list ul li {
/* 12180 */     list-style: none; }
/* 12181 */ .top-companies-list > ul > li {
/* 12182 */     float: none;
/* 12183 */     display: inline-block;
/* 12184 */     vertical-align: middle;
/* 12185 */     margin-right: -4px;
/* 12186 */     margin-bottom: 30px;
/* 12187 */ }
/* 12188 */ .top-companies-list-inner {
/* 12189 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
/* 12190 */     border: 1px solid rgba(0,0,0,0.10);
/* 12191 */     background-color: #ffffff;
/* 12192 */     padding: 24px 30px;
/* 12193 */     border-radius: 4px;
/* 12194 */ }
/* 12195 */ .top-companies-list figure {
/* 12196 */     float: left;
/* 12197 */     width: 93px;
/* 12198 */     margin-bottom: 0px;
/* 12199 */ }
/* 12200 */ .top-companies-list figure img {

/* style.css */

/* 12201 */     border-radius: 100%;
/* 12202 */     border: 1px solid #ddd;
/* 12203 */ }
/* 12204 */ .top-companies-list-text {
/* 12205 */     line-height: 1; }
/* 12206 */ .top-companies-list figure ~ .top-companies-list-text { margin-left: 113px; }
/* 12207 */ .top-companies-list-text span {
/* 12208 */     font-size: 12px;
/* 12209 */ }
/* 12210 */ .top-companies-list-text h2 {
/* 12211 */     font-size: 20px;
/* 12212 */     font-weight: 700;
/* 12213 */     margin-bottom: 2px;
/* 12214 */ }
/* 12215 */ .top-companies-list-text small {
/* 12216 */     display: block;
/* 12217 */     color: #6f7484;
/* 12218 */     font-size: 14px;
/* 12219 */     margin-bottom: 10px;
/* 12220 */ }
/* 12221 */ .top-companies-list-text-btn {
/* 12222 */     display: inline-block;
/* 12223 */     padding: 6px 13px;
/* 12224 */     border-radius: 80px;
/* 12225 */     border: 2px solid;
/* 12226 */     line-height: 1;
/* 12227 */     -webkit-transition: all 0.4s ease-in-out;
/* 12228 */        -moz-transition: all 0.4s ease-in-out;
/* 12229 */         -ms-transition: all 0.4s ease-in-out;
/* 12230 */          -o-transition: all 0.4s ease-in-out;
/* 12231 */             transition: all 0.4s ease-in-out;
/* 12232 */ }
/* 12233 */ li:hover .top-companies-list-text-btn {
/* 12234 */     color: #ffffff; }
/* 12235 */ /* GetApp */
/* 12236 */ .careerfy-getapp {
/* 12237 */     float: left;
/* 12238 */     width: 100%;
/* 12239 */     text-align: center;
/* 12240 */ }
/* 12241 */ .careerfy-getapp h2 {
/* 12242 */     display: inline-block;
/* 12243 */     margin-bottom: 8px;
/* 12244 */     font-size: 30px;
/* 12245 */     font-weight: 600;
/* 12246 */     text-transform: uppercase;
/* 12247 */ }
/* 12248 */ .careerfy-getapp p {
/* 12249 */     font-size: 18px;
/* 12250 */     color: #6f7484;

/* style.css */

/* 12251 */     margin-bottom: 22px;
/* 12252 */     display: inline-block;
/* 12253 */     width: 80%;
/* 12254 */ }
/* 12255 */ .careerfy-getapp-btn {
/* 12256 */     display: inline-block;
/* 12257 */     position: relative;
/* 12258 */     color: #ffffff;
/* 12259 */     padding: 12px 30px 12px 50px;
/* 12260 */     text-align: left;
/* 12261 */     font-size: 21px;
/* 12262 */     font-weight: 600;
/* 12263 */     line-height: 1;
/* 12264 */     margin: 0px 8px 10px 8px;
/* 12265 */ }
/* 12266 */ .careerfy-getapp-btn span {
/* 12267 */     display: block;
/* 12268 */     font-size: 13px;
/* 12269 */     font-weight: 400;
/* 12270 */ }
/* 12271 */ .careerfy-getapp-btn i {
/* 12272 */     position: absolute;
/* 12273 */     left: 10px;
/* 12274 */     top: 14px;
/* 12275 */     font-size: 30px;
/* 12276 */ }
/* 12277 */ /* Build Action */
/* 12278 */ .careerfy-build-action {
/* 12279 */     float: left;
/* 12280 */     width: 100%;
/* 12281 */     padding: 42px 0px;
/* 12282 */ }
/* 12283 */ .careerfy-build-action h2 {
/* 12284 */     float: left;
/* 12285 */     color: #ffffff;
/* 12286 */     text-transform: uppercase;
/* 12287 */     font-size: 36px;
/* 12288 */     font-weight: 600;
/* 12289 */     margin-bottom: 0px;
/* 12290 */ }
/* 12291 */ .careerfy-build-action h2 small {
/* 12292 */     font-size: 24px;
/* 12293 */     color: #ffffff;
/* 12294 */ }
/* 12295 */ .careerfy-build-action a {
/* 12296 */     float: right;
/* 12297 */     padding: 15px 50px;
/* 12298 */     line-height: 1;
/* 12299 */     color: #ffffff;
/* 12300 */     border: 3px solid #ffffff;

/* style.css */

/* 12301 */     border-radius: 80px;
/* 12302 */     font-size: 20px;
/* 12303 */     -webkit-transition: all 0.4s ease-in-out;
/* 12304 */        -moz-transition: all 0.4s ease-in-out;
/* 12305 */         -ms-transition: all 0.4s ease-in-out;
/* 12306 */          -o-transition: all 0.4s ease-in-out;
/* 12307 */             transition: all 0.4s ease-in-out;
/* 12308 */ }
/* 12309 */ .careerfy-build-action a:hover {
/* 12310 */     background-color: #ffffff; }
/* 12311 */ /* Footer Ten */
/* 12312 */ .careerfy-footer-ten {
/* 12313 */     float: left;
/* 12314 */     width: 100%;
/* 12315 */     background-color: #2f333a;
/* 12316 */ }
/* 12317 */ .careerfy-footer-ten .careerfy-footer-widget {
/* 12318 */     padding: 75px 0px 0px 0px; }
/* 12319 */ .careerfy-footer-ten .footer-widget-title {
/* 12320 */     margin-bottom: 10px; }
/* 12321 */ .careerfy-footer-ten .footer-widget-title h2 {
/* 12322 */     font-weight: 700;
/* 12323 */     font-size: 20px;
/* 12324 */ }
/* 12325 */ .widget_abouttext_ten p {
/* 12326 */     color: #ffffff;
/* 12327 */     font-size: 16px;
/* 12328 */     margin-bottom: 9px;
/* 12329 */ }
/* 12330 */ .widget_abouttext_ten ul li {
/* 12331 */     float: left;
/* 12332 */     width: 100%;
/* 12333 */     color: #ffffff;
/* 12334 */     padding-left: 25px;
/* 12335 */     position: relative;
/* 12336 */     list-style: none;
/* 12337 */     margin-bottom: 7px;
/* 12338 */ }
/* 12339 */ .widget_abouttext_ten ul li i {
/* 12340 */     position: absolute;
/* 12341 */     left: 0px;
/* 12342 */     top: 6px;
/* 12343 */ }
/* 12344 */ .widget_abouttext_ten ul li a {
/* 12345 */     color: #ffffff; }
/* 12346 */ .careerfy-footer-ten .widget_nav_menu ul li a {
/* 12347 */     font-size: 16px;
/* 12348 */     color: #ffffff;
/* 12349 */ }
/* 12350 */ .careerfy-footer-ten .widget_nav_menu ul li a:before {

/* style.css */

/* 12351 */     content: "\ea3c";
/* 12352 */     font-family: careerfy;
/* 12353 */     font-size: 11px;
/* 12354 */ }
/* 12355 */ .copyright-ten {
/* 12356 */     float: left;
/* 12357 */     width: 100%;
/* 12358 */     border-top: 1px solid #373c44;
/* 12359 */     box-shadow: 0px 0px 0px 1px #26292f;
/* 12360 */     text-align: center;
/* 12361 */     padding: 30px 0px 30px 0px;
/* 12362 */     margin-top: 10px;
/* 12363 */ }
/* 12364 */ .copyright-ten-social {
/* 12365 */     display: inline-block;
/* 12366 */     margin: 0px;
/* 12367 */ }
/* 12368 */ .copyright-ten-social li {
/* 12369 */     float: left;
/* 12370 */     list-style: none;
/* 12371 */     margin: 0px 7px 10px 7px;
/* 12372 */ }
/* 12373 */ .copyright-ten-social li a {
/* 12374 */     font-size: 36px;
/* 12375 */     color: #525964;
/* 12376 */     -webkit-transition: all 0.4s ease-in-out;
/* 12377 */        -moz-transition: all 0.4s ease-in-out;
/* 12378 */         -ms-transition: all 0.4s ease-in-out;
/* 12379 */          -o-transition: all 0.4s ease-in-out;
/* 12380 */             transition: all 0.4s ease-in-out;
/* 12381 */ }
/* 12382 */ .copyright-ten-social li:hover a {
/* 12383 */     color: #26ae61; }
/* 12384 */ .copyright-ten p {
/* 12385 */     color: #ffffff;
/* 12386 */ }
/* 12387 */ .careerfy-counter-style10-transparent {
/* 12388 */     position: absolute;
/* 12389 */     left: 0px;
/* 12390 */     top: 0px;
/* 12391 */     width: 100%;
/* 12392 */     height: 100%;
/* 12393 */     opacity: 0.85;
/* 12394 */ }
/* 12395 */ .careerfy-search-ten .careerfy-select-style:after {
/* 12396 */     content: "\e9b8";
/* 12397 */     font-family: careerfy;
/* 12398 */     font-size: 11px;
/* 12399 */     top: 15px;
/* 12400 */ }

/* style.css */

/* 12401 */ .careerfy-search-ten .careerfy-select-style select {
/* 12402 */     border: 1px solid rgba(0,0,0,0.10);
/* 12403 */     height: 56px;
/* 12404 */     color: #6f7484;
/* 12405 */     font-size: 14px;
/* 12406 */     border-radius: 4px;
/* 12407 */ }
/* 12408 */ /* Home Page 11 */
/* 12409 */ .careerfy-header-eleven {
/* 12410 */     position: absolute;
/* 12411 */     left: 0px;
/* 12412 */     top: 0px;
/* 12413 */     width: 100%;
/* 12414 */     padding: 0px 50px 10px 50px;
/* 12415 */     z-index: 999;
/* 12416 */ }
/* 12417 */ .careerfy-header-eleven-main {
/* 12418 */     float: left;
/* 12419 */     width: 100%;
/* 12420 */ }
/* 12421 */ .careerfy-header-eleven .careerfy-logo {
/* 12422 */     float: none;
/* 12423 */     display: inline-block;
/* 12424 */     vertical-align: middle;
/* 12425 */     margin: 18px 40px 0px 0px;
/* 12426 */ }
/* 12427 */ .careerfy-headereleven-right {
/* 12428 */     float: right;
/* 12429 */     margin-top: 22px;
/* 12430 */ }
/* 12431 */ .careerfy-sticky-header .careerfy-header-eleven .jobsearch-navigation {
/* 12432 */     margin-top: 5px;
/* 12433 */ }
/* 12434 */ .careerfy-header-eleven .jobsearch-navigation {
/* 12435 */     display: inline-block;
/* 12436 */     vertical-align: middle;
/* 12437 */     margin-top: 22px;
/* 12438 */ }
/* 12439 */ .careerfy-header-eleven .navbar-nav > li > a {
/* 12440 */     color: #ffffff;
/* 12441 */     padding: 0px 0px 7px 0px;
/* 12442 */ }
/* 12443 */ .careerfy-header-eleven .navbar-nav > li:hover > a, .navbar-nav > li.active > a {
/* 12444 */     font-weight: 500; }
/* 12445 */ .careerfy-header-eleven .navbar-nav .sub-menu {
/* 12446 */     margin-top: 0px; }
/* 12447 */ .careerfy-header-eleven .submenu-addicon > a:after {
/* 12448 */     content: "\e9b8";
/* 12449 */     font-family: careerfy;
/* 12450 */     font-size: 9px;

/* style.css */

/* 12451 */     margin: 0px 0px 0px 10px;
/* 12452 */ }
/* 12453 */ .careerfy-header-eleven .navbar-nav > li > a:before {
/* 12454 */     height: 3px; }
/* 12455 */ .careerfy-headereleven-user {
/* 12456 */     float: left; }
/* 12457 */ .careerfy-headereleven-user > li {
/* 12458 */     float: left;
/* 12459 */     list-style: none;
/* 12460 */     margin: 23px 24px 0px 0px;
/* 12461 */     position: relative;
/* 12462 */ }
/* 12463 */ .careerfy-headereleven-user > li > a {
/* 12464 */     color: #ffffff;
/* 12465 */     display: inline-block;
/* 12466 */ }
/* 12467 */ .careerfy-header-eleven .jobsearch-usernotifics-menubtn a span {
/* 12468 */     right: -7px;
/* 12469 */     top: -1px;
/* 12470 */ }
/* 12471 */ .careerfy-header-eleven .jobsearch-hdernotifics-listitms {
/* 12472 */     right: -15px; }
/* 12473 */ .careerfy-headereleven-user li > a > i {
/* 12474 */     font-size: 17px;
/* 12475 */     float: right;
/* 12476 */     margin: 0px 0px 0px 10px;
/* 12477 */ }
/* 12478 */ .careerfy-headereleven-btn {
/* 12479 */     float: right;
/* 12480 */     color: #ffffff;
/* 12481 */     padding: 13px 28px;
/* 12482 */     border-radius: 80px;
/* 12483 */     line-height: 1;
/* 12484 */     text-shadow: 0px 1px #03a152;
/* 12485 */     margin-top: 11px;
/* 12486 */     border: 1px solid;
/* 12487 */     -webkit-transition: all 0.4s ease-in-out;
/* 12488 */        -moz-transition: all 0.4s ease-in-out;
/* 12489 */         -ms-transition: all 0.4s ease-in-out;
/* 12490 */          -o-transition: all 0.4s ease-in-out;
/* 12491 */             transition: all 0.4s ease-in-out;
/* 12492 */ }
/* 12493 */
/* 12494 */ .careerfy-header-eleven .jobsearch-userdash-menumain ul.nav-item-children,
/* 12495 */ .careerfy-header-twelve .jobsearch-userdash-menumain .sub-menu {
/* 12496 */     left: auto;
/* 12497 */     right: 0px;
/* 12498 */ }
/* 12499 */ .careerfy-header-eleven .jobsearch-userdash-menumain ul.nav-item-children i,
/* 12500 */ .careerfy-header-twelve .jobsearch-userdash-menumain .sub-menu i {

/* style.css */

/* 12501 */     float: left;
/* 12502 */     margin: 6px 10px 0px 0px;
/* 12503 */ }
/* 12504 */ .careerfy-headereleven-btn:hover {
/* 12505 */     background-color: transparent; }
/* 12506 */ .careerfy-header-eleven ul.nav-item-children,
/* 12507 */ .careerfy-header-twelve .sub-menu {
/* 12508 */     background-color: #ffffff;
/* 12509 */     left: 0;
/* 12510 */     margin: 5px 0px 0px 0px;
/* 12511 */     padding: 0px 20px;
/* 12512 */     opacity: 0;
/* 12513 */     position: absolute;
/* 12514 */     top: 100%;
/* 12515 */     visibility: hidden;
/* 12516 */     width: 200px;
/* 12517 */     z-index: 999;
/* 12518 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
/* 12519 */     -webkit-transform: translateX(10px);
/* 12520 */        -moz-transform: translateX(10px);
/* 12521 */         -ms-transform: translateX(10px);
/* 12522 */          -o-transform: translateX(10px);
/* 12523 */             transform: translateX(10px);
/* 12524 */     -webkit-transition: all 0.5s ease-in-out;
/* 12525 */        -moz-transition: all 0.5s ease-in-out;
/* 12526 */         -ms-transition: all 0.5s ease-in-out;
/* 12527 */          -o-transition: all 0.5s ease-in-out;
/* 12528 */             transition: all 0.5s ease-in-out;
/* 12529 */ }
/* 12530 */ .careerfy-header-twelve .sub-menu .sub-menu {
/* 12531 */     left: 100%;
/* 12532 */     top: 0px;
/* 12533 */ }
/* 12534 */ .careerfy-header-twelve .sub-menu {
/* 12535 */     text-align: left; }
/* 12536 */ .careerfy-header-eleven .careerfy-headereleven-user > li:hover > ul.nav-item-children,
/* 12537 */ .careerfy-headertwelve-user > li:hover > .sub-menu,
/* 12538 */ .careerfy-header-twelve .sub-menu li:hover > .sub-menu {
/* 12539 */     opacity: 1;
/* 12540 */     visibility: visible;
/* 12541 */     -webkit-transform: translateX(0px);
/* 12542 */        -moz-transform: translateX(0px);
/* 12543 */         -ms-transform: translateX(0px);
/* 12544 */          -o-transform: translateX(0px);
/* 12545 */             transform: translateX(0px);
/* 12546 */ }
/* 12547 */ .careerfy-header-eleven ul.nav-item-children li,
/* 12548 */ .careerfy-header-twelve .sub-menu li {
/* 12549 */     float: left;
/* 12550 */     width: 100%;

/* style.css */

/* 12551 */     list-style: none;
/* 12552 */ }
/* 12553 */ .careerfy-header-eleven ul.nav-item-children li a,
/* 12554 */ .careerfy-header-twelve .sub-menu li a {
/* 12555 */     border-bottom: 1px solid #f2f2f2;
/* 12556 */     color: #656c6c;
/* 12557 */     float: left;
/* 12558 */     font-size: 14px;
/* 12559 */     font-weight: 400;
/* 12560 */     padding: 10px 0px;
/* 12561 */     width: 100%;
/* 12562 */     -webkit-transition: all 0.5s ease-in-out;
/* 12563 */        -moz-transition: all 0.5s ease-in-out;
/* 12564 */         -ms-transition: all 0.5s ease-in-out;
/* 12565 */          -o-transition: all 0.5s ease-in-out;
/* 12566 */             transition: all 0.5s ease-in-out;
/* 12567 */ }
/* 12568 */ /* Banner Eleven */
/* 12569 */ .careerfy-banner-eleven {
/* 12570 */     float: left;
/* 12571 */     width: 100%;
/* 12572 */     height: 820px;
/* 12573 */     padding: 185px 0px 0px 0px;
/* 12574 */ }
/* 12575 */ .careerfy-banner-eleven-tabs {
/* 12576 */     float: left;
/* 12577 */     width: 55%;
/* 12578 */ }
/* 12579 */ .careerfy-banner-eleven-tabs h1 {
/* 12580 */     font-size: 40px;
/* 12581 */     color: #ffffff;
/* 12582 */     margin-bottom: 11px;
/* 12583 */     line-height: 1.2;
/* 12584 */     width: 85%;
/* 12585 */ }
/* 12586 */ .careerfy-banner-eleven-tabs p {
/* 12587 */     font-size: 16px;
/* 12588 */     color: #ffffff;
/* 12589 */     margin-bottom: 34px;
/* 12590 */     font-weight: 400;
/* 12591 */     width: 85%;
/* 12592 */ }
/* 12593 */ .careerfy-banner-eleven-tabs-nav {
/* 12594 */     float: left;
/* 12595 */     width: 100%;
/* 12596 */ }
/* 12597 */ .careerfy-banner-eleven-tabs-nav li {
/* 12598 */     float: left;
/* 12599 */     list-style: none;
/* 12600 */     margin-right: 33px;

/* style.css */

/* 12601 */ }
/* 12602 */ .careerfy-banner-eleven-tabs-nav li a {
/* 12603 */     font-size: 16px;
/* 12604 */     color: #ffffff;
/* 12605 */     padding: 0px 0px 9px 0px;
/* 12606 */     position: relative;
/* 12607 */ }
/* 12608 */ .careerfy-banner-eleven-tabs-nav li a:before {
/* 12609 */     content: '';
/* 12610 */     position: absolute;
/* 12611 */     left: 0px;
/* 12612 */     bottom: 3px;
/* 12613 */     width: 100%;
/* 12614 */     height: 3px;
/* 12615 */     opacity: 0;
/* 12616 */     -webkit-transition: all 0.4s ease-in-out;
/* 12617 */        -moz-transition: all 0.4s ease-in-out;
/* 12618 */         -ms-transition: all 0.4s ease-in-out;
/* 12619 */          -o-transition: all 0.4s ease-in-out;
/* 12620 */             transition: all 0.4s ease-in-out;
/* 12621 */ }
/* 12622 */ .careerfy-banner-eleven-tabs-nav li:hover a:before,
/* 12623 */ .careerfy-banner-eleven-tabs-nav li.active a:before {
/* 12624 */     opacity: 1;
/* 12625 */     bottom: 0px;
/* 12626 */ }
/* 12627 */ .careerfy-fifteen-banner-tabs .careerfy-banner-eleven-tabs-nav li a:before {
/* 12628 */     display: none; }
/* 12629 */ .careerfy-banner-eleven-tabs .tab-content {
/* 12630 */     float: left;
/* 12631 */     width: 100%;
/* 12632 */     padding: 24px 0px 0px 0px;
/* 12633 */ }
/* 12634 */ .careerfy-banner-eleven-search {
/* 12635 */     float: left;
/* 12636 */     width: 100%;
/* 12637 */ }
/* 12638 */ .careerfy-banner-eleven-search ul { margin: 0px -10px; }
/* 12639 */ .careerfy-banner-eleven-search ul li {
/* 12640 */     float: left;
/* 12641 */     width: 38%;
/* 12642 */     list-style: none;
/* 12643 */     position: relative;
/* 12644 */     padding: 0px 10px;
/* 12645 */     margin-bottom: 20px;
/* 12646 */ }
/* 12647 */ .careerfy-banner-eleven-search ul li:last-child {
/* 12648 */     width: 24%; }
/* 12649 */ .careerfy-banner-eleven-search ul li i {
/* 12650 */     position: absolute;

/* style.css */

/* 12651 */     left: 34px;
/* 12652 */     top: 18px;
/* 12653 */     font-size: 18px;
/* 12654 */     color: #ffffff;
/* 12655 */ }
/* 12656 */ .careerfy-banner-eleven-search input[type="text"] {
/* 12657 */     float: left;
/* 12658 */     width: 100%;
/* 12659 */     font-size: 14px;
/* 12660 */     color: #ffffff;
/* 12661 */     height: 55px;
/* 12662 */     padding: 6px 20px 6px 52px;
/* 12663 */     background-color: transparent;
/* 12664 */     border: 1px solid;
/* 12665 */     border-radius: 5px;
/* 12666 */ }
/* 12667 */ .careerfy-banner-eleven-search input[type="submit"] {
/* 12668 */     float: left;
/* 12669 */     color: #ffffff;
/* 12670 */     font-weight: 600;
/* 12671 */     padding: 19px 10px;
/* 12672 */     width: 100%;
/* 12673 */     line-height: 1;
/* 12674 */     border: 1px solid;
/* 12675 */     border-radius: 5px;
/* 12676 */     -webkit-transition: all 0.4s ease-in-out;
/* 12677 */        -moz-transition: all 0.4s ease-in-out;
/* 12678 */         -ms-transition: all 0.4s ease-in-out;
/* 12679 */          -o-transition: all 0.4s ease-in-out;
/* 12680 */             transition: all 0.4s ease-in-out;
/* 12681 */ }
/* 12682 */ .careerfy-banner-eleven-search input[type="submit"]:hover {
/* 12683 */     background-color: transparent; }
/* 12684 */ .careerfy-fileupload-banner {
/* 12685 */     position: relative;
/* 12686 */     overflow: hidden;
/* 12687 */     display: inline-block;
/* 12688 */     margin-top: 10px;
/* 12689 */ }
/* 12690 */ .careerfy-fileupload-banner span {
/* 12691 */     float: left;
/* 12692 */     line-height: 1;
/* 12693 */     color: #ffffff;
/* 12694 */     font-size: 16px;
/* 12695 */     font-weight: 400;
/* 12696 */     -webkit-transition: all 0.4s ease-in-out;
/* 12697 */        -moz-transition: all 0.4s ease-in-out;
/* 12698 */         -ms-transition: all 0.4s ease-in-out;
/* 12699 */          -o-transition: all 0.4s ease-in-out;
/* 12700 */             transition: all 0.4s ease-in-out;

/* style.css */

/* 12701 */ }
/* 12702 */ .careerfy-fileupload-banner span i {
/* 12703 */     float: left;
/* 12704 */     font-size: 22px;
/* 12705 */     margin: -3px 11px 0px 0px;
/* 12706 */ }
/* 12707 */ .careerfy-fileupload-banner input.careerfy-upload {
/* 12708 */     position: absolute;
/* 12709 */     top: 0;
/* 12710 */     right: 0;
/* 12711 */     margin: 0;
/* 12712 */     padding: 0;
/* 12713 */     font-size: 153px;
/* 12714 */     cursor: pointer;
/* 12715 */     opacity: 0;
/* 12716 */     filter: alpha(opacity=0);
/* 12717 */ }
/* 12718 */ /* Fancy Title Eleven */
/* 12719 */ .careerfy-fancy-title-eleven {
/* 12720 */     float: left;
/* 12721 */     width: 100%;
/* 12722 */     text-align: center;
/* 12723 */     margin-bottom: 30px;
/* 12724 */ }
/* 12725 */ .careerfy-fancy-title-eleven h2 {
/* 12726 */     display: block;
/* 12727 */     font-size: 35px;
/* 12728 */     font-weight: 600;
/* 12729 */     color: #474b56;
/* 12730 */     margin-bottom: 0px;
/* 12731 */     line-height: 1.5;
/* 12732 */ }
/* 12733 */ .careerfy-fancy-title-eleven span {
/* 12734 */     display: block;
/* 12735 */     color: #6d7383;
/* 12736 */     font-size: 16px;
/* 12737 */ }
/* 12738 */ /* Companies List */
/* 12739 */ .careerfy-companies-list {
/* 12740 */     float: left;
/* 12741 */     width: 100%;
/* 12742 */ }
/* 12743 */ .careerfy-companies-list ul {}
/* 12744 */ .careerfy-companies-list ul li {
/* 12745 */     float: left;
/* 12746 */     width: 20%;
/* 12747 */     list-style: none;
/* 12748 */     text-align: center;
/* 12749 */ }
/* 12750 */ .careerfy-companies-list ul li a {

/* style.css */

/* 12751 */     display: inline-block; }
/* 12752 */ /* Services Style11 */
/* 12753 */ .careerfy-services-style11 {
/* 12754 */     margin-bottom: 50px; }
/* 12755 */ .careerfy-services-style11 li {
/* 12756 */     text-align: center; }
/* 12757 */ .careerfy-services-style11 img {
/* 12758 */     margin-bottom: 28px; }
/* 12759 */ .careerfy-services-style11 h2 {
/* 12760 */     font-size: 26px;
/* 12761 */     font-weight: 600;
/* 12762 */     color: #474b56;
/* 12763 */     margin-bottom: 0px;
/* 12764 */ }
/* 12765 */ .careerfy-services-style11 p {
/* 12766 */     font-size: 16px;
/* 12767 */     font-weight: 500;
/* 12768 */     color: #6d7383;
/* 12769 */     margin-bottom: 32px;
/* 12770 */ }
/* 12771 */ .careerfy-services-style11-btn {
/* 12772 */     display: inline-block;
/* 12773 */     font-size: 14px;
/* 12774 */     color: #474b56;
/* 12775 */     padding: 13px 21px;
/* 12776 */     border: 2px solid;
/* 12777 */     border-radius: 80px;
/* 12778 */     line-height: 1;
/* 12779 */     -webkit-transition: all 0.4s ease-in-out;
/* 12780 */        -moz-transition: all 0.4s ease-in-out;
/* 12781 */         -ms-transition: all 0.4s ease-in-out;
/* 12782 */          -o-transition: all 0.4s ease-in-out;
/* 12783 */             transition: all 0.4s ease-in-out;
/* 12784 */ }
/* 12785 */ li:hover .careerfy-services-style11-btn {
/* 12786 */     color: #ffffff; }
/* 12787 */ /* Explore Jobs Links */
/* 12788 */ .careerfy-explore-jobs-links {
/* 12789 */     margin-bottom: 30px; }
/* 12790 */ .careerfy-explore-jobs-links h2 {
/* 12791 */     float: left;
/* 12792 */     width: 100%;
/* 12793 */     margin-bottom: 12px;
/* 12794 */     font-size: 20px;
/* 12795 */     font-weight: 600;
/* 12796 */     color: #474b56;
/* 12797 */ }
/* 12798 */ .careerfy-explore-jobs-links ul li {
/* 12799 */     float: left;
/* 12800 */     width: 100%;

/* style.css */

/* 12801 */     list-style: none;
/* 12802 */     margin-bottom: 2px;
/* 12803 */ }
/* 12804 */ .careerfy-explore-jobs-links ul li a {
/* 12805 */     font-size: 16px;
/* 12806 */     color: #6d7383;
/* 12807 */     float: left;
/* 12808 */     -webkit-transition: all 0.4s ease-in-out;
/* 12809 */        -moz-transition: all 0.4s ease-in-out;
/* 12810 */         -ms-transition: all 0.4s ease-in-out;
/* 12811 */          -o-transition: all 0.4s ease-in-out;
/* 12812 */             transition: all 0.4s ease-in-out;
/* 12813 */ }
/* 12814 */ .careerfy-explore-jobs-links ul li a i {
/* 12815 */     float: left;
/* 12816 */     margin: 4px 8px 0px 0px;
/* 12817 */ }
/* 12818 */ .careerfy-browsejobs-links ul li a i {
/* 12819 */     float: left;
/* 12820 */     margin: 9px 8px 0px 0px;
/* 12821 */     font-size: 13px;
/* 12822 */ }
/* 12823 */ .careerfy-explore-jobs-links ul li.morejobs-link a i {
/* 12824 */     float: none;
/* 12825 */     display: inline-block;
/* 12826 */     margin-left: 8px;
/* 12827 */ }
/* 12828 */ .careerfy-explore-jobs-links ul li:hover a { padding-left: 10px; }
/* 12829 */ .careerfy-fancy-title-eleven-left {
/* 12830 */     text-align: left; }
/* 12831 */ /* Testimonial Style11 Slider */
/* 12832 */ .careerfy-testimonial-style11-slider {
/* 12833 */     float: left;
/* 12834 */     width: 35%;
/* 12835 */     background-color: #1e6de6;
/* 12836 */     padding: 54px 58px 55px 58px;
/* 12837 */     position: relative;
/* 12838 */     z-index: 2;
/* 12839 */ }
/* 12840 */ .careerfy-recruiters-top-list-two.recruiters-slider-two {
/* 12841 */     text-align: left; }
/* 12842 */ .careerfy-recruiters-top-list-two.recruiters-slider-two .careerfy-top-recruiters-slider-layer {
/* 12843 */     padding: 0px; }
/* 12844 */ .careerfy-testimonial-style11-slider i {
/* 12845 */     font-size: 28px;
/* 12846 */     color: #ffffff;
/* 12847 */     margin-bottom: 18px;
/* 12848 */     display: inline-block;
/* 12849 */ }
/* 12850 */ .careerfy-testimonial-style11-slider p {

/* style.css */

/* 12851 */     font-size: 20px;
/* 12852 */     color: #ffffff;
/* 12853 */     margin-bottom: 20px;
/* 12854 */     line-height: 35px;
/* 12855 */ }
/* 12856 */ .careerfy-testimonial-style11-slider figure {
/* 12857 */     float: left;
/* 12858 */     width: 100%;
/* 12859 */     margin-bottom: 0px;
/* 12860 */ }
/* 12861 */ .careerfy-testimonial-style11-slider figure a {
/* 12862 */     float: left;
/* 12863 */     width: 56px;
/* 12864 */     height: 56px;
/* 12865 */ }
/* 12866 */ .careerfy-testimonial-style11-slider figure a img {
/* 12867 */     border-radius: 100%;
/* 12868 */     height: 100%;
/* 12869 */ }
/* 12870 */ .careerfy-testimonial-style11-slider figure a ~ figcaption {
/* 12871 */     padding-left: 67px;
/* 12872 */     line-height: 1;
/* 12873 */     padding-top: 5px;
/* 12874 */ }
/* 12875 */ .careerfy-testimonial-style11-slider figcaption h2 {
/* 12876 */     font-size: 17px;
/* 12877 */     font-weight: 600;
/* 12878 */     color: #ffffff;
/* 12879 */     margin-bottom: 3px;
/* 12880 */ }
/* 12881 */ .careerfy-testimonial-style11-slider figcaption span {
/* 12882 */     font-size: 14px;
/* 12883 */     color: #ffffff;
/* 12884 */     display: block;
/* 12885 */ }
/* 12886 */ .careerfy-video-testimonial-slider .slick-dots {
/* 12887 */     margin-top: -50px;
/* 12888 */     position: relative;
/* 12889 */     width: 32%;
/* 12890 */ }
/* 12891 */ .careerfy-testimonial-video-wrap .vid-testimonial-icon {
/* 12892 */     position: absolute;
/* 12893 */     left: 50%;
/* 12894 */     top: 50%;
/* 12895 */     color: #ffffff;
/* 12896 */     font-size: 100px;
/* 12897 */     margin: -40px 0px 0px -40px;
/* 12898 */ }
/* 12899 */ .careerfy-video-testimonial-slider .slick-dots li {
/* 12900 */     float: right;

/* style.css */

/* 12901 */     margin: 0px 2px;
/* 12902 */ }
/* 12903 */ .careerfy-video-testimonial-slider .slick-dots li button {
/* 12904 */     width: 7px;
/* 12905 */     height: 7px;
/* 12906 */     background-color: #ffffff;
/* 12907 */     border: 1px solid #ffffff;
/* 12908 */ }
/* 12909 */ .careerfy-video-testimonial-slider .slick-dots li.slick-active button {
/* 12910 */     box-shadow: inherit;
/* 12911 */     background-color: transparent;
/* 12912 */ }
/* 12913 */ .careerfy-testimonial-video-wrap {
/* 12914 */     float: left;
/* 12915 */     width: 65%;
/* 12916 */     position: relative;
/* 12917 */ }
/* 12918 */ .careerfy-media-player10 .mejs__overlay-play {
/* 12919 */     position: absolute;
/* 12920 */     left: 0px;
/* 12921 */     top: 0px;
/* 12922 */     width: 100%;
/* 12923 */     height: 100%;
/* 12924 */ }
/* 12925 */ .careerfy-media-player10 .mejs__overlay-button {
/* 12926 */     position: relative; }
/* 12927 */ .careerfy-media-player10 .mejs__overlay-button:before {
/* 12928 */     content: "\ea9b";
/* 12929 */     font-family: careerfy;
/* 12930 */     position: absolute;
/* 12931 */     left: 0px;
/* 12932 */     top: 0px;
/* 12933 */     font-size: 100px;
/* 12934 */     color: #ffffff;
/* 12935 */     line-height: 1;
/* 12936 */ }
/* 12937 */ .careerfy-media-player10 .mejs__overlay-button:after {
/* 12938 */     content: 'Watch Video';
/* 12939 */     position: absolute;
/* 12940 */     left: 0px;
/* 12941 */     bottom: -21px;
/* 12942 */     font-size: 22px;
/* 12943 */     color: #ffffff;
/* 12944 */ }
/* 12945 */ .careerfy-media-player10 .mejs__overlay-play:before {
/* 12946 */     content: '';
/* 12947 */     position: absolute;
/* 12948 */     left: 0px;
/* 12949 */     top: 0px;
/* 12950 */     width: 100%;

/* style.css */

/* 12951 */     height: 100%;
/* 12952 */     background-color: #474b56;
/* 12953 */     opacity: 0.70;
/* 12954 */ }
/* 12955 */ .careerfy-media-player10 .mejs__overlay-button {
/* 12956 */     background: none; }
/* 12957 */ .careerfy-media-player10 .mejs__controls {
/* 12958 */     display: none; }
/* 12959 */ .careerfy-media-player10 {
/* 12960 */     float: left;
/* 12961 */     width: 100%;
/* 12962 */     margin: -320px 0px 0px 0px;
/* 12963 */ }
/* 12964 */ /* RecentJobs List */
/* 12965 */ .careerfy-recentjobs-list,
/* 12966 */ .careerfy-recentjobs-list-inner,
/* 12967 */ .careerfy-recentjobs-list figure a {
/* 12968 */     float: left;
/* 12969 */     width: 100%;
/* 12970 */ }
/* 12971 */ .careerfy-recentjobs-list figure a i {
/* 12972 */     position: absolute;
/* 12973 */     right: 4px;
/* 12974 */     bottom: -2px;
/* 12975 */     width: 20px;
/* 12976 */     height: 20px;
/* 12977 */     background-color: #ffb14a;
/* 12978 */     color: #ffffff;
/* 12979 */     border-radius: 100%;
/* 12980 */     text-align: center;
/* 12981 */     padding-top: 4px;
/* 12982 */     font-size: 12px;
/* 12983 */ }
/* 12984 */ .careerfy-recentjobs-list {
/* 12985 */     position: relative;
/* 12986 */     z-index: 2;
/* 12987 */ }
/* 12988 */ .careerfy-recentjobs-list ul li {
/* 12989 */     list-style: none;
/* 12990 */     margin-bottom: 6px;
/* 12991 */ }
/* 12992 */ .careerfy-recentjobs-list-inner {
/* 12993 */     background-color: #f8f8f9;
/* 12994 */     border: 1px solid rgba(0,0,0,0.08);
/* 12995 */     border-radius: 4px;
/* 12996 */     padding: 16px 20px;
/* 12997 */     position: relative;
/* 12998 */     overflow: hidden;
/* 12999 */     display: flex;
/* 13000 */     justify-content: space-between;

/* style.css */

/* 13001 */     align-items: center;
/* 13002 */ }
/* 13003 */ .careerfy-recentjobs-list figure {
/* 13004 */     display: inline-flex;
/* 13005 */     width: 61px;
/* 13006 */     border-radius: 100%;
/* 13007 */     margin-bottom: 0px;
/* 13008 */ }
/* 13009 */ .careerfy-recentjobs-list figure a {
/* 13010 */     padding: 8px;
/* 13011 */     background-color: #ffffff;
/* 13012 */     border-radius: 100%;
/* 13013 */     border: 1px solid rgba(0,0,0,0.10);
/* 13014 */ }
/* 13015 */ .careerfy-recentjobs-list figure a img {
/* 13016 */     border-radius: 100%; }
/* 13017 */ .careerfy-recentjobs-text {
/* 13018 */     margin-right: auto;
/* 13019 */     padding-left: 24px;
/* 13020 */ }
/* 13021 */ .vc_col-sm-8 .careerfy-recentjobs-list .careerfy-recentjobs-text {
/* 13022 */     padding-left: 9px; }
/* 13023 */ .careerfy-recentjobs-text h2 {
/* 13024 */     font-size: 18px;
/* 13025 */     font-weight: 600;
/* 13026 */     margin-bottom: 5px;
/* 13027 */ }
/* 13028 */ .careerfy-recentjobs-text h2 a {
/* 13029 */     color: #474b56; }
/* 13030 */ .careerfy-recentjobs-text time {
/* 13031 */     font-size: 14px;
/* 13032 */     color: #6d7383;
/* 13033 */     display: block;
/* 13034 */     line-height: 1;
/* 13035 */ }
/* 13036 */ .careerfy-recentjobs-text time i {
/* 13037 */     font-size: 13px;
/* 13038 */     color: #1e6de6;
/* 13039 */     float: left;
/* 13040 */     margin: 0px 7px 0px 0px;
/* 13041 */ }
/* 13042 */ .careerfy-recentjobs-text small {
/* 13043 */     color: #6d7383;
/* 13044 */     font-size: 14px;
/* 13045 */     display: inline-flex;
/* 13046 */     align-items: baseline;
/* 13047 */ }
/* 13048 */ .careerfy-recentjobs-text small i {
/* 13049 */     font-size: 14px;
/* 13050 */     color: #1e6de6;

/* style.css */

/* 13051 */     margin: 0px 8px 0px 0px;
/* 13052 */ }
/* 13053 */ .careerfy-recentjobs-text span {
/* 13054 */     display: inline-flex;
/* 13055 */     align-items: center;
/* 13056 */     color: #6d7383;
/* 13057 */     font-size: 14px;
/* 13058 */ }
/* 13059 */ .careerfy-recentjobs-list-inner strong {
/* 13060 */     padding: 2px 10px;
/* 13061 */     margin-right: 10px;
/* 13062 */     color: #ffffff;
/* 13063 */ }
/* 13064 */ .careerfy-recentjobs-text span i {
/* 13065 */     font-size: 14px;
/* 13066 */     color: #1e6de6;
/* 13067 */     margin: 0px 8px 0px 0px;
/* 13068 */ }
/* 13069 */ .careerfy-recentjobs-text.two-cell {
/* 13070 */     padding-right: 15px;
/* 13071 */     flex-basis: 25%;
/* 13072 */     line-height: normal;
/* 13073 */ }
/* 13074 */ .careerfy-recentjobs-text.three-cell {
/* 13075 */     margin-left: auto;
/* 13076 */     margin-right: 0;
/* 13077 */     padding-right: 10px;
/* 13078 */     padding-left: 0px;
/* 13079 */ }
/* 13080 */ .careerfy-listaply-btncon {
/* 13081 */     margin-left: auto; }
/* 13082 */ .careerfy-recentjobs-list-inner .careerfy-recentjobs-text.recent-jobtitle-maincon {
/* 13083 */     flex-basis: 38%; }
/* 13084 */ .careerfy-recentjobs-list-btn {
/* 13085 */     display: inline-block;
/* 13086 */     padding: 9px 30px;
/* 13087 */     font-size: 12px;
/* 13088 */     color: #474b56;
/* 13089 */     border: 2px solid;
/* 13090 */     border-radius: 80px;
/* 13091 */     line-height: 1;
/* 13092 */     -webkit-transition: all 0.4s ease-in-out;
/* 13093 */        -moz-transition: all 0.4s ease-in-out;
/* 13094 */         -ms-transition: all 0.4s ease-in-out;
/* 13095 */          -o-transition: all 0.4s ease-in-out;
/* 13096 */             transition: all 0.4s ease-in-out;
/* 13097 */ }
/* 13098 */ .careerfy-recentjobs-list-btn:hover {
/* 13099 */     color: #ffffff; }
/* 13100 */ .careerfy-recentjobs-list .careerfy-loadmore-listingsbtn,

/* style.css */

/* 13101 */ .careerfy-refejobs-list-two .careerfy-loadmore-listingsbtn {
/* 13102 */     margin-top: 20px; }
/* 13103 */ /* Recruiters Top List */
/* 13104 */ .careerfy-recruiters-top-list {
/* 13105 */     float: left;
/* 13106 */     width: 100%;
/* 13107 */     border: 1px solid rgba(0,0,0,0.08);
/* 13108 */     background-color: #ffffff;
/* 13109 */     border-radius: 4px;
/* 13110 */     position: relative;
/* 13111 */     z-index: 2;
/* 13112 */     overflow: hidden;
/* 13113 */ }
/* 13114 */ .careerfy-recruiters-top-list-top {
/* 13115 */     float: left;
/* 13116 */     width: 100%;
/* 13117 */     padding: 23px 29px 23px 29px;
/* 13118 */     border-top: 1px solid rgba(0,0,0,0.08);
/* 13119 */     border-bottom: 1px solid rgba(0,0,0,0.08);
/* 13120 */ }
/* 13121 */ .careerfy-recruiters-top-list h2 {
/* 13122 */     font-size: 18px;
/* 13123 */     font-weight: 600;
/* 13124 */     margin-bottom: 2px;
/* 13125 */ }
/* 13126 */ .careerfy-recruiters-top-list h2 a {
/* 13127 */     color: #474b56; }
/* 13128 */ .careerfy-recruiters-top-list small {
/* 13129 */     display: block; }
/* 13130 */ .careerfy-recruiters-top-list span,
/* 13131 */ .careerfy-recruiters-top-list small {
/* 13132 */     color: #6d7383;
/* 13133 */     font-size: 14px;
/* 13134 */     float: left;
/* 13135 */     margin-right: 25px;
/* 13136 */ }
/* 13137 */ .careerfy-recruiters-top-list small.careerfy-recentjob-type-text,
/* 13138 */ .careerfy-recentjob-type-text {
/* 13139 */     color: #ffffff;
/* 13140 */     padding: 2px 9px;
/* 13141 */ }
/* 13142 */ .careerfy-recruiters-top-list span i,
/* 13143 */ .careerfy-recruiters-top-list small i {
/* 13144 */     font-size: 14px;
/* 13145 */     color: #1e6de6;
/* 13146 */     float: left;
/* 13147 */     margin: 4px 8px 0px 0px;
/* 13148 */ }
/* 13149 */ .careerfy-recruiters-top-list-bottom {
/* 13150 */     float: left;

/* style.css */

/* 13151 */     width: 100%;
/* 13152 */     padding: 23px 29px 31px 29px;
/* 13153 */ }
/* 13154 */ .careerfy-recruiters-top-list-bottom p {
/* 13155 */     color: #6d7383;
/* 13156 */     margin-bottom: 22px;
/* 13157 */     letter-spacing: 0px;
/* 13158 */     line-height: 23px;
/* 13159 */ }
/* 13160 */ .careerfy-recruiters-top-list-bottom a {
/* 13161 */     display: inline-block;
/* 13162 */     padding: 9px 19px;
/* 13163 */     font-size: 12px;
/* 13164 */     color: #474b56;
/* 13165 */     border: 2px solid;
/* 13166 */     border-radius: 80px;
/* 13167 */     line-height: 1;
/* 13168 */     -webkit-transition: all 0.4s ease-in-out;
/* 13169 */        -moz-transition: all 0.4s ease-in-out;
/* 13170 */         -ms-transition: all 0.4s ease-in-out;
/* 13171 */          -o-transition: all 0.4s ease-in-out;
/* 13172 */             transition: all 0.4s ease-in-out;
/* 13173 */ }
/* 13174 */ .careerfy-recruiters-top-list-bottom a:hover {
/* 13175 */     color: #ffffff; }
/* 13176 */ /* Popular Candidates Style11 */
/* 13177 */ .careerfy-popular-candidates-style11,
/* 13178 */ .careerfy-popular-candidates-style11-inner,
/* 13179 */ .careerfy-popular-candidates-style11-social {
/* 13180 */     float: left;
/* 13181 */     width: 100%;
/* 13182 */ }
/* 13183 */ .careerfy-popular-candidates-style11 {
/* 13184 */     margin-bottom: 50px; }
/* 13185 */ .careerfy-popular-candidates-style11 ul li {
/* 13186 */     list-style: none;
/* 13187 */     margin-bottom: 30px;
/* 13188 */     padding: 0px 15px;
/* 13189 */ }
/* 13190 */ .careerfy-popular-candidates-style11-inner,
/* 13191 */ .jobsearch-typo-wrap .careerfy-popular-candidates-style11-inner {
/* 13192 */     background-color: #ffffff;
/* 13193 */     position: relative;
/* 13194 */     border: 1px solid rgba(0,0,0,0.08);
/* 13195 */     padding: 26px 15px 23px 15px;
/* 13196 */     text-align: center;
/* 13197 */     border-radius: 4px;
/* 13198 */     overflow: hidden;
/* 13199 */ }
/* 13200 */ .careerfy-popular-candidates-style11 img {

/* style.css */

/* 13201 */     display: inline-block;
/* 13202 */     width: 131px;
/* 13203 */     border: 6px solid #f0f0f0;
/* 13204 */     border-radius: 100%;
/* 13205 */     margin-bottom: 14px;
/* 13206 */ }
/* 13207 */ .careerfy-popular-candidates-style11 h2 {
/* 13208 */     font-size: 20px;
/* 13209 */     font-weight: 600;
/* 13210 */     margin-bottom: 0px;
/* 13211 */ }
/* 13212 */ .careerfy-popular-candidates-style11 h2 a {
/* 13213 */     color: #474b56; }
/* 13214 */ .careerfy-popular-candidates-style11 span {
/* 13215 */     display: block;
/* 13216 */     font-size: 16px;
/* 13217 */     color: #6d7383;
/* 13218 */     line-height: 1.2;
/* 13219 */ }
/* 13220 */ .careerfy-popular-candidates-style11 small {
/* 13221 */     font-size: 16px;
/* 13222 */     color: #1e6de6;
/* 13223 */     margin-bottom: 2px;
/* 13224 */ }
/* 13225 */ .careerfy-popular-candidates-style11-social a {
/* 13226 */     display: inline-block;
/* 13227 */     font-size: 21px;
/* 13228 */     color: #6d7383;
/* 13229 */     margin: 8px 3px 0px 3px;
/* 13230 */     -webkit-transition: all 0.4s ease-in-out;
/* 13231 */        -moz-transition: all 0.4s ease-in-out;
/* 13232 */         -ms-transition: all 0.4s ease-in-out;
/* 13233 */          -o-transition: all 0.4s ease-in-out;
/* 13234 */             transition: all 0.4s ease-in-out;
/* 13235 */ }
/* 13236 */ /* Blog Grid Style11 */
/* 13237 */ .careerfy-blog-grid-style11,
/* 13238 */ .careerfy-blog-grid-style11-inner,
/* 13239 */ .careerfy-blog-grid-style11 figure,
/* 13240 */ .careerfy-blog-grid-style11 figure > a,
/* 13241 */ .careerfy-blog-grid-style11 figure > a img,
/* 13242 */ .careerfy-blog-grid-style11 figure figcaption img,
/* 13243 */ .careerfy-blog-grid-style11-text {
/* 13244 */     float: left;
/* 13245 */     width: 100%;
/* 13246 */ }
/* 13247 */ .careerfy-blog-grid-style11 {
/* 13248 */     margin-bottom: 48px; }
/* 13249 */ .careerfy-blog-grid-style11-inner {
/* 13250 */     background-color: #ffffff;

/* style.css */

/* 13251 */     border: 1px solid rgba(0,0,0,0.08);
/* 13252 */     padding: 10px;
/* 13253 */     border-radius: 4px;
/* 13254 */ }
/* 13255 */ .careerfy-blog-grid-style11 figure {
/* 13256 */     margin-bottom: 0px; }
/* 13257 */ .careerfy-blog-grid-style11 figure figcaption {
/* 13258 */     float: left;
/* 13259 */     width: 62px;
/* 13260 */     border-radius: 100%;
/* 13261 */     background-color: #ffffff;
/* 13262 */     padding: 6px;
/* 13263 */     margin: -37px 0px 0px 30px;
/* 13264 */ }
/* 13265 */ .careerfy-blog-grid-style11 figure figcaption img {
/* 13266 */     border-radius: 100%;
/* 13267 */     height: 52px;
/* 13268 */ }
/* 13269 */ .careerfy-blog-grid-style11-text {
/* 13270 */     padding: 13px 20px 11px 38px; }
/* 13271 */ .careerfy-blog-grid-style11-text h2 {
/* 13272 */     font-size: 20px;
/* 13273 */     font-weight: 600;
/* 13274 */     margin-bottom: 3px;
/* 13275 */     letter-spacing: 0px;
/* 13276 */ }
/* 13277 */ .careerfy-blog-grid-style11-text h2 a {
/* 13278 */     color: #474b56; }
/* 13279 */ .careerfy-blog-grid-style11-text span {
/* 13280 */     color: #04d16a;
/* 13281 */     display: block;
/* 13282 */     line-height: 1.2;
/* 13283 */     margin-bottom: 7px;
/* 13284 */ }
/* 13285 */ .careerfy-blog-grid-style11-text p {
/* 13286 */     font-size: 16px;
/* 13287 */     color: #6d7383;
/* 13288 */     margin-bottom: 16px;
/* 13289 */     letter-spacing: 0px;
/* 13290 */     line-height: 23px;
/* 13291 */ }
/* 13292 */ .careerfy-blog-grid-style11-text ul {
/* 13293 */     float: left;
/* 13294 */     margin: 0px;
/* 13295 */ }
/* 13296 */ .careerfy-blog-grid-style11-text ul li {
/* 13297 */     float: left;
/* 13298 */     list-style: none;
/* 13299 */     margin: 3px 19px 0px 0px;
/* 13300 */ }

/* style.css */

/* 13301 */ .careerfy-blog-grid-style11-text ul li a {
/* 13302 */     color: #1e6de6;
/* 13303 */     font-size: 16px;
/* 13304 */ }
/* 13305 */ .careerfy-blog-grid-style11-text ul li i {
/* 13306 */     font-size: 20px;
/* 13307 */     float: left;
/* 13308 */     margin: 5px 8px 0px 0px;
/* 13309 */     color: #1fd67a;
/* 13310 */ }
/* 13311 */ .careerfy-blog-grid-style11-btn {
/* 13312 */     float: right;
/* 13313 */     padding: 9px 24px 8px 24px;
/* 13314 */     font-size: 12px;
/* 13315 */     color: #474b56;
/* 13316 */     border: 2px solid;
/* 13317 */     border-radius: 80px;
/* 13318 */     line-height: 1;
/* 13319 */     -webkit-transition: all 0.4s ease-in-out;
/* 13320 */        -moz-transition: all 0.4s ease-in-out;
/* 13321 */         -ms-transition: all 0.4s ease-in-out;
/* 13322 */          -o-transition: all 0.4s ease-in-out;
/* 13323 */             transition: all 0.4s ease-in-out;
/* 13324 */ }
/* 13325 */ li:hover .careerfy-blog-grid-style11-btn {
/* 13326 */     color: #ffffff; }
/* 13327 */ /* Counter ElevenView */
/* 13328 */ .careerfy-counter-elevenview {
/* 13329 */     float: left;
/* 13330 */     width: 100%;
/* 13331 */ }
/* 13332 */ .careerfy-counter-elevenview ul li {
/* 13333 */     list-style: none;
/* 13334 */     margin-bottom: 30px;
/* 13335 */     text-align: center;
/* 13336 */ }
/* 13337 */ .careerfy-counter-elevenview i {
/* 13338 */     font-size: 40px;
/* 13339 */     color: #1e6de6;
/* 13340 */     display: inline-block;
/* 13341 */     margin-bottom: 17px;
/* 13342 */ }
/* 13343 */ .careerfy-counter-elevenview h2 {
/* 13344 */     display: block;
/* 13345 */     font-size: 26px;
/* 13346 */     font-weight: 700;
/* 13347 */     color: #474b56;
/* 13348 */     position: relative;
/* 13349 */     margin-bottom: 18px;
/* 13350 */     padding-bottom: 13px;

/* style.css */

/* 13351 */ }
/* 13352 */ .careerfy-counter-elevenview h2:before {
/* 13353 */     content: '';
/* 13354 */     position: absolute;
/* 13355 */     left: 50%;
/* 13356 */     bottom: 0px;
/* 13357 */     width: 44px;
/* 13358 */     height: 2px;
/* 13359 */     margin-left: -22px;
/* 13360 */ }
/* 13361 */ .careerfy-counter-elevenview span {
/* 13362 */     font-size: 40px;
/* 13363 */     font-weight: 600;
/* 13364 */     color: #6d7383;
/* 13365 */ }
/* 13366 */ /* Action Style11 */
/* 13367 */ .careerfy-action-style11 {
/* 13368 */     float: left;
/* 13369 */     width: 100%;
/* 13370 */     text-align: center;
/* 13371 */     padding: 42px 0px 47px 0px;
/* 13372 */ }
/* 13373 */ .careerfy-action-style11 h2 {
/* 13374 */     display: inline-block;
/* 13375 */     margin-bottom: 0px;
/* 13376 */     color: #ffffff;
/* 13377 */     font-size: 36px;
/* 13378 */     font-weight: 700;
/* 13379 */     letter-spacing: 0px;
/* 13380 */ }
/* 13381 */ .careerfy-action-style11 p {
/* 13382 */     display: block;
/* 13383 */     color: #ffffff;
/* 13384 */     font-size: 20px;
/* 13385 */     margin-bottom: 23px;
/* 13386 */ }
/* 13387 */ .careerfy-action-style11 a {
/* 13388 */     display: inline-block;
/* 13389 */     padding: 15px 33px;
/* 13390 */     color: #ffffff;
/* 13391 */     line-height: 1;
/* 13392 */     border-radius: 80px;
/* 13393 */     font-size: 18px;
/* 13394 */     font-weight: 600;
/* 13395 */     border: 2px solid;
/* 13396 */     -webkit-transition: all 0.4s ease-in-out;
/* 13397 */        -moz-transition: all 0.4s ease-in-out;
/* 13398 */         -ms-transition: all 0.4s ease-in-out;
/* 13399 */          -o-transition: all 0.4s ease-in-out;
/* 13400 */             transition: all 0.4s ease-in-out;

/* style.css */

/* 13401 */ }
/* 13402 */ .careerfy-action-style11 a:hover {
/* 13403 */     background-color: transparent;
/* 13404 */     color: #ffffff;
/* 13405 */     border-color: #ffffff;
/* 13406 */ }
/* 13407 */ /* Footer Eleven */
/* 13408 */ .careerfy-footer-eleven {
/* 13409 */     background-size: cover !important;
/* 13410 */     background-position: center !important;
/* 13411 */     background-color: #474b56;
/* 13412 */     padding: 79px 0px 0px 0px;
/* 13413 */ }
/* 13414 */ .careerfy-footer-eleven-logo {
/* 13415 */     float: left;
/* 13416 */     width: 100%;
/* 13417 */     text-align: center;
/* 13418 */     margin-bottom: 40px;
/* 13419 */ }
/* 13420 */ .careerfy-footer-eleven .footer-widget-title {
/* 13421 */     position: relative;
/* 13422 */     padding-bottom: 11px;
/* 13423 */     margin-bottom: 25px;
/* 13424 */ }
/* 13425 */ .careerfy-footer-eleven .footer-widget-title h2 {
/* 13426 */     font-size: 18px;
/* 13427 */     font-weight: 600;
/* 13428 */ }
/* 13429 */ .careerfy-footer-eleven .footer-widget-title:before {
/* 13430 */     content: '';
/* 13431 */     position: absolute;
/* 13432 */     left: 0px;
/* 13433 */     bottom: 0px;
/* 13434 */     width: 35px;
/* 13435 */     height: 2px;
/* 13436 */ }
/* 13437 */ .careerfy-footer-eleven .widget_nav_menu ul li a {
/* 13438 */     font-size: 15px;
/* 13439 */     color: #98a1b8;
/* 13440 */ }
/* 13441 */ .careerfy-footer-eleven .widget_nav_menu ul li a:before {
/* 13442 */     display: none; }
/* 13443 */ /* CopyRight Eleven */
/* 13444 */ .copyright-eleven {
/* 13445 */     float: left;
/* 13446 */     width: 100%;
/* 13447 */     border-top: 1px solid #525663;
/* 13448 */     box-shadow: 0px 0px 0px 1px #3c4049;
/* 13449 */     text-align: center;
/* 13450 */     padding: 52px 0px 45px 0px;

/* style.css */

/* 13451 */ }
/* 13452 */ .copyright-eleven-social {
/* 13453 */     float: left; }
/* 13454 */ .copyright-eleven-social li {
/* 13455 */     float: left;
/* 13456 */     list-style: none;
/* 13457 */     margin-right: 10px;
/* 13458 */ }
/* 13459 */ .copyright-eleven-social li a {
/* 13460 */     font-size: 27px;
/* 13461 */     color: #6d7383;
/* 13462 */     -webkit-transition: all 0.4s ease-in-out;
/* 13463 */        -moz-transition: all 0.4s ease-in-out;
/* 13464 */         -ms-transition: all 0.4s ease-in-out;
/* 13465 */          -o-transition: all 0.4s ease-in-out;
/* 13466 */             transition: all 0.4s ease-in-out;
/* 13467 */ }
/* 13468 */ .copyright-eleven p {
/* 13469 */     display: inline-block;
/* 13470 */     color: #ffffff;
/* 13471 */     margin-bottom: 0px;
/* 13472 */ }
/* 13473 */ .copyright-eleven-app {
/* 13474 */     float: right;
/* 13475 */ }
/* 13476 */ .copyright-eleven-app a {
/* 13477 */     margin: 0px 0px 5px 5px;
/* 13478 */     float: left;
/* 13479 */ }
/* 13480 */ /* Home Page 12 */
/* 13481 */ /* Header Twelve Main */
/* 13482 */ .careerfy-header-twelve {
/* 13483 */     position: absolute;
/* 13484 */     left: 0px;
/* 13485 */     top: 0px;
/* 13486 */     width: 100%;
/* 13487 */     z-index: 99;
/* 13488 */     padding: 45px 0px 0px 0px;
/* 13489 */ }
/* 13490 */ .careerfy-header-twelve-main {
/* 13491 */     float: left;
/* 13492 */     width: 100%;
/* 13493 */     text-align: center;
/* 13494 */ }
/* 13495 */ .careerfy-logo-twelve {
/* 13496 */     float: left;
/* 13497 */     margin: 0px 0px;
/* 13498 */ }
/* 13499 */ .careerfy-headertwelve-user {
/* 13500 */     display: inline-block;

/* style.css */

/* 13501 */     padding-top: 6px;
/* 13502 */ }
/* 13503 */ .careerfy-headertwelve-user .nav-item-children {
/* 13504 */     text-align: right; }
/* 13505 */ .careerfy-headertwelve-user > li {
/* 13506 */     float: left;
/* 13507 */     list-style: none;
/* 13508 */     margin: 0px 20px 0px 20px;
/* 13509 */     position: relative;
/* 13510 */ }
/* 13511 */ .careerfy-headertwelve-user > li > a {
/* 13512 */     font-size: 16px;
/* 13513 */     color: #ffffff;
/* 13514 */     position: relative;
/* 13515 */     padding: 10px 0px;
/* 13516 */ }
/* 13517 */ .careerfy-headertwelve-user > li > a:before {
/* 13518 */     content: '';
/* 13519 */     position: absolute;
/* 13520 */     left: 0px;
/* 13521 */     bottom: 5px;
/* 13522 */     width: 100%;
/* 13523 */     height: 4px;
/* 13524 */     background-color: #ffffff;
/* 13525 */     opacity: 0;
/* 13526 */     -webkit-transition: all 0.4s ease-in-out;
/* 13527 */        -moz-transition: all 0.4s ease-in-out;
/* 13528 */         -ms-transition: all 0.4s ease-in-out;
/* 13529 */          -o-transition: all 0.4s ease-in-out;
/* 13530 */             transition: all 0.4s ease-in-out;
/* 13531 */ }
/* 13532 */ .careerfy-headertwelve-user > li:hover > a:before {
/* 13533 */     opacity: 1;
/* 13534 */     bottom: 0px;
/* 13535 */ }
/* 13536 */ .careerfy-headertwelve-btn {
/* 13537 */     float: right;
/* 13538 */     color: #ffffff;
/* 13539 */     font-size: 16px;
/* 13540 */     padding: 14px 26px;
/* 13541 */     border-radius: 4px;
/* 13542 */     line-height: 1;
/* 13543 */     border: 1px solid;
/* 13544 */     -webkit-transition: all 0.4s ease-in-out;
/* 13545 */        -moz-transition: all 0.4s ease-in-out;
/* 13546 */         -ms-transition: all 0.4s ease-in-out;
/* 13547 */          -o-transition: all 0.4s ease-in-out;
/* 13548 */             transition: all 0.4s ease-in-out;
/* 13549 */ }
/* 13550 */ .careerfy-headertwelve-btn i {

/* style.css */

/* 13551 */     margin-right: 10px; }
/* 13552 */ .careerfy-headertwelve-btn:hover {
/* 13553 */     background-color: transparent;
/* 13554 */     border-color: #ffffff;
/* 13555 */ }
/* 13556 */ .careerfy-block-element {
/* 13557 */     display: inline-block;
/* 13558 */     margin-right: -4px;
/* 13559 */     width: 30%;
/* 13560 */     vertical-align: middle;
/* 13561 */ }
/* 13562 */ .careerfy-block-element:nth-child(2) {
/* 13563 */     width: 40%; }
/* 13564 */
/* 13565 */ /* Banner Twelve */
/* 13566 */ .careerfy-banner-twelve {
/* 13567 */     float: left;
/* 13568 */     width: 100%;
/* 13569 */     position: relative;
/* 13570 */     text-align: center;
/* 13571 */     padding: 270px 0px 100px 0px;
/* 13572 */     overflow: hidden;
/* 13573 */     background-size: cover !important;
/* 13574 */     background-repeat: no-repeat !important;
/* 13575 */     background-position: center center !important;
/* 13576 */ }
/* 13577 */ .careerfy-banner-twelve-transparent {
/* 13578 */     position: absolute;
/* 13579 */     left: 0px;
/* 13580 */     top: 0px;
/* 13581 */     width: 100%;
/* 13582 */     height: 100%;
/* 13583 */ }
/* 13584 */ .careerfy-banner-twelve .container { position: relative; }
/* 13585 */ .careerfy-banner-twelve h1 {
/* 13586 */     color: #ffffff;
/* 13587 */     margin-bottom: 20px;
/* 13588 */     text-transform: uppercase;
/* 13589 */     font-size: 60px;
/* 13590 */     display: inline-block;
/* 13591 */     width: 70%;
/* 13592 */     line-height: 1;
/* 13593 */ }
/* 13594 */ .careerfy-banner-twelve p {
/* 13595 */     font-size: 18px;
/* 13596 */     color: #ffffff;
/* 13597 */     margin-bottom: 33px;
/* 13598 */     display: inline-block;
/* 13599 */     width: 50%;
/* 13600 */ }

/* style.css */

/* 13601 */ .careerfy-banner-twelve-search {
/* 13602 */     display: inline-block;
/* 13603 */     width: 77%;
/* 13604 */     position: relative;
/* 13605 */ }
/* 13606 */ .careerfy-banner-twelve-search input[type="text"] {
/* 13607 */     float: left;
/* 13608 */     width: 100%;
/* 13609 */     background-color: #ffffff;
/* 13610 */     height: 53px;
/* 13611 */     padding: 5px 54px;
/* 13612 */     font-size: 16px;
/* 13613 */     color: #6d7383;
/* 13614 */     border-radius: 0px;
/* 13615 */ }
/* 13616 */ .careerfy-banner-twelve-search i {
/* 13617 */     position: absolute;
/* 13618 */     left: 25px;
/* 13619 */     top: 17px;
/* 13620 */     color: #6d7383;
/* 13621 */     font-size: 19px;
/* 13622 */     z-index: 1;
/* 13623 */ }
/* 13624 */ .careerfy-banner-twelve-search input[type="submit"] {
/* 13625 */     float: left;
/* 13626 */     font-size: 16px;
/* 13627 */     font-weight: 600;
/* 13628 */     color: #ffffff;
/* 13629 */     padding: 19px 51px 18px 51px;
/* 13630 */     border: none;
/* 13631 */     line-height: 1;
/* 13632 */     z-index: 99;
/* 13633 */     border-radius: 0px 4px 4px 0px;
/* 13634 */     -webkit-transition: all 0.4s ease-in-out;
/* 13635 */        -moz-transition: all 0.4s ease-in-out;
/* 13636 */         -ms-transition: all 0.4s ease-in-out;
/* 13637 */          -o-transition: all 0.4s ease-in-out;
/* 13638 */             transition: all 0.4s ease-in-out;
/* 13639 */ }
/* 13640 */ /* Twelve Navigation */
/* 13641 */ .careerfy-twelve-navigation {
/* 13642 */     float: left;
/* 13643 */     width: 100%;
/* 13644 */     background-color: #ffffff;
/* 13645 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
/* 13646 */     text-align: center;
/* 13647 */     position: relative;
/* 13648 */ }
/* 13649 */ .careerfy-twelve-navigation .jobsearch-navigation {
/* 13650 */     float: none;

/* style.css */

/* 13651 */     display: inline-block;
/* 13652 */     margin-bottom: -8px;
/* 13653 */ }
/* 13654 */ .careerfy-twelve-navigation .navbar-nav > li > a {
/* 13655 */     font-size: 16px;
/* 13656 */ }
/* 13657 */ .careerfy-twelve-navigation .sub-menu {
/* 13658 */     text-align: left;
/* 13659 */     margin-top: 0px;
/* 13660 */ }
/* 13661 */ .careerfy-twelve-navigation .navbar-nav > li.submenu-addicon > a:after {
/* 13662 */     content: "\e9b8";
/* 13663 */     font-family: careerfy;
/* 13664 */     display: inline-block;
/* 13665 */     font-size: 10px;
/* 13666 */     margin-left: 10px;
/* 13667 */ }
/* 13668 */ .careerfy-twelve-navigation .navbar-nav > li:hover > a,
/* 13669 */ .careerfy-twelve-navigation .navbar-nav > li.active > a {
/* 13670 */     font-weight: 600; }
/* 13671 */ .careerfy-twelve-navigation .navbar-nav > li > a:before {
/* 13672 */     height: 4px;
/* 13673 */     background-color: #6d7383;
/* 13674 */ }
/* 13675 */ /* Fancy Title Twelve */
/* 13676 */ .careerfy-fancy-title-twelve {
/* 13677 */     float: left;
/* 13678 */     width: 100%;
/* 13679 */     text-align: center;
/* 13680 */     margin-bottom: 34px;
/* 13681 */ }
/* 13682 */ .careerfy-fancy-title-twelve span {
/* 13683 */     display: block;
/* 13684 */     font-size: 18px;
/* 13685 */     color: #6d7383;
/* 13686 */     margin-bottom: 6px;
/* 13687 */ }
/* 13688 */ .careerfy-fancy-title-twelve h2 {
/* 13689 */     display: inline-block;
/* 13690 */     font-size: 40px;
/* 13691 */     text-transform: uppercase;
/* 13692 */     margin-bottom: 0px;
/* 13693 */     line-height: 1;
/* 13694 */ }
/* 13695 */ /* Section Premium */
/* 13696 */ .careerfy-section-premium-wrap {
/* 13697 */     float: left;
/* 13698 */     width: 100%;
/* 13699 */     border: 1px solid #e0e1e4;
/* 13700 */     background-color: #ffffff;

/* style.css */

/* 13701 */     margin-bottom: 30px;
/* 13702 */     border-radius: 4px;
/* 13703 */ }
/* 13704 */ .careerfy-section-title-style {
/* 13705 */     float: left;
/* 13706 */     width: 100%;
/* 13707 */     background-color: #f7f7f7;
/* 13708 */     padding: 14px 19px 15px 19px;
/* 13709 */     border-radius: 4px 4px 0px 0px;
/* 13710 */ }
/* 13711 */ .careerfy-section-title-style h2 {
/* 13712 */     float: left;
/* 13713 */     color: #232323;
/* 13714 */     font-size: 20px;
/* 13715 */     margin-bottom: 0px;
/* 13716 */ }
/* 13717 */ .careerfy-section-title-style form {
/* 13718 */     float: right;
/* 13719 */     margin-top: 0px;
/* 13720 */ }
/* 13721 */ .careerfy-section-title-style .selectize-control.single .selectize-input {
/* 13722 */     height: 34px;
/* 13723 */     padding-top: 6px;
/* 13724 */ }
/* 13725 */ .careerfy-section-title-style .selectize-control.single .selectize-input input {
/* 13726 */     height: auto; }
/* 13727 */ .careerfy-section-title-style form label {
/* 13728 */     float: left;
/* 13729 */     font-size: 14px;
/* 13730 */     color: #6d7383;
/* 13731 */     font-weight: 300;
/* 13732 */     margin: 7px 7px 0px 0px;
/* 13733 */ }
/* 13734 */ .careerfy-section-title-style .careerfy-select-style {
/* 13735 */     float: right;
/* 13736 */     margin-top: 0px;
/* 13737 */ }
/* 13738 */ .careerfy-section-title-style .careerfy-select-style select {
/* 13739 */     font-size: 12px;
/* 13740 */     color: #6d7383;
/* 13741 */     padding: 0px;
/* 13742 */     height: 22px;
/* 13743 */     background-color: transparent;
/* 13744 */     border: none;
/* 13745 */ }
/* 13746 */ .careerfy-section-title-style .careerfy-select-style:after {
/* 13747 */     content: "\f107";
/* 13748 */     font-family: FontAwesome;
/* 13749 */     top: 0px;
/* 13750 */     right: 0px;

/* style.css */

/* 13751 */ }
/* 13752 */ .careerfy-browse-links {
/* 13753 */     float: left;
/* 13754 */     width: 100%;
/* 13755 */     padding: 12px 18px 20px 18px;
/* 13756 */     position: relative;
/* 13757 */ }
/* 13758 */ .ajax-loader {
/* 13759 */     position: absolute;
/* 13760 */     left: 0px;
/* 13761 */     top: 0px;
/* 13762 */     height: 100%;
/* 13763 */     width: 100%;
/* 13764 */     background-color: rgba(255,255,255,0.90);
/* 13765 */ }
/* 13766 */ .ajax-loader-inner {
/* 13767 */     position: absolute;
/* 13768 */     left: 50%;
/* 13769 */     top: 50%;
/* 13770 */     color: #999;
/* 13771 */     font-size: 28px;
/* 13772 */     margin: -22px 0px 0px -5px;
/* 13773 */ }
/* 13774 */ .careerfy-browse-links ul {
/* 13775 */     float: left;
/* 13776 */     width: 100%;
/* 13777 */     margin-bottom: 15px;
/* 13778 */ }
/* 13779 */ .careerfy-browse-links ul li {
/* 13780 */     float: left;
/* 13781 */     width: 33.333%;
/* 13782 */     list-style: none;
/* 13783 */     margin-bottom: 4px;
/* 13784 */ }
/* 13785 */ .careerfy-browse-links ul li a {
/* 13786 */     color: #6d7383;
/* 13787 */ }
/* 13788 */ .careerfy-browse-links-btn {
/* 13789 */     float: left;
/* 13790 */     width: 100%;
/* 13791 */     text-align: center;
/* 13792 */ }
/* 13793 */ .careerfy-browse-links-btn a {
/* 13794 */     display: inline-block;
/* 13795 */     color: #ffffff;
/* 13796 */     padding: 13px 30px 14px 30px;
/* 13797 */     font-size: 16px;
/* 13798 */     border-radius: 4px;
/* 13799 */     line-height: 1;
/* 13800 */     -webkit-transition: all 0.4s ease-in-out;

/* style.css */

/* 13801 */        -moz-transition: all 0.4s ease-in-out;
/* 13802 */         -ms-transition: all 0.4s ease-in-out;
/* 13803 */          -o-transition: all 0.4s ease-in-out;
/* 13804 */             transition: all 0.4s ease-in-out;
/* 13805 */ }
/* 13806 */ .careerfy-section-title-btn {
/* 13807 */     float: right;
/* 13808 */     padding: 6px 16px;
/* 13809 */     color: #ffffff;
/* 13810 */     border-radius: 80px;
/* 13811 */     font-size: 12px;
/* 13812 */     line-height: 1;
/* 13813 */     border: 1px solid;
/* 13814 */     margin: 3px 74px 0px 0px;
/* 13815 */     -webkit-transition: all 0.4s ease-in-out;
/* 13816 */        -moz-transition: all 0.4s ease-in-out;
/* 13817 */         -ms-transition: all 0.4s ease-in-out;
/* 13818 */          -o-transition: all 0.4s ease-in-out;
/* 13819 */             transition: all 0.4s ease-in-out;
/* 13820 */ }
/* 13821 */ .careerfy-section-title-btn:hover {
/* 13822 */     background-color: transparent; }
/* 13823 */ .careerfy-section-title-btn.no-slider {
/* 13824 */     margin-right: 0px;
/* 13825 */ }
/* 13826 */ /* Top Employers Slider */
/* 13827 */ .careerfy-top-employers-slider,
/* 13828 */ .careerfy-top-employers-slider-list,
/* 13829 */ .careerfy-top-employers-slider-list a,
/* 13830 */ .careerfy-top-employers-slider-list span {
/* 13831 */     float: left;
/* 13832 */     width: 100%;
/* 13833 */ }
/* 13834 */ .careerfy-top-employers-slider-list {
/* 13835 */     padding: 20px 10px 0px 10px;
/* 13836 */ }
/* 13837 */ .careerfy-top-employers-slider-list ul li {
/* 13838 */     display: inline-block;
/* 13839 */     vertical-align: top;
/* 13840 */     margin-right: -4px;
/* 13841 */     width: 33.333%;
/* 13842 */     list-style: none;
/* 13843 */     padding: 0px 10px 20px 10px;
/* 13844 */ }
/* 13845 */ .careerfy-top-employers-slider-list a {
/* 13846 */     border: 1px solid #d8e3e8;
/* 13847 */     padding: 15px 0px 0px 0px;
/* 13848 */     text-align: center;
/* 13849 */     border-radius: 4px;
/* 13850 */     position: relative;

/* style.css */

/* 13851 */ }
/* 13852 */ .careerfy-top-employers-slider-list span {
/* 13853 */     border-top: 1px solid #d8e3e8;
/* 13854 */     color: #666666;
/* 13855 */     font-size: 12px;
/* 13856 */     text-align: left;
/* 13857 */     padding: 0px 10px 1px 10px;
/* 13858 */ }
/* 13859 */ .careerfy-top-employers-slider-list span small {
/* 13860 */     float: right;
/* 13861 */     font-size: 12px;
/* 13862 */     color: #666666;
/* 13863 */ }
/* 13864 */ .careerfy-top-employers-slider-list img {
/* 13865 */     display: inline-block;
/* 13866 */     margin-bottom: 15px;
/* 13867 */     width: 60px;
/* 13868 */ }
/* 13869 */ .careerfy-headertwelve-btn,.careerfy-banner-twelve-search input[type="submit"],.careerfy-browse-links-btn a {
/* 13870 */     background-color: #6d7383;
/* 13871 */ }
/* 13872 */ .careerfy-headertwelve-btn {
/* 13873 */     border-color: #6d7383; }
/* 13874 */ .careerfy-page-loading .careerfy-top-employers-slider,
/* 13875 */ .careerfy-page-loading .careerfy-top-employers-slider-list,
/* 13876 */ .careerfy-page-loading .careerfy-sixteen-topcompanies-slider,
/* 13877 */ .careerfy-page-loading .careerfy-categories-classic-slider,
/* 13878 */ .careerfy-page-loading .careerfy-premium-jobs-slider {
/* 13879 */     overflow: hidden;
/* 13880 */     height: 200px;
/* 13881 */     display: none !important;
/* 13882 */ }
/* 13883 */ .careerfy-top-employers-slider .slick-arrow,
/* 13884 */ .careerfy-premium-jobs-slider .slick-arrow,
/* 13885 */ .careerfy-top-sectors-category-slider .slick-arrow {
/* 13886 */     position: absolute;
/* 13887 */     right: 20px;
/* 13888 */     top: -43px;
/* 13889 */     width: 27px;
/* 13890 */     height: 27px;
/* 13891 */     border: 1px solid #6d7383;
/* 13892 */     border-radius: 100%;
/* 13893 */     text-align: center;
/* 13894 */     font-size: 12px;
/* 13895 */     line-height: 2.0;
/* 13896 */     cursor: pointer;
/* 13897 */     -webkit-transition: all 0.4s ease-in-out;
/* 13898 */        -moz-transition: all 0.4s ease-in-out;
/* 13899 */         -ms-transition: all 0.4s ease-in-out;
/* 13900 */          -o-transition: all 0.4s ease-in-out;

/* style.css */

/* 13901 */             transition: all 0.4s ease-in-out;
/* 13902 */ }
/* 13903 */ .careerfy-top-employers-slider .slick-arrow-left.slick-arrow,
/* 13904 */ .careerfy-premium-jobs-slider .slick-arrow-left.slick-arrow,
/* 13905 */ .careerfy-top-sectors-category-slider .slick-arrow-left.slick-arrow {
/* 13906 */     right: 56px;
/* 13907 */     -webkit-transform: scale(-1);
/* 13908 */        -moz-transform: scale(-1);
/* 13909 */         -ms-transform: scale(-1);
/* 13910 */          -o-transform: scale(-1);
/* 13911 */             transform: scale(-1);
/* 13912 */ }
/* 13913 */ .careerfy-top-employers-slider .slick-arrow:hover,
/* 13914 */ .careerfy-premium-jobs-slider .slick-arrow:hover,
/* 13915 */ .careerfy-top-sectors-category-slider .slick-arrow:hover {
/* 13916 */     color: #ffffff; }
/* 13917 */ /* Premium Jobs */
/* 13918 */ .careerfy-premium-jobs,
/* 13919 */ .careerfy-premium-jobs-inner,
/* 13920 */ .careerfy-premium-jobs-slider {
/* 13921 */     float: left;
/* 13922 */     width: 100%;
/* 13923 */ }
/* 13924 */ .careerfy-premium-jobs ul li {
/* 13925 */     list-style: none; }
/* 13926 */ .careerfy-premium-jobs ul li:nth-child(even) .careerfy-premium-jobs-inner,
/* 13927 */ .careerfy-premium-jobs ul li:hover .careerfy-premium-jobs-inner {
/* 13928 */     background-color: #f7f7f7; }
/* 13929 */ .careerfy-premium-jobs ul li:last-child .careerfy-premium-jobs-inner {
/* 13930 */     border-bottom: none; }
/* 13931 */ .careerfy-premium-jobs-inner {
/* 13932 */     padding: 19px 19px;
/* 13933 */     border-bottom: 1px solid #e0e1e4;
/* 13934 */     overflow: hidden;
/* 13935 */     position: relative;
/* 13936 */     -webkit-transition: all 0.4s ease-in-out;
/* 13937 */        -moz-transition: all 0.4s ease-in-out;
/* 13938 */         -ms-transition: all 0.4s ease-in-out;
/* 13939 */          -o-transition: all 0.4s ease-in-out;
/* 13940 */             transition: all 0.4s ease-in-out;
/* 13941 */ }
/* 13942 */ .careerfy-premium-jobs figure {
/* 13943 */     display: inline-block;
/* 13944 */     vertical-align: middle;
/* 13945 */     width: 57%;
/* 13946 */     margin-bottom: 0px;
/* 13947 */     overflow: hidden;
/* 13948 */ }
/* 13949 */ .careerfy-premium-jobs figure > a {
/* 13950 */     float: left;

/* style.css */

/* 13951 */     width: 64px;
/* 13952 */     border: 1px solid #f0f0f0;
/* 13953 */ }
/* 13954 */ .careerfy-premium-jobs-text {
/* 13955 */     display: inline-block;
/* 13956 */     vertical-align: middle;
/* 13957 */     margin-right: -4px;
/* 13958 */     width: 42%;
/* 13959 */ }
/* 13960 */ .careerfy-premium-jobs figure > a ~ figcaption {
/* 13961 */     margin-left: 83px;
/* 13962 */     line-height: 1;
/* 13963 */     padding-top: 9px;
/* 13964 */ }
/* 13965 */ .careerfy-premium-jobs figure figcaption h2 {
/* 13966 */     font-size: 16px;
/* 13967 */     margin-bottom: 2px;
/* 13968 */     line-height: 22px;
/* 13969 */ }
/* 13970 */ .careerfy-premium-jobs figure figcaption h2 a {
/* 13971 */     color: #232323;
/* 13972 */     display: inline-block;
/* 13973 */     margin-right: -3px;
/* 13974 */ }
/* 13975 */ .careerfy-premium-jobs figure figcaption h2 span {
/* 13976 */     display: inline-block;
/* 13977 */     font-size: 10px;
/* 13978 */     background-color: #e98a1c;
/* 13979 */     padding: 3px 5px 4px 5px;
/* 13980 */     color: #ffffff;
/* 13981 */     text-transform: uppercase;
/* 13982 */     border-radius: 3px;
/* 13983 */     line-height: 1;
/* 13984 */     margin-left: 8px;
/* 13985 */ }
/* 13986 */ .careerfy-premium-jobs figure figcaption small {
/* 13987 */     font-size: 14px;
/* 13988 */     color: #6d7383;
/* 13989 */ }
/* 13990 */ .careerfy-premium-jobs-text {
/* 13991 */     text-align: left;
/* 13992 */ }
/* 13993 */ .careerfy-premium-jobs-text span {
/* 13994 */     color: #6d7383;
/* 13995 */     font-size: 14px;
/* 13996 */     display: inline-block;
/* 13997 */     margin-right: 5px;
/* 13998 */     width: 45%;
/* 13999 */     line-height: 1.2;
/* 14000 */ }

/* style.css */

/* 14001 */ .careerfy-premium-jobs-text small {
/* 14002 */     float: right;
/* 14003 */     font-size: 14px;
/* 14004 */     color: #ffffff;
/* 14005 */     padding: 6px 14px 6px 14px;
/* 14006 */     background-color: #f08d3c;
/* 14007 */     line-height: 1;
/* 14008 */ }
/* 14009 */ /* Top Sectors Category */
/* 14010 */ .careerfy-top-sectors-category,
/* 14011 */ .careerfy-top-sectors-category a,
/* 14012 */ .careerfy-top-sectors-category-slider {
/* 14013 */     float: left;
/* 14014 */     width: 100%;
/* 14015 */ }
/* 14016 */ .careerfy-top-sectors-category ul li {
/* 14017 */     list-style: none;
/* 14018 */     padding: 0px 0px;
/* 14019 */     float: none;
/* 14020 */     display: inline-block;
/* 14021 */     margin-bottom: -6px;
/* 14022 */     margin-right: -3px;
/* 14023 */ }
/* 14024 */ .careerfy-top-sectors-category ul li:nth-child(3n-8) a {
/* 14025 */     border-left: none;
/* 14026 */ }
/* 14027 */ .careerfy-top-sectors-category ul li:nth-child(n+7) a {
/* 14028 */     border-bottom: none;
/* 14029 */ }
/* 14030 */ .careerfy-top-sectors-category img {
/* 14031 */     display: inline-block;
/* 14032 */     width: 40px;
/* 14033 */     margin-bottom: 9px;
/* 14034 */ }
/* 14035 */ .careerfy-top-sectors-category a {
/* 14036 */     border-bottom: 1px solid #e0e1e4;
/* 14037 */     border-left: 1px solid #e0e1e4;
/* 14038 */     text-align: center;
/* 14039 */     line-height: 1;
/* 14040 */     min-height: 155px;
/* 14041 */     padding: 27px 0px 24px 0px;
/* 14042 */     -webkit-transition: all 0.4s ease-in-out;
/* 14043 */        -moz-transition: all 0.4s ease-in-out;
/* 14044 */         -ms-transition: all 0.4s ease-in-out;
/* 14045 */          -o-transition: all 0.4s ease-in-out;
/* 14046 */             transition: all 0.4s ease-in-out;
/* 14047 */ }
/* 14048 */ .careerfy-top-sectors-category a:hover {
/* 14049 */     background-color: #f7f7f7;
/* 14050 */ }

/* style.css */

/* 14051 */ .careerfy-top-sectors-category i {
/* 14052 */     font-size: 40px;
/* 14053 */     margin-bottom: 9px;
/* 14054 */     display: inline-block;
/* 14055 */ }
/* 14056 */ .careerfy-top-sectors-category h6 {
/* 14057 */     display: block;
/* 14058 */     font-size: 16px;
/* 14059 */     color: #000000;
/* 14060 */     margin-bottom: 6px;
/* 14061 */ }
/* 14062 */ .careerfy-top-sectors-category small {
/* 14063 */     color: #ffffff;
/* 14064 */     font-size: 12px;
/* 14065 */     padding: 2px 5px 3px 5px;
/* 14066 */     line-height: 1;
/* 14067 */     display: inline-block;
/* 14068 */     border-radius: 3px;
/* 14069 */ }
/* 14070 */ /* Candidates Style11 */
/* 14071 */ .careerfy-candidates-style11,
/* 14072 */ .careerfy-candidates-style11-inner,
/* 14073 */ .careerfy-candidates-style11-top,
/* 14074 */ .careerfy-candidates-style11 figure,
/* 14075 */ .careerfy-candidates-style11 figure figcaption,
/* 14076 */ .careerfy-candidates-style11-slider {
/* 14077 */     float: left;
/* 14078 */     width: 100%;
/* 14079 */ }
/* 14080 */ .careerfy-candidates-style11-slider .slick-list {
/* 14081 */     margin: 0px -15px; }
/* 14082 */ .careerfy-candidates-style11-slider-layer {
/* 14083 */     padding: 0px 15px; }
/* 14084 */ .careerfy-candidates-style11 ul li {
/* 14085 */     list-style: none; }
/* 14086 */ .careerfy-candidates-style11 > ul > li {
/* 14087 */     margin-bottom: 30px; }
/* 14088 */ .careerfy-candidates-style11-inner {
/* 14089 */     border: 1px solid rgba(0,0,0,0.10);
/* 14090 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
/* 14091 */     padding: 0px 0px 23px 0px;
/* 14092 */     text-align: center;
/* 14093 */ }
/* 14094 */ .careerfy-candidates-style11-top {
/* 14095 */     background-color: #f1f2f4;
/* 14096 */     padding: 10px 5px;
/* 14097 */ }
/* 14098 */ .careerfy-candidates-style11-top span {
/* 14099 */     display: inline-block;
/* 14100 */     background-color: #232323;

/* style.css */

/* 14101 */     color: #ffffff;
/* 14102 */     font-size: 13px;
/* 14103 */     padding: 7px 16px 8px 16px;
/* 14104 */     line-height: 1;
/* 14105 */     border-radius: 80px;
/* 14106 */     margin: 0px 4px;
/* 14107 */     -webkit-transition: all 0.4s ease-in-out;
/* 14108 */        -moz-transition: all 0.4s ease-in-out;
/* 14109 */         -ms-transition: all 0.4s ease-in-out;
/* 14110 */          -o-transition: all 0.4s ease-in-out;
/* 14111 */             transition: all 0.4s ease-in-out;
/* 14112 */ }
/* 14113 */ .careerfy-candidates-style11 figure {
/* 14114 */     margin-bottom: 0px;
/* 14115 */     padding-top: 20px;
/* 14116 */     padding: 20px 15px 0px 15px;
/* 14117 */ }
/* 14118 */ .careerfy-candidates-style11 figure > a {
/* 14119 */     display: inline-block;
/* 14120 */     width: 113px;
/* 14121 */     border: 4px solid #ecedf0;
/* 14122 */     border-radius: 100%;
/* 14123 */     margin-bottom: 11px;
/* 14124 */ }
/* 14125 */ .careerfy-candidates-style11 figure > a img {
/* 14126 */     border-radius: 100%; }
/* 14127 */ .careerfy-candidates-style11 figcaption h2 {
/* 14128 */     margin-bottom: 8px;
/* 14129 */     font-size: 18px;
/* 14130 */     text-transform: uppercase;
/* 14131 */ }
/* 14132 */ .careerfy-candidates-style11 figcaption h2 a {
/* 14133 */     color: #232323; }
/* 14134 */ .careerfy-candidates-style11 figcaption span {
/* 14135 */     display: block;
/* 14136 */     font-size: 14px;
/* 14137 */     line-height: 1.2;
/* 14138 */     margin-bottom: 5px;
/* 14139 */ }
/* 14140 */ .careerfy-candidates-style11 figcaption small {
/* 14141 */     color: #6d7383;
/* 14142 */     display: block;
/* 14143 */     font-size: 14px;
/* 14144 */ }
/* 14145 */ .careerfy-candidates-style11 .ui-slider {
/* 14146 */     float: left;
/* 14147 */     width: 100%;
/* 14148 */     height: 15px;
/* 14149 */     position: relative;
/* 14150 */     border-radius: 80px;

/* style.css */

/* 14151 */
/* 14152 */     background: #c33538;
/* 14153 */     background: -moz-linear-gradient(left,  #c33538 5%, #fff002 49%, #6bbf74 95%);
/* 14154 */     background: -webkit-linear-gradient(left,  #c33538 5%,#fff002 49%,#6bbf74 95%);
/* 14155 */     background: linear-gradient(to right,  #c33538 5%,#fff002 49%,#6bbf74 95%);
/* 14156 */     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33538', endColorstr='#6bbf74',GradientType=1 );
/* 14157 */ }
/* 14158 */ .careerfy-candidates-style11 .ui-slider-handle {
/* 14159 */     height: 23px;
/* 14160 */     width: 11px;
/* 14161 */     background-color: #232323;
/* 14162 */     position: absolute;
/* 14163 */     z-index: 999;
/* 14164 */     top: -4px;
/* 14165 */ }
/* 14166 */ .careerfy-candidates-style11 .ui-slider-handle:before {
/* 14167 */     content: '';
/* 14168 */     position: absolute;
/* 14169 */     left: 0px;
/* 14170 */     bottom: -5px;
/* 14171 */     border-left: 6px solid transparent;
/* 14172 */     border-right: 5px solid transparent;
/* 14173 */     border-top: 5px solid #232323;
/* 14174 */ }
/* 14175 */ .careerfy-candidates-style11-progress ul,
/* 14176 */ .careerfy-candidates-style11-progress {
/* 14177 */     float: left;
/* 14178 */     width: 100%;
/* 14179 */     margin: 2px 0px 0px 0px;
/* 14180 */ }
/* 14181 */ .careerfy-candidates-style11-progress ul li {
/* 14182 */     float: left;
/* 14183 */     width: 25%;
/* 14184 */     list-style: none;
/* 14185 */     color: #6d7383;
/* 14186 */     text-align: left;
/* 14187 */ }
/* 14188 */ .careerfy-candidates-style11-slider .slick-arrow {
/* 14189 */     position: absolute;
/* 14190 */     left: -94px;
/* 14191 */     top: 50%;
/* 14192 */     width: 44px;
/* 14193 */     height: 44px;
/* 14194 */     border: 1px solid #6f7585;
/* 14195 */     font-size: 17px;
/* 14196 */     text-align: center;
/* 14197 */     border-radius: 100%;
/* 14198 */     padding-top: 8px;
/* 14199 */     line-height: 1.5;
/* 14200 */     margin-top: -35px;

/* style.css */

/* 14201 */     cursor: pointer;
/* 14202 */     -webkit-transition: all 0.4s ease-in-out;
/* 14203 */        -moz-transition: all 0.4s ease-in-out;
/* 14204 */         -ms-transition: all 0.4s ease-in-out;
/* 14205 */          -o-transition: all 0.4s ease-in-out;
/* 14206 */             transition: all 0.4s ease-in-out;
/* 14207 */ }
/* 14208 */ .careerfy-candidates-style11-slider .slick-arrow-left.slick-arrow {
/* 14209 */     -webkit-transform: scale(-1);
/* 14210 */        -moz-transform: scale(-1);
/* 14211 */         -ms-transform: scale(-1);
/* 14212 */          -o-transform: scale(-1);
/* 14213 */             transform: scale(-1);
/* 14214 */ }
/* 14215 */ .careerfy-candidates-style11-slider .slick-arrow-right.slick-arrow {
/* 14216 */     left: auto;
/* 14217 */     right: -94px;
/* 14218 */ }
/* 14219 */ .careerfy-candidates-style11-slider .slick-arrow:hover {
/* 14220 */     color: #ffffff; }
/* 14221 */ .careerfy-candidates-style11-progress .jobsearch_progressbar .bar-container {
/* 14222 */     width: 100%;
/* 14223 */     border-radius: 10px;
/* 14224 */     height: 15px !important;
/* 14225 */ }
/* 14226 */ .careerfy-candidates-style11-progress .jobsearch_progressbar {
/* 14227 */     margin-bottom: 2px; }
/* 14228 */ .careerfy-candidates-style11-progress .jobsearch_progressbar .bar-container:before, .careerfy-candidates-style11-progress .jobsearch_progressbar .bar-container:after,
/* 14229 */ .careerfy-candidates-style11-progress .jobsearch_progressbar .backgroundBar:before, .careerfy-candidates-style11-progress .jobsearch_progressbar .backgroundBar:after,
/* 14230 */ .careerfy-candidates-style11-progress .progress-percent,.careerfy-candidates-style11-progress .progress-percent-inner {
/* 14231 */     display: none; }
/* 14232 */ .careerfy-candidates-style11-progress .jobsearch_progressbar .bar {
/* 14233 */     background: #c33538;
/* 14234 */     background: -moz-linear-gradient(left,  #c33538 5%, #fff002 49%, #6bbf74 95%);
/* 14235 */     background: -webkit-linear-gradient(left,  #c33538 5%,#fff002 49%,#6bbf74 95%);
/* 14236 */     background: linear-gradient(to right,  #c33538 5%,#fff002 49%,#6bbf74 95%);
/* 14237 */     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33538', endColorstr='#6bbf74',GradientType=1 );
/* 14238 */ }
/* 14239 */ /* Counter ElevenView */
/* 14240 */ .careerfy-counter-twelveview {
/* 14241 */     float: left;
/* 14242 */     width: 100%;
/* 14243 */ }
/* 14244 */ .careerfy-counter-twelveview ul li {
/* 14245 */     list-style: none;
/* 14246 */     margin-bottom: 30px;
/* 14247 */     text-align: center;
/* 14248 */ }
/* 14249 */ .careerfy-counter-twelveview i {
/* 14250 */     font-size: 46px;

/* style.css */

/* 14251 */     color: #ffffff;
/* 14252 */     display: inline-block;
/* 14253 */     margin-bottom: 17px;
/* 14254 */ }
/* 14255 */ .careerfy-counter-twelveview h2 {
/* 14256 */     display: block;
/* 14257 */     font-size: 30px;
/* 14258 */     font-weight: 500;
/* 14259 */     color: #ffffff;
/* 14260 */     position: relative;
/* 14261 */     margin-bottom: 18px;
/* 14262 */     padding-bottom: 13px;
/* 14263 */ }
/* 14264 */ .careerfy-counter-twelveview h2:before {
/* 14265 */     content: '';
/* 14266 */     position: absolute;
/* 14267 */     left: 50%;
/* 14268 */     bottom: 0px;
/* 14269 */     width: 44px;
/* 14270 */     height: 2px;
/* 14271 */     margin-left: -22px;
/* 14272 */     background-color: #ffffff;
/* 14273 */ }
/* 14274 */ .careerfy-counter-twelveview span {
/* 14275 */     font-size: 50px;
/* 14276 */     font-weight: 500;
/* 14277 */     color: #ffffff;
/* 14278 */ }
/* 14279 */ /* PricePlan Twelve */
/* 14280 */ .careerfy-priceplan-twelve,
/* 14281 */ .careerfy-priceplan-twelve-top,
/* 14282 */ .careerfy-priceplan-twelve ul,
/* 14283 */ .careerfy-priceplan-twelve ul li,
/* 14284 */ .careerfy-priceplan-twelve-btn {
/* 14285 */     float: left;
/* 14286 */     width: 100%;
/* 14287 */ }
/* 14288 */ .careerfy-priceplan-twelve {
/* 14289 */     background-color: #ffffff;
/* 14290 */     border: 1px solid rgba(0,0,0,0.12);
/* 14291 */     border-radius: 0px 0px 4px 4px;
/* 14292 */     margin-bottom: 30px;
/* 14293 */ }
/* 14294 */ .careerfy-priceplan-twelve-top {
/* 14295 */     text-align: center;
/* 14296 */     background-color: #6d7383;
/* 14297 */     padding: 21px 0px 34px 0px;
/* 14298 */     border-radius: 4px 4px 0px 0px;
/* 14299 */     position: relative;
/* 14300 */     -webkit-transition: all 0.4s ease-in-out;

/* style.css */

/* 14301 */        -moz-transition: all 0.4s ease-in-out;
/* 14302 */         -ms-transition: all 0.4s ease-in-out;
/* 14303 */          -o-transition: all 0.4s ease-in-out;
/* 14304 */             transition: all 0.4s ease-in-out;
/* 14305 */ }
/* 14306 */ .careerfy-priceplan-twelve-top div {
/* 14307 */     display: inline-block;
/* 14308 */     font-size: 20px;
/* 14309 */     color: #ffffff;
/* 14310 */     padding: 0px 34px 12px 34px;
/* 14311 */     border-bottom: 1px solid #ffffff;
/* 14312 */     font-weight: 500;
/* 14313 */     margin-bottom: 10px;
/* 14314 */ }
/* 14315 */ .careerfy-priceplan-twelve-top span {
/* 14316 */     display: block;
/* 14317 */     font-size: 58px;
/* 14318 */     color: #ffffff;
/* 14319 */     line-height: 1;
/* 14320 */     margin-bottom: 11px;
/* 14321 */ }
/* 14322 */ .careerfy-priceplan-twelve-top span small {
/* 14323 */     font-size: 20px; }
/* 14324 */ .careerfy-priceplan-twelve-top span em {
/* 14325 */     font-style: normal;
/* 14326 */     font-size: 21px;
/* 14327 */     display: inline-block;
/* 14328 */     vertical-align: top;
/* 14329 */     position: relative;
/* 14330 */     top: 3px;
/* 14331 */     left: 6px;
/* 14332 */ }
/* 14333 */ .careerfy-priceplan-twelve-top strong {
/* 14334 */     color: #ffffff;
/* 14335 */     font-size: 20px;
/* 14336 */ }
/* 14337 */ .careerfy-priceplan-twelve-top a {
/* 14338 */     position: absolute;
/* 14339 */     left: 50%;
/* 14340 */     bottom: -25px;
/* 14341 */     width: 43px;
/* 14342 */     height: 43px;
/* 14343 */     border: 3px solid #ffffff;
/* 14344 */     border-radius: 100%;
/* 14345 */     font-size: 16px;
/* 14346 */     background-color: #6d7383;
/* 14347 */     color: #ffffff;
/* 14348 */     padding: 10px 0px 0px 0px;
/* 14349 */     margin-left: -25px;
/* 14350 */     -webkit-transition: all 0.4s ease-in-out;

/* style.css */

/* 14351 */        -moz-transition: all 0.4s ease-in-out;
/* 14352 */         -ms-transition: all 0.4s ease-in-out;
/* 14353 */          -o-transition: all 0.4s ease-in-out;
/* 14354 */             transition: all 0.4s ease-in-out;
/* 14355 */     -webkit-transform: rotate(90deg);
/* 14356 */        -moz-transform: rotate(90deg);
/* 14357 */         -ms-transform: rotate(90deg);
/* 14358 */          -o-transform: rotate(90deg);
/* 14359 */             transform: rotate(90deg);
/* 14360 */ }
/* 14361 */ .careerfy-priceplan-twelve ul {
/* 14362 */     padding: 35px 29px 25px 29px;
/* 14363 */ }
/* 14364 */ .careerfy-priceplan-twelve ul li {
/* 14365 */     color: #ccc;
/* 14366 */     font-size: 14px;
/* 14367 */     list-style: none;
/* 14368 */     border-bottom: 1px solid #d6d7da;
/* 14369 */     padding: 12px 0px;
/* 14370 */     text-align: left;
/* 14371 */ }
/* 14372 */ .careerfy-priceplan-twelve ul li.active {
/* 14373 */     color: #6f7484;
/* 14374 */ }
/* 14375 */ .careerfy-priceplan-twelve ul li i {
/* 14376 */     float: left;
/* 14377 */     margin: 3px 12px 0px 0px;
/* 14378 */     color: #6f7484;
/* 14379 */     font-size: 11px;
/* 14380 */ }
/* 14381 */ .careerfy-priceplan-twelve-btn {
/* 14382 */     text-align: center;
/* 14383 */     margin-bottom: 26px;
/* 14384 */ }
/* 14385 */ .careerfy-priceplan-twelve-btn a {
/* 14386 */     display: inline-block;
/* 14387 */     font-size: 16px;
/* 14388 */     color: #ffffff;
/* 14389 */     background-color: #6d7383;
/* 14390 */     padding: 13px 36px 15px 36px;
/* 14391 */     line-height: 1;
/* 14392 */     border-radius: 4px;
/* 14393 */     -webkit-transition: all 0.4s ease-in-out;
/* 14394 */        -moz-transition: all 0.4s ease-in-out;
/* 14395 */         -ms-transition: all 0.4s ease-in-out;
/* 14396 */          -o-transition: all 0.4s ease-in-out;
/* 14397 */             transition: all 0.4s ease-in-out;
/* 14398 */ }
/* 14399 */ .careerfy-priceplan-twelve.active {
/* 14400 */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20); }

/* style.css */

/* 14401 */ /* AutoJobs Mobile */
/* 14402 */ .careerfy-autojobs-mobile-text {
/* 14403 */     float: left;
/* 14404 */     width: 100%;
/* 14405 */     padding-top: 125px;
/* 14406 */ }
/* 14407 */ .careerfy-autojobs-mobile-text h2 {
/* 14408 */     font-size: 40px;
/* 14409 */     margin-bottom: 3px;
/* 14410 */ }
/* 14411 */ .careerfy-autojobs-mobile-text p {
/* 14412 */     font-size: 20px;
/* 14413 */     color: #6d7383;
/* 14414 */     margin-bottom: 4px;
/* 14415 */ }
/* 14416 */ .careerfy-autojobs-mobile-btn {
/* 14417 */     font-size: 20px; }
/* 14418 */ .careerfy-autojobs-mobile-thumb {
/* 14419 */     float: left;
/* 14420 */     margin: 50px 9px 0px 0px;
/* 14421 */ }
/* 14422 */ /* Testimonial Twelve */
/* 14423 */ .careerfy-testimonial-twelve,
/* 14424 */ .careerfy-testimonial-twelve-inner,
/* 14425 */ .careerfy-testimonial-twelve figure {
/* 14426 */     float: left;
/* 14427 */     width: 100%;
/* 14428 */ }
/* 14429 */ .careerfy-testimonial-twelve ul li {
/* 14430 */     list-style: none; }
/* 14431 */ .careerfy-testimonial-twelve > ul > li {
/* 14432 */     margin-bottom: 30px; }
/* 14433 */ .careerfy-testimonial-twelve-inner {
/* 14434 */     border: 2px solid rgba(216,216,216,0.50);
/* 14435 */     padding: 26px 30px 30px 30px;
/* 14436 */     background-color: #ffffff;
/* 14437 */     position: relative;
/* 14438 */     -webkit-transition: all 0.4s ease-in-out;
/* 14439 */        -moz-transition: all 0.4s ease-in-out;
/* 14440 */         -ms-transition: all 0.4s ease-in-out;
/* 14441 */          -o-transition: all 0.4s ease-in-out;
/* 14442 */             transition: all 0.4s ease-in-out;
/* 14443 */ }
/* 14444 */ .careerfy-testimonial-twelve-inner:hover {
/* 14445 */     box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08); }
/* 14446 */ .careerfy-testimonial-twelve-inner:before {
/* 14447 */     content: '';
/* 14448 */     position: absolute;
/* 14449 */     left: 35px;
/* 14450 */     bottom: -28px;

/* style.css */

/* 14451 */     border-left: 0px solid transparent;
/* 14452 */     border-right: 45px solid transparent;
/* 14453 */     border-top: 28px solid #ffffff;
/* 14454 */     z-index: 2;
/* 14455 */ }
/* 14456 */ .careerfy-testimonial-twelve-inner:after {
/* 14457 */     content: '';
/* 14458 */     position: absolute;
/* 14459 */     left: 33px;
/* 14460 */     bottom: -31px;
/* 14461 */     border-left: 0px solid transparent;
/* 14462 */     border-right: 45px solid transparent;
/* 14463 */     border-top: 28px solid rgba(216,216,216,0.50);
/* 14464 */     z-index: 0;
/* 14465 */ }
/* 14466 */ .careerfy-testimonial-twelve i {
/* 14467 */     font-size: 38px;
/* 14468 */     color: #e0e0e0;
/* 14469 */     display: inline-block;
/* 14470 */     margin-bottom: 16px;
/* 14471 */     -webkit-transform: scaleY(-1) scaleX(-1);
/* 14472 */        -moz-transform: scaleY(-1) scaleX(-1);
/* 14473 */         -ms-transform: scaleY(-1) scaleX(-1);
/* 14474 */          -o-transform: scaleY(-1) scaleX(-1);
/* 14475 */             transform: scaleY(-1) scaleX(-1);
/* 14476 */ }
/* 14477 */ .careerfy-testimonial-twelve p {
/* 14478 */     font-size: 16px;
/* 14479 */     color: #6d7383;
/* 14480 */     margin-bottom: 16px;
/* 14481 */     letter-spacing: 0px;
/* 14482 */     line-height: 26px;
/* 14483 */ }
/* 14484 */ .careerfy-testimonial-twelve figure {
/* 14485 */     margin-bottom: 0px; }
/* 14486 */ .careerfy-testimonial-twelve figure img {
/* 14487 */     float: left;
/* 14488 */     width: 71px;
/* 14489 */     border: 4px solid #ecedf0;
/* 14490 */     border-radius: 100%;
/* 14491 */ }
/* 14492 */ .careerfy-testimonial-twelve figure figcaption {
/* 14493 */     margin-left: 81px;
/* 14494 */     line-height: 1;
/* 14495 */     padding-top: 11px;
/* 14496 */ }
/* 14497 */ .careerfy-testimonial-twelve figcaption h2 {
/* 14498 */     font-size: 20px;
/* 14499 */     margin-bottom: 3px;
/* 14500 */ }

/* style.css */

/* 14501 */ .careerfy-testimonial-twelve figcaption span {
/* 14502 */     font-size: 16px;
/* 14503 */     color: #7046ae;
/* 14504 */ }
/* 14505 */ /* Twelve Blog Grid */
/* 14506 */ .careerfy-twelve-blog-grid-inner,
/* 14507 */ .careerfy-twelve-blog-grid figure,
/* 14508 */ .careerfy-twelve-blog-grid-text,
/* 14509 */ .careerfy-twelve-blog-grid-text ul,
/* 14510 */ .careerfy-twelve-blog-grid figure > a,
/* 14511 */ .careerfy-twelve-blog-grid figure img {
/* 14512 */     float: left;
/* 14513 */     width: 100%;
/* 14514 */ }
/* 14515 */ .careerfy-twelve-blog-grid-inner {
/* 14516 */     background-color: #f1f2f4;
/* 14517 */     border: 1px solid rgba(0,0,0,0.12);
/* 14518 */     border-radius: 3px;
/* 14519 */ }
/* 14520 */ .careerfy-twelve-blog-grid-text ul {
/* 14521 */     margin: 0px; }
/* 14522 */ .careerfy-twelve-blog-grid-text ul li {
/* 14523 */     float: left;
/* 14524 */     list-style: none;
/* 14525 */     color: #232323;
/* 14526 */     margin-right: 17px;
/* 14527 */     margin-bottom: 9px;
/* 14528 */ }
/* 14529 */ .careerfy-twelve-blog-grid-text ul li:last-child {
/* 14530 */     margin-right: 0px; }
/* 14531 */ .careerfy-twelve-blog-grid-text {
/* 14532 */     padding: 14px 29px 28px 29px;
/* 14533 */ }
/* 14534 */ .careerfy-twelve-blog-grid-text ul li i {
/* 14535 */     float: left;
/* 14536 */     font-size: 17px;
/* 14537 */     margin: 5px 8px 0px 0px;
/* 14538 */ }
/* 14539 */ .careerfy-twelve-blog-grid-text h2 {
/* 14540 */     font-size: 22px;
/* 14541 */     margin-bottom: 10px;
/* 14542 */     line-height: 25px;
/* 14543 */ }
/* 14544 */ .careerfy-twelve-blog-grid-text p {
/* 14545 */     color: #6f7484;
/* 14546 */     font-size: 16px;
/* 14547 */     margin-bottom: 15px;
/* 14548 */     letter-spacing: 0px;
/* 14549 */ }
/* 14550 */ .careerfy-twelve-blog-grid-btn {

/* style.css */

/* 14551 */     display: inline-block;
/* 14552 */     padding: 12px 27px 13px 27px;
/* 14553 */     border: 1px solid;
/* 14554 */     font-size: 16px;
/* 14555 */     border-radius: 4px;
/* 14556 */     line-height: 1;
/* 14557 */     -webkit-transition: all 0.4s ease-in-out;
/* 14558 */        -moz-transition: all 0.4s ease-in-out;
/* 14559 */         -ms-transition: all 0.4s ease-in-out;
/* 14560 */          -o-transition: all 0.4s ease-in-out;
/* 14561 */             transition: all 0.4s ease-in-out;
/* 14562 */ }
/* 14563 */ li:hover .careerfy-twelve-blog-grid-btn {
/* 14564 */     color: #ffffff; }
/* 14565 */ /* Partner Twelve Slider */
/* 14566 */ .careerfy-partner-twelve-slider {
/* 14567 */     float: left;
/* 14568 */     width: 100%;
/* 14569 */     position: relative;
/* 14570 */     padding-bottom: 70px;
/* 14571 */ }
/* 14572 */ .careerfy-partner-twelve-layer {
/* 14573 */     text-align: center; }
/* 14574 */ .careerfy-partner-twelve-slider a {
/* 14575 */     display: inline-block; }
/* 14576 */ .careerfy-partner-twelve-slider .slick-arrow {
/* 14577 */     position: absolute;
/* 14578 */     left: 50%;
/* 14579 */     bottom: 0px;
/* 14580 */     font-size: 15px;
/* 14581 */     cursor: pointer;
/* 14582 */     -webkit-transition: all 0.4s ease-in-out;
/* 14583 */        -moz-transition: all 0.4s ease-in-out;
/* 14584 */         -ms-transition: all 0.4s ease-in-out;
/* 14585 */          -o-transition: all 0.4s ease-in-out;
/* 14586 */             transition: all 0.4s ease-in-out;
/* 14587 */ }
/* 14588 */ .careerfy-partner-twelve-slider .slick-arrow-left.slick-arrow {
/* 14589 */     margin-left: -44px; }
/* 14590 */ /* Footer Twelve */
/* 14591 */ .careerfy-footer-twelve {
/* 14592 */     background-color: #232323;
/* 14593 */     padding: 70px 0px 0px 0px;
/* 14594 */ }
/* 14595 */ .careerfy-footer-twelve .footer-widget-title {
/* 14596 */     margin-bottom: 2px; }
/* 14597 */ .careerfy-footer-twelve .footer-widget-title h2 {
/* 14598 */     font-size: 20px;
/* 14599 */     text-transform: uppercase;
/* 14600 */ }

/* style.css */

/* 14601 */ .careerfy-footer-twelve .widget_nav_menu ul li a:before {
/* 14602 */     display: none; }
/* 14603 */ .careerfy-footer-twelve .widget_nav_menu ul li a {
/* 14604 */     color: #c6c6c6;
/* 14605 */     font-size: 14px;
/* 14606 */     margin-bottom: 0px;
/* 14607 */ }
/* 14608 */ .careerfy-footer-twelve .careerfy-footer-widget .widget {
/* 14609 */     margin-bottom: 20px; }
/* 14610 */ .widget_nav_menu_thumb {
/* 14611 */     float: left;
/* 14612 */     width: 100%;
/* 14613 */     margin-top: 10px;
/* 14614 */ }
/* 14615 */ .breakline {
/* 14616 */     float: left;
/* 14617 */     width: 100%;
/* 14618 */     margin-top: 10px;
/* 14619 */ }
/* 14620 */ /* CopyRight Twelve */
/* 14621 */ .copyright-twelve {
/* 14622 */     float: left;
/* 14623 */     width: 100%;
/* 14624 */     text-align: center;
/* 14625 */     padding: 36px 0px 50px 0px;
/* 14626 */ }
/* 14627 */ .copyright-twelve-social {
/* 14628 */     display: inline-block; }
/* 14629 */ .copyright-twelve-social li {
/* 14630 */     float: left;
/* 14631 */     list-style: none;
/* 14632 */     margin: 0px 7px 10px 7px;
/* 14633 */ }
/* 14634 */ .copyright-twelve-social li a {
/* 14635 */     color: #6d7383;
/* 14636 */     font-size: 36px;
/* 14637 */     -webkit-transition: all 0.4s ease-in-out;
/* 14638 */        -moz-transition: all 0.4s ease-in-out;
/* 14639 */         -ms-transition: all 0.4s ease-in-out;
/* 14640 */          -o-transition: all 0.4s ease-in-out;
/* 14641 */             transition: all 0.4s ease-in-out;
/* 14642 */ }
/* 14643 */ .copyright-twelve p {
/* 14644 */     color: #ffffff;
/* 14645 */ }
/* 14646 */ .careerfy-recruiters-top-list-two {
/* 14647 */     float: left;
/* 14648 */     width: 100%;
/* 14649 */ }
/* 14650 */

/* style.css */

/* 14651 */ /* HomePage Fourteen */
/* 14652 */ .careerfy-header-fifteen {
/* 14653 */     position: absolute;
/* 14654 */     left: 0px;
/* 14655 */     top: 0px;
/* 14656 */     width: 100%;
/* 14657 */     padding: 40px 50px 0px 50px;
/* 14658 */     z-index: 999;
/* 14659 */ }
/* 14660 */ .careerfy-header-fifteen-main {
/* 14661 */     float: left;
/* 14662 */     width: 100%;
/* 14663 */ }
/* 14664 */ .careerfy-header-fifteen-main .careerfy-logo {
/* 14665 */     margin: 0px;
/* 14666 */     float: none;
/* 14667 */ }
/* 14668 */ .careerfy-header-fifteen-main .careerfy-logo,
/* 14669 */ .careerfy-header-fifteen .jobsearch-navigation,
/* 14670 */ .careerfy-blockfifteen-element {
/* 14671 */     display: inline-block;
/* 14672 */     width: 33.333%;
/* 14673 */     vertical-align: middle;
/* 14674 */     margin-right: -4px;
/* 14675 */ }
/* 14676 */ .careerfy-blockfifteen-element {
/* 14677 */     text-align: right; }
/* 14678 */ .careerfy-header-fifteen .navbar-nav > li > a {
/* 14679 */     color: #ffffff;
/* 14680 */     padding: 10px 0px;
/* 14681 */ }
/* 14682 */ .careerfy-header-fifteen .navbar-nav > li > a:after {
/* 14683 */     color: #ffffff; }
/* 14684 */ .careerfy-header-fifteen .navbar-nav > li > a:before {
/* 14685 */     height: 3px; }
/* 14686 */ .careerfy-header-fifteen .navbar-nav .sub-menu {
/* 14687 */     margin-top: 0px; }
/* 14688 */ .careerfy-headerfifteen-user {
/* 14689 */     display: inline-block;
/* 14690 */     vertical-align: middle;
/* 14691 */ }
/* 14692 */ .careerfy-headerfifteen-user li {
/* 14693 */     float: left;
/* 14694 */     list-style: none;
/* 14695 */     margin-right: 40px;
/* 14696 */     position: relative;
/* 14697 */ }
/* 14698 */ .careerfy-headerfifteen-user li > a {
/* 14699 */     font-size: 16px;
/* 14700 */     color: #ffffff;

/* style.css */

/* 14701 */     -webkit-transition: all 0.4s ease-in-out;
/* 14702 */        -moz-transition: all 0.4s ease-in-out;
/* 14703 */         -ms-transition: all 0.4s ease-in-out;
/* 14704 */          -o-transition: all 0.4s ease-in-out;
/* 14705 */             transition: all 0.4s ease-in-out;
/* 14706 */ }
/* 14707 */ .careerfy-headerfifteen-btn {
/* 14708 */     display: inline-block;
/* 14709 */     vertical-align: middle;
/* 14710 */     padding: 10px 25px 11px 25px;
/* 14711 */     border: 1px solid;
/* 14712 */     line-height: 1;
/* 14713 */     border-radius: 80px;
/* 14714 */     font-size: 16px;
/* 14715 */     color: #ffffff;
/* 14716 */     -webkit-transition: all 0.4s ease-in-out;
/* 14717 */        -moz-transition: all 0.4s ease-in-out;
/* 14718 */         -ms-transition: all 0.4s ease-in-out;
/* 14719 */          -o-transition: all 0.4s ease-in-out;
/* 14720 */             transition: all 0.4s ease-in-out;
/* 14721 */ }
/* 14722 */ /* Fifteen Banner */
/* 14723 */ .careerfy-fifteen-banner {
/* 14724 */     float: left;
/* 14725 */     width: 100%;
/* 14726 */     background-repeat: no-repeat;
/* 14727 */ }
/* 14728 */ .careerfy-fifteen-banner-inner {
/* 14729 */     float: left;
/* 14730 */     width: 65%;
/* 14731 */     background-position: 90% 44% !important;
/* 14732 */ }
/* 14733 */ .careerfy-fifteen-banner h1 {
/* 14734 */     font-size: 65px;
/* 14735 */     font-weight: bold;
/* 14736 */     margin-bottom: 13px;
/* 14737 */     color: #ffffff;
/* 14738 */     text-transform: uppercase;
/* 14739 */     line-height: 1.2;
/* 14740 */     display: inline-block;
/* 14741 */     width: 85%;
/* 14742 */ }
/* 14743 */ .careerfy-fifteen-banner span.careerfy-fifteen-banner-description {
/* 14744 */     display: block;
/* 14745 */     font-size: 20px;
/* 14746 */     color: #ffffff;
/* 14747 */     margin-bottom: 36px;
/* 14748 */ }
/* 14749 */ .careerfy-fifteen-banner-tabs,
/* 14750 */ .careerfy-banner-eleven-tabs-nav {

/* style.css */

/* 14751 */     float: left;
/* 14752 */     width: 100%;
/* 14753 */ }
/* 14754 */ .careerfy-banner-eleven-tabs-nav li {
/* 14755 */     float: left;
/* 14756 */     list-style: none;
/* 14757 */     margin-right: 15px;
/* 14758 */ }
/* 14759 */ .careerfy-fifteen-banner-tabs .careerfy-banner-eleven-tabs-nav li a {
/* 14760 */     font-size: 16px;
/* 14761 */     color: #ffffff;
/* 14762 */     border: 2px solid;
/* 14763 */     padding: 9px 32px 10px 32px;
/* 14764 */     float: left;
/* 14765 */     font-weight: bold;
/* 14766 */     border-radius: 4px 4px 0px 0px;
/* 14767 */     border-bottom: none;
/* 14768 */ }
/* 14769 */ .careerfy-fifteen-banner-tabs .careerfy-banner-eleven-tabs-nav li.active a {
/* 14770 */     background-color: #ffffff;
/* 14771 */     color: #33444b;
/* 14772 */     border-color: #ffffff;
/* 14773 */ }
/* 14774 */ .careerfy-fifteen-banner-tabs .tab-content {
/* 14775 */     float: left;
/* 14776 */     width: 100%;
/* 14777 */     background-color: #ffffff;
/* 14778 */     padding: 30px 24px 6px 24px;
/* 14779 */ }
/* 14780 */ .careerfy-fifteen-banner-search {
/* 14781 */     float: left;
/* 14782 */     width: 100%;
/* 14783 */ }
/* 14784 */ .careerfy-fifteen-banner-search ul {
/* 14785 */     margin: 0px -5px; }
/* 14786 */ .careerfy-fifteen-banner-search ul li {
/* 14787 */     float: left;
/* 14788 */     width: 28%;
/* 14789 */     list-style: none;
/* 14790 */     padding: 0px 5px;
/* 14791 */     margin-bottom: 10px;
/* 14792 */     position: relative;
/* 14793 */ }
/* 14794 */ .careerfy-fifteen-banner-search ul li:last-child {
/* 14795 */     width: 16%; }
/* 14796 */ .careerfy-fifteen-banner-search input[type="text"] {
/* 14797 */     float: left;
/* 14798 */     width: 100%;
/* 14799 */     border: 1px solid #f2f2f2;
/* 14800 */     background-color: #ffffff;

/* style.css */

/* 14801 */     border-radius: 4px;
/* 14802 */     font-size: 14px;
/* 14803 */     color: #999999;
/* 14804 */     padding: 5px 20px;
/* 14805 */     height: 40px;
/* 14806 */ }
/* 14807 */ .careerfy-fifteen-banner-search input[type="submit"] {
/* 14808 */     float: left;
/* 14809 */     width: 100%;
/* 14810 */     font-size: 14px;
/* 14811 */     color: #ffffff;
/* 14812 */     padding: 9px 3px;
/* 14813 */     border: 1px solid;
/* 14814 */     border-radius: 4px;
/* 14815 */     -webkit-transition: all 0.4s ease-in-out;
/* 14816 */        -moz-transition: all 0.4s ease-in-out;
/* 14817 */         -ms-transition: all 0.4s ease-in-out;
/* 14818 */          -o-transition: all 0.4s ease-in-out;
/* 14819 */             transition: all 0.4s ease-in-out;
/* 14820 */ }
/* 14821 */ .careerfy-fifteen-banner-search input[type="submit"]:hover {
/* 14822 */     background-color: #ffffff; }
/* 14823 */ /* Fancy Title Fourteen */
/* 14824 */ .careerfy-fancy-title-fifteen {
/* 14825 */     float: left;
/* 14826 */     width: 100%;
/* 14827 */     text-align: center;
/* 14828 */     position: relative;
/* 14829 */     padding-bottom: 20px;
/* 14830 */     margin-bottom: 50px;
/* 14831 */ }
/* 14832 */ .careerfy-fancy-title-fifteen:before {
/* 14833 */     content: '';
/* 14834 */     position: absolute;
/* 14835 */     left: 50%;
/* 14836 */     bottom: 0px;
/* 14837 */     width: 31px;
/* 14838 */     height: 4px;
/* 14839 */     margin-left: -10px;
/* 14840 */ }
/* 14841 */ .careerfy-fancy-title-fifteen h2 {
/* 14842 */     font-size: 40px;
/* 14843 */     font-weight: bold;
/* 14844 */     color: #151515;
/* 14845 */     margin-bottom: 0px;
/* 14846 */     text-transform: capitalize;
/* 14847 */     line-height: 1.2;
/* 14848 */ }
/* 14849 */ .careerfy-fancy-title-fifteen span {
/* 14850 */     font-size: 16px;

/* style.css */

/* 14851 */     color: #999999;
/* 14852 */     display: block;
/* 14853 */ }
/* 14854 */ /* Fifteen Categories */
/* 14855 */ .careerfy-fifteen-categories,
/* 14856 */ .careerfy-fifteen-categories a {
/* 14857 */     float: left;
/* 14858 */     width: 100%;
/* 14859 */ }
/* 14860 */ .careerfy-fifteen-categories {
/* 14861 */     margin-bottom: 30px; }
/* 14862 */ .careerfy-fifteen-categories ul li {
/* 14863 */     float: left;
/* 14864 */     width: 25%;
/* 14865 */     list-style: none;
/* 14866 */     border-top: 1px solid #9a9a9a;
/* 14867 */     border-left: 1px solid #9a9a9a;
/* 14868 */ }
/* 14869 */ .careerfy-fifteen-categories img {
/* 14870 */     display: inline-block;
/* 14871 */     width: 55px;
/* 14872 */     margin-bottom: 14px;
/* 14873 */ }
/* 14874 */ .careerfy-fifteen-categories a {
/* 14875 */     padding: 30px 15px 25px 15px;
/* 14876 */     text-align: center;
/* 14877 */     min-height: 150px;
/* 14878 */     -webkit-transition: all 0.4s ease-in-out;
/* 14879 */        -moz-transition: all 0.4s ease-in-out;
/* 14880 */         -ms-transition: all 0.4s ease-in-out;
/* 14881 */          -o-transition: all 0.4s ease-in-out;
/* 14882 */             transition: all 0.4s ease-in-out;
/* 14883 */ }
/* 14884 */ .careerfy-fifteen-categories a:hover {
/* 14885 */     background-color: #f3f4f9; }
/* 14886 */ .careerfy-fifteen-categories i {
/* 14887 */     font-size: 55px;
/* 14888 */     display: inline-block;
/* 14889 */     margin-bottom: 14px;
/* 14890 */     -webkit-transition: all 0.4s ease-in-out;
/* 14891 */        -moz-transition: all 0.4s ease-in-out;
/* 14892 */         -ms-transition: all 0.4s ease-in-out;
/* 14893 */          -o-transition: all 0.4s ease-in-out;
/* 14894 */             transition: all 0.4s ease-in-out;
/* 14895 */ }
/* 14896 */ .careerfy-fifteen-categories li:hover i {
/* 14897 */     -webkit-transform: scale(1.1);
/* 14898 */        -moz-transform: scale(1.1);
/* 14899 */         -ms-transform: scale(1.1);
/* 14900 */          -o-transform: scale(1.1);

/* style.css */

/* 14901 */             transform: scale(1.1);
/* 14902 */ }
/* 14903 */ .careerfy-fifteen-categories span {
/* 14904 */     font-size: 16px;
/* 14905 */     font-weight: bold;
/* 14906 */     color: #151515;
/* 14907 */     display: block;
/* 14908 */ }
/* 14909 */ .careerfy-fifteen-categories ul li:nth-child(4n-8) {
/* 14910 */     border-right: 1px solid #9a9a9a;
/* 14911 */ }
/* 14912 */ .careerfy-fifteen-categories ul li:nth-last-child(2),
/* 14913 */ .careerfy-fifteen-categories ul li:nth-last-child(3),
/* 14914 */ .careerfy-fifteen-categories ul li:nth-last-child(1),
/* 14915 */ .careerfy-fifteen-categories ul li:nth-last-child(4) {
/* 14916 */     border-bottom: 1px solid #9a9a9a;
/* 14917 */ }
/* 14918 */ /* Fifteen Browse button */
/* 14919 */ .careerfy-fifteen-browse-btn {
/* 14920 */     float: left;
/* 14921 */     width: 100%;
/* 14922 */     text-align: center;
/* 14923 */     margin: 20px 0px 30px 0px;
/* 14924 */ }
/* 14925 */ .careerfy-fifteen-browse-btn a {
/* 14926 */     display: inline-block;
/* 14927 */     font-size: 16px;
/* 14928 */     color: #151515;
/* 14929 */     padding: 10px 29px 12px 29px;
/* 14930 */     border: 1px solid;
/* 14931 */     border-radius: 80px;
/* 14932 */     line-height: 1;
/* 14933 */     min-width: 213px;
/* 14934 */     -webkit-transition: all 0.4s ease-in-out;
/* 14935 */        -moz-transition: all 0.4s ease-in-out;
/* 14936 */         -ms-transition: all 0.4s ease-in-out;
/* 14937 */          -o-transition: all 0.4s ease-in-out;
/* 14938 */             transition: all 0.4s ease-in-out;
/* 14939 */ }
/* 14940 */ .careerfy-fifteen-browse-btn a:hover {
/* 14941 */     color: #ffffff; }
/* 14942 */ /* Fifteen Recent Jobs */
/* 14943 */ .careerfy-fifteen-recent-jobs,
/* 14944 */ .careerfy-fifteen-recent-jobs-inner {
/* 14945 */     float: left;
/* 14946 */     width: 100%;
/* 14947 */ }
/* 14948 */ .careerfy-fifteen-recent-jobs {
/* 14949 */     margin-bottom: 20px; }
/* 14950 */ .careerfy-fifteen-recent-jobs ul li {

/* style.css */

/* 14951 */     list-style: none; }
/* 14952 */ .careerfy-fifteen-recent-jobs > ul > li {
/* 14953 */     margin-bottom: 10px; }
/* 14954 */ .careerfy-fifteen-recent-jobs-inner {
/* 14955 */     background-color: #ffffff;
/* 14956 */     border: 1px solid #e0e1e6;
/* 14957 */     padding: 20px 30px;
/* 14958 */     overflow: hidden;
/* 14959 */     position: relative;
/* 14960 */     -webkit-transition: all 0.4s ease-in-out;
/* 14961 */        -moz-transition: all 0.4s ease-in-out;
/* 14962 */         -ms-transition: all 0.4s ease-in-out;
/* 14963 */          -o-transition: all 0.4s ease-in-out;
/* 14964 */             transition: all 0.4s ease-in-out;
/* 14965 */ }
/* 14966 */ .careerfy-fifteen-recent-jobs-inner:hover {
/* 14967 */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20); }
/* 14968 */ .careerfy-fifteen-recent-jobs time {
/* 14969 */     display: inline-block;
/* 14970 */     vertical-align: middle;
/* 14971 */     width: 13%;
/* 14972 */     color: #151515;
/* 14973 */     border-right: 1px solid #e0e1e6;
/* 14974 */     padding: 20px 0px;
/* 14975 */ }
/* 14976 */ .careerfy-fifteen-recent-jobs time i {
/* 14977 */     float: left;
/* 14978 */     font-size: 18px;
/* 14979 */     margin: 7px 10px 0px 0px;
/* 14980 */ }
/* 14981 */ .careerfy-fifteen-recent-jobs figure {
/* 14982 */     display: inline-block;
/* 14983 */     vertical-align: middle;
/* 14984 */     padding-left: 30px;
/* 14985 */     width: 30%;
/* 14986 */ }
/* 14987 */ .careerfy-fifteen-recent-jobs figure > a {
/* 14988 */     float: left;
/* 14989 */     width: 54px;
/* 14990 */ }
/* 14991 */ .careerfy-fifteen-recent-jobs figure > a ~ figcaption {
/* 14992 */     margin-left: 74px;
/* 14993 */     padding-top: 3px;
/* 14994 */ }
/* 14995 */ .careerfy-fifteen-recent-jobs figure figcaption h2 {
/* 14996 */     font-size: 16px;
/* 14997 */     margin-bottom: 2px;
/* 14998 */ }
/* 14999 */ .careerfy-fifteen-recent-jobs figure figcaption h2 a {
/* 15000 */     color: #222222; }

/* style.css */

/* 15001 */ .careerfy-fifteen-recent-jobs figure figcaption span {
/* 15002 */     display: block;
/* 15003 */     color: #9a9a9a;
/* 15004 */     font-size: 14px;
/* 15005 */     line-height: 1;
/* 15006 */ }
/* 15007 */ .careerfy-fifteen-recent-jobs small {
/* 15008 */     display: inline-block;
/* 15009 */     vertical-align: middle;
/* 15010 */     width: 15%;
/* 15011 */     font-size: 14px;
/* 15012 */     color: #151515;
/* 15013 */     text-align: left;
/* 15014 */ }
/* 15015 */ .careerfy-fifteen-recent-jobs small i {
/* 15016 */     display: inline-block;
/* 15017 */     font-size: 14px;
/* 15018 */     margin: 8px 7px 0px 0px;
/* 15019 */ }
/* 15020 */ .careerfy-fifteen-recent-jobs strong {
/* 15021 */     float: right;
/* 15022 */     vertical-align: middle;
/* 15023 */     width: 10%;
/* 15024 */     background-color: #1087eb;
/* 15025 */     font-size: 14px;
/* 15026 */     font-weight: 400;
/* 15027 */     color: #ffffff;
/* 15028 */     padding: 7px 15px 7px 15px;
/* 15029 */     line-height: 1.1;
/* 15030 */     text-align: center;
/* 15031 */     margin-top: 19px;
/* 15032 */ }
/* 15033 */ /* Fifteen Browse Links */
/* 15034 */ .careerfy-fifteen-browse-links,
/* 15035 */ .careerfy-fifteen-browse-links h2,
/* 15036 */ .careerfy-fifteen-browse-links ul li {
/* 15037 */     float: left;
/* 15038 */     width: 100%;
/* 15039 */ }
/* 15040 */ .careerfy-categories-browse-links ul li {
/* 15041 */     width: 25%;
/* 15042 */     padding: 0px 15px;
/* 15043 */ }
/* 15044 */ .careerfy-fifteen-browse-links {
/* 15045 */     margin-bottom: 16px; }
/* 15046 */ .careerfy-fifteen-browse-links h2 {
/* 15047 */     font-size: 16px;
/* 15048 */     font-weight: 600;
/* 15049 */     color: #151515;
/* 15050 */     margin-bottom: 12px;

/* style.css */

/* 15051 */ }
/* 15052 */ .careerfy-fifteen-browse-links ul li {
/* 15053 */     list-style: none;
/* 15054 */     margin-bottom: 7px;
/* 15055 */ }
/* 15056 */ .careerfy-fifteen-browse-links ul li a {
/* 15057 */     font-size: 14px;
/* 15058 */     color: #9a9a9a;
/* 15059 */     -webkit-transition: all 0.4s ease-in-out;
/* 15060 */        -moz-transition: all 0.4s ease-in-out;
/* 15061 */         -ms-transition: all 0.4s ease-in-out;
/* 15062 */          -o-transition: all 0.4s ease-in-out;
/* 15063 */             transition: all 0.4s ease-in-out;
/* 15064 */ }
/* 15065 */ .careerfy-fifteen-browse-links ul li:hover a {
/* 15066 */     font-weight: bold; }
/* 15067 */ .careerfy-fifteen-browse-links ul li a:before {
/* 15068 */     content: "\f0da";
/* 15069 */     font-family: FontAwesome;
/* 15070 */     float: left;
/* 15071 */     margin: 1px 9px 0px 0px;
/* 15072 */     color: #9a9a9a;
/* 15073 */     font-size: 14px;
/* 15074 */ }
/* 15075 */ /* Fifteen Parallex */
/* 15076 */ .careerfy-fifteen-parallex {
/* 15077 */     float: left;
/* 15078 */     width: 100%;
/* 15079 */ }
/* 15080 */ .careerfy-fifteen-parallex h2 {
/* 15081 */     font-size: 56px;
/* 15082 */     font-weight: bold;
/* 15083 */     margin-bottom: 0px;
/* 15084 */     color: #ffffff;
/* 15085 */     line-height: 1.2;
/* 15086 */ }
/* 15087 */ .careerfy-fifteen-parallex span {
/* 15088 */     font-size: 20px;
/* 15089 */     color: #9a9a9a;
/* 15090 */     display: block;
/* 15091 */     margin-bottom: 16px;
/* 15092 */ }
/* 15093 */ .careerfy-fifteen-parallex a {
/* 15094 */     display: inline-block;
/* 15095 */     padding: 14px 36px 16px 36px;
/* 15096 */     line-height: 1;
/* 15097 */     color: #ffffff;
/* 15098 */     background-color: #9a9a9a;
/* 15099 */     border-radius: 80px;
/* 15100 */     font-size: 16px;

/* style.css */

/* 15101 */     margin: 10px 8px 0px 0px;
/* 15102 */     -webkit-transition: all 0.4s ease-in-out;
/* 15103 */        -moz-transition: all 0.4s ease-in-out;
/* 15104 */         -ms-transition: all 0.4s ease-in-out;
/* 15105 */          -o-transition: all 0.4s ease-in-out;
/* 15106 */             transition: all 0.4s ease-in-out;
/* 15107 */ }
/* 15108 */ .careerfy-fifteen-parallex a:hover {
/* 15109 */     color: #151515; }
/* 15110 */ /* Fifteen Blog Medium */
/* 15111 */ .careerfy-fifteen-blog-medium-inner {
/* 15112 */     float: left;
/* 15113 */     width: 100%;
/* 15114 */ }
/* 15115 */ .careerfy-fifteen-blog-medium-inner {
/* 15116 */     background-color: #f3f4f9;
/* 15117 */     border: 1px solid #e0e1e6;
/* 15118 */     padding: 20px;
/* 15119 */ }
/* 15120 */ .careerfy-fifteen-blog-medium figure {
/* 15121 */     float: left;
/* 15122 */     width: 133px;
/* 15123 */     margin-bottom: 0px;
/* 15124 */ }
/* 15125 */ .careerfy-fifteen-blog-medium figure ~ .careerfy-fifteen-blog-medium-text {
/* 15126 */     margin-left: 153px;
/* 15127 */     padding-top: 10px;
/* 15128 */ }
/* 15129 */ .careerfy-fifteen-blog-medium-text h2 {
/* 15130 */     font-size: 22px;
/* 15131 */     font-weight: bold;
/* 15132 */     margin-bottom: 2px;
/* 15133 */ }
/* 15134 */ .careerfy-fifteen-blog-medium-text span {
/* 15135 */     display: inline-block;
/* 15136 */     color: #9a9a9a;
/* 15137 */     margin-right: 26px;
/* 15138 */     margin-bottom: 3px;
/* 15139 */ }
/* 15140 */ .careerfy-fifteen-blog-medium-text span i {
/* 15141 */     float: left;
/* 15142 */     font-size: 15px;
/* 15143 */     margin: 6px 10px 0px 0px;
/* 15144 */ }
/* 15145 */ .careerfy-fifteen-blog-medium-text p {
/* 15146 */     font-size: 16px;
/* 15147 */     color: #666666;
/* 15148 */     margin-bottom: 0px;
/* 15149 */     line-height: 24px;
/* 15150 */ }

/* style.css */

/* 15151 */ /* Fifteen Packages Plan */
/* 15152 */ .careerfy-fifteen-packages-plan {
/* 15153 */     float: left;
/* 15154 */     width: 100%;
/* 15155 */     background-color: #f3f4f9;
/* 15156 */     border: 1px solid #e6e7ec;
/* 15157 */     border-radius: 4px;
/* 15158 */     padding: 30px 25px 40px 25px;
/* 15159 */     text-align: center;
/* 15160 */     margin-bottom: 30px;
/* 15161 */     -webkit-transition: all 0.4s ease-in-out;
/* 15162 */        -moz-transition: all 0.4s ease-in-out;
/* 15163 */         -ms-transition: all 0.4s ease-in-out;
/* 15164 */          -o-transition: all 0.4s ease-in-out;
/* 15165 */             transition: all 0.4s ease-in-out;
/* 15166 */ }
/* 15167 */ .careerfy-fifteen-packages-plan h2 {
/* 15168 */     font-size: 22px;
/* 15169 */     font-weight: bold;
/* 15170 */     margin-bottom: 15px;
/* 15171 */     -webkit-transition: all 0.4s ease-in-out;
/* 15172 */        -moz-transition: all 0.4s ease-in-out;
/* 15173 */         -ms-transition: all 0.4s ease-in-out;
/* 15174 */          -o-transition: all 0.4s ease-in-out;
/* 15175 */             transition: all 0.4s ease-in-out;
/* 15176 */ }
/* 15177 */ .careerfy-fifteen-packages-plan span {
/* 15178 */     display: block;
/* 15179 */     font-size: 40px;
/* 15180 */     font-weight: bold;
/* 15181 */     color: #151515;
/* 15182 */     margin-bottom: 16px;
/* 15183 */     -webkit-transition: all 0.4s ease-in-out;
/* 15184 */        -moz-transition: all 0.4s ease-in-out;
/* 15185 */         -ms-transition: all 0.4s ease-in-out;
/* 15186 */          -o-transition: all 0.4s ease-in-out;
/* 15187 */             transition: all 0.4s ease-in-out;
/* 15188 */ }
/* 15189 */ .careerfy-fifteen-packages-plan strong {
/* 15190 */     display: inline-block;
/* 15191 */     vertical-align: super;
/* 15192 */     font-size: 24px;
/* 15193 */     font-weight: 500;
/* 15194 */     color: #151515;
/* 15195 */     -webkit-transition: all 0.4s ease-in-out;
/* 15196 */        -moz-transition: all 0.4s ease-in-out;
/* 15197 */         -ms-transition: all 0.4s ease-in-out;
/* 15198 */          -o-transition: all 0.4s ease-in-out;
/* 15199 */             transition: all 0.4s ease-in-out;
/* 15200 */ }

/* style.css */

/* 15201 */ .careerfy-fifteen-packages-plan small {
/* 15202 */     display: block;
/* 15203 */     font-size: 14px;
/* 15204 */     font-weight: 500;
/* 15205 */     color: #151515;
/* 15206 */     margin-top: 3px;
/* 15207 */     -webkit-transition: all 0.4s ease-in-out;
/* 15208 */        -moz-transition: all 0.4s ease-in-out;
/* 15209 */         -ms-transition: all 0.4s ease-in-out;
/* 15210 */          -o-transition: all 0.4s ease-in-out;
/* 15211 */             transition: all 0.4s ease-in-out;
/* 15212 */ }
/* 15213 */ .careerfy-fifteen-packages-plan ul,
/* 15214 */ .careerfy-fifteen-packages-plan ul li {
/* 15215 */     float: left;
/* 15216 */     width: 100%;
/* 15217 */ }
/* 15218 */ .careerfy-fifteen-packages-plan ul li {
/* 15219 */     list-style: none;
/* 15220 */     font-size: 15px;
/* 15221 */     color: #666666;
/* 15222 */     line-height: 1.3;
/* 15223 */     margin-bottom: 18px;
/* 15224 */     -webkit-transition: all 0.4s ease-in-out;
/* 15225 */        -moz-transition: all 0.4s ease-in-out;
/* 15226 */         -ms-transition: all 0.4s ease-in-out;
/* 15227 */          -o-transition: all 0.4s ease-in-out;
/* 15228 */             transition: all 0.4s ease-in-out;
/* 15229 */ }
/* 15230 */ .careerfy-fifteen-packages-plan-btn {
/* 15231 */     display: inline-block;
/* 15232 */     font-size: 16px;
/* 15233 */     color: #ffffff;
/* 15234 */     padding: 12px 32px 12px 32px;
/* 15235 */     border-radius: 80px;
/* 15236 */     line-height: 1;
/* 15237 */     -webkit-transition: all 0.4s ease-in-out;
/* 15238 */        -moz-transition: all 0.4s ease-in-out;
/* 15239 */         -ms-transition: all 0.4s ease-in-out;
/* 15240 */          -o-transition: all 0.4s ease-in-out;
/* 15241 */             transition: all 0.4s ease-in-out;
/* 15242 */ }
/* 15243 */ .careerfy-fifteen-packages-plan:hover .careerfy-fifteen-packages-plan-btn,
/* 15244 */ .careerfy-fifteen-packages-plan.active .careerfy-fifteen-packages-plan-btn {
/* 15245 */     color: #151515;
/* 15246 */     background-color: #ffffff;
/* 15247 */ }
/* 15248 */ .careerfy-fifteen-packages-plan:hover,
/* 15249 */ .careerfy-fifteen-packages-plan.active {
/* 15250 */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);

/* style.css */

/* 15251 */ }
/* 15252 */ .careerfy-fifteen-packages-plan:hover ul li,
/* 15253 */ .careerfy-fifteen-packages-plan:hover span,
/* 15254 */ .careerfy-fifteen-packages-plan:hover small,
/* 15255 */ .careerfy-fifteen-packages-plan:hover h2,
/* 15256 */ .careerfy-fifteen-packages-plan:hover strong,
/* 15257 */ .careerfy-fifteen-packages-plan.active ul li,
/* 15258 */ .careerfy-fifteen-packages-plan.active span,
/* 15259 */ .careerfy-fifteen-packages-plan.active small,
/* 15260 */ .careerfy-fifteen-packages-plan.active h2,
/* 15261 */ .careerfy-fifteen-packages-plan.active strong {
/* 15262 */     color: #ffffff;
/* 15263 */ }
/* 15264 */ /* Fifteen Parallex Style2 */
/* 15265 */ .careerfy-fifteen-parallex-style2 {
/* 15266 */     float: left;
/* 15267 */     width: 100%;
/* 15268 */     text-align: center;
/* 15269 */ }
/* 15270 */ .careerfy-fifteen-parallex-style2 h2 {
/* 15271 */     font-size: 46px;
/* 15272 */     font-weight: bold;
/* 15273 */     color: #ffffff;
/* 15274 */     margin-bottom: 5px;
/* 15275 */ }
/* 15276 */ .careerfy-fifteen-parallex-style2 span {
/* 15277 */     display: block;
/* 15278 */     color: #ffffff;
/* 15279 */     font-size: 30px;
/* 15280 */     margin-bottom: 30px;
/* 15281 */ }
/* 15282 */ .careerfy-fifteen-parallex-style2-btn {
/* 15283 */     display: inline-block;
/* 15284 */     font-size: 18px;
/* 15285 */     color: #151515;
/* 15286 */     padding: 14px 52px 15px 52px;
/* 15287 */     border-radius: 80px;
/* 15288 */     line-height: 1;
/* 15289 */     -webkit-transition: all 0.4s ease-in-out;
/* 15290 */        -moz-transition: all 0.4s ease-in-out;
/* 15291 */         -ms-transition: all 0.4s ease-in-out;
/* 15292 */          -o-transition: all 0.4s ease-in-out;
/* 15293 */             transition: all 0.4s ease-in-out;
/* 15294 */ }
/* 15295 */ .careerfy-fifteen-parallex-style2-btn:hover {
/* 15296 */     background-color: #ffffff; }
/* 15297 */ .careerfy-fifteen-text-style {
/* 15298 */     float: left;
/* 15299 */     width: 100%;
/* 15300 */     padding-top: 270px;

/* style.css */

/* 15301 */ }
/* 15302 */ .careerfy-fifteen-text-style h2 {
/* 15303 */     font-size: 40px;
/* 15304 */     font-weight: bold;
/* 15305 */     color: #151515;
/* 15306 */     margin-bottom: 0px;
/* 15307 */ }
/* 15308 */ .careerfy-fifteen-text-style p {
/* 15309 */     font-size: 18px;
/* 15310 */     color: #666666;
/* 15311 */     margin-bottom: 0px;
/* 15312 */ }
/* 15313 */ /* Footer Fifteen */
/* 15314 */ .careerfy-footer-fifteen {
/* 15315 */     position: relative;
/* 15316 */     padding: 73px 0px 0px 0px;
/* 15317 */ }
/* 15318 */ .careerfy-footer-fifteen-transparent {
/* 15319 */     position: absolute;
/* 15320 */     left: 0px;
/* 15321 */     top: 0px;
/* 15322 */     background-color: #151515;
/* 15323 */     opacity: 0.90;
/* 15324 */     width: 100%;
/* 15325 */     height: 100%;
/* 15326 */ }
/* 15327 */ .careerfy-footer-fifteen .footer-widget-title {
/* 15328 */     margin-bottom: 20px;
/* 15329 */ }
/* 15330 */ .careerfy-footer-fifteen .footer-widget-title h2 {
/* 15331 */     font-size: 17px;
/* 15332 */     font-weight: bold;
/* 15333 */     color: #ffffff;
/* 15334 */     position: relative;
/* 15335 */     text-transform: capitalize;
/* 15336 */     padding-bottom: 10px;
/* 15337 */ }
/* 15338 */ .careerfy-footer-fifteen .footer-widget-title h2:before {
/* 15339 */     content: '';
/* 15340 */     position: absolute;
/* 15341 */     left: 0px;
/* 15342 */     bottom: 0px;
/* 15343 */     width: 32px;
/* 15344 */     height: 2px;
/* 15345 */ }
/* 15346 */ .careerfy-footer-fifteen .widget_nav_menu ul li a {
/* 15347 */     color: #9a9a9a;
/* 15348 */     font-size: 16px;
/* 15349 */ }
/* 15350 */ .careerfy-footer-fifteen .widget_nav_menu ul li:hover a {

/* style.css */

/* 15351 */     font-weight: bold; }
/* 15352 */ .careerfy-footer-fifteen .widget_nav_menu ul li a:before {
/* 15353 */     display: none; }
/* 15354 */ /* CopyRight Fifteen */
/* 15355 */ .copyright-fifteen {
/* 15356 */     float: left;
/* 15357 */     width: 100%;
/* 15358 */     border-top: 1px solid #333434;
/* 15359 */     padding: 40px 0px 50px 0px;
/* 15360 */     text-align: center;
/* 15361 */     position: relative;
/* 15362 */ }
/* 15363 */ .copyright-fifteen-social {
/* 15364 */     float: left;
/* 15365 */ }
/* 15366 */ .copyright-fifteen-social li {
/* 15367 */     float: left;
/* 15368 */     list-style: none;
/* 15369 */     margin-right: 10px;
/* 15370 */ }
/* 15371 */ .copyright-fifteen-social li a {
/* 15372 */     font-size: 26px;
/* 15373 */     color: #9a9a9a;
/* 15374 */     -webkit-transition: all 0.4s ease-in-out;
/* 15375 */        -moz-transition: all 0.4s ease-in-out;
/* 15376 */         -ms-transition: all 0.4s ease-in-out;
/* 15377 */          -o-transition: all 0.4s ease-in-out;
/* 15378 */             transition: all 0.4s ease-in-out;
/* 15379 */ }
/* 15380 */ .copyright-fifteen p {
/* 15381 */     display: inline-block;
/* 15382 */     color: #ffffff;
/* 15383 */     font-size: 14px;
/* 15384 */     margin-bottom: 0px;
/* 15385 */ }
/* 15386 */ .copyright-fifteen-app {
/* 15387 */     float: right;
/* 15388 */ }
/* 15389 */ .copyright-fifteen-app a {
/* 15390 */     float: left;
/* 15391 */     margin: 10px 0px 0px 4px;
/* 15392 */ }
/* 15393 */ .careerfy-services-video-two h2 a,
/* 15394 */ .careerfy-services-video-two p {
/* 15395 */     color: #ffffff; }
/* 15396 */ .careerfy-services-video-two .slick-arrow {
/* 15397 */     border-color: #ffffff;
/* 15398 */     color: #ffffff;
/* 15399 */ }
/* 15400 */ /* HomePage Thirteen */

/* style.css */

/* 15401 */ .careerfy-header-thirteen {
/* 15402 */     float: left;
/* 15403 */     width: 100%;
/* 15404 */     box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
/* 15405 */     position: relative;
/* 15406 */     z-index: 20;
/* 15407 */ }
/* 15408 */ .careerfy-header-thirteen-main {
/* 15409 */     float: left;
/* 15410 */     width: 100%;
/* 15411 */     padding: 0px 50px;
/* 15412 */ }
/* 15413 */ .careerfy-blockthirteen-element {
/* 15414 */     display: inline-block;
/* 15415 */     vertical-align: middle;
/* 15416 */     width: 60%;
/* 15417 */     margin: 0px -4px -2px 0px;
/* 15418 */ }
/* 15419 */ .careerfy-header-thirteen-main .careerfy-blockthirteen-element:nth-child(2) {
/* 15420 */     width: 40%;
/* 15421 */     text-align: right;
/* 15422 */ }
/* 15423 */ .careerfy-header-thirteen .jobsearch-usernotifics-menubtn a span {
/* 15424 */     right: -8px;
/* 15425 */     top: 18px;
/* 15426 */ }
/* 15427 */ .careerfy-logo-thirteen {
/* 15428 */     margin-right: 10px; }
/* 15429 */ .careerfy-header-thirteen .careerfy-logo,
/* 15430 */ .careerfy-header-thirteen-main .jobsearch-navigation,
/* 15431 */ .careerfy-headerthirteen-user {
/* 15432 */     display: inline-block;
/* 15433 */     vertical-align: middle;
/* 15434 */ }
/* 15435 */ .careerfy-header-thirteen .careerfy-logo {
/* 15436 */     float: none; }
/* 15437 */ .careerfy-header-thirteen .navbar-nav > li > a {
/* 15438 */     color: #4c4b49;
/* 15439 */     font-size: 16px;
/* 15440 */     padding: 21px 0px 26px 0px;
/* 15441 */ }
/* 15442 */ .careerfy-headerthirteen-user > li {
/* 15443 */     float: left;
/* 15444 */     list-style: none;
/* 15445 */     margin: 0px 40px 0px 0px;
/* 15446 */     position: relative;
/* 15447 */ }
/* 15448 */ .careerfy-headerthirteen-user > li > a {
/* 15449 */     color: #4c4b49;
/* 15450 */     font-size: 16px;

/* style.css */

/* 15451 */     position: relative;
/* 15452 */     float: left;
/* 15453 */     padding: 20px 0px 21px 0px;
/* 15454 */     -webkit-transition: all 0.4s ease-in-out;
/* 15455 */        -moz-transition: all 0.4s ease-in-out;
/* 15456 */         -ms-transition: all 0.4s ease-in-out;
/* 15457 */          -o-transition: all 0.4s ease-in-out;
/* 15458 */             transition: all 0.4s ease-in-out;
/* 15459 */ }
/* 15460 */ .careerfy-headerthirteen-user > li:hover > a {
/* 15461 */     font-weight: 600; }
/* 15462 */ .careerfy-headerthirteen-user > li > a:before {
/* 15463 */     content: '';
/* 15464 */     position: absolute;
/* 15465 */     left: 0px;
/* 15466 */     bottom: 7px;
/* 15467 */     width: 100%;
/* 15468 */     height: 2px;
/* 15469 */     opacity: 0;
/* 15470 */     -webkit-transition: all 0.4s ease-in-out;
/* 15471 */        -moz-transition: all 0.4s ease-in-out;
/* 15472 */         -ms-transition: all 0.4s ease-in-out;
/* 15473 */          -o-transition: all 0.4s ease-in-out;
/* 15474 */             transition: all 0.4s ease-in-out;
/* 15475 */ }
/* 15476 */ .careerfy-headerthirteen-user li:hover a:before {
/* 15477 */     opacity: 1;
/* 15478 */     bottom: 0px;
/* 15479 */ }
/* 15480 */ .careerfy-header-thirteen .navbar-nav .sub-menu {
/* 15481 */     margin-top: 0px; }
/* 15482 */ .careerfy-header-thirteen .navbar-nav > li:hover > a, .careerfy-header-thirteen .navbar-nav > li.active > a {
/* 15483 */     font-weight: 600; }
/* 15484 */ .careerfy-header-six .navbar-nav > li:after {
/* 15485 */     content: "\e9b8";
/* 15486 */     font-family: careerfy;
/* 15487 */     font-size: 10px;
/* 15488 */     color: #999999;
/* 15489 */     margin-left: 8px;
/* 15490 */     position: absolute;
/* 15491 */     top: 32px;
/* 15492 */ }
/* 15493 */ .careerfy-header-ten .navbar-nav > li.submenu-addicon:after {
/* 15494 */     content: "\e9b8";
/* 15495 */     font-family: careerfy;
/* 15496 */     font-size: 10px;
/* 15497 */     color: #999999;
/* 15498 */     margin-left: 8px;
/* 15499 */     position: absolute;
/* 15500 */     top: 11px;

/* style.css */

/* 15501 */ }
/* 15502 */ .careerfy-header-fifteen .navbar-nav > li.submenu-addicon:after {
/* 15503 */     content: "\f107";
/* 15504 */     font-family: FontAwesome;
/* 15505 */     font-size: 10px;
/* 15506 */     color: #ffffff;
/* 15507 */     margin-left: 8px;
/* 15508 */     position: absolute;
/* 15509 */     top: 7px;
/* 15510 */ }
/* 15511 */ .careerfy-header-ten .navbar-nav > li > a[data-title]:after {
/* 15512 */     top: 1px; }
/* 15513 */ .careerfy-header-six .navbar-nav > li {
/* 15514 */     padding: 0px 22px 0px 22px;
/* 15515 */ }
/* 15516 */ .careerfy-header-six .navbar-nav > li.submenu-addicon > a:after {
/* 15517 */     display: none; }
/* 15518 */ .careerfy-header-fifteen .navbar-nav > li > a[data-title]:after {
/* 15519 */     top: -6px; }
/* 15520 */ .careerfy-headerthirteen-btn {
/* 15521 */     display: inline-block;
/* 15522 */     vertical-align: middle;
/* 15523 */     padding: 8px 26px 10px 26px;
/* 15524 */     border: 1px solid;
/* 15525 */     font-size: 16px;
/* 15526 */     border-radius: 80px;
/* 15527 */     line-height: 1;
/* 15528 */     -webkit-transition: all 0.4s ease-in-out;
/* 15529 */        -moz-transition: all 0.4s ease-in-out;
/* 15530 */         -ms-transition: all 0.4s ease-in-out;
/* 15531 */          -o-transition: all 0.4s ease-in-out;
/* 15532 */             transition: all 0.4s ease-in-out;
/* 15533 */ }
/* 15534 */ .careerfy-headerthirteen-btn:hover {
/* 15535 */     color: #ffffff; }
/* 15536 */ /* Thirteen Banner */
/* 15537 */ .careerfy-thirteen-banner {
/* 15538 */     float: left;
/* 15539 */     width: 100%;
/* 15540 */     position: relative;
/* 15541 */ }
/* 15542 */ .careerfy-thirteen-banner-transparent {
/* 15543 */     position: absolute;
/* 15544 */     left: 0px;
/* 15545 */     top: 0px;
/* 15546 */     width: 100%;
/* 15547 */     height: 100%;
/* 15548 */     background-color: #000;
/* 15549 */     opacity: 0.75;
/* 15550 */ }

/* style.css */

/* 15551 */ .careerfy-thirteen-banner-search {
/* 15552 */     float: left;
/* 15553 */     width: 100%;
/* 15554 */     position: relative;
/* 15555 */     text-align: center;
/* 15556 */     padding: 16px 0px 6px 0px;
/* 15557 */ }
/* 15558 */ .careerfy-thirteen-banner-search form {
/* 15559 */     width: 100%;
/* 15560 */     margin: 0 auto;
/* 15561 */     text-align: center;
/* 15562 */     max-width: 1460px;
/* 15563 */ }
/* 15564 */ .careerfy-thirteen-banner-search ul {
/* 15565 */     margin: 0px -5px; }
/* 15566 */ .careerfy-thirteen-banner-search form > ul > li {
/* 15567 */     display: inline-block;
/* 15568 */     vertical-align: top;
/* 15569 */     width: 18%;
/* 15570 */     list-style: none;
/* 15571 */     padding: 0px 5px;
/* 15572 */     position: relative;
/* 15573 */     margin: 0px -4px 10px 0px;
/* 15574 */     text-align: left;
/* 15575 */ }
/* 15576 */ .suggestions-wrapper li {
/* 15577 */     list-style: none;
/* 15578 */ }
/* 15579 */ .careerfy-thirteen-banner-search .suggestions-wrapper li a,
/* 15580 */ .suggestions-wrapper li a {
/* 15581 */     margin: 0px;
/* 15582 */     width: 100%;
/* 15583 */ }
/* 15584 */ .careerfy-thirteen-banner-search input[type="text"] {
/* 15585 */     float: left;
/* 15586 */     width: 100%;
/* 15587 */     height: 38px;
/* 15588 */     background-color: #ffffff;
/* 15589 */     font-size: 14px;
/* 15590 */     color: #999999;
/* 15591 */     padding: 4px 40px;
/* 15592 */     border: 1px solid #dee0e1;
/* 15593 */     border-radius: 3px;
/* 15594 */ }
/* 15595 */ .careerfy-thirteen-banner-radius input[type="text"] {
/* 15596 */     padding-left: 20px; }
/* 15597 */ .careerfy-thirteen-banner-search ul li i {
/* 15598 */     position: absolute;
/* 15599 */     left: 20px;
/* 15600 */     top: 11px;

/* style.css */

/* 15601 */     font-size: 16px;
/* 15602 */     z-index: 3;
/* 15603 */ }
/* 15604 */ .careerfy-thirteen-banner-search ul li i.careerfy-thirteen-banner-search-icon {
/* 15605 */     left: auto;
/* 15606 */     right: 20px;
/* 15607 */     font-size: 20px;
/* 15608 */     top: 10px;
/* 15609 */ }
/* 15610 */ .careerfy-thirteen-banner-search input[type="submit"] {
/* 15611 */     float: left;
/* 15612 */     font-size: 16px;
/* 15613 */     color: #ffffff;
/* 15614 */     border: 1px solid;
/* 15615 */     border-radius: 80px;
/* 15616 */     padding: 9px 25px 10px 25px;
/* 15617 */     line-height: 1;
/* 15618 */     margin-left: 8px;
/* 15619 */     -webkit-transition: all 0.4s ease-in-out;
/* 15620 */        -moz-transition: all 0.4s ease-in-out;
/* 15621 */         -ms-transition: all 0.4s ease-in-out;
/* 15622 */          -o-transition: all 0.4s ease-in-out;
/* 15623 */             transition: all 0.4s ease-in-out;
/* 15624 */ }
/* 15625 */ .careerfy-thirteen-banner-search input[type="submit"]:hover {
/* 15626 */     background-color: transparent; }
/* 15627 */ .careerfy-thirteen-banner-search li a {
/* 15628 */     font-size: 16px;
/* 15629 */     color: #666666;
/* 15630 */     font-weight: 600;
/* 15631 */     float: left;
/* 15632 */     margin: 5px 0px 0px 11px;
/* 15633 */ }
/* 15634 */ .careerfy-thirteen-banner-caption {
/* 15635 */     float: left;
/* 15636 */     width: 100%;
/* 15637 */     padding: 173px 0px 173px 0px;
/* 15638 */     position: relative;
/* 15639 */     text-align: center;
/* 15640 */ }
/* 15641 */ .careerfy-thirteen-banner-caption h1 {
/* 15642 */     display: inline-block;
/* 15643 */     width: 60%;
/* 15644 */     font-size: 70px;
/* 15645 */     font-weight: 600;
/* 15646 */     color: #ffffff;
/* 15647 */     margin-bottom: 12px;
/* 15648 */     text-transform: uppercase;
/* 15649 */     line-height: 1;
/* 15650 */ }

/* style.css */

/* 15651 */ .careerfy-thirteen-banner-caption span {
/* 15652 */     display: block;
/* 15653 */     font-size: 20px;
/* 15654 */     color: #ffffff;
/* 15655 */     margin-bottom: 32px;
/* 15656 */ }
/* 15657 */ .careerfy-thirteen-banner-caption span small {
/* 15658 */     font-size: 20px; }
/* 15659 */ .careerfy-thirteen-banner-caption h2 {
/* 15660 */     display: block;
/* 15661 */     font-size: 26px;
/* 15662 */     font-weight: bold;
/* 15663 */     color: #ffffff;
/* 15664 */     margin-bottom: 8px;
/* 15665 */ }
/* 15666 */ .careerfy-thirteen-banner-btn {
/* 15667 */     float: left;
/* 15668 */     width: 100%;
/* 15669 */ }
/* 15670 */ .careerfy-thirteen-banner-btn a {
/* 15671 */     display: inline-block;
/* 15672 */     padding: 8px 23px 11px 23px;
/* 15673 */     color: #ffffff;
/* 15674 */     border: 1px solid #ffffff;
/* 15675 */     border-radius: 80px;
/* 15676 */     font-size: 16px;
/* 15677 */     line-height: 1;
/* 15678 */     margin: 7px 7px;
/* 15679 */     -webkit-transition: all 0.4s ease-in-out;
/* 15680 */        -moz-transition: all 0.4s ease-in-out;
/* 15681 */         -ms-transition: all 0.4s ease-in-out;
/* 15682 */          -o-transition: all 0.4s ease-in-out;
/* 15683 */             transition: all 0.4s ease-in-out;
/* 15684 */ }
/* 15685 */ /* JobSeeker Text */
/* 15686 */ .careerfy-jobseeker-text  {
/* 15687 */     padding: 93px 0px;
/* 15688 */     position: relative;
/* 15689 */ }
/* 15690 */ .careerfy-jobseeker-text-transparent {
/* 15691 */     position: absolute;
/* 15692 */     left: 0px;
/* 15693 */     top: 0px;
/* 15694 */     width: 100%;
/* 15695 */     height: 100%;
/* 15696 */     background-color: #007ab9;
/* 15697 */     opacity: 0.85;
/* 15698 */ }
/* 15699 */ .careerfy-jobseeker-text-inner {
/* 15700 */     position: relative;

/* style.css */

/* 15701 */     float: right;
/* 15702 */     width: 56%;
/* 15703 */     text-align: center;
/* 15704 */     margin-right: 56px;
/* 15705 */ }
/* 15706 */ .careerfy-jobseeker-text-inner h2 {
/* 15707 */     font-size: 50px;
/* 15708 */     font-weight: bold;
/* 15709 */     color: #ffffff;
/* 15710 */     text-transform: uppercase;
/* 15711 */     margin-bottom: 9px;
/* 15712 */     line-height: 1.1;
/* 15713 */ }
/* 15714 */ .careerfy-jobseeker-text-inner p {
/* 15715 */     font-size: 20px;
/* 15716 */     color: #ffffff;
/* 15717 */     margin-bottom: 24px;
/* 15718 */ }
/* 15719 */ .careerfy-jobseeker-text-inner a {
/* 15720 */     display: inline-block;
/* 15721 */     padding: 10px 32px 12px 32px;
/* 15722 */     color: #4c4b49;
/* 15723 */     font-size: 16px;
/* 15724 */     line-height: 1;
/* 15725 */     background-color: #ffffff;
/* 15726 */     border-radius: 80px;
/* 15727 */     border: 1px solid #ffffff;
/* 15728 */     -webkit-transition: all 0.4s ease-in-out;
/* 15729 */        -moz-transition: all 0.4s ease-in-out;
/* 15730 */         -ms-transition: all 0.4s ease-in-out;
/* 15731 */          -o-transition: all 0.4s ease-in-out;
/* 15732 */             transition: all 0.4s ease-in-out;
/* 15733 */ }
/* 15734 */ .careerfy-jobseeker-text-inner a:hover {
/* 15735 */     background-color: transparent;
/* 15736 */     color: #ffffff;
/* 15737 */ }
/* 15738 */ .careerfy-employerseeker-text {
/* 15739 */     padding: 93px 0px;
/* 15740 */ }
/* 15741 */ .careerfy-employerseeker-text-transparent {
/* 15742 */     position: absolute;
/* 15743 */     left: 0px;
/* 15744 */     top: 0px;
/* 15745 */     width: 100%;
/* 15746 */     height: 100%;
/* 15747 */     background-color: #0caa41;
/* 15748 */     opacity: 0.85;
/* 15749 */ }
/* 15750 */ .careerfy-employerseeker-text-inner {

/* style.css */

/* 15751 */     position: relative;
/* 15752 */     float: left;
/* 15753 */     width: 56%;
/* 15754 */     text-align: center;
/* 15755 */     margin-left: 56px;
/* 15756 */ }
/* 15757 */ .careerfy-employerseeker-text-inner h2 {
/* 15758 */     font-size: 50px;
/* 15759 */     font-weight: bold;
/* 15760 */     color: #ffffff;
/* 15761 */     text-transform: uppercase;
/* 15762 */     margin-bottom: 9px;
/* 15763 */     line-height: 1.1;
/* 15764 */ }
/* 15765 */ .careerfy-employerseeker-text-inner p {
/* 15766 */     font-size: 20px;
/* 15767 */     color: #ffffff;
/* 15768 */     margin-bottom: 24px;
/* 15769 */ }
/* 15770 */ .careerfy-employerseeker-text-inner a {
/* 15771 */     display: inline-block;
/* 15772 */     padding: 10px 32px 12px 32px;
/* 15773 */     color: #4c4b49;
/* 15774 */     font-size: 16px;
/* 15775 */     line-height: 1;
/* 15776 */     background-color: #ffffff;
/* 15777 */     border-radius: 80px;
/* 15778 */     border: 1px solid #ffffff;
/* 15779 */     -webkit-transition: all 0.4s ease-in-out;
/* 15780 */        -moz-transition: all 0.4s ease-in-out;
/* 15781 */         -ms-transition: all 0.4s ease-in-out;
/* 15782 */          -o-transition: all 0.4s ease-in-out;
/* 15783 */             transition: all 0.4s ease-in-out;
/* 15784 */ }
/* 15785 */ .careerfy-employerseeker-text-inner a:hover {
/* 15786 */     background-color: transparent;
/* 15787 */     color: #ffffff;
/* 15788 */ }
/* 15789 */ /* JobsLatest List */
/* 15790 */ .careerfy-jobslatest-list {
/* 15791 */     float: left;
/* 15792 */     width: 100%;
/* 15793 */ }
/* 15794 */ .careerfy-jobslatest-list ul li {
/* 15795 */     list-style: none; }
/* 15796 */ .careerfy-jobslatest-list > ul > li {
/* 15797 */     margin-bottom: 20px;
/* 15798 */     float: none;
/* 15799 */     display: inline-block;
/* 15800 */     vertical-align: top;

/* style.css */

/* 15801 */     margin-right: -4px;
/* 15802 */ }
/* 15803 */ .careerfy-jobslatest-list-inner {
/* 15804 */     background-color: #f1f3f4;
/* 15805 */     padding: 20px 27px;
/* 15806 */     border-radius: 3px;
/* 15807 */     position: relative;
/* 15808 */     overflow: hidden;
/* 15809 */     display: flex;
/* 15810 */     width: 100%;
/* 15811 */     align-items: center;
/* 15812 */ }
/* 15813 */ .careerfy-jobslatest-list figure {
/* 15814 */     display: inline-block;
/* 15815 */     vertical-align: middle;
/* 15816 */     width: 77%;
/* 15817 */     margin: 0px -4px 0px 0px;
/* 15818 */ }
/* 15819 */ .careerfy-jobslatest-list figure > a {
/* 15820 */     display: inline-block;
/* 15821 */     width: 89px;
/* 15822 */     vertical-align: middle;
/* 15823 */     margin-right: -4px;
/* 15824 */ }
/* 15825 */ .careerfy-jobslatest-list figure > a ~ figcaption {
/* 15826 */     display: inline-block;
/* 15827 */     padding-left: 20px;
/* 15828 */     line-height: 1;
/* 15829 */     vertical-align: middle;
/* 15830 */     width: 76%;
/* 15831 */     margin-right: -4px;
/* 15832 */ }
/* 15833 */ .careerfy-jobslatest-list figcaption h2 {
/* 15834 */     font-size: 22px;
/* 15835 */     font-weight: bold;
/* 15836 */     margin-bottom: 0px;
/* 15837 */ }
/* 15838 */ .careerfy-jobslatest-list figcaption h2 a {
/* 15839 */     -webkit-transition: all 0.4s ease-in-out;
/* 15840 */        -moz-transition: all 0.4s ease-in-out;
/* 15841 */         -ms-transition: all 0.4s ease-in-out;
/* 15842 */          -o-transition: all 0.4s ease-in-out;
/* 15843 */             transition: all 0.4s ease-in-out;
/* 15844 */ }
/* 15845 */ .careerfy-jobslatest-list figcaption small {
/* 15846 */     font-size: 17px;
/* 15847 */     color: #007ab9;
/* 15848 */     display: block;
/* 15849 */     margin-bottom: 7px;
/* 15850 */ }

/* style.css */

/* 15851 */ .careerfy-jobslatest-list figcaption span {
/* 15852 */     font-size: 18px;
/* 15853 */     color: #0caa41;
/* 15854 */ }
/* 15855 */ .careerfy-jobslatest-list figcaption span i {
/* 15856 */     margin-right: 6px; }
/* 15857 */ .careerfy-jobslatest-list-cell {
/* 15858 */     display: inline-block;
/* 15859 */     vertical-align: middle;
/* 15860 */     width: 23%;
/* 15861 */     text-align: right;
/* 15862 */ }
/* 15863 */ .careerfy-jobslatest-list-cell small {
/* 15864 */     display: block;
/* 15865 */     font-size: 14px;
/* 15866 */     color: #666666;
/* 15867 */ }
/* 15868 */ .careerfy-jobslatest-list-cell span {
/* 15869 */     background-color: #0caa41;
/* 15870 */     padding: 5px 12px;
/* 15871 */     line-height: 1;
/* 15872 */     display: inline-block;
/* 15873 */     color: #ffffff;
/* 15874 */ }
/* 15875 */ /* Fancy Title Thirteen */
/* 15876 */ .careerfy-fancy-title-thirteen {
/* 15877 */     float: left;
/* 15878 */     width: 100%;
/* 15879 */     text-align: center;
/* 15880 */     position: relative;
/* 15881 */     padding-bottom: 17px;
/* 15882 */     margin-bottom: 50px;
/* 15883 */ }
/* 15884 */ .careerfy-fancy-title-thirteen:before {
/* 15885 */     content: '';
/* 15886 */     position: absolute;
/* 15887 */     left: 50%;
/* 15888 */     bottom: 0px;
/* 15889 */     width: 24px;
/* 15890 */     height: 2px;
/* 15891 */ }
/* 15892 */ .careerfy-fancy-title-thirteen h2 {
/* 15893 */     font-size: 40px;
/* 15894 */     font-weight: bold;
/* 15895 */     color: #4c4b49;
/* 15896 */     margin-bottom: 0px;
/* 15897 */     text-transform: uppercase;
/* 15898 */     line-height: 1.1;
/* 15899 */ }
/* 15900 */ .careerfy-fancy-title-thirteen span {

/* style.css */

/* 15901 */     display: block;
/* 15902 */     font-size: 18px;
/* 15903 */     color: #999999;
/* 15904 */ }
/* 15905 */ /* Browse Jobs Links */
/* 15906 */ .careerfy-browsejobs-links,
/* 15907 */ .careerfy-browsejobs-links ul,
/* 15908 */ .careerfy-browsejobs-links ul li {
/* 15909 */     float: left;
/* 15910 */     width: 100%;
/* 15911 */ }
/* 15912 */ .careerfy-browsejobs-links h2 {
/* 15913 */     font-size: 19px;
/* 15914 */     font-weight: bold;
/* 15915 */     color: #4c4b49;
/* 15916 */     margin-bottom: 10px;
/* 15917 */ }
/* 15918 */ .careerfy-browsejobs-links ul li {
/* 15919 */     list-style: none;
/* 15920 */     margin-bottom: 7px;
/* 15921 */ }
/* 15922 */ .careerfy-browsejobs-links ul li a {
/* 15923 */     font-size: 18px;
/* 15924 */     color: #666666;
/* 15925 */     -webkit-transition: all 0.4s ease-in-out;
/* 15926 */        -moz-transition: all 0.4s ease-in-out;
/* 15927 */         -ms-transition: all 0.4s ease-in-out;
/* 15928 */          -o-transition: all 0.4s ease-in-out;
/* 15929 */             transition: all 0.4s ease-in-out;
/* 15930 */ }
/* 15931 */ .careerfy-thirteen-browse-alljobs-btn {
/* 15932 */     float: left;
/* 15933 */     width: 100%;
/* 15934 */     text-align: center;
/* 15935 */     margin-top: 5px;
/* 15936 */ }
/* 15937 */ .careerfy-thirteen-browse-alljobs-btn a {
/* 15938 */     display: inline-block;
/* 15939 */     padding: 13px 30px;
/* 15940 */     line-height: 1;
/* 15941 */     color: #ffffff;
/* 15942 */     border: 1px solid;
/* 15943 */     border-radius: 80px;
/* 15944 */     font-size: 19px;
/* 15945 */     min-width: 200px;
/* 15946 */     -webkit-transition: all 0.4s ease-in-out;
/* 15947 */        -moz-transition: all 0.4s ease-in-out;
/* 15948 */         -ms-transition: all 0.4s ease-in-out;
/* 15949 */          -o-transition: all 0.4s ease-in-out;
/* 15950 */             transition: all 0.4s ease-in-out;

/* style.css */

/* 15951 */ }
/* 15952 */ .careerfy-thirteen-browse-alljobs-btn a:hover {
/* 15953 */     background-color: transparent; }
/* 15954 */ /* Categories Thirteen */
/* 15955 */ .careerfy-categories-thirteen ul li {
/* 15956 */     margin-bottom: 30px; }
/* 15957 */ .careerfy-categories-thirteen a {
/* 15958 */     float: left;
/* 15959 */     width: 100%;
/* 15960 */     background-color: #f1f3f4;
/* 15961 */     border: 1px solid #e5e5e5;
/* 15962 */     text-align: center;
/* 15963 */     padding: 32px 10px;
/* 15964 */     border-radius: 5px;
/* 15965 */ }
/* 15966 */ .careerfy-categories-thirteen a h6 {
/* 15967 */     display: block;
/* 15968 */     color: #4c4b49;
/* 15969 */     font-size: 18px;
/* 15970 */     font-weight: bold;
/* 15971 */     margin-bottom: 4px;
/* 15972 */ }
/* 15973 */ .careerfy-categories-thirteen .careerfy-icon-ten {
/* 15974 */     display: inline-block;
/* 15975 */     font-size: 50px;
/* 15976 */     margin-bottom: 6px;
/* 15977 */ }
/* 15978 */ .careerfy-categories-thirteen small {
/* 15979 */     display: block;
/* 15980 */     font-size: 16px;
/* 15981 */     color: #666666;
/* 15982 */ }
/* 15983 */ /* Featured Candidates Grid */
/* 15984 */ .careerfy-featured-candidates-grid,
/* 15985 */ .careerfy-featured-candidates-grid-inner {
/* 15986 */     float: left;
/* 15987 */     width: 100%;
/* 15988 */ }
/* 15989 */ .careerfy-featured-candidates-grid ul li {
/* 15990 */     list-style: none;
/* 15991 */     -webkit-transition: all 0.4s ease-in-out;
/* 15992 */        -moz-transition: all 0.4s ease-in-out;
/* 15993 */         -ms-transition: all 0.4s ease-in-out;
/* 15994 */          -o-transition: all 0.4s ease-in-out;
/* 15995 */             transition: all 0.4s ease-in-out;
/* 15996 */ }
/* 15997 */ .careerfy-featured-candidates-grid > ul > li {
/* 15998 */     margin-bottom: 30px;
/* 15999 */     float: none;
/* 16000 */     display: inline-block;

/* style.css */

/* 16001 */     margin-right: -4px;
/* 16002 */     vertical-align: top;
/* 16003 */ }
/* 16004 */ .careerfy-featured-candidates-grid ul li:hover {
/* 16005 */     -webkit-transform: scale(1.02);
/* 16006 */        -moz-transform: scale(1.02);
/* 16007 */         -ms-transform: scale(1.02);
/* 16008 */          -o-transform: scale(1.02);
/* 16009 */             transform: scale(1.02);
/* 16010 */ }
/* 16011 */ .careerfy-featured-candidates-grid-inner {
/* 16012 */     text-align: center;
/* 16013 */     border: 1px solid #dee0e1;
/* 16014 */     border-bottom: none;
/* 16015 */     background-color: #ffffff;
/* 16016 */     padding: 14px 20px 19px 20px;
/* 16017 */     border-radius: 4px 4px 0px 0px;
/* 16018 */     position: relative;
/* 16019 */     overflow: hidden;
/* 16020 */     min-height: 270px;
/* 16021 */ }
/* 16022 */ .careerfy-featured-candidates-pr {
/* 16023 */     float: left;
/* 16024 */     font-size: 16px;
/* 16025 */     color: #0caa41;
/* 16026 */     width: 100%;
/* 16027 */ }
/* 16028 */ .careerfy-featured-candidates-hr {
/* 16029 */     background-color: #999999;
/* 16030 */     width: 26px;
/* 16031 */     height: 26px;
/* 16032 */     color: #ffffff;
/* 16033 */     float: right;
/* 16034 */     border-radius: 100%;
/* 16035 */     font-size: 12px;
/* 16036 */     line-height: 2.3;
/* 16037 */     margin: 0px;
/* 16038 */ }
/* 16039 */ .careerfy-featured-candidates-grid .careerfy-featured-candidates-hr {
/* 16040 */     position: absolute;
/* 16041 */     right: 32px;
/* 16042 */     top: 22px;
/* 16043 */     font-size: 13px;
/* 16044 */     /* padding-top: 6px; */
/* 16045 */ }
/* 16046 */ .careerfy-featured-candidates-grid-inner img,
/* 16047 */ .careerfy-featured-candidates-grid .careerfy-featured-candidates-grid-inner img {
/* 16048 */     display: inline-block;
/* 16049 */     width: 103px;
/* 16050 */     border-radius: 100%;

/* style.css */

/* 16051 */     border: 6px solid #f0f0f0;
/* 16052 */     margin: 8px 0px 23px 0px;
/* 16053 */ }
/* 16054 */ .careerfy-featured-candidates-grid small {
/* 16055 */     background-color: #0caa41;
/* 16056 */     color: #ffffff;
/* 16057 */     padding: 5px 13px 6px 13px;
/* 16058 */     line-height: 1;
/* 16059 */     display: inline-block;
/* 16060 */     font-size: 14px;
/* 16061 */     margin-bottom: 6px;
/* 16062 */ }
/* 16063 */ .careerfy-featured-candidates-grid h6 {
/* 16064 */     font-size: 20px;
/* 16065 */     font-weight: bold;
/* 16066 */     margin-bottom: 6px;
/* 16067 */ }
/* 16068 */ .careerfy-featured-candidates-min {
/* 16069 */     display: block;
/* 16070 */     font-size: 16px;
/* 16071 */     color: #666666;
/* 16072 */     line-height: 1.1;
/* 16073 */     margin-bottom: 3px;
/* 16074 */ }
/* 16075 */ .careerfy-featured-candidates-loc {
/* 16076 */     font-size: 16px;
/* 16077 */     color: #007ab9;
/* 16078 */     display: block;
/* 16079 */     margin-bottom: 7px;
/* 16080 */ }
/* 16081 */ .careerfy-featured-candidates-loc i {
/* 16082 */     color: #0caa41;
/* 16083 */     margin-right: 5px;
/* 16084 */ }
/* 16085 */ .careerfy-featured-candidates-grid-btn,
/* 16086 */ .jobsearch-typo-wrap .careerfy-featured-candidates-grid-btn {
/* 16087 */     float: left;
/* 16088 */     width: 50%;
/* 16089 */     background-color: #4c4b49;
/* 16090 */     color: #ffffff;
/* 16091 */     font-size: 12px;
/* 16092 */     text-align: center;
/* 16093 */     padding: 17px 10px 18px 10px;
/* 16094 */     line-height: 1;
/* 16095 */ }
/* 16096 */ .careerfy-featured-candidates-grid-btn.one {
/* 16097 */     background-color: #007ab9; }
/* 16098 */
/* 16099 */ .careerfy-featured-rating {
/* 16100 */     display: inline-block;

/* style.css */

/* 16101 */     height: 16px;
/* 16102 */     line-height: 16px;
/* 16103 */     position: relative;
/* 16104 */     width: 85px;
/* 16105 */     cursor: pointer;
/* 16106 */ }
/* 16107 */ .careerfy-featured-candidates-grid ul {
/* 16108 */     margin-left: -15px;
/* 16109 */     margin-right: -15px;
/* 16110 */ }
/* 16111 */ .careerfy-featured-candidates-grid ul li {
/* 16112 */     padding-left: 15px;
/* 16113 */     padding-right: 15px;
/* 16114 */ }
/* 16115 */ .careerfy-featured-rating:before, .careerfy-featured-rating-box:before {
/* 16116 */     color: #ddd;
/* 16117 */     content: "\f005 \f005 \f005 \f005 \f005";
/* 16118 */     font-family: FontAwesome;
/* 16119 */     font-size: 14px;
/* 16120 */     left: 0;
/* 16121 */     letter-spacing: 5px;
/* 16122 */     position: absolute;
/* 16123 */     top: 0;
/* 16124 */ }
/* 16125 */ .careerfy-featured-rating-box:before {
/* 16126 */     content: "\f005 \f005 \f005 \f005 \f005";
/* 16127 */     color: #ffaf00;
/* 16128 */ }
/* 16129 */ .careerfy-featured-rating-box {
/* 16130 */     height: 14px;
/* 16131 */     left: 0;
/* 16132 */     overflow: hidden;
/* 16133 */     position: absolute;
/* 16134 */     top: 0;
/* 16135 */ }
/* 16136 */ .careerfy-featured-rating-text {
/* 16137 */     display: inline-block;
/* 16138 */     font-size: 16px;
/* 16139 */     color: #ffffff;
/* 16140 */     line-height: 1;
/* 16141 */     vertical-align: text-bottom;
/* 16142 */     margin-left: 7px;
/* 16143 */     background-color: #b0c222;
/* 16144 */     padding: 2px 9px 3px 9px;
/* 16145 */     line-height: 1;
/* 16146 */     border-radius: 3px;
/* 16147 */ }
/* 16148 */ /* Companies Hiring */
/* 16149 */ .careerfy-companies-hiring-list,
/* 16150 */ .careerfy-companies-hiring-list a {

/* style.css */

/* 16151 */     float: left;
/* 16152 */     width: 100%;
/* 16153 */ }
/* 16154 */ .careerfy-companies-hiring-list li {
/* 16155 */     list-style: none;
/* 16156 */     float: left;
/* 16157 */     width: 20%;
/* 16158 */     margin-bottom: 30px;
/* 16159 */ }
/* 16160 */ .careerfy-companies-hiring-list a {
/* 16161 */     text-align: center; }
/* 16162 */ .careerfy-companies-hiring-list img {
/* 16163 */     display: inline-block;
/* 16164 */     -webkit-filter: grayscale(1);
/* 16165 */     filter: grayscale(1);
/* 16166 */     opacity: 0.40;
/* 16167 */     -webkit-transition: all 0.4s ease-in-out;
/* 16168 */        -moz-transition: all 0.4s ease-in-out;
/* 16169 */         -ms-transition: all 0.4s ease-in-out;
/* 16170 */          -o-transition: all 0.4s ease-in-out;
/* 16171 */             transition: all 0.4s ease-in-out;
/* 16172 */ }
/* 16173 */ .careerfy-companies-hiring-list li:hover img {
/* 16174 */     -webkit-filter: none;
/* 16175 */     filter: none;
/* 16176 */     opacity: 1;
/* 16177 */ }
/* 16178 */ /* PricePlan Thirteen */
/* 16179 */ .careerfy-priceplan-thirteen,
/* 16180 */ .careerfy-priceplan-thirteen-top,
/* 16181 */ .careerfy-priceplan-thirteen ul {
/* 16182 */     float: left;
/* 16183 */     width: 100%;
/* 16184 */ }
/* 16185 */ .careerfy-priceplan-thirteen-wrap {
/* 16186 */     padding: 0px;
/* 16187 */     margin-top: 20px;
/* 16188 */ }
/* 16189 */ .careerfy-priceplan-thirteen.active {
/* 16190 */     margin-top: -30px;
/* 16191 */     padding-bottom: 63px;
/* 16192 */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.12);
/* 16193 */     position: relative;
/* 16194 */     z-index: 2;
/* 16195 */ }
/* 16196 */ .careerfy-priceplan-thirteen.active .careerfy-priceplan-thirteen-top {
/* 16197 */     margin-bottom: 100px;
/* 16198 */     padding-top: 37px;
/* 16199 */ }
/* 16200 */ .careerfy-priceplan-thirteen.active .careerfy-priceplan-thirteen ul {

/* style.css */

/* 16201 */     margin-bottom: 20px; }
/* 16202 */ .careerfy-priceplan-thirteen {
/* 16203 */     text-align: center;
/* 16204 */     background-color: #ffffff;
/* 16205 */     padding-bottom: 33px;
/* 16206 */     margin-bottom: 30px;
/* 16207 */     border-radius: 3px;
/* 16208 */ }
/* 16209 */ .careerfy-priceplan-thirteen-top {
/* 16210 */     background-color: #007ab9;
/* 16211 */     padding: 25px 0px 72px 0px;
/* 16212 */     position: relative;
/* 16213 */     margin-bottom: 82px;
/* 16214 */     border-radius: 3px 3px 0px 0px;
/* 16215 */     -webkit-transition: all 0.4s ease-in-out;
/* 16216 */        -moz-transition: all 0.4s ease-in-out;
/* 16217 */         -ms-transition: all 0.4s ease-in-out;
/* 16218 */          -o-transition: all 0.4s ease-in-out;
/* 16219 */             transition: all 0.4s ease-in-out;
/* 16220 */ }
/* 16221 */ .careerfy-priceplan-thirteen-top h2 {
/* 16222 */     font-size: 25px;
/* 16223 */     font-weight: bold;
/* 16224 */     color: #ffffff;
/* 16225 */     margin-bottom: 0px;
/* 16226 */ }
/* 16227 */ .careerfy-priceplan-thirteen-top span {
/* 16228 */     position: absolute;
/* 16229 */     left: 50%;
/* 16230 */     bottom: -50px;
/* 16231 */     width: 101px;
/* 16232 */     height: 101px;
/* 16233 */     background-color: #f1f3f4;
/* 16234 */     border-radius: 100%;
/* 16235 */     border: 6px solid rgba(255,255,255,0.40);
/* 16236 */     box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.40);
/* 16237 */     font-size: 31px;
/* 16238 */     font-weight: 600;
/* 16239 */     color: #4c4b49;
/* 16240 */     line-height: 1;
/* 16241 */     letter-spacing: 0px;
/* 16242 */     padding-top: 15px;
/* 16243 */     margin-left: -47px;
/* 16244 */ }
/* 16245 */ .careerfy-priceplan-thirteen-top span small {
/* 16246 */     font-size: 13px;
/* 16247 */     font-weight: 400;
/* 16248 */     display: inline-block;
/* 16249 */     vertical-align: middle;
/* 16250 */     color: #4c4b49;

/* style.css */

/* 16251 */ }
/* 16252 */ .careerfy-priceplan-thirteen-top span strong {
/* 16253 */     display: block;
/* 16254 */     font-size: 10px;
/* 16255 */     font-weight: 400;
/* 16256 */     color: #4c4b49;
/* 16257 */     margin-top: 5px;
/* 16258 */ }
/* 16259 */ .careerfy-priceplan-thirteen ul {
/* 16260 */     margin-bottom: 13px; }
/* 16261 */ .careerfy-priceplan-thirteen ul li {
/* 16262 */     float: left;
/* 16263 */     width: 100%;
/* 16264 */     list-style: none;
/* 16265 */     color: #4c4b49;
/* 16266 */     line-height: 1.2;
/* 16267 */     padding: 8px 0px 9px 0px;
/* 16268 */ }
/* 16269 */ .careerfy-priceplan-thirteen ul li:nth-child(even) {
/* 16270 */     background-color: #f1f3f4; }
/* 16271 */ .careerfy-priceplan-thirteen-btn {
/* 16272 */     float: left;
/* 16273 */     width: 100%;
/* 16274 */     text-align: center;
/* 16275 */ }
/* 16276 */ .careerfy-priceplan-thirteen-btn a {
/* 16277 */     display: inline-block;
/* 16278 */     padding: 12px 40px 13px 40px;
/* 16279 */     background-color: #007ab9;
/* 16280 */     color: #ffffff;
/* 16281 */     font-size: 16px;
/* 16282 */     border-radius: 80px;
/* 16283 */     line-height: 1;
/* 16284 */     -webkit-transition: all 0.4s ease-in-out;
/* 16285 */        -moz-transition: all 0.4s ease-in-out;
/* 16286 */         -ms-transition: all 0.4s ease-in-out;
/* 16287 */          -o-transition: all 0.4s ease-in-out;
/* 16288 */             transition: all 0.4s ease-in-out;
/* 16289 */ }
/* 16290 */ /* Testimonails Thirteen */
/* 16291 */ .careerfy-testimonails-thirteen,
/* 16292 */ .careerfy-testimonails-thirteen-inner,
/* 16293 */ .careerfy-testimonails-thirteen-text {
/* 16294 */     float: left;
/* 16295 */     width: 100%;
/* 16296 */ }
/* 16297 */ .careerfy-testimonails-thirteen-layer {
/* 16298 */     padding: 0px 15px; }
/* 16299 */ .careerfy-testimonails-thirteen .slick-list {
/* 16300 */     margin: 0px -15px; }

/* style.css */

/* 16301 */ .careerfy-testimonails-thirteen-inner {
/* 16302 */     background-color: #f1f3f4;
/* 16303 */     text-align: center;
/* 16304 */     padding: 40px 0px 0px 0px;
/* 16305 */     -webkit-transition: all 0.4s ease-in-out;
/* 16306 */        -moz-transition: all 0.4s ease-in-out;
/* 16307 */         -ms-transition: all 0.4s ease-in-out;
/* 16308 */          -o-transition: all 0.4s ease-in-out;
/* 16309 */             transition: all 0.4s ease-in-out;
/* 16310 */ }
/* 16311 */ .careerfy-testimonails-thirteen-inner:hover {
/* 16312 */     -webkit-transform: scale(1.02);
/* 16313 */        -moz-transform: scale(1.02);
/* 16314 */         -ms-transform: scale(1.02);
/* 16315 */          -o-transform: scale(1.02);
/* 16316 */             transform: scale(1.02);
/* 16317 */ }
/* 16318 */ .careerfy-testimonails-thirteen i {
/* 16319 */     float: left;
/* 16320 */     font-size: 34px;
/* 16321 */     color: #007ab9;
/* 16322 */     padding-right: 39px;
/* 16323 */     margin-bottom: 16px;
/* 16324 */     -webkit-transform: scaleY(-1) scaleX(-1);
/* 16325 */        -moz-transform: scaleY(-1) scaleX(-1);
/* 16326 */         -ms-transform: scaleY(-1) scaleX(-1);
/* 16327 */          -o-transform: scaleY(-1) scaleX(-1);
/* 16328 */             transform: scaleY(-1) scaleX(-1);
/* 16329 */ }
/* 16330 */ .careerfy-testimonails-thirteen p {
/* 16331 */     display: block;
/* 16332 */     padding: 0px 39px;
/* 16333 */     font-size: 18px;
/* 16334 */     color: #4c4b49;
/* 16335 */     margin-bottom: 16px;
/* 16336 */     letter-spacing: 0px;
/* 16337 */     line-height: 34px;
/* 16338 */ }
/* 16339 */ .careerfy-testimonails-thirteen-text {
/* 16340 */     background-color: #007ab9;
/* 16341 */     -webkit-mask-image: url(images/wavs.svg);
/* 16342 */     mask-image: url(images/wavs.svg);
/* 16343 */     padding: 72px 0px 17px 0px;
/* 16344 */ }
/* 16345 */ .careerfy-testimonails-thirteen-layer:nth-child(odd) .careerfy-testimonails-thirteen-text {
/* 16346 */     background-color: #0caa41; }
/* 16347 */ .careerfy-testimonails-thirteen .careerfy-testimonails-thirteen-layer:nth-child(odd) i {
/* 16348 */     color: #0caa41; }
/* 16349 */ .careerfy-testimonails-thirteen img {
/* 16350 */     display: inline-block !important;

/* style.css */

/* 16351 */     width: 73px;
/* 16352 */     min-height: 73px;
/* 16353 */     border: 6px solid #ffffff;
/* 16354 */     border-radius: 100%;
/* 16355 */     position: relative;
/* 16356 */     z-index: 5;
/* 16357 */     margin: 0px 0px -61px 0px;
/* 16358 */ }
/* 16359 */ .careerfy-testimonails-thirteen-text h2 {
/* 16360 */     text-transform: uppercase;
/* 16361 */     font-size: 22px;
/* 16362 */     font-weight: bold;
/* 16363 */     margin-bottom: 10px;
/* 16364 */     color: #ffffff;
/* 16365 */ }
/* 16366 */ .careerfy-testimonails-thirteen-text a {
/* 16367 */     display: inline-block;
/* 16368 */     font-size: 18px;
/* 16369 */     color: #ffffff;
/* 16370 */     margin: 0px 4px;
/* 16371 */ }
/* 16372 */ /* SearchJob Text */
/* 16373 */ .careerfy-searchjob-text {
/* 16374 */     float: left;
/* 16375 */     width: 100%;
/* 16376 */     padding: 93px 0px 65px 26px;
/* 16377 */ }
/* 16378 */ .careerfy-searchjob-text h2 {
/* 16379 */     font-size: 40px;
/* 16380 */     font-weight: bold;
/* 16381 */     color: #4c4b49;
/* 16382 */     text-transform: uppercase;
/* 16383 */     margin-bottom: 17px;
/* 16384 */     line-height: 1.1;
/* 16385 */ }
/* 16386 */ .careerfy-searchjob-text ul,
/* 16387 */ .careerfy-searchjob-text ul li {
/* 16388 */     float: left;
/* 16389 */     width: 100%;
/* 16390 */ }
/* 16391 */ .careerfy-searchjob-text ul {
/* 16392 */     margin-bottom: 14px; }
/* 16393 */ .careerfy-searchjob-text ul li {
/* 16394 */     list-style: none;
/* 16395 */     color: #666666;
/* 16396 */     font-size: 18px;
/* 16397 */     margin-bottom: 12px;
/* 16398 */ }
/* 16399 */ .careerfy-searchjob-text ul li img {
/* 16400 */     float: left;

/* style.css */

/* 16401 */     margin: 2px 15px 0px 0px;
/* 16402 */ }
/* 16403 */ .careerfy-searchjob-text span {
/* 16404 */     font-size: 18px;
/* 16405 */     color: #666666;
/* 16406 */     display: block;
/* 16407 */     margin-bottom: 24px;
/* 16408 */ }
/* 16409 */ .careerfy-searchjob-text strong {
/* 16410 */     font-size: 18px;
/* 16411 */     color: #0caa41;
/* 16412 */     display: block;
/* 16413 */     margin: 11px 0px 25px 0px;
/* 16414 */ }
/* 16415 */ .careerfy-searchjob-app {
/* 16416 */     float: left;
/* 16417 */     margin: 0px 9px 9px 0px;
/* 16418 */ }
/* 16419 */ /* Footer Thirteen */
/* 16420 */ .careerfy-footer-thirteen {
/* 16421 */     background-color: #4c4b49;
/* 16422 */     padding: 72px 0px 0px 0px;
/* 16423 */ }
/* 16424 */ .careerfy-footer-thirteen .footer-widget-title {
/* 16425 */     margin-bottom: 21px; }
/* 16426 */ .careerfy-footer-thirteen .footer-widget-title h2 {
/* 16427 */     font-size: 22px;
/* 16428 */     font-weight: bold;
/* 16429 */     color: #ffffff;
/* 16430 */     position: relative;
/* 16431 */     text-transform: uppercase;
/* 16432 */     padding-bottom: 11px;
/* 16433 */ }
/* 16434 */ .careerfy-footer-thirteen .footer-widget-title h2:before {
/* 16435 */     content: '';
/* 16436 */     position: absolute;
/* 16437 */     left: 0px;
/* 16438 */     bottom: 0px;
/* 16439 */     width: 34px;
/* 16440 */     height: 4px;
/* 16441 */ }
/* 16442 */ .careerfy-footer-thirteen .widget_nav_menu ul li a:before {
/* 16443 */     display: none; }
/* 16444 */ .careerfy-footer-thirteen .widget_nav_menu ul li {
/* 16445 */     margin-bottom: 6px; }
/* 16446 */ .careerfy-footer-thirteen .widget_nav_menu ul li a {
/* 16447 */     font-size: 16px;
/* 16448 */     color: #999999;
/* 16449 */ }
/* 16450 */ .copyright-thirteen {

/* style.css */

/* 16451 */     float: left;
/* 16452 */     width: 100%;
/* 16453 */     border-top: 1px solid #5a5956;
/* 16454 */     box-shadow: 0px -1px 0px 0px #3d3c3b;
/* 16455 */     margin-top: 11px;
/* 16456 */     text-align: center;
/* 16457 */     padding: 34px 0px 27px 0px;
/* 16458 */ }
/* 16459 */ .copyright-thirteen-social {
/* 16460 */     display: inline-block;
/* 16461 */ }
/* 16462 */ .copyright-thirteen-social li {
/* 16463 */     float: left;
/* 16464 */     list-style: none;
/* 16465 */     margin: 10px 7px 0px 7px;
/* 16466 */ }
/* 16467 */ .copyright-thirteen-social li a {
/* 16468 */     color: #999999;
/* 16469 */     font-size: 37px;
/* 16470 */     -webkit-transition: all 0.4s ease-in-out;
/* 16471 */        -moz-transition: all 0.4s ease-in-out;
/* 16472 */         -ms-transition: all 0.4s ease-in-out;
/* 16473 */          -o-transition: all 0.4s ease-in-out;
/* 16474 */             transition: all 0.4s ease-in-out;
/* 16475 */ }
/* 16476 */ .copyright-thirteen p {
/* 16477 */     color: #ffffff;
/* 16478 */     margin-top: 10px;
/* 16479 */ }
/* 16480 */ .recruiters-slider-two {
/* 16481 */     float: left;
/* 16482 */     width: 100%;
/* 16483 */     text-align: center;
/* 16484 */ }
/* 16485 */
/* 16486 */ /* Site Loader */
/* 16487 */ .careerfy-loading-section {
/* 16488 */     position: fixed;
/* 16489 */     left: 0px;
/* 16490 */     top: 0px;
/* 16491 */     background-color: rgba(255,255,255,0.98);
/* 16492 */     width: 100%;
/* 16493 */     height: 100%;
/* 16494 */     z-index: 9999;
/* 16495 */     text-align: center;
/* 16496 */ }
/* 16497 */ @-webkit-keyframes line-scale-pulse-out {
/* 16498 */   0% {
/* 16499 */     -webkit-transform: scale(0);
/* 16500 */             transform: scale(0);

/* style.css */

/* 16501 */     opacity: 0; }
/* 16502 */   5% {
/* 16503 */     opacity: 1; }
/* 16504 */   100% {
/* 16505 */     -webkit-transform: scale(1);
/* 16506 */             transform: scale(1);
/* 16507 */     opacity: 0; } }
/* 16508 */
/* 16509 */ @keyframes line-scale-pulse-out {
/* 16510 */   0% {
/* 16511 */     -webkit-transform: scale(0);
/* 16512 */             transform: scale(0);
/* 16513 */     opacity: 0; }
/* 16514 */   5% {
/* 16515 */     opacity: 1; }
/* 16516 */   100% {
/* 16517 */     -webkit-transform: scale(1);
/* 16518 */             transform: scale(1);
/* 16519 */     opacity: 0; } }
/* 16520 */
/* 16521 */ .line-scale-pulse-out {
/* 16522 */   position: fixed;
/* 16523 */   left: 50%;
/* 16524 */   top: 50%;
/* 16525 */   display: inline-block;
/* 16526 */   -webkit-transform: translateY(-30px);
/* 16527 */           transform: translateY(-30px); }
/* 16528 */
/* 16529 */   .line-scale-pulse-out > div:nth-child(2) {
/* 16530 */     -webkit-animation-delay: -0.4s;
/* 16531 */             animation-delay: -0.4s; }
/* 16532 */   .line-scale-pulse-out > div:nth-child(3) {
/* 16533 */     -webkit-animation-delay: -0.2s;
/* 16534 */             animation-delay: -0.2s; }
/* 16535 */   .line-scale-pulse-out > div {
/* 16536 */     background-color: #26a4de;
/* 16537 */     width: 30px;
/* 16538 */     height: 30px;
/* 16539 */     border-radius: 100%;
/* 16540 */     margin: 2px;
/* 16541 */     -webkit-animation-fill-mode: both;
/* 16542 */             animation-fill-mode: both;
/* 16543 */     position: absolute;
/* 16544 */     left: -30px;
/* 16545 */     top: 0px;
/* 16546 */     opacity: 0;
/* 16547 */     margin: 0;
/* 16548 */     width: 60px;
/* 16549 */     height: 60px;
/* 16550 */     -webkit-animation: line-scale-pulse-out 1s 0s linear infinite;

/* style.css */

/* 16551 */             animation: line-scale-pulse-out 1s 0s linear infinite; }
/* 16552 */
/* 16553 */ .careerfy-posts-list.careerfy-showing-result .careerfy-page-title h1 {
/* 16554 */     color: #333; }
/* 16555 */
/* 16556 */ /* Header Sixteen */
/* 16557 */ .careerfy-header-sixteen {
/* 16558 */     float: left;
/* 16559 */     width: 100%;
/* 16560 */     padding: 0px 50px;
/* 16561 */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
/* 16562 */ }
/* 16563 */ .careerfy-header-sixteen-main {
/* 16564 */     float: left;
/* 16565 */     width: 100%;
/* 16566 */     position: relative;
/* 16567 */ }
/* 16568 */ .careerfy-blocksixteen-element {
/* 16569 */     display: inline-block;
/* 16570 */     vertical-align: middle;
/* 16571 */     width: 50%;
/* 16572 */     margin-right: -4px;
/* 16573 */ }
/* 16574 */ .careerfy-logo-sixteen,
/* 16575 */ .careerfy-header-sixteen .jobsearch-navigation,
/* 16576 */ .careerfy-headersixteen-user,
/* 16577 */ .careerfy-headersixteen-btn {
/* 16578 */     display: inline-block;
/* 16579 */     vertical-align: middle;
/* 16580 */ }
/* 16581 */ .careerfy-blocksixteen-element:nth-child(2) {
/* 16582 */     text-align: right; }
/* 16583 */ .careerfy-header-sixteen .navbar-nav > li > a {
/* 16584 */     color: #ffffff;
/* 16585 */     font-size: 16px;
/* 16586 */     padding: 27px 0px 26px 0px;
/* 16587 */ }
/* 16588 */ .careerfy-header-sixteen .navbar-nav > li > a:before {
/* 16589 */     display: none; }
/* 16590 */ .careerfy-header-sixteen .navbar-nav > li.submenu-addicon > a:after {
/* 16591 */     color: #ffffff; }
/* 16592 */ .careerfy-header-sixteen .navbar-nav .sub-menu {
/* 16593 */     margin-top: 0px; }
/* 16594 */ .careerfy-logo-sixteen {
/* 16595 */     margin-right: 20px; }
/* 16596 */ .careerfy-headersixteen-user > li {
/* 16597 */     float: left;
/* 16598 */     list-style: none;
/* 16599 */     margin: 5px 44px 5px 0px;
/* 16600 */     position: relative;

/* style.css */

/* 16601 */ }
/* 16602 */ .careerfy-headersixteen-user > li > a {
/* 16603 */     color: #ffffff;
/* 16604 */     font-size: 16px;
/* 16605 */     -webkit-transition: all 0.4s ease-in-out;
/* 16606 */        -moz-transition: all 0.4s ease-in-out;
/* 16607 */         -ms-transition: all 0.4s ease-in-out;
/* 16608 */          -o-transition: all 0.4s ease-in-out;
/* 16609 */             transition: all 0.4s ease-in-out;
/* 16610 */ }
/* 16611 */ .careerfy-header-sixteen .navbar-nav > li.submenu-addicon > a:after {
/* 16612 */     content: "\e9b8";
/* 16613 */     font-family: careerfy;
/* 16614 */     font-size: 10px;
/* 16615 */     color: #ffffff;
/* 16616 */     margin-left: 8px;
/* 16617 */ }
/* 16618 */ .careerfy-headersixteen-btn {
/* 16619 */     font-size: 16px;
/* 16620 */     color: #ffffff;
/* 16621 */     padding: 9px 17px 10px 17px;
/* 16622 */     border-radius: 4px;
/* 16623 */     line-height: 1;
/* 16624 */     border: 1px solid;
/* 16625 */     -webkit-transition: all 0.4s ease-in-out;
/* 16626 */        -moz-transition: all 0.4s ease-in-out;
/* 16627 */         -ms-transition: all 0.4s ease-in-out;
/* 16628 */          -o-transition: all 0.4s ease-in-out;
/* 16629 */             transition: all 0.4s ease-in-out;
/* 16630 */ }
/* 16631 */ .careerfy-headersixteen-btn:hover {
/* 16632 */     background-color: transparent; }
/* 16633 */ /* Sixteen Banner */
/* 16634 */ .careerfy-sixteen-banner {
/* 16635 */     float: left;
/* 16636 */     width: 100%;
/* 16637 */     background: url("../extra-images/sixteen-banner-bg.png");
/* 16638 */     background-repeat: no-repeat;
/* 16639 */     padding: 103px 0px 125px 0px;
/* 16640 */     text-align: center;
/* 16641 */ }
/* 16642 */ .careerfy-sixteen-banner h1 {
/* 16643 */     display: block;
/* 16644 */     font-size: 52px;
/* 16645 */     font-weight: bold;
/* 16646 */     color: #414141;
/* 16647 */     margin-bottom: 0px;
/* 16648 */     line-height: 1.5;
/* 16649 */ }
/* 16650 */ .careerfy-sixteen-banner span {

/* style.css */

/* 16651 */     font-size: 28px;
/* 16652 */     color: #999999;
/* 16653 */     display: block;
/* 16654 */     margin-bottom: 40px;
/* 16655 */ }
/* 16656 */ .careerfy-sixteen-banner form {
/* 16657 */     display: inline-block;
/* 16658 */     min-width: 750px;
/* 16659 */     position: relative;
/* 16660 */     margin-bottom: 33px;
/* 16661 */ }
/* 16662 */ .careerfy-sixteen-banner form input[type="text"] {
/* 16663 */     float: left;
/* 16664 */     width: 100%;
/* 16665 */     background-color: #eef0f2;
/* 16666 */     font-size: 16px;
/* 16667 */     color: #929292;
/* 16668 */     height: 53px;
/* 16669 */     padding: 5px 29px;
/* 16670 */     border-radius: 0px;
/* 16671 */ }
/* 16672 */ .careerfy-sixteen-banner form input[type="submit"] {
/* 16673 */     float: left;
/* 16674 */     padding: 19px 49px 18px 49px;
/* 16675 */     border: none;
/* 16676 */     color: #ffffff;
/* 16677 */     font-size: 16px;
/* 16678 */     font-weight: bold;
/* 16679 */     line-height: 1;
/* 16680 */     z-index: 99;
/* 16681 */     border-radius: 0px 4px 4px 0px;
/* 16682 */     -webkit-transition: all 0.4s ease-in-out;
/* 16683 */        -moz-transition: all 0.4s ease-in-out;
/* 16684 */         -ms-transition: all 0.4s ease-in-out;
/* 16685 */          -o-transition: all 0.4s ease-in-out;
/* 16686 */             transition: all 0.4s ease-in-out;
/* 16687 */ }
/* 16688 */ .careerfy-sixteen-banner form input[type="submit"]:hover {
/* 16689 */     color: #ffffff;
/* 16690 */ }
/* 16691 */ .careerfy-sixteen-banner-tags {
/* 16692 */     float: left;
/* 16693 */     width: 100%;
/* 16694 */ }
/* 16695 */ .careerfy-sixteen-banner-tags small {
/* 16696 */     display: inline-block;
/* 16697 */     font-size: 14px;
/* 16698 */ }
/* 16699 */ .careerfy-sixteen-banner-tags a {
/* 16700 */     display: inline-block;

/* style.css */

/* 16701 */     padding: 11px 19px;
/* 16702 */     font-size: 14px;
/* 16703 */     color: #999999;
/* 16704 */     border: 1px solid #999999;
/* 16705 */     border-radius: 4px;
/* 16706 */     line-height: 1;
/* 16707 */     margin: 0px 0px 10px 7px;
/* 16708 */     -webkit-transition: all 0.4s ease-in-out;
/* 16709 */        -moz-transition: all 0.4s ease-in-out;
/* 16710 */         -ms-transition: all 0.4s ease-in-out;
/* 16711 */          -o-transition: all 0.4s ease-in-out;
/* 16712 */             transition: all 0.4s ease-in-out;
/* 16713 */ }
/* 16714 */ .careerfy-sixteen-banner-tags a:hover {
/* 16715 */     color: #ffffff; }
/* 16716 */ /* Fancy Title Sixteen */
/* 16717 */ .careerfy-fancy-title-sixteen {
/* 16718 */     float: left;
/* 16719 */     width: 100%;
/* 16720 */     text-align: center;
/* 16721 */     margin-bottom: 42px;
/* 16722 */ }
/* 16723 */ .careerfy-fancy-title-sixteen h2 {
/* 16724 */     display: block;
/* 16725 */     font-size: 36px;
/* 16726 */     font-weight: bold;
/* 16727 */     color: #414141;
/* 16728 */     margin-bottom: 1px;
/* 16729 */     line-height: 1.3;
/* 16730 */ }
/* 16731 */ .careerfy-fancy-title-sixteen span {
/* 16732 */     font-size: 18px;
/* 16733 */     color: #999999;
/* 16734 */ }
/* 16735 */ /* Sixteen Jobs Slider */
/* 16736 */ .careerfy-sixteen-jobs-slider,
/* 16737 */ .careerfy-sixteen-jobs-grid,
/* 16738 */ .careerfy-sixteen-jobs-grid-text,
/* 16739 */ .careerfy-sixteen-jobs-grid figure,
/* 16740 */ .careerfy-sixteen-jobs-grid figure a {
/* 16741 */     float: left;
/* 16742 */     width: 100%;
/* 16743 */ }
/* 16744 */ .careerfy-sixteen-jobs-grid figure a {
/* 16745 */     text-align: center;
/* 16746 */     padding: 10px 0px;
/* 16747 */     position: relative;
/* 16748 */ }
/* 16749 */ .careerfy-sixteen-jobs-grid figure a:before {
/* 16750 */     content: '';

/* style.css */

/* 16751 */     position: absolute;
/* 16752 */     left: 0px;
/* 16753 */     top: 0px;
/* 16754 */     width: 100%;
/* 16755 */     height: 100%;
/* 16756 */     background-color: #000;
/* 16757 */     opacity: 0.40;
/* 16758 */ }
/* 16759 */ .careerfy-sixteen-jobs-grid figure img {
/* 16760 */     display: inline-block;
/* 16761 */     width: 150px;
/* 16762 */     position: relative;
/* 16763 */ }
/* 16764 */ .careerfy-sixteen-jobs-slider .slick-list {
/* 16765 */     margin: 0px -15px; }
/* 16766 */ .careerfy-sixteen-jobs-layer {
/* 16767 */     padding: 10px 15px; }
/* 16768 */ .careerfy-sixteen-jobs-grid {
/* 16769 */     background-color: #ffffff;
/* 16770 */     border: 1px solid rgba(0,0,0,0.11);
/* 16771 */     border-radius: 4px;
/* 16772 */     -webkit-transition: all 0.4s ease-in-out;
/* 16773 */        -moz-transition: all 0.4s ease-in-out;
/* 16774 */         -ms-transition: all 0.4s ease-in-out;
/* 16775 */          -o-transition: all 0.4s ease-in-out;
/* 16776 */             transition: all 0.4s ease-in-out;
/* 16777 */ }
/* 16778 */ .careerfy-sixteen-jobs-grid:hover {
/* 16779 */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
/* 16780 */ }
/* 16781 */ .careerfy-sixteen-jobs-grid figure {
/* 16782 */     margin-bottom: 0px;
/* 16783 */     overflow: hidden;
/* 16784 */ }
/* 16785 */ .careerfy-sixteen-jobs-grid-text {
/* 16786 */     padding: 22px 24px 28px 24px;
/* 16787 */ }
/* 16788 */ .careerfy-sixteen-jobs-grid-top {
/* 16789 */     float: left;
/* 16790 */     width: 100%;
/* 16791 */     padding-right: 50px;
/* 16792 */     position: relative;
/* 16793 */     margin-bottom: 10px;
/* 16794 */ }
/* 16795 */ .careerfy-sixteen-jobs-grid-top span {
/* 16796 */     display: block;
/* 16797 */     margin-bottom: 2px;
/* 16798 */ }
/* 16799 */ .careerfy-sixteen-jobs-grid-top span i {
/* 16800 */     margin-right: 6px;

/* style.css */

/* 16801 */ }
/* 16802 */ .careerfy-sixteen-jobs-grid-top h2 {
/* 16803 */     margin-bottom: 5px;
/* 16804 */     font-weight: bold;
/* 16805 */     line-height: 1.2;
/* 16806 */     font-size: 20px;
/* 16807 */ }
/* 16808 */ .careerfy-sixteen-jobs-grid-top h2 a {
/* 16809 */     color: #414141;
/* 16810 */ }
/* 16811 */ .careerfy-sixteen-jobs-grid-like {
/* 16812 */     position: absolute;
/* 16813 */     right: 0px;
/* 16814 */     top: 16px;
/* 16815 */     width: 34px;
/* 16816 */     height: 34px;
/* 16817 */     background-color: #c4c4c4;
/* 16818 */     color: #ffffff;
/* 16819 */     border-radius: 100%;
/* 16820 */     font-size: 16px;
/* 16821 */     text-align: center;
/* 16822 */     padding-top: 5px;
/* 16823 */     -webkit-transition: all 0.4s ease-in-out;
/* 16824 */        -moz-transition: all 0.4s ease-in-out;
/* 16825 */         -ms-transition: all 0.4s ease-in-out;
/* 16826 */          -o-transition: all 0.4s ease-in-out;
/* 16827 */             transition: all 0.4s ease-in-out;
/* 16828 */ }
/* 16829 */ .careerfy-sixteen-jobs-grid-text p {
/* 16830 */     font-size: 16px;
/* 16831 */     color: #999999;
/* 16832 */     margin-bottom: 25px;
/* 16833 */     letter-spacing: 0px;
/* 16834 */     line-height: 23px;
/* 16835 */ }
/* 16836 */ .careerfy-sixteen-jobs-grid-text small {
/* 16837 */     display: inline-block;
/* 16838 */     padding: 8px 15px;
/* 16839 */     font-size: 14px;
/* 16840 */     text-transform: uppercase;
/* 16841 */     background-color: #02377c;
/* 16842 */     color: #ffffff;
/* 16843 */     border-radius: 4px;
/* 16844 */     line-height: 1;
/* 16845 */ }
/* 16846 */ .careerfy-sixteen-jobs-slider .slick-dots {
/* 16847 */     margin-top: 34px; }
/* 16848 */ .careerfy-sixteen-jobs-slider .slick-dots li {
/* 16849 */     margin: 0px 5px;
/* 16850 */ }

/* style.css */

/* 16851 */ .careerfy-sixteen-jobs-slider .slick-dots li button {
/* 16852 */     width: 9px;
/* 16853 */     height: 9px;
/* 16854 */     background-color: #414141;
/* 16855 */     border-radius: 100%;
/* 16856 */ }
/* 16857 */ .careerfy-sixteen-jobs-slider .slick-dots li.slick-active button {
/* 16858 */     box-shadow: none; }
/* 16859 */ .careerfy-sixteen-banner-tags small,.careerfy-sixteen-jobs-grid-top span,
/* 16860 */ .careerfy-sixteen-topcompanies-list figcaption span {
/* 16861 */     color: #2758dd;
/* 16862 */ }
/* 16863 */
/* 16864 */ .careerfy-header-sixteen,.careerfy-sixteen-banner form input[type="submit"]:hover {
/* 16865 */     background-color: #2758dd;
/* 16866 */ }
/* 16867 */ .no-candidate-rating {
/* 16868 */     text-align: center; }
/* 16869 */ .careerfy-sixteen-candidate-grid-bottom.no-candidate-rating .careerfy-featured-candidates-loc {
/* 16870 */     float: none;
/* 16871 */     display: inline-block;
/* 16872 */ }
/* 16873 */ /* Sixteen Parallex */
/* 16874 */ .careerfy-sixteen-parallex {
/* 16875 */     float: left;
/* 16876 */     width: 100%;
/* 16877 */     text-align: center;
/* 16878 */     padding: 70px 0px 65px 0px;
/* 16879 */ }
/* 16880 */ .careerfy-sixteen-parallex h2 {
/* 16881 */     display: block;
/* 16882 */     font-size: 36px;
/* 16883 */     font-weight: bold;
/* 16884 */     color: #ffffff;
/* 16885 */     margin-bottom: 0px;
/* 16886 */ }
/* 16887 */ .careerfy-sixteen-parallex span {
/* 16888 */     display: block;
/* 16889 */     font-size: 18px;
/* 16890 */     color: #ffffff;
/* 16891 */     margin-bottom: 24px;
/* 16892 */ }
/* 16893 */ .careerfy-sixteen-parallex-btn {
/* 16894 */     display: inline-block;
/* 16895 */     font-size: 20px;
/* 16896 */     color: #ffffff;
/* 16897 */     padding: 13px 24px;
/* 16898 */     line-height: 1;
/* 16899 */     border-radius: 4px;
/* 16900 */     margin: 0px 10px 10px 10px;

/* style.css */

/* 16901 */     background-color: #2758dd;
/* 16902 */     border: 1px solid #ffffff;
/* 16903 */     min-width: 180px;
/* 16904 */     -webkit-transition: all 0.4s ease-in-out;
/* 16905 */        -moz-transition: all 0.4s ease-in-out;
/* 16906 */         -ms-transition: all 0.4s ease-in-out;
/* 16907 */          -o-transition: all 0.4s ease-in-out;
/* 16908 */             transition: all 0.4s ease-in-out;
/* 16909 */ }
/* 16910 */ /* Sixteen Top Companies Slider */
/* 16911 */ .careerfy-sixteen-topcompanies-slider,
/* 16912 */ .careerfy-sixteen-topcompanies-list,
/* 16913 */ .careerfy-sixteen-topcompanies-list figure,
/* 16914 */ .careerfy-sixteen-topcompanies-list figure > a,
/* 16915 */ .careerfy-sixteen-topcompanies-list figcaption {
/* 16916 */     float: left;
/* 16917 */     width: 100%;
/* 16918 */ }
/* 16919 */ .careerfy-sixteen-topcompanies-list ul li {
/* 16920 */     list-style: none; }
/* 16921 */ .careerfy-sixteen-topcompanies-list > ul > li {
/* 16922 */     margin-bottom: 30px; }
/* 16923 */ .careerfy-sixteen-topcompanies-list figure {
/* 16924 */     margin-bottom: 0px;
/* 16925 */     border: 1px solid #d9dcde;
/* 16926 */     border-radius: 4px;
/* 16927 */     background-color: #ffffff;
/* 16928 */     -webkit-transition: all 0.4s ease-in-out;
/* 16929 */        -moz-transition: all 0.4s ease-in-out;
/* 16930 */         -ms-transition: all 0.4s ease-in-out;
/* 16931 */          -o-transition: all 0.4s ease-in-out;
/* 16932 */             transition: all 0.4s ease-in-out;
/* 16933 */ }
/* 16934 */ .careerfy-sixteen-topcompanies-list li:hover figure {
/* 16935 */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); }
/* 16936 */ .careerfy-sixteen-topcompanies-list figure > a {
/* 16937 */     text-align: center;
/* 16938 */     border-bottom: 1px solid #d9dcde;
/* 16939 */     min-height: 141px;
/* 16940 */     padding: 25px 10px 15px 10px;
/* 16941 */ }
/* 16942 */ .careerfy-sixteen-topcompanies-list figure img {
/* 16943 */     display: inline-block;
/* 16944 */     width: 150px;
/* 16945 */ }
/* 16946 */ .no-rating-text {
/* 16947 */     float: left; }
/* 16948 */ .no-rating-text p {
/* 16949 */     margin-bottom: 0px; }
/* 16950 */ .careerfy-sixteen-topcompanies-list figcaption {

/* style.css */

/* 16951 */     padding: 12px 24px 25px 24px;
/* 16952 */ }
/* 16953 */ .careerfy-sixteen-topcompanies-list figcaption h2 {
/* 16954 */     color: #414141;
/* 16955 */     font-weight: bold;
/* 16956 */     margin-bottom: 6px;
/* 16957 */     word-wrap: break-word;
/* 16958 */ }
/* 16959 */ .careerfy-sixteen-topcompanies-list figcaption span {
/* 16960 */     display: block;
/* 16961 */     margin-bottom: 13px;
/* 16962 */     line-height: 1;
/* 16963 */ }
/* 16964 */ .careerfy-sixteen-topcompanies-list figcaption span i {
/* 16965 */     margin-right: 6px; }
/* 16966 */ .careerfy-sixteen-topcompanies-list figcaption small {
/* 16967 */     padding: 8px 18px;
/* 16968 */     background-color: #929292;
/* 16969 */     color: #ffffff;
/* 16970 */     text-transform: uppercase;
/* 16971 */     font-size: 14px;
/* 16972 */     line-height: 1;
/* 16973 */     border-radius: 4px;
/* 16974 */     display: inline-block;
/* 16975 */ }
/* 16976 */ .careerfy-sixteen-topcompanies-slider .slick-dots {
/* 16977 */     margin-top: 15px; }
/* 16978 */ .careerfy-sixteen-topcompanies-slider .slick-dots li {
/* 16979 */     margin: 0px 5px;
/* 16980 */ }
/* 16981 */ .careerfy-sixteen-topcompanies-slider .slick-dots li button {
/* 16982 */     width: 9px;
/* 16983 */     height: 9px;
/* 16984 */     background-color: #414141;
/* 16985 */     border-radius: 100%;
/* 16986 */ }
/* 16987 */ .careerfy-sixteen-topcompanies-slider .slick-dots li.slick-active button {
/* 16988 */     box-shadow: none; }
/* 16989 */ /* Sixteen Jobs Links */
/* 16990 */ .careerfy-sixteen-jobs-links,
/* 16991 */ .careerfy-sixteen-jobs-links ul,
/* 16992 */ .careerfy-sixteen-jobs-links ul li {
/* 16993 */     float: left;
/* 16994 */     width: 100%;
/* 16995 */ }
/* 16996 */ .careerfy-sixteen-jobs-links h2 {
/* 16997 */     color: #474b56;
/* 16998 */     font-size: 22px;
/* 16999 */     margin-bottom: 11px;
/* 17000 */ }

/* style.css */

/* 17001 */ .careerfy-sixteen-jobs-links ul li {
/* 17002 */     list-style: none;
/* 17003 */     line-height: 1.3;
/* 17004 */     margin-bottom: 13px;
/* 17005 */ }
/* 17006 */ .careerfy-sixteen-jobs-links ul li a {
/* 17007 */     color: #929292;
/* 17008 */     font-size: 16px;
/* 17009 */     -webkit-transition: all 0.4s ease-in-out;
/* 17010 */        -moz-transition: all 0.4s ease-in-out;
/* 17011 */         -ms-transition: all 0.4s ease-in-out;
/* 17012 */          -o-transition: all 0.4s ease-in-out;
/* 17013 */             transition: all 0.4s ease-in-out;
/* 17014 */ }
/* 17015 */ .careerfy-sixteen-jobs-links ul li:hover a,
/* 17016 */ .careerfy-sixteen-jobs-links ul li.active a {
/* 17017 */     font-weight: bold; }
/* 17018 */ /* Sixteen Candidate Slider */
/* 17019 */ .careerfy-sixteen-candidate-slider,
/* 17020 */ .careerfy-sixteen-candidate-grid,
/* 17021 */ .careerfy-sixteen-candidate-grid-inner,
/* 17022 */ .careerfy-sixteen-candidate-grid figure,
/* 17023 */ .careerfy-sixteen-candidate-grid figure a img,
/* 17024 */ .careerfy-sixteen-candidate-grid-text,
/* 17025 */ .careerfy-sixteen-candidate-grid-bottom {
/* 17026 */     float: left;
/* 17027 */     width: 100%;
/* 17028 */ }
/* 17029 */ .careerfy-sixteen-candidate-grid ul li {
/* 17030 */     list-style: none; }
/* 17031 */ .careerfy-sixteen-candidate-grid > ul > li {
/* 17032 */     margin-bottom: 30px; }
/* 17033 */ .careerfy-sixteen-candidate-grid-inner {
/* 17034 */     border: 1px solid #d9dcde;
/* 17035 */     border-radius: 3px 3px 0px 0px;
/* 17036 */     padding: 25px 24px 15px 24px;
/* 17037 */     background-color: #ffffff;
/* 17038 */     text-align: center;
/* 17039 */ }
/* 17040 */ .careerfy-sixteen-candidate-grid figure {
/* 17041 */     margin-bottom: 0px;
/* 17042 */ }
/* 17043 */ .careerfy-sixteen-candidate-grid figure > a {
/* 17044 */     display: inline-block;
/* 17045 */     width: 99px;
/* 17046 */     border-radius: 100%;
/* 17047 */     border: 3px solid #e5e9eb;
/* 17048 */     margin-bottom: 4px;
/* 17049 */ }
/* 17050 */ .careerfy-sixteen-candidate-grid figure a img {

/* style.css */

/* 17051 */     border-radius: 100%; }
/* 17052 */ .careerfy-sixteen-candidate-grid figure figcaption {
/* 17053 */     position: absolute;
/* 17054 */     left: 0px;
/* 17055 */     top: 0px;
/* 17056 */     width: 100%;
/* 17057 */ }
/* 17058 */ .careerfy-sixteen-candidate-grid figure span {
/* 17059 */     float: left;
/* 17060 */     font-size: 18px;
/* 17061 */     color: #474b56;
/* 17062 */ }
/* 17063 */ .careerfy-sixteen-candidate-grid-like {
/* 17064 */     background-color: #999999;
/* 17065 */     width: 34px;
/* 17066 */     height: 34px;
/* 17067 */     color: #ffffff;
/* 17068 */     float: right;
/* 17069 */     border-radius: 100%;
/* 17070 */     font-size: 15px;
/* 17071 */     line-height: 2.3;
/* 17072 */     -webkit-transition: all 0.4s ease-in-out;
/* 17073 */        -moz-transition: all 0.4s ease-in-out;
/* 17074 */         -ms-transition: all 0.4s ease-in-out;
/* 17075 */          -o-transition: all 0.4s ease-in-out;
/* 17076 */             transition: all 0.4s ease-in-out;
/* 17077 */ }
/* 17078 */ .careerfy-sixteen-candidate-grid-text h2 {
/* 17079 */     font-size: 21px;
/* 17080 */     color: #474b56;
/* 17081 */     margin-bottom: 2px;
/* 17082 */ }
/* 17083 */ .careerfy-sixteen-candidate-grid-text span {
/* 17084 */     color: #2758dd;
/* 17085 */     display: block;
/* 17086 */     line-height: 1;
/* 17087 */     margin-bottom: 13px;
/* 17088 */ }
/* 17089 */ .careerfy-sixteen-candidate-grid-text small {
/* 17090 */     display: inline-block;
/* 17091 */     padding: 8px 14px;
/* 17092 */     line-height: 1;
/* 17093 */     background-color: #02377c;
/* 17094 */     color: #ffffff;
/* 17095 */     font-size: 14px;
/* 17096 */     text-transform: uppercase;
/* 17097 */     border-radius: 4px;
/* 17098 */     margin-bottom: 24px;
/* 17099 */ }
/* 17100 */ .careerfy-featured-rating {

/* style.css */

/* 17101 */     float: left;
/* 17102 */ }
/* 17103 */ .careerfy-featured-candidates-grid .careerfy-featured-rating {
/* 17104 */     float: none; }
/* 17105 */ .careerfy-sixteen-candidate-grid-bottom .careerfy-featured-candidates-loc {
/* 17106 */     float: right;
/* 17107 */     font-size: 18px;
/* 17108 */     color: #474b56;
/* 17109 */ }
/* 17110 */ .careerfy-sixteen-candidate-grid-btn {
/* 17111 */     float: left;
/* 17112 */     width: 50%;
/* 17113 */     background-color: #929292;
/* 17114 */     color: #ffffff;
/* 17115 */     font-size: 21px;
/* 17116 */     padding: 17px 10px;
/* 17117 */     line-height: 1;
/* 17118 */     text-align: center;
/* 17119 */ }
/* 17120 */ .careerfy-sixteen-candidate-slider .slick-dots {
/* 17121 */     margin-top: 15px; }
/* 17122 */ .careerfy-sixteen-candidate-slider .slick-dots li {
/* 17123 */     margin: 0px 5px;
/* 17124 */ }
/* 17125 */ .careerfy-sixteen-candidate-slider .slick-dots li button {
/* 17126 */     width: 9px;
/* 17127 */     height: 9px;
/* 17128 */     background-color: #414141;
/* 17129 */     border-radius: 100%;
/* 17130 */ }
/* 17131 */ .careerfy-sixteen-candidate-slider .slick-dots li.slick-active button {
/* 17132 */     box-shadow: none; }
/* 17133 */ /* Sixteen Blog Medium */
/* 17134 */ .careerfy-sixteen-blog-medium-inner,
/* 17135 */ .careerfy-sixteen-blog-medium figure a,
/* 17136 */ .careerfy-sixteen-blog-medium figure img {
/* 17137 */     float: left;
/* 17138 */     width: 100%;
/* 17139 */ }
/* 17140 */ .careerfy-sixteen-blog-medium-inner {
/* 17141 */     background-color: #f4f7f9;
/* 17142 */     padding: 20px;
/* 17143 */ }
/* 17144 */ .careerfy-sixteen-blog-medium figure {
/* 17145 */     float: left;
/* 17146 */     width: 150px;
/* 17147 */     margin-bottom: 0px;
/* 17148 */ }
/* 17149 */ .careerfy-sixteen-blog-medium figure ~ .careerfy-sixteen-blog-medium-text {
/* 17150 */     margin-left: 171px;

/* style.css */

/* 17151 */     padding-top: 5px;
/* 17152 */ }
/* 17153 */ .careerfy-sixteen-blog-medium-text h2 {
/* 17154 */     font-size: 22px;
/* 17155 */     margin-bottom: 5px;
/* 17156 */     line-height: 1.2;
/* 17157 */     letter-spacing: 0px;
/* 17158 */ }
/* 17159 */ .careerfy-sixteen-blog-medium-text span {
/* 17160 */     display: inline-block;
/* 17161 */     color: #2758dd;
/* 17162 */     margin-bottom: 2px;
/* 17163 */     margin-right: 4px;
/* 17164 */ }
/* 17165 */ .careerfy-sixteen-blog-medium-text p {
/* 17166 */     font-size: 16px;
/* 17167 */     color: #929292;
/* 17168 */     margin-bottom: 0px;
/* 17169 */     line-height: 24px;
/* 17170 */     letter-spacing: 0px;
/* 17171 */ }
/* 17172 */ /* Sixteen PricePlan */
/* 17173 */ .careerfy-sixteen-priceplan {
/* 17174 */     float: left;
/* 17175 */     width: 100%;
/* 17176 */     background-color: #ffffff;
/* 17177 */     padding: 50px 40px 40px 40px;
/* 17178 */     text-align: center;
/* 17179 */     border-radius: 4px;
/* 17180 */     margin-bottom: 30px;
/* 17181 */ }
/* 17182 */ .careerfy-sixteen-priceplan-wrap {
/* 17183 */     padding: 0px; }
/* 17184 */ .careerfy-sixteen-priceplan.active {
/* 17185 */     position: relative;
/* 17186 */     z-index: 5;
/* 17187 */     box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
/* 17188 */ }
/* 17189 */ .careerfy-sixteen-priceplan h2 {
/* 17190 */     font-size: 22px;
/* 17191 */     color: #414141;
/* 17192 */     margin-bottom: 20px;
/* 17193 */ }
/* 17194 */ .careerfy-sixteen-priceplan span {
/* 17195 */     display: block;
/* 17196 */     font-size: 55px;
/* 17197 */     font-weight: bold;
/* 17198 */     color: #414141;
/* 17199 */     line-height: 1.1;
/* 17200 */     margin-bottom: 28px;

/* style.css */

/* 17201 */     letter-spacing: 0px;
/* 17202 */ }
/* 17203 */ .careerfy-sixteen-priceplan small {
/* 17204 */     display: block;
/* 17205 */     font-weight: 500;
/* 17206 */     font-size: 13px;
/* 17207 */     color: #2758dd;
/* 17208 */     text-transform: uppercase;
/* 17209 */     margin-top: 10px;
/* 17210 */ }
/* 17211 */ .careerfy-sixteen-priceplan ul,
/* 17212 */ .careerfy-sixteen-priceplan ul li {
/* 17213 */     float: left;
/* 17214 */     width: 100%;
/* 17215 */ }
/* 17216 */ .careerfy-sixteen-priceplan ul {
/* 17217 */     margin-bottom: 19px; }
/* 17218 */ .careerfy-sixteen-priceplan ul li {
/* 17219 */     color: #929292;
/* 17220 */     text-transform: uppercase;
/* 17221 */     list-style: none;
/* 17222 */     margin-bottom: 12px;
/* 17223 */ }
/* 17224 */ .careerfy-sixteen-priceplan-btn a {
/* 17225 */     -webkit-transition: all 0.4s ease-in-out;
/* 17226 */        -moz-transition: all 0.4s ease-in-out;
/* 17227 */         -ms-transition: all 0.4s ease-in-out;
/* 17228 */          -o-transition: all 0.4s ease-in-out;
/* 17229 */             transition: all 0.4s ease-in-out;
/* 17230 */ }
/* 17231 */ .careerfy-sixteen-priceplan-btn {
/* 17232 */     display: inline-block;
/* 17233 */     min-width: 210px;
/* 17234 */     padding: 18px 10px 17px 10px;
/* 17235 */     line-height: 1;
/* 17236 */     font-size: 18px;
/* 17237 */     color: #414141;
/* 17238 */     border: 1px solid #414141;
/* 17239 */     text-align: center;
/* 17240 */     border-radius: 4px;
/* 17241 */     -webkit-transition: all 0.4s ease-in-out;
/* 17242 */        -moz-transition: all 0.4s ease-in-out;
/* 17243 */         -ms-transition: all 0.4s ease-in-out;
/* 17244 */          -o-transition: all 0.4s ease-in-out;
/* 17245 */             transition: all 0.4s ease-in-out;
/* 17246 */ }
/* 17247 */ .careerfy-sixteen-priceplan:hover .careerfy-sixteen-priceplan-btn a,
/* 17248 */ .careerfy-sixteen-priceplan.active .careerfy-sixteen-priceplan-btn a {
/* 17249 */     color: #ffffff; }
/* 17250 */ /* Footer Sixteen */

/* style.css */

/* 17251 */ .careerfy-footer-sixteen {
/* 17252 */     background-color: #414141;
/* 17253 */     padding: 70px 0px 0px 0px;
/* 17254 */ }
/* 17255 */ .careerfy-footer-sixteen .careerfy-footer-widget [class*="col-md-"] {
/* 17256 */     width: 20%;
/* 17257 */ }
/* 17258 */ .careerfy-footer-sixteen .footer-widget-title {
/* 17259 */     margin-bottom: 10px; }
/* 17260 */ .careerfy-footer-sixteen .footer-widget-title h2 {
/* 17261 */     font-size: 20px;
/* 17262 */     margin-bottom: 0px;
/* 17263 */     color: #ffffff;
/* 17264 */ }
/* 17265 */ .careerfy-footer-sixteen .widget_nav_menu ul li a {
/* 17266 */     font-size: 16px;
/* 17267 */     -webkit-transition: all 0.4s ease-in-out;
/* 17268 */        -moz-transition: all 0.4s ease-in-out;
/* 17269 */         -ms-transition: all 0.4s ease-in-out;
/* 17270 */          -o-transition: all 0.4s ease-in-out;
/* 17271 */             transition: all 0.4s ease-in-out;
/* 17272 */ }
/* 17273 */ .careerfy-footer-sixteen .widget_nav_menu ul li a:before {
/* 17274 */     display: none; }
/* 17275 */ .careerfy-footer-sixteen .widget_nav_menu ul li:hover a {
/* 17276 */     font-weight: bold; }
/* 17277 */ .copyright-sixteen {
/* 17278 */     float: left;
/* 17279 */     width: 100%;
/* 17280 */     border-top: 1px solid #4b4b4b;
/* 17281 */     box-shadow: 0px -1px 0px 0px #353535;
/* 17282 */     text-align: center;
/* 17283 */     padding: 20px 0px 17px 0px;
/* 17284 */ }
/* 17285 */ .copyright-sixteen-download {
/* 17286 */     float: left;
/* 17287 */ }
/* 17288 */ .careerfy-sixteen-banner .sugg-search-loader {
/* 17289 */     position: absolute;
/* 17290 */     right: 20px;
/* 17291 */     top: 11px;
/* 17292 */ }
/* 17293 */ .careerfy-sixteen-banner .suggestions-wrapper ul li {
/* 17294 */     width: 100%;
/* 17295 */     text-align: left;
/* 17296 */ }
/* 17297 */ .copyright-sixteen-download span {
/* 17298 */     font-size: 16px;
/* 17299 */     color: #929292;
/* 17300 */     display: inline-block;

/* style.css */

/* 17301 */     margin-right: 8px;
/* 17302 */ }
/* 17303 */ .copyright-sixteen-download i {
/* 17304 */     color: #ffffff;
/* 17305 */     font-size: 24px;
/* 17306 */ }
/* 17307 */ .copyright-sixteen p {
/* 17308 */     display: inline-block;
/* 17309 */     font-size: 16px;
/* 17310 */     color: #929292;
/* 17311 */     margin-bottom: 0px;
/* 17312 */ }
/* 17313 */ .copyright-sixteen-social {
/* 17314 */     float: right;
/* 17315 */ }
/* 17316 */ .copyright-sixteen-social li {
/* 17317 */     float: left;
/* 17318 */     list-style: none;
/* 17319 */     margin: 0px 0px 0px 9px;
/* 17320 */ }
/* 17321 */ .copyright-sixteen-social li a {
/* 17322 */     font-size: 32px;
/* 17323 */     color: #929292;
/* 17324 */     -webkit-transition: all 0.4s ease-in-out;
/* 17325 */        -moz-transition: all 0.4s ease-in-out;
/* 17326 */         -ms-transition: all 0.4s ease-in-out;
/* 17327 */          -o-transition: all 0.4s ease-in-out;
/* 17328 */             transition: all 0.4s ease-in-out;
/* 17329 */ }
/* 17330 */ .single .careerfy-header-twelve { padding-top: 0px; }
/* 17331 */ .careerfy-search-six-wrap {
/* 17332 */     position: relative;
/* 17333 */     z-index: 2;
/* 17334 */ }
/* 17335 */ /* Header Seventeen */
/* 17336 */ .careerfy-header-seventeen-strip {
/* 17337 */     float: left;
/* 17338 */     width: 100%;
/* 17339 */     background-color: #e6eaec;
/* 17340 */     padding: 10px 0px;
/* 17341 */ }
/* 17342 */ .careerfy-header-seventeen-strip p {
/* 17343 */     float: left;
/* 17344 */     margin-bottom: 0px;
/* 17345 */     color: #666666;
/* 17346 */     font-size: 16px;
/* 17347 */     margin-right: 18px;
/* 17348 */ }
/* 17349 */ .careerfy-header-seventeen-strip p a {
/* 17350 */     color: #666666; }

/* style.css */

/* 17351 */ .careerfy-header-seventeen-strip p i {
/* 17352 */     margin-right: 4px; }
/* 17353 */ .careerfy-header-seventeen-social {
/* 17354 */     float: right;
/* 17355 */ }
/* 17356 */ .careerfy-header-seventeen-social li {
/* 17357 */     float: left;
/* 17358 */     list-style: none;
/* 17359 */     margin: 4px 0px 0px 5px;
/* 17360 */ }
/* 17361 */ .careerfy-header-seventeen-social li a {
/* 17362 */     float: left;
/* 17363 */     width: 24px;
/* 17364 */     height: 24px;
/* 17365 */     background-color: #666666;
/* 17366 */     color: #ffffff;
/* 17367 */     font-size: 12px;
/* 17368 */     text-align: center;
/* 17369 */     border-radius: 100%;
/* 17370 */     padding-top: 7px;
/* 17371 */     line-height: 1;
/* 17372 */     -webkit-transition: all 0.4s ease-in-out;
/* 17373 */        -moz-transition: all 0.4s ease-in-out;
/* 17374 */         -ms-transition: all 0.4s ease-in-out;
/* 17375 */          -o-transition: all 0.4s ease-in-out;
/* 17376 */             transition: all 0.4s ease-in-out;
/* 17377 */ }
/* 17378 */ /* Header Seventeen Main */
/* 17379 */ .careerfy-header-seventeen-main {
/* 17380 */     float: left;
/* 17381 */     width: 100%;
/* 17382 */     background-color: #ffffff;
/* 17383 */ }
/* 17384 */ .careerfy-header-seventeen .careerfy-logo {
/* 17385 */     display: inline-block;
/* 17386 */     vertical-align: middle;
/* 17387 */     width: 25%;
/* 17388 */     float: none;
/* 17389 */ }
/* 17390 */ .careerfy-header-seventeen-right {
/* 17391 */     display: inline-block;
/* 17392 */     vertical-align: middle;
/* 17393 */     width: 75%;
/* 17394 */     margin-right: -4px;
/* 17395 */ }
/* 17396 */ .careerfy-header-seventeen .jobsearch-navigation,
/* 17397 */ .careerfy-blockseventeen-element {
/* 17398 */     float: right;
/* 17399 */ }
/* 17400 */ .careerfy-header-seventeen .navbar-nav > li > a {

/* style.css */

/* 17401 */     color: #666666;
/* 17402 */     font-size: 16px;
/* 17403 */ }
/* 17404 */ .careerfy-header-seventeen .navbar-nav > li > a:before {
/* 17405 */     display: none; }
/* 17406 */ .careerfy-headerseventeen-user {
/* 17407 */     float: left;
/* 17408 */     margin-top: 20px;
/* 17409 */ }
/* 17410 */ .careerfy-headerseventeen-user > li {
/* 17411 */     float: left;
/* 17412 */     list-style: none;
/* 17413 */     margin: 7px 0px;
/* 17414 */     position: relative;
/* 17415 */ }
/* 17416 */ .careerfy-headerseventeen-user > li > a {
/* 17417 */     font-size: 16px;
/* 17418 */     color: #ffffff;
/* 17419 */     padding: 8px 34px 9px 34px;
/* 17420 */     display: inline-block;
/* 17421 */     border-radius: 80px;
/* 17422 */     line-height: 1;
/* 17423 */     border: 1px solid;
/* 17424 */     -webkit-transition: all 0.4s ease-in-out;
/* 17425 */        -moz-transition: all 0.4s ease-in-out;
/* 17426 */         -ms-transition: all 0.4s ease-in-out;
/* 17427 */          -o-transition: all 0.4s ease-in-out;
/* 17428 */             transition: all 0.4s ease-in-out;
/* 17429 */ }
/* 17430 */ .careerfy-headerseventeen-user > li:hover > a {
/* 17431 */     background-color: transparent; }
/* 17432 */ .careerfy-headerseventeen-btn {
/* 17433 */     font-size: 16px;
/* 17434 */     color: #666666;
/* 17435 */     padding: 8px 20px 9px 20px;
/* 17436 */     display: inline-block;
/* 17437 */     border-radius: 80px;
/* 17438 */     line-height: 1;
/* 17439 */     border: 1px solid #666666;
/* 17440 */     margin: 28px 0px 0px 9px;
/* 17441 */     -webkit-transition: all 0.4s ease-in-out;
/* 17442 */        -moz-transition: all 0.4s ease-in-out;
/* 17443 */         -ms-transition: all 0.4s ease-in-out;
/* 17444 */          -o-transition: all 0.4s ease-in-out;
/* 17445 */             transition: all 0.4s ease-in-out;
/* 17446 */ }
/* 17447 */ .careerfy-headerseventeen-btn:hover {
/* 17448 */     color: #ffffff; }
/* 17449 */ /* Seventeen Banner */
/* 17450 */ .careerfy-seventeen-banner {

/* style.css */

/* 17451 */     float: left;
/* 17452 */     width: 100%;
/* 17453 */ }
/* 17454 */ .careerfy-seventeen-banner-layer {
/* 17455 */     position: relative; }
/* 17456 */ .careerfy-seventeen-banner-caption {
/* 17457 */     position: absolute;
/* 17458 */     left: 0px;
/* 17459 */     top: 50%;
/* 17460 */     width: 100%;
/* 17461 */     margin-top: -140px;
/* 17462 */ }
/* 17463 */ .careerfy-seventeen-banner-caption-inner {
/* 17464 */     display: inline-block;
/* 17465 */     width: 65%;
/* 17466 */ }
/* 17467 */ .careerfy-seventeen-banner-caption h1 {
/* 17468 */     font-size: 50px;
/* 17469 */     font-weight: 600;
/* 17470 */     color: #ffffff;
/* 17471 */     margin-bottom: 14px;
/* 17472 */     display: block;
/* 17473 */     line-height: 1.1;
/* 17474 */     text-transform: capitalize;
/* 17475 */ }
/* 17476 */ .careerfy-seventeen-banner-caption p {
/* 17477 */     display: block;
/* 17478 */     font-size: 18px;
/* 17479 */     color: #ffffff;
/* 17480 */     margin-bottom: 23px;
/* 17481 */ }
/* 17482 */ .careerfy-seventeen-banner-btn {
/* 17483 */     display: inline-block;
/* 17484 */     color: #666666;
/* 17485 */     padding: 11px 24px 12px 24px;
/* 17486 */     background-color: #ffffff;
/* 17487 */     border-radius: 80px;
/* 17488 */     font-size: 16px;
/* 17489 */     line-height: 1;
/* 17490 */     -webkit-transition: all 0.4s ease-in-out;
/* 17491 */        -moz-transition: all 0.4s ease-in-out;
/* 17492 */         -ms-transition: all 0.4s ease-in-out;
/* 17493 */          -o-transition: all 0.4s ease-in-out;
/* 17494 */             transition: all 0.4s ease-in-out;
/* 17495 */ }
/* 17496 */ .careerfy-seventeen-banner-btn:hover {
/* 17497 */     color: #ffffff; }
/* 17498 */ /* Seventeen Search */
/* 17499 */ .careerfy-seventeen-search {
/* 17500 */     float: left;

/* style.css */

/* 17501 */     width: 100%;
/* 17502 */     padding-bottom: 19px;
/* 17503 */ }
/* 17504 */ .careerfy-seventeen-search ul {
/* 17505 */     margin: 0px -14px;
/* 17506 */ }
/* 17507 */ .careerfy-seventeen-search ul > li {
/* 17508 */     float: left;
/* 17509 */     list-style: none;
/* 17510 */     width: 50%;
/* 17511 */     padding: 0px 14px;
/* 17512 */ }
/* 17513 */ .careerfy-seventeen-search input[type="text"] {
/* 17514 */     float: left;
/* 17515 */     width: 100%;
/* 17516 */     background-color: #ffffff;
/* 17517 */     border: 1px solid #d4d8d9;
/* 17518 */     border-radius: 4px;
/* 17519 */     font-size: 16px;
/* 17520 */     color: #afafaf;
/* 17521 */     padding: 5px 20px;
/* 17522 */     height: 42px;
/* 17523 */     margin: 0px 0px 0px 0px;
/* 17524 */ }
/* 17525 */
/* 17526 */
/* 17527 */ .careerfy-seventeen-search .careerfy-seventeen-search-list {
/* 17528 */     margin: 0px -6px; }
/* 17529 */ .careerfy-seventeen-search .careerfy-seventeen-search-list li {
/* 17530 */     width: 50%;
/* 17531 */     float: left;
/* 17532 */     padding: 0px 6px;
/* 17533 */     margin-top: 19px;
/* 17534 */     position: relative;
/* 17535 */ }
/* 17536 */ .careerfy-seventeen-search-list span.sugg-search-loader {
/* 17537 */     position: absolute;
/* 17538 */     right: 15px;
/* 17539 */     top: 8px;
/* 17540 */ }
/* 17541 */ .careerfy-seventeen-search-list span.loc-loader {
/* 17542 */     position: absolute;
/* 17543 */     right: 21px;
/* 17544 */     top: 8px;
/* 17545 */     background: #fff;
/* 17546 */     z-index: 9;
/* 17547 */ }
/* 17548 */ .all-searches-on .careerfy-seventeen-search-list li {
/* 17549 */     width: 33.333%; }
/* 17550 */ .careerfy-seventeen-search a.geolction-btn {

/* style.css */

/* 17551 */     position: absolute;
/* 17552 */     right: 19px;
/* 17553 */     top: 13px;
/* 17554 */ }
/* 17555 */ .careerfy-seventeen-search .careerfy-select-style {
/* 17556 */     float: left; }
/* 17557 */ .careerfy-seventeen-search .careerfy-select-style .item {
/* 17558 */     height: 40px;
/* 17559 */     padding-top: 11px;
/* 17560 */     font-size: 14px;
/* 17561 */     color: #555;
/* 17562 */ }
/* 17563 */ .careerfy-seventeen-search li:hover .careerfy-radius-tooltip {
/* 17564 */     opacity: 0;
/* 17565 */     visibility: hidden;
/* 17566 */ }
/* 17567 */ .careerfy-seventeen-search li .careerfy-seventeen-search-list li:hover .careerfy-radius-tooltip,
/* 17568 */ .advserch-field:hover .careerfy-radius-tooltip {
/* 17569 */     opacity: 1;
/* 17570 */     visibility: visible;
/* 17571 */ }
/* 17572 */
/* 17573 */
/* 17574 */ .careerfy-seventeen-search.search-keyword-off.search-loc-off ul.careerfy-seventeen-search-list li,
/* 17575 */ .careerfy-seventeen-search.search-cat-off.search-loc-off ul.careerfy-seventeen-search-list li,
/* 17576 */ .careerfy-seventeen-search.search-keyword-off.search-cat-off ul.careerfy-seventeen-search-list li,
/* 17577 */ .careerfy-seventeen-search .jobsearch-sugges-search input[type="text"],
/* 17578 */ .careerfy-seventeen-search .careerfy-select-style,
/* 17579 */ .careerfy-seventeen-search .jobsearch-sugges-search {
/* 17580 */     width: 100%; }
/* 17581 */
/* 17582 */ .careerfy-seventeen-search ul > li > span {
/* 17583 */     float: left;
/* 17584 */     color: #666666;
/* 17585 */     font-size: 16px;
/* 17586 */     padding-top: 25px;
/* 17587 */ }
/* 17588 */ .careerfy-seventeen-search-radio {
/* 17589 */     float: left;
/* 17590 */     width: 100px;
/* 17591 */     padding-top: 32px;
/* 17592 */ }
/* 17593 */ /* Seventeen Search Radio  */
/* 17594 */ .careerfy-seventeen-search-radio .form-radio {
/* 17595 */      -webkit-appearance: none;
/* 17596 */      -moz-appearance: none;
/* 17597 */      appearance: none;
/* 17598 */      float: left;
/* 17599 */      position: relative;
/* 17600 */      background-color: #ffffff;

/* style.css */

/* 17601 */      color: #666;
/* 17602 */      top: 3px;
/* 17603 */      height: 14px;
/* 17604 */      width: 14px;
/* 17605 */      border: 1px solid #b8bbbd;
/* 17606 */      box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.30) inset;
/* 17607 */      border-radius: 2px;
/* 17608 */      cursor: pointer;
/* 17609 */      margin-right: 7px;
/* 17610 */      margin-top: 0px;
/* 17611 */      outline: none;
/* 17612 */ }
/* 17613 */ .careerfy-seventeen-search-radio .form-radio:checked:before {
/* 17614 */      position: absolute;
/* 17615 */      font-size: 11px;
/* 17616 */     left: 3px;
/* 17617 */     top: -2px;
/* 17618 */      content: '\02143';
/* 17619 */      transform: rotate(40deg);
/* 17620 */ }
/* 17621 */ .careerfy-seventeen-search-radio  .form-radio:hover {
/* 17622 */      background-color: #f7f7f7;
/* 17623 */ }
/* 17624 */ .careerfy-seventeen-search-radio  .form-radio:checked {
/* 17625 */      background-color: #f1f1f1;
/* 17626 */ }
/* 17627 */ .careerfy-seventeen-search-radio label {
/* 17628 */     float: left;
/* 17629 */     font-size: 16px;
/* 17630 */     font-weight: 400;
/* 17631 */     color: #666666;
/* 17632 */     margin-bottom: 0px;
/* 17633 */     -webkit-font-smoothing: antialiased;
/* 17634 */     -moz-osx-font-smoothing: grayscale;
/* 17635 */     cursor: pointer;
/* 17636 */ }
/* 17637 */ .careerfy-seventeen-search input[type="submit"] {
/* 17638 */     float: right;
/* 17639 */     padding: 10px 30px 11px 30px;
/* 17640 */     color: #ffffff;
/* 17641 */     border-radius: 4px;
/* 17642 */     font-size: 16px;
/* 17643 */     border: 1px solid;
/* 17644 */     line-height: 1;
/* 17645 */     font-weight: 400;
/* 17646 */     margin-top: 19px;
/* 17647 */     -webkit-transition: all 0.4s ease-in-out;
/* 17648 */        -moz-transition: all 0.4s ease-in-out;
/* 17649 */         -ms-transition: all 0.4s ease-in-out;
/* 17650 */          -o-transition: all 0.4s ease-in-out;

/* style.css */

/* 17651 */             transition: all 0.4s ease-in-out;
/* 17652 */ }
/* 17653 */ .careerfy-seventeen-search input[type="submit"]:hover {
/* 17654 */     background-color: transparent; }
/* 17655 */ /* Seventeen Services */
/* 17656 */ .careerfy-seventeen-services {
/* 17657 */     float: left;
/* 17658 */     width: 100%;
/* 17659 */ }
/* 17660 */ .careerfy-seventeen-services ul li {
/* 17661 */     list-style: none; }
/* 17662 */ .careerfy-seventeen-services > ul > li {
/* 17663 */     margin-bottom: 30px;
/* 17664 */     text-align: center;
/* 17665 */     position: relative;
/* 17666 */ }
/* 17667 */ .careerfy-seventeen-services i {
/* 17668 */     display: inline-block;
/* 17669 */     width: 160px;
/* 17670 */     height: 160px;
/* 17671 */     border: 11px solid #ffffff;
/* 17672 */     border-radius: 100%;
/* 17673 */     font-size: 51px;
/* 17674 */     box-shadow: inset 0px 0px 0px 2px #ff0000, 0 0px 15px rgba(0,0,0,0.15);
/* 17675 */     line-height: 2.7;
/* 17676 */     margin-bottom: 31px;
/* 17677 */     position: relative;
/* 17678 */     -webkit-transition: all 0.4s ease-in-out;
/* 17679 */        -moz-transition: all 0.4s ease-in-out;
/* 17680 */         -ms-transition: all 0.4s ease-in-out;
/* 17681 */          -o-transition: all 0.4s ease-in-out;
/* 17682 */             transition: all 0.4s ease-in-out;
/* 17683 */ }
/* 17684 */ .careerfy-seventeen-services h2 {
/* 17685 */     font-size: 20px;
/* 17686 */     font-weight: 600;
/* 17687 */     color: #000000;
/* 17688 */     margin-bottom: 6px;
/* 17689 */ }
/* 17690 */ .careerfy-seventeen-services p {
/* 17691 */     font-size: 16px;
/* 17692 */     color: #666666;
/* 17693 */     margin-bottom: 0px;
/* 17694 */     letter-spacing: 0px;
/* 17695 */ }
/* 17696 */ .careerfy-seventeen-services li:nth-child(odd):before {
/* 17697 */     content: '';
/* 17698 */     position: absolute;
/* 17699 */     right: -32%;
/* 17700 */     top: 0px;

/* style.css */

/* 17701 */     width: 172px;
/* 17702 */     height: 36px;
/* 17703 */     background: url("images/seventeen-services-border-1.png");
/* 17704 */ }
/* 17705 */ .careerfy-seventeen-services li:nth-child(even):before {
/* 17706 */     content: '';
/* 17707 */     position: absolute;
/* 17708 */     right: -30%;
/* 17709 */     top: 122px;
/* 17710 */     width: 172px;
/* 17711 */     height: 40px;
/* 17712 */     background: url("images/seventeen-services-border-2.png");
/* 17713 */ }
/* 17714 */ .careerfy-seventeen-services li:nth-child(4n):before {
/* 17715 */     display: none; }
/* 17716 */ .careerfy-seventeen-services li:hover i {
/* 17717 */     color: #ffffff; }
/* 17718 */ /* Fancy Title Seventeen */
/* 17719 */ .careerfy-fancy-title-seventeen {
/* 17720 */     float: left;
/* 17721 */     width: 100%;
/* 17722 */     text-align: center;
/* 17723 */     margin-bottom: 45px;
/* 17724 */ }
/* 17725 */ .careerfy-fancy-title-seventeen h2 {
/* 17726 */     display: block;
/* 17727 */     line-height: 1.2;
/* 17728 */     font-size: 40px;
/* 17729 */     font-weight: 600;
/* 17730 */     color: #000000;
/* 17731 */     margin-bottom: 2px;
/* 17732 */ }
/* 17733 */ .careerfy-fancy-title-seventeen span {
/* 17734 */     display: block;
/* 17735 */     font-size: 18px;
/* 17736 */     color: #666666;
/* 17737 */     margin-bottom: 7px;
/* 17738 */ }
/* 17739 */ .careerfy-fancy-title-seventeen small {
/* 17740 */     display: inline-block;
/* 17741 */     width: 10px;
/* 17742 */     height: 10px;
/* 17743 */     background-color: #666666;
/* 17744 */     border-radius: 100%;
/* 17745 */     margin: 0px 3px;
/* 17746 */ }
/* 17747 */ /* Sixteen Jobs Grid List */
/* 17748 */ .careerfy-sixteen-jobs-grid-list {
/* 17749 */     float: left;
/* 17750 */     width: 100%;

/* style.css */

/* 17751 */ }
/* 17752 */ .careerfy-sixteen-jobs-grid-list ul li {
/* 17753 */     list-style: none; }
/* 17754 */ .careerfy-sixteen-jobs-grid-list > ul > li {
/* 17755 */     margin-bottom: 30px;
/* 17756 */     float: none;
/* 17757 */     display: inline-block;
/* 17758 */     vertical-align: top;
/* 17759 */     margin-right: -4px;
/* 17760 */ }
/* 17761 */ .careerfy-sixteen-jobs-grid-list .careerfy-sixteen-jobs-grid-top h2 {
/* 17762 */     font-size: 21px; }
/* 17763 */ /* Seventeen Testimonial */
/* 17764 */ .careerfy-seventeen-testimonial {
/* 17765 */     float: left;
/* 17766 */     width: 100%;
/* 17767 */     border: 1px solid #cfd2d4;
/* 17768 */     background-color: #ffffff;
/* 17769 */     padding: 30px 30px 27px 30px;
/* 17770 */     margin-bottom: 30px;
/* 17771 */     -webkit-transition: all 0.4s ease-in-out;
/* 17772 */        -moz-transition: all 0.4s ease-in-out;
/* 17773 */         -ms-transition: all 0.4s ease-in-out;
/* 17774 */          -o-transition: all 0.4s ease-in-out;
/* 17775 */             transition: all 0.4s ease-in-out;
/* 17776 */ }
/* 17777 */ .careerfy-seventeen-testimonial:hover {
/* 17778 */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); }
/* 17779 */ .careerfy-seventeen-testimonial figure {
/* 17780 */     float: left;
/* 17781 */     width: 100%;
/* 17782 */     margin-bottom: 18px;
/* 17783 */ }
/* 17784 */ .careerfy-seventeen-testimonial figure strong {
/* 17785 */     position: absolute;
/* 17786 */     right: 12px;
/* 17787 */     bottom: -2px;
/* 17788 */     width: 15px;
/* 17789 */     height: 15px;
/* 17790 */     border: 3px solid #ffffff;
/* 17791 */     background-color: #ed7800;
/* 17792 */     border-radius: 100%;
/* 17793 */ }
/* 17794 */ .careerfy-seventeen-testimonial figure > a {
/* 17795 */     float: left;
/* 17796 */     width: 70px;
/* 17797 */     position: relative;
/* 17798 */ }
/* 17799 */ .careerfy-seventeen-testimonial figure > a img {
/* 17800 */     border-radius: 100%; }

/* style.css */

/* 17801 */ .careerfy-seventeen-testimonial figure > a ~ figcaption {
/* 17802 */     margin-left: 90px;
/* 17803 */     line-height: 1;
/* 17804 */     padding-top: 9px;
/* 17805 */ }
/* 17806 */ .careerfy-seventeen-testimonial figure figcaption {
/* 17807 */     position: relative;
/* 17808 */     padding-right: 90px;
/* 17809 */ }
/* 17810 */ .careerfy-seventeen-testimonial h2 {
/* 17811 */     font-size: 20px;
/* 17812 */     font-weight: 600;
/* 17813 */     margin-bottom: 0px;
/* 17814 */ }
/* 17815 */ .careerfy-seventeen-testimonial span {
/* 17816 */     display: block;
/* 17817 */     font-size: 14px;
/* 17818 */     color: #ff0000;
/* 17819 */ }
/* 17820 */ .careerfy-seventeen-testimonial small {
/* 17821 */     position: absolute;
/* 17822 */     right: 0px;
/* 17823 */     top: 23px;
/* 17824 */     color: #666666;
/* 17825 */     font-size: 14px;
/* 17826 */ }
/* 17827 */ .careerfy-seventeen-testimonial p {
/* 17828 */     color: #666666;
/* 17829 */     font-size: 16px;
/* 17830 */     margin-bottom: 0px;
/* 17831 */     letter-spacing: 0px;
/* 17832 */ }
/* 17833 */ /* RefeJobs LoadMore button */
/* 17834 */ .careerfy-refejobs-loadmore-btn {
/* 17835 */     float: left;
/* 17836 */     width: 100%;
/* 17837 */     text-align: center;
/* 17838 */     margin: 40px 0px 20px 0px;
/* 17839 */ }
/* 17840 */ .careerfy-refejobs-loadmore-btn a {
/* 17841 */     display: inline-block;
/* 17842 */     padding: 12px 27px;
/* 17843 */     border: 1px solid;
/* 17844 */     border-radius: 80px;
/* 17845 */     font-size: 18px;
/* 17846 */     color: #ffffff;
/* 17847 */     line-height: 1;
/* 17848 */     font-weight: 300;
/* 17849 */     -webkit-transition: all 0.4s ease-in-out;
/* 17850 */        -moz-transition: all 0.4s ease-in-out;

/* style.css */

/* 17851 */         -ms-transition: all 0.4s ease-in-out;
/* 17852 */          -o-transition: all 0.4s ease-in-out;
/* 17853 */             transition: all 0.4s ease-in-out;
/* 17854 */ }
/* 17855 */ .careerfy-refejobs-loadmore-btn a:hover {
/* 17856 */     background-color: transparent; }
/* 17857 */ /* Seventeen Employers Grid */
/* 17858 */ .careerfy-seventeen-employers-grid,
/* 17859 */ .careerfy-seventeen-employers-grid-inner,
/* 17860 */ .careerfy-seventeen-employers-grid figure {
/* 17861 */     float: left;
/* 17862 */     width: 100%;
/* 17863 */ }
/* 17864 */ .careerfy-seventeen-employers-grid ul li {
/* 17865 */     list-style: none; }
/* 17866 */ .careerfy-seventeen-employers-grid > ul > li {
/* 17867 */     margin-bottom: 30px; }
/* 17868 */ .careerfy-seventeen-employers-grid-inner {
/* 17869 */     border: 1px solid #cdd0d2;
/* 17870 */     background-color: #ffffff;
/* 17871 */     text-align: center;
/* 17872 */     padding: 37px 15px 48px 15px;
/* 17873 */     position: relative;
/* 17874 */     -webkit-transition: all 0.4s ease-in-out;
/* 17875 */        -moz-transition: all 0.4s ease-in-out;
/* 17876 */         -ms-transition: all 0.4s ease-in-out;
/* 17877 */          -o-transition: all 0.4s ease-in-out;
/* 17878 */             transition: all 0.4s ease-in-out;
/* 17879 */ }
/* 17880 */ .careerfy-seventeen-employers-grid-inner:hover {
/* 17881 */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); }
/* 17882 */ .careerfy-seventeen-employers-grid figure {
/* 17883 */     margin-bottom: 17px; }
/* 17884 */ .careerfy-seventeen-employers-grid figure a {
/* 17885 */     display: inline-block;
/* 17886 */     width: 93px;
/* 17887 */ }
/* 17888 */ .careerfy-seventeen-employers-grid h2 {
/* 17889 */     font-size: 22px;
/* 17890 */     margin-bottom: 10px;
/* 17891 */     font-weight: 600;
/* 17892 */ }
/* 17893 */ .careerfy-seventeen-employers-grid span {
/* 17894 */     display: block;
/* 17895 */     font-size: 18px;
/* 17896 */     color: #ff0000;
/* 17897 */     margin-bottom: 22px;
/* 17898 */ }
/* 17899 */ .careerfy-seventeen-employers-grid small {
/* 17900 */     display: inline-block;

/* style.css */

/* 17901 */     font-size: 14px;
/* 17902 */     color: #ffffff;
/* 17903 */     text-transform: uppercase;
/* 17904 */     background-color: #666666;
/* 17905 */     border-radius: 4px;
/* 17906 */     padding: 9px 18px;
/* 17907 */     line-height: 1;
/* 17908 */ }
/* 17909 */ /* RefeJobs List */
/* 17910 */ .careerfy-refejobs-list,
/* 17911 */ .careerfy-refejobs-list-inner {
/* 17912 */     float: left;
/* 17913 */     width: 100%;
/* 17914 */ }
/* 17915 */ .careerfy-refejobs-list ul li {
/* 17916 */     list-style: none; }
/* 17917 */ .careerfy-refejobs-list > ul > li {
/* 17918 */     margin-bottom: 10px; }
/* 17919 */ .careerfy-refejobs-list-inner {
/* 17920 */     background-color: #f1f1f1;
/* 17921 */     padding: 15px 21px;
/* 17922 */ }
/* 17923 */ .careerfy-refejobs-list figure {
/* 17924 */     display: inline-block;
/* 17925 */     vertical-align: middle;
/* 17926 */     margin-bottom: 0px;
/* 17927 */     width: 31%;
/* 17928 */     margin-right: -4px;
/* 17929 */ }
/* 17930 */ .careerfy-refejobs-list small,
/* 17931 */ .careerfy-refejobs-list-btn {
/* 17932 */     display: inline-block;
/* 17933 */     vertical-align: middle;
/* 17934 */     width: 14%;
/* 17935 */     margin-right: -4px;
/* 17936 */     text-align: left;
/* 17937 */ }
/* 17938 */ .careerfy-refejobs-list figure > a {
/* 17939 */     float: left;
/* 17940 */     width: 64px;
/* 17941 */ }
/* 17942 */ .careerfy-refejobs-list figure > a img {
/* 17943 */     border-radius: 100%;
/* 17944 */     border: 1px solid #ddd;
/* 17945 */ }
/* 17946 */ .careerfy-refejobs-list figure figcaption {
/* 17947 */     line-height: 1; }
/* 17948 */ .careerfy-refejobs-list figure > a ~ figcaption {
/* 17949 */     margin-left: 79px;
/* 17950 */     padding-top: 8px;

/* style.css */

/* 17951 */ }
/* 17952 */ .careerfy-refejobs-list figcaption h2 {
/* 17953 */     font-size: 16px;
/* 17954 */     font-weight: bold;
/* 17955 */     margin-bottom: 2px;
/* 17956 */ }
/* 17957 */ .careerfy-refejobs-list figcaption span {
/* 17958 */     font-size: 14px;
/* 17959 */     color: #6e6565;
/* 17960 */     display: block;
/* 17961 */ }
/* 17962 */ .careerfy-refejobs-list small {
/* 17963 */     font-size: 14px;
/* 17964 */     color: #6e6565;
/* 17965 */ }
/* 17966 */ .careerfy-refejobs-list small i {
/* 17967 */     font-size: 16px;
/* 17968 */     margin-right: 7px;
/* 17969 */ }
/* 17970 */ .careerfy-refejobs-list-btn {
/* 17971 */     text-align: right; }
/* 17972 */ .careerfy-refejobs-list-btn span {
/* 17973 */     display: inline-block;
/* 17974 */     font-size: 16px;
/* 17975 */     font-weight: bold;
/* 17976 */     color: #6e6565;
/* 17977 */     border: 1px solid;
/* 17978 */     line-height: 1;
/* 17979 */     padding: 5px 25px 6px 25px;
/* 17980 */     -webkit-transition: all 0.4s ease-in-out;
/* 17981 */        -moz-transition: all 0.4s ease-in-out;
/* 17982 */         -ms-transition: all 0.4s ease-in-out;
/* 17983 */          -o-transition: all 0.4s ease-in-out;
/* 17984 */             transition: all 0.4s ease-in-out;
/* 17985 */ }
/* 17986 */ li:hover .careerfy-refejobs-list-btn span {
/* 17987 */     color: #ffffff; }
/* 17988 */ .careerfy-header-eighteen {
/* 17989 */     float: left;
/* 17990 */     width: 100%;
/* 17991 */     padding: 0px 50px;
/* 17992 */ }
/* 17993 */ /* Header eighteen Main */
/* 17994 */ .careerfy-header-eighteen-main {
/* 17995 */     float: left;
/* 17996 */     width: 100%;
/* 17997 */     background-color: #ffffff;
/* 17998 */ }
/* 17999 */ .careerfy-blockeighteen-element {
/* 18000 */     display: inline-block;

/* style.css */

/* 18001 */     vertical-align: middle;
/* 18002 */     width: 50%;
/* 18003 */     margin-right: -4px;
/* 18004 */ }
/* 18005 */ .careerfy-header-eighteen-right {
/* 18006 */     display: inline-block;
/* 18007 */     vertical-align: middle;
/* 18008 */     width: 70%;
/* 18009 */     margin-right: -4px;
/* 18010 */ }
/* 18011 */ .careerfy-header-eighteen .careerfy-logo {
/* 18012 */     margin: 17px 15px 17px 0px;
/* 18013 */     float: none;
/* 18014 */ }
/* 18015 */ .careerfy-header-eighteen .careerfy-logo,
/* 18016 */ .careerfy-header-eighteen .jobsearch-navigation {
/* 18017 */     display: inline-block;
/* 18018 */     vertical-align: middle;
/* 18019 */ }
/* 18020 */ .careerfy-header-eighteen .careerfy-navigation li.submenu-addicon > a:after {
/* 18021 */     content: "\e9b8";
/* 18022 */     font-family: careerfy;
/* 18023 */     font-size: 10px;
/* 18024 */     color: #999;
/* 18025 */     margin-left: 8px;
/* 18026 */ }
/* 18027 */ .careerfy-blockeighteen-element:last-child {
/* 18028 */     text-align: right; }
/* 18029 */ .careerfy-header-eighteen .navbar-nav > li > a {
/* 18030 */     color: #666666;
/* 18031 */     font-size: 16px;
/* 18032 */ }
/* 18033 */ .careerfy-header-eighteen .navbar-nav > li:hover > a,
/* 18034 */ .careerfy-header-eighteen .navbar-nav > li.active > a {
/* 18035 */     font-weight: bold;
/* 18036 */ }
/* 18037 */ .careerfy-header-eighteen .navbar-nav > li > a:before {
/* 18038 */     height: 3px;
/* 18039 */     bottom: 25px;
/* 18040 */ }
/* 18041 */ .careerfy-header-two .navbar-nav .sub-menu,
/* 18042 */ .careerfy-header-two .navbar-nav .children {
/* 18043 */     left: auto;
/* 18044 */     right: 0px;
/* 18045 */ }
/* 18046 */ .careerfy-header-eighteen .navbar-nav .sub-menu {
/* 18047 */     margin: 0px; }
/* 18048 */ .careerfy-headereighteen-user {
/* 18049 */     display: inline-block;
/* 18050 */     vertical-align: middle;

/* style.css */

/* 18051 */ }
/* 18052 */ .careerfy-headereighteen-user > li {
/* 18053 */     float: left;
/* 18054 */     list-style: none;
/* 18055 */     margin: 7px 0px;
/* 18056 */     position: relative;
/* 18057 */ }
/* 18058 */ .careerfy-headereighteen-user > li > a {
/* 18059 */     font-size: 16px;
/* 18060 */     color: #000;
/* 18061 */     padding: 0px 30px 0px 0px;
/* 18062 */     display: inline-block;
/* 18063 */     line-height: 1;
/* 18064 */     -webkit-transition: all 0.4s ease-in-out;
/* 18065 */        -moz-transition: all 0.4s ease-in-out;
/* 18066 */         -ms-transition: all 0.4s ease-in-out;
/* 18067 */          -o-transition: all 0.4s ease-in-out;
/* 18068 */             transition: all 0.4s ease-in-out;
/* 18069 */ }
/* 18070 */ .careerfy-headereighteen-user > li:hover > a {
/* 18071 */     background-color: transparent; }
/* 18072 */ .careerfy-headereighteen-btn {
/* 18073 */     font-size: 16px;
/* 18074 */     color: #ffffff;
/* 18075 */     padding: 8px 20px 9px 20px;
/* 18076 */     display: inline-block;
/* 18077 */     border-radius: 80px;
/* 18078 */     line-height: 1;
/* 18079 */     border: 1px solid #666666;
/* 18080 */     margin: 0px 0px 0px 9px;
/* 18081 */     vertical-align: middle;
/* 18082 */     -webkit-transition: all 0.4s ease-in-out;
/* 18083 */        -moz-transition: all 0.4s ease-in-out;
/* 18084 */         -ms-transition: all 0.4s ease-in-out;
/* 18085 */          -o-transition: all 0.4s ease-in-out;
/* 18086 */             transition: all 0.4s ease-in-out;
/* 18087 */ }
/* 18088 */ .careerfy-headereighteen-btn:hover {
/* 18089 */     color: #ffffff; }
/* 18090 */ /* Sixteen Banner */
/* 18091 */ .careerfy-eighteen-banner {
/* 18092 */     float: left;
/* 18093 */     width: 100%;
/* 18094 */     padding: 98px 0px 119px 0px;
/* 18095 */     text-align: center;
/* 18096 */     position: relative;
/* 18097 */ }
/* 18098 */ .careerfy-eighteen-banner .container {
/* 18099 */     position: relative; }
/* 18100 */ .careerfy-eighteen-banner h1 {

/* style.css */

/* 18101 */     display: block;
/* 18102 */     font-size: 50px;
/* 18103 */     font-weight: bold;
/* 18104 */     color: #ffffff;
/* 18105 */     margin-bottom: 0px;
/* 18106 */     line-height: 1.5;
/* 18107 */ }
/* 18108 */ .careerfy-eighteen-banner-title {
/* 18109 */     display: inline-block;
/* 18110 */     width: 100%;
/* 18111 */     position: relative;
/* 18112 */ }
/* 18113 */ .careerfy-eighteen-banner span {
/* 18114 */     font-size: 30px;
/* 18115 */     color: #ffffff;
/* 18116 */     display: block;
/* 18117 */     margin-bottom: 40px;
/* 18118 */     line-height: 1.1;
/* 18119 */ }
/* 18120 */ .careerfy-eighteen-banner form {
/* 18121 */     display: inline-block;
/* 18122 */     width: 100%;
/* 18123 */     position: relative;
/* 18124 */     margin-bottom: 30px;
/* 18125 */ }
/* 18126 */ .careerfy-eighteen-banner form input[type="text"] {
/* 18127 */     float: left;
/* 18128 */     width: 100%;
/* 18129 */     background-color: #eef0f2;
/* 18130 */     font-size: 16px;
/* 18131 */     color: #727272;
/* 18132 */     height: 54px;
/* 18133 */     padding: 5px 29px;
/* 18134 */     border-radius: 0px;
/* 18135 */ }
/* 18136 */ .careerfy-eighteen-banner form input[type="submit"] {
/* 18137 */     float: left;
/* 18138 */     padding: 19px 49px 19px 49px;
/* 18139 */     border: none;
/* 18140 */     color: #ffffff;
/* 18141 */     font-size: 16px;
/* 18142 */     font-weight: bold;
/* 18143 */     line-height: 1;
/* 18144 */     border-radius: 0px 4px 4px 0px;
/* 18145 */     z-index: 99;
/* 18146 */     -webkit-transition: all 0.4s ease-in-out;
/* 18147 */        -moz-transition: all 0.4s ease-in-out;
/* 18148 */         -ms-transition: all 0.4s ease-in-out;
/* 18149 */          -o-transition: all 0.4s ease-in-out;
/* 18150 */             transition: all 0.4s ease-in-out;

/* style.css */

/* 18151 */ }
/* 18152 */ .careerfy-eighteen-banner form input[type="submit"]:hover {
/* 18153 */     color: #ffffff;
/* 18154 */ }
/* 18155 */ /* Seventeen Search Radio  */
/* 18156 */ .careerfy-eighteen-search-radio {
/* 18157 */     display: inline-flex;
/* 18158 */     padding-right: 12px;
/* 18159 */     margin-top: 14px;
/* 18160 */     align-items: center;
/* 18161 */ }
/* 18162 */ .careerfy-eighteen-search-radio .form-radio {
/* 18163 */      -webkit-appearance: none;
/* 18164 */      -moz-appearance: none;
/* 18165 */      appearance: none;
/* 18166 */      float: left;
/* 18167 */      position: relative;
/* 18168 */      background-color: #ffffff;
/* 18169 */      color: #666;
/* 18170 */      top: 0px;
/* 18171 */      height: 16px;
/* 18172 */      width: 16px;
/* 18173 */      border: none;
/* 18174 */      border-radius: 100%;
/* 18175 */      cursor: pointer;
/* 18176 */      margin: 0px 7px 0px 0px;
/* 18177 */      outline: none;
/* 18178 */ }
/* 18179 */ .careerfy-eighteen-search-radio .form-radio:checked:before {
/* 18180 */     position: absolute;
/* 18181 */     left: 0px;
/* 18182 */     top: 0px;
/* 18183 */     width: 16px;
/* 18184 */     height: 16px;
/* 18185 */     border-radius: 100%;
/* 18186 */     content: '';
/* 18187 */ }
/* 18188 */ .careerfy-eighteen-search-radio, .careerfy-eighteen-search-radio input, .careerfy-eighteen-search-radio label {
/* 18189 */     outline: none !important; }
/* 18190 */ .careerfy-eighteen-search-radio  .form-radio:hover {
/* 18191 */      background-color: #f7f7f7;
/* 18192 */ }
/* 18193 */ .careerfy-eighteen-search-radio  .form-radio:checked {
/* 18194 */      background-color: #f1f1f1;
/* 18195 */ }
/* 18196 */ .careerfy-eighteen-search-radio label {
/* 18197 */     float: left;
/* 18198 */     font-size: 18px;
/* 18199 */     font-weight: 400;
/* 18200 */     color: #ffffff;

/* style.css */

/* 18201 */     margin-bottom: 0px;
/* 18202 */     -webkit-font-smoothing: antialiased;
/* 18203 */     -moz-osx-font-smoothing: grayscale;
/* 18204 */     cursor: pointer;
/* 18205 */ }
/* 18206 */ /* Services Eighteen */
/* 18207 */ .careerfy-services-eighteen {
/* 18208 */     float: left;
/* 18209 */     width: 100%;
/* 18210 */     text-align: center;
/* 18211 */ }
/* 18212 */ .careerfy-services-eighteen [class*="col-md-"] {
/* 18213 */     float: none;
/* 18214 */     display: inline-block;
/* 18215 */     vertical-align: top;
/* 18216 */     margin-right: -4px;
/* 18217 */     padding-top: 50px;
/* 18218 */     padding-bottom: 50px;
/* 18219 */     border-left: 1px solid #d5d5d5;
/* 18220 */     position: relative;
/* 18221 */ }
/* 18222 */ .careerfy-services-eighteen [class*="col-md-"]:before {
/* 18223 */     content: '';
/* 18224 */     position: absolute;
/* 18225 */     left: 0px;
/* 18226 */     top: 0px;
/* 18227 */     width: 1px;
/* 18228 */     height: 100%;
/* 18229 */     background-color: #ffffff;
/* 18230 */ }
/* 18231 */ .careerfy-services-eighteen [class*="col-md-"]:nth-child(1):before {
/* 18232 */     border: none; }
/* 18233 */ .careerfy-services-eighteen [class*="col-md-"]:nth-child(1):before {
/* 18234 */     display: none; }
/* 18235 */ .careerfy-services-eighteen i {
/* 18236 */     font-size: 50px;
/* 18237 */     display: inline-block;
/* 18238 */     margin-bottom: 19px;
/* 18239 */ }
/* 18240 */ .careerfy-services-eighteen span {
/* 18241 */     display: block;
/* 18242 */     font-size: 26px;
/* 18243 */     color: #000000;
/* 18244 */     font-weight: 300;
/* 18245 */     margin-bottom: 10px;
/* 18246 */ }
/* 18247 */ .careerfy-services-eighteen p {
/* 18248 */     font-size: 16px;
/* 18249 */     color: #727272;
/* 18250 */     margin-bottom: 15px;

/* style.css */

/* 18251 */     letter-spacing: 0px;
/* 18252 */     line-height: 1.4;
/* 18253 */     padding: 0px 15px;
/* 18254 */ }
/* 18255 */ .careerfy-services-eighteen a {
/* 18256 */     display: inline-block;
/* 18257 */     padding: 10px 24px 11px 24px;
/* 18258 */     background-color: #ffffff;
/* 18259 */     border-radius: 80px;
/* 18260 */     font-size: 16px;
/* 18261 */     border: 1px solid;
/* 18262 */     line-height: 1;
/* 18263 */     -webkit-transition: all 0.4s ease-in-out;
/* 18264 */        -moz-transition: all 0.4s ease-in-out;
/* 18265 */         -ms-transition: all 0.4s ease-in-out;
/* 18266 */          -o-transition: all 0.4s ease-in-out;
/* 18267 */             transition: all 0.4s ease-in-out;
/* 18268 */ }
/* 18269 */ .careerfy-services-eighteen [class*="col-md-"]:hover a {
/* 18270 */     color: #ffffff; }
/* 18271 */ /* Fancy Title Eighteen */
/* 18272 */ .careerfy-fancy-title-eighteen {
/* 18273 */     float: left;
/* 18274 */     width: 100%;
/* 18275 */     text-align: center;
/* 18276 */     margin-bottom: 45px;
/* 18277 */ }
/* 18278 */ .careerfy-fancy-title-eighteen h2 {
/* 18279 */     font-size: 36px;
/* 18280 */     font-weight: 600;
/* 18281 */     color: #000000;
/* 18282 */     margin-bottom: 0px;
/* 18283 */     display: block;
/* 18284 */     line-height: 1.2;
/* 18285 */ }
/* 18286 */ .careerfy-fancy-title-eighteen span {
/* 18287 */     font-size: 16px;
/* 18288 */     color: #727272;
/* 18289 */ }
/* 18290 */ /* RefeJobs List Two */
/* 18291 */ .careerfy-refejobs-list-two .careerfy-refejobs-list-inner {
/* 18292 */     padding: 22px;
/* 18293 */     background-color: #ffffff;
/* 18294 */     border-bottom: 1px solid #e3e3e3;
/* 18295 */ }
/* 18296 */ .careerfy-refejobs-list-two li:last-child .careerfy-refejobs-list-inner {
/* 18297 */     border: none; }
/* 18298 */ /* Sector Grid */
/* 18299 */ .careerfy-sector-grid {
/* 18300 */     float: left;

/* style.css */

/* 18301 */     width: 100%;
/* 18302 */     text-align: center;
/* 18303 */ }
/* 18304 */ .careerfy-sector-grid [class*="col-md-"] {
/* 18305 */     float: none;
/* 18306 */     text-align: left;
/* 18307 */     display: inline-block;
/* 18308 */     vertical-align: top;
/* 18309 */     margin: 0px -4px 30px 0px;
/* 18310 */ }
/* 18311 */ .careerfy-sector-grid [class*="col-md-"] > a {
/* 18312 */     float: left;
/* 18313 */     width: 100%;
/* 18314 */     margin-bottom: 22px;
/* 18315 */ }
/* 18316 */ .careerfy-sector-grid [class*="col-md-"] > a img {
/* 18317 */     float: left;
/* 18318 */     width: 100%;
/* 18319 */ }
/* 18320 */ .careerfy-sector-grid h2 {
/* 18321 */     display: inline-block;
/* 18322 */     width: 100%;
/* 18323 */     font-size: 22px;
/* 18324 */     font-weight: 300;
/* 18325 */     margin-bottom: 3px;
/* 18326 */ }
/* 18327 */ .careerfy-sector-grid i {
/* 18328 */     font-size: 40px;
/* 18329 */     display: inline-block;
/* 18330 */     margin-bottom: 15px;
/* 18331 */ }
/* 18332 */ .careerfy-sector-grid img {
/* 18333 */     width: 100%;
/* 18334 */     display: inline-block;
/* 18335 */     margin-bottom: 15px;
/* 18336 */ }
/* 18337 */ .careerfy-sector-grid h2 a {
/* 18338 */     color: #000000; }
/* 18339 */ .careerfy-sector-grid span {
/* 18340 */     float: left;
/* 18341 */     width: 100%;
/* 18342 */     font-size: 14px;
/* 18343 */     color: #727272;
/* 18344 */     margin-bottom: 13px;
/* 18345 */ }
/* 18346 */ .careerfy-sector-grid span small {
/* 18347 */     float: right;
/* 18348 */     background-color: #dbdbdb;
/* 18349 */     color: #727272;
/* 18350 */     font-size: 14px;

/* style.css */

/* 18351 */     border-radius: 80px;
/* 18352 */     padding: 2px 15px 3px 15px;
/* 18353 */     line-height: 1;
/* 18354 */     margin: 3px 0px 0px 0px;
/* 18355 */ }
/* 18356 */ /* Sixteen Parallex Two */
/* 18357 */ .careerfy-sixteen-parallex-two .careerfy-sixteen-parallex-btn {
/* 18358 */     border-radius: 80px; }
/* 18359 */ .careerfy-sixteen-parallex-two .careerfy-sixteen-parallex-btn:hover {
/* 18360 */     background-color: #ffffff; }
/* 18361 */ .careerfy-sixteen-parallex-two .careerfy-sixteen-parallex-btn:hover {
/* 18362 */     color: #004de1; }
/* 18363 */ .careerfy-sixteen-parallex.careerfy-sixteen-parallex-two {
/* 18364 */     padding: 46px 0px 50px 0px; }
/* 18365 */ /* Eighteen Blog Grid */
/* 18366 */ .careerfy-eighteen-blog-grid,
/* 18367 */ .careerfy-eighteen-blog-grid figure a,
/* 18368 */ .careerfy-eighteen-blog-grid figure img,
/* 18369 */ .careerfy-eighteen-blog-grid-inner {
/* 18370 */     float: left;
/* 18371 */     width: 100%;
/* 18372 */ }
/* 18373 */ .careerfy-eighteen-blog-grid .careerfy-eighteen-blog-grid-inner {
/* 18374 */     padding-bottom: 26px;
/* 18375 */     margin-bottom: 26px;
/* 18376 */     border-bottom: 1px solid #e8e8e8;
/* 18377 */ }
/* 18378 */ .careerfy-eighteen-blog-grid [class*="col-md-"]:nth-last-child(2) .careerfy-eighteen-blog-grid-inner,
/* 18379 */ .careerfy-eighteen-blog-grid [class*="col-md-"]:nth-last-child(1) .careerfy-eighteen-blog-grid-inner {
/* 18380 */     border: none;
/* 18381 */ }
/* 18382 */ .careerfy-eighteen-blog-grid figure {
/* 18383 */     float: left;
/* 18384 */     width: 86px;
/* 18385 */     margin-bottom: 0px;
/* 18386 */ }
/* 18387 */ .careerfy-eighteen-blog-grid figure a:before {
/* 18388 */     content: '';
/* 18389 */     position: absolute;
/* 18390 */     left: 0px;
/* 18391 */     top: 0px;
/* 18392 */     width: 100%;
/* 18393 */     height: 40%;
/* 18394 */     opacity: 0;
/* 18395 */     -webkit-transition: all 0.4s ease-in-out;
/* 18396 */        -moz-transition: all 0.4s ease-in-out;
/* 18397 */         -ms-transition: all 0.4s ease-in-out;
/* 18398 */          -o-transition: all 0.4s ease-in-out;
/* 18399 */             transition: all 0.4s ease-in-out;
/* 18400 */ }

/* style.css */

/* 18401 */ .careerfy-btns-con.careerfy-btns-con-elementor {
/* 18402 */     display: inline-block; }
/* 18403 */ .careerfy-eighteen-blog-grid figure i {
/* 18404 */     position: absolute;
/* 18405 */     left: 50%;
/* 18406 */     top: 50%;
/* 18407 */     width: 46px;
/* 18408 */     height: 46px;
/* 18409 */     border: 2px solid #ffffff;
/* 18410 */     border-radius: 100%;
/* 18411 */     color: #ffffff;
/* 18412 */     text-align: center;
/* 18413 */     padding: 14px 0px 0px 0px;
/* 18414 */     margin: -22px 0px 0px -22px;
/* 18415 */     opacity: 0;
/* 18416 */     -webkit-transition: all 0.9s ease-in-out;
/* 18417 */        -moz-transition: all 0.9s ease-in-out;
/* 18418 */         -ms-transition: all 0.9s ease-in-out;
/* 18419 */          -o-transition: all 0.9s ease-in-out;
/* 18420 */             transition: all 0.9s ease-in-out;
/* 18421 */ }
/* 18422 */ .careerfy-eighteen-blog-grid [class*="col-md-"]:hover figure i {
/* 18423 */     opacity: 1; }
/* 18424 */ .careerfy-eighteen-blog-grid [class*="col-md-"]:hover figure a:before {
/* 18425 */     opacity: 0.80;
/* 18426 */     height: 100%;
/* 18427 */ }
/* 18428 */ .careerfy-eighteen-blog-grid figure ~ .careerfy-eighteen-blog-grid-text {
/* 18429 */     margin-left: 110px; }
/* 18430 */ .careerfy-eighteen-blog-grid-text span {
/* 18431 */     display: inline-block;
/* 18432 */     vertical-align: middle;
/* 18433 */     border-right: 2px solid #e8e8e8;
/* 18434 */     text-align: center;
/* 18435 */     font-size: 15px;
/* 18436 */     color: #6e6565;
/* 18437 */     text-transform: uppercase;
/* 18438 */     padding: 9px 13px 8px 0px;
/* 18439 */     line-height: 1;
/* 18440 */ }
/* 18441 */ .careerfy-eighteen-blog-grid-text span small {
/* 18442 */     display: block;
/* 18443 */     font-size: 50px;
/* 18444 */     line-height: 1;
/* 18445 */ }
/* 18446 */ .careerfy-eighteen-blog-grid-left {
/* 18447 */     display: inline-block;
/* 18448 */     vertical-align: middle;
/* 18449 */     margin-right: -4px;
/* 18450 */     padding-left: 16px;

/* style.css */

/* 18451 */     width: 80%;
/* 18452 */ }
/* 18453 */ .careerfy-eighteen-blog-grid-left h2 {
/* 18454 */     font-size: 18px;
/* 18455 */     font-weight: 400;
/* 18456 */     margin-bottom: 2px;
/* 18457 */ }
/* 18458 */ .careerfy-eighteen-blog-grid-left h2 a {
/* 18459 */     color: #000000; }
/* 18460 */ .careerfy-eighteen-blog-grid-left p {
/* 18461 */     color: #6e6565;
/* 18462 */     font-size: 15px;
/* 18463 */     margin-bottom: 0px;
/* 18464 */     letter-spacing: 0px;
/* 18465 */ }
/* 18466 */ /* Eighteen Parallex Text */
/* 18467 */ .careerfy-eighteen-parallex-text {
/* 18468 */     padding-top: 110px; }
/* 18469 */ .careerfy-eighteen-parallex-text img {
/* 18470 */     margin-bottom: 25px; }
/* 18471 */ .careerfy-eighteen-parallex-text h2 {
/* 18472 */     font-size: 36px;
/* 18473 */     font-weight: 500;
/* 18474 */     color: #000000;
/* 18475 */     margin-bottom: 12px;
/* 18476 */ }
/* 18477 */ .careerfy-eighteen-parallex-text p {
/* 18478 */     font-size: 18px;
/* 18479 */     color: #727272;
/* 18480 */     margin-bottom: 23px;
/* 18481 */     letter-spacing: 0px;
/* 18482 */ }
/* 18483 */ .careerfy-eighteen-parallex-text a {
/* 18484 */     display: inline-block;
/* 18485 */     margin-right: 10px;
/* 18486 */     margin: 10px 12px 0px 0px;
/* 18487 */ }
/* 18488 */ /* Eighteen Newslatter */
/* 18489 */ .careerfy-eighteen-newslatter,
/* 18490 */ .careerfy-eighteen-newslatter input[type="text"] {
/* 18491 */     float: left;
/* 18492 */     width: 100%;
/* 18493 */ }
/* 18494 */ .careerfy-eighteen-newslatter {
/* 18495 */     margin-bottom: 30px;
/* 18496 */ }
/* 18497 */ .careerfy-eighteen-newslatter-left,
/* 18498 */ .careerfy-eighteen-newslatter-right {
/* 18499 */     float: left;
/* 18500 */     width: 50%;

/* style.css */

/* 18501 */     position: relative;
/* 18502 */ }
/* 18503 */ .careerfy-eighteen-newslatter label {
/* 18504 */     font-size: 36px;
/* 18505 */     color: #000000;
/* 18506 */     margin-bottom: 12px;
/* 18507 */ }
/* 18508 */ .careerfy-eighteen-newslatter span {
/* 18509 */     font-size: 18px;
/* 18510 */     color: #727272;
/* 18511 */     display: block;
/* 18512 */ }
/* 18513 */ .careerfy-eighteen-newslatter input[type="text"] {
/* 18514 */     font-size: 18px;
/* 18515 */     color: #cacaca;
/* 18516 */     background-color: #ffffff;
/* 18517 */     border: 1px solid #cbcbcb;
/* 18518 */     height: 62px;
/* 18519 */     border-radius: 4px;
/* 18520 */     padding: 5px 25px;
/* 18521 */ }
/* 18522 */ .careerfy-eighteen-newslatter input[type="submit"] {
/* 18523 */     position: absolute;
/* 18524 */     right: 0px;
/* 18525 */     top: 0px;
/* 18526 */     color: #ffffff;
/* 18527 */     font-size: 20px;
/* 18528 */     padding: 19px 47px 18px 47px;
/* 18529 */     border: 2px solid;
/* 18530 */     border-radius: 0px 4px 4px 0px;
/* 18531 */     -webkit-transition: all 0.4s ease-in-out;
/* 18532 */        -moz-transition: all 0.4s ease-in-out;
/* 18533 */         -ms-transition: all 0.4s ease-in-out;
/* 18534 */          -o-transition: all 0.4s ease-in-out;
/* 18535 */             transition: all 0.4s ease-in-out;
/* 18536 */ }
/* 18537 */ .careerfy-eighteen-newslatter input[type="submit"]:hover {
/* 18538 */     background-color: #ffffff; }
/* 18539 */ /* Footer Eighteen */
/* 18540 */ .careerfy-footer-eighteen {
/* 18541 */     background-color: #6e6565;
/* 18542 */     padding: 72px 0px 0px 0px;
/* 18543 */ }
/* 18544 */ .careerfy-footer-eighteen .footer-widget-title {
/* 18545 */     margin-bottom: 13px;
/* 18546 */ }
/* 18547 */ .careerfy-footer-eighteen .footer-widget-title h2 {
/* 18548 */     font-size: 20px;
/* 18549 */     font-weight: 500;
/* 18550 */     color: #ffffff;

/* style.css */

/* 18551 */     position: relative;
/* 18552 */     text-transform: capitalize;
/* 18553 */     padding-bottom: 15px;
/* 18554 */ }
/* 18555 */ .careerfy-footer-eighteen .footer-widget-title h2:before {
/* 18556 */     content: '';
/* 18557 */     position: absolute;
/* 18558 */     left: 0px;
/* 18559 */     bottom: 0px;
/* 18560 */     width: 35px;
/* 18561 */     height: 3px;
/* 18562 */     background-color: #ffffff;
/* 18563 */ }
/* 18564 */ .careerfy-footer-eighteen .widget_nav_menu ul li a:before {
/* 18565 */     display: none; }
/* 18566 */ .careerfy-footer-eighteen .widget_nav_menu ul li {
/* 18567 */     margin-bottom: 13px; }
/* 18568 */ .careerfy-footer-eighteen .widget_nav_menu ul li:last-child {
/* 18569 */     margin-bottom: 0px; }
/* 18570 */ .careerfy-footer-eighteen .widget_nav_menu ul li a {
/* 18571 */     font-size: 16px;
/* 18572 */     color: #cacaca;
/* 18573 */ }
/* 18574 */ .careerfy-footer-eighteen .widget_nav_menu ul li:hover a {
/* 18575 */     font-weight: bold;
/* 18576 */     color: #ffffff;
/* 18577 */ }
/* 18578 */ .copyright-eighteen {
/* 18579 */     float: left;
/* 18580 */     width: 100%;
/* 18581 */     text-align: center;
/* 18582 */     border-top: 1px solid #837979;
/* 18583 */     box-shadow: 0px -1px 0px 0px #5b5454;
/* 18584 */     padding: 41px 0px 43px 0px;
/* 18585 */ }
/* 18586 */ .copyright-eighteen p {
/* 18587 */     color: #cacaca;
/* 18588 */     font-size: 16px;
/* 18589 */     margin-bottom: 0px;
/* 18590 */ }
/* 18591 */ .copyright-eighteen p a {
/* 18592 */     color: #ffffff;
/* 18593 */     font-weight: bold;
/* 18594 */ }
/* 18595 */ .careerfy-eighteen-newslatter .alert {
/* 18596 */     display: inline-block;
/* 18597 */     width: 100%;
/* 18598 */     margin-top: 15px;
/* 18599 */ }
/* 18600 */ .careerfy-eighteen-newslatter .ajax-loader-news-letter {

/* style.css */

/* 18601 */     position: absolute;
/* 18602 */     left: 9px;
/* 18603 */     top: 24px;
/* 18604 */ }
/* 18605 */
/* 18606 */
/* 18607 */ /* HomePage JobPoint */
/* 18608 */ /* HomePage Fourteen */
/* 18609 */ .careerfy-header-fourteen {
/* 18610 */     position: absolute;
/* 18611 */     left: 0px;
/* 18612 */     top: 0px;
/* 18613 */     width: 100%;
/* 18614 */     z-index: 99;
/* 18615 */     padding: 20px 30px 0px 15px;
/* 18616 */ }
/* 18617 */ .careerfy-header-fourteen-main {
/* 18618 */     float: left;
/* 18619 */     width: 100%;
/* 18620 */ }
/* 18621 */ .careerfy-header-fourteen .jobsearch-navigation,
/* 18622 */ .careerfy-logo-fourteen,
/* 18623 */ .careerfy-blockfourteen-element {
/* 18624 */     display: inline-block;
/* 18625 */     vertical-align: middle;
/* 18626 */     width: 33.333%;
/* 18627 */     margin-right: -4px;
/* 18628 */ }
/* 18629 */ .careerfy-header-ten .careerfy-logo-fourteen {
/* 18630 */     text-align: left;
/* 18631 */     margin: 20px 0px;
/* 18632 */ }
/* 18633 */ .careerfy-logo-fourteen {
/* 18634 */     text-align: center; }
/* 18635 */ .careerfy-blockfourteen-element {
/* 18636 */     text-align: right; }
/* 18637 */ .careerfy-header-fourteen .navbar-nav > li > a {
/* 18638 */     color: #ffffff;
/* 18639 */     font-size: 15px;
/* 18640 */ }
/* 18641 */ .careerfy-header-fourteen .navbar-nav > li > a:before {
/* 18642 */     display: none; }
/* 18643 */ .careerfy-header-fourteen .navbar-nav > li.submenu-addicon > a:after {
/* 18644 */     color: #ffffff; }
/* 18645 */ .careerfy-header-fourteen .careerfy-headerfourteen-user {
/* 18646 */     display: inline-block;
/* 18647 */     vertical-align: middle;
/* 18648 */ }
/* 18649 */ .careerfy-header-fourteen .careerfy-headerfourteen-user > li {
/* 18650 */     float: left;

/* style.css */

/* 18651 */     list-style: none;
/* 18652 */     margin-right: 40px;
/* 18653 */     position: relative;
/* 18654 */ }
/* 18655 */ .careerfy-header-fourteen .careerfy-headerfourteen-user > li > a {
/* 18656 */     color: #ffffff;
/* 18657 */     font-size: 16px;
/* 18658 */ }
/* 18659 */ .careerfy-headerfourteen-btn {
/* 18660 */     display: inline-block;
/* 18661 */     vertical-align: middle;
/* 18662 */     padding: 10px 14px;
/* 18663 */     line-height: 1;
/* 18664 */     border: 1px solid;
/* 18665 */     color: #ffffff;
/* 18666 */     font-size: 16px;
/* 18667 */     -webkit-transition: all 0.4s ease-in-out;
/* 18668 */        -moz-transition: all 0.4s ease-in-out;
/* 18669 */         -ms-transition: all 0.4s ease-in-out;
/* 18670 */          -o-transition: all 0.4s ease-in-out;
/* 18671 */             transition: all 0.4s ease-in-out;
/* 18672 */ }
/* 18673 */ /* FourTeen Banner */
/* 18674 */ .careerfy-fourteen-banner {
/* 18675 */     float: left;
/* 18676 */     width: 100%;
/* 18677 */     position: relative;
/* 18678 */     background: url('../extra-images/fourteen-banner-1.jpg');
/* 18679 */     padding: 219px 0px 102px 0px;
/* 18680 */ }
/* 18681 */ .careerfy-fourteen-caption {
/* 18682 */     float: left;
/* 18683 */     width: 100%;
/* 18684 */     position: relative;
/* 18685 */     text-align: center;
/* 18686 */ }
/* 18687 */ .careerfy-fourteen-caption h1 {
/* 18688 */     font-size: 55px;
/* 18689 */     font-weight: bold;
/* 18690 */     color: #ffffff;
/* 18691 */     text-transform: uppercase;
/* 18692 */     margin-bottom: 4px;
/* 18693 */     display: inline-block;
/* 18694 */     width: 55%;
/* 18695 */     line-height: 1.2;
/* 18696 */ }
/* 18697 */ .careerfy-fourteen-caption p {
/* 18698 */     font-size: 18px;
/* 18699 */     color: #ffffff;
/* 18700 */     margin-bottom: 23px;

/* style.css */

/* 18701 */     display: block;
/* 18702 */ }
/* 18703 */ .careerfy-fourteen-caption form {
/* 18704 */     display: inline-block;
/* 18705 */     width: 750px;
/* 18706 */     position: relative;
/* 18707 */     margin-bottom: 80px;
/* 18708 */ }
/* 18709 */ .careerfy-fourteen-caption form input[type="text"] {
/* 18710 */     float: left;
/* 18711 */     width: 100%;
/* 18712 */     background-color: #ffffff;
/* 18713 */     color: #929292;
/* 18714 */     font-size: 16px;
/* 18715 */     padding: 5px 30px;
/* 18716 */     height: 51px;
/* 18717 */ }
/* 18718 */ .careerfy-fourteen-caption form input[type="submit"] {
/* 18719 */     float: left;
/* 18720 */     padding: 13px 48px 10px 48px;
/* 18721 */     color: #333333;
/* 18722 */     background-color: #cdbb14;
/* 18723 */     font-size: 16px;
/* 18724 */     font-weight: bold;
/* 18725 */     border: none;
/* 18726 */     z-index: 9;
/* 18727 */     min-height: 51px;
/* 18728 */     -webkit-transition: all 0.4s ease-in-out;
/* 18729 */        -moz-transition: all 0.4s ease-in-out;
/* 18730 */         -ms-transition: all 0.4s ease-in-out;
/* 18731 */          -o-transition: all 0.4s ease-in-out;
/* 18732 */             transition: all 0.4s ease-in-out;
/* 18733 */ }
/* 18734 */ .careerfy-fourteen-caption form input[type="submit"]:hover {
/* 18735 */     color: #ffffff; }
/* 18736 */ .careerfy-fourteen-caption-btn {
/* 18737 */     display: block;
/* 18738 */     font-size: 16px;
/* 18739 */     color: #ffffff;
/* 18740 */     text-align: left;
/* 18741 */ }
/* 18742 */ .careerfy-fourteen-caption ul {
/* 18743 */     float: left;
/* 18744 */     width: 100%;
/* 18745 */ }
/* 18746 */ .careerfy-fourteen-caption ul li {
/* 18747 */     float: left;
/* 18748 */     width: 20%;
/* 18749 */     list-style: none;
/* 18750 */     margin-top: 10px;

/* style.css */

/* 18751 */ }
/* 18752 */ .careerfy-fourteen-caption ul li a {
/* 18753 */     float: left;
/* 18754 */     width: 100%;
/* 18755 */     text-align: center;
/* 18756 */ }
/* 18757 */ .careerfy-fourteen-caption ul li a img {
/* 18758 */     display: inline-block; }
/* 18759 */ /* Categories Style14 */
/* 18760 */ .careerfy-categories-style14 {
/* 18761 */     float: left;
/* 18762 */     width: 100%;
/* 18763 */ }
/* 18764 */ .careerfy-categories-style14 img {
/* 18765 */     display: inline-block;
/* 18766 */     width: 54px;
/* 18767 */     margin-bottom: 8px;
/* 18768 */ }
/* 18769 */ .careerfy-categories-style14 ul li {
/* 18770 */     list-style: none;
/* 18771 */     float: left;
/* 18772 */     width: 12.500000%;
/* 18773 */     background-color: #37a000;
/* 18774 */     text-align: center;
/* 18775 */     padding: 43px 0px 42px 0px;
/* 18776 */     border-right: 1px solid #ffffff;
/* 18777 */ }
/* 18778 */ .careerfy-categories-style14 ul li:last-child {
/* 18779 */     border-right: none; }
/* 18780 */ .careerfy-categories-style14 i {
/* 18781 */     font-size: 54px;
/* 18782 */     color: #ffffff;
/* 18783 */     display: inline-block;
/* 18784 */     margin-bottom: 8px;
/* 18785 */ }
/* 18786 */ .careerfy-categories-style14 span {
/* 18787 */     display: block;
/* 18788 */     font-size: 16px;
/* 18789 */     color: #ffffff;
/* 18790 */     font-weight: bold;
/* 18791 */     margin-bottom: 13px;
/* 18792 */ }
/* 18793 */ .careerfy-categories-style14 span a {
/* 18794 */     color: #ffffff; }
/* 18795 */ .careerfy-categories-style14 small {
/* 18796 */     background-color: #cdbb14;
/* 18797 */     color: #222222;
/* 18798 */     font-size: 16px;
/* 18799 */     font-weight: bold;
/* 18800 */     display: inline-block;

/* style.css */

/* 18801 */     padding: 4px 10px;
/* 18802 */     border-radius: 4px;
/* 18803 */ }
/* 18804 */ /* Jobs Button Links */
/* 18805 */ .careerfy-jobs-btn-links {
/* 18806 */     float: left;
/* 18807 */     width: 100%;
/* 18808 */     text-align: center;
/* 18809 */     margin-bottom: 44px;
/* 18810 */ }
/* 18811 */ .careerfy-jobs-btn-links a {
/* 18812 */     display: inline-block;
/* 18813 */     padding: 18px 39px 21px 39px;
/* 18814 */     line-height: 1;
/* 18815 */     color: #ffffff;
/* 18816 */     background-color: #6e6565;
/* 18817 */     font-size: 16px;
/* 18818 */     font-weight: bold;
/* 18819 */     margin: 0px 3px 6px 3px;
/* 18820 */     -webkit-transition: all 0.4s ease-in-out;
/* 18821 */        -moz-transition: all 0.4s ease-in-out;
/* 18822 */         -ms-transition: all 0.4s ease-in-out;
/* 18823 */          -o-transition: all 0.4s ease-in-out;
/* 18824 */             transition: all 0.4s ease-in-out;
/* 18825 */ }
/* 18826 */ /* RefeJobs List */
/* 18827 */ .careerfy-refejobs-list {
/* 18828 */     float: left;
/* 18829 */     width: 100%;
/* 18830 */ }
/* 18831 */ .careerfy-refejobs-list ul li {
/* 18832 */     list-style: none; }
/* 18833 */ .careerfy-refejobs-list > ul > li {
/* 18834 */     margin-bottom: 10px; }
/* 18835 */ .careerfy-refejobs-list-inner {
/* 18836 */     background-color: #f1f1f1;
/* 18837 */     padding: 15px 21px;
/* 18838 */     overflow: hidden;
/* 18839 */     position: relative;
/* 18840 */     display: flex;
/* 18841 */     width: 100%;
/* 18842 */     justify-content: space-between;
/* 18843 */     align-items: center;
/* 18844 */     column-gap: 10px;
/* 18845 */ }
/* 18846 */ .careerfy-refejobs-list figure {
/* 18847 */     display: inline-block;
/* 18848 */     vertical-align: middle;
/* 18849 */     margin-bottom: 0px;
/* 18850 */     margin-right: -4px;

/* style.css */

/* 18851 */ }
/* 18852 */ .careerfy-refejobs-list small,
/* 18853 */ .careerfy-refejobs-list-btn {
/* 18854 */     display: inline-block;
/* 18855 */     vertical-align: middle;
/* 18856 */     margin-right: -4px;
/* 18857 */     text-align: left;
/* 18858 */ }
/* 18859 */ .careerfy-refejobs-list figure > a {
/* 18860 */     float: left;
/* 18861 */     width: 64px;
/* 18862 */ }
/* 18863 */ .careerfy-refejobs-list figure figcaption {
/* 18864 */     line-height: 1; }
/* 18865 */ .careerfy-refejobs-list figure > a ~ figcaption {
/* 18866 */     margin-left: 79px;
/* 18867 */     padding-top: 8px;
/* 18868 */ }
/* 18869 */ .careerfy-refejobs-list figcaption h2 {
/* 18870 */     font-size: 16px;
/* 18871 */     font-weight: bold;
/* 18872 */     margin-bottom: 2px;
/* 18873 */ }
/* 18874 */ .careerfy-refejobs-list figcaption span {
/* 18875 */     font-size: 14px;
/* 18876 */     color: #6e6565;
/* 18877 */     display: block;
/* 18878 */ }
/* 18879 */ .careerfy-refejobs-list small {
/* 18880 */     font-size: 14px;
/* 18881 */     color: #6e6565;
/* 18882 */     word-break: break-all;
/* 18883 */ }
/* 18884 */ .careerfy-refejobs-list small i {
/* 18885 */     font-size: 16px;
/* 18886 */     margin-right: 7px;
/* 18887 */ }
/* 18888 */ .careerfy-refejobs-list-btn {
/* 18889 */     text-align: right; }
/* 18890 */ .careerfy-refejobs-list-btn span {
/* 18891 */     display: inline-block;
/* 18892 */     font-size: 16px;
/* 18893 */     font-weight: bold;
/* 18894 */     color: #6e6565;
/* 18895 */     border: 1px solid;
/* 18896 */     line-height: 1;
/* 18897 */     padding: 5px 25px 6px 25px;
/* 18898 */     -webkit-transition: all 0.4s ease-in-out;
/* 18899 */        -moz-transition: all 0.4s ease-in-out;
/* 18900 */         -ms-transition: all 0.4s ease-in-out;

/* style.css */

/* 18901 */          -o-transition: all 0.4s ease-in-out;
/* 18902 */             transition: all 0.4s ease-in-out;
/* 18903 */ }
/* 18904 */ li:hover .careerfy-refejobs-list-btn span {
/* 18905 */     color: #ffffff; }
/* 18906 */ /* Fancy Title Fourteen */
/* 18907 */ .careerfy-fancy-title-fourteen {
/* 18908 */     float: left;
/* 18909 */     width: 100%;
/* 18910 */     text-align: center;
/* 18911 */     position: relative;
/* 18912 */     padding-bottom: 20px;
/* 18913 */     margin-bottom: 50px;
/* 18914 */ }
/* 18915 */ .careerfy-fancy-title-fourteen:before {
/* 18916 */     content: '';
/* 18917 */     position: absolute;
/* 18918 */     left: 50%;
/* 18919 */     bottom: 0px;
/* 18920 */     width: 32px;
/* 18921 */     height: 5px;
/* 18922 */     margin-left: -10px;
/* 18923 */ }
/* 18924 */ .careerfy-fancy-title-fourteen h2 {
/* 18925 */     font-size: 50px;
/* 18926 */     font-weight: bold;
/* 18927 */     color: #222222;
/* 18928 */     margin-bottom: 3px;
/* 18929 */     text-transform: uppercase;
/* 18930 */     line-height: 1.2;
/* 18931 */     word-break: break-all;
/* 18932 */ }
/* 18933 */ .careerfy-fancy-title-fourteen span {
/* 18934 */     font-size: 17px;
/* 18935 */     color: #6e6565;
/* 18936 */     display: block;
/* 18937 */ }
/* 18938 */ /* Explore Jobs Links */
/* 18939 */ .careerfy-explorejobs-links,
/* 18940 */ .careerfy-explorejobs-links ul,
/* 18941 */ .careerfy-explorejobs-links ul li {
/* 18942 */     float: left;
/* 18943 */     width: 100%;
/* 18944 */ }
/* 18945 */ .careerfy-explorejobs-links {
/* 18946 */     margin-bottom: 20px; }
/* 18947 */ .careerfy-explorejobs-links ul li {
/* 18948 */     list-style: none;
/* 18949 */     margin-bottom: 4px;
/* 18950 */ }

/* style.css */

/* 18951 */ .careerfy-explorejobs-links h2 {
/* 18952 */     font-size: 20px;
/* 18953 */     font-weight: bold;
/* 18954 */     color: #222222;
/* 18955 */     margin-bottom: 10px;
/* 18956 */ }
/* 18957 */ .careerfy-explorejobs-links ul li a {
/* 18958 */     font-size: 16px;
/* 18959 */     color: #6e6565;
/* 18960 */     -webkit-transition: all 0.4s ease-in-out;
/* 18961 */        -moz-transition: all 0.4s ease-in-out;
/* 18962 */         -ms-transition: all 0.4s ease-in-out;
/* 18963 */          -o-transition: all 0.4s ease-in-out;
/* 18964 */             transition: all 0.4s ease-in-out;
/* 18965 */ }
/* 18966 */ .careerfy-explorejobs-links ul li a:before {
/* 18967 */     content: "\f105";
/* 18968 */     font-family: FontAwesome;
/* 18969 */     float: left;
/* 18970 */     margin: 0px 11px 0px 0px;
/* 18971 */ }
/* 18972 */ .careerfy-explorejobs-link-btn {
/* 18973 */     font-size: 16px;
/* 18974 */     margin-top: 2px;
/* 18975 */     display: inline-block;
/* 18976 */ }
/* 18977 */ /* Rating List */
/* 18978 */ .careerfy-rating-list {
/* 18979 */     float: left;
/* 18980 */     width: 100%;
/* 18981 */ }
/* 18982 */ .careerfy-rating-list ul li {
/* 18983 */     list-style: none; }
/* 18984 */ .careerfy-rating-list > ul > li {
/* 18985 */     margin-bottom: 30px;
/* 18986 */     text-align: center;
/* 18987 */ }
/* 18988 */ .careerfy-rating-list-count {
/* 18989 */     font-size: 36px;
/* 18990 */     font-weight: bold;
/* 18991 */     color: #ffffff;
/* 18992 */     display: block;
/* 18993 */     margin-bottom: 12px;
/* 18994 */ }
/* 18995 */ .careerfy-rating-list small {
/* 18996 */     display: block;
/* 18997 */     font-size: 18px;
/* 18998 */     color: #ffffff;
/* 18999 */     margin-top: 4px;
/* 19000 */ }

/* style.css */

/* 19001 */ .careerfy-rating-list .careerfy-featured-rating:before,
/* 19002 */ .careerfy-rating-list .careerfy-featured-rating-box:before {
/* 19003 */     font-size: 26px; }
/* 19004 */ .careerfy-rating-list .careerfy-featured-rating {
/* 19005 */     width: 142px;
/* 19006 */     height: 25px;
/* 19007 */     line-height: 25px;
/* 19008 */     float: none;
/* 19009 */ }
/* 19010 */ .careerfy-rating-list .careerfy-featured-rating-box {
/* 19011 */     height: 25px; }
/* 19012 */ .careerfy-rating-list strong {
/* 19013 */     display: inline-block;
/* 19014 */     font-size: 36px;
/* 19015 */     color: #ffffff;
/* 19016 */     margin-right: 10px;
/* 19017 */ }
/* 19018 */ /* HowIt Works List */
/* 19019 */ .careerfy-howit-works-list,
/* 19020 */ .careerfy-howit-works-list figure figcaption {
/* 19021 */     float: left;
/* 19022 */     width: 100%;
/* 19023 */ }
/* 19024 */ .careerfy-howit-works-list ul li {
/* 19025 */     list-style: none; }
/* 19026 */ .careerfy-howit-works-list figure,
/* 19027 */ .careerfy-howit-works-text {
/* 19028 */     float: left;
/* 19029 */     width: 50%;
/* 19030 */ }
/* 19031 */ .careerfy-howit-works-list figure {
/* 19032 */     text-align: right;
/* 19033 */     padding-right: 56px;
/* 19034 */     margin-bottom: 0px;
/* 19035 */     padding-bottom: 74px;
/* 19036 */ }
/* 19037 */ .careerfy-howit-works-list figure:before {
/* 19038 */     content: '';
/* 19039 */     position: absolute;
/* 19040 */     right: 0px;
/* 19041 */     top: 0px;
/* 19042 */     width: 1px;
/* 19043 */     height: 100%;
/* 19044 */     border-left: 1px solid #d5d5d5;
/* 19045 */ }
/* 19046 */ .careerfy-howit-works-list figure:after {
/* 19047 */     content: '';
/* 19048 */     position: absolute;
/* 19049 */     right: -11px;
/* 19050 */     top: 55px;

/* style.css */

/* 19051 */     width: 23px;
/* 19052 */     height: 23px;
/* 19053 */     background-color: #6e6565;
/* 19054 */     border-radius: 100%;
/* 19055 */     border: 4px solid #e5e5e5;
/* 19056 */ }
/* 19057 */ .careerfy-howit-works-list figure > a {
/* 19058 */     display: inline-block;
/* 19059 */     border-radius: 100%;
/* 19060 */ }
/* 19061 */ .careerfy-howit-works-list figure img {
/* 19062 */     border-radius: 100%; }
/* 19063 */ .careerfy-howit-works-list figure > a ~ figcaption {
/* 19064 */     margin-top: -65px;
/* 19065 */     position: relative;
/* 19066 */ }
/* 19067 */ .careerfy-howit-works-list figure figcaption span {
/* 19068 */     display: inline-block;
/* 19069 */     padding: 16px 38px 19px 38px;
/* 19070 */     background-color: #ffffff;
/* 19071 */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
/* 19072 */     border-radius: 12px;
/* 19073 */     max-width: 250px;
/* 19074 */     min-width: 250px;
/* 19075 */     color: #6e6565;
/* 19076 */     font-size: 16px;
/* 19077 */     line-height: 23px;
/* 19078 */     margin-bottom: 12px;
/* 19079 */     text-align: center;
/* 19080 */ }
/* 19081 */ .careerfy-howit-works-list figure figcaption span i {
/* 19082 */     font-size: 37px;
/* 19083 */     display: inline-block;
/* 19084 */     vertical-align: middle;
/* 19085 */     margin: 0px 10px -5px 0px;
/* 19086 */ }
/* 19087 */ .careerfy-howit-works-text {
/* 19088 */     padding-left: 44px;
/* 19089 */     padding-top: 53px;
/* 19090 */ }
/* 19091 */ .careerfy-howit-works-text small {
/* 19092 */     display: block;
/* 19093 */     font-size: 40px;
/* 19094 */     font-weight: bold;
/* 19095 */     margin-bottom: 16px;
/* 19096 */ }
/* 19097 */ .careerfy-howit-works-text span {
/* 19098 */     font-size: 22px;
/* 19099 */     font-weight: bold;
/* 19100 */     color: #222222;

/* style.css */

/* 19101 */     margin-bottom: 7px;
/* 19102 */     display: block;
/* 19103 */ }
/* 19104 */ .careerfy-howit-works-text p {
/* 19105 */     font-size: 16px;
/* 19106 */     color: #6e6565;
/* 19107 */     margin-bottom: 0px;
/* 19108 */     line-height: 24px;
/* 19109 */     width: 60%;
/* 19110 */ }
/* 19111 */ .careerfy-howit-works-list li.flip-list .careerfy-howit-works-text p {
/* 19112 */     float: right; }
/* 19113 */ .careerfy-howit-works-list li.flip-list figure {
/* 19114 */     float: right;
/* 19115 */     padding-left: 56px;
/* 19116 */     padding-right: 0px;
/* 19117 */     text-align: left;
/* 19118 */ }
/* 19119 */ .careerfy-howit-works-list li.flip-list .careerfy-howit-works-text {
/* 19120 */     text-align: right;
/* 19121 */     padding-right: 44px;
/* 19122 */     padding-left: 0px;
/* 19123 */ }
/* 19124 */ .careerfy-howit-works-list li.flip-list figure:before {
/* 19125 */     right: auto;
/* 19126 */     left: -1px;
/* 19127 */ }
/* 19128 */ .careerfy-howit-works-list li.flip-list figure:after {
/* 19129 */     right: auto;
/* 19130 */     left: -11px;
/* 19131 */ }
/* 19132 */ .careerfy-howit-works-list .careerfy-spam-list figure figcaption span {
/* 19133 */     text-align: left;
/* 19134 */     padding: 16px 25px 19px 25px;
/* 19135 */ }
/* 19136 */ .careerfy-howit-works-list .careerfy-spam-list figure figcaption em {
/* 19137 */     float: right;
/* 19138 */     font-size: 21px;
/* 19139 */     margin: 5px 0px 0px 0px;
/* 19140 */ }
/* 19141 */ /* Popular Candidates Style14 Slider */
/* 19142 */ .careerfy-popular-candidates-style14-slider,
/* 19143 */ .careerfy-popular-candidates-style14,
/* 19144 */ .careerfy-popular-candidates-style14-inner,
/* 19145 */ .careerfy-popular-candidates-style14 strong {
/* 19146 */     float: left;
/* 19147 */     width: 100%;
/* 19148 */ }
/* 19149 */ .careerfy-popular-candidates-style14-slider {
/* 19150 */     position: relative; }

/* style.css */

/* 19151 */ .careerfy-popular-candidates-style14-inner {
/* 19152 */     background-color: #ffffff;
/* 19153 */     padding: 30px 30px 18px 30px;
/* 19154 */     border-radius: 4px 4px 0px 0px;
/* 19155 */ }
/* 19156 */ .careerfy-popular-candidates-style14 {
/* 19157 */     text-align: center;
/* 19158 */     margin-bottom: 30px;
/* 19159 */ }
/* 19160 */ .careerfy-popular-candidates-style14 .slick-list {
/* 19161 */     margin: 0px -15px; }
/* 19162 */ .careerfy-popular-candidates-style14-slider .careerfy-popular-candidates-style14 {
/* 19163 */     padding: 0px 15px; }
/* 19164 */ .careerfy-popular-candidates-style14-inner figure {
/* 19165 */     display: inline-block;
/* 19166 */     margin-bottom: 15px;
/* 19167 */ }
/* 19168 */ .careerfy-popular-candidates-style14-inner figure a {
/* 19169 */     display: inline-block;
/* 19170 */     border-radius: 100%;
/* 19171 */     border: 7px solid #f1f1f1;
/* 19172 */ }
/* 19173 */ .careerfy-popular-candidates-style14-inner figure img {
/* 19174 */     border-radius: 100%; }
/* 19175 */ .careerfy-popular-candidates-style14-inner h2 {
/* 19176 */     margin-bottom: 0px;
/* 19177 */     font-weight: bold;
/* 19178 */ }
/* 19179 */ .careerfy-popular-candidates-style14-inner span {
/* 19180 */     display: block;
/* 19181 */     font-size: 14px;
/* 19182 */     margin-bottom: 13px;
/* 19183 */ }
/* 19184 */ .careerfy-popular-candidates-style14-inner small {
/* 19185 */     font-size: 14px;
/* 19186 */     color: #6e6565;
/* 19187 */     display: block;
/* 19188 */     line-height: 1.2;
/* 19189 */     margin-bottom: 3px;
/* 19190 */ }
/* 19191 */ .careerfy-popular-candidates-style14-social {
/* 19192 */     display: inline-block;
/* 19193 */     margin: 6px 0px 0px 0px;
/* 19194 */ }
/* 19195 */ .careerfy-popular-candidates-style14-social li {
/* 19196 */     float: left;
/* 19197 */     list-style: none;
/* 19198 */     margin: 10px 3px 0px 3px;
/* 19199 */ }
/* 19200 */ .careerfy-popular-candidates-style14-social li a {

/* style.css */

/* 19201 */     font-size: 21px;
/* 19202 */     color: #6e6565;
/* 19203 */     -webkit-transition: all 0.4s ease-in-out;
/* 19204 */        -moz-transition: all 0.4s ease-in-out;
/* 19205 */         -ms-transition: all 0.4s ease-in-out;
/* 19206 */          -o-transition: all 0.4s ease-in-out;
/* 19207 */             transition: all 0.4s ease-in-out;
/* 19208 */ }
/* 19209 */ .careerfy-popular-candidates-style14 strong {
/* 19210 */     color: #ffffff;
/* 19211 */     font-size: 16px;
/* 19212 */     font-weight: 500;
/* 19213 */     padding: 17px 0px 17px 0px;
/* 19214 */     line-height: 1;
/* 19215 */     border-radius: 0px 0px 4px 4px;
/* 19216 */ }
/* 19217 */ .careerfy-popular-candidates-style14-slider .slick-arrow {
/* 19218 */     position: absolute;
/* 19219 */     left: -122px;
/* 19220 */     top: 50%;
/* 19221 */     font-size: 20px;
/* 19222 */     color: #fff;
/* 19223 */     text-transform: uppercase;
/* 19224 */     cursor: pointer;
/* 19225 */     -webkit-transition: all 0.4s ease-in-out;
/* 19226 */        -moz-transition: all 0.4s ease-in-out;
/* 19227 */         -ms-transition: all 0.4s ease-in-out;
/* 19228 */          -o-transition: all 0.4s ease-in-out;
/* 19229 */             transition: all 0.4s ease-in-out;
/* 19230 */ }
/* 19231 */ .careerfy-popular-candidates-style14-slider .slick-arrow-right.slick-arrow {
/* 19232 */     left: auto;
/* 19233 */     right: -122px;
/* 19234 */ }
/* 19235 */ .careerfy-popular-candidates-style14-slider .slick-arrow-left.slick-arrow i {
/* 19236 */     display: inline-block;
/* 19237 */     -webkit-transform: scale(-1);
/* 19238 */        -moz-transform: scale(-1);
/* 19239 */         -ms-transform: scale(-1);
/* 19240 */          -o-transform: scale(-1);
/* 19241 */             transform: scale(-1);
/* 19242 */ }
/* 19243 */ .careerfy-popular-candidates-style14-slider .slick-arrow i {
/* 19244 */     margin: 0px 10px; }
/* 19245 */ /* Blog Style14 Grid */
/* 19246 */ .careerfy-blog-style14-grid figure,
/* 19247 */ .careerfy-blog-style14-grid figure > a,
/* 19248 */ .careerfy-blog-style14-grid figure > a img,
/* 19249 */ .careerfy-blog-style14-top,
/* 19250 */ .careerfy-blog-style14-grid-text,

/* style.css */

/* 19251 */ .careerfy-blog-style14-grid-thumb {
/* 19252 */     float: left;
/* 19253 */     width: 100%;
/* 19254 */     margin-bottom: 0px;
/* 19255 */ }
/* 19256 */ .careerfy-blog-style14-grid > ul > li {
/* 19257 */     float: none;
/* 19258 */     display: inline-block;
/* 19259 */     vertical-align: top;
/* 19260 */     margin-right: -4px;
/* 19261 */     margin-bottom: 48px;
/* 19262 */ }
/* 19263 */ .careerfy-blog-style14-grid figcaption {
/* 19264 */     position: absolute;
/* 19265 */     left: 0px;
/* 19266 */     top: 0px;
/* 19267 */     width: 100%;
/* 19268 */     height: 100%;
/* 19269 */     padding: 24px 27px;
/* 19270 */ }
/* 19271 */ .careerfy-blog-style14-tag {
/* 19272 */     float: left;
/* 19273 */     color: #ffffff;
/* 19274 */     font-size: 13px;
/* 19275 */     background-color: rgba(55,160,0,0.90);
/* 19276 */     border-radius: 80px;
/* 19277 */     padding: 8px 16px;
/* 19278 */     line-height: 1;
/* 19279 */     margin: 0px 10px 10px 0px;
/* 19280 */     -webkit-transition: all 0.4s ease-in-out;
/* 19281 */        -moz-transition: all 0.4s ease-in-out;
/* 19282 */         -ms-transition: all 0.4s ease-in-out;
/* 19283 */          -o-transition: all 0.4s ease-in-out;
/* 19284 */             transition: all 0.4s ease-in-out;
/* 19285 */ }
/* 19286 */ .careerfy-blog-style14-tag:hover {
/* 19287 */     background-color: #ffffff; }
/* 19288 */ .careerfy-blog-style14-like {
/* 19289 */     float: right;
/* 19290 */     width: 26px;
/* 19291 */     height: 26px;
/* 19292 */     background-color: rgba(255,255,255,0.80);
/* 19293 */     color: #dbdfe6;
/* 19294 */     border-radius: 100%;
/* 19295 */     text-align: center;
/* 19296 */     line-height: 1;
/* 19297 */     padding-top: 6px;
/* 19298 */     -webkit-transition: all 0.4s ease-in-out;
/* 19299 */        -moz-transition: all 0.4s ease-in-out;
/* 19300 */         -ms-transition: all 0.4s ease-in-out;

/* style.css */

/* 19301 */          -o-transition: all 0.4s ease-in-out;
/* 19302 */             transition: all 0.4s ease-in-out;
/* 19303 */ }
/* 19304 */ .careerfy-blog-style14-like:hover {
/* 19305 */     color: #ffffff; }
/* 19306 */ .careerfy-blog-style14-bottom {
/* 19307 */     position: absolute;
/* 19308 */     left: 0px;
/* 19309 */     bottom: 0px;
/* 19310 */     width: 100%;
/* 19311 */ }
/* 19312 */ .careerfy-blog-style14-bottom ul {
/* 19313 */     float: left;
/* 19314 */     margin: 0px;
/* 19315 */     background-color: #ffffff;
/* 19316 */     padding: 10px 25px 10px 0px;
/* 19317 */ }
/* 19318 */ .careerfy-blog-style14-bottom ul li {
/* 19319 */     float: left;
/* 19320 */     list-style: none;
/* 19321 */     margin: 0px 0px 0px 14px;
/* 19322 */     color: #999999;
/* 19323 */     font-size: 13px;
/* 19324 */ }
/* 19325 */ .careerfy-blog-style14-bottom ul li a {
/* 19326 */     color: #999999; }
/* 19327 */ .careerfy-blog-style14-bottom ul li i {
/* 19328 */     font-size: 17px;
/* 19329 */     float: left;
/* 19330 */     margin: 5px 7px 0px 0px;
/* 19331 */ }
/* 19332 */ .careerfy-blog-style14-grid-text {
/* 19333 */     padding: 14px 20px 0px 20px; }
/* 19334 */ .careerfy-blog-style14-grid-text h2 {
/* 19335 */     font-weight: bold;
/* 19336 */     margin-bottom: 4px;
/* 19337 */     line-height: 1.2;
/* 19338 */ }
/* 19339 */ .careerfy-blog-style14-grid-text p {
/* 19340 */     font-size: 16px;
/* 19341 */     color: #6e6565;
/* 19342 */     margin-bottom: 15px;
/* 19343 */ }
/* 19344 */ .careerfy-blog-style14-grid-thumb {
/* 19345 */     line-height: 1;
/* 19346 */     font-size: 20px;
/* 19347 */     font-weight: 600;
/* 19348 */     color: #222222;
/* 19349 */ }
/* 19350 */ .careerfy-blog-style14-grid-thumb span {

/* style.css */

/* 19351 */     padding-top: 6px;
/* 19352 */     display: block;
/* 19353 */ }
/* 19354 */ .careerfy-blog-style14-grid-thumb img {
/* 19355 */     float: left;
/* 19356 */     width: 44px;
/* 19357 */     border-radius: 100%;
/* 19358 */     border: 4px solid #ffffff;
/* 19359 */     box-shadow: 0px 0px 0px 2px #37a000;
/* 19360 */     margin-right: 13px;
/* 19361 */ }
/* 19362 */ .careerfy-blog-style14-grid-thumb small {
/* 19363 */     font-size: 14px;
/* 19364 */     font-weight: 500;
/* 19365 */     color: #6e6565;
/* 19366 */     display: block;
/* 19367 */     margin-top: 3px;
/* 19368 */ }
/* 19369 */ /* Testimonial Style14 Slider */
/* 19370 */ .careerfy-testimonial-style14-slider,
/* 19371 */ .careerfy-testimonial-style14-inner {
/* 19372 */     float: left;
/* 19373 */     width: 100%;
/* 19374 */ }
/* 19375 */ .careerfy-testimonial-style14-slider .slick-track {
/* 19376 */     float: left; }
/* 19377 */ .careerfy-testimonial-style14-slider .slick-list {
/* 19378 */     padding: 100px 0px 100px 0px !important;
/* 19379 */ }
/* 19380 */ .careerfy-testimonial-style14-layer {
/* 19381 */     padding: 16px;
/* 19382 */ }
/* 19383 */ .careerfy-testimonial-style14-inner {
/* 19384 */     text-align: center;
/* 19385 */     background: url("../extra-images/careerfy-testimonial-style14-patren-1.png");
/* 19386 */     background-repeat: no-repeat;
/* 19387 */     background-position: center top;
/* 19388 */     background-color: #ffffff;
/* 19389 */     padding: 50px 50px 50px 50px;
/* 19390 */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
/* 19391 */     border-radius: 4px;
/* 19392 */     position: relative;
/* 19393 */ }
/* 19394 */ .careerfy-testimonial-style14-inner p,
/* 19395 */ .careerfy-testimonial-style14-btn {
/* 19396 */     display: none;
/* 19397 */ }
/* 19398 */ .slick-current .careerfy-testimonial-style14-inner {
/* 19399 */     background: url("../extra-images/careerfy-testimonial-style14-patren-2.png");
/* 19400 */     background-repeat: no-repeat;

/* style.css */

/* 19401 */     background-position: center top;
/* 19402 */     background-color: #ffffff;
/* 19403 */     padding-bottom: 42px;
/* 19404 */ }
/* 19405 */ .slick-current .careerfy-testimonial-style14-inner p,
/* 19406 */ .slick-current .careerfy-testimonial-style14-btn {
/* 19407 */     display: block;
/* 19408 */ }
/* 19409 */ .slick-current .careerfy-testimonial-style14-inner {
/* 19410 */     margin-top: -80px;
/* 19411 */     z-index: 90;
/* 19412 */     -webkit-transform: scaleX(1.20) scaleY(1.10);
/* 19413 */        -moz-transform: scaleX(1.20) scaleY(1.10);
/* 19414 */         -ms-transform: scaleX(1.20) scaleY(1.10);
/* 19415 */          -o-transform: scaleX(1.20) scaleY(1.10);
/* 19416 */             transform: scaleX(1.20) scaleY(1.10);
/* 19417 */ }
/* 19418 */ .careerfy-testimonial-style14-inner img {
/* 19419 */     display: inline-block;
/* 19420 */     border-radius: 100%;
/* 19421 */     margin-bottom: 11px;
/* 19422 */     width: 122px;
/* 19423 */ }
/* 19424 */ .careerfy-testimonial-style14-inner h2 {
/* 19425 */     font-size: 22px;
/* 19426 */     font-weight: bold;
/* 19427 */     color: #222222;
/* 19428 */     margin-bottom: 0px;
/* 19429 */ }
/* 19430 */ .slick-current .careerfy-testimonial-style14-inner h2 {
/* 19431 */     font-size: 18px; }
/* 19432 */ .careerfy-testimonial-style14-inner span {
/* 19433 */     display: block;
/* 19434 */     font-size: 16px;
/* 19435 */ }
/* 19436 */ .careerfy-testimonial-style14-inner p {
/* 19437 */     font-size: 15px;
/* 19438 */     color: #6e6565;
/* 19439 */     margin-bottom: 0px;
/* 19440 */     margin-top: 30px;
/* 19441 */ }
/* 19442 */ .careerfy-testimonial-style14-btn {
/* 19443 */     position: absolute;
/* 19444 */     left: 50%;
/* 19445 */     bottom: -16px;
/* 19446 */     font-size: 16px;
/* 19447 */     font-weight: bold;
/* 19448 */     color: #ffffff;
/* 19449 */     padding: 8px 26px;
/* 19450 */     line-height: 1;

/* style.css */

/* 19451 */     margin-left: -40px;
/* 19452 */ }
/* 19453 */ /* Footer Fourteen */
/* 19454 */ .careerfy-footer-fourteen {
/* 19455 */     background-color: #222222;
/* 19456 */     padding: 80px 0px 0px 0px;
/* 19457 */ }
/* 19458 */ /* Widget About Text Fourteen */
/* 19459 */ .widget_about_text_fourteen img {
/* 19460 */     margin-bottom: 17px;
/* 19461 */ }
/* 19462 */ .widget_about_text_fourteen p {
/* 19463 */     color: #999999;
/* 19464 */     margin-bottom: 36px;
/* 19465 */ }
/* 19466 */ .widget_about_text_fourteen_btn {
/* 19467 */     display: inline-block;
/* 19468 */     text-transform: uppercase;
/* 19469 */     color: #ffffff;
/* 19470 */     padding: 14px 23px;
/* 19471 */     border-radius: 4px;
/* 19472 */     line-height: 1;
/* 19473 */ }
/* 19474 */ .careerfy-footer-fourteen .footer-widget-title {
/* 19475 */     margin-bottom: 20px;
/* 19476 */ }
/* 19477 */ .careerfy-footer-fourteen .footer-widget-title h2 {
/* 19478 */     font-size: 18px;
/* 19479 */     font-weight: bold;
/* 19480 */     color: #ffffff;
/* 19481 */     position: relative;
/* 19482 */     text-transform: capitalize;
/* 19483 */     padding-bottom: 11px;
/* 19484 */ }
/* 19485 */ .careerfy-footer-fourteen .footer-widget-title h2:before {
/* 19486 */     content: '';
/* 19487 */     position: absolute;
/* 19488 */     left: 0px;
/* 19489 */     bottom: 0px;
/* 19490 */     width: 32px;
/* 19491 */     height: 5px;
/* 19492 */ }
/* 19493 */ .careerfy-footer-fourteen .widget_nav_menu ul li a {
/* 19494 */     color: #999999;
/* 19495 */     -webkit-transition: all 0.4s ease-in-out;
/* 19496 */        -moz-transition: all 0.4s ease-in-out;
/* 19497 */         -ms-transition: all 0.4s ease-in-out;
/* 19498 */          -o-transition: all 0.4s ease-in-out;
/* 19499 */             transition: all 0.4s ease-in-out;
/* 19500 */ }

/* style.css */

/* 19501 */ .careerfy-footer-fourteen .widget_nav_menu ul li a:before {
/* 19502 */     font-size: 9px;
/* 19503 */     float: left;
/* 19504 */     margin: 0px 14px 0px 0px;
/* 19505 */ }
/* 19506 */ .careerfy-footer-fourteen .widget_nav_menu ul li:hover a {
/* 19507 */     font-weight: 600; }
/* 19508 */ .copyright-fourteen {
/* 19509 */     float: left;
/* 19510 */     width: 100%;
/* 19511 */     border-top: 1px solid #333333;
/* 19512 */     box-shadow: 0px -1px 0px 0px #0f0f0f;
/* 19513 */     padding: 30px 0px 40px 0px;
/* 19514 */     margin-top: 14px;
/* 19515 */ }
/* 19516 */ .copyright-fourteen-social {
/* 19517 */     float: right;
/* 19518 */ }
/* 19519 */ .copyright-fourteen-social li {
/* 19520 */     float: left;
/* 19521 */     margin: 10px 5px 0px 5px;
/* 19522 */     list-style: none;
/* 19523 */ }
/* 19524 */ .copyright-fourteen-social li a {
/* 19525 */     font-size: 40px;
/* 19526 */     color: #393636;
/* 19527 */     -webkit-transition: all 0.4s ease-in-out;
/* 19528 */        -moz-transition: all 0.4s ease-in-out;
/* 19529 */         -ms-transition: all 0.4s ease-in-out;
/* 19530 */          -o-transition: all 0.4s ease-in-out;
/* 19531 */             transition: all 0.4s ease-in-out;
/* 19532 */ }
/* 19533 */ .copyright-fourteen-social li:hover a {
/* 19534 */     color: #ffffff; }
/* 19535 */ .copyright-fourteen p {
/* 19536 */     float: left;
/* 19537 */     color: #999999;
/* 19538 */     font-size: 16px;
/* 19539 */     margin: 14px 0px 0px 0px;
/* 19540 */ }
/* 19541 */ .careerfy-featured-jobs-grid .careerfy-job-featured {
/* 19542 */     left: auto;
/* 19543 */     right: 15px;
/* 19544 */ }
/* 19545 */ .careerfy-job-grid .careerfy-featured-label {
/* 19546 */     left: auto;
/* 19547 */     right: 15px;
/* 19548 */ }
/* 19549 */ .careerfy-banner-eleven-search ::-webkit-input-placeholder { /* Edge */
/* 19550 */   color: #ffffff;

/* style.css */

/* 19551 */ }
/* 19552 */
/* 19553 */ .careerfy-banner-eleven-search :-ms-input-placeholder { /* Internet Explorer 10-11 */
/* 19554 */   color: #ffffff;
/* 19555 */ }
/* 19556 */
/* 19557 */ .careerfy-banner-eleven-search ::placeholder {
/* 19558 */   color: #ffffff;
/* 19559 */ }
/* 19560 */ .careerfy-candidate-grid .slick-slide,
/* 19561 */ .careerfy-employer-grid .slick-slide {
/* 19562 */     padding: 0px 15px;
/* 19563 */     margin-bottom: 20px;
/* 19564 */ }
/* 19565 */ .blog-img {
/* 19566 */     float: left;
/* 19567 */     width: 100%;
/* 19568 */     height: 255px;
/* 19569 */     background-size: cover !important;
/* 19570 */     background-position: center !important;
/* 19571 */     background-repeat: no-repeat !important;
/* 19572 */ }
/* 19573 */ .jobsearch-headeight-option {
/* 19574 */     float: right;
/* 19575 */     margin-top: 16px;
/* 19576 */ }
/* 19577 */ .jobsearch-headeight-option > li {
/* 19578 */     display: inline-block;
/* 19579 */     list-style: none;
/* 19580 */     margin-left: 40px;
/* 19581 */     position: relative;
/* 19582 */     margin-top: 10px;
/* 19583 */ }
/* 19584 */ .jobsearch-headeight-option > li > a {
/* 19585 */     font-size: 16px;
/* 19586 */     color: #333;
/* 19587 */     -webkit-transition: all 0.4s ease-in-out;
/* 19588 */        -moz-transition: all 0.4s ease-in-out;
/* 19589 */         -ms-transition: all 0.4s ease-in-out;
/* 19590 */          -o-transition: all 0.4s ease-in-out;
/* 19591 */             transition: all 0.4s ease-in-out;
/* 19592 */ }
/* 19593 */ .jobsearch-headeight-option > li > a > i {
/* 19594 */     margin-right: 7px; }
/* 19595 */ .jobsearch-open-signup-tab.active a {
/* 19596 */     display: inline-block;
/* 19597 */     vertical-align: middle;
/* 19598 */     padding: 10px 25px 11px 25px;
/* 19599 */     border: 1px solid;
/* 19600 */     line-height: 1;

/* style.css */

/* 19601 */     border-radius: 80px;
/* 19602 */     font-size: 16px;
/* 19603 */     margin: 0px;
/* 19604 */     -webkit-transition: all 0.4s ease-in-out;
/* 19605 */     -moz-transition: all 0.4s ease-in-out;
/* 19606 */     -ms-transition: all 0.4s ease-in-out;
/* 19607 */     -o-transition: all 0.4s ease-in-out;
/* 19608 */     transition: all 0.4s ease-in-out;
/* 19609 */ }
/* 19610 */ .jobsearch-open-signup-tab.active a:hover {
/* 19611 */     color: #ffffff !important;
/* 19612 */ }
/* 19613 */ .jobsearch-header-eight .jobsearch-main-header {
/* 19614 */     padding: 0px 40px;
/* 19615 */     position: relative;
/* 19616 */     float: left;
/* 19617 */     width: 100%;
/* 19618 */ }
/* 19619 */ .careerfy-allpkg-comcon {
/* 19620 */     float: left;
/* 19621 */     width: 100%;
/* 19622 */     text-align: center;
/* 19623 */ }
/* 19624 */ .careerfy-allpkg-comcon [class*="col-md-"] {
/* 19625 */     display: inline-block;
/* 19626 */     float: none;
/* 19627 */     margin-right: -4px;
/* 19628 */ }
/* 19629 */ .careerfy-allpkg-comcon ul li.active,
/* 19630 */ .careerfy-allpkg-comcon ul li.active i {
/* 19631 */     opacity: 1; }
/* 19632 */ .careerfy-allpkg-comcon ul li,
/* 19633 */ .careerfy-allpkg-comcon ul li i {
/* 19634 */     opacity: 0.50; }
/* 19635 */ /* Header NineTeen */
/* 19636 */ .careerfy-header-nineteen .careerfy-logo {
/* 19637 */     display: inline-block;
/* 19638 */     float: none;
/* 19639 */     vertical-align: middle;
/* 19640 */     margin: 0px 0px;
/* 19641 */     width: 30%;
/* 19642 */ }
/* 19643 */ .careerfy-header-nineteen-wrapper {
/* 19644 */     display: inline-block;
/* 19645 */     vertical-align: middle;
/* 19646 */     width: 70%;
/* 19647 */     margin-right: -4px;
/* 19648 */ }
/* 19649 */ .careerfy-header-nineteen-strip {
/* 19650 */     float: left;

/* style.css */

/* 19651 */     width: 100%;
/* 19652 */     border-bottom: 3px double #e4e4e4;
/* 19653 */     margin-bottom: 15px;
/* 19654 */ }
/* 19655 */ .careerfy-header-nineteen-strip p {
/* 19656 */     border-left: 1px solid #e4e4e4;
/* 19657 */     margin-bottom: 0px;
/* 19658 */     color: #999999;
/* 19659 */     float: right;
/* 19660 */     padding: 12px 15px;
/* 19661 */ }
/* 19662 */ .careerfy-header-nineteen-strip p:last-child {
/* 19663 */     border: none;
/* 19664 */ }
/* 19665 */ .careerfy-header-nineteen-strip p a {
/* 19666 */     color: #999999; }
/* 19667 */ .careerfy-header-nineteen-strip p i {
/* 19668 */     margin-right: 9px; }
/* 19669 */ .careerfy-header-nineteen-social {
/* 19670 */     float: right;
/* 19671 */     margin-left: 9px;
/* 19672 */ }
/* 19673 */ .careerfy-header-nineteen-social li {
/* 19674 */     float: left;
/* 19675 */     list-style: none;
/* 19676 */     margin: 16px 0px 0px 5px;
/* 19677 */ }
/* 19678 */ .careerfy-header-nineteen-social li a {
/* 19679 */     float: left;
/* 19680 */     width: 22px;
/* 19681 */     height: 22px;
/* 19682 */     background-color: #96b4b3;
/* 19683 */     color: #ffffff;
/* 19684 */     font-size: 11px;
/* 19685 */     text-align: center;
/* 19686 */     border-radius: 100%;
/* 19687 */     padding-top: 6px;
/* 19688 */     line-height: 1;
/* 19689 */     -webkit-transition: all 0.4s ease-in-out;
/* 19690 */        -moz-transition: all 0.4s ease-in-out;
/* 19691 */         -ms-transition: all 0.4s ease-in-out;
/* 19692 */          -o-transition: all 0.4s ease-in-out;
/* 19693 */             transition: all 0.4s ease-in-out;
/* 19694 */ }
/* 19695 */ .careerfy-header-nineteen .jobsearch-navigation {
/* 19696 */     float: left;
/* 19697 */ }
/* 19698 */ .careerfy-headerninteen-user {
/* 19699 */     float: right;
/* 19700 */ }

/* style.css */

/* 19701 */ .careerfy-headerninteen-user > li {
/* 19702 */     list-style: none;
/* 19703 */     position: relative;
/* 19704 */     float: left;
/* 19705 */     margin-left: 10px;
/* 19706 */ }
/* 19707 */ .careerfy-headerninteen-user > li.jobsearch-usernotifics-menubtn > a {
/* 19708 */     width: 44px;
/* 19709 */     height: 44px;
/* 19710 */     padding: 12px 0px 0px 13px;
/* 19711 */ }
/* 19712 */ .careerfy-headerninteen-user > li > a {
/* 19713 */     display: inline-block;
/* 19714 */     padding: 14px 28px;
/* 19715 */     line-height: 1;
/* 19716 */     font-size: 16px;
/* 19717 */     color: #ffffff;
/* 19718 */     font-weight: 600;
/* 19719 */     border-radius: 3px;
/* 19720 */     -webkit-transition: all 0.4s ease-in-out;
/* 19721 */        -moz-transition: all 0.4s ease-in-out;
/* 19722 */         -ms-transition: all 0.4s ease-in-out;
/* 19723 */          -o-transition: all 0.4s ease-in-out;
/* 19724 */             transition: all 0.4s ease-in-out;
/* 19725 */ }
/* 19726 */ .careerfy-headerninteen-user > li > a:hover {
/* 19727 */     opacity: 0.75; }
/* 19728 */ .careerfy-header-nineteen .navbar-nav > li > a {
/* 19729 */     padding: 13px 0px 27px 0px; }
/* 19730 */ .careerfy-header-nineteen .navbar-nav > li > a:before {
/* 19731 */     display: none; }
/* 19732 */ .careerfy-header-nineteen .navbar-nav > li > a:after {
/* 19733 */     content: '';
/* 19734 */     position: absolute;
/* 19735 */     left: -16px;
/* 19736 */     top: 21px;
/* 19737 */     width: 5px;
/* 19738 */     height: 5px;
/* 19739 */     background-color: #96b4b3;
/* 19740 */     border-radius: 80px;
/* 19741 */ }
/* 19742 */ .jobsearch-useraccount-linksbtn {
/* 19743 */     position: relative;
/* 19744 */     display: inline-block;
/* 19745 */ }
/* 19746 */ .careerfy-headerninteen-user ul.nav-item-children,
/* 19747 */ .careerfy-header-twenty-user .nav-item-children,
/* 19748 */ .jobsearch-useraccount-linksbtn .nav-item-children {
/* 19749 */     background-color: #ffffff;
/* 19750 */     right: 0;

/* style.css */

/* 19751 */     margin: 5px 0px 0px 0px;
/* 19752 */     padding: 0px 20px;
/* 19753 */     opacity: 0;
/* 19754 */     position: absolute;
/* 19755 */     top: 100%;
/* 19756 */     visibility: hidden;
/* 19757 */     width: 200px;
/* 19758 */     z-index: 999;
/* 19759 */     text-align: left;
/* 19760 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
/* 19761 */     -webkit-transform: translateX(10px);
/* 19762 */        -moz-transform: translateX(10px);
/* 19763 */         -ms-transform: translateX(10px);
/* 19764 */          -o-transform: translateX(10px);
/* 19765 */             transform: translateX(10px);
/* 19766 */     -webkit-transition: all 0.5s ease-in-out;
/* 19767 */        -moz-transition: all 0.5s ease-in-out;
/* 19768 */         -ms-transition: all 0.5s ease-in-out;
/* 19769 */          -o-transition: all 0.5s ease-in-out;
/* 19770 */             transition: all 0.5s ease-in-out;
/* 19771 */ }
/* 19772 */ .careerfy-headerninteen-user > li:hover > ul.nav-item-children,
/* 19773 */ .careerfy-header-twenty-user > li:hover > ul.nav-item-children,
/* 19774 */ .jobsearch-useraccount-linksbtn:hover .nav-item-children {
/* 19775 */     opacity: 1;
/* 19776 */     visibility: visible;
/* 19777 */     -webkit-transform: translateX(0px);
/* 19778 */        -moz-transform: translateX(0px);
/* 19779 */         -ms-transform: translateX(0px);
/* 19780 */          -o-transform: translateX(0px);
/* 19781 */             transform: translateX(0px);
/* 19782 */ }
/* 19783 */ .careerfy-headerninteen-user ul.nav-item-children li,
/* 19784 */ .careerfy-header-twenty-user .nav-item-children li,
/* 19785 */ .jobsearch-useraccount-linksbtn .nav-item-children li {
/* 19786 */     float: left;
/* 19787 */     width: 100%;
/* 19788 */     list-style: none;
/* 19789 */ }
/* 19790 */ .careerfy-headerninteen-user ul.nav-item-children li a,
/* 19791 */ .careerfy-header-twenty-user .nav-item-children li a,
/* 19792 */ .jobsearch-useraccount-linksbtn .nav-item-children li a {
/* 19793 */     border-bottom: 1px solid #f2f2f2;
/* 19794 */     color: #656c6c;
/* 19795 */     float: left;
/* 19796 */     font-size: 14px;
/* 19797 */     font-weight: 400;
/* 19798 */     padding: 10px 0px;
/* 19799 */     width: 100%;
/* 19800 */     -webkit-transition: all 0.5s ease-in-out;

/* style.css */

/* 19801 */        -moz-transition: all 0.5s ease-in-out;
/* 19802 */         -ms-transition: all 0.5s ease-in-out;
/* 19803 */          -o-transition: all 0.5s ease-in-out;
/* 19804 */             transition: all 0.5s ease-in-out;
/* 19805 */ }
/* 19806 */ .careerfy-headerninteen-user ul.nav-item-children li i,
/* 19807 */ .careerfy-header-twenty-user .nav-item-children li i,
/* 19808 */ .jobsearch-useraccount-linksbtn .nav-item-children li i {
/* 19809 */     float: left;
/* 19810 */     margin: 7px 7px 0px 0px;
/* 19811 */ }
/* 19812 */ /* NineTeen Search */
/* 19813 */ .careerfy-nineteen-search {
/* 19814 */     width: 740px;
/* 19815 */     margin: 0 auto;
/* 19816 */     text-align: center;
/* 19817 */ }
/* 19818 */ .careerfy-nineteen-search h1 {
/* 19819 */     display: block;
/* 19820 */     font-size: 54px;
/* 19821 */     font-weight: 500;
/* 19822 */     margin-bottom: 6px;
/* 19823 */     line-height: 1.3;
/* 19824 */ }
/* 19825 */ .careerfy-nineteen-search .careerfy-nineteen-search-description {
/* 19826 */     display: block;
/* 19827 */     font-size: 20px;
/* 19828 */     margin-bottom: 37px;
/* 19829 */ }
/* 19830 */ .careerfy-nineteen-search-tabs,
/* 19831 */ .careerfy-search-nineteen-tabs-nav li,
/* 19832 */ .careerfy-search-nineteen-tabs-nav li a,
/* 19833 */ .careerfy-nineteen-category-list,
/* 19834 */ .careerfy-nineteen-loc-search,
/* 19835 */ .careerfy-nineteen-loc-search input[type="text"],
/* 19836 */ .careerfy-nineteen-loc-search input[type="submit"],
/* 19837 */ .careerfy-nineteen-category-list a,
/* 19838 */ .careerfy-nineteen-category-list span {
/* 19839 */     float: left;
/* 19840 */     width: 100%;
/* 19841 */ }
/* 19842 */ .careerfy-nineteen-search-tabs {
/* 19843 */     margin-bottom: 35px; }
/* 19844 */ .careerfy-search-nineteen-tabs-nav {
/* 19845 */     float: left;
/* 19846 */     width: 25%;
/* 19847 */ }
/* 19848 */ .careerfy-search-nineteen-tabs-nav li {
/* 19849 */     list-style: none;
/* 19850 */     margin-bottom: 4px;

/* style.css */

/* 19851 */     line-height: 1;
/* 19852 */ }
/* 19853 */ .careerfy-search-nineteen-tabs-nav li i {
/* 19854 */     float: left;
/* 19855 */     width: 51px;
/* 19856 */     height: 56px;
/* 19857 */     background-color: rgba(255,255,255,0.20);
/* 19858 */     color: #ffffff;
/* 19859 */     border-radius: 4px;
/* 19860 */     font-size: 22px !important;
/* 19861 */     padding-top: 17px;
/* 19862 */     position: relative;
/* 19863 */ }
/* 19864 */ .careerfy-search-nineteen-tabs-nav li i:after {
/* 19865 */     content: '';
/* 19866 */     position: absolute;
/* 19867 */     right: -10px;
/* 19868 */     top: 50%;
/* 19869 */     width: 10px;
/* 19870 */     height: 8px;
/* 19871 */     background-color: rgba(255,255,255,0.20);
/* 19872 */     margin-top: -3px;
/* 19873 */ }
/* 19874 */ .careerfy-search-nineteen-tabs-nav li span {
/* 19875 */     font-size: 15px;
/* 19876 */     color: #ffffff;
/* 19877 */     float: left;
/* 19878 */     width: 67%;
/* 19879 */     background-color: rgba(255,255,255,0.20);
/* 19880 */     margin-left: 10px;
/* 19881 */     padding: 20px 20px 19px 20px;
/* 19882 */     border-radius: 4px 0px 0px 4px;
/* 19883 */ }
/* 19884 */ .careerfy-nineteen-search-tabs .tab-content {
/* 19885 */     float: left;
/* 19886 */     width: 75%;
/* 19887 */     background-color: rgba(255,255,255,0.20);
/* 19888 */     padding: 25px 30px 22px 24px;
/* 19889 */     margin-left: -1px;
/* 19890 */ }
/* 19891 */ .careerfy-nineteen-loc-search ul {
/* 19892 */     margin: 0px -10px;
/* 19893 */ }
/* 19894 */ .careerfy-nineteen-loc-search li {
/* 19895 */     list-style: none;
/* 19896 */     float: left;
/* 19897 */     position: relative;
/* 19898 */     padding: 0px 10px;
/* 19899 */     line-height: 1;
/* 19900 */ }

/* style.css */

/* 19901 */ .careerfy-nineteen-loc-search li i {
/* 19902 */     position: absolute;
/* 19903 */     left: 28px;
/* 19904 */     top: 17px;
/* 19905 */     color: #999999;
/* 19906 */     font-size: 22px;
/* 19907 */     z-index: 2;
/* 19908 */ }
/* 19909 */ .careerfy-nineteen-loc-search .loc-loader {
/* 19910 */     top: 17px;
/* 19911 */     right: 28px;
/* 19912 */     position: absolute;
/* 19913 */ }
/* 19914 */ .careerfy-nineteen-loc-search .loc-loader i {
/* 19915 */     position: static; }
/* 19916 */ .careerfy-nineteen-loc-search .jobsearch_searchloc_div .jobsearch_location_autocomplete {
/* 19917 */     left: 10px !important; }
/* 19918 */ .careerfy-nineteen-loc-search input[type="text"] {
/* 19919 */     height: 56px;
/* 19920 */     background-color: #ffffff;
/* 19921 */     border-radius: 3px;
/* 19922 */     padding: 6px 45px;
/* 19923 */     color: #999999;
/* 19924 */     font-size: 16px;
/* 19925 */ }
/* 19926 */ .careerfy-nineteen-loc-search li:nth-child(1) {
/* 19927 */     width: 68%; }
/* 19928 */ .careerfy-nineteen-loc-search li:last-child {
/* 19929 */     width: 32%; }
/* 19930 */ .careerfy-nineteen-loc-search input[type="submit"] {
/* 19931 */     font-size: 18px;
/* 19932 */     padding: 14px 0px 13px 0px;
/* 19933 */     border: none;
/* 19934 */     color: #ffffff;
/* 19935 */     border-radius: 3px;
/* 19936 */     font-weight: 600;
/* 19937 */     line-height: 1.6;
/* 19938 */     -webkit-transition: all 0.5s ease-in-out;
/* 19939 */        -moz-transition: all 0.5s ease-in-out;
/* 19940 */         -ms-transition: all 0.5s ease-in-out;
/* 19941 */          -o-transition: all 0.5s ease-in-out;
/* 19942 */             transition: all 0.5s ease-in-out;
/* 19943 */ }
/* 19944 */ .careerfy-nineteen-loc-search input[type="submit"]:hover {
/* 19945 */     background-color: #ffffff; }
/* 19946 */ .careerfy-nineteen-category-list {
/* 19947 */     text-align: center; }
/* 19948 */ .careerfy-nineteen-category-list ul li {
/* 19949 */     display: inline-block;
/* 19950 */     vertical-align: top;

/* style.css */

/* 19951 */     padding: 0px 15px;
/* 19952 */     margin-right: -4px;
/* 19953 */     width: 20%;
/* 19954 */ }
/* 19955 */ .careerfy-nineteen-category-list i {
/* 19956 */     display: inline-block;
/* 19957 */     width: 112px;
/* 19958 */     height: 112px;
/* 19959 */     border: 5px solid #ffffff;
/* 19960 */     border-radius: 100%;
/* 19961 */     font-size: 42px;
/* 19962 */     color: #ffffff;
/* 19963 */     margin-bottom: 14px;
/* 19964 */     padding-top: 28px;
/* 19965 */     -webkit-transition: all 0.5s ease-in-out;
/* 19966 */        -moz-transition: all 0.5s ease-in-out;
/* 19967 */         -ms-transition: all 0.5s ease-in-out;
/* 19968 */          -o-transition: all 0.5s ease-in-out;
/* 19969 */             transition: all 0.5s ease-in-out;
/* 19970 */ }
/* 19971 */ .careerfy-nineteen-category-list span {
/* 19972 */     color: #ffffff;
/* 19973 */     font-size: 18px;
/* 19974 */ }
/* 19975 */ /* Services NineTeen */
/* 19976 */ .careerfy-services-nineteen,
/* 19977 */ .careerfy-services-nineteen a {
/* 19978 */     float: left;
/* 19979 */     width: 100%;
/* 19980 */     text-align: center;
/* 19981 */ }
/* 19982 */ .careerfy-services-nineteen ul li {
/* 19983 */     vertical-align: top;
/* 19984 */ }
/* 19985 */ .careerfy-services-nineteen a {
/* 19986 */     position: relative; }
/* 19987 */ .careerfy-services-nineteen small {
/* 19988 */     display: inline-block;
/* 19989 */     width: 105px;
/* 19990 */     height: 105px;
/* 19991 */     color: #ffffff;
/* 19992 */     font-size: 42px;
/* 19993 */     padding-top: 28px;
/* 19994 */     position: relative;
/* 19995 */     margin-bottom: 24px;
/* 19996 */     border-radius: 80px;
/* 19997 */     border: 1px solid;
/* 19998 */     -webkit-transition: all 0.4s ease-in-out;
/* 19999 */        -moz-transition: all 0.4s ease-in-out;
/* 20000 */         -ms-transition: all 0.4s ease-in-out;

/* style.css */

/* 20001 */          -o-transition: all 0.4s ease-in-out;
/* 20002 */             transition: all 0.4s ease-in-out;
/* 20003 */ }
/* 20004 */ .careerfy-services-nineteen li:hover small {
/* 20005 */     background-color: #ffffff; }
/* 20006 */ .careerfy-services-nineteen span {
/* 20007 */     font-size: 24px;
/* 20008 */     font-weight: 600;
/* 20009 */     float: left;
/* 20010 */     width: 100%;
/* 20011 */     margin-bottom: 4px;
/* 20012 */ }
/* 20013 */ .careerfy-services-nineteen p {
/* 20014 */     margin-bottom: 0px;
/* 20015 */     font-size: 16px;
/* 20016 */ }
/* 20017 */ /* Services NineTeen Style2 */
/* 20018 */ .careerfy-services-nineteen-style2 a {
/* 20019 */     float: left;
/* 20020 */     width: 100%;
/* 20021 */ }
/* 20022 */ .careerfy-services-nineteen-style2 small {
/* 20023 */     float: left;
/* 20024 */     width: 100%;
/* 20025 */     font-size: 67px;
/* 20026 */     position: relative;
/* 20027 */     margin-bottom: 8px;
/* 20028 */ }
/* 20029 */ .careerfy-services-nineteen-style2 small:before {
/* 20030 */     content: '';
/* 20031 */     display: inline-block;
/* 20032 */     vertical-align: middle;
/* 20033 */     width: 47px;
/* 20034 */     height: 3px;
/* 20035 */     background-color: #96b4b3;
/* 20036 */     margin-right: 20px;
/* 20037 */ }
/* 20038 */ .careerfy-services-nineteen-style2 span {
/* 20039 */     font-size: 24px;
/* 20040 */     font-weight: 600;
/* 20041 */     float: left;
/* 20042 */     width: 100%;
/* 20043 */     margin-bottom: 4px;
/* 20044 */ }
/* 20045 */ .careerfy-services-nineteen-style2 p {
/* 20046 */     margin-bottom: 0px;
/* 20047 */     font-size: 16px;
/* 20048 */ }
/* 20049 */ /* Fancy Title NineTeen */
/* 20050 */ .careerfy-fancy-title-nineteen,

/* style.css */

/* 20051 */ .careerfy-fancy-title-nineteen h2,
/* 20052 */ .careerfy-fancy-title-nineteen span {
/* 20053 */     float: left;
/* 20054 */     width: 100%;
/* 20055 */ }
/* 20056 */ .careerfy-fancy-title-nineteen {
/* 20057 */     text-align: center;
/* 20058 */     margin-bottom: 40px;
/* 20059 */ }
/* 20060 */ .careerfy-fancy-title-nineteen h2 {
/* 20061 */     margin-bottom: 3px;
/* 20062 */     text-transform: capitalize;
/* 20063 */     font-size: 50px;
/* 20064 */     line-height: 1.1;
/* 20065 */     padding-bottom: 14px;
/* 20066 */     position: relative;
/* 20067 */     color: #2a7175;
/* 20068 */ }
/* 20069 */ .careerfy-fancy-title-nineteen h2:before {
/* 20070 */     content: '';
/* 20071 */     position: absolute;
/* 20072 */     left: 50%;
/* 20073 */     bottom: 0px;
/* 20074 */     width: 31px;
/* 20075 */     height: 3px;
/* 20076 */     margin-left: -12px;
/* 20077 */     background-color: #2a7175;
/* 20078 */ }
/* 20079 */ .careerfy-fancy-title-nineteen span {
/* 20080 */     margin-bottom: 0px;
/* 20081 */     color: #999999;
/* 20082 */     font-size: 20px;
/* 20083 */ }
/* 20084 */ .careerfy-nineteen-testimonial-for a {
/* 20085 */     position: relative;
/* 20086 */     float: left;
/* 20087 */     width: 75px;
/* 20088 */ }
/* 20089 */ .careerfy-nineteen-testimonial-for a:hover:before {
/* 20090 */     content: '';
/* 20091 */     position: absolute;
/* 20092 */     left: 0;
/* 20093 */     top: 0;
/* 20094 */     width: 100%;
/* 20095 */     height: 100%;
/* 20096 */     background: #000;
/* 20097 */     opacity: 0.40;
/* 20098 */     border-radius: 100%;
/* 20099 */     -webkit-transition: all 0.4s ease-in-out;
/* 20100 */        -moz-transition: all 0.4s ease-in-out;

/* style.css */

/* 20101 */         -ms-transition: all 0.4s ease-in-out;
/* 20102 */          -o-transition: all 0.4s ease-in-out;
/* 20103 */             transition: all 0.4s ease-in-out;
/* 20104 */ }
/* 20105 */
/* 20106 */ /* NineTeen Testimonial */
/* 20107 */ .careerfy-nineteen-testimonial,
/* 20108 */ .careerfy-nineteen-testimonial-wrapper,
/* 20109 */ .careerfy-nineteen-testimonial h2,
/* 20110 */ .careerfy-nineteen-testimonial-for a {
/* 20111 */     float: left;
/* 20112 */     width: 100%;
/* 20113 */ }
/* 20114 */ .careerfy-nineteen-testimonial-wrapper {
/* 20115 */     text-align: center;
/* 20116 */ }
/* 20117 */ .careerfy-nineteen-testimonial-for {
/* 20118 */     display: inline-block;
/* 20119 */     width: 256px;
/* 20120 */ }
/* 20121 */ .careerfy-nineteen-testimonial-for .slick-current.slick-active a {
/* 20122 */     margin-top: -15px;
/* 20123 */ }
/* 20124 */ .careerfy-nineteen-testimonial-for .slick-list {
/* 20125 */     padding: 44px 0px 0px 0px !important;
/* 20126 */ }
/* 20127 */ .careerfy-nineteen-testimonial-for img {
/* 20128 */     display: inline-block;
/* 20129 */     width: 75px;
/* 20130 */     border-radius: 100%;
/* 20131 */ }
/* 20132 */ .careerfy-nineteen-testimonial-for .slick-current.slick-active img {
/* 20133 */     border: 3px solid rgba(255,255,255,0.20);
/* 20134 */ }
/* 20135 */ .careerfy-nineteen-testimonial p {
/* 20136 */     color: #ffffff;
/* 20137 */     margin-bottom: 34px;
/* 20138 */     font-size: 18px;
/* 20139 */     display: inline-block;
/* 20140 */     width: 45%;
/* 20141 */ }
/* 20142 */ .careerfy-nineteen-testimonial h2 {
/* 20143 */     color: #ffffff;
/* 20144 */     margin-bottom: 0px;
/* 20145 */ }
/* 20146 */ /* Services NineTeen Style3 */
/* 20147 */ .careerfy-services-nineteen-style3,
/* 20148 */ .careerfy-services-nineteen-style3 li a {
/* 20149 */     float: left;
/* 20150 */     width: 100%;

/* style.css */

/* 20151 */ }
/* 20152 */ .careerfy-services-nineteen-style3 li a {
/* 20153 */     background-color: #f9f9f9;
/* 20154 */     border: 1px solid rgba(0,0,0,0.08);
/* 20155 */     border-radius: 3px;
/* 20156 */     padding: 20px;
/* 20157 */ }
/* 20158 */ .careerfy-services-nineteen-style3 li img {
/* 20159 */     display: inline-block;
/* 20160 */     vertical-align: middle;
/* 20161 */     width: 145px;
/* 20162 */ }
/* 20163 */ .careerfy-services-nineteen-style3 li img ~ p {
/* 20164 */     display: inline-block;
/* 20165 */     width: 70%;
/* 20166 */     vertical-align: middle;
/* 20167 */     margin-bottom: 0px;
/* 20168 */     padding: 4px 0px 0px 20px;
/* 20169 */ }
/* 20170 */ .careerfy-services-nineteen-style3 small,
/* 20171 */ .careerfy-services-nineteen-style3 span {
/* 20172 */     display: inline-block;
/* 20173 */     width: 100%;
/* 20174 */ }
/* 20175 */ .careerfy-services-nineteen-style3 small {
/* 20176 */     font-size: 24px;
/* 20177 */     font-weight: 600;
/* 20178 */ }
/* 20179 */ .careerfy-services-nineteen-style3 span {
/* 20180 */     font-size: 18px;
/* 20181 */     color: #999999;
/* 20182 */ }
/* 20183 */ .careerfy-services-nineteen-style3 strong {
/* 20184 */     font-size: 14px;
/* 20185 */ }
/* 20186 */ /* NineTeen Search Style2 Tabs */
/* 20187 */ .careerfy-nineteen-search-style2-tabs,
/* 20188 */ .careerfy-search-nineteen-tabs-nav-style2,
/* 20189 */ .careerfy-nineteen-search-style2-tabs .tab-content,
/* 20190 */ .careerfy-nineteen-loc-search-style2,
/* 20191 */ .careerfy-nineteen-loc-search-style2 input[type="text"],
/* 20192 */ .careerfy-nineteen-loc-search-style2 input[type="submit"],
/* 20193 */ .careerfy-nineteen-loc-search-style2 input[type="email"],
/* 20194 */ .careerfy-nineteen-loc-search-style2 input[type="password"] {
/* 20195 */     float: left;
/* 20196 */     width: 100%;
/* 20197 */ }
/* 20198 */ .careerfy-search-nineteen-tabs-nav-style2 {
/* 20199 */     text-align: center;
/* 20200 */     margin-bottom: -5px;

/* style.css */

/* 20201 */ }
/* 20202 */ .careerfy-search-nineteen-tabs-nav-style2 li {
/* 20203 */     display: inline-block;
/* 20204 */     margin: 0px 5px;
/* 20205 */ }
/* 20206 */ .careerfy-search-nineteen-tabs-nav-style2 li a {
/* 20207 */     float: left;
/* 20208 */     padding: 14px 23px;
/* 20209 */     border: 1px solid rgba(255,255,255,0.20);
/* 20210 */     border-bottom: none;
/* 20211 */     color: #ffffff;
/* 20212 */     font-size: 16px;
/* 20213 */     border-radius: 4px 4px 0px 0px;
/* 20214 */ }
/* 20215 */ .careerfy-search-nineteen-tabs-nav-style2 li.active a {
/* 20216 */     background-color: rgba(255,255,255,0.20);
/* 20217 */ }
/* 20218 */ .careerfy-search-nineteen-tabs-nav-style2 li a i {
/* 20219 */     margin: 2px 14px 0px 0px;
/* 20220 */     font-size: 25px;
/* 20221 */     float: left;
/* 20222 */ }
/* 20223 */ .careerfy-nineteen-search-style2-tabs .tab-content {
/* 20224 */     background-color: rgba(255,255,255,0.20);
/* 20225 */     padding: 30px 30px 1px 30px;
/* 20226 */ }
/* 20227 */ .careerfy-nineteen-loc-search-style2 ul {
/* 20228 */     margin: 0px -10px; }
/* 20229 */ .careerfy-nineteen-loc-search-style2 ul li {
/* 20230 */     float: left;
/* 20231 */     width: 27%;
/* 20232 */     list-style: none;
/* 20233 */     position: relative;
/* 20234 */     padding: 0px 10px;
/* 20235 */     margin-bottom: 20px;
/* 20236 */ }
/* 20237 */ .careerfy-nineteen-loc-search-style2 ul li:last-child {
/* 20238 */     width: 19%; }
/* 20239 */ .careerfy-nineteen-loc-search-style2 input[type="text"],
/* 20240 */ .careerfy-nineteen-loc-search-style2 input[type="email"],
/* 20241 */ .careerfy-nineteen-loc-search-style2 input[type="password"] {
/* 20242 */     height: 56px;
/* 20243 */     background-color: #ffffff;
/* 20244 */     border-radius: 4px;
/* 20245 */     font-size: 16px;
/* 20246 */     color: #999999;
/* 20247 */     padding: 6px 20px;
/* 20248 */ }
/* 20249 */ .careerfy-nineteen-loc-search-style2 i {
/* 20250 */     position: absolute;

/* style.css */

/* 20251 */     right: 28px;
/* 20252 */     top: 19px;
/* 20253 */     font-size: 18px;
/* 20254 */ }
/* 20255 */ .careerfy-nineteen-loc-search-style2 .selectize-control.single .selectize-input input {
/* 20256 */     height: auto; }
/* 20257 */ .careerfy-nineteen-loc-search-style2 .selectize-control.single .selectize-input {
/* 20258 */     height: 56px;
/* 20259 */     padding-top: 17px !important;
/* 20260 */ }
/* 20261 */ .careerfy-nineteen-loc-search-style2 input[type="submit"] {
/* 20262 */     font-size: 18px;
/* 20263 */     padding: 14px 0px 13px 0px;
/* 20264 */     border: none;
/* 20265 */     color: #ffffff;
/* 20266 */     border-radius: 3px;
/* 20267 */     font-weight: 600;
/* 20268 */     height: 56px;
/* 20269 */     -webkit-transition: all 0.5s ease-in-out;
/* 20270 */        -moz-transition: all 0.5s ease-in-out;
/* 20271 */         -ms-transition: all 0.5s ease-in-out;
/* 20272 */          -o-transition: all 0.5s ease-in-out;
/* 20273 */             transition: all 0.5s ease-in-out;
/* 20274 */ }
/* 20275 */ .careerfy-nineteen-loc-search-style2 input[type="submit"]:hover {
/* 20276 */     background-color: #ffffff; }
/* 20277 */ /* Footer NineTeen */
/* 20278 */ .careerfy-footer-ninteen .widget_nav_menu ul li {
/* 20279 */     float: left;
/* 20280 */     width: 25%;
/* 20281 */ }
/* 20282 */ .careerfy-footer-ninteen .widget_nav_menu ul li a:before {
/* 20283 */     content: "\ea49";
/* 20284 */     font-family: careerfy;
/* 20285 */     font-size: 11px;
/* 20286 */ }
/* 20287 */ .careerfy-footer-ninteen .careerfy-footer-widget {
/* 20288 */     padding: 100px 0px 50px 0px;
/* 20289 */ }
/* 20290 */ .copyright-nineteen {
/* 20291 */     float: left;
/* 20292 */     width: 100%;
/* 20293 */     padding: 26px 0px;
/* 20294 */ }
/* 20295 */ .copyright-nineteen p {
/* 20296 */     float: left;
/* 20297 */     margin-bottom: 0px;
/* 20298 */ }
/* 20299 */ .copyright-nineteen-social {
/* 20300 */     float: right;

/* style.css */

/* 20301 */ }
/* 20302 */ .copyright-nineteen-social li {
/* 20303 */     float: left;
/* 20304 */     list-style: none;
/* 20305 */     margin-right: 7px;
/* 20306 */ }
/* 20307 */ .copyright-nineteen-social li a {
/* 20308 */     font-size: 20px;
/* 20309 */     color: #ffffff;
/* 20310 */ }
/* 20311 */ .careerfy-twenty-search {
/* 20312 */     float: left;
/* 20313 */     width: 460px;
/* 20314 */ }
/* 20315 */ .careerfy-twenty-search-tag,
/* 20316 */ .careerfy-twenty-search-description,
/* 20317 */ .careerfy-twenty-search h1,
/* 20318 */ .careerfy-twenty-search-tabs,
/* 20319 */ .careerfy-search-twenty-tabs-nav,
/* 20320 */ .careerfy-twenty-search-tabs .tab-content,
/* 20321 */ .careerfy-twenty-loc-search,
/* 20322 */ .careerfy-twenty-loc-search input[type="text"],
/* 20323 */ .careerfy-twenty-loc-search input[type="submit"] {
/* 20324 */     float: left;
/* 20325 */     width: 100%;
/* 20326 */ }
/* 20327 */ .careerfy-twenty-search-tag {
/* 20328 */     font-size: 20px;
/* 20329 */     color: #666666;
/* 20330 */     margin-bottom: 2px;
/* 20331 */ }
/* 20332 */ .careerfy-twenty-search h1 {
/* 20333 */     font-size: 50px;
/* 20334 */     color: #333333;
/* 20335 */     margin-bottom: 22px;
/* 20336 */     line-height: 1.1;
/* 20337 */ }
/* 20338 */ .careerfy-twenty-search-description {
/* 20339 */     font-size: 18px;
/* 20340 */     color: #666666;
/* 20341 */     margin-bottom: 25px;
/* 20342 */     line-height: 1.5;
/* 20343 */ }
/* 20344 */ ul.careerfy-search-twenty-tabs-nav {
/* 20345 */     margin-bottom: -5px;
/* 20346 */     position: relative;
/* 20347 */ }
/* 20348 */ .careerfy-search-twenty-tabs-nav li {
/* 20349 */     float: left;
/* 20350 */     list-style: none;

/* style.css */

/* 20351 */ }
/* 20352 */ .careerfy-search-twenty-tabs-nav li a {
/* 20353 */     float: left;
/* 20354 */     padding: 20px 27px;
/* 20355 */     font-size: 16px;
/* 20356 */ }
/* 20357 */ .careerfy-search-twenty-tabs-nav li.active a {
/* 20358 */     color: #ffffff;
/* 20359 */     border: 5px solid #fff;
/* 20360 */     border-bottom: none;
/* 20361 */     padding-top: 15px;
/* 20362 */ }
/* 20363 */ .careerfy-twenty-search-tabs .tab-content {
/* 20364 */     padding: 30px;
/* 20365 */     border: 5px solid #ffffff;
/* 20366 */     box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.12);
/* 20367 */ }
/* 20368 */ .careerfy-twenty-loc-search ul { margin: 0px -8px; }
/* 20369 */ .careerfy-twenty-loc-search ul li {
/* 20370 */     float: left;
/* 20371 */     width: 80%;
/* 20372 */     list-style: none;
/* 20373 */     position: relative;
/* 20374 */     padding: 0px 8px;
/* 20375 */ }
/* 20376 */ .careerfy-twenty-loc-search ul li:last-child {
/* 20377 */     width: 20%; }
/* 20378 */ .careerfy-twenty-loc-search input[type="text"] {
/* 20379 */     height: 45px;
/* 20380 */     background-color: #ffffff;
/* 20381 */     color: #666666;
/* 20382 */     font-size: 14px;
/* 20383 */     padding: 5px 20px;
/* 20384 */     border: 1px solid rgba(52,136,55,0.37);
/* 20385 */ }
/* 20386 */ .careerfy-twenty-loc-search i {
/* 20387 */     position: absolute;
/* 20388 */     right: 27px;
/* 20389 */     top: 16px;
/* 20390 */ }
/* 20391 */ .careerfy-twenty-loc-search input[type="submit"] {
/* 20392 */     position: absolute;
/* 20393 */     right: 0px;
/* 20394 */     top: 0px;
/* 20395 */     border: none;
/* 20396 */     background-color: transparent;
/* 20397 */     width: 100%;
/* 20398 */     height: 45px;
/* 20399 */     z-index: 1;
/* 20400 */     cursor: pointer;

/* style.css */

/* 20401 */ }
/* 20402 */ .careerfy-twenty-loc-search .careerfy-twenty-loc-submit i {
/* 20403 */     position: absolute;
/* 20404 */     right: 0px;
/* 20405 */     top: 0px;
/* 20406 */     border: 1px solid rgba(52,136,55,0.37);
/* 20407 */     background-color: #ffffff;
/* 20408 */     height: 45px;
/* 20409 */     z-index: 0;
/* 20410 */     width: 100%;
/* 20411 */     font-size: 23px;
/* 20412 */     text-align: center;
/* 20413 */     padding-top: 10px;
/* 20414 */ }
/* 20415 */ /* Header Twenty */
/* 20416 */ .home .careerfy-header-twenty {
/* 20417 */     position: absolute;
/* 20418 */     left: 0px;
/* 20419 */     top: 40px;
/* 20420 */     width: 100%;
/* 20421 */     z-index: 10;
/* 20422 */ }
/* 20423 */ .careerfy-header-twenty-wrapper {
/* 20424 */     float: left;
/* 20425 */     width: 100%;
/* 20426 */     padding: 0px 30px;
/* 20427 */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
/* 20428 */     position: relative;
/* 20429 */ }
/* 20430 */ .careerfy-header-twenty .careerfy-logo {
/* 20431 */     float: none;
/* 20432 */     display: inline-block;
/* 20433 */     vertical-align: middle;
/* 20434 */     margin: 16px -4px 14px 0px;
/* 20435 */     width: 26%;
/* 20436 */ }
/* 20437 */ .careerfy-header-twenty-inner-wrapper {
/* 20438 */     display: inline-block;
/* 20439 */     vertical-align: middle;
/* 20440 */     width: 74%;
/* 20441 */ }
/* 20442 */ .careerfy-header-twenty .jobsearch-navigation {
/* 20443 */     float: right; }
/* 20444 */ .careerfy-header-twenty-user {
/* 20445 */     float: right;
/* 20446 */     margin: 24px 0px 0px 25px;
/* 20447 */ }
/* 20448 */ .careerfy-header-twenty-user li {
/* 20449 */     list-style: none;
/* 20450 */     position: relative;

/* style.css */

/* 20451 */     float: left;
/* 20452 */     margin-left: 10px;
/* 20453 */ }
/* 20454 */ .careerfy-header-twenty-user > li > a {
/* 20455 */     display: inline-block;
/* 20456 */     padding: 12px 35px;
/* 20457 */     line-height: 1;
/* 20458 */     color: #ffffff;
/* 20459 */     font-size: 16px;
/* 20460 */     font-weight: 600;
/* 20461 */     border-radius: 4px;
/* 20462 */     border: 1px solid;
/* 20463 */     -webkit-transition: all 0.5s ease-in-out;
/* 20464 */        -moz-transition: all 0.5s ease-in-out;
/* 20465 */         -ms-transition: all 0.5s ease-in-out;
/* 20466 */          -o-transition: all 0.5s ease-in-out;
/* 20467 */             transition: all 0.5s ease-in-out;
/* 20468 */ }
/* 20469 */ .careerfy-header-twenty-user > li:hover > a {
/* 20470 */     background-color: #ffffff !important; }
/* 20471 */ /* Services Twenty */
/* 20472 */ .careerfy-services-twenty ul li {
/* 20473 */     vertical-align: top; }
/* 20474 */ .careerfy-services-twenty a {
/* 20475 */     float: left;
/* 20476 */     width: 100%;
/* 20477 */     background-color: #ffffff;
/* 20478 */     border: 1px solid rgba(0,0,0,0.08);
/* 20479 */     padding: 32px 29px 40px 29px;
/* 20480 */     overflow: hidden;
/* 20481 */     position: relative;
/* 20482 */ }
/* 20483 */ .careerfy-services-twenty span {
/* 20484 */     display: block;
/* 20485 */     font-size: 26px;
/* 20486 */     font-weight: 600;
/* 20487 */     margin-bottom: 14px;
/* 20488 */ }
/* 20489 */ .careerfy-services-twenty .top-icon {
/* 20490 */     font-size: 66px;
/* 20491 */     margin-bottom: 12px;
/* 20492 */     display: inline-block;
/* 20493 */ }
/* 20494 */ .careerfy-services-twenty p {
/* 20495 */     font-size: 16px;
/* 20496 */     margin-bottom: 22px;
/* 20497 */ }
/* 20498 */ .careerfy-services-twenty .bottom-icon {
/* 20499 */     position: absolute;
/* 20500 */     right: -45px;

/* style.css */

/* 20501 */     bottom: -30px;
/* 20502 */     font-size: 115px;
/* 20503 */     color: #e7e7e7;
/* 20504 */ }
/* 20505 */ .careerfy-services-twenty strong {
/* 20506 */     display: inline-block;
/* 20507 */     padding: 11px 23px;
/* 20508 */     color: #ffffff;
/* 20509 */     font-size: 16px;
/* 20510 */     border-radius: 3px;
/* 20511 */     line-height: 1;
/* 20512 */     font-weight: 400;
/* 20513 */ }
/* 20514 */ /* Services Twenty Style2 */
/* 20515 */ .careerfy-services-twenty-style2 a {
/* 20516 */     float: left;
/* 20517 */     width: 100%;
/* 20518 */ }
/* 20519 */ .careerfy-services-twenty-style2-counter {
/* 20520 */     width: 99px;
/* 20521 */     height: 99px;
/* 20522 */     float: left;
/* 20523 */     text-align: center;
/* 20524 */
/* 20525 */     -webkit-mask: url(images/Round.svg) no-repeat 50% 50%;
/* 20526 */     mask: url(images/Round.svg) no-repeat 50% 50%;
/* 20527 */     -webkit-mask-size: cover;
/* 20528 */     mask-size: cover;
/* 20529 */     position: relative;
/* 20530 */     margin-top: 10px;
/* 20531 */ }
/* 20532 */ .careerfy-services-twenty-style2-counter i {
/* 20533 */     display: inline-block;
/* 20534 */     color: #ffffff;
/* 20535 */     font-size: 38px;
/* 20536 */     padding-top: 34px;
/* 20537 */ }
/* 20538 */ .careerfy-services-twenty-style2-content small {
/* 20539 */     position: absolute;
/* 20540 */     left: 74px;
/* 20541 */     top: 17px;
/* 20542 */     font-size: 24px;
/* 20543 */     color: #ffffff;
/* 20544 */     font-weight: 700;
/* 20545 */ }
/* 20546 */ .careerfy-services-twenty-style2-content {
/* 20547 */     position: relative; }
/* 20548 */ .careerfy-services-twenty-style2-counter ~ .careerfy-services-twenty-style2-content {
/* 20549 */     padding-left: 129px; }
/* 20550 */ .careerfy-services-twenty-style2-content span {

/* style.css */

/* 20551 */     font-size: 24px;
/* 20552 */     font-weight: 700;
/* 20553 */ }
/* 20554 */ .careerfy-services-twenty-style2-content p {
/* 20555 */     font-size: 16px;
/* 20556 */     margin-bottom: 0px;
/* 20557 */ }
/* 20558 */ /* Fancy Title Twenty */
/* 20559 */ .careerfy-fancy-title-twenty {
/* 20560 */     float: left;
/* 20561 */     width: 100%;
/* 20562 */     margin-bottom: 40px;
/* 20563 */     text-align: center;
/* 20564 */ }
/* 20565 */ .careerfy-fancy-title-twenty.text-align-left {
/* 20566 */     text-align: left;
/* 20567 */ }
/* 20568 */ .careerfy-fancy-title-twenty h2 {
/* 20569 */     display: block;
/* 20570 */     margin-bottom: 12px;
/* 20571 */ }
/* 20572 */ .careerfy-fancy-title-twenty span {
/* 20573 */     font-size: 16px; }
/* 20574 */ /* Twenty Testimonial */
/* 20575 */ .careerfy-twenty-testimonial-wrapper,
/* 20576 */ .careerfy-twenty-testimonial,
/* 20577 */ .careerfy-twenty-testimonial-for a,
/* 20578 */ .careerfy-twenty-testimonial-for img,
/* 20579 */ .careerfy-twenty-testimonial h2 {
/* 20580 */     float: left;
/* 20581 */     width: 100%;
/* 20582 */ }
/* 20583 */ .careerfy-twenty-testimonial-wrapper {
/* 20584 */     text-align: center; }
/* 20585 */ .careerfy-twenty-testimonial-for {
/* 20586 */     display: inline-block;
/* 20587 */     width: 53%;
/* 20588 */ }
/* 20589 */ .careerfy-twenty-testimonial-for .slick-list {
/* 20590 */     padding: 60px 0px 50px 0px !important; }
/* 20591 */ .careerfy-twenty-testimonial-for img {
/* 20592 */     border-radius: 100%;
/* 20593 */     border: 6px solid #e4e4e4;
/* 20594 */ }
/* 20595 */ .careerfy-twenty-testimonial-for .slick-current.slick-active {
/* 20596 */     -webkit-transform: scale(1.3);
/* 20597 */        -moz-transform: scale(1.3);
/* 20598 */         -ms-transform: scale(1.3);
/* 20599 */          -o-transform: scale(1.3);
/* 20600 */             transform: scale(1.3);

/* style.css */

/* 20601 */ }
/* 20602 */ .careerfy-twenty-testimonial p {
/* 20603 */     display: inline-block;
/* 20604 */     width: 70%;
/* 20605 */     font-size: 20px;
/* 20606 */     color: #666666;
/* 20607 */     font-style: italic;
/* 20608 */     margin-bottom: 24px;
/* 20609 */ }
/* 20610 */ .careerfy-twenty-testimonial h2 {
/* 20611 */     margin-bottom: 0px;
/* 20612 */ }
/* 20613 */ .careerfy-twenty-testimonial span {
/* 20614 */     font-size: 20px;
/* 20615 */     display: block;
/* 20616 */     color: #333333;
/* 20617 */ }
/* 20618 */ .careerfy-twenty-testimonial .slick-dots {
/* 20619 */     margin: 30px 0px; }
/* 20620 */ .careerfy-twenty-testimonial .slick-dots li {
/* 20621 */     margin: 0px 3px; }
/* 20622 */ .careerfy-twenty-testimonial .slick-dots li button {
/* 20623 */     width: 8px;
/* 20624 */     height: 8px;
/* 20625 */     background-color: #333333;
/* 20626 */     border-radius: 100%;
/* 20627 */ }
/* 20628 */ .careerfy-twenty-testimonial-wrapper:before {
/* 20629 */     content: "\e9ab";
/* 20630 */     font-family: careerfy;
/* 20631 */     display: inline-block;
/* 20632 */     font-size: 66px;
/* 20633 */     width: 100%;
/* 20634 */     line-height: 1;
/* 20635 */     -webkit-transform: scale(-1);
/* 20636 */     -moz-transform: scale(-1);
/* 20637 */     -ms-transform: scale(-1);
/* 20638 */     -o-transform: scale(-1);
/* 20639 */     transform: scale(-1);
/* 20640 */ }
/* 20641 */ /* Services Twenty Style3 */
/* 20642 */ .careerfy-services-twenty-style3 a {
/* 20643 */     float: left;
/* 20644 */     width: 100%;
/* 20645 */     text-align: center;
/* 20646 */     position: relative;
/* 20647 */ }
/* 20648 */ .careerfy-services-twenty-style3 a:before {
/* 20649 */     content: '';
/* 20650 */     position: absolute;

/* style.css */

/* 20651 */     right: -66px;
/* 20652 */     top: 80px;
/* 20653 */     width: 100px;
/* 20654 */     height: 4px;
/* 20655 */     border-top: 2px dashed;
/* 20656 */ }
/* 20657 */ .careerfy-services-twenty-style3 li:nth-child(4n-4) a:before {
/* 20658 */     display: none;
/* 20659 */ }
/* 20660 */ .careerfy-services-twenty-style3 ul li {
/* 20661 */     vertical-align: top; }
/* 20662 */ .careerfy-services-twenty-style3 i {
/* 20663 */     display: inline-block;
/* 20664 */     font-size: 76px;
/* 20665 */     color: #ffffff;
/* 20666 */     text-align: center;
/* 20667 */     width: 156px;
/* 20668 */     height: 156px;
/* 20669 */     border: 4px dashed;
/* 20670 */     border-radius: 100%;
/* 20671 */     margin-bottom: 20px;
/* 20672 */     padding-top: 37px;
/* 20673 */ }
/* 20674 */ .careerfy-services-twenty-style3 span {
/* 20675 */     font-size: 22px;
/* 20676 */     color: #ffffff;
/* 20677 */     display: inline-block;
/* 20678 */     width: 70%;
/* 20679 */     margin-bottom: 13px;
/* 20680 */ }
/* 20681 */ .careerfy-services-twenty-style3 p {
/* 20682 */     font-size: 16px;
/* 20683 */     margin-bottom: 0px;
/* 20684 */     color: #ffffff;
/* 20685 */     display: inline-block;
/* 20686 */     width: 100%;
/* 20687 */ }
/* 20688 */ /* Accordion Style2 */
/* 20689 */ .careerfy-accordion-style2 .panel {
/* 20690 */     border: none;
/* 20691 */     box-shadow: none;
/* 20692 */     margin-top: 10px !important;
/* 20693 */ }
/* 20694 */ .careerfy-accordion-style2 .panel-heading {
/* 20695 */     margin-bottom: 10px;
/* 20696 */     background-color: transparent;
/* 20697 */     border: none;
/* 20698 */     padding: 0px;
/* 20699 */ }
/* 20700 */ .careerfy-accordion-style2 .panel-heading a {

/* style.css */

/* 20701 */     display: inline-block;
/* 20702 */     width: 100%;
/* 20703 */     border-radius: 4px;
/* 20704 */     padding: 15px 32px;
/* 20705 */     border: 1px solid #ebebeb;
/* 20706 */     position: relative;
/* 20707 */     font-size: 18px;
/* 20708 */     font-weight: 500;
/* 20709 */     color: #ffffff;
/* 20710 */ }
/* 20711 */ .careerfy-accordion-style2 .panel-heading a.collapsed {
/* 20712 */     background-color: #f5f9fa;
/* 20713 */     color: #333333;
/* 20714 */ }
/* 20715 */ .careerfy-accordion-style2 .panel-body {
/* 20716 */     border: 1px solid #ebebeb !important;
/* 20717 */     background-color: #f5f9fa;
/* 20718 */     font-size: 16px;
/* 20719 */     color: #666666;
/* 20720 */     line-height: 1.5;
/* 20721 */     padding: 20px;
/* 20722 */     border-radius: 4px;
/* 20723 */ }
/* 20724 */ .careerfy-accordion-style2 .panel-heading a i {
/* 20725 */     position: absolute;
/* 20726 */     right: 20px;
/* 20727 */     top: 50%;
/* 20728 */     margin-top: -5px;
/* 20729 */     font-size: 13px;
/* 20730 */     -webkit-transform: rotate(90deg);
/* 20731 */        -moz-transform: rotate(90deg);
/* 20732 */         -ms-transform: rotate(90deg);
/* 20733 */          -o-transform: rotate(90deg);
/* 20734 */             transform: rotate(90deg);
/* 20735 */ }
/* 20736 */ .careerfy-accordion-style2 .panel-heading .collapsed i {
/* 20737 */     -webkit-transform: rotate(0deg);
/* 20738 */        -moz-transform: rotate(0deg);
/* 20739 */         -ms-transform: rotate(0deg);
/* 20740 */          -o-transform: rotate(0deg);
/* 20741 */             transform: rotate(0deg);
/* 20742 */ }
/* 20743 */ /* Twenty Loc Search Style2 */
/* 20744 */ .careerfy-twenty-loc-search-style2 ul { margin: 0px -5px; }
/* 20745 */ .careerfy-twenty-loc-search-style2 ul li {
/* 20746 */     list-style: none;
/* 20747 */     float: left;
/* 20748 */     width: 40%;
/* 20749 */     padding: 0px 5px;
/* 20750 */ }

/* style.css */

/* 20751 */ .careerfy-twenty-loc-search-style2 ul li.careerfy-twenty-signup-submit {
/* 20752 */     width: 20%; }
/* 20753 */ .careerfy-twenty-loc-search-style2 input[type="email"],
/* 20754 */ .careerfy-twenty-loc-search-style2 input[type="password"],
/* 20755 */ .careerfy-twenty-loc-search-style2 input[type="text"] {
/* 20756 */     float: left;
/* 20757 */     width: 100%;
/* 20758 */     height: 45px;
/* 20759 */     background-color: #ffffff;
/* 20760 */     color: #666666;
/* 20761 */     font-size: 14px;
/* 20762 */     padding: 5px 20px;
/* 20763 */     border: 1px solid rgba(52,136,55,0.37);
/* 20764 */ }
/* 20765 */ .careerfy-twenty-loc-search-style2 input[type="submit"] {
/* 20766 */     float: left;
/* 20767 */     width: 100%;
/* 20768 */     background-color: #b21b20;
/* 20769 */     color: #ffffff;
/* 20770 */     padding: 16px 10px;
/* 20771 */     border-radius: 3px;
/* 20772 */     border: none;
/* 20773 */     line-height: 1;
/* 20774 */     font-size: 14px;
/* 20775 */     text-align: center;
/* 20776 */ }
/* 20777 */ .careerfy-twenty-signup-content {
/* 20778 */     float: left;
/* 20779 */     width: 100%;
/* 20780 */     padding-top: 40px;
/* 20781 */ }
/* 20782 */ /* Services Twenty Style4 */
/* 20783 */ .careerfy-services-twenty-style4 ul li {
/* 20784 */     vertical-align: top; }
/* 20785 */ .careerfy-services-twenty-style4 a,
/* 20786 */ .careerfy-services-twenty-style4 a img,
/* 20787 */ .careerfy-services-twenty-style4 span,
/* 20788 */ .careerfy-services-twenty-img {
/* 20789 */     float: left;
/* 20790 */     width: 100%;
/* 20791 */ }
/* 20792 */ .careerfy-services-twenty-img {
/* 20793 */     position: relative;
/* 20794 */     padding: 12px;
/* 20795 */     margin-bottom: 20px;
/* 20796 */ }
/* 20797 */ .careerfy-services-twenty-img:before {
/* 20798 */     content: '';
/* 20799 */     position: absolute;
/* 20800 */     left: 0px;

/* style.css */

/* 20801 */     top: 0px;
/* 20802 */     width: 100px;
/* 20803 */     height: 3px;
/* 20804 */ }
/* 20805 */ .careerfy-services-twenty-img:after {
/* 20806 */     content: '';
/* 20807 */     position: absolute;
/* 20808 */     left: 0px;
/* 20809 */     top: 0px;
/* 20810 */     width: 3px;
/* 20811 */     height: 178px;
/* 20812 */ }
/* 20813 */ .careerfy-services-twenty-img small {
/* 20814 */     position: absolute;
/* 20815 */     right: 0px;
/* 20816 */     bottom: 0px;
/* 20817 */     width: 101px;
/* 20818 */     height: 177px;
/* 20819 */ }
/* 20820 */ .careerfy-services-twenty-img small:before {
/* 20821 */     content: '';
/* 20822 */     position: absolute;
/* 20823 */     right: 0px;
/* 20824 */     bottom: 0px;
/* 20825 */     width: 101px;
/* 20826 */     height: 3px;
/* 20827 */     background-color: #ffffff;
/* 20828 */ }
/* 20829 */ .careerfy-services-twenty-img small:after {
/* 20830 */     content: '';
/* 20831 */     position: absolute;
/* 20832 */     right: 0px;
/* 20833 */     bottom: 0px;
/* 20834 */     width: 3px;
/* 20835 */     height: 177px;
/* 20836 */     background-color: #ffffff;
/* 20837 */ }
/* 20838 */ .careerfy-services-twenty-style4 span {
/* 20839 */     font-size: 22px;
/* 20840 */     color: #ffffff;
/* 20841 */     margin-bottom: 6px;
/* 20842 */ }
/* 20843 */ .careerfy-services-twenty-style4 p {
/* 20844 */     font-size: 16px;
/* 20845 */     color: #ffffff;
/* 20846 */     margin-bottom: 0px;
/* 20847 */ }
/* 20848 */ /* Twenty Footer */
/* 20849 */ .careerfy-footer-twenty .careerfy-footer-widget {
/* 20850 */     padding: 90px 0px 25px 0px; }

/* style.css */

/* 20851 */ /* Footer Title */
/* 20852 */ .careerfy-footer-title-style18,
/* 20853 */ .careerfy-footer-title-style18 h2 {
/* 20854 */     float: left;
/* 20855 */     width: 100%;
/* 20856 */ }
/* 20857 */ .careerfy-footer-title-style18 {
/* 20858 */     margin-bottom: 16px; }
/* 20859 */ .careerfy-footer-title-style18 h2 {
/* 20860 */     color: #ffffff;
/* 20861 */     border-bottom: 1px solid #181818;
/* 20862 */     box-shadow: 0px 1px 0px #2e2e2e;
/* 20863 */     padding-bottom: 15px;
/* 20864 */     font-weight: 400;
/* 20865 */     position: relative;
/* 20866 */ }
/* 20867 */ .careerfy-footer-title-style18 h2:before {
/* 20868 */     content: '';
/* 20869 */     position: absolute;
/* 20870 */     left: 0px;
/* 20871 */     bottom: -5px;
/* 20872 */     width: 65px;
/* 20873 */     height: 5px;
/* 20874 */ }
/* 20875 */ .widget_text_ten li,
/* 20876 */ .widget_text_ten ul {
/* 20877 */     float: left;
/* 20878 */     width: 100%;
/* 20879 */ }
/* 20880 */ .widget_text_ten li {
/* 20881 */     font-size: 16px;
/* 20882 */     color: #ffffff;
/* 20883 */     list-style: none;
/* 20884 */     margin-top: 10px;
/* 20885 */ }
/* 20886 */ .careerfy-footer-twenty .careerfy-footer-widget a.social-icon-footer-twenty {
/* 20887 */     display: inline-block;
/* 20888 */     width: 34px;
/* 20889 */     height: 34px;
/* 20890 */     background-color: #ffffff;
/* 20891 */     text-align: center;
/* 20892 */     line-height: 1;
/* 20893 */     padding-top: 8px;
/* 20894 */     border-radius: 100%;
/* 20895 */     margin-right: 10px;
/* 20896 */     color: #222222;
/* 20897 */     font-size: 18px;
/* 20898 */     margin-top: 5px;
/* 20899 */ }
/* 20900 */ .careerfy-footer-twenty .careerfy-footer-widget a.social-icon-footer-twenty i {

/* style.css */

/* 20901 */     color: #222222; }
/* 20902 */ .widget_text_ten li span {
/* 20903 */     display: inline-block; }
/* 20904 */ .careerfy-footer-twenty .widget_nav_menu ul li {
/* 20905 */     float: left;
/* 20906 */     width: 33.333%;
/* 20907 */ }
/* 20908 */ .careerfy-footer-twenty .widget_nav_menu ul li a:before {
/* 20909 */     content: "\ea3c";
/* 20910 */     font-family: careerfy;
/* 20911 */ }
/* 20912 */ .copyright-twenty {
/* 20913 */     float: left;
/* 20914 */     width: 100%;
/* 20915 */     border-top: 1px solid #181818;
/* 20916 */     box-shadow: 0px 1px 0px #2e2e2e inset;
/* 20917 */     padding: 23px 0px 30px 0px;
/* 20918 */     text-align: center;
/* 20919 */ }
/* 20920 */ /* Header TwentyOne */
/* 20921 */ .careerfy-header-twentyone-wrapper .careerfy-logo {
/* 20922 */     float: none;
/* 20923 */     display: inline-block;
/* 20924 */     vertical-align: middle;
/* 20925 */     margin: 15px 0px;
/* 20926 */     width: 30%;
/* 20927 */     margin-right: -4px;
/* 20928 */ }
/* 20929 */ .careerfy-header-twentyone-wrapper .jobsearch-navigation {
/* 20930 */     display: inline-block;
/* 20931 */     width: 70%;
/* 20932 */     vertical-align: middle;
/* 20933 */     margin-right: -4px;
/* 20934 */ }
/* 20935 */ .careerfy-header-twentyone-wrapper .navbar-nav > li > a {
/* 20936 */     text-transform: uppercase;
/* 20937 */ }
/* 20938 */ .careerfy-header-twentyone-wrapper .collapse {
/* 20939 */     float: right; }
/* 20940 */ .careerfy-header-twentyone-wrapper .navbar-nav > li > a:before {
/* 20941 */     display: none; }
/* 20942 */ .careerfy-header-twentyone-wrapper .navbar-nav > li > a:after {
/* 20943 */     content: '';
/* 20944 */     background-color: #9fe1de;
/* 20945 */     width: 5px;
/* 20946 */     height: 5px;
/* 20947 */     border-radius: 100%;
/* 20948 */     position: absolute;
/* 20949 */     left: -17px;
/* 20950 */     top: 50%;

/* style.css */

/* 20951 */     margin-top: 1px;
/* 20952 */     right: auto;
/* 20953 */     padding: 0px;
/* 20954 */ }
/* 20955 */ .careerfy-header-twentyone-strip {
/* 20956 */     float: left;
/* 20957 */     width: 100%;
/* 20958 */     background-color: #f8f8f8;
/* 20959 */     border-bottom: 1px solid #f0f0f0;
/* 20960 */     padding: 9px 0px 14px 0px;
/* 20961 */ }
/* 20962 */ .careerfy-header-twentyone-strip p {
/* 20963 */     float: left;
/* 20964 */     color: #999999;
/* 20965 */     font-size: 14px;
/* 20966 */     margin-bottom: 0px;
/* 20967 */     margin-top: 2px;
/* 20968 */ }
/* 20969 */ .careerfy-header-twentyone-strip p a {
/* 20970 */     color: #999999; }
/* 20971 */ .careerfy-header-twentyone-strip p i {
/* 20972 */     margin-right: 5px; }
/* 20973 */ .careerfy-header-twentyone .top-strip-social-links {
/* 20974 */     float: right;
/* 20975 */ }
/* 20976 */ .careerfy-header-twentyone-social,
/* 20977 */ .careerfy-header-twentyone-user {
/* 20978 */     float: left;
/* 20979 */ }
/* 20980 */ .careerfy-header-twentyone-social li {
/* 20981 */     float: left;
/* 20982 */     list-style: none;
/* 20983 */     margin-left: 7px;
/* 20984 */     margin-top: 7px;
/* 20985 */ }
/* 20986 */ .careerfy-header-twentyone-social li a {
/* 20987 */     float: left;
/* 20988 */     width: 20px;
/* 20989 */     height: 20px;
/* 20990 */     background-color: #96b4b3;
/* 20991 */     border-radius: 100%;
/* 20992 */     color: #ffffff;
/* 20993 */     padding-top: 4px;
/* 20994 */     line-height: 1;
/* 20995 */     text-align: center;
/* 20996 */     font-size: 12px;
/* 20997 */     -webkit-transition: all 0.4s ease-in-out;
/* 20998 */        -moz-transition: all 0.4s ease-in-out;
/* 20999 */         -ms-transition: all 0.4s ease-in-out;
/* 21000 */          -o-transition: all 0.4s ease-in-out;

/* style.css */

/* 21001 */             transition: all 0.4s ease-in-out;
/* 21002 */ }
/* 21003 */ .careerfy-header-twentyone-user > li {
/* 21004 */     float: left;
/* 21005 */     list-style: none;
/* 21006 */     margin-left: 17px;
/* 21007 */     position: relative;
/* 21008 */     margin-top: 7px;
/* 21009 */     line-height: 1.4;
/* 21010 */ }
/* 21011 */ .careerfy-header-twentyone-user > li > a {
/* 21012 */     color: #999999; }
/* 21013 */ .careerfy-header-twentyone-user > li > a > i {
/* 21014 */     margin-right: 5px;
/* 21015 */ }
/* 21016 */ .careerfy-header-twentyone-wrapper {
/* 21017 */     float: left;
/* 21018 */     width: 100%;
/* 21019 */ }
/* 21020 */ /* TwentyOne Search */
/* 21021 */ .careerfy-twentyone-search,
/* 21022 */ .careerfy-twentyone-search small.careerfy-twentyone-search-tag,
/* 21023 */ .careerfy-twentyone-search .careerfy-twentyone-search-description,
/* 21024 */ .careerfy-twentyone-search h1,
/* 21025 */ .careerfy-twentyone-search-tabs {
/* 21026 */     float: left;
/* 21027 */     width: 100%;
/* 21028 */ }
/* 21029 */ .careerfy-twentyone-search-tabs .careerfy-twentyone-loc-search input[type="text"] {
/* 21030 */     border: 2px solid; }
/* 21031 */ .careerfy-twentyone-search-tabs .careerfy-search-twentyone-tabs-nav li i {
/* 21032 */     border: 2px solid; }
/* 21033 */ .careerfy-twentyone-search-tabs .careerfy-search-twentyone-tabs-nav li {
/* 21034 */     margin-bottom: 7px; }
/* 21035 */ .careerfy-twentyone-search-tabs .careerfy-twentyone-loc-search {
/* 21036 */     width: 100%; }
/* 21037 */ .careerfy-twentyone-search {
/* 21038 */     text-align: center;
/* 21039 */ }
/* 21040 */ .careerfy-twentyone-search-inner {
/* 21041 */     display: inline-block;
/* 21042 */     width: 70%;
/* 21043 */     position: relative;
/* 21044 */     padding: 0px 56px;
/* 21045 */ }
/* 21046 */ .careerfy-twentyone-search h1 img {
/* 21047 */     position: absolute;
/* 21048 */     right: 0px;
/* 21049 */     top: 50%;
/* 21050 */     margin: -28px 0px 0px 0px;

/* style.css */

/* 21051 */ }
/* 21052 */ .careerfy-twentyone-search small.careerfy-twentyone-search-tag {
/* 21053 */     font-size: 30px;
/* 21054 */     text-transform: uppercase;
/* 21055 */     font-weight: 600;
/* 21056 */     margin-bottom: 7px;
/* 21057 */ }
/* 21058 */ .careerfy-twentyone-search h1 {
/* 21059 */     font-size: 70px;
/* 21060 */     margin-bottom: 10px;
/* 21061 */     line-height: 1;
/* 21062 */ }
/* 21063 */ .careerfy-twentyone-search .careerfy-twentyone-search-description {
/* 21064 */     font-size: 18px;
/* 21065 */     margin-bottom: 40px;
/* 21066 */ }
/* 21067 */ .careerfy-search-twentyone-tabs-nav li {
/* 21068 */     display: inline-block;
/* 21069 */     list-style: none;
/* 21070 */     line-height: 1;
/* 21071 */     margin: 0px 14px 8px 14px;
/* 21072 */ }
/* 21073 */ .careerfy-search-twentyone-tabs-nav li i {
/* 21074 */     float: left;
/* 21075 */     width: 51px;
/* 21076 */     height: 56px;
/* 21077 */     background-color: #ffffff;
/* 21078 */     font-size: 25px;
/* 21079 */     text-align: center;
/* 21080 */     padding-top: 16px;
/* 21081 */     border-radius: 4px;
/* 21082 */ }
/* 21083 */ .careerfy-search-twentyone-tabs-nav li a {
/* 21084 */     color: #ffffff;
/* 21085 */     display: inline-block;
/* 21086 */     position: relative;
/* 21087 */ }
/* 21088 */ .careerfy-search-twentyone-tabs-nav li a:before {
/* 21089 */     content: '';
/* 21090 */     position: absolute;
/* 21091 */     left: 22px;
/* 21092 */     bottom: -10px;
/* 21093 */     width: 8px;
/* 21094 */     height: 10px;
/* 21095 */     background-color: #ffffff;
/* 21096 */ }
/* 21097 */ .careerfy-search-twentyone-tabs-nav li.active a i {
/* 21098 */     color: #ffffff; }
/* 21099 */ .careerfy-search-twentyone-tabs-nav li span {
/* 21100 */     float: left;

/* style.css */

/* 21101 */     padding: 21px 0px 0px 10px;
/* 21102 */     font-size: 16px;
/* 21103 */ }
/* 21104 */ .careerfy-twentyone-loc-search {
/* 21105 */     display: inline-block;
/* 21106 */     width: 87%;
/* 21107 */     position: relative;
/* 21108 */ }
/* 21109 */ .careerfy-twentyone-loc-search input[type="text"],
/* 21110 */ .careerfy-twentyone-loc-search input[type="email"] {
/* 21111 */     float: left;
/* 21112 */     width: 100%;
/* 21113 */     background-color: #ffffff;
/* 21114 */     border-radius: 80px;
/* 21115 */     padding: 6px 60px;
/* 21116 */     border: none;
/* 21117 */     height: 61px;
/* 21118 */     font-size: 16px;
/* 21119 */ }
/* 21120 */ .careerfy-twentyone-loc-search i {
/* 21121 */     position: absolute;
/* 21122 */     left: 34px;
/* 21123 */     top: 21px;
/* 21124 */     color: #999999;
/* 21125 */     font-size: 20px;
/* 21126 */     z-index: 2;
/* 21127 */ }
/* 21128 */ .careerfy-twentyone-loc-search i.careerfy-location {
/* 21129 */     left: auto;
/* 21130 */     right: 170px;
/* 21131 */ }
/* 21132 */ .careerfy-twentyone-loc-search span.loc-loader {
/* 21133 */     position: absolute;
/* 21134 */     right: 170px;
/* 21135 */     top: 21px;
/* 21136 */ }
/* 21137 */ .careerfy-twentyone-loc-search span.loc-loader i {
/* 21138 */     position: static; }
/* 21139 */ .careerfy-twentyone-loc-search input[type="submit"] {
/* 21140 */     position: absolute;
/* 21141 */     right: 0px;
/* 21142 */     top: 0px;
/* 21143 */     height: 61px;
/* 21144 */     border: 1px solid;
/* 21145 */     color: #ffffff;
/* 21146 */     border-radius: 0px 80px 80px 0px;
/* 21147 */     padding: 6px 48px;
/* 21148 */     font-size: 18px;
/* 21149 */     font-weight: 600;
/* 21150 */     z-index: 99;

/* style.css */

/* 21151 */     -webkit-transition: all 0.4s ease-in-out;
/* 21152 */        -moz-transition: all 0.4s ease-in-out;
/* 21153 */         -ms-transition: all 0.4s ease-in-out;
/* 21154 */          -o-transition: all 0.4s ease-in-out;
/* 21155 */             transition: all 0.4s ease-in-out;
/* 21156 */ }
/* 21157 */ .careerfy-twentyone-loc-search input[type="submit"]:hover {
/* 21158 */     background-color: #ffffff; }
/* 21159 */ /* Services Twentyone */
/* 21160 */ .careerfy-services-twentyone a,
/* 21161 */ .careerfy-services-twentyone span {
/* 21162 */     float: left;
/* 21163 */     width: 100%;
/* 21164 */ }
/* 21165 */ .careerfy-services-twentyone ul {
/* 21166 */     margin: 0px; }
/* 21167 */ .careerfy-services-twentyone li {
/* 21168 */     padding: 0px 0px; }
/* 21169 */ .careerfy-services-twentyone a {
/* 21170 */     position: relative;
/* 21171 */     background-color: #f8f8f8;
/* 21172 */     padding: 84px 65px 82px 65px;
/* 21173 */     overflow: hidden;
/* 21174 */     border-left: 1px solid #dcdcdc;
/* 21175 */ }
/* 21176 */ .careerfy-services-twentyone span {
/* 21177 */     font-size: 24px;
/* 21178 */     color: #333333;
/* 21179 */     margin-bottom: 10px;
/* 21180 */     font-weight: 600;
/* 21181 */ }
/* 21182 */ .careerfy-services-twentyone p {
/* 21183 */     font-size: 16px;
/* 21184 */     margin-bottom: 0px;
/* 21185 */ }
/* 21186 */ .careerfy-services-twentyone i {
/* 21187 */     position: absolute;
/* 21188 */     right: 24px;
/* 21189 */     bottom: -20px;
/* 21190 */     font-size: 100px;
/* 21191 */     color: #e0e0e0;
/* 21192 */     -webkit-transition: all 0.4s ease-in-out;
/* 21193 */        -moz-transition: all 0.4s ease-in-out;
/* 21194 */         -ms-transition: all 0.4s ease-in-out;
/* 21195 */          -o-transition: all 0.4s ease-in-out;
/* 21196 */             transition: all 0.4s ease-in-out;
/* 21197 */ }
/* 21198 */ .careerfy-services-twentyone li:hover i {
/* 21199 */     opacity: 0.50; }
/* 21200 */ .careerfy-header-twentyone .navbar-nav > li:last-child {

/* style.css */

/* 21201 */     padding-right: 0px; }
/* 21202 */ /* Fancy Title TwentyOne */
/* 21203 */ .careerfy-fancy-title-twentyone,
/* 21204 */ .careerfy-fancy-title-twentyone small,
/* 21205 */ .careerfy-fancy-title-twentyone h2 {
/* 21206 */     float: left;
/* 21207 */     width: 100%;
/* 21208 */ }
/* 21209 */ .careerfy-fancy-title-twentyone {
/* 21210 */     text-align: center;
/* 21211 */     margin-bottom: 50px;
/* 21212 */ }
/* 21213 */ .careerfy-fancy-title-twentyone small {
/* 21214 */     font-size: 16px;
/* 21215 */     margin-bottom: 11px;
/* 21216 */ }
/* 21217 */ .careerfy-fancy-title-twentyone h2 {
/* 21218 */     font-size: 36px;
/* 21219 */     margin-bottom: 19px;
/* 21220 */     text-transform: uppercase;
/* 21221 */ }
/* 21222 */ .careerfy-fancy-title-twentyone span {
/* 21223 */     font-size: 16px;
/* 21224 */     display: inline-block;
/* 21225 */     width: 45%;
/* 21226 */ }
/* 21227 */ /* Services TwentyOne Style2 */
/* 21228 */ .careerfy-services-twentyone-style2 a {
/* 21229 */     float: left;
/* 21230 */     width: 100%;
/* 21231 */ }
/* 21232 */ .careerfy-services-twentyone-style2 img {
/* 21233 */     float: left;
/* 21234 */     width: 66px;
/* 21235 */ }
/* 21236 */ .careerfy-services-twentyone-style2 img ~ .careerfy-services-twentyone-content {
/* 21237 */     margin-left: 96px;
/* 21238 */ }
/* 21239 */ .careerfy-services-twentyone-content span {
/* 21240 */     font-size: 24px;
/* 21241 */     font-weight: 600;
/* 21242 */     text-transform: uppercase;
/* 21243 */ }
/* 21244 */ .careerfy-services-twentyone-style3 ul.row {
/* 21245 */     display: flex;
/* 21246 */     flex-wrap: wrap;
/* 21247 */ }
/* 21248 */ .careerfy-services-twentyone-content p {
/* 21249 */     font-size: 16px; }
/* 21250 */ /* Services TwentyOne Style3 */

/* style.css */

/* 21251 */ .careerfy-services-twentyone-style3 a,
/* 21252 */ .careerfy-services-twentyone-style3 span {
/* 21253 */     float: left;
/* 21254 */     width: 100%;
/* 21255 */ }
/* 21256 */ .careerfy-services-twentyone-style3 a {
/* 21257 */     text-align: center;
/* 21258 */ }
/* 21259 */ .careerfy-services-twentyone-style3 small {
/* 21260 */     display: inline-block;
/* 21261 */     padding: 20px;
/* 21262 */     border: 2px dashed #c4edeb;
/* 21263 */     border-radius: 100%;
/* 21264 */     position: relative;
/* 21265 */     margin-bottom: 34px;
/* 21266 */ }
/* 21267 */ .careerfy-services-twentyone-style3 small:before {
/* 21268 */     content: '';
/* 21269 */     position: absolute;
/* 21270 */     right: -96px;
/* 21271 */     top: 0px;
/* 21272 */     border-radius: 100%;
/* 21273 */     width: 126px;
/* 21274 */     height: 40px;
/* 21275 */     border: none;
/* 21276 */     border-top: 2px dashed #c4edeb;
/* 21277 */ }
/* 21278 */ .careerfy-services-twentyone-style3 small:after {
/* 21279 */     content: '';
/* 21280 */     position: absolute;
/* 21281 */     right: -96px;
/* 21282 */     bottom: 0px;
/* 21283 */     border-radius: 100%;
/* 21284 */     width: 126px;
/* 21285 */     height: 40px;
/* 21286 */     border: none;
/* 21287 */     border-bottom: 2px dashed #c4edeb;
/* 21288 */ }
/* 21289 */ .careerfy-services-twentyone-style3 i {
/* 21290 */     display: inline-block;
/* 21291 */     width: 178px;
/* 21292 */     height: 178px;
/* 21293 */     color: #ffffff;
/* 21294 */     border-radius: 100%;
/* 21295 */     font-size: 85px;
/* 21296 */     padding-top: 50px;
/* 21297 */     border: 2px solid;
/* 21298 */     -webkit-transition: all 0.4s ease-in-out;
/* 21299 */        -moz-transition: all 0.4s ease-in-out;
/* 21300 */         -ms-transition: all 0.4s ease-in-out;

/* style.css */

/* 21301 */          -o-transition: all 0.4s ease-in-out;
/* 21302 */             transition: all 0.4s ease-in-out;
/* 21303 */ }
/* 21304 */ .careerfy-services-twentyone-style3 li:hover i {
/* 21305 */     background-color: #ffffff;
/* 21306 */ }
/* 21307 */ .careerfy-services-twentyone-style3 span {
/* 21308 */     font-size: 24px;
/* 21309 */     text-transform: uppercase;
/* 21310 */     margin-bottom: 12px;
/* 21311 */     line-height: 30px;
/* 21312 */ }
/* 21313 */ .careerfy-services-twentyone-style3 p {
/* 21314 */     font-size: 16px;
/* 21315 */ }
/* 21316 */ .careerfy-services-twentyone-style3 ul li:nth-child(4n-4) small:before,
/* 21317 */ .careerfy-services-twentyone-style3 ul li:nth-child(4n-4) small:after {
/* 21318 */     display: none; }
/* 21319 */ /* Testimonial Style14 */
/* 21320 */ .careerfy-twentyone-testimonial,
/* 21321 */ .careerfy-testimonial-twentyone-inner,
/* 21322 */ .careerfy-testimonial-twentyone-inner p,
/* 21323 */ .careerfy-testimonial-twentyone-inner h2,
/* 21324 */ .careerfy-testimonial-twentyone-inner span {
/* 21325 */     float: left;
/* 21326 */     width: 100%;
/* 21327 */ }
/* 21328 */ .careerfy-testimonial-twentyone-inner {
/* 21329 */     background-color: #ffffff;
/* 21330 */     padding: 70px 50px 50px 50px;
/* 21331 */     text-align: center;
/* 21332 */     border-radius: 4px;
/* 21333 */ }
/* 21334 */ .careerfy-testimonial-twentyone-inner img {
/* 21335 */     display: inline-block;
/* 21336 */     border-radius: 100%;
/* 21337 */     border: 9px solid #ffffff;
/* 21338 */     width: 115px;
/* 21339 */     margin-top: -150px;
/* 21340 */ }
/* 21341 */ .careerfy-testimonial-twentyone-inner p {
/* 21342 */     font-size: 16px;
/* 21343 */     color: #999999;
/* 21344 */     margin-bottom: 27px;
/* 21345 */ }
/* 21346 */ .careerfy-testimonial-twentyone-inner h2 {
/* 21347 */     margin-bottom: 6px;
/* 21348 */     text-transform: uppercase;
/* 21349 */ }
/* 21350 */ .careerfy-testimonial-twentyone-inner span {

/* style.css */

/* 21351 */     font-size: 16px;
/* 21352 */     color: #666666;
/* 21353 */ }
/* 21354 */ .careerfy-twentyone-testimonial .slick-list {
/* 21355 */     margin: 0px -15px;
/* 21356 */     padding-top: 55px;
/* 21357 */ }
/* 21358 */ .careerfy-testimonial-twentyone-description {
/* 21359 */     padding: 69px 15px 0px 15px;
/* 21360 */     outline: none;
/* 21361 */ }
/* 21362 */ .careerfy-twentyone-testimonial .careerfy-testimonial-twentyone-layers {
/* 21363 */     padding: 0px 15px; }
/* 21364 */ /* Services Twentyone Style4 */
/* 21365 */ .careerfy-services-twentyone-style4 a,
/* 21366 */ .careerfy-services-twentyone-style4 span,
/* 21367 */ .careerfy-services-twentyone-style4 p {
/* 21368 */     float: left;
/* 21369 */     width: 100%;
/* 21370 */ }
/* 21371 */ .careerfy-services-twentyone-style4 a {
/* 21372 */     padding: 90px 40px 40px 40px;
/* 21373 */     position: relative;
/* 21374 */     background-size: cover;
/* 21375 */     background-repeat: no-repeat;
/* 21376 */ }
/* 21377 */ .careerfy-services-twentyone-style4 * {
/* 21378 */     position: relative;
/* 21379 */     z-index: 1;
/* 21380 */ }
/* 21381 */ .careerfy-services-twentyone-style4 a:after {
/* 21382 */     content: '';
/* 21383 */     position: absolute;
/* 21384 */     left: 0px;
/* 21385 */     top: 0px;
/* 21386 */     width: 100%;
/* 21387 */     height: 100%;
/* 21388 */     background-color: #000;
/* 21389 */     opacity: 0.70;
/* 21390 */     z-index: 0;
/* 21391 */ }
/* 21392 */ .careerfy-services-twentyone-style4 span {
/* 21393 */     font-size: 30px;
/* 21394 */     margin-bottom: 13px;
/* 21395 */     font-weight: 600;
/* 21396 */ }
/* 21397 */ .careerfy-services-twentyone-style4 p {
/* 21398 */     margin-bottom: 12px;
/* 21399 */     position: relative;
/* 21400 */     padding-bottom: 30px;

/* style.css */

/* 21401 */ }
/* 21402 */ .careerfy-services-twentyone-style4 p:before {
/* 21403 */     content: '';
/* 21404 */     position: absolute;
/* 21405 */     left: 0px;
/* 21406 */     bottom: 0px;
/* 21407 */     width: 52px;
/* 21408 */     height: 5px;
/* 21409 */     background-color: #ffffff;
/* 21410 */ }
/* 21411 */ .careerfy-services-twentyone-style4 small {
/* 21412 */     float: right;
/* 21413 */     font-size: 60px;
/* 21414 */     color: #ffffff;
/* 21415 */     font-weight: 700;
/* 21416 */     line-height: 1;
/* 21417 */ }
/* 21418 */ .careerfy-services-twentyone-style4 ul {
/* 21419 */     margin: 0px; }
/* 21420 */ .careerfy-services-twentyone-style4 li {
/* 21421 */     padding: 0px 0px; }
/* 21422 */ .careerfy-services.careerfy-services-twentyone-style4 li {
/* 21423 */     margin-bottom: 0px; }
/* 21424 */ /* Twenty One Footer */
/* 21425 */ .careerfy-footer-twentyone .careerfy-footer-widget {
/* 21426 */     padding: 90px 0px 15px 0px; }
/* 21427 */ .careerfy-footer-twentyone .careerfy-footer-widget a.social-icon-footer-twenty {
/* 21428 */     display: inline-block;
/* 21429 */     width: 34px;
/* 21430 */     height: 34px;
/* 21431 */     background-color: #ffffff;
/* 21432 */     text-align: center;
/* 21433 */     line-height: 1;
/* 21434 */     padding-top: 8px;
/* 21435 */     border-radius: 100%;
/* 21436 */     margin-right: 10px;
/* 21437 */     color: #222222;
/* 21438 */     font-size: 18px;
/* 21439 */     margin-top: 5px;
/* 21440 */     -webkit-transition: all 0.4s ease-in-out;
/* 21441 */        -moz-transition: all 0.4s ease-in-out;
/* 21442 */         -ms-transition: all 0.4s ease-in-out;
/* 21443 */          -o-transition: all 0.4s ease-in-out;
/* 21444 */             transition: all 0.4s ease-in-out;
/* 21445 */ }
/* 21446 */ .careerfy-footer-twentyone .careerfy-footer-widget a.social-icon-footer-twenty:hover i {
/* 21447 */     color: #ffffff; }
/* 21448 */ .careerfy-footer-twentyone .careerfy-footer-widget a.social-icon-footer-twenty i {
/* 21449 */     color: #222222;
/* 21450 */     -webkit-transition: all 0.4s ease-in-out;

/* style.css */

/* 21451 */        -moz-transition: all 0.4s ease-in-out;
/* 21452 */         -ms-transition: all 0.4s ease-in-out;
/* 21453 */          -o-transition: all 0.4s ease-in-out;
/* 21454 */             transition: all 0.4s ease-in-out;
/* 21455 */ }
/* 21456 */ .careerfy-footer-twentyone .widget_nav_menu ul li {
/* 21457 */     float: left;
/* 21458 */     width: 33.333%;
/* 21459 */ }
/* 21460 */ .careerfy-footer-twentyone .widget_nav_menu ul li a:before {
/* 21461 */     content: "\ea3c";
/* 21462 */     font-family: careerfy;
/* 21463 */ }
/* 21464 */ .copyright-twentyone {
/* 21465 */     display: inline-block;
/* 21466 */     position: relative;
/* 21467 */     overflow: hidden;
/* 21468 */     width: 100%;
/* 21469 */     margin-bottom: 8px;
/* 21470 */     padding-bottom: 28px;
/* 21471 */ }
/* 21472 */ .copyright-twentyone p {
/* 21473 */     position: relative;
/* 21474 */     display: inline-block;
/* 21475 */     font-size: 14px;
/* 21476 */ }
/* 21477 */ .copyright-twentyone p:before {
/* 21478 */     background-color: #2d2d2d;
/* 21479 */     content: "";
/* 21480 */     height: 2px;
/* 21481 */     left: 100%;
/* 21482 */     margin: 14px 0 0 40px;
/* 21483 */     position: absolute;
/* 21484 */     top: 0%;
/* 21485 */     width: 9999px;
/* 21486 */     border-bottom: 1px solid #3c3c3c;
/* 21487 */ }
/* 21488 */ .copyright-twentyone p:after {
/* 21489 */     background-color: #ffffff;
/* 21490 */     content: "";
/* 21491 */     height: 5px;
/* 21492 */     left: 100%;
/* 21493 */     margin: 14px 0 0 40px;
/* 21494 */     position: absolute;
/* 21495 */     top: 0%;
/* 21496 */     width: 65px;
/* 21497 */ }
/* 21498 */ .careerfy-footer-twentyone .careerfy-footer-title-style18 h2 {
/* 21499 */     border-bottom-color: #3c3c3c;
/* 21500 */     box-shadow: 0px 1px 0px #2d2d2d;

/* style.css */

/* 21501 */ }
/* 21502 */ /* Header TwentyTwo */
/* 21503 */ .careerfy-header-twentytwo-strip,
/* 21504 */ .careerfy-header-twentytwo-wrapper {
/* 21505 */     float: left;
/* 21506 */     width: 100%;
/* 21507 */ }
/* 21508 */ .careerfy-header-twentytwo-strip {
/* 21509 */     padding: 4px 0px 5px 40px;
/* 21510 */     margin-bottom: 5px;
/* 21511 */ }
/* 21512 */ .careerfy-header-twentytwo-wrapper {
/* 21513 */     background-color: #ffffff;
/* 21514 */     padding-left: 16px;
/* 21515 */     position: relative;
/* 21516 */ }
/* 21517 */ .careerfy-header-twentytwo .careerfy-logo {
/* 21518 */     width: 30%; }
/* 21519 */ .careerfy-header-twentytwo .careerfy-header-strip-list {
/* 21520 */     width: 70%; }
/* 21521 */ .careerfy-header-twentytwo .careerfy-logo,
/* 21522 */ .careerfy-header-twentytwo .careerfy-header-strip-list {
/* 21523 */     display: inline-block;
/* 21524 */     vertical-align: middle;
/* 21525 */     margin-right: -4px;
/* 21526 */     float: none;
/* 21527 */ }
/* 21528 */ .careerfy-header-twentytwo .careerfy-header-strip-list ul {
/* 21529 */     float: right; }
/* 21530 */ .careerfy-header-twentytwo .careerfy-header-strip-list ul li {
/* 21531 */     float: left;
/* 21532 */     list-style: none;
/* 21533 */     padding: 0px 40px 0px 50px;
/* 21534 */     position: relative;
/* 21535 */     line-height: 1.2;
/* 21536 */ }
/* 21537 */ .careerfy-header-twentytwo .careerfy-header-strip-list i {
/* 21538 */     position: absolute;
/* 21539 */     left: 0px;
/* 21540 */     top: 0px;
/* 21541 */     font-size: 38px;
/* 21542 */     color: #ffffff;
/* 21543 */ }
/* 21544 */ .careerfy-header-twentytwo .careerfy-header-strip-list span {
/* 21545 */     color: #ffffff;
/* 21546 */     font-size: 20px;
/* 21547 */     font-weight: 600;
/* 21548 */ }
/* 21549 */ .careerfy-header-twentytwo .careerfy-header-strip-list small {
/* 21550 */     color: #ffffff;

/* style.css */

/* 21551 */     font-size: 14px;
/* 21552 */     display: block;s
/* 21553 */ }
/* 21554 */ .careerfy-header-twentytwo-wrapper .jobsearch-navigation,
/* 21555 */ .careerfy-header-twentytwo-user {
/* 21556 */     float: left;
/* 21557 */ }
/* 21558 */ .careerfy-header-twentytwo-wrapper .top-strip-social-links {
/* 21559 */     float: right;
/* 21560 */ }
/* 21561 */ .careerfy-header-twentytwo-user {
/* 21562 */     margin-top: 13px;
/* 21563 */ }
/* 21564 */ .careerfy-header-twentytwo-user > li {
/* 21565 */     float: left;
/* 21566 */     list-style: none;
/* 21567 */     margin: 12px 0px 0px 20px;
/* 21568 */     position: relative;
/* 21569 */ }
/* 21570 */ .careerfy-header-twentytwo-wrapper .top-strip-social-links p {
/* 21571 */     float: right;
/* 21572 */     background-color: #fef2f2;
/* 21573 */     font-size: 16px;
/* 21574 */     color: #333333;
/* 21575 */     font-weight: 600;
/* 21576 */     padding: 23px 28px 23px 14px;
/* 21577 */     margin: 0px 0px 0px 46px;
/* 21578 */     position: relative;
/* 21579 */ }
/* 21580 */ .careerfy-header-twentytwo-wrapper .top-strip-social-links p i {
/* 21581 */     font-size: 18px;
/* 21582 */     margin-right: 5px;
/* 21583 */ }
/* 21584 */ .careerfy-header-twentytwo-wrapper .top-strip-social-links p:before {
/* 21585 */     content: '';
/* 21586 */     position: absolute;
/* 21587 */     left: -25px;
/* 21588 */     top: 0px;
/* 21589 */     border-top: 78px solid #fef2f2;
/* 21590 */     border-left: 25px solid transparent;
/* 21591 */ }
/* 21592 */ .careerfy-header-twentytwo-user li a {
/* 21593 */     font-size: 16px;
/* 21594 */     font-weight: 600;
/* 21595 */     color: #333333;
/* 21596 */ }
/* 21597 */ .careerfy-header-twentytwo-user li a i {
/* 21598 */     margin-right: 10px; }
/* 21599 */ .careerfy-header-twentytwo-user li.jobsearch-usernotifics-menubtn a i {
/* 21600 */     margin-right: 0px; }

/* style.css */

/* 21601 */ .careerfy-header-twentytwo {
/* 21602 */     position: absolute;
/* 21603 */     left: 0px;
/* 21604 */     top: 0px;
/* 21605 */     width: 100%;
/* 21606 */     z-index: 40;
/* 21607 */ }
/* 21608 */ .careerfy-header-twentytwo .navbar-nav > li > a {
/* 21609 */     padding: 28px 0px 29px 0px;
/* 21610 */ }
/* 21611 */ /* TwentyTwo Search */
/* 21612 */ .careerfy-twentytwo-search {
/* 21613 */     float: right;
/* 21614 */     width: 480px;
/* 21615 */     position: relative;
/* 21616 */ }
/* 21617 */ small.careerfy-twentytwo-search-tag,
/* 21618 */ .careerfy-twentytwo-search h1,
/* 21619 */ .careerfy-twentytwo-search p,
/* 21620 */ .careerfy-twentytwo-search-tabs,
/* 21621 */ .careerfy-search-twentytwo-tabs-nav,
/* 21622 */ .careerfy-search-twentytwo-tabs-nav li a,
/* 21623 */ .careerfy-twentytwo-loc-search,
/* 21624 */ .careerfy-twentytwo-search-tabs .tab-content {
/* 21625 */     float: left;
/* 21626 */     width: 100%;
/* 21627 */ }
/* 21628 */ small.careerfy-twentytwo-search-tag {
/* 21629 */     font-size: 20px;
/* 21630 */     color: #b3a8a8;
/* 21631 */     font-weight: 600;
/* 21632 */     margin-bottom: 12px;
/* 21633 */ }
/* 21634 */ small.careerfy-twentytwo-search-tag img {
/* 21635 */     position: absolute;
/* 21636 */     right: 0px;
/* 21637 */     top: -55px;
/* 21638 */ }
/* 21639 */ .careerfy-twentytwo-search h1 {
/* 21640 */     font-size: 50px;
/* 21641 */     color: #ffffff;
/* 21642 */     margin-bottom: 12px;
/* 21643 */     line-height: 1.1;
/* 21644 */ }
/* 21645 */ .careerfy-twentytwo-search h1 strong {
/* 21646 */     color: #b3a8a8; }
/* 21647 */ .careerfy-twentytwo-search p {
/* 21648 */     font-size: 31px;
/* 21649 */     color: #c4bfbf;
/* 21650 */     margin-bottom: 40px;

/* style.css */

/* 21651 */     font-weight: 600;
/* 21652 */ }
/* 21653 */ .careerfy-twentytwo-search p strong {
/* 21654 */     color: #82bff1; }
/* 21655 */ /* TwentyTwo Search Tabs */
/* 21656 */ .careerfy-search-twentytwo-tabs-nav li {
/* 21657 */     float: left;
/* 21658 */     list-style: none;
/* 21659 */     margin: 0px 30px 16px 0px;
/* 21660 */ }
/* 21661 */ .careerfy-search-twentytwo-tabs-nav li a {
/* 21662 */     color: #ffffff;
/* 21663 */     font-size: 16px;
/* 21664 */ }
/* 21665 */ .careerfy-search-twentytwo-tabs-nav li i {
/* 21666 */     float: left;
/* 21667 */     width: 46px;
/* 21668 */     height: 43px;
/* 21669 */     color: #ffffff;
/* 21670 */     border-radius: 4px;
/* 21671 */     margin: -6px 10px 0px 0px;
/* 21672 */     font-size: 25px;
/* 21673 */     text-align: center;
/* 21674 */     padding-top: 10px;
/* 21675 */ }
/* 21676 */ .careerfy-twentytwo-loc-search {
/* 21677 */     position: relative; }
/* 21678 */ .careerfy-twentytwo-loc-search input[type="text"] {
/* 21679 */     float: left;
/* 21680 */     width: 101%;
/* 21681 */     height: 54px;
/* 21682 */     background-color: #ffffff;
/* 21683 */     border-radius: 4px;
/* 21684 */     font-size: 16px;
/* 21685 */     color: #666666;
/* 21686 */     padding: 5px 29px;
/* 21687 */ }
/* 21688 */ .careerfy-twentytwo-search .careerfy-select-style {
/* 21689 */     width: 101%; }
/* 21690 */ .careerfy-twentytwo-loc-search input[type="submit"] {
/* 21691 */     float: left;
/* 21692 */     width: 66px;
/* 21693 */     height: 54px;
/* 21694 */     background-color: transparent;
/* 21695 */     border: none;
/* 21696 */     z-index: 2;
/* 21697 */     cursor: pointer;
/* 21698 */ }
/* 21699 */ .careerfy-twentytwo-loc-search i.careerfy-search-o {
/* 21700 */     color: #ffffff;

/* style.css */

/* 21701 */     position: absolute;
/* 21702 */     right: 0px;
/* 21703 */     top: 0px;
/* 21704 */     font-size: 19px;
/* 21705 */     z-index: 1;
/* 21706 */     width: 66px;
/* 21707 */     height: 54px;
/* 21708 */     text-align: center;
/* 21709 */     padding-top: 18px;
/* 21710 */ }
/* 21711 */ .careerfy-twentytwo-loc-search .careerfy-pin {
/* 21712 */     position: absolute;
/* 21713 */     left: 20px;
/* 21714 */     top: 18px;
/* 21715 */     font-size: 18px;
/* 21716 */ }
/* 21717 */ /* Services TwentyTwo */
/* 21718 */ .careerfy-services-twentytwo-inner,
/* 21719 */ .careerfy-services-twentytwo-inner span,
/* 21720 */ .careerfy-services-twentytwo-inner p {
/* 21721 */     float: left;
/* 21722 */     width: 100%;
/* 21723 */ }
/* 21724 */ .careerfy-services-twentytwo {
/* 21725 */     padding-bottom: 10px;
/* 21726 */     border-bottom: 6px solid;
/* 21727 */     margin-bottom: 20px;
/* 21728 */ }
/* 21729 */ .careerfy-services-twentytwo-inner > a {
/* 21730 */     display: inline-block; }
/* 21731 */ .careerfy-services-twentytwo-inner {
/* 21732 */     background-color: #fafafa;
/* 21733 */     border: 1px solid #f4e9e9;
/* 21734 */     padding: 30px 33px;
/* 21735 */ }
/* 21736 */ .careerfy-services-twentytwo ul {
/* 21737 */     margin: 0px; }
/* 21738 */ .careerfy-services-twentytwo ul li {
/* 21739 */     padding: 0px;
/* 21740 */     margin-bottom: 0px;
/* 21741 */ }
/* 21742 */ .careerfy-services-twentytwo-inner i {
/* 21743 */     display: inline-block;
/* 21744 */     width: 67px;
/* 21745 */     height: 67px;
/* 21746 */     text-align: center;
/* 21747 */     color: #ffffff;
/* 21748 */     font-size: 32px;
/* 21749 */     margin-bottom: 24px;
/* 21750 */     border-radius: 100%;

/* style.css */

/* 21751 */     padding-top: 17px;
/* 21752 */ }
/* 21753 */ .careerfy-services-twentytwo-inner span {
/* 21754 */     font-size: 22px;
/* 21755 */     color: #333333;
/* 21756 */     font-weight: 600;
/* 21757 */     margin-bottom: 12px;
/* 21758 */ }
/* 21759 */ .careerfy-services-twentytwo-inner p {
/* 21760 */     font-size: 16px;
/* 21761 */     color: #666666;
/* 21762 */     margin-bottom: 30px;
/* 21763 */ }
/* 21764 */ .careerfy-services-twentytwo-btn {
/* 21765 */     display: inline-block;
/* 21766 */     padding: 10px 26px;
/* 21767 */     border: 2px solid;
/* 21768 */     line-height: 1;
/* 21769 */     border-radius: 4px;
/* 21770 */     color: #ffffff;
/* 21771 */     -webkit-transition: all 0.4s ease-in-out;
/* 21772 */        -moz-transition: all 0.4s ease-in-out;
/* 21773 */         -ms-transition: all 0.4s ease-in-out;
/* 21774 */          -o-transition: all 0.4s ease-in-out;
/* 21775 */             transition: all 0.4s ease-in-out;
/* 21776 */ }
/* 21777 */ li:hover .careerfy-services-twentytwo-btn {
/* 21778 */     background-color: #ffffff; }
/* 21779 */ /* Services TwentyTwo Style2 */
/* 21780 */ .careerfy-services-twentytwo-style2-wrapper,
/* 21781 */ .careerfy-services-twentytwo-style2.careerfy-services-big,
/* 21782 */ .careerfy-services-twentytwo-style2-img,
/* 21783 */ .careerfy-services-twentytwo-style2-img img,
/* 21784 */ .careerfy-services-twentytwo-style2 a,
/* 21785 */ .careerfy-services-twentytwo-style2-content h2 {
/* 21786 */     float: left;
/* 21787 */     width: 100%;
/* 21788 */ }
/* 21789 */ .careerfy-services-twentytwo-style2 a {
/* 21790 */     position: relative; }
/* 21791 */ .careerfy-services-twentytwo-style2 {
/* 21792 */     float: left;
/* 21793 */     width: 50%;
/* 21794 */     padding: 0px 5px 10px 5px;
/* 21795 */ }
/* 21796 */ .careerfy-services-twentytwo-style2-img {
/* 21797 */     position: relative; }
/* 21798 */ .careerfy-services-twentytwo-style2-img:before {
/* 21799 */     content: '';
/* 21800 */     position: absolute;

/* style.css */

/* 21801 */     left: 0px;
/* 21802 */     top: 0px;
/* 21803 */     width: 100%;
/* 21804 */     height: 100%;
/* 21805 */     background-color: #333333;
/* 21806 */     opacity: 0.75;
/* 21807 */ }
/* 21808 */ .careerfy-services-twentytwo-style2-content {
/* 21809 */     position: absolute;
/* 21810 */     left: 0px;
/* 21811 */     bottom: 0px;
/* 21812 */     z-index: 1;
/* 21813 */     padding: 0px 50px 25px 50px;
/* 21814 */ }
/* 21815 */ .careerfy-services-twentytwo-style2-content small {
/* 21816 */     color: #ffffff;
/* 21817 */     font-size: 20px;
/* 21818 */     display: block;
/* 21819 */     margin-bottom: 10px;
/* 21820 */ }
/* 21821 */ .careerfy-services-twentytwo-style2-content span {
/* 21822 */     color: #ffffff;
/* 21823 */     font-size: 45px;
/* 21824 */     display: block;
/* 21825 */     font-weight: 700;
/* 21826 */     line-height: 1;
/* 21827 */     margin-bottom: 11px;
/* 21828 */ }
/* 21829 */ .careerfy-services-twentytwo-style2-content p {
/* 21830 */     color: #ffffff;
/* 21831 */     font-size: 18px;
/* 21832 */     display: block;
/* 21833 */     margin-bottom: 12px;
/* 21834 */ }
/* 21835 */ .careerfy-services-twentytwo-style2-btn {
/* 21836 */     display: inline-block;
/* 21837 */     padding: 12px 20px;
/* 21838 */     border: 2px solid;
/* 21839 */     line-height: 1;
/* 21840 */     border-radius: 4px;
/* 21841 */     color: #ffffff;
/* 21842 */     font-size: 18px;
/* 21843 */     margin-bottom: 30px;
/* 21844 */     -webkit-transition: all 0.4s ease-in-out;
/* 21845 */        -moz-transition: all 0.4s ease-in-out;
/* 21846 */         -ms-transition: all 0.4s ease-in-out;
/* 21847 */          -o-transition: all 0.4s ease-in-out;
/* 21848 */             transition: all 0.4s ease-in-out;
/* 21849 */ }
/* 21850 */ .careerfy-services-twentytwo-style2-content h2 {

/* style.css */

/* 21851 */     position: relative;
/* 21852 */     font-size: 26px;
/* 21853 */     font-weight: 500;
/* 21854 */     color: #ffffff;
/* 21855 */     margin-bottom: 19px;
/* 21856 */     padding-bottom: 15px;
/* 21857 */ }
/* 21858 */ .careerfy-services-twentytwo-style2-content h2:before {
/* 21859 */     content: '';
/* 21860 */     position: absolute;
/* 21861 */     left: 0px;
/* 21862 */     bottom: 0px;
/* 21863 */     width: 56px;
/* 21864 */     height: 6px;
/* 21865 */ }
/* 21866 */ /* Testimonial TwentyTwo */
/* 21867 */ .careerfy-twentytwo-testimonial,
/* 21868 */ .careerfy-testimonial-twentytwo-inner,
/* 21869 */ .careerfy-testimonial-twentytwo-inner p {
/* 21870 */     float: left;
/* 21871 */     width: 100%;
/* 21872 */ }
/* 21873 */ .careerfy-testimonial-twentytwo-inner {
/* 21874 */     text-align: center;
/* 21875 */     -webkit-transition: all 0.4s ease-in-out;
/* 21876 */        -moz-transition: all 0.4s ease-in-out;
/* 21877 */         -ms-transition: all 0.4s ease-in-out;
/* 21878 */          -o-transition: all 0.4s ease-in-out;
/* 21879 */             transition: all 0.4s ease-in-out;
/* 21880 */ }
/* 21881 */ .careerfy-testimonial-twentytwo-inner i {
/* 21882 */     display: block;
/* 21883 */     font-size: 50px;
/* 21884 */     color: #f5e9e9;
/* 21885 */     margin-bottom: 24px;
/* 21886 */ }
/* 21887 */ .careerfy-testimonial-twentytwo-inner p {
/* 21888 */     background-color: #ffffff;
/* 21889 */     border: 1px solid #f4e9e9;
/* 21890 */     padding: 36px 30px 60px 30px;
/* 21891 */     font-size: 16px;
/* 21892 */     color: #999999;
/* 21893 */     border-radius: 3px;
/* 21894 */     margin-bottom: -30px;
/* 21895 */     -webkit-transition: all 0.4s ease-in-out;
/* 21896 */        -moz-transition: all 0.4s ease-in-out;
/* 21897 */         -ms-transition: all 0.4s ease-in-out;
/* 21898 */          -o-transition: all 0.4s ease-in-out;
/* 21899 */             transition: all 0.4s ease-in-out;
/* 21900 */ }

/* style.css */

/* 21901 */ .careerfy-twentytwo-testimonial .slick-list {
/* 21902 */     margin: 0px -14px;
/* 21903 */     padding: 50px 0px 0px 0px !important;
/* 21904 */ }
/* 21905 */ .careerfy-testimonial-twentytwo-description {
/* 21906 */     padding: 0px 14px; }
/* 21907 */ .careerfy-testimonial-twentytwo-inner img {
/* 21908 */     display: inline-block;
/* 21909 */     border: 3px solid #ffffff;
/* 21910 */     width: 60px;
/* 21911 */     height: 60px;
/* 21912 */     border-radius: 100%;
/* 21913 */     margin-bottom: 7px;
/* 21914 */ }
/* 21915 */ .careerfy-testimonial-twentytwo-inner h2 {
/* 21916 */     font-size: 20px;
/* 21917 */     color: #666666;
/* 21918 */     margin-bottom: 0px;
/* 21919 */     display: block;
/* 21920 */     line-height: 1.1;
/* 21921 */ }
/* 21922 */ .careerfy-testimonial-twentytwo-inner span {
/* 21923 */     font-size: 16px;
/* 21924 */     color: #999999;
/* 21925 */     line-height: 1;
/* 21926 */ }
/* 21927 */ .slick-current.slick-active .careerfy-testimonial-twentytwo-inner {
/* 21928 */     margin-top: -50px;
/* 21929 */ }
/* 21930 */ .slick-current.slick-active .careerfy-testimonial-twentytwo-inner p,
/* 21931 */ .slick-current.slick-active .careerfy-testimonial-twentytwo-inner i {
/* 21932 */     color: #ffffff;
/* 21933 */ }
/* 21934 */ .careerfy-twentytwo-testimonial .slick-dots li button {
/* 21935 */     width: 9px;
/* 21936 */     height: 9px;
/* 21937 */     border: 1px solid #d4caca;
/* 21938 */     background-color: #ffffff;
/* 21939 */ }
/* 21940 */ .careerfy-twentytwo-testimonial .slick-dots li.slick-active button {
/* 21941 */     box-shadow: none; }
/* 21942 */ /* Services TwentyTwo Style3 */
/* 21943 */ .careerfy-services-twentytwo-style3 a,
/* 21944 */ .careerfy-services-twentytwo-style3 img,
/* 21945 */ .careerfy-services-twentytwo-style3 span {
/* 21946 */     float: left;
/* 21947 */     width: 100%;
/* 21948 */ }
/* 21949 */ .careerfy-services-twentytwo-style3 img {
/* 21950 */     margin-bottom: 24px; }

/* style.css */

/* 21951 */ .careerfy-services-twentytwo-style3 span {
/* 21952 */     font-size: 24px;
/* 21953 */     font-weight: 600;
/* 21954 */     color: #333333;
/* 21955 */     margin-bottom: 11px;
/* 21956 */ }
/* 21957 */ .careerfy-services-twentytwo-style3 p {
/* 21958 */     font-size: 16px;
/* 21959 */     color: #999999;
/* 21960 */     margin-bottom: 0px;
/* 21961 */ }
/* 21962 */ .careerfy-twentytwo-loc-search-newsletter {
/* 21963 */     float: left;
/* 21964 */     width: 100%;
/* 21965 */ }
/* 21966 */ .careerfy-twentytwo-loc-search-newsletter ul { margin: 0px -5px; }
/* 21967 */ .careerfy-twentytwo-loc-search-newsletter li {
/* 21968 */     float: left;
/* 21969 */     list-style: none;
/* 21970 */     width: 39%;
/* 21971 */     position: relative;
/* 21972 */     padding: 0px 5px;
/* 21973 */ }
/* 21974 */ .careerfy-twentytwo-loc-search-newsletter li.careerfy-twentytwo-loc-search-submit {
/* 21975 */     width: 22%;
/* 21976 */ }
/* 21977 */ .careerfy-twentytwo-loc-search-newsletter input[type="email"],
/* 21978 */ .careerfy-twentytwo-loc-search-newsletter input[type="password"],
/* 21979 */ .careerfy-twentytwo-loc-search-newsletter input[type="text"] {
/* 21980 */     float: left;
/* 21981 */     width: 100%;
/* 21982 */     background-color: #ffffff;
/* 21983 */     border-radius: 4px;
/* 21984 */     padding: 6px 19px;
/* 21985 */     border: none;
/* 21986 */     height: 54px;
/* 21987 */     font-size: 16px;
/* 21988 */     color: #666666;
/* 21989 */ }
/* 21990 */ .careerfy-twentytwo-loc-search-newsletter i {
/* 21991 */     position: absolute;
/* 21992 */     right: 20px;
/* 21993 */     top: 21px;
/* 21994 */     color: #999999
/* 21995 */ }
/* 21996 */ .careerfy-twentytwo-loc-search-newsletter input[type="submit"] {
/* 21997 */     float: left;
/* 21998 */     width: 100%;
/* 21999 */     background-color: #333333;
/* 22000 */     color: #ffffff;

/* style.css */

/* 22001 */     border: none;
/* 22002 */     padding: 17px 10px;
/* 22003 */     font-size: 16px;
/* 22004 */     text-align: center;
/* 22005 */     border-radius: 4px 4px;
/* 22006 */ }
/* 22007 */ .jobsearch-listing-mapcon ~ .container {
/* 22008 */     padding: 0px;
/* 22009 */     margin: 0px;
/* 22010 */ }
/* 22011 */ .careerfy-full-wide-page .jobsearch-listing-mapcon ~ .container {
/* 22012 */     padding: 0px 15px;
/* 22013 */ }
/* 22014 */ .careerfy-full-wide-page .container .jobsearch-listing-mapcon ~ .container {
/* 22015 */     padding: 0px;
/* 22016 */     margin: 0px;
/* 22017 */     width: 100%;
/* 22018 */ }
/* 22019 */ /* Candidate Style8 */
/* 22020 */ .careerfy-candidate-style8-content,
/* 22021 */ .careerfy-candidate-style8-box1,
/* 22022 */ .careerfy-candidate-style8-box2,
/* 22023 */ .careerfy-candidate-style8 figure,
/* 22024 */ .jobsearch-typo-wrap .careerfy-candidate-style8-box2,
/* 22025 */ .jobsearch-typo-wrap .careerfy-candidate-style8-box1 {
/* 22026 */     display: inline-block;
/* 22027 */     vertical-align: middle;
/* 22028 */     margin-right: -4px;
/* 22029 */ }
/* 22030 */ .careerfy-candidate-style8 figure {
/* 22031 */     width: 135px;
/* 22032 */     padding: 15px 0px 15px 20px;
/* 22033 */     margin-bottom: 0px;
/* 22034 */ }
/* 22035 */ .careerfy-candidate-style8-thumb,
/* 22036 */ .careerfy-candidate-style8-wrapper,
/* 22037 */ .careerfy-candidate-style8-thumb img {
/* 22038 */     float: left;
/* 22039 */     width: 100%;
/* 22040 */ }
/* 22041 */ .careerfy-candidate-style8-thumb img {
/* 22042 */     border-radius: 100%; }
/* 22043 */ .careerfy-candidate-style8-wrapper,
/* 22044 */ .jobsearch-typo-wrap .careerfy-candidate-style8-wrapper {
/* 22045 */     border: 1px solid #e2e4e5;
/* 22046 */     padding: 0px 20px 10px 0px;
/* 22047 */     position: relative;
/* 22048 */     overflow: hidden;
/* 22049 */     background-color: #ffffff;
/* 22050 */     cursor: pointer;

/* style.css */

/* 22051 */     -webkit-transition: all 0.4s ease-in-out;
/* 22052 */        -moz-transition: all 0.4s ease-in-out;
/* 22053 */         -ms-transition: all 0.4s ease-in-out;
/* 22054 */          -o-transition: all 0.4s ease-in-out;
/* 22055 */             transition: all 0.4s ease-in-out;
/* 22056 */ }
/* 22057 */ li:hover .careerfy-candidate-style8-wrapper {
/* 22058 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
/* 22059 */ }
/* 22060 */ .careerfy-style8-candidate-like {
/* 22061 */     position: absolute;
/* 22062 */     right: 8px;
/* 22063 */     top: 18px;
/* 22064 */     width: 24px;
/* 22065 */     height: 24px;
/* 22066 */     border-radius: 100%;
/* 22067 */     color: #ffffff;
/* 22068 */     text-align: center;
/* 22069 */     font-size: 12px;
/* 22070 */     line-height: 2.2;
/* 22071 */     z-index: 3;
/* 22072 */ }
/* 22073 */ .urgntpkg-candv5,
/* 22074 */ .jobsearch-typo-wrap .urgntpkg-candv5 {
/* 22075 */     position: absolute;
/* 22076 */     left: -26px;
/* 22077 */     top: 10px;
/* 22078 */     background-color: #d72c2c;
/* 22079 */     color: #ffffff;
/* 22080 */     font-size: 14px;
/* 22081 */     text-transform: lowercase;
/* 22082 */     padding: 4px 25px;
/* 22083 */     line-height: 1;
/* 22084 */     -webkit-transform: rotate(-45deg);
/* 22085 */        -moz-transform: rotate(-45deg);
/* 22086 */         -ms-transform: rotate(-45deg);
/* 22087 */          -o-transform: rotate(-45deg);
/* 22088 */             transform: rotate(-45deg);
/* 22089 */ }
/* 22090 */ .careerfy-candidate-style8-content,
/* 22091 */ .jobsearch-typo-wrap .careerfy-candidate-style8-content {
/* 22092 */     width: 82%;
/* 22093 */     padding-left: 17px;
/* 22094 */ }
/* 22095 */ .careerfy-candidate-style8-box1,
/* 22096 */ .careerfy-candidate-style8-box2 {
/* 22097 */     width: 50%;
/* 22098 */ }
/* 22099 */ .careerfy-candidate-style8-box1,
/* 22100 */ .jobsearch-typo-wrap .careerfy-candidate-style8-box1 {

/* style.css */

/* 22101 */     padding: 24px 20px 10px 0px; }
/* 22102 */ .careerfy-candidate-style8-box2,
/* 22103 */ .jobsearch-typo-wrap .careerfy-candidate-style8-box2 {
/* 22104 */     padding: 20px 0px 22px 22px;
/* 22105 */ }
/* 22106 */ .careerfy-candidate-style8-box1 small {
/* 22107 */     font-size: 14px;
/* 22108 */     font-weight: 500;
/* 22109 */     color: #333333;
/* 22110 */     display: block;
/* 22111 */     line-height: 1;
/* 22112 */ }
/* 22113 */ .careerfy-candidate-style8 .resume-loding-msg {
/* 22114 */     position: absolute;
/* 22115 */     left: 0px;
/* 22116 */     right: auto;
/* 22117 */     bottom: 0px;
/* 22118 */     top: auto;
/* 22119 */     padding: 5px 7px;
/* 22120 */     line-height: 1.3;
/* 22121 */     font-size: 11px;
/* 22122 */     display: none;
/* 22123 */ }
/* 22124 */ .careerfy-candidate-style8-title {
/* 22125 */     display: block;
/* 22126 */     font-size: 20px;
/* 22127 */     font-weight: 600;
/* 22128 */ }
/* 22129 */ .careerfy-candidate-style8-loc {
/* 22130 */     font-size: 14px;
/* 22131 */     color: #666666;
/* 22132 */ }
/* 22133 */ .careerfy-candidate-style8-loc i {
/* 22134 */     margin-right: 5px; }
/* 22135 */ .careerfy-candidate-style8-title .careerfy-featured-rating {
/* 22136 */     float: none;
/* 22137 */     display: inline-block;
/* 22138 */     width: 78px;
/* 22139 */     vertical-align: middle;
/* 22140 */     margin-left: 5px;
/* 22141 */ }
/* 22142 */ .careerfy-candidate-style8-title .careerfy-featured-rating:before,
/* 22143 */ .careerfy-candidate-style8-title .careerfy-featured-rating-box:before {
/* 22144 */     content: "\f005 \f005 \f005 \f005 \f005";
/* 22145 */     font-size: 12px;
/* 22146 */ }
/* 22147 */ strong.careerfy-candidate-style8-badge {
/* 22148 */     float: right;
/* 22149 */     background-color: #ffc107;
/* 22150 */     width: 23px;

/* style.css */

/* 22151 */     height: 23px;
/* 22152 */     color: #ffffff;
/* 22153 */     border-radius: 100%;
/* 22154 */     font-size: 12px;
/* 22155 */     text-align: center;
/* 22156 */     line-height: 2;
/* 22157 */     position: relative;
/* 22158 */ }
/* 22159 */ .careerfy-candidate-style8-title .tooltip-inner,
/* 22160 */ .careerfy-jobs-wrapper-style9 .tooltip-inner {
/* 22161 */     background: #ffc107; }
/* 22162 */ .careerfy-candidate-style8-title .tooltip.top .tooltip-arrow,
/* 22163 */ .careerfy-jobs-wrapper-style9 .tooltip.top .tooltip-arrow {
/* 22164 */     border-top-color: #ffc107; }
/* 22165 */ .careerfy-candidate-style8-inner {
/* 22166 */     display: inline-block;
/* 22167 */     width: 100%;
/* 22168 */     border-bottom: 4px double #e6e6e6;
/* 22169 */     position: relative;
/* 22170 */ }
/* 22171 */ .careerfy-candidate-style8-box3,
/* 22172 */ .jobsearch-typo-wrap .careerfy-candidate-style8-box3 {
/* 22173 */     display: inline-block;
/* 22174 */     width: 100%;
/* 22175 */     padding-top: 14px;
/* 22176 */ }
/* 22177 */ .careerfy-candidate-style8-inner:before {
/* 22178 */     content: '';
/* 22179 */     border-left: 4px double #e6e6e6;
/* 22180 */     position: absolute;
/* 22181 */     left: 50%;
/* 22182 */     top: 0px;
/* 22183 */     width: 4px;
/* 22184 */     height: 100%;
/* 22185 */     margin-left: -2px;
/* 22186 */ }
/* 22187 */ .careerfy-candidate-style8-options,
/* 22188 */ .jobsearch-typo-wrap .careerfy-candidate-style8-options {
/* 22189 */     float: left;
/* 22190 */     font-size: 14px;
/* 22191 */     color: #2a7075;
/* 22192 */     margin: 2px 40px 0px 0px;
/* 22193 */ }
/* 22194 */ .careerfy-candidate-style8-options i {
/* 22195 */     margin-right: 6px;
/* 22196 */     color: #2a7075;
/* 22197 */ }
/* 22198 */ .careerfy-candidate-style8-detail,
/* 22199 */ .jobsearch-typo-wrap .careerfy-candidate-style8-detail {
/* 22200 */     float: right;

/* style.css */

/* 22201 */     padding: 8px 15px;
/* 22202 */     color: #ffffff;
/* 22203 */     border-radius: 4px;
/* 22204 */     line-height: 1;
/* 22205 */     font-size: 14px;
/* 22206 */     border: 1px solid;
/* 22207 */     -webkit-transition: all 0.4s ease-in-out;
/* 22208 */        -moz-transition: all 0.4s ease-in-out;
/* 22209 */         -ms-transition: all 0.4s ease-in-out;
/* 22210 */          -o-transition: all 0.4s ease-in-out;
/* 22211 */             transition: all 0.4s ease-in-out;
/* 22212 */ }
/* 22213 */ .careerfy-candidate-style8-detail i {
/* 22214 */     margin-left: 7px; }
/* 22215 */ li:hover .careerfy-candidate-style8-detail {
/* 22216 */     background-color: #ffffff; }
/* 22217 */ /* Jobs Grid Style9 */
/* 22218 */ .careerfy-jobs-wrapper-style9 {
/* 22219 */     float: left;
/* 22220 */     width: 100%;
/* 22221 */     border: 1px solid #e2e4e5;
/* 22222 */     position: relative;
/* 22223 */     background-color: #ffffff;
/* 22224 */ }
/* 22225 */ .careerfy-jobs-box1,
/* 22226 */ .careerfy-jobs-box2,
/* 22227 */ .jobsearch-typo-wrap .careerfy-jobs-box1,
/* 22228 */ .jobsearch-typo-wrap .careerfy-jobs-box2 {
/* 22229 */     display: inline-block;
/* 22230 */     vertical-align: middle;
/* 22231 */     margin-right: -4px;
/* 22232 */ }
/* 22233 */ .careerfy-jobs-box1,
/* 22234 */ .jobsearch-typo-wrap .careerfy-jobs-box1 {
/* 22235 */     width: 75%;
/* 22236 */     padding: 30px;
/* 22237 */ }
/* 22238 */ .careerfy-jobs-box2,
/* 22239 */ .jobsearch-typo-wrap .careerfy-jobs-box2 {
/* 22240 */     width: 25%;
/* 22241 */     background-color: #fafafa;
/* 22242 */     position: relative;
/* 22243 */     overflow: hidden;
/* 22244 */     text-align: center;
/* 22245 */     padding: 22px 10px;
/* 22246 */     border-left: 4px double #e2e4e5;
/* 22247 */ }
/* 22248 */ a.careerfy-jobs-style9-title {
/* 22249 */     width: 80%; }
/* 22250 */ .careerfy-jobs-style9-featured {

/* style.css */

/* 22251 */     position: absolute;
/* 22252 */     left: 0px;
/* 22253 */     top: 0px;
/* 22254 */ }
/* 22255 */ .careerfy-sixteen-jobs-slider .careerfy-jobs-style9-featured {
/* 22256 */     z-index: 1; }
/* 22257 */ .careerfy-jobs-style9-featured:before {
/* 22258 */     content: '';
/* 22259 */     position: absolute;
/* 22260 */     left: 0px;
/* 22261 */     top: 0px;
/* 22262 */     border-top: 44px solid #ffc107;
/* 22263 */     border-right: 44px solid transparent;
/* 22264 */ }
/* 22265 */ .careerfy-jobs-style9-featured i {
/* 22266 */     position: relative;
/* 22267 */     color: #ffffff;
/* 22268 */     padding: 0px 0px 0px 6px;
/* 22269 */ }
/* 22270 */ .careerfy-jobs-style9-title {
/* 22271 */     display: block;
/* 22272 */     font-size: 24px;
/* 22273 */     font-weight: 600;
/* 22274 */ }
/* 22275 */ .careerfy-jobs-wrapper-style9 ul.jobsearch-style9-custom-fields {
/* 22276 */     display: inline-block;
/* 22277 */     width: 100%;
/* 22278 */ }
/* 22279 */ .jobsearch-style9-custom-fields li {
/* 22280 */     list-style: none;
/* 22281 */     float: left;
/* 22282 */     padding: 0px 16px 8px 0px;
/* 22283 */     line-height: 1;
/* 22284 */     font-size: 14px;
/* 22285 */ }
/* 22286 */ .jobsearch-style9-custom-fields li small {
/* 22287 */     font-size: 12px; }
/* 22288 */ .jobsearch-style9-custom-fields li i {
/* 22289 */     margin-right: 4px;
/* 22290 */     font-size: 16px;
/* 22291 */ }
/* 22292 */ .careerfy-jobs-style9-options {
/* 22293 */     display: inline-block;
/* 22294 */     font-size: 14px;
/* 22295 */     margin: 8px 26px 10px 0px;
/* 22296 */ }
/* 22297 */ .careerfy-jobs-style9-options i { margin-right: 4px; }
/* 22298 */ .careerfy-jobs-style9-loc {
/* 22299 */     display: block;
/* 22300 */     font-size: 14px;

/* style.css */

/* 22301 */     color: #666666;
/* 22302 */ }
/* 22303 */ small.careerfy-jobs-style9-jobtype {
/* 22304 */     float: right;
/* 22305 */     padding: 8px 18px;
/* 22306 */     line-height: 1;
/* 22307 */     border-radius: 4px;
/* 22308 */     font-size: 14px;
/* 22309 */     margin: -14px 0px 0px 0px;
/* 22310 */ }
/* 22311 */ .careerfy-jobs-box1 p {
/* 22312 */     margin-bottom: 0px;
/* 22313 */ }
/* 22314 */ .urgntpkg-badge-style9,
/* 22315 */ .jobsearch-typo-wrap .urgntpkg-badge-style9 {
/* 22316 */     position: absolute;
/* 22317 */     right: -26px;
/* 22318 */     top: 10px;
/* 22319 */     background-color: #d72c2c;
/* 22320 */     color: #ffffff;
/* 22321 */     font-size: 14px;
/* 22322 */     text-transform: lowercase;
/* 22323 */     padding: 4px 25px;
/* 22324 */     line-height: 1;
/* 22325 */     -webkit-transform: rotate(45deg);
/* 22326 */        -moz-transform: rotate(45deg);
/* 22327 */         -ms-transform: rotate(45deg);
/* 22328 */          -o-transform: rotate(45deg);
/* 22329 */             transform: rotate(45deg);
/* 22330 */ }
/* 22331 */ .urgntpkg-badge-style10 {
/* 22332 */     position: absolute;
/* 22333 */     right: 0px;
/* 22334 */     top: 0px;
/* 22335 */     width: 60px;
/* 22336 */     height: 55px;
/* 22337 */     overflow: hidden;
/* 22338 */     z-index: 2;
/* 22339 */ }
/* 22340 */ .urgntpkg-badge-style10 span {
/* 22341 */     position: absolute;
/* 22342 */     right: -26px;
/* 22343 */     top: 10px;
/* 22344 */     background-color: #d72c2c;
/* 22345 */     color: #ffffff;
/* 22346 */     font-size: 14px;
/* 22347 */     text-transform: lowercase;
/* 22348 */     padding: 4px 25px;
/* 22349 */     line-height: 1;
/* 22350 */     -webkit-transform: rotate(45deg);

/* style.css */

/* 22351 */        -moz-transform: rotate(45deg);
/* 22352 */         -ms-transform: rotate(45deg);
/* 22353 */          -o-transform: rotate(45deg);
/* 22354 */             transform: rotate(45deg);
/* 22355 */ }
/* 22356 */ .careerfy-jobs-box2 small {
/* 22357 */     display: block;
/* 22358 */     font-size: 13px;
/* 22359 */     color: #333333;
/* 22360 */     font-weight: 500;
/* 22361 */     line-height: 1.3;
/* 22362 */     margin: 5px 0px;
/* 22363 */ }
/* 22364 */ .careerfy-jobs-box2 small.careerfy-jobs-style9-company,
/* 22365 */ .careerfy-jobs-box2 small.careerfy-jobs-style9-company a {
/* 22366 */     color: #2a7175; }
/* 22367 */ .careerfy-jobs-box2 .shortlist_job_btn {
/* 22368 */     display: inline-block;
/* 22369 */     padding: 7px 9px;
/* 22370 */     line-height: 1;
/* 22371 */     color: #ffffff;
/* 22372 */     border-radius: 3px;
/* 22373 */     border: 1px solid;
/* 22374 */     margin-top: 5px;
/* 22375 */     -webkit-transition: all 0.4s ease-in-out;
/* 22376 */        -moz-transition: all 0.4s ease-in-out;
/* 22377 */         -ms-transition: all 0.4s ease-in-out;
/* 22378 */          -o-transition: all 0.4s ease-in-out;
/* 22379 */             transition: all 0.4s ease-in-out;
/* 22380 */ }
/* 22381 */ .careerfy-jobs-box2 .shortlist_job_btn:hover {
/* 22382 */     background-color: #ffffff; }
/* 22383 */ .careerfy-jobs-box2 .shortlist_job_btn i {
/* 22384 */     margin-right: 5px; }
/* 22385 */ .careerfy-jobs-box2 figure {
/* 22386 */     display: inline-block;
/* 22387 */     width: 87px;
/* 22388 */     height: 87px;
/* 22389 */     margin-bottom: 0px;
/* 22390 */     border: 3px solid #e2e4e5;
/* 22391 */     border-radius: 3px;
/* 22392 */ }
/* 22393 */ .careerfy-jobs-box2 figure a,
/* 22394 */ .careerfy-jobs-box2 figure img {
/* 22395 */     float: left;
/* 22396 */     width: 100%;
/* 22397 */ }
/* 22398 */ .careerfy-jobs-box2 .job-to-fav-msg-con {
/* 22399 */     position: static;
/* 22400 */     display: block;

/* style.css */

/* 22401 */ }
/* 22402 */ .careerfy-header-two .jobsearch-usernotifics-menubtn > a {
/* 22403 */     display: inline-block;
/* 22404 */     padding: 8px 0px 0px 0px;
/* 22405 */     width: 40px;
/* 22406 */     height: 40px;
/* 22407 */     text-align: center;
/* 22408 */     border-radius: 100%;
/* 22409 */ }
/* 22410 */ .careerfy-header-two .jobsearch-usernotifics-menubtn a span {
/* 22411 */     right: -3px;
/* 22412 */     top: -3px;
/* 22413 */ }
/* 22414 */ .careerfy-header-three .jobsearch-usernotifics-menubtn a span {
/* 22415 */     right: 16px;
/* 22416 */     top: 2px;
/* 22417 */ }
/* 22418 */ .careerfy-header-three .hder-notifics-count,
/* 22419 */ .careerfy-header-eight .hder-notifics-count {
/* 22420 */     margin-top: 0px; }
/* 22421 */ .careerfy-header-four .careerfy-header-option > li.jobsearch-usernotifics-menubtn a {
/* 22422 */     padding: 8px 8px;
/* 22423 */     text-align: center;
/* 22424 */     margin: 1px 0px 0px 0px;
/* 22425 */ }
/* 22426 */ .careerfy-header-four .careerfy-header-option > li.jobsearch-usernotifics-menubtn a i {
/* 22427 */     font-size: 17px;
/* 22428 */     margin: 0px;
/* 22429 */ }
/* 22430 */ .careerfy-header-four .careerfy-header-option > li {
/* 22431 */     margin-left: 10px; }
/* 22432 */ .careerfy-header-two .careerfy-logo-con {
/* 22433 */     padding-left: 0px; }
/* 22434 */ .careerfy-header-six .careerfy-headfive-option li.jobsearch-usernotifics-menubtn > a {
/* 22435 */     padding: 0px;
/* 22436 */     margin: 7px 0px 0px 0px;
/* 22437 */ }
/* 22438 */ .careerfy-header-seven .careerfy-headsix-option > li.jobsearch-usernotifics-menubtn > a {
/* 22439 */     padding: 8px 0px 0px 0px;
/* 22440 */     width: 42px;
/* 22441 */     height: 42px;
/* 22442 */     text-align: center;
/* 22443 */ }
/* 22444 */ .careerfy-header-eight .careerfy-headseven-option > li.jobsearch-usernotifics-menubtn > a {
/* 22445 */     padding: 11px 0px 0px 12px;
/* 22446 */     width: 43px;
/* 22447 */     height: 43px;
/* 22448 */     border-radius: 100%;
/* 22449 */ }
/* 22450 */ .jobsearch-header-eight .jobsearch-usernotifics-menubtn a span {

/* style.css */

/* 22451 */     right: 0px;
/* 22452 */     top: -6px;
/* 22453 */ }
/* 22454 */ .careerfy-header-nine .jobsearch-usernotifics-menubtn a span {
/* 22455 */     right: 3px;
/* 22456 */     top: -7px;
/* 22457 */ }
/* 22458 */ .careerfy-header-ten .jobsearch-usernotifics-menubtn a span {
/* 22459 */     right: 2px;
/* 22460 */     top: -9px;
/* 22461 */ }
/* 22462 */ .careerfy-header-twelve .careerfy-user-section > li.jobsearch-usernotifics-menubtn > a {
/* 22463 */     width: 45px;
/* 22464 */     height: 45px;
/* 22465 */     display: inline-block;
/* 22466 */     border-radius: 4px;
/* 22467 */     padding-top: 10px;
/* 22468 */ }
/* 22469 */ .careerfy-header-twelve .careerfy-user-section > li:before {
/* 22470 */     display: none; }
/* 22471 */ .careerfy-header-seventeen li.jobsearch-usernotifics-menubtn > a {
/* 22472 */     width: 35px;
/* 22473 */     height: 35px;
/* 22474 */     padding: 6px 0px 0px 6px;
/* 22475 */     margin-right: 7px;
/* 22476 */ }
/* 22477 */ .careerfy-header-eighteen .jobsearch-usernotifics-menubtn a span {
/* 22478 */     right: 23px;
/* 22479 */     top: -6px;
/* 22480 */ }
/* 22481 */ .careerfy-header-twenty-user > li.jobsearch-usernotifics-menubtn > a {
/* 22482 */     width: 42px;
/* 22483 */     height: 42px;
/* 22484 */     padding: 11px 5px 0px 5px;
/* 22485 */     text-align: center;
/* 22486 */ }
/* 22487 */ .single-post .careerfy-header-one ~ .careerfy-main-content {
/* 22488 */     padding-top: 100px; }
/* 22489 */ .careerfy-banner-search-six .selectize-control .item {
/* 22490 */     color: #777; }
/* 22491 */ .careerfy-banner-search-seven .selectize-control .item {
/* 22492 */     font-size: 14px;
/* 22493 */     color: #777;
/* 22494 */ }
/* 22495 */ .careerfy-banner-search-eight .selectize-control .item {
/* 22496 */     color: #666;
/* 22497 */     font-weight: 600;
/* 22498 */     font-size: 14px;
/* 22499 */     padding-top: 4px;
/* 22500 */ }

/* style.css */

/* 22501 */ .careerfy-thirteen-banner i.careerfy-icon.careerfy-gps-o {
/* 22502 */     left: auto;
/* 22503 */     right: 25px;
/* 22504 */ }
/* 22505 */ p.error-api {
/* 22506 */     color: #fff;
/* 22507 */     margin: 10px 0px 0px 0px;
/* 22508 */     float: left;
/* 22509 */     width: 100%;
/* 22510 */ }
/* 22511 */ .jobsearch-chat-user-groups .jobsearch-chat-group-title {
/* 22512 */     font-size: 14px;
/* 22513 */     color: #666666;
/* 22514 */     font-weight: 600;
/* 22515 */     float: left;
/* 22516 */     width: 100%;
/* 22517 */ }
/* 22518 */ .careerfy-thirteen-banner-search li .show-all-results a {
/* 22519 */     margin: 0px; }
/* 22520 */ .careerfy-thirteen-banner span.sugg-search-loader {
/* 22521 */     position: absolute;
/* 22522 */     right: 10px;
/* 22523 */     top: 7px;
/* 22524 */ }
/* 22525 */ .careerfy-thirteen-banner span.sugg-search-loader i {
/* 22526 */     position: static; }
/* 22527 */ .careerfy-eighteen-blog-grid [class*="col-md-"] {
/* 22528 */     float: none;
/* 22529 */     display: inline-block;
/* 22530 */     margin-right: -4px;
/* 22531 */     vertical-align: top;
/* 22532 */ }
/* 22533 */
/* 22534 */
/* 22535 */ /* New Responsive Menu */
/* 22536 */ .careerfy-mobile-hdr-sidebar {
/* 22537 */     position: fixed;
/* 22538 */     top: 0;
/* 22539 */     height: 100%;
/* 22540 */     width: 300px;
/* 22541 */     z-index: 9999;
/* 22542 */     background-color: #fff;
/* 22543 */     -webkit-transition: all 0.3s ease;
/* 22544 */      -moz-transition: all 0.3s ease;
/* 22545 */       -ms-transition: all 0.3s ease;
/* 22546 */        -o-transition: all 0.3s ease;
/* 22547 */           transition: all 0.3s ease;
/* 22548 */ }
/* 22549 */ .careerfy-sidebar-navigation {
/* 22550 */     display: inline-block;

/* style.css */

/* 22551 */     width: 100%;
/* 22552 */     height: 100%;
/* 22553 */     overflow-y: scroll;
/* 22554 */     border-right: 1px solid #e7e7e7;
/* 22555 */     -webkit-transition: all 0.3s ease;
/* 22556 */      -moz-transition: all 0.3s ease;
/* 22557 */       -ms-transition: all 0.3s ease;
/* 22558 */        -o-transition: all 0.3s ease;
/* 22559 */           transition: all 0.3s ease;
/* 22560 */ }
/* 22561 */ a.mobile-navclose-btn {
/* 22562 */     position: absolute;
/* 22563 */     right: -24px;
/* 22564 */     top: 0;
/* 22565 */     width: 24px;
/* 22566 */     height: 24px;
/* 22567 */     background-color: #fff;
/* 22568 */     z-index: 9;
/* 22569 */     color: #000;
/* 22570 */     text-align: center;
/* 22571 */     font-size: 15px;
/* 22572 */     padding-top: 1px;
/* 22573 */     border: 1px solid #e7e7e7;
/* 22574 */     border-left: none;
/* 22575 */     border-top: none;
/* 22576 */ }
/* 22577 */ .child-navitms-opner {
/* 22578 */     position: absolute;
/* 22579 */     right: 0px;
/* 22580 */     top: 0px;
/* 22581 */     z-index: 6;
/* 22582 */     padding: 8px 16px;
/* 22583 */     cursor: pointer;
/* 22584 */     color: #000;
/* 22585 */     font-size: 18px;
/* 22586 */     -webkit-transition: all 0.2s ease-in-out;
/* 22587 */        -moz-transition: all 0.2s ease-in-out;
/* 22588 */         -ms-transition: all 0.2s ease-in-out;
/* 22589 */          -o-transition: all 0.2s ease-in-out;
/* 22590 */             transition: all 0.2s ease-in-out;
/* 22591 */     -webkit-transform: rotate(-90deg);
/* 22592 */        -moz-transform: rotate(-90deg);
/* 22593 */         -ms-transform: rotate(-90deg);
/* 22594 */          -o-transform: rotate(-90deg);
/* 22595 */             transform: rotate(-90deg);
/* 22596 */ }
/* 22597 */ .careerfy-mobile-navbar li.active > .child-navitms-opner {
/* 22598 */     -webkit-transform: rotate(0deg);
/* 22599 */        -moz-transform: rotate(0deg);
/* 22600 */         -ms-transform: rotate(0deg);

/* style.css */

/* 22601 */          -o-transform: rotate(0deg);
/* 22602 */             transform: rotate(0deg);
/* 22603 */ }
/* 22604 */ .careerfy-mobile-navbar > li.active > .child-navitms-opner {
/* 22605 */     color: #ffffff; }
/* 22606 */
/* 22607 */ .careerfy-mobile-hdr-sidebar {
/* 22608 */   left: -390px; }
/* 22609 */   .careerfy-mobile-hdr-sidebar.animate-menu-open {
/* 22610 */     left: 0; }
/* 22611 */
/* 22612 */ .careerfy-mobile-navbar {
/* 22613 */     list-style: none;
/* 22614 */     height: 100%;
/* 22615 */ }
/* 22616 */   .careerfy-mobile-navbar li {
/* 22617 */     position: relative;
/* 22618 */     list-style: none;
/* 22619 */ }
/* 22620 */ .careerfy-mobile-navbar > li > a {
/* 22621 */     padding: 9px 5px 8px 15px;
/* 22622 */     display: block;
/* 22623 */     border-bottom: 1px solid #f0f0f0;
/* 22624 */     color: #000000;
/* 22625 */     font-weight: 600;
/* 22626 */     text-transform: uppercase;
/* 22627 */     font-size: 13px;
/* 22628 */     -webkit-transition: all 0.3s ease;
/* 22629 */        -moz-transition: all 0.3s ease;
/* 22630 */         -ms-transition: all 0.3s ease;
/* 22631 */          -o-transition: all 0.3s ease;
/* 22632 */             transition: all 0.3s ease;
/* 22633 */ }
/* 22634 */ .careerfy-mobile-navbar > li.active > a {
/* 22635 */     background: #13b5ea;
/* 22636 */     color: #fff;
/* 22637 */ }
/* 22638 */ .careerfy-mobile-navbar li.sidebar-header {
/* 22639 */     padding: 10px 25px 10px 15px;
/* 22640 */     font-size: 12px;
/* 22641 */     color: #4b646f;
/* 22642 */     background: #1a2226;
/* 22643 */ }
/* 22644 */ .careerfy-mobile-navbar li.active > .sidebar-submenu {
/* 22645 */     display: block; }
/* 22646 */ .careerfy-mobile-navbar a {
/* 22647 */     color: #000;
/* 22648 */     text-decoration: none;
/* 22649 */ }
/* 22650 */ .careerfy-mobile-navbar .sidebar-submenu {

/* style.css */

/* 22651 */     display: none;
/* 22652 */     list-style: none;
/* 22653 */     padding-left: 0px;
/* 22654 */     margin: 0px;
/* 22655 */     background: #f6f6f6;
/* 22656 */ }
/* 22657 */ .careerfy-mobile-navbar .sidebar-submenu .sidebar-submenu {
/* 22658 */     padding: 0px;
/* 22659 */     margin: 0px;
/* 22660 */ }
/* 22661 */ .careerfy-mobile-navbar .sidebar-submenu > li > a {
/* 22662 */     padding: 5px 5px 5px 15px;
/* 22663 */     display: block;
/* 22664 */     border-bottom: 1px solid #e7e7e7;
/* 22665 */     color: #000000;
/* 22666 */     font-weight: 600;
/* 22667 */     text-transform: uppercase;
/* 22668 */     font-size: 13px;
/* 22669 */ }
/* 22670 */ .elementor-widget-container .careerfy-mobile-navbar li a {
/* 22671 */     float: none;
/* 22672 */     width: 100%;
/* 22673 */     margin: 0px;
/* 22674 */ }
/* 22675 */ .careerfy-mobilehder-strip {
/* 22676 */     float: left;
/* 22677 */     width: 100%;
/* 22678 */     background-color: #fff;
/* 22679 */     display: none;
/* 22680 */ }
/* 22681 */ .mobile-logocon {
/* 22682 */     display: inline-block;
/* 22683 */     vertical-align: middle;
/* 22684 */     margin-right: -4px;
/* 22685 */     width: 50%;
/* 22686 */     padding: 10px 0px 10px 0px;
/* 22687 */ }
/* 22688 */ .mobile-hder-topcon {
/* 22689 */     float: left;
/* 22690 */     width: 100%;
/* 22691 */     padding: 0px 15px;
/* 22692 */ }
/* 22693 */ .mobile-right-btnscon {
/* 22694 */     display: inline-block;
/* 22695 */     vertical-align: middle;
/* 22696 */     margin-right: -4px;
/* 22697 */     width: 50%;
/* 22698 */ }
/* 22699 */ .mobile-logocon a {
/* 22700 */     float: left;

/* style.css */

/* 22701 */     width: 100%;
/* 22702 */ }
/* 22703 */ .mobile-logocon a img {
/* 22704 */     width: auto;
/* 22705 */ }
/* 22706 */ .mobile-right-btnscon a {
/* 22707 */     float: right;
/* 22708 */     color: #333333;
/* 22709 */     margin: 0px 0px 0px 20px;
/* 22710 */ }
/* 22711 */ .mobile-right-btnscon a.mobile-navigation-togglebtn {
/* 22712 */     font-size: 25px;
/* 22713 */     margin-top: 2px;
/* 22714 */ }
/* 22715 */ .mobile-right-btnscon a.mobile-usernotifics-btn,
/* 22716 */ .mobile-right-btnscon a.jobsearch-useracount-hdrbtn {
/* 22717 */     width: 28px;
/* 22718 */     height: 28px;
/* 22719 */     background-color: rgba(0,0,0,0.06);
/* 22720 */     border-radius: 100%;
/* 22721 */     text-align: center;
/* 22722 */     position: relative;
/* 22723 */     font-size: 16px;
/* 22724 */     padding-top: 4px;
/* 22725 */     -webkit-transition: all 0.4s ease-in-out;
/* 22726 */        -moz-transition: all 0.4s ease-in-out;
/* 22727 */         -ms-transition: all 0.4s ease-in-out;
/* 22728 */          -o-transition: all 0.4s ease-in-out;
/* 22729 */             transition: all 0.4s ease-in-out;
/* 22730 */ }
/* 22731 */ .mobile-right-btnscon a.mobile-usernotifics-btn {
/* 22732 */     background-color: rgba(0,0,0,0.06);
/* 22733 */ }
/* 22734 */ .mobile-right-btnscon .hderbell-notifics-count {
/* 22735 */     position: absolute;
/* 22736 */     right: 3px;
/* 22737 */     top: 3px;
/* 22738 */     background-color: #d75a4a;
/* 22739 */     width: 12px;
/* 22740 */     height: 12px;
/* 22741 */     color: #ffffff;
/* 22742 */     border-radius: 100%;
/* 22743 */     font-size: 8px;
/* 22744 */     line-height: 1.5;
/* 22745 */ }
/* 22746 */ a.mobile-hdr-custombtn {
/* 22747 */     float: left;
/* 22748 */     width: 100%;
/* 22749 */     background-color: #e8e8e8;
/* 22750 */     font-size: 13px;

/* style.css */

/* 22751 */     padding: 14px 10px 13px 10px;
/* 22752 */     line-height: 1;
/* 22753 */     text-transform: uppercase;
/* 22754 */     text-align: center;
/* 22755 */     font-weight: 700;
/* 22756 */ }
/* 22757 */ a.mobile-hdr-custombtn i {
/* 22758 */     margin-right: 8px;
/* 22759 */     color: #000;
/* 22760 */     font-weight: 600;
/* 22761 */ }
/* 22762 */ .jobsearch-mobile-notificsdet .jobsearch-hdernotifics-listitms {
/* 22763 */     position: static;
/* 22764 */     float: left;
/* 22765 */     width: 100%;
/* 22766 */     opacity: 1;
/* 22767 */     visibility: visible;
/* 22768 */     box-shadow: none;
/* 22769 */ }
/* 22770 */ .jobsearch-mobile-notificsdet .hdernotifics-after-con a {
/* 22771 */     font-size: 12px;
/* 22772 */ }
/* 22773 */ .careerfy-mobile-navbar > li > a i {
/* 22774 */     margin-right: 8px;
/* 22775 */ }
/* 22776 */
/* 22777 */ /* StyleTwo */
/* 22778 */ .mobile-hder-style2 .mobile-right-btnscon a {
/* 22779 */     float: left;
/* 22780 */     margin: 0px 20px 0px 0px;
/* 22781 */ }
/* 22782 */ .mobile-hder-style2 .mobile-logocon {
/* 22783 */     padding: 10px 0px 10px 0px;
/* 22784 */ }
/* 22785 */ .mobile-hder-style2 .mobile-logocon a img {
/* 22786 */     float: right;
/* 22787 */ }
/* 22788 */ .careerfy-mobile-hdr-sidebar.mobile-menu-style2 {
/* 22789 */     left: auto;
/* 22790 */     right: -390px;
/* 22791 */ }
/* 22792 */ .careerfy-mobile-hdr-sidebar.animate-menu-open.mobile-menu-style2 {
/* 22793 */     right: 0px;
/* 22794 */ }
/* 22795 */ .mobile-menu-style2 a.mobile-navclose-btn {
/* 22796 */     right: auto;
/* 22797 */     left: -24px;
/* 22798 */     border: 1px solid #e7e7e7;
/* 22799 */     border-right: none;
/* 22800 */     border-top: none;

/* style.css */

/* 22801 */ }
/* 22802 */
/* 22803 */ /* Style Three */
/* 22804 */ .mobile-hder-style3 .mobile-logocon {
/* 22805 */     padding: 9px 0px 8px 0px;
/* 22806 */ }
/* 22807 */ .mobile-hder-style3 a.mobile-navigation-togglebtn {
/* 22808 */     display: inline-block;
/* 22809 */     vertical-align: middle;
/* 22810 */     margin-right: 20px;
/* 22811 */     font-size: 25px;
/* 22812 */     float: none;
/* 22813 */     width: auto;
/* 22814 */ }
/* 22815 */ .mobile-hder-style3 .jobsearch-responsive-logo {
/* 22816 */     display: inline-block;
/* 22817 */     vertical-align: middle;
/* 22818 */     margin-right: -4px;
/* 22819 */     float: none;
/* 22820 */     width: auto;
/* 22821 */ }
/* 22822 */ .careerfy-mobile-hdr-sidebar.mobile-menu-style3 {
/* 22823 */     left: auto;
/* 22824 */     right: -390px;
/* 22825 */ }
/* 22826 */ .careerfy-mobile-hdr-sidebar.animate-menu-open.mobile-menu-style3 {
/* 22827 */     right: 0px;
/* 22828 */ }
/* 22829 */ .mobile-menu-style3 a.mobile-navclose-btn {
/* 22830 */     right: auto;
/* 22831 */     left: -24px;
/* 22832 */     border: 1px solid #e7e7e7;
/* 22833 */     border-right: none;
/* 22834 */     border-top: none;
/* 22835 */ }
/* 22836 */ .careerfy-mobile-hdr-sidebar .jobsearch-hdernotifics-listitms:before {
/* 22837 */     display: none; }
/* 22838 */ .careerfy-mobile-hdr-sidebar .jobsearch-hdernotifics-listitms,
/* 22839 */ .careerfy-mobile-hdr-sidebar .hdernotifics-title-con {
/* 22840 */     background-color: transparent;
/* 22841 */ }
/* 22842 */ .widget_newsletter ul li {
/* 22843 */     list-style: none; }
/* 22844 */ .jobsearch-profile-select.multiselct-sector-maincon select {
/* 22845 */     height: 55px;
/* 22846 */     overflow: inherit;
/* 22847 */ }
/* 22848 */ .careerfy-accordion ul {
/* 22849 */     float: left;
/* 22850 */     width: 100%;

/* style.css */

/* 22851 */     margin: 0;
/* 22852 */     padding: 0px 0px 0px 30px;
/* 22853 */ }
/* 22854 */ .elementor-location-footer {
/* 22855 */     float: left;
/* 22856 */     width: 100%;
/* 22857 */ }
/* 22858 */ .jobsearch-top-strip .navbar-default .navbar-nav > li > a {
/* 22859 */     padding: 5px 0px 5px 0px;
/* 22860 */     color: #fff;
/* 22861 */     font-weight: normal;
/* 22862 */     font-size: 12px;
/* 22863 */ }
/* 22864 */ .careerfy-header-three .jobsearch-strip-media li a {
/* 22865 */     color: #ffffff;
/* 22866 */     font-size: 22px;
/* 22867 */ }
/* 22868 */ .careerfy-map.careerfy-map-main-wrapper {
/* 22869 */     max-width: 1140px;
/* 22870 */     min-width: 1140px;
/* 22871 */     float: left;
/* 22872 */ }
/* 22873 */ .careerfy-map-main-wrapper .mapboxgl-map {
/* 22874 */     overflow: inherit;
/* 22875 */     width: 100%;
/* 22876 */ }
/* 22877 */ .careerfy-btns-con-elementor .careerfy-user-section > li {
/* 22878 */     padding: 0px 0px 0px 26px; }
/* 22879 */ .careerfy-btns-con-elementor .careerfy-user-section {
/* 22880 */     padding-top: 0px; }
/* 22881 */ .careerfy-joblisting-plain .careerfy-joblisting-job-types {
/* 22882 */     display: inline-block;
/* 22883 */     width: 60%;
/* 22884 */     min-width: 104px;
/* 22885 */ }
/* 22886 */ .careerfy-joblisting-plain .careerfy-joblisting-job-types a {
/* 22887 */     width: 100%;
/* 22888 */     text-align: center;
/* 22889 */     margin: 0;
/* 22890 */     font-size: 13px;
/* 22891 */     padding: 8px 17px 8px 17px;
/* 22892 */ }
/* 22893 */ li.jobsearch-usernotifics-elementor {
/* 22894 */     padding-top: 0px; }
/* 22895 */ .jobsearch-usernotifics-elementor>a {
/* 22896 */     width: 42px;
/* 22897 */     height: 42px;
/* 22898 */     text-align: center;
/* 22899 */     display: inline-block;
/* 22900 */     padding: 11px 5px 0px;

/* style.css */

/* 22901 */     line-height: 1;
/* 22902 */     font-size: 16px;
/* 22903 */     font-weight: 600;
/* 22904 */     border-radius: 4px;
/* 22905 */     -webkit-transition: all 0.4s ease-in-out;
/* 22906 */        -moz-transition: all 0.4s ease-in-out;
/* 22907 */         -ms-transition: all 0.4s ease-in-out;
/* 22908 */          -o-transition: all 0.4s ease-in-out;
/* 22909 */             transition: all 0.4s ease-in-out;
/* 22910 */ }
/* 22911 */ .elementor-widget-container .jobsearch_apply_job_wrap {
/* 22912 */     background-color: transparent;
/* 22913 */     padding: 0px;
/* 22914 */     border: none;
/* 22915 */ }
/* 22916 */ .jobsearch-elementor-employer-contact a.jobsearch-sendmessage-btn small,
/* 22917 */ .jobsearch-elementor-apply-job a.jobsearch-applyjob-btn small {
/* 22918 */     display: inline-block;
/* 22919 */     font-size: 16px;
/* 22920 */ }
/* 22921 */ .jobsearch-jobdetail-joblisting h2 span {
/* 22922 */     display: inline-block;
/* 22923 */     padding: 3px 10px 3px 10px;
/* 22924 */     color: #ffffff;
/* 22925 */     background-color: #ffb607;
/* 22926 */     font-size: 10px;
/* 22927 */     font-weight: 300;
/* 22928 */     border-radius: 60px;
/* 22929 */     vertical-align: middle;
/* 22930 */     margin: -2px ​0px 0px 0px;
/* 22931 */     line-height: 1;
/* 22932 */ }
/* 22933 */ .careerfy-header-sixteen a.careerfy-logo {
/* 22934 */     float: none;
/* 22935 */     display: inline-block;
/* 22936 */     vertical-align: middle;
/* 22937 */     margin-right: 15px;
/* 22938 */ }
/* 22939 */ .careerfy-seventeen-search .selectize-control.single .selectize-input,
/* 22940 */ .careerfy-seventeen-search .selectize-control.single .selectize-input input {
/* 22941 */     height: 42px; }
/* 22942 */ .intl-tel-input.iti-container {
/* 22943 */     z-index: 9999; }
/* Minify_CSS_UriRewriter::$debugText

*/

/* wp-jobsearch-plugin.css */

/* 1    */ @charset "UTF-8";
/* 2    */
/* 3    */ .careerfy-typo-wrap * {
/* 4    */     -webkit-box-sizing: border-box;
/* 5    */        -moz-box-sizing: border-box;
/* 6    */             box-sizing: border-box;
/* 7    */ }
/* 8    */ .careerfy-typo-wrap h1,.careerfy-typo-wrap h2,
/* 9    */ .careerfy-typo-wrap h3,.careerfy-typo-wrap h4,
/* 10   */ .careerfy-typo-wrap h5,.careerfy-typo-wrap h6 { margin-bottom: 8px; }
/* 11   */ /* Main Grid */
/* 12   */ .careerfy-plugin-default-container {
/* 13   */     width: 1110px;
/* 14   */     margin: 0 auto;
/* 15   */ }
/* 16   */ .careerfy-row,.careerfy-typo-wrap .careerfy-row {
/* 17   */     margin: 0px -15px;
/* 18   */ }
/* 19   */ .careerfy-row:after,.careerfy-typo-wrap .careerfy-row:after {
/* 20   */     clear: both;
/* 21   */ }
/* 22   */ .careerfy-row:after,
/* 23   */ .careerfy-row:before,
/* 24   */ .careerfy-typo-wrap .careerfy-row:after,
/* 25   */ .careerfy-typo-wrap .careerfy-row:before {
/* 26   */     display: table;
/* 27   */     content: "";
/* 28   */ }
/* 29   */ .careerfy-column-1, .careerfy-column-2, .careerfy-column-3, .careerfy-column-4, .careerfy-column-5,
/* 30   */ .careerfy-column-6, .careerfy-column-7, .careerfy-column-8,.careerfy-column-9, .careerfy-column-10,
/* 31   */ .careerfy-column-11, .careerfy-column-12,
/* 32   */ .careerfy-typo-wrap .careerfy-column-1, .careerfy-typo-wrap .careerfy-column-2, .careerfy-typo-wrap .careerfy-column-3, .careerfy-typo-wrap .careerfy-column-4, .careerfy-typo-wrap .careerfy-column-5,
/* 33   */ .careerfy-typo-wrap .careerfy-column-6, .careerfy-typo-wrap .careerfy-column-7, .careerfy-typo-wrap .careerfy-column-8,.careerfy-typo-wrap .careerfy-column-9, .careerfy-typo-wrap .careerfy-column-10,
/* 34   */ .careerfy-typo-wrap .careerfy-column-11, .careerfy-typo-wrap .careerfy-column-12 {
/* 35   */   float: left;
/* 36   */   padding: 0px 15px;
/* 37   */ }
/* 38   */ .careerfy-column-12 {
/* 39   */     width: 100%;
/* 40   */ }
/* 41   */ .careerfy-column-11 {
/* 42   */     width: 91.66666667%;
/* 43   */ }
/* 44   */ .careerfy-column-10 {
/* 45   */     width: 83.33333333%;
/* 46   */ }
/* 47   */ .careerfy-column-9 {
/* 48   */     width: 75%;
/* 49   */ }
/* 50   */ .careerfy-column-8 {

/* wp-jobsearch-plugin.css */

/* 51   */     width: 66.66666667%;
/* 52   */ }
/* 53   */ .careerfy-column-7 {
/* 54   */     width: 58.33333333%;
/* 55   */ }
/* 56   */ .careerfy-column-6 {
/* 57   */     width: 50%;
/* 58   */ }
/* 59   */ .careerfy-column-5 {
/* 60   */     width: 41.66666667%;
/* 61   */ }
/* 62   */ .careerfy-column-4 {
/* 63   */     width: 33.33333333%;
/* 64   */ }
/* 65   */ .careerfy-column-3 {
/* 66   */     width: 25%;
/* 67   */ }
/* 68   */ .careerfy-column-2 {
/* 69   */     width: 16.66666667%;
/* 70   */ }
/* 71   */ .careerfy-column-1 {
/* 72   */     width: 8.33333333%;
/* 73   */ }
/* 74   */ .careerfy-typo-wrap h1,.careerfy-typo-wrap h2,
/* 75   */ .careerfy-typo-wrap h3,.careerfy-typo-wrap h4
/* 76   */ .careerfy-typo-wrap h5,.careerfy-typo-wrap h6 {
/* 77   */     clear: inherit;
/* 78   */     font-weight: 600;
/* 79   */ }
/* 80   */ .careerfy-typo-wrap li { line-height: 28px; }
/* 81   */ .widget a,.widget a:hover,.widget ul li a:hover { box-shadow: inherit; }
/* 82   */ /* Select Style */
/* 83   */ .careerfy-select-style select {
/* 84   */     padding: 8px 18px;
/* 85   */     background: #fff;
/* 86   */     color: #666666;
/* 87   */     height: 60px;
/* 88   */     border: 1px solid #f2f2f2;
/* 89   */     border-left: none;
/* 90   */     font-size: 12px;
/* 91   */     font-weight: 400;
/* 92   */     outline:none;
/* 93   */     display: inline-block;
/* 94   */     -webkit-appearance:none;
/* 95   */     -moz-appearance:none;
/* 96   */     appearance:none;
/* 97   */     cursor:pointer;
/* 98   */ }
/* 99   */ .careerfy-select-style select option { padding: 8px 18px; }
/* 100  */ .careerfy-select-style { position: relative; }

/* wp-jobsearch-plugin.css */

/* 101  */ .careerfy-select-style:after {
/* 102  */     content: "\e97f";
/* 103  */     font-family: careerfy;
/* 104  */     color: #999999;
/* 105  */     right: 20px;
/* 106  */     top: 17px;
/* 107  */     position: absolute;
/* 108  */     pointer-events: none;
/* 109  */ }
/* 110  */ .careerfy-banner-search input[type="submit"] {
/* 111  */     height: 60px;
/* 112  */     border: none;
/* 113  */     background-color: transparent;
/* 114  */     position: relative;
/* 115  */     z-index: 3;
/* 116  */ }
/* 117  */ .careerfy-banner-search ul li.careerfy-banner-submit i {
/* 118  */     color: #ffffff;
/* 119  */     font-size: 26px;
/* 120  */     top: 0px;
/* 121  */     right: 0px;
/* 122  */     width: 100%;
/* 123  */     height: 60px;
/* 124  */     padding-top: 18px;
/* 125  */ }
/* 126  */ .careerfy-banner-btn {
/* 127  */     display: inline-block;
/* 128  */ }
/* 129  */ .careerfy-banner-btn a {
/* 130  */     float: left;
/* 131  */     padding: 12px 20px;
/* 132  */     color: #ffffff;
/* 133  */     font-weight: 500;
/* 134  */     border-radius: 2px;
/* 135  */     background-color: rgba(0,0,0,0.50);
/* 136  */     margin: 10px 6px 0px 6px;
/* 137  */     -webkit-transition: all 0.4s ease-in-out;
/* 138  */        -moz-transition: all 0.4s ease-in-out;
/* 139  */         -ms-transition: all 0.4s ease-in-out;
/* 140  */          -o-transition: all 0.4s ease-in-out;
/* 141  */             transition: all 0.4s ease-in-out;
/* 142  */ }
/* 143  */ .careerfy-banner-btn a i {
/* 144  */     font-size: 24px;
/* 145  */     margin: 0px 6px 0px 0px;
/* 146  */     display: inline-block;
/* 147  */     vertical-align: sub;
/* 148  */ }
/* 149  */ /* Categories List */
/* 150  */ .categories-list,

/* wp-jobsearch-plugin.css */

/* 151  */ .categories-list ul li a {
/* 152  */     float: left;
/* 153  */     width: 100%;
/* 154  */ }
/* 155  */ .categories-list ul li {
/* 156  */     list-style: none;
/* 157  */     text-align: center;
/* 158  */     margin-bottom: 50px;
/* 159  */ }
/* 160  */ .categories-list ul li i {
/* 161  */     font-size: 50px;
/* 162  */     display: block;
/* 163  */     margin-bottom: 28px;
/* 164  */     color: #13b5ea;
/* 165  */     -webkit-transition: all 0.4s ease-in-out;
/* 166  */        -moz-transition: all 0.4s ease-in-out;
/* 167  */         -ms-transition: all 0.4s ease-in-out;
/* 168  */          -o-transition: all 0.4s ease-in-out;
/* 169  */             transition: all 0.4s ease-in-out;
/* 170  */ }
/* 171  */ .categories-list ul li:hover i {
/* 172  */     -webkit-transform: rotateY(160deg);
/* 173  */        -moz-transform: rotateY(160deg);
/* 174  */         -ms-transform: rotateY(160deg);
/* 175  */          -o-transform: rotateY(160deg);
/* 176  */             transform: rotateY(160deg);
/* 177  */ }
/* 178  */ .categories-list ul li .jobcat-title {
/* 179  */     display: block;
/* 180  */     text-transform: uppercase;
/* 181  */     font-weight: 500;
/* 182  */     line-height: 1;
/* 183  */     margin-bottom: 4px;
/* 184  */     font-size: 14px;
/* 185  */ }
/* 186  */ .categories-list ul li span {
/* 187  */     font-size: 12px;
/* 188  */ }
/* 189  */ .categories-list ul li img {
/* 190  */     width: 50px;
/* 191  */     display: inline-block;
/* 192  */     margin: 12px 0px 28px 0px;
/* 193  */ }
/* 194  */ .careerfy-plain-btn {
/* 195  */     float: left;
/* 196  */     width: 100%;
/* 197  */     text-align: center;
/* 198  */     margin-bottom: 20px;
/* 199  */ }
/* 200  */ .careerfy-plain-btn a {

/* wp-jobsearch-plugin.css */

/* 201  */     display: inline-block;
/* 202  */     background-color: #13b5ea;
/* 203  */     padding: 17px 25px;
/* 204  */     line-height: 1;
/* 205  */     color: #ffffff;
/* 206  */     font-weight: 600;
/* 207  */     text-transform: uppercase;
/* 208  */     border-radius: 2px;
/* 209  */ }
/* 210  */ /* Job Listing */
/* 211  */ .careerfy-job-listing {
/* 212  */     float: left;
/* 213  */     width: 100%;
/* 214  */ }
/* 215  */ .careerfy-job-listing ul li { list-style: none; }
/* 216  */ /* Featured Listing */
/* 217  */ .careerfy-featured-listing > ul > li                                                           { margin-bottom: 30px; }
/* 218  */ .careerfy-featured-listing                                                                     { margin-bottom: 0px; }
/* 219  */ .careerfy-table-layer {
/* 220  */     display: table;
/* 221  */     width: 100%;
/* 222  */ }
/* 223  */ .careerfy-table-row {
/* 224  */     display: table-row;
/* 225  */ }
/* 226  */ .careerfy-table-cell {
/* 227  */     display: table-cell;
/* 228  */     line-height: 26px;
/* 229  */ }
/* 230  */ .careerfy-featured-listing figure,
/* 231  */ .careerfy-featured-listing-text {
/* 232  */     display: table-cell;
/* 233  */     vertical-align: middle;
/* 234  */ }
/* 235  */ .careerfy-featured-listing .careerfy-table-layer                                          { border: 1px solid #ececec; }
/* 236  */ .careerfy-featured-listing figure a                                                        { display: inline-block; }
/* 237  */ .careerfy-featured-listing figure ~ .careerfy-featured-listing-text                       { border-left: 1px solid #ececec; }
/* 238  */ .careerfy-featured-listing-text                                                            { padding: 11px 19px 3px 19px; }
/* 239  */ .careerfy-option-btn.careerfy-blue                                                        { background-color: #186fc9; }
/* 240  */ .careerfy-option-btn.careerfy-red                                                         { background-color: #e12335; }
/* 241  */ .careerfy-option-btn.careerfy-green                                                       { background-color: #f1630d; }
/* 242  */ .careerfy-featured-listing figure {
/* 243  */     margin-bottom: 0px;
/* 244  */     text-align: center;
/* 245  */     width: 119px;
/* 246  */     padding: 20px;
/* 247  */     overflow: hidden;
/* 248  */ }
/* 249  */ .careerfy-featured-listing-text h2 {
/* 250  */     font-size: 16px;

/* wp-jobsearch-plugin.css */

/* 251  */     display: inline-block;
/* 252  */     width: 90%;
/* 253  */     margin-bottom: 1px;
/* 254  */ }
/* 255  */ .careerfy-like-list {
/* 256  */     float: right;
/* 257  */     color: #8eb507;
/* 258  */ }
/* 259  */ .careerfy-featured-listing-text time {
/* 260  */     display: inline-block;
/* 261  */     line-height: 1;
/* 262  */     font-size: 12px;
/* 263  */     font-weight: 400;
/* 264  */     margin-bottom: 19px;
/* 265  */     margin-right: 7px;
/* 266  */ }
/* 267  */ .careerfy-featured-listing-options {
/* 268  */     display: inline-block;
/* 269  */     width: 100%;
/* 270  */     border-top: 1px solid #eeeeee;
/* 271  */     padding-top: 12px;
/* 272  */ }
/* 273  */ .careerfy-featured-listing-options ul {
/* 274  */     float: left;
/* 275  */     width: 70%;
/* 276  */     margin: 0px;
/* 277  */ }
/* 278  */ .careerfy-featured-listing-options ul li {
/* 279  */     float: left;
/* 280  */     list-style: none;
/* 281  */     margin-right: 14px;
/* 282  */ }
/* 283  */ .careerfy-featured-listing-options ul li a {
/* 284  */     color: #b1b7c1;
/* 285  */     font-size: 12px;
/* 286  */ }
/* 287  */ .careerfy-featured-listing-options ul li i {
/* 288  */     font-size: 10px;
/* 289  */     color: #b1b7c1;
/* 290  */     margin-right: 3px;
/* 291  */ }
/* 292  */ .careerfy-option-btn {
/* 293  */     float: right;
/* 294  */     padding: 8px 17px 8px 17px;
/* 295  */     font-size: 12px;
/* 296  */     color: #ffffff;
/* 297  */     background-color: #53b427;
/* 298  */     text-transform: uppercase;
/* 299  */     line-height: 1;
/* 300  */ }

/* wp-jobsearch-plugin.css */

/* 301  */ /* SubHeader Form */
/* 302  */ .careerfy-subheader-form {
/* 303  */     float: left;
/* 304  */     width: 100%;
/* 305  */     text-align: center;
/* 306  */     margin-bottom: 52px;
/* 307  */ }
/* 308  */ .careerfy-subheader-form .careerfy-banner-search {
/* 309  */     background-color: #ffffff;
/* 310  */     padding: 20px;
/* 311  */     margin: 0px;
/* 312  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
/* 313  */ }
/* 314  */ .careerfy-subheader-form .careerfy-banner-search ul li:first-child input[type="text"] { border-left: 1px solid #f2f2f2; }
/* 315  */ /* FilterAble */
/* 316  */ .careerfy-filterable {
/* 317  */     float: left;
/* 318  */     width: 100%;
/* 319  */     margin-bottom: 33px;
/* 320  */ }
/* 321  */ .careerfy-filterable h2 {
/* 322  */     float: left;
/* 323  */     font-size: 18px;
/* 324  */     margin-bottom: 0px;
/* 325  */ }
/* 326  */ .careerfy-filterable ul {
/* 327  */     float: right;
/* 328  */ }
/* 329  */ .careerfy-filterable ul li {
/* 330  */     float: left;
/* 331  */     list-style: none;
/* 332  */     padding: 0px 20px;
/* 333  */     border-left: 1px solid #eceff1;
/* 334  */ }
/* 335  */ .careerfy-filterable ul li:first-child                                             { border-left: none; }
/* 336  */ .careerfy-filterable ul li:last-child                                              { padding-right: 0px; }
/* 337  */ .careerfy-filterable ul li i                                                       { margin-right: 0px; color: #13b5ea; }
/* 338  */ .careerfy-filterable ul li:hover a                                                 { color: #13b5ea; }
/* 339  */ .careerfy-filterable ul li a                                                       { color: #8d8d8d; }
/* 340  */ .careerfy-filterable ul li i {
/* 341  */     font-size: 16px;
/* 342  */     margin-right: 7px;
/* 343  */     display: inline-block;
/* 344  */     vertical-align: middle;
/* 345  */ }
/* 346  */ .careerfy-filterable ul li a i { color: #999; }
/* 347  */ .careerfy-filterable ul li:hover a i { color: #13b5ea; }
/* 348  */ .careerfy-filterable-select select {
/* 349  */     padding: 4px 0px;
/* 350  */     background: #fff;

/* wp-jobsearch-plugin.css */

/* 351  */     color: #13b5ea;
/* 352  */     height: 26px;
/* 353  */     width: 110px;
/* 354  */     border: none;
/* 355  */     font-size: 14px;
/* 356  */     font-weight: 400;
/* 357  */     outline:none;
/* 358  */     display: inline-block;
/* 359  */     -webkit-appearance:none;
/* 360  */     -moz-appearance:none;
/* 361  */     appearance:none;
/* 362  */     cursor:pointer;
/* 363  */ }
/* 364  */ .careerfy-filterable-select select option { padding: 4px 3px; }
/* 365  */ .careerfy-filterable-select {
/* 366  */     position: relative;
/* 367  */     display: inline-block;
/* 368  */ }
/* 369  */ .careerfy-filterable-select:after {
/* 370  */     content: "\e964";
/* 371  */     font-family: icomoon;
/* 372  */     color: #13b5ea;
/* 373  */     right: 0px;
/* 374  */     top: 1px;
/* 375  */     position: absolute;
/* 376  */     pointer-events: none;
/* 377  */     font-size: 11px;
/* 378  */ }
/* 379  */ /* Job Grid */
/* 380  */ .careerfy-job,.careerfy-job-grid figure,.careerfy-job-time,
/* 381  */ .careerfy-job-grid figure > a,.careerfy-job-grid-wrap,
/* 382  */ .careerfy-jobgrid-text,.careerfy-job-tag {
/* 383  */     float: left;
/* 384  */     width: 100%;
/* 385  */ }
/* 386  */ .careerfy-job ul li                                    { list-style: none; }
/* 387  */ .careerfy-job > ul > li                                { margin-bottom: 30px; }
/* 388  */ /* Job Grid */
/* 389  */ .careerfy-job-grid ul li {
/* 390  */     float: none;
/* 391  */     display: inline-block;
/* 392  */     vertical-align: top;
/* 393  */     margin-right: -4px;
/* 394  */ }
/* 395  */ .careerfy-job-grid-wrap                                                                { border: 1px solid #ececec; }
/* 396  */ .careerfy-job-grid figure a,.careerfy-job-grid figure img                             { height: 100%; }
/* 397  */ .careerfy-job-time li:first-child                                                      { padding-left: 0px; }
/* 398  */ .careerfy-job-time li:first-child:before                                               { display: none; }
/* 399  */ .careerfy-job-time li a                                                                { color: #999999; }
/* 400  */ .careerfy-jobgrid-text                                                                 { padding: 10px 18px 10px 18px; }

/* wp-jobsearch-plugin.css */

/* 401  */ .careerfy-job-grid figure {
/* 402  */     background-color: #fcfcfc;
/* 403  */     margin-bottom: 0px;
/* 404  */     text-align: center;
/* 405  */     padding: 44px 40px;
/* 406  */     border-bottom: 1px solid #efefef;
/* 407  */     height: 190px;
/* 408  */ }
/* 409  */ .careerfy-jobgrid-text h2 {
/* 410  */     font-size: 16px;
/* 411  */     margin-bottom: 0px;
/* 412  */     line-height: 1.4;
/* 413  */ }
/* 414  */ .careerfy-job-tag a {
/* 415  */     color: #13b5ea;
/* 416  */     font-size: 12px;
/* 417  */     margin-bottom: 4px;
/* 418  */ }
/* 419  */ .careerfy-job-time {
/* 420  */     margin: 0px 0px 10px 0px; }
/* 421  */ .careerfy-job-location {
/* 422  */     border-top: 1px solid #ececec;
/* 423  */ }
/* 424  */ .careerfy-job-time li {
/* 425  */     float: left;
/* 426  */     color: #999999;
/* 427  */     font-size: 12px;
/* 428  */     padding: 0px 9px;
/* 429  */     position: relative;
/* 430  */     margin-bottom: 4px;
/* 431  */ }
/* 432  */ .careerfy-job-time li:before {
/* 433  */     content: '';
/* 434  */     position: absolute;
/* 435  */     left: -1px;
/* 436  */     top: 13px;
/* 437  */     width: 3px;
/* 438  */     height: 3px;
/* 439  */     background-color: #e0e0e0;
/* 440  */     border-radius: 100%;
/* 441  */ }
/* 442  */ .careerfy-job-like {
/* 443  */     float: right;
/* 444  */     width: 27px;
/* 445  */     height: 27px;
/* 446  */     border-radius: 100%;
/* 447  */     border: 1px solid #ededed;
/* 448  */     text-align: center;
/* 449  */     color: #8bb300;
/* 450  */     font-size: 12px;

/* wp-jobsearch-plugin.css */

/* 451  */     line-height: 1;
/* 452  */     padding-top: 6px;
/* 453  */     -webkit-transition: all 0.4s ease-in-out;
/* 454  */        -moz-transition: all 0.4s ease-in-out;
/* 455  */         -ms-transition: all 0.4s ease-in-out;
/* 456  */          -o-transition: all 0.4s ease-in-out;
/* 457  */             transition: all 0.4s ease-in-out;
/* 458  */ }
/* 459  */ .careerfy-job-like:hover {
/* 460  */     background-color: #13b5ea;
/* 461  */     color: #ffffff;
/* 462  */ }
/* 463  */ .careerfy-jobtype-label.jobtype-label-green                { background-color: #f1630d; }
/* 464  */ .careerfy-jobtype-label.jobtype-label-blue                 { background-color: #186fc9; }
/* 465  */ .careerfy-jobtype-label.jobtype-label-red                  { background-color: #e12335; }
/* 466  */ /* Pagination Blog */
/* 467  */ .careerfy-pagination-blog {
/* 468  */     float: left;
/* 469  */     width: 100%;
/* 470  */     margin: 25px 0px 60px 0px;
/* 471  */ }
/* 472  */ .careerfy-pagination-blog ul li {
/* 473  */     float: left;
/* 474  */     list-style: none;
/* 475  */     margin: 0px 22px 10px 0px;
/* 476  */     line-height: 1;
/* 477  */ }
/* 478  */ .careerfy-pagination-blog ul li a,
/* 479  */ .careerfy-pagination-blog ul li span {
/* 480  */     float: left;
/* 481  */     width: 49px;
/* 482  */     height: 49px;
/* 483  */     background-color: #a0aab6;
/* 484  */     font-size: 14px;
/* 485  */     color: #ffffff;
/* 486  */     border-radius: 100%;
/* 487  */     text-align: center;
/* 488  */     padding: 17px 0px 0px 0px;
/* 489  */     -webkit-transition: all 0.4s ease-in-out;
/* 490  */        -moz-transition: all 0.4s ease-in-out;
/* 491  */         -ms-transition: all 0.4s ease-in-out;
/* 492  */          -o-transition: all 0.4s ease-in-out;
/* 493  */             transition: all 0.4s ease-in-out;
/* 494  */ }
/* 495  */ .careerfy-pagination-blog ul li:hover a,
/* 496  */ .careerfy-pagination-blog ul li:hover span,
/* 497  */ .careerfy-pagination-blog ul li span.current {
/* 498  */     background-color: #13b5ea;
/* 499  */     color: #ffffff;
/* 500  */ }

/* wp-jobsearch-plugin.css */

/* 501  */ .careerfy-pagination-blog ul li a i                                                            { font-size: 19px; }
/* 502  */ .careerfy-pagination-blog ul li a.next span            { padding-top: 14px; }
/* 503  */ .careerfy-pagination-blog ul li a.prev span            { padding-top: 14px; }
/* 504  */ .careerfy-pagination-blog ul li a.prev i {
/* 505  */     display: inline-block;
/* 506  */     -webkit-transform: scale(-1);
/* 507  */        -moz-transform: scale(-1);
/* 508  */         -ms-transform: scale(-1);
/* 509  */          -o-transform: scale(-1);
/* 510  */             transform: scale(-1);
/* 511  */ }
/* 512  */ .careerfy-pagination-blog .prev.careerfy-page-numbers, .careerfy-pagination-blog .next.careerfy-page-numbers { padding: 0px; background-color: transparent !important; }
/* 513  */ /* Sidebar Search Filter */
/* 514  */ .careerfy-checkbox,.careerfy-checkbox li,
/* 515  */ .careerfy-search-filter-wrap,.careerfy-search-filter,
/* 516  */ .careerfy-search-box,.careerfy-seemore,
/* 517  */ .careerfy-search-box input[type="text"],
/* 518  */ .careerfy-search-filter-wrap h2,.careerfy-checkbox-toggle {
/* 519  */     float: left;
/* 520  */     width: 100%;
/* 521  */ }
/* 522  */ .careerfy-search-filter-wrap {
/* 523  */     padding: 3px 19px 15px 19px;
/* 524  */     border: 1px solid #e2e4e5;
/* 525  */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
/* 526  */     margin-bottom: 10px;
/* 527  */ }
/* 528  */ .careerfy-search-filter-wrap.careerfy-remove-padding { padding-bottom: 0px; }
/* 529  */ .careerfy-search-filter-wrap h2 {
/* 530  */     color: #666666;
/* 531  */     font-size: 16px;
/* 532  */     font-weight: 500;
/* 533  */     margin-bottom: 0px;
/* 534  */ }
/* 535  */ .careerfy-search-filter-wrap h2 a {
/* 536  */     color: #666666;
/* 537  */     float: left;
/* 538  */     width: 100%;
/* 539  */     padding: 12px 0px 15px 0px;
/* 540  */     position: relative;
/* 541  */ }
/* 542  */ .careerfy-without-toggle.careerfy-search-filter-wrap h2 a:before { display: none; }
/* 543  */ .careerfy-search-filter-wrap h2 a:before {
/* 544  */     content: "\e964";
/* 545  */     font-family: icomoon;
/* 546  */     position: absolute;
/* 547  */     right: 0px;
/* 548  */     top: 14px;
/* 549  */     font-size: 13px;
/* 550  */     color: #9d9d9d;

/* wp-jobsearch-plugin.css */

/* 551  */ }
/* 552  */ .careerfy-remove-padding h2 a:before { content: "\e94c"; }
/* 553  */ .careerfy-checkbox li {
/* 554  */     list-style: none;
/* 555  */     margin-bottom: 2px;
/* 556  */     position: relative;
/* 557  */ }
/* 558  */ .careerfy-checkbox li small {
/* 559  */     position: absolute;
/* 560  */     right: 0px;
/* 561  */     top: 7px;
/* 562  */     font-size: 13px;
/* 563  */     color: #c8c8c8;
/* 564  */     line-height: 1;
/* 565  */ }
/* 566  */ .careerfy-checkbox input[type="checkbox"],
/* 567  */ .careerfy-checkbox input[type="radio"] {
/* 568  */     display: none;
/* 569  */ }
/* 570  */ .careerfy-checkbox input[type="checkbox"] + label,
/* 571  */ .careerfy-checkbox input[type="radio"] + label {
/* 572  */     color: #838383;
/* 573  */     font-size: 13px;
/* 574  */     font-weight: 400;
/* 575  */     cursor: pointer;
/* 576  */     margin: 0px;
/* 577  */     display: inline-block;
/* 578  */ }
/* 579  */ .careerfy-checkbox input[type="checkbox"] + label span,
/* 580  */ .careerfy-checkbox input[type="radio"] + label span {
/* 581  */     display: inline-block;
/* 582  */     width: 12px;
/* 583  */     height: 12px;
/* 584  */     margin: 0px 12px 0px 0px;
/* 585  */     vertical-align: middle;
/* 586  */     background-color: #ffffff;
/* 587  */     border: 1px solid #c2d1d3;
/* 588  */ }
/* 589  */ .careerfy-checkbox input[type="checkbox"]:checked + label span,
/* 590  */ .careerfy-checkbox input[type="checkbox"] + label:hover span,
/* 591  */ .careerfy-checkbox input[type="radio"]:checked + label span,
/* 592  */ .careerfy-checkbox input[type="radio"] + label:hover span {
/* 593  */     border-color: #13b5ea;
/* 594  */     background-color: #13b5ea;
/* 595  */     box-shadow: 0px 0px 0px 3px #ffffff inset;
/* 596  */ }
/* 597  */ .careerfy-search-box {
/* 598  */     position: relative;
/* 599  */     margin-bottom: 11px;
/* 600  */ }

/* wp-jobsearch-plugin.css */

/* 601  */ .careerfy-search-box input[type="text"] {
/* 602  */     border: 1px solid #ebebeb;
/* 603  */     border-radius: 2px;
/* 604  */     height: 39px;
/* 605  */     padding: 7px 14px;
/* 606  */     color: #999999;
/* 607  */     font-size: 13px;
/* 608  */     background-color: #ffffff;
/* 609  */ }
/* 610  */ .careerfy-search-box input[type="submit"] {
/* 611  */     position: absolute;
/* 612  */     right: 0px;
/* 613  */     top: 0px;
/* 614  */     width: 39px;
/* 615  */     height: 39px;
/* 616  */     border: none;
/* 617  */     background-color: transparent;
/* 618  */     z-index: 2;
/* 619  */ }
/* 620  */ .careerfy-search-box i {
/* 621  */     position: absolute;
/* 622  */     right: 14px;
/* 623  */     top: 12px;
/* 624  */     color: #cbd7d9;
/* 625  */     font-size: 14px;
/* 626  */ }
/* 627  */ .careerfy-seemore {
/* 628  */     font-size: 13px;
/* 629  */     color: #13b5ea;
/* 630  */     font-style: italic;
/* 631  */     font-weight: 400;
/* 632  */     text-decoration: underline;
/* 633  */     margin-top: 6px;
/* 634  */ }
/* 635  */ .careerfy-location-box {
/* 636  */     position: relative;
/* 637  */     margin-bottom: 11px;
/* 638  */     float: left;
/* 639  */     width: 100%;
/* 640  */ }
/* 641  */ .careerfy-job-userlist .like-btn {
/* 642  */     margin-left: 15px; }
/* 643  */ .careerfy-location-box input[type="text"],
/* 644  */ .careerfy-checkbox input[type="number"],
/* 645  */ .careerfy-checkbox input[type="text"] {
/* 646  */     border: 1px solid #ebebeb;
/* 647  */     border-radius: 2px;
/* 648  */     height: 39px;
/* 649  */     padding: 7px 14px;
/* 650  */     color: #999999;

/* wp-jobsearch-plugin.css */

/* 651  */     font-size: 13px;
/* 652  */     background-color: #ffffff;
/* 653  */     float: left;
/* 654  */     width: 100%;
/* 655  */ }
/* 656  */ .careerfy-location-box i {
/* 657  */     position: absolute;
/* 658  */     right: 14px;
/* 659  */     top: 12px;
/* 660  */     color: #cbd7d9;
/* 661  */     font-size: 14px;
/* 662  */ }
/* 663  */ /* Job Listings */
/* 664  */ .careerfy-joblisting-classic figure {
/* 665  */     width: 50px;
/* 666  */     border: 1px solid #eeeeee;
/* 667  */     margin-bottom: 0px;
/* 668  */     min-width: 50px;
/* 669  */     margin-right: 20px;
/* 670  */ }
/* 671  */ .careerfy-joblisting-classic .careerfy-joblisting-text {
/* 672  */     display: flex;
/* 673  */     justify-content: space-between;
/* 674  */     align-items: center;
/* 675  */     width: 100%;
/* 676  */ }
/* 677  */ .careerfy-joblisting-classic .careerfy-job-userlist {
/* 678  */     display: flex;
/* 679  */     align-items: flex-start;
/* 680  */ }
/* 681  */ .careerfy-joblisting-classic > ul > li                                                 { margin-bottom: 20px; }
/* 682  */ .careerfy-list-option ul li i                                                          { margin-right: 6px; color: #999; }
/* 683  */ .careerfy-list-option ul li a                                                          { color: #13b5ea; }
/* 684  */ .careerfy-list-option                                                                  { float: left; }
/* 685  */ .careerfy-list-option h2 {
/* 686  */     font-size: 16px;
/* 687  */     margin-bottom: 5px;
/* 688  */     line-height: 1;
/* 689  */ }
/* 690  */ .careerfy-list-option h2 span {
/* 691  */     display: inline-block;
/* 692  */     padding: 3px 10px 3px 10px;
/* 693  */     color: #ffffff;
/* 694  */     background-color: #67cc66;
/* 695  */     font-size: 10px;
/* 696  */     font-weight: 300;
/* 697  */     border-radius: 60px;
/* 698  */     vertical-align: top;
/* 699  */ }
/* 700  */ .careerfy-list-option ul {

/* wp-jobsearch-plugin.css */

/* 701  */     display: inline-block;
/* 702  */     width: 100%;
/* 703  */     margin: 0px;
/* 704  */ }
/* 705  */ .careerfy-list-option ul li {
/* 706  */     float: left;
/* 707  */     padding: 2px 15px;
/* 708  */     border-left: 1px solid #e0e0e0;
/* 709  */     line-height: 1;
/* 710  */     font-size: 12px;
/* 711  */ }
/* 712  */ .careerfy-list-option ul li:first-child {
/* 713  */     padding-left: 0px;
/* 714  */     border-left: none;
/* 715  */ }
/* 716  */ .careerfy-job-userlist .careerfy-option-btn {
/* 717  */     float: left;
/* 718  */     margin-left: 15px;
/* 719  */     min-width: 104px;
/* 720  */     text-align: center;
/* 721  */ }
/* 722  */ .careerfy-joblisting-classic-wrap {
/* 723  */     background-color: #ffffff;
/* 724  */     border: 1px solid #ececec;
/* 725  */     padding: 16px;
/* 726  */     display: flex;
/* 727  */     width: 100%;
/* 728  */     align-items: center;
/* 729  */ }
/* 730  */ /* JobDetail SubHeader */
/* 731  */ .careerfy-job-subheader {
/* 732  */     float: left;
/* 733  */     width: 100%;
/* 734  */     text-align: center;
/* 735  */     background: url(../extra-images/jogdetail-subheader-bg.jpg);
/* 736  */     position: relative;
/* 737  */     padding: 45px 0px 87px 0px;
/* 738  */     min-height: 320px;
/* 739  */     margin-bottom: -190px;
/* 740  */ }
/* 741  */ /* Job Detail List */
/* 742  */ .careerfy-jobdetail-list {
/* 743  */     float: left;
/* 744  */     width: 100%;
/* 745  */     margin: 0px;
/* 746  */     background-color: #ffffff;
/* 747  */     padding: 40px;
/* 748  */     border: 1px solid #efefef;
/* 749  */     margin-bottom: 30px;
/* 750  */     position: relative;

/* wp-jobsearch-plugin.css */

/* 751  */ }
/* 752  */ .careerfy-jobdetail-listthumb {
/* 753  */     float: left;
/* 754  */     width: 200px;
/* 755  */     border: 1px solid #efefef;
/* 756  */     text-align: center;
/* 757  */     padding: 40px 20px 40px 20px;
/* 758  */     height: 200px;
/* 759  */ }
/* 760  */ .careerfy-jobdetail-listthumb ~ figcaption {
/* 761  */     margin-left: 230px;
/* 762  */     padding-top: 5px;
/* 763  */ }
/* 764  */ .careerfy-jobdetail-list figcaption h2 {
/* 765  */     margin-bottom: 13px;
/* 766  */     font-size: 26px;
/* 767  */     line-height: 1;
/* 768  */ }
/* 769  */ .careerfy-jobdetail-list figcaption span {
/* 770  */     display: block;
/* 771  */     font-size: 16px;
/* 772  */     color: #333333;
/* 773  */     font-weight: 500;
/* 774  */     margin-bottom: 11px;
/* 775  */ }
/* 776  */ .careerfy-jobdetail-type {
/* 777  */     display: inline-block;
/* 778  */     background-color: #53b427;
/* 779  */     font-size: 12px;
/* 780  */     color: #ffffff;
/* 781  */     padding: 5px 8px 6px 8px;
/* 782  */     line-height: 1;
/* 783  */     margin-right: 5px;
/* 784  */     font-weight: 400;
/* 785  */ }
/* 786  */ .careerfy-jobdetail-postinfo {
/* 787  */     font-style: italic;
/* 788  */     color: #13b5ea;
/* 789  */     font-size: 11px;
/* 790  */     margin-left: 5px;
/* 791  */     font-weight: 400;
/* 792  */ }
/* 793  */ .careerfy-jobdetail-options {
/* 794  */     display: inline-block;
/* 795  */     width: 100%;
/* 796  */     margin-bottom: 5px;
/* 797  */ }
/* 798  */ .careerfy-jobdetail-options li {
/* 799  */     float: left;
/* 800  */     list-style: none;

/* wp-jobsearch-plugin.css */

/* 801  */     margin-right: 20px; margin-bottom: 3px;
/* 802  */ }
/* 803  */ .careerfy-jobdetail-options li:first-child {
/* 804  */     width: 100%;
/* 805  */     font-size: 16px;
/* 806  */ }
/* 807  */ .careerfy-jobdetail-options li a                                           { color: #999; }
/* 808  */ .careerfy-jobdetail-options li a.careerfy-jobdetail-view                  { color: #ffffff; }
/* 809  */ .careerfy-jobdetail-options li:first-child i                               { color: #999999; }
/* 810  */ .careerfy-jobdetail-btn i                                                  { margin-right: 3px; }
/* 811  */ .careerfy-jobdetail-media li a[data-original-title="facebook"]             { color: #3b5998; }
/* 812  */ .careerfy-jobdetail-media li a[data-original-title="twitter"]              { color: #3ac1f1; }
/* 813  */ .careerfy-jobdetail-media li a[data-original-title="linkedin"]             { color: #007ab9; }
/* 814  */ .careerfy-jobdetail-media li a                                             { font-size: 22px; }
/* 815  */ .careerfy-jobdetail-options li i {
/* 816  */     font-size: 16px;
/* 817  */     margin-right: 5px;
/* 818  */     color: #13b5ea;
/* 819  */ }
/* 820  */ .careerfy-jobdetail-view {
/* 821  */     font-size: 10px;
/* 822  */     background-color: #13b5ea;
/* 823  */     padding: 1px 9px;
/* 824  */     border-radius: 40px;
/* 825  */     margin-left: 4px;
/* 826  */ }
/* 827  */ .careerfy-jobdetail-btn.active {
/* 828  */     border: 1px solid #13b5ea;
/* 829  */     margin-right: 9px;
/* 830  */ }
/* 831  */ .careerfy-jobdetail-btn {
/* 832  */     float: left;
/* 833  */     color: #13b5ea;
/* 834  */     font-weight: 500;
/* 835  */     padding: 9px 11px 8px 11px;
/* 836  */     line-height: 1;
/* 837  */ }
/* 838  */ .careerfy-jobdetail-media {
/* 839  */     float: left;
/* 840  */     margin-left: 20px;
/* 841  */ }
/* 842  */ .careerfy-jobdetail-media li {
/* 843  */     float: left;
/* 844  */     list-style: none;
/* 845  */     margin-right: 12px;
/* 846  */     line-height: 2;
/* 847  */     padding-top: 5px;
/* 848  */ }
/* 849  */ .careerfy-jobdetail-media li span {
/* 850  */     font-size: 11px;

/* wp-jobsearch-plugin.css */

/* 851  */     text-transform: uppercase;
/* 852  */     font-weight: 500;
/* 853  */     margin-right: 3px;
/* 854  */ }
/* 855  */ /* Job Detail Content */
/* 856  */ .careerfy-jobdetail-content {
/* 857  */     float: left;
/* 858  */     width: 100%;
/* 859  */     padding: 30px;
/* 860  */     border: 1px solid #efefef;
/* 861  */     margin-bottom: 31px;
/* 862  */     background-color: #ffffff;
/* 863  */ }
/* 864  */ .careerfy-content-title {
/* 865  */     float: left;
/* 866  */     width: 100%;
/* 867  */     margin-bottom: 10px;
/* 868  */ }
/* 869  */ .careerfy-content-title h2 {
/* 870  */     font-size: 20px;
/* 871  */     margin-bottom: 0px;
/* 872  */ }
/* 873  */ /* Job Detail Services */
/* 874  */ .careerfy-jobdetail-services {
/* 875  */     float: left;
/* 876  */     width: 100%;
/* 877  */     margin: 8px 0px;
/* 878  */ }
/* 879  */ .careerfy-jobdetail-services ul li {
/* 880  */     list-style: none;
/* 881  */     margin-bottom: 24px;
/* 882  */ }
/* 883  */ .careerfy-jobdetail-services ul li[class*="careerfy-column-"] {
/* 884  */     float: none;
/* 885  */     display: inline-block;
/* 886  */     vertical-align: top;
/* 887  */     margin-right: -4px;
/* 888  */ }
/* 889  */ .careerfy-jobdetail-services i {
/* 890  */     font-size: 32px;
/* 891  */     color: #13b5ea;
/* 892  */     float: left;
/* 893  */     padding-top: 10px;
/* 894  */ }
/* 895  */ .careerfy-jobdetail-services .careerfy-services-text {
/* 896  */     padding-left: 53px;
/* 897  */     color: #666666;
/* 898  */ }
/* 899  */ .careerfy-jobdetail-services .careerfy-services-text.has-no-icon { padding-left: 0px; }
/* 900  */ .careerfy-jobdetail-services small {

/* wp-jobsearch-plugin.css */

/* 901  */     display: block;
/* 902  */     font-size: 14px;
/* 903  */     line-height: 1;
/* 904  */ }
/* 905  */ .careerfy-description {
/* 906  */     float: left;
/* 907  */     width: 100%;
/* 908  */     margin-bottom: 23px;
/* 909  */ }
/* 910  */ .careerfy-description p {
/* 911  */     font-size: 15px;
/* 912  */     margin-bottom: 0px;
/* 913  */     font-weight: 300;
/* 914  */ }
/* 915  */ .careerfy-list-style-icon                      { margin-top: 10px; }
/* 916  */ .careerfy-jobdetail-joblisting                 { margin-bottom: 40px; }
/* 917  */ .careerfy-list-style-icon,
/* 918  */ .careerfy-list-style-icon li {
/* 919  */     float: left;
/* 920  */     width: 100%;
/* 921  */ }
/* 922  */ .careerfy-list-style-icon li {
/* 923  */     list-style: none;
/* 924  */     color: #333333;
/* 925  */     font-weight: 300;
/* 926  */     font-size: 15px;
/* 927  */     margin-bottom: 5px;
/* 928  */ }
/* 929  */ .careerfy-list-style-icon li i {
/* 930  */     margin: 8px 15px 0px 0px;
/* 931  */     color: #13b5ea;
/* 932  */     float: left;
/* 933  */     font-size: 13px;
/* 934  */ }
/* 935  */ .careerfy-jobdetail-tags {
/* 936  */     display: flex;
/* 937  */     width: 100%;
/* 938  */     flex-wrap: wrap;
/* 939  */     gap: 15px;
/* 940  */ }
/* 941  */ .careerfy-jobdetail-tags a {
/* 942  */     float: left;
/* 943  */     padding: 10px 14px 10px 14px;
/* 944  */     background-color: #eaeaea;
/* 945  */     border-radius: 20px;
/* 946  */     line-height: 1;
/* 947  */     -webkit-transition: all 0.4s ease-in-out;
/* 948  */        -moz-transition: all 0.4s ease-in-out;
/* 949  */         -ms-transition: all 0.4s ease-in-out;
/* 950  */          -o-transition: all 0.4s ease-in-out;

/* wp-jobsearch-plugin.css */

/* 951  */             transition: all 0.4s ease-in-out;
/* 952  */ }
/* 953  */ .careerfy-jobdetail-tags a:hover {
/* 954  */     background-color: #13b5ea;
/* 955  */     color: #ffffff;
/* 956  */ }
/* 957  */ .careerfy-section-title {
/* 958  */     float: left;
/* 959  */     width: 100%;
/* 960  */     margin-bottom: 8px;
/* 961  */ }
/* 962  */ /* JobDetail SideBar */
/* 963  */ .careerfy-main-content .widget {
/* 964  */     float: left;
/* 965  */     width: 100%;
/* 966  */     margin-bottom: 30px;
/* 967  */ }
/* 968  */ /* Widget Apply Job */
/* 969  */ .widget_apply_job_wrap {
/* 970  */     float: left;
/* 971  */     width: 100%;
/* 972  */     padding: 19px;
/* 973  */     border: 1px solid #efefef;
/* 974  */     text-align: center;
/* 975  */ }
/* 976  */ .careerfy-typo-wrap .careerfy-applyjob-btn:hover,.careerfy-typo-wrap .careerfy-sendmessage-btn:hover { color: #ffffff; }
/* 977  */ .careerfy-applyjob-btn {
/* 978  */     float: left;
/* 979  */     width: 100%;
/* 980  */     background-color: #53b427;
/* 981  */     font-size: 16px;
/* 982  */     color: #ffffff;
/* 983  */     text-transform: uppercase;
/* 984  */     padding: 16px 10px 17px 10px;
/* 985  */     text-align: center;
/* 986  */     border-radius: 5px;
/* 987  */     font-weight: 500;
/* 988  */     line-height: 1;
/* 989  */     margin-bottom: 12px;
/* 990  */ }
/* 991  */ .widget_apply_job span {
/* 992  */     display: block;
/* 993  */     color: #13b5ea;
/* 994  */     font-weight: 500;
/* 995  */     margin-bottom: 15px;
/* 996  */ }
/* 997  */ .careerfy-applywith-title {
/* 998  */     display: inline-block;
/* 999  */     position: relative;
/* 1000 */     overflow: hidden;

/* wp-jobsearch-plugin.css */

/* 1001 */     width: 100%;
/* 1002 */     margin-bottom: 8px;
/* 1003 */ }
/* 1004 */ .careerfy-applywith-title small {
/* 1005 */     position: relative;
/* 1006 */     display: inline-block;
/* 1007 */     font-size: 12px;
/* 1008 */     text-transform: uppercase;
/* 1009 */     font-weight: 500;
/* 1010 */ }
/* 1011 */ .careerfy-applywith-title small:before, .careerfy-applywith-title small:after {
/* 1012 */     background-color: #efefef;
/* 1013 */     content: "";
/* 1014 */     height: 1px;
/* 1015 */     left: 100%;
/* 1016 */     margin: 11px 0 0 10px;
/* 1017 */     position: absolute;
/* 1018 */     top: 0%;
/* 1019 */     width: 9999px;
/* 1020 */ }
/* 1021 */ .careerfy-applywith-title small:after {
/* 1022 */     left: auto;
/* 1023 */     margin: 11px 10px 0 0;
/* 1024 */     right: 100%;
/* 1025 */ }
/* 1026 */ .widget_apply_job_wrap p {
/* 1027 */     font-size: 12px;
/* 1028 */     line-height: 16px;
/* 1029 */     margin-bottom: 21px;
/* 1030 */ }
/* 1031 */ .widget_apply_job ul {
/* 1032 */     float: left;
/* 1033 */     width: 100%;
/* 1034 */ }
/* 1035 */ .widget_apply_job ul li {
/* 1036 */     float: left;
/* 1037 */     list-style: none;
/* 1038 */     padding: 0px 10px 10px 10px;
/* 1039 */     width: 50%;
/* 1040 */ }
/* 1041 */ .widget_apply_job ul li:first-child { padding-left: 0px; }
/* 1042 */ .widget_apply_job ul li:last-child { padding-right: 0px; }
/* 1043 */ .widget_apply_job ul li a {
/* 1044 */     float: left;
/* 1045 */     width: 100%;
/* 1046 */     background-color: #3b5998;
/* 1047 */     padding: 9px 17px 5px 17px;
/* 1048 */     color: #ffffff;
/* 1049 */     font-size: 12px;
/* 1050 */     text-transform: uppercase;

/* wp-jobsearch-plugin.css */

/* 1051 */     font-weight: 500;
/* 1052 */     border-radius: 4px;
/* 1053 */     text-align: center;
/* 1054 */ }
/* 1055 */ .careerfy-typo-wrap .widget_apply_job ul li a:hover { color: #ffffff; }
/* 1056 */ .widget_apply_job ul li a i {
/* 1057 */     display: inline-block;
/* 1058 */     margin: 2px 6px 0px 0px;
/* 1059 */     font-size: 18px;
/* 1060 */ }
/* 1061 */ .widget_apply_job ul li:last-child a { background-color: #007ab9; }
/* 1062 */ .careerfy-sendmessage-btn {
/* 1063 */     float: left;
/* 1064 */     width: 100%;
/* 1065 */     background-color: #ffb14a;
/* 1066 */     font-size: 16px;
/* 1067 */     color: #ffffff;
/* 1068 */     text-transform: uppercase;
/* 1069 */     padding: 16px 10px 17px 10px;
/* 1070 */     text-align: center;
/* 1071 */     border-radius: 0px 0px 5px 5px;
/* 1072 */     font-weight: 500;
/* 1073 */     line-height: 1;
/* 1074 */     margin-bottom: 12px;
/* 1075 */ }
/* 1076 */ .careerfy-sendmessage-btn i {
/* 1077 */     font-size: 25px;
/* 1078 */     margin: 0px 6px 0px 0px;
/* 1079 */     display: inline-block;
/* 1080 */     vertical-align: sub;
/* 1081 */ }
/* 1082 */ .jobsearch_box_map iframe {
/* 1083 */     float: left;
/* 1084 */     width: 100%;
/* 1085 */     height: 406px;
/* 1086 */ }
/* 1087 */ .widget_add img { width: 100%; }
/* 1088 */ /* View Jobs */
/* 1089 */ .careerfy-widget-title {
/* 1090 */     float: left;
/* 1091 */     width: 100%;
/* 1092 */     margin-bottom: 17px;
/* 1093 */ }
/* 1094 */ .careerfy-widget-title h2 {
/* 1095 */     font-size: 20px;
/* 1096 */     margin-bottom: 0px;
/* 1097 */ }
/* 1098 */ .widget_view_jobs ul {
/* 1099 */     float: left;
/* 1100 */     width: 100%;

/* wp-jobsearch-plugin.css */

/* 1101 */     padding: 20px 24px 0px 24px;
/* 1102 */     border: 1px solid #efefef;
/* 1103 */ }
/* 1104 */ .widget_view_jobs ul li {
/* 1105 */     float: left;
/* 1106 */     width: 100%;
/* 1107 */     list-style: none;
/* 1108 */     border-bottom: 1px solid #efefef;
/* 1109 */     padding-bottom: 18px;
/* 1110 */     margin-bottom: 20px;
/* 1111 */ }
/* 1112 */ .widget_view_jobs ul li span { margin-bottom: 6px; }
/* 1113 */ .widget_view_jobs ul li span,
/* 1114 */ .widget_view_jobs ul li small {
/* 1115 */     display: block;
/* 1116 */     font-size: 12px;
/* 1117 */     line-height: 1;
/* 1118 */ }
/* 1119 */ .widget_view_jobs ul li:last-child {
/* 1120 */     border-bottom: none;
/* 1121 */     padding-bottom: 0px;
/* 1122 */ }
/* 1123 */ .widget_view_jobs_btn {
/* 1124 */     float: left;
/* 1125 */     width: 100%;
/* 1126 */     background-color: #fafcfc;
/* 1127 */     padding: 18px 20px;
/* 1128 */     text-align: center;
/* 1129 */     color: #13b5ea;
/* 1130 */     border: 1px solid #efefef;
/* 1131 */     border-top: none;
/* 1132 */     font-weight: 600;
/* 1133 */     text-transform: uppercase;
/* 1134 */     line-height: 1;
/* 1135 */ }
/* 1136 */ .widget_view_jobs_btn i {
/* 1137 */     display: inline-block;
/* 1138 */     font-size: 11px;
/* 1139 */     vertical-align: middle;
/* 1140 */     margin: -1px 0px 0px 3px;
/* 1141 */ }
/* 1142 */ /* Employer */
/* 1143 */ .careerfy-employer {
/* 1144 */     float: left;
/* 1145 */     width: 100%;
/* 1146 */ }
/* 1147 */ .careerfy-employer ul li                   { list-style: none; }
/* 1148 */ .careerfy-employer > ul > li               { margin-bottom: 30px; }
/* 1149 */ /* Employer List */
/* 1150 */ .careerfy-employer-list .careerfy-table-cell { vertical-align: middle; }

/* wp-jobsearch-plugin.css */

/* 1151 */ .careerfy-employer-list figure a,.careerfy-employer-list figure img {
/* 1152 */     float: left;
/* 1153 */     width: 100%;
/* 1154 */ }
/* 1155 */ .careerfy-employer-list figure {
/* 1156 */     float: left;
/* 1157 */     width: 80px;
/* 1158 */     margin-bottom: 0px;
/* 1159 */ }
/* 1160 */ .careerfy-employer-list small {
/* 1161 */     font-size: 12px;
/* 1162 */     color: #13b5ea;
/* 1163 */ }
/* 1164 */ .careerfy-employer-list h2 {
/* 1165 */     margin-bottom: 0px;
/* 1166 */     line-height: 1;
/* 1167 */     font-size: 18px;
/* 1168 */ }
/* 1169 */ .careerfy-employer-list span {
/* 1170 */     font-size: 12px;
/* 1171 */     color: #999999;
/* 1172 */ }
/* 1173 */ .careerfy-employer-list span i { margin-right: 4px; }
/* 1174 */ .careerfy-employer-thumblist {
/* 1175 */     float: left;
/* 1176 */     margin: 0px;
/* 1177 */ }
/* 1178 */ .careerfy-employer-thumblist li {
/* 1179 */     float: left;
/* 1180 */     width: 33px;
/* 1181 */     list-style: none;
/* 1182 */     margin-left: -9px;
/* 1183 */ }
/* 1184 */ .careerfy-employer-thumblist li a,
/* 1185 */ .careerfy-employer-thumblist li img {
/* 1186 */     float: left;
/* 1187 */     width: 100%;
/* 1188 */ }
/* 1189 */ .careerfy-employer-thumblist li img {
/* 1190 */     border-radius: 100%;
/* 1191 */     border: 2px solid #ffffff;
/* 1192 */ }
/* 1193 */ .careerfy-employer-thumblist-size {
/* 1194 */     display: inline-block;
/* 1195 */     font-size: 13px;
/* 1196 */     color: #666666;
/* 1197 */     font-weight: 500;
/* 1198 */     margin-left: 13px;
/* 1199 */ }
/* 1200 */ .careerfy-employer-list-btn {

/* wp-jobsearch-plugin.css */

/* 1201 */     float: right;
/* 1202 */     padding: 9px 16px;
/* 1203 */     border: 1px solid #13b5ea;
/* 1204 */     color: #13b5ea;
/* 1205 */     font-weight: 500;
/* 1206 */     line-height: 1;
/* 1207 */     border-radius: 4px;
/* 1208 */     -webkit-transition: all 0.4s ease-in-out;
/* 1209 */        -moz-transition: all 0.4s ease-in-out;
/* 1210 */         -ms-transition: all 0.4s ease-in-out;
/* 1211 */          -o-transition: all 0.4s ease-in-out;
/* 1212 */             transition: all 0.4s ease-in-out;
/* 1213 */ }
/* 1214 */ .careerfy-employer-list-btn:hover {
/* 1215 */     background-color: #13b5ea;
/* 1216 */     color: #ffffff;
/* 1217 */ }
/* 1218 */ .careerfy-employer-list .careerfy-table-layer {
/* 1219 */     padding: 20px;
/* 1220 */     border: 1px solid #ececec;
/* 1221 */ }
/* 1222 */ /* Employer Grid */
/* 1223 */ .careerfy-employer-grid-wrap,
/* 1224 */ .careerfy-employer-grid figure {
/* 1225 */     float: left;
/* 1226 */     width: 100%;
/* 1227 */ }
/* 1228 */ .careerfy-employer-grid-wrap {
/* 1229 */     border: 1px solid #ececec;
/* 1230 */     padding: 20px 20px 18px 20px;
/* 1231 */ }
/* 1232 */ .careerfy-employer-grid figure { margin: 0px 0px 25px 0px; }
/* 1233 */ .careerfy-employer-grid-image {
/* 1234 */     float: left;
/* 1235 */     width: 60px;
/* 1236 */ }
/* 1237 */ .careerfy-employer-grid .careerfy-employer-grid-image ~ figcaption { margin-left: 75px; }
/* 1238 */ .careerfy-employer-grid figcaption {
/* 1239 */     line-height: 1;
/* 1240 */ }
/* 1241 */ .careerfy-employer-grid figcaption small {
/* 1242 */     display: inline-block;
/* 1243 */     font-size: 12px;
/* 1244 */     color: #13b5ea;
/* 1245 */     margin-bottom: 5px;
/* 1246 */ }
/* 1247 */ .careerfy-employer-grid figcaption h2 {
/* 1248 */     font-size: 15px;
/* 1249 */     margin-bottom: 7px;
/* 1250 */     line-height: 1;

/* wp-jobsearch-plugin.css */

/* 1251 */ }
/* 1252 */ .careerfy-employer-grid figcaption span {
/* 1253 */     font-size: 12px;
/* 1254 */     color: #999999;
/* 1255 */ }
/* 1256 */ .careerfy-employer-grid .careerfy-employer-thumblist { margin-left: 9px; }
/* 1257 */ .careerfy-employer-grid .careerfy-employer-thumblist-size { margin-top: 3px; }
/* 1258 */ .careerfy-employer-grid-btn {
/* 1259 */     float: left;
/* 1260 */     width: 100%;
/* 1261 */     border: 1px solid #ececec;
/* 1262 */     border-top: none;
/* 1263 */     background-color: #fcfcfc;
/* 1264 */     color: #13b5ea;
/* 1265 */     font-weight: 500;
/* 1266 */     font-size: 14px;
/* 1267 */     text-align: center;
/* 1268 */     padding: 11px 7px;
/* 1269 */     -webkit-transition: all 0.4s ease-in-out;
/* 1270 */        -moz-transition: all 0.4s ease-in-out;
/* 1271 */         -ms-transition: all 0.4s ease-in-out;
/* 1272 */          -o-transition: all 0.4s ease-in-out;
/* 1273 */             transition: all 0.4s ease-in-out;
/* 1274 */ }
/* 1275 */ /* Employer Detail */
/* 1276 */
/* 1277 */ /* Rating Star */
/* 1278 */ .careerfy-rating-info {
/* 1279 */     display: inline-block;
/* 1280 */     font-size: 18px;
/* 1281 */     color: #ffaf00;
/* 1282 */     vertical-align: super;
/* 1283 */     margin-right: 4px;
/* 1284 */ }
/* 1285 */ .careerfy-rating {
/* 1286 */     display: inline-block;
/* 1287 */     height: 22px;
/* 1288 */     position: relative;
/* 1289 */     width: 122px;
/* 1290 */ }
/* 1291 */ .careerfy-rating:before, .careerfy-rating-box:before {
/* 1292 */     content: "";
/* 1293 */     left: 0;
/* 1294 */     position: absolute;
/* 1295 */     top: 0;
/* 1296 */     width: 122px;
/* 1297 */     height: 22px;
/* 1298 */     background: url(../images/rating-star.png);
/* 1299 */ }
/* 1300 */ .careerfy-rating-box:before {

/* wp-jobsearch-plugin.css */

/* 1301 */     content: "";
/* 1302 */     background-position: 0px 100%;
/* 1303 */ }
/* 1304 */ .careerfy-rating-box {
/* 1305 */     height: 22px;
/* 1306 */     left: 0;
/* 1307 */     overflow: hidden;
/* 1308 */     position: absolute;
/* 1309 */     top: 0;
/* 1310 */ }
/* 1311 */ .careerfy-employerdetail-btn {
/* 1312 */     float: left;
/* 1313 */     color: #13b5ea;
/* 1314 */     font-weight: 500;
/* 1315 */     padding: 13px 15px 13px 15px;
/* 1316 */     line-height: 1;
/* 1317 */     border: 1px solid #13b5ea;
/* 1318 */     margin-right: 9px;
/* 1319 */     font-size: 14px;
/* 1320 */     -webkit-transition: all 0.4s ease-in-out;
/* 1321 */        -moz-transition: all 0.4s ease-in-out;
/* 1322 */         -ms-transition: all 0.4s ease-in-out;
/* 1323 */          -o-transition: all 0.4s ease-in-out;
/* 1324 */             transition: all 0.4s ease-in-out;
/* 1325 */ }
/* 1326 */ .careerfy-employerdetail-btn:hover {
/* 1327 */     background-color: #13b5ea;
/* 1328 */     color: #ffffff;
/* 1329 */ }
/* 1330 */ .careerfy-employerdetail-btn i {
/* 1331 */     font-size: 12px;
/* 1332 */     margin-right: 4px;
/* 1333 */ }
/* 1334 */ .careerfy-add-space                                                                                    { margin-top: 6px; }
/* 1335 */ .careerfy-employerdetail-content                                                                       { padding: 30px 30px 0px 30px; margin-bottom: 0px; }
/* 1336 */ .careerfy-employerdetail-content .careerfy-jobdetail-services .careerfy-services-text                { font-weight: 500; }
/* 1337 */ .careerfy-employerdetail-content .careerfy-jobdetail-services small                                   { font-weight: 400; }
/* 1338 */ /* Employer Gallery */
/* 1339 */ .careerfy-employer-wrap-section {
/* 1340 */     float: left;
/* 1341 */     width: 100%;
/* 1342 */     border: 1px solid #efefef;
/* 1343 */     border-top: none;
/* 1344 */     padding: 27px 29px 15px 29px;
/* 1345 */     background-color: #ffffff;
/* 1346 */ }
/* 1347 */ .careerfy-gallery,
/* 1348 */ .careerfy-simple-gallery ul li a img {
/* 1349 */     float: left;
/* 1350 */     width: 100%;

/* wp-jobsearch-plugin.css */

/* 1351 */ }
/* 1352 */ .careerfy-simple-gallery ul li {
/* 1353 */     list-style: none;
/* 1354 */     margin-bottom: 20px;
/* 1355 */ }
/* 1356 */ .careerfy-simple-gallery ul li a                                   { border: 1px solid #efefef; }
/* 1357 */ .careerfy-simple-gallery ul.careerfy-row                          { margin: 0px -10px; }
/* 1358 */ .careerfy-simple-gallery ul li[class*="careerfy-column-"]         { padding: 0px 10px; }
/* 1359 */ .careerfy-addmore-space                                            { margin-bottom: 23px; }
/* 1360 */ /* Company Review */
/* 1361 */ .careerfy-company-review,.careerfy-company-review figure,
/* 1362 */ .company-review-thumb img,.careerfy-company-review-text {
/* 1363 */     float: left;
/* 1364 */     width: 100%;
/* 1365 */ }
/* 1366 */ .careerfy-company-review ul li                                             { list-style: none; position: relative; }
/* 1367 */ .careerfy-company-review > ul > li                                         { margin-bottom: 30px; }
/* 1368 */ .careerfy-company-review figure                                            { margin-bottom: 17px; }
/* 1369 */ .company-review-thumb img                                                   { border-radius: 100%; }
/* 1370 */ .careerfy-company-review-left h6 a                                         { color: #666666; }
/* 1371 */ .careerfy-company-review-text h6 a                                         { color: #666666; }
/* 1372 */ .careerfy-company-review ul li:last-child                                  { margin-bottom: 0px; }
/* 1373 */ .careerfy-company-review-text h6                                           { margin-bottom: 4px; }
/* 1374 */ .careerfy-margin-bottom                                                    { margin-bottom: 25px; }
/* 1375 */ .company-review-thumb {
/* 1376 */     float: left;
/* 1377 */     width: 60px;
/* 1378 */ }
/* 1379 */ .review-detail-popover {
/* 1380 */     position: absolute;
/* 1381 */     left: 9%;
/* 1382 */     top: 60px;
/* 1383 */     border: 1px solid #ddd;
/* 1384 */     background-color: #ffffff;
/* 1385 */     z-index: 2;
/* 1386 */     padding: 12px 12px 7px 12px;
/* 1387 */     max-width: 140px;
/* 1388 */     display: none;
/* 1389 */     box-shadow: 0px 0px 3px 1px #eee;
/* 1390 */ }
/* 1391 */ .company-review-thumb ~ figcaption { margin-left: 84px; padding-top: 7px; }
/* 1392 */ .careerfy-company-review-left {
/* 1393 */     float: left;
/* 1394 */ }
/* 1395 */ .careerfy-company-review-left h6 {
/* 1396 */     font-size: 18px;
/* 1397 */     margin-bottom: 6px;
/* 1398 */     line-height: 1;
/* 1399 */ }
/* 1400 */ .careerfy-company-review figure figcaption time {

/* wp-jobsearch-plugin.css */

/* 1401 */     float: right;
/* 1402 */     font-size: 14px;
/* 1403 */     color: #666666;
/* 1404 */     margin-top: 2px;
/* 1405 */ }
/* 1406 */ .careerfy-company-rating {
/* 1407 */     display: inline-block;
/* 1408 */     height: 14px;
/* 1409 */     line-height: 14px;
/* 1410 */     position: relative;
/* 1411 */     width: 85px;
/* 1412 */ }
/* 1413 */ .careerfy-company-rating:before, .careerfy-company-rating-box:before {
/* 1414 */     color: #f1f2f2;
/* 1415 */     content: "\f005 \f005 \f005 \f005 \f005";
/* 1416 */     font-family: FontAwesome;
/* 1417 */     font-size: 14px;
/* 1418 */     left: 0;
/* 1419 */     letter-spacing: 5px;
/* 1420 */     position: absolute;
/* 1421 */     top: 0;
/* 1422 */ }
/* 1423 */ .careerfy-company-rating-box:before {
/* 1424 */     content: "\f005 \f005 \f005 \f005 \f005";
/* 1425 */     color: #ffaf00;
/* 1426 */ }
/* 1427 */ .careerfy-company-rating-box {
/* 1428 */     height: 14px;
/* 1429 */     left: 0;
/* 1430 */     overflow: hidden;
/* 1431 */     position: absolute;
/* 1432 */     top: 0;
/* 1433 */ }
/* 1434 */ .careerfy-company-review-left small {
/* 1435 */     display: inline-block;
/* 1436 */     font-size: 14px;
/* 1437 */     color: #ffaf00;
/* 1438 */     line-height: 1;
/* 1439 */     vertical-align: super;
/* 1440 */     margin-left: 7px;
/* 1441 */ }
/* 1442 */ .careerfy-company-review-text {
/* 1443 */     border-bottom: 1px dashed #efefef;
/* 1444 */     padding-bottom: 11px;
/* 1445 */ }
/* 1446 */ .careerfy-company-review ul li:last-child .careerfy-company-review-text {
/* 1447 */     padding-bottom: 0px;
/* 1448 */     border-bottom: none;
/* 1449 */ }
/* 1450 */ /* Contact Form */

/* wp-jobsearch-plugin.css */

/* 1451 */ .widget_contact_form form,.widget_contact_form input[type="text"],
/* 1452 */ .widget_contact_form ul,.widget_contact_form ul li,.widget_contact_form p,
/* 1453 */ .widget_contact_form textarea,.widget_contact_form input[type="submit"] {
/* 1454 */     float: left;
/* 1455 */     width: 100%;
/* 1456 */ }
/* 1457 */ .widget_contact_form form {
/* 1458 */     border: 1px solid #efefef;
/* 1459 */     padding: 15px 24px 8px 24px;
/* 1460 */ }
/* 1461 */ .widget_contact_form ul li {
/* 1462 */     list-style: none;
/* 1463 */     margin-bottom: 10px;
/* 1464 */     position: relative;
/* 1465 */ }
/* 1466 */ .widget_contact_form input[type="text"] {
/* 1467 */     height: 42px;
/* 1468 */     border: 1px solid #efefef;
/* 1469 */     border-radius: 2px;
/* 1470 */     font-size: 12px;
/* 1471 */     color: #999999;
/* 1472 */     background-color: #ffffff;
/* 1473 */     padding: 6px 14px;
/* 1474 */ }
/* 1475 */ .widget_contact_form textarea {
/* 1476 */     height: 154px;
/* 1477 */     border: 1px solid #efefef;
/* 1478 */     border-radius: 2px;
/* 1479 */     font-size: 12px;
/* 1480 */     color: #999999;
/* 1481 */     background-color: #ffffff;
/* 1482 */     padding: 6px 14px;
/* 1483 */     margin-bottom: 5px;
/* 1484 */ }
/* 1485 */ .widget_contact_form label {
/* 1486 */     font-weight: 400;
/* 1487 */     font-size: 14px;
/* 1488 */     color: #666666;
/* 1489 */     margin-bottom: 3px;
/* 1490 */ }
/* 1491 */ .widget_contact_form i {
/* 1492 */     position: absolute;
/* 1493 */     right: 14px;
/* 1494 */     bottom: 12px;
/* 1495 */     color: #aaaaaa;
/* 1496 */     font-size: 17px;
/* 1497 */ }
/* 1498 */ .widget_contact_form input[type="submit"] {
/* 1499 */     font-size: 16px;
/* 1500 */     color: #ffffff;

/* wp-jobsearch-plugin.css */

/* 1501 */     text-align: center;
/* 1502 */     padding: 14px 10px 13px 10px;
/* 1503 */     border-radius: 3px;
/* 1504 */     border: none;
/* 1505 */     text-transform: uppercase;
/* 1506 */     font-weight: 500;
/* 1507 */     line-height: 1;
/* 1508 */     margin: 10px 0px 8px 0px;
/* 1509 */     border: 1px solid;
/* 1510 */ }
/* 1511 */ .widget_contact_form p {
/* 1512 */     font-size: 12px;
/* 1513 */     color: #999999;
/* 1514 */     text-align: center;
/* 1515 */     margin-bottom: 0px;
/* 1516 */ }
/* 1517 */ /* Employer Dashboard */
/* 1518 */ .careerfy-employer-dashboard-nav,
/* 1519 */ .careerfy-employer-dashboard-nav figure,.careerfy-employer-dashboard-nav ul li a,
/* 1520 */ .careerfy-employer-dashboard-nav ul,.careerfy-employer-dashboard-nav ul li {
/* 1521 */     float: left;
/* 1522 */     width: 100%;
/* 1523 */ }
/* 1524 */ .careerfy-employer-dashboard-nav {
/* 1525 */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
/* 1526 */     padding: 30px 0px 0px 0px;
/* 1527 */     margin-bottom: 50px;
/* 1528 */ }
/* 1529 */ .careerfy-employer-dashboard-nav figure {
/* 1530 */     text-align: center;
/* 1531 */     margin-bottom: 10px;
/* 1532 */ }
/* 1533 */ .jobsearch-employer-dashboard-nav .employer-dashboard-thumb {
/* 1534 */     border: none; }
/* 1535 */ .employer-dashboard-thumb {
/* 1536 */     border: 1px solid #efefef;
/* 1537 */     width: 140px;
/* 1538 */     height: 140px;
/* 1539 */     display: inline-block;
/* 1540 */     border-radius: 100%;
/* 1541 */     padding: 3px;
/* 1542 */     margin-bottom: 22px;
/* 1543 */ }
/* 1544 */ .employer-dashboard-thumb img { border-radius: 100%; }
/* 1545 */ .careerfy-dashboard-subtitle {
/* 1546 */     display: block;
/* 1547 */     font-size: 14px;
/* 1548 */     color: #4e565d;
/* 1549 */     line-height: 1;
/* 1550 */     margin-bottom: 13px;

/* wp-jobsearch-plugin.css */

/* 1551 */ }
/* 1552 */ .careerfy-fileUpload {
/* 1553 */     position: relative;
/* 1554 */     overflow: hidden;
/* 1555 */     display: inline-block;
/* 1556 */     margin-bottom: 12px;
/* 1557 */ }
/* 1558 */ .careerfy-fileUpload span {
/* 1559 */     float: left;
/* 1560 */     padding: 11px 13px;
/* 1561 */     line-height: 1;
/* 1562 */     color: #13b5ea;
/* 1563 */     font-size: 12px;
/* 1564 */     border: 1px solid #13b5ea;
/* 1565 */     border-radius: 40px;
/* 1566 */     font-weight: 500;
/* 1567 */     -webkit-transition: all 0.4s ease-in-out;
/* 1568 */        -moz-transition: all 0.4s ease-in-out;
/* 1569 */         -ms-transition: all 0.4s ease-in-out;
/* 1570 */          -o-transition: all 0.4s ease-in-out;
/* 1571 */             transition: all 0.4s ease-in-out;
/* 1572 */ }
/* 1573 */ .careerfy-fileUpload span i {
/* 1574 */     font-size: 13px;
/* 1575 */     margin-right: 3px;
/* 1576 */ }
/* 1577 */ .careerfy-fileUpload:hover span {
/* 1578 */     color: #ffffff;
/* 1579 */     background-color: #13b5ea;
/* 1580 */ }
/* 1581 */ .careerfy-fileUpload input.careerfy-upload {
/* 1582 */     position: absolute;
/* 1583 */     top: 0;
/* 1584 */     right: 0;
/* 1585 */     margin: 0;
/* 1586 */     padding: 0;
/* 1587 */     font-size: 20px;
/* 1588 */     cursor: pointer;
/* 1589 */     opacity: 0;
/* 1590 */     filter: alpha(opacity=0);
/* 1591 */ }
/* 1592 */ .careerfy-employer-dashboard-nav figcaption h2 {
/* 1593 */     text-transform: uppercase;
/* 1594 */     font-size: 24px;
/* 1595 */     color: #333;
/* 1596 */ }
/* 1597 */ /* Employer Dashboard Navigation */
/* 1598 */ .careerfy-employer-dashboard-nav ul li {
/* 1599 */     list-style: none;
/* 1600 */     border-top: 1px solid #eceeef;

/* wp-jobsearch-plugin.css */

/* 1601 */ }
/* 1602 */ .careerfy-employer-dashboard-nav ul li a {
/* 1603 */     padding: 16px 24px;
/* 1604 */     line-height: 1;
/* 1605 */     color: #333333;
/* 1606 */     font-size: 16px;
/* 1607 */     border-bottom: 1px solid #ffffff;
/* 1608 */     border-top: 1px solid #ffffff;
/* 1609 */     -webkit-transition: all 0.4s ease-in-out;
/* 1610 */        -moz-transition: all 0.4s ease-in-out;
/* 1611 */         -ms-transition: all 0.4s ease-in-out;
/* 1612 */          -o-transition: all 0.4s ease-in-out;
/* 1613 */             transition: all 0.4s ease-in-out;
/* 1614 */ }
/* 1615 */ .careerfy-employer-dashboard-nav ul li i {
/* 1616 */     color: #aaaaaa;
/* 1617 */     display: inline-block;
/* 1618 */     margin: -1px 14px 0px 0px;
/* 1619 */     font-size: 20px;
/* 1620 */     -webkit-transition: all 0.4s ease-in-out;
/* 1621 */        -moz-transition: all 0.4s ease-in-out;
/* 1622 */         -ms-transition: all 0.4s ease-in-out;
/* 1623 */          -o-transition: all 0.4s ease-in-out;
/* 1624 */             transition: all 0.4s ease-in-out;
/* 1625 */ }
/* 1626 */ .careerfy-employer-dashboard-nav ul li:hover i,.careerfy-employer-dashboard-nav ul li.active i,
/* 1627 */ .careerfy-employer-dashboard-nav ul li:hover a,.careerfy-employer-dashboard-nav ul li.active a                    { color: #13b5ea; }
/* 1628 */ .careerfy-employer-dashboard-nav ul li:hover a,.careerfy-employer-dashboard-nav ul li.active a                    { background-color: #f7f7f7; }
/* 1629 */ .careerfy-employer-dashboard-nav ul li:last-child a                                                                { border: none; }
/* 1630 */ /* Employer Profile Setting */
/* 1631 */ .careerfy-employer-box-section {
/* 1632 */     float: left;
/* 1633 */     width: 100%;
/* 1634 */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.08);
/* 1635 */     padding: 30px 30px 18px 30px;
/* 1636 */     margin-bottom: 30px;
/* 1637 */ }
/* 1638 */ .careerfy-profile-title {
/* 1639 */     float: left;
/* 1640 */     width: 100%;
/* 1641 */     margin-bottom: 28px;
/* 1642 */     border-bottom: 1px solid #efefef;
/* 1643 */ }
/* 1644 */ .careerfy-profile-title h2 {
/* 1645 */     margin-top: 8px;
/* 1646 */     margin-bottom: 17px;
/* 1647 */     line-height: 1;
/* 1648 */     font-size: 22px;
/* 1649 */     color: #13b5ea;
/* 1650 */     font-weight: 400;

/* wp-jobsearch-plugin.css */

/* 1651 */     float: left;
/* 1652 */ }
/* 1653 */ .careerfy-employer-profile-form li {
/* 1654 */     list-style: none;
/* 1655 */     margin-bottom: 18px;
/* 1656 */     line-height: 28px;
/* 1657 */ }
/* 1658 */ .careerfy-employer-profile-form label {
/* 1659 */     font-size: 14px;
/* 1660 */     margin-bottom: 13px;
/* 1661 */     font-weight: 500;
/* 1662 */     color: #333333;
/* 1663 */     float: left;
/* 1664 */     width: 100%;
/* 1665 */     line-height: 1;
/* 1666 */ }
/* 1667 */ .careerfy-employer-profile-form li input[type="text"],
/* 1668 */ .careerfy-employer-profile-form li input[type="password"],
/* 1669 */ .careerfy-employer-profile-form li textarea,
/* 1670 */ .careerfy-employer-profile-form li input[type="email"],
/* 1671 */ .careerfy-employer-profile-form li input[type="number"] {
/* 1672 */     float: left;
/* 1673 */     width: 100%;
/* 1674 */     height: 41px;
/* 1675 */     border: 1px solid #eceeef;
/* 1676 */     border-radius: 2px;
/* 1677 */     background-color: #ffffff;
/* 1678 */     padding: 6px 13px;
/* 1679 */     margin: 0px;
/* 1680 */     font-size: 12px;
/* 1681 */     color: #777777;
/* 1682 */ }
/* 1683 */ .careerfy-employer-profile-form li textarea {
/* 1684 */     height: 147px;
/* 1685 */     line-height: 26px;
/* 1686 */ }
/* 1687 */ /* Select Style */
/* 1688 */ .careerfy-profile-select select {
/* 1689 */     padding: 8px 14px;
/* 1690 */     width: 100%;
/* 1691 */     background: #fff;
/* 1692 */     color: #777777;
/* 1693 */     height: 41px;
/* 1694 */     border: 1px solid #f2f2f2;
/* 1695 */     font-size: 12px;
/* 1696 */     font-weight: 400;
/* 1697 */     outline:none;
/* 1698 */     display: inline-block;
/* 1699 */     -webkit-appearance:none;
/* 1700 */     -moz-appearance:none;

/* wp-jobsearch-plugin.css */

/* 1701 */     appearance:none;
/* 1702 */     cursor:pointer;
/* 1703 */ }
/* 1704 */ .careerfy-profile-select select option                     { padding: 8px 18px; }
/* 1705 */ .careerfy-profile-select {
/* 1706 */     position: relative;
/* 1707 */     float: left;
/* 1708 */     width: 100%;
/* 1709 */ }
/* 1710 */ .careerfy-profile-select:after {
/* 1711 */     content: "\e964";
/* 1712 */     font-family: icomoon;
/* 1713 */     color: #aaaaaa;
/* 1714 */     right: 15px;
/* 1715 */     top: 6px;
/* 1716 */     position: absolute;
/* 1717 */     pointer-events: none;
/* 1718 */ }
/* 1719 */ .careerfy-employer-profile-form.careerfy-row                                  { margin: 0px -10px; }
/* 1720 */ .careerfy-employer-profile-form [class*="careerfy-column-"] {
/* 1721 */     padding: 0px 10px;
/* 1722 */     float: none;
/* 1723 */     display: inline-block;
/* 1724 */     margin-right: -4px;
/* 1725 */     vertical-align: bottom;
/* 1726 */ }
/* 1727 */ .careerfy-typo-wrap .careerfy-findmap-btn {
/* 1728 */     float: left;
/* 1729 */     width: 100%;
/* 1730 */     font-size: 14px;
/* 1731 */     color: #13b5ea;
/* 1732 */     padding: 12px 5px 13px 5px;
/* 1733 */     line-height: 1;
/* 1734 */     border-radius: 2px;
/* 1735 */     border: 1px solid #13b5ea;
/* 1736 */     background-color: transparent;
/* 1737 */ }
/* 1738 */ .careerfy-typo-wrap button, .careerfy-typo-wrap input[type="button"], .careerfy-typo-wrap input[type="submit"] {
/* 1739 */     font-weight: normal;
/* 1740 */ }
/* 1741 */ .careerfy-profile-map {
/* 1742 */     float: left;
/* 1743 */     width: 100%;
/* 1744 */     margin: 18px 0px 6px 0px;
/* 1745 */ }
/* 1746 */ .careerfy-profile-map iframe { height: 206px; }
/* 1747 */ .careerfy-short-message {
/* 1748 */     color: #777777;
/* 1749 */     font-size: 12px;
/* 1750 */ }

/* wp-jobsearch-plugin.css */

/* 1751 */ .careerfy-field-loader {
/* 1752 */     position: absolute;
/* 1753 */     right: 15px;
/* 1754 */     top: 7px;
/* 1755 */     background-color: #ffffff;
/* 1756 */     z-index: 7;
/* 1757 */     color: #aaaaaa;
/* 1758 */ }
/* 1759 */ /* Company Photo */
/* 1760 */ .careerfy-company-photo {
/* 1761 */     float: left;
/* 1762 */     width: 100%;
/* 1763 */     background-color: #f6f7f9;
/* 1764 */     border: 1px dashed #b8c0cc;
/* 1765 */     text-align: center;
/* 1766 */     padding: 60px 20px 51px 20px;
/* 1767 */     margin-bottom: 12px;
/* 1768 */ }
/* 1769 */ .careerfy-company-photo img { margin-bottom: 16px; }
/* 1770 */ .careerfy-company-photo h2 {
/* 1771 */     font-size: 18px;
/* 1772 */     color: #666f80;
/* 1773 */     margin-bottom: 5px;
/* 1774 */     line-height: 1;
/* 1775 */     display: block;
/* 1776 */ }
/* 1777 */ .careerfy-company-photo small {
/* 1778 */     font-size: 10px;
/* 1779 */     color: #999999;
/* 1780 */     display: block;
/* 1781 */     margin-bottom: 13px;
/* 1782 */ }
/* 1783 */ .careerfy-company-photo .careerfy-fileUpload span {
/* 1784 */     background-color: #13b5ea;
/* 1785 */     border: 1px solid #0585af;
/* 1786 */     border-radius: 4px;
/* 1787 */     color: #ffffff;
/* 1788 */ }
/* 1789 */ .careerfy-typo-wrap .careerfy-employer-profile-submit {
/* 1790 */     float: left;
/* 1791 */     background-color: #13b5ea;
/* 1792 */     font-size: 16px;
/* 1793 */     color: #ffffff;
/* 1794 */     border-radius: 4px;
/* 1795 */     padding: 13px 24px;
/* 1796 */     line-height: 1;
/* 1797 */     border: 1px solid #13b5ea;
/* 1798 */ }
/* 1799 */ .careerfy-typo-wrap .main-tab-section .careerfy-employer-profile-submit:hover {
/* 1800 */     background-color: transparent;

/* wp-jobsearch-plugin.css */

/* 1801 */     color: #13b5ea;
/* 1802 */ }
/* 1803 */ .careerfy-typo-wrap button, .careerfy-typo-wrap input[type="button"], .careerfy-typo-wrap input[type="submit"] {
/* 1804 */     -webkit-transition: all 0.4s ease-in-out;
/* 1805 */        -moz-transition: all 0.4s ease-in-out;
/* 1806 */         -ms-transition: all 0.4s ease-in-out;
/* 1807 */          -o-transition: all 0.4s ease-in-out;
/* 1808 */             transition: all 0.4s ease-in-out;
/* 1809 */ }
/* 1810 */ .careerfy-typo-wrap button:hover, .careerfy-typo-wrap button:focus, .careerfy-typo-wrap input[type="button"]:hover, .careerfy-typo-wrap input[type="button"]:focus, .careerfy-typo-wrap input[type="submit"]:focus {
/* 1811 */     background-color: #13b5ea;
/* 1812 */     color: #ffffff;
/* 1813 */ }
/* 1814 */ .careerfy-typo-wrap input[type="submit"]:hover {
/* 1815 */     background-color: #ffffff;
/* 1816 */ }
/* 1817 */ .careerfy-employer-dasboard {
/* 1818 */     float: left;
/* 1819 */     width: 100%;
/* 1820 */     margin-bottom: 50px;
/* 1821 */ }
/* 1822 */ /* Company Gallery */
/* 1823 */ .careerfy-company-gallery,.careerfy-company-gallery figure > a,
/* 1824 */ .careerfy-company-gallery figure > a img,.careerfy-company-gallery figcaption {
/* 1825 */     float: left;
/* 1826 */     width: 100%;
/* 1827 */ }
/* 1828 */ .careerfy-company-gallery ul { margin: 0px -10px; }
/* 1829 */ .careerfy-company-gallery ul li {
/* 1830 */     list-style: none;
/* 1831 */     padding: 0px 10px;
/* 1832 */     margin-bottom: 20px;
/* 1833 */ }
/* 1834 */ .careerfy-company-gallery figcaption span {
/* 1835 */     font-size: 12px;
/* 1836 */     color: #666666;
/* 1837 */     float: left;
/* 1838 */     line-height: 1;
/* 1839 */ }
/* 1840 */ .careerfy-company-gallery figure > a {
/* 1841 */     padding: 5px;
/* 1842 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
/* 1843 */ }
/* 1844 */ .careerfy-company-links { float: right; }
/* 1845 */ .careerfy-company-gallery figcaption { padding-top: 13px; }
/* 1846 */ .careerfy-company-links a {
/* 1847 */     float: left;
/* 1848 */     font-size: 11px;
/* 1849 */     color: #ff6d4a;
/* 1850 */     margin-left: 10px;

/* wp-jobsearch-plugin.css */

/* 1851 */ }
/* 1852 */ /* Employer Search */
/* 1853 */ .careerfy-employer-search {
/* 1854 */     float: right;
/* 1855 */     width: 35%;
/* 1856 */     position: relative;
/* 1857 */     margin-bottom: 15px;
/* 1858 */ }
/* 1859 */ .careerfy-employer-search input[type="text"] {
/* 1860 */     float: left;
/* 1861 */     width: 100%;
/* 1862 */     height: 32px;
/* 1863 */     font-size: 12px;
/* 1864 */     color: #b8bcbe;
/* 1865 */     padding: 6px 12px;
/* 1866 */     border: 1px solid #dfe2e3;
/* 1867 */     background-color: #ffffff;
/* 1868 */ }
/* 1869 */ .careerfy-employer-search input[type="submit"] {
/* 1870 */     position: absolute;
/* 1871 */     right: 0px;
/* 1872 */     top: 0px;
/* 1873 */     width: 32px;
/* 1874 */     height: 32px;
/* 1875 */     background-color: transparent;
/* 1876 */     border: none;
/* 1877 */     z-index: 2;
/* 1878 */ }
/* 1879 */ .careerfy-employer-search i {
/* 1880 */     position: absolute;
/* 1881 */     right: 10px;
/* 1882 */     top: 8px;
/* 1883 */     z-index: 1;
/* 1884 */     color: #bbc4c9;
/* 1885 */ }
/* 1886 */ /* Manage Jobs */
/* 1887 */ .careerfy-managejobs-list {
/* 1888 */     float: left;
/* 1889 */     width: 100%;
/* 1890 */     margin-bottom: 40px;
/* 1891 */ }
/* 1892 */ .careerfy-managejobs-thead                                                                                     { background-color: #f2f2f2; }
/* 1893 */ .careerfy-managejobs-list .careerfy-table-cell:first-child                                                    { width: 49%; padding-left: 15px; }
/* 1894 */ .careerfy-managejobs-list .careerfy-table-cell:nth-child(3)                                                   { text-align: center; }
/* 1895 */ .careerfy-managejobs-list .careerfy-table-cell                                                                { width: 13%; padding: 10px 0px; }
/* 1896 */ .careerfy-managejobs-list ul li a                                                                              { color: #999999; }
/* 1897 */ .careerfy-managejobs-tbody .careerfy-table-cell                                                               { vertical-align: middle; }
/* 1898 */ .careerfy-managejobs-list h6                                                                                   { margin-bottom: 0px; }
/* 1899 */ .careerfy-managejobs-option                                                                                    { font-size: 13px; color: #fcd116; }
/* 1900 */ .careerfy-managejobs-option.active                                                                             { color: #53b427; }

/* wp-jobsearch-plugin.css */

/* 1901 */ .careerfy-managejobs-option.expired                                                                            { color: #e81123; }
/* 1902 */ .careerfy-managejobs-tbody                                                                                     { border-bottom: 1px solid #ececec; }
/* 1903 */ .careerfy-managejobs-tbody:nth-child(odd)                                                                      { background-color: #fafcfc; }
/* 1904 */ .careerfy-managejobs-links a.careerfy-view                                                                    { font-size: 20px; }
/* 1905 */ .careerfy-managejobs-links a.careerfy-edit                                                                    { color: #aaaaaa; }
/* 1906 */ .careerfy-managejobs-links a.careerfy-rubbish                                                                 { color: #ff6d4a; }
/* 1907 */ .careerfy-managejobs-links a:first-child                                                                       { margin-left: 0px; }
/* 1908 */ .careerfy-employer-box-section .careerfy-pagination-blog                                                      { margin: 0px; }
/* 1909 */ .careerfy-managejobs-thead .careerfy-table-cell {
/* 1910 */     color: #333333;
/* 1911 */     font-size: 14px;
/* 1912 */     font-weight: 500;
/* 1913 */ }
/* 1914 */ .careerfy-managejobs-list ul {
/* 1915 */     margin: 0px;
/* 1916 */     float: left;
/* 1917 */     width: 100%;
/* 1918 */ }
/* 1919 */ .careerfy-managejobs-list ul li {
/* 1920 */     float: left;
/* 1921 */     list-style: none;
/* 1922 */     font-size: 12px;
/* 1923 */     color: #999999;
/* 1924 */     margin-right: 14px;
/* 1925 */     line-height: 28px;
/* 1926 */ }
/* 1927 */ .careerfy-managejobs-list ul li span {
/* 1928 */     color: #666666;
/* 1929 */     font-weight: 500;
/* 1930 */ }
/* 1931 */ .careerfy-managejobs-list ul li i {
/* 1932 */     float: left;
/* 1933 */     font-size: 11px;
/* 1934 */     color: #aaaaaa;
/* 1935 */     margin: 8px 7px 0px 0px;
/* 1936 */ }
/* 1937 */ .careerfy-managejobs-appli {
/* 1938 */     color: #13b5ea;
/* 1939 */     font-size: 12px;
/* 1940 */ }
/* 1941 */ .careerfy-managejobs-links a {
/* 1942 */     display: inline-block;
/* 1943 */     vertical-align: middle;
/* 1944 */     font-size: 14px;
/* 1945 */     color: #77eb9f;
/* 1946 */     margin-left: 10px;
/* 1947 */ }
/* 1948 */ /* Employer Transactions */
/* 1949 */ .careerfy-employer-transactions {
/* 1950 */     float: left;

/* wp-jobsearch-plugin.css */

/* 1951 */     width: 100%;
/* 1952 */     margin-bottom: 40px;
/* 1953 */ }
/* 1954 */ .careerfy-transactions-thead                                                                                           { background-color: #f2f2f2; }
/* 1955 */ .careerfy-transactions-thead .careerfy-table-cell:nth-child(2)                                                        { width: 22%; }
/* 1956 */ .careerfy-transactions-thead .careerfy-table-cell:nth-child(5)                                                        { width: 18%; }
/* 1957 */ .careerfy-transactions-thead .careerfy-table-cell                                                                     { width: 15%; }
/* 1958 */ .careerfy-transactions-tbody .careerfy-table-cell:nth-child(2)                                                        { width: 22%; }
/* 1959 */ .careerfy-transactions-tbody .careerfy-table-cell:nth-child(5)                                                        { width: 18%; }
/* 1960 */ .careerfy-transactions-tbody .careerfy-table-cell                                                                     { width: 15%; }
/* 1961 */ .careerfy-transactions-tbody                                                                                           { border-bottom: 1px solid #ececec; }
/* 1962 */ .careerfy-transactions-tbody:nth-child(odd)                                                                            { background-color: #fafcfc; }
/* 1963 */ .careerfy-transactions-tbody i.careerfy-transactions-pending                                                          { color: #fbba43; }
/* 1964 */ .careerfy-transactions-thead .careerfy-table-cell {
/* 1965 */     color: #333333;
/* 1966 */     font-size: 14px;
/* 1967 */     font-weight: 500;
/* 1968 */     padding: 9px 16px;
/* 1969 */ }
/* 1970 */ .careerfy-transactions-tbody .careerfy-table-cell {
/* 1971 */     padding: 9px 16px;
/* 1972 */     font-size: 12px;
/* 1973 */     color: #999999;
/* 1974 */ }
/* 1975 */ .careerfy-transactions-tbody span {
/* 1976 */     color: #333333;
/* 1977 */     font-size: 14px;
/* 1978 */     font-weight: 500;
/* 1979 */ }
/* 1980 */ .careerfy-transactions-tbody small {
/* 1981 */     color: #13b5ea;
/* 1982 */     font-size: 12px;
/* 1983 */ }
/* 1984 */ .careerfy-transactions-tbody i {
/* 1985 */     display: inline-block;
/* 1986 */     vertical-align: middle;
/* 1987 */     font-size: 8px;
/* 1988 */     margin-right: 7px;
/* 1989 */     color: #3dbf4f;
/* 1990 */ }
/* 1991 */ /* Employer Packages */
/* 1992 */ .careerfy-employer-packages {
/* 1993 */     float: left;
/* 1994 */     width: 100%;
/* 1995 */     margin-bottom: 40px;
/* 1996 */ }
/* 1997 */ .careerfy-packages-thead                                                                                           { background-color: #f2f2f2; }
/* 1998 */ .careerfy-packages-thead .careerfy-table-cell:nth-child(3)                                                        { width: 19%; }
/* 1999 */ .careerfy-packages-thead .careerfy-table-cell:nth-child(6)                                                        { width: 16%; }
/* 2000 */ .careerfy-packages-thead .careerfy-table-cell                                                                     { width: 13%; }

/* wp-jobsearch-plugin.css */

/* 2001 */ .careerfy-packages-tbody .careerfy-table-cell:nth-child(3)                                                        { width: 19%; }
/* 2002 */ .careerfy-packages-tbody .careerfy-table-cell:nth-child(6)                                                        { width: 16%; }
/* 2003 */ .careerfy-packages-tbody .careerfy-table-cell                                                                     { width: 13%; }
/* 2004 */ .careerfy-packages-tbody                                                                                           { border-bottom: 1px solid #ececec; }
/* 2005 */ .careerfy-packages-tbody:nth-child(odd)                                                                            { background-color: #fafcfc; }
/* 2006 */ .careerfy-packages-tbody i.careerfy-packages-pending                                                              { color: #fbba43; }
/* 2007 */ .careerfy-packages-thead .careerfy-table-cell {
/* 2008 */     color: #333333;
/* 2009 */     font-size: 14px;
/* 2010 */     font-weight: 500;
/* 2011 */     padding: 9px 16px;
/* 2012 */ }
/* 2013 */ .careerfy-packages-tbody .careerfy-table-cell {
/* 2014 */     padding: 9px 16px;
/* 2015 */     font-size: 12px;
/* 2016 */     color: #999999;
/* 2017 */ }
/* 2018 */ .careerfy-packages-tbody span {
/* 2019 */     color: #333333;
/* 2020 */     font-size: 14px;
/* 2021 */     font-weight: 500;
/* 2022 */ }
/* 2023 */ .careerfy-packages-tbody i {
/* 2024 */     display: inline-block;
/* 2025 */     vertical-align: middle;
/* 2026 */     font-size: 8px;
/* 2027 */     margin-right: 7px;
/* 2028 */     color: #3dbf4f;
/* 2029 */ }
/* 2030 */ /* Employer Resumes */
/* 2031 */ .careerfy-employer-resumes,.careerfy-employer-resumes-wrap,
/* 2032 */ .careerfy-employer-resumes figure,.careerfy-resumes-options {
/* 2033 */     float: left;
/* 2034 */     width: 100%;
/* 2035 */ }
/* 2036 */ .careerfy-employer-resumes                                                                                                 { margin-bottom: 20px; }
/* 2037 */ .careerfy-employer-resumes > ul                                                                                            { margin: 0px -10px; }
/* 2038 */ .careerfy-employer-resumes > ul > li                                                                                       { padding: 0px 10px; }
/* 2039 */ .careerfy-employer-resumes ul li                                                                                           { list-style: none; }
/* 2040 */ .careerfy-employer-resumes > ul > li                                                                                       { margin-bottom: 20px; }
/* 2041 */ .careerfy-employer-resumes-wrap                                                                                            { border: 1px solid #ececec; }
/* 2042 */ .careerfy-resumes-thumb img                                                                                                { border-radius: 100%; }
/* 2043 */ .careerfy-employer-resumes figure                                                                                          { padding: 18px 18px 2px 18px; }
/* 2044 */ .careerfy-resumes-download i                                                                                               { margin-right: 3px; }
/* 2045 */ .careerfy-resumes-subtitle a                                                                                               { color: #13b5ea; }
/* 2046 */ .careerfy-employer-resumes figcaption ul li:first-child                                                                    { padding-left: 0px; }
/* 2047 */ .careerfy-resumes-options                                                                                                  { border-top: 1px solid #ececec; }
/* 2048 */ .careerfy-resumes-options li:first-child                                                                                   { border-left: none; }
/* 2049 */ .careerfy-employer-resumes .careerfy-resumes-thumb ~ figcaption                                                           { margin-left: 62px; margin-top: 2px; }
/* 2050 */ .careerfy-employer-resumes .careerfy-resumes-thumb {

/* wp-jobsearch-plugin.css */

/* 2051 */     float: left;
/* 2052 */     width: 48px;
/* 2053 */ }
/* 2054 */ .careerfy-employer-resumes figcaption h2 {
/* 2055 */     margin-bottom: 0px;
/* 2056 */     font-size: 16px;
/* 2057 */     display: block;
/* 2058 */     line-height: 1;
/* 2059 */ }
/* 2060 */ .careerfy-resumes-download {
/* 2061 */     float: right;
/* 2062 */     color: #3abd69;
/* 2063 */     font-size: 11px;
/* 2064 */     font-weight: 400;
/* 2065 */     margin-top: 2px;
/* 2066 */ }
/* 2067 */ .careerfy-resumes-subtitle {
/* 2068 */     display: block;
/* 2069 */     color: #999999;
/* 2070 */     font-size: 12px;
/* 2071 */     margin-bottom: 6px;
/* 2072 */ }
/* 2073 */ .careerfy-employer-resumes figcaption ul {
/* 2074 */     display: inline-block;
/* 2075 */     width: 100%;
/* 2076 */     margin: 0px;
/* 2077 */ }
/* 2078 */ .careerfy-employer-resumes figcaption ul li {
/* 2079 */     float: left;
/* 2080 */     width: 50%;
/* 2081 */     font-size: 12px;
/* 2082 */     color: #999999;
/* 2083 */     line-height: 1;
/* 2084 */     padding-left: 20px;
/* 2085 */     margin-bottom: 10px;
/* 2086 */ }
/* 2087 */ .careerfy-employer-resumes figcaption ul li span {
/* 2088 */     display: block;
/* 2089 */     font-size: 12px;
/* 2090 */     color: #555555;
/* 2091 */     line-height: 1;
/* 2092 */     font-weight: 500;
/* 2093 */     margin-bottom: 7px;
/* 2094 */ }
/* 2095 */ .careerfy-resumes-options li {
/* 2096 */     float: left;
/* 2097 */     width: 33.333%;
/* 2098 */     line-height: 1;
/* 2099 */     border-left: 1px solid #ececec;
/* 2100 */ }

/* wp-jobsearch-plugin.css */

/* 2101 */ .careerfy-resumes-options li a {
/* 2102 */     background-color: #fcfcfc;
/* 2103 */     float: left;
/* 2104 */     width: 100%;
/* 2105 */     padding: 16px 9px;
/* 2106 */     text-align: center;
/* 2107 */     font-size: 12px;
/* 2108 */     color: #666666;
/* 2109 */     font-weight: 400;
/* 2110 */     -webkit-transition: all 0.4s ease-in-out;
/* 2111 */        -moz-transition: all 0.4s ease-in-out;
/* 2112 */         -ms-transition: all 0.4s ease-in-out;
/* 2113 */          -o-transition: all 0.4s ease-in-out;
/* 2114 */             transition: all 0.4s ease-in-out;
/* 2115 */ }
/* 2116 */ .careerfy-resumes-options li:hover a {
/* 2117 */     background-color: #13b5ea;
/* 2118 */     color: #ffffff;
/* 2119 */ }
/* 2120 */ .careerfy-resumes-options li a i {
/* 2121 */     font-size: 18px;
/* 2122 */     display: inline-block;
/* 2123 */     vertical-align: sub;
/* 2124 */     margin: 0px 5px 0px 0px;
/* 2125 */ }
/* 2126 */ /* Employer Job Navigation */
/* 2127 */ .careerfy-employer-jobnav {
/* 2128 */     float: left;
/* 2129 */     width: 100%;
/* 2130 */     text-align: center;
/* 2131 */     margin: 10px 0px 40px 0px;
/* 2132 */ }
/* 2133 */ .careerfy-employer-jobnav ul {
/* 2134 */     display: inline-block;
/* 2135 */     margin: 0px;
/* 2136 */ }
/* 2137 */ .careerfy-employer-jobnav ul li {
/* 2138 */     float: left;
/* 2139 */     list-style: none;
/* 2140 */     line-height: 1;
/* 2141 */     position: relative;
/* 2142 */     margin-bottom: 20px;
/* 2143 */ }
/* 2144 */ .careerfy-employer-jobnav ul li:before {
/* 2145 */     content: '';
/* 2146 */     position: absolute;
/* 2147 */     left: 4px;
/* 2148 */     top: 50%;
/* 2149 */     background-color: #d4d4d4;
/* 2150 */     width: 100%;

/* wp-jobsearch-plugin.css */

/* 2151 */     height: 3px;
/* 2152 */     margin-top: -19px;
/* 2153 */     z-index: 1;
/* 2154 */ }
/* 2155 */ .careerfy-employer-jobnav ul li.active ~ li:nth-child(2):after {
/* 2156 */     content: '';
/* 2157 */     position: absolute;
/* 2158 */     left: -60px;
/* 2159 */     top: 50%;
/* 2160 */     background-color: #13b5ea;
/* 2161 */     width: 80%;
/* 2162 */     height: 3px;
/* 2163 */     margin-top: -19px;
/* 2164 */     z-index: 1;
/* 2165 */ }
/* 2166 */ .careerfy-employer-jobnav ul li.active:nth-child(2):after {
/* 2167 */     content: '';
/* 2168 */     position: absolute;
/* 2169 */     left: -60px;
/* 2170 */     top: 50%;
/* 2171 */     background-color: #13b5ea;
/* 2172 */     width: 80%;
/* 2173 */     height: 3px;
/* 2174 */     margin-top: -19px;
/* 2175 */     z-index: 1;
/* 2176 */ }
/* 2177 */ .careerfy-employer-jobnav ul li.active:nth-child(3):after {
/* 2178 */     content: '';
/* 2179 */     position: absolute;
/* 2180 */     left: -120px;
/* 2181 */     top: 50%;
/* 2182 */     background-color: #13b5ea;
/* 2183 */     width: 150%;
/* 2184 */     height: 3px;
/* 2185 */     margin-top: -19px;
/* 2186 */     z-index: 1;
/* 2187 */ }
/* 2188 */ .careerfy-employer-jobnav ul li:last-child:before { left: -15px; }
/* 2189 */ .careerfy-employer-jobnav ul li:first-child a { padding-left: 0px; }
/* 2190 */ .careerfy-employer-jobnav ul li:last-child a { padding-right: 0px; }
/* 2191 */ .careerfy-employer-jobnav ul li a {
/* 2192 */     float: left;
/* 2193 */     padding: 0px 50px;
/* 2194 */     position: relative;
/* 2195 */     z-index: 2;
/* 2196 */ }
/* 2197 */ .careerfy-employer-jobnav ul li:hover i,
/* 2198 */ .careerfy-employer-jobnav ul li.active i {
/* 2199 */     background-color: #13b5ea; }
/* 2200 */ .careerfy-employer-jobnav ul li i {

/* wp-jobsearch-plugin.css */

/* 2201 */     display: inline-block;
/* 2202 */     width: 66px;
/* 2203 */     height: 66px;
/* 2204 */     color: #ffffff;
/* 2205 */     background-color: #d4d4d4;
/* 2206 */     font-size: 36px;
/* 2207 */     border-radius: 100%;
/* 2208 */     border: 2px solid #ffffff;
/* 2209 */     box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
/* 2210 */     padding-top: 13px;
/* 2211 */     margin-bottom: 20px;
/* 2212 */     -webkit-transition: all 0.4s ease-in-out;
/* 2213 */        -moz-transition: all 0.4s ease-in-out;
/* 2214 */         -ms-transition: all 0.4s ease-in-out;
/* 2215 */          -o-transition: all 0.4s ease-in-out;
/* 2216 */             transition: all 0.4s ease-in-out;
/* 2217 */ }
/* 2218 */ .careerfy-employer-jobnav ul li span {
/* 2219 */     display: block;
/* 2220 */     font-size: 16px;
/* 2221 */     color: #333333;
/* 2222 */     font-weight: 500;
/* 2223 */ }
/* 2224 */ /* Employer Payments */
/* 2225 */ .careerfy-employer-payments {
/* 2226 */     float: left;
/* 2227 */     width: 100%;
/* 2228 */     margin-bottom: 43px;
/* 2229 */ }
/* 2230 */ .careerfy-employer-payments h2 {
/* 2231 */     font-size: 18px;
/* 2232 */     color: #333333;
/* 2233 */     margin-bottom: 23px;
/* 2234 */ }
/* 2235 */ .careerfy-employer-payments table > thead > tr > th, .careerfy-employer-payments table > tbody > tr > th,
/* 2236 */ .careerfy-employer-payments table > tfoot > tr > th, .careerfy-employer-payments table > thead > tr > td,
/* 2237 */ .careerfy-employer-payments table > tbody > tr > td, .careerfy-employer-payments table > tfoot > tr > td {
/* 2238 */     border: none;
/* 2239 */     text-align: left;
/* 2240 */     vertical-align: middle;
/* 2241 */ }
/* 2242 */ .careerfy-typo-wrap table > thead > tr > th, .careerfy-typo-wrap table > tbody > tr > th, .careerfy-typo-wrap table > tfoot > tr > th,
/* 2243 */ .careerfy-typo-wrap table > thead > tr > td, .careerfy-typo-wrap table > tbody > tr > td, .careerfy-typo-wrap table > tfoot > tr > td {
/* 2244 */     line-height: 2.5;
/* 2245 */ }
/* 2246 */ .careerfy-employer-payments table th { padding: 4px 15px; }
/* 2247 */ .careerfy-employer-payments table > thead {
/* 2248 */     background-color: #f2f2f2;
/* 2249 */ }
/* 2250 */ .careerfy-employer-payments table th {

/* wp-jobsearch-plugin.css */

/* 2251 */     font-size: 14px;
/* 2252 */     color: #333333;
/* 2253 */     font-weight: 500;
/* 2254 */ }
/* 2255 */ .careerfy-employer-payments table tr { border-bottom: 1px solid #ececec; }
/* 2256 */ .careerfy-employer-payments table tr:nth-child(even) { background-color: #fafcfc; }
/* 2257 */ .careerfy-employer-payments table td {
/* 2258 */     padding: 5px 15px;
/* 2259 */     font-size: 12px;
/* 2260 */     color: #999999;
/* 2261 */ }
/* 2262 */ .careerfy-employer-payments table td span {
/* 2263 */     color: #333333;
/* 2264 */     font-weight: 500;
/* 2265 */     font-size: 14px;
/* 2266 */ }
/* 2267 */ .careerfy-payments-checkbox input[type="checkbox"],
/* 2268 */ .careerfy-payments-checkbox input[type="radio"] {
/* 2269 */     display: none;
/* 2270 */ }
/* 2271 */ .careerfy-payments-checkbox input[type="checkbox"] + label { line-height: 1; }
/* 2272 */ .careerfy-payments-checkbox input[type="checkbox"] + label span,
/* 2273 */ .careerfy-payments-checkbox input[type="radio"] + label span {
/* 2274 */     display: inline-block;
/* 2275 */     width: 14px;
/* 2276 */     height: 14px;
/* 2277 */     margin: 0px 12px 0px 0px;
/* 2278 */     vertical-align: middle;
/* 2279 */     background-color: #ffffff;
/* 2280 */     border: 1px solid #999999;
/* 2281 */     box-shadow: 0px 0px 0px 1px #d4d4d4 inset;
/* 2282 */     border-radius: 3px;
/* 2283 */ }
/* 2284 */ .careerfy-payments-checkbox input[type="checkbox"]:checked + label span,
/* 2285 */ .careerfy-payments-checkbox input[type="checkbox"] + label:hover span,
/* 2286 */ .careerfy-payments-checkbox input[type="radio"]:checked + label span,
/* 2287 */ .careerfy-payments-checkbox input[type="radio"] + label:hover span {
/* 2288 */     box-shadow: none;
/* 2289 */     border: none;
/* 2290 */     position: relative;
/* 2291 */ }
/* 2292 */ .careerfy-payments-checkbox input[type="checkbox"]:checked + label span:before,
/* 2293 */ .careerfy-payments-checkbox input[type="checkbox"] + label:hover span:before,
/* 2294 */ .careerfy-payments-checkbox input[type="radio"]:checked + label span:before,
/* 2295 */ .careerfy-payments-checkbox input[type="radio"] + label:hover span:before {
/* 2296 */     content: "\e91b";
/* 2297 */     font-family: icomoon;
/* 2298 */     position: absolute;
/* 2299 */     left: 0px;
/* 2300 */     top: 0px;

/* wp-jobsearch-plugin.css */

/* 2301 */     line-height: 1;
/* 2302 */     color: #13b5ea;
/* 2303 */ }
/* 2304 */ .careerfy-payment-method-wrap {
/* 2305 */     float: left;
/* 2306 */     width: 100%;
/* 2307 */     border-bottom: 1px solid #e8eef2;
/* 2308 */     padding: 0px 22px 15px 0px;
/* 2309 */     margin-bottom: 23px;
/* 2310 */ }
/* 2311 */ .careerfy-payment-method-wrap a {
/* 2312 */     float: left;
/* 2313 */     margin: 0px 10px 10px 0px;
/* 2314 */ }
/* 2315 */ .careerfy-payment-method-wrap i {
/* 2316 */     float: right;
/* 2317 */     color: #45c386;
/* 2318 */     font-size: 29px;
/* 2319 */ }
/* 2320 */ .careerfy-payment-method-wrap.careerfy-light i { color: #f2f2f2; }
/* 2321 */ /* Employer Confitmation */
/* 2322 */ .careerfy-employer-confitmation {
/* 2323 */     float: left;
/* 2324 */     width: 100%;
/* 2325 */     text-align: center;
/* 2326 */     margin-bottom: 55px;
/* 2327 */ }
/* 2328 */ .careerfy-employer-confitmation img { margin-bottom: 32px; }
/* 2329 */ .careerfy-employer-confitmation h2 {
/* 2330 */     font-size: 36px;
/* 2331 */     color: #666f80;
/* 2332 */     margin-bottom: 15px;
/* 2333 */     line-height: 1;
/* 2334 */ }
/* 2335 */ .careerfy-employer-confitmation p {
/* 2336 */     line-height: 24px;
/* 2337 */     margin-bottom: 30px;
/* 2338 */     display: inline-block;
/* 2339 */     width: 90%;
/* 2340 */ }
/* 2341 */ .careerfy-employer-confitmation a {
/* 2342 */     display: inline-block;
/* 2343 */     padding: 11px 22px 12px 22px;
/* 2344 */     font-size: 12px;
/* 2345 */     color: #13b5ea;
/* 2346 */     border: 1px solid #13b5ea;
/* 2347 */     border-radius: 3px;
/* 2348 */     line-height: 1;
/* 2349 */     margin: 0px 6px;
/* 2350 */     -webkit-transition: all 0.4s ease-in-out;

/* wp-jobsearch-plugin.css */

/* 2351 */        -moz-transition: all 0.4s ease-in-out;
/* 2352 */         -ms-transition: all 0.4s ease-in-out;
/* 2353 */          -o-transition: all 0.4s ease-in-out;
/* 2354 */             transition: all 0.4s ease-in-out;
/* 2355 */ }
/* 2356 */ .careerfy-employer-confitmation a:hover {
/* 2357 */     background-color: #13b5ea;
/* 2358 */     border-color: #0585af;
/* 2359 */     color: #ffffff;
/* 2360 */ }
/* 2361 */ /* Candidate */
/* 2362 */ .careerfy-candidate,.careerfy-candidate-default-wrap,
/* 2363 */ .careerfy-candidate-default figure a,.careerfy-candidate-default figure img {
/* 2364 */     float: left;
/* 2365 */     width: 100%;
/* 2366 */ }
/* 2367 */ .careerfy-candidate ul li                                                                                      { list-style: none; }
/* 2368 */ .careerfy-candidate > ul > li                                                                                  { margin-bottom: 20px; }
/* 2369 */ /* Candidate Listings */
/* 2370 */ .careerfy-candidate-default                                                                                    { margin-bottom: 20px; }
/* 2371 */ .careerfy-candidate-default figure img                                                                         { border-radius: 100%; }
/* 2372 */ .careerfy-candidate-default figure ~ .careerfy-candidate-default-text                                         { margin-left: 98px; padding-top: 17px; }
/* 2373 */ .careerfy-candidate-default-left                                                                               { float: left; }
/* 2374 */ .careerfy-candidate-default-text ul                                                                            { margin: 0px; }
/* 2375 */ .careerfy-candidate-default-text ul li a.careerfy-candidate-default-studio                                    { color: #13b5ea; }
/* 2376 */ .careerfy-candidate-default-text ul li a                                                                       { color: #999999; }
/* 2377 */ .careerfy-candidate-default-btn i                                                                              { margin-right: 2px; }
/* 2378 */ .careerfy-candidate-default-wrap {
/* 2379 */     border: 1px solid #ececec;
/* 2380 */     padding: 19px 19px;
/* 2381 */ }
/* 2382 */ .careerfy-candidate-view4 > ul > li {
/* 2383 */     float: none;
/* 2384 */     display: inline-block;
/* 2385 */     margin-right: -4px;
/* 2386 */     vertical-align: top;
/* 2387 */ }
/* 2388 */ .careerfy-candidate-default figure {
/* 2389 */     float: left;
/* 2390 */     width: 80px;
/* 2391 */     margin: 0px;
/* 2392 */ }
/* 2393 */ .careerfy-candidate-default-text h2 {
/* 2394 */     font-size: 16px;
/* 2395 */     margin-bottom: 12px;
/* 2396 */     line-height: 1;
/* 2397 */ }
/* 2398 */ .careerfy-candidate-default-text h2 i {
/* 2399 */     color: #13b5ea;
/* 2400 */     font-size: 14px;

/* wp-jobsearch-plugin.css */

/* 2401 */ }
/* 2402 */ .careerfy-candidate-default-text ul li {
/* 2403 */     float: left;
/* 2404 */     color: #999999;
/* 2405 */     font-size: 12px;
/* 2406 */     padding: 0px 15px;
/* 2407 */     border-left: 1px solid #e0e0e0;
/* 2408 */     line-height: 1.4;
/* 2409 */ }
/* 2410 */ .careerfy-candidate-default-text ul li i {
/* 2411 */     float: left;
/* 2412 */     font-size: 15px;
/* 2413 */     color: #aaaaaa;
/* 2414 */     margin: 0px 10px 0px 0px;
/* 2415 */ }
/* 2416 */ .careerfy-candidate-default-text ul li:first-child {
/* 2417 */     padding-left: 0px;
/* 2418 */     border: none;
/* 2419 */ }
/* 2420 */ .careerfy-candidate-default-btn {
/* 2421 */     float: right;
/* 2422 */     font-size: 12px;
/* 2423 */     color: #13b5ea;
/* 2424 */     border: 1px solid #13b5ea;
/* 2425 */     line-height: 1;
/* 2426 */     padding: 8px 9px;
/* 2427 */     margin-top: 7px;
/* 2428 */     -webkit-transition: all 0.4s ease-in-out;
/* 2429 */        -moz-transition: all 0.4s ease-in-out;
/* 2430 */         -ms-transition: all 0.4s ease-in-out;
/* 2431 */          -o-transition: all 0.4s ease-in-out;
/* 2432 */             transition: all 0.4s ease-in-out;
/* 2433 */ }
/* 2434 */ .careerfy-candidate-default-btn:hover {
/* 2435 */     background-color: #13b5ea;
/* 2436 */     color: #ffffff;
/* 2437 */ }
/* 2438 */ /* Candidate Grid */
/* 2439 */ .careerfy-candidate-grid figure,.careerfy-candidate-grid-thumb img,
/* 2440 */ .careerfy-candidate-grid figure figcaption {
/* 2441 */     float: left;
/* 2442 */     width: 100%;
/* 2443 */ }
/* 2444 */ .careerfy-candidate-grid { margin-bottom: 15px; }
/* 2445 */ .careerfy-candidate-grid > ul > li {
/* 2446 */     float: none;
/* 2447 */     display: inline-block;
/* 2448 */     vertical-align: top;
/* 2449 */     margin-right: 0px;
/* 2450 */     margin-bottom: 30px;

/* wp-jobsearch-plugin.css */

/* 2451 */ }
/* 2452 */ .careerfy-candidate-grid figure {
/* 2453 */     text-align: center;
/* 2454 */     margin: 0px;
/* 2455 */     border: 1px solid #ececec;
/* 2456 */     position: relative;
/* 2457 */     padding: 24px 22px 24px 22px;
/* 2458 */     overflow: hidden;
/* 2459 */ }
/* 2460 */ .careerfy-candidate-grid-thumb {
/* 2461 */     display: inline-block;
/* 2462 */     width: 124px;
/* 2463 */     position: relative;
/* 2464 */     margin-bottom: 8px;
/* 2465 */ }
/* 2466 */ .careerfy-candidate-grid figure figcaption { line-height: 1; }
/* 2467 */ .careerfy-candidate-grid-thumb img { border-radius: 100%; }
/* 2468 */ .careerfy-candidate-grid-status {
/* 2469 */     position: absolute;
/* 2470 */     left: 8px;
/* 2471 */     top: 9px;
/* 2472 */     width: 22px;
/* 2473 */     height: 22px;
/* 2474 */     background-color: #53b427;
/* 2475 */     border: 4px solid #ffffff;
/* 2476 */     border-radius: 100%;
/* 2477 */ }
/* 2478 */ .careerfy-candidate-grid-status.careerfy-yellow { background-color: #fcd116; }
/* 2479 */ .careerfy-candidate-grid-status.careerfy-red { background-color: #e81123; }
/* 2480 */ .careerfy-candidate-grid-status.careerfy-none { background-color: #ffffff; border-color: #53b427; border-width: 2px; }
/* 2481 */ .careerfy-candidate-grid figure figcaption h2 {
/* 2482 */     margin-bottom: 10px;
/* 2483 */     line-height: 1;
/* 2484 */     font-size: 16px;
/* 2485 */ }
/* 2486 */ .careerfy-candidate-grid figure figcaption p {
/* 2487 */     font-size: 12px;
/* 2488 */     color: #999999;
/* 2489 */     margin-bottom: 8px;
/* 2490 */     line-height: 1.3;
/* 2491 */ }
/* 2492 */ .careerfy-candidate-grid figure figcaption p a a { color: #13b5ea; }
/* 2493 */ .careerfy-candidate-grid-option li a { color: #999999; }
/* 2494 */ .careerfy-candidate-grid figure figcaption span {
/* 2495 */     font-size: 12px;
/* 2496 */     color: #999999;
/* 2497 */     line-height: 1.3;
/* 2498 */ }
/* 2499 */ .careerfy-candidate-grid-option  {
/* 2500 */     background-color: #fcfcfc;

/* wp-jobsearch-plugin.css */

/* 2501 */     float: left;
/* 2502 */     width: 100%;
/* 2503 */     border: 1px solid #ececec;
/* 2504 */     border-top: none;
/* 2505 */     padding-right: 5px;
/* 2506 */ }
/* 2507 */ .careerfy-candidate-grid-option li {
/* 2508 */     float: left;
/* 2509 */     width: 50%;
/* 2510 */     line-height: 1;
/* 2511 */     color: #999999;
/* 2512 */     font-size: 11px;
/* 2513 */     padding: 14px 18px;
/* 2514 */ }
/* 2515 */ .careerfy-candidate-grid-option li span {
/* 2516 */     color: #555555;
/* 2517 */     font-size: 11px;
/* 2518 */     display: block;
/* 2519 */     margin-bottom: 3px;
/* 2520 */     font-weight: 500;
/* 2521 */ }
/* 2522 */ /* Candidate Authore Information */
/* 2523 */ .jobsearch_candidate_info {
/* 2524 */     float: left;
/* 2525 */     width: 100%;
/* 2526 */     border: 1px solid #ececec;
/* 2527 */     padding: 40px 40px;
/* 2528 */     text-align: center;
/* 2529 */     margin-bottom: 21px;
/* 2530 */     overflow: hidden;
/* 2531 */     position: relative;
/* 2532 */ }
/* 2533 */ .jobsearch_candidate_info figure {
/* 2534 */     display: inline-block;
/* 2535 */     width: 184px;
/* 2536 */     box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
/* 2537 */     border-radius: 100%;
/* 2538 */     margin-bottom: 13px;
/* 2539 */ }
/* 2540 */ .jobsearch_candidate_info figure img {
/* 2541 */     float: left;
/* 2542 */     width: 100%;
/* 2543 */     border-radius: 100%;
/* 2544 */     border: 3px solid #ffffff;
/* 2545 */ }
/* 2546 */ .jobsearch_candidate_info h2 {
/* 2547 */     margin-bottom: 10px;
/* 2548 */     font-size: 20px;
/* 2549 */     line-height: 1;
/* 2550 */ }

/* wp-jobsearch-plugin.css */

/* 2551 */ .jobsearch-typo-wrap .jobsearch_candidate_info p,
/* 2552 */ .jobsearch_candidate_info p,
/* 2553 */ .jobsearch_candidate_info span {
/* 2554 */     color: #999999;
/* 2555 */     font-size: 14px;
/* 2556 */     display: block;
/* 2557 */     line-height: 1.4;
/* 2558 */ }
/* 2559 */ .jobsearch_candidate_info p { margin-bottom: 6px; }
/* 2560 */ .jobsearch_candidate_info span { margin-bottom: 19px; }
/* 2561 */ .jobsearch_candidate_info p a,.jobsearch_candidate_info small { color: #13b5ea; }
/* 2562 */ .jobsearch_candidate_info small {
/* 2563 */     font-size: 14px;
/* 2564 */     display: block;
/* 2565 */     line-height: 1;
/* 2566 */     margin-bottom: 26px;
/* 2567 */ }
/* 2568 */ .jobsearch_candidate_info ul {
/* 2569 */     float: left;
/* 2570 */     width: 100%;
/* 2571 */     margin: 0px 0px 8px 0px;
/* 2572 */ }
/* 2573 */ .jobsearch_candidate_info ul li {
/* 2574 */     display: inline-block;
/* 2575 */     list-style: none;
/* 2576 */     margin-right: -4px;
/* 2577 */     line-height: 1;
/* 2578 */ }
/* 2579 */ .jobsearch_candidate_info ul li a {
/* 2580 */     float: left;
/* 2581 */     color: #375d93;
/* 2582 */     font-size: 40px;
/* 2583 */     margin: 0px 6px 10px 6px;
/* 2584 */ }
/* 2585 */ .jobsearch_candidate_info ul li a[data-original-title="twitter"]                    { color: #43afe9; }
/* 2586 */ .jobsearch_candidate_info ul li a[data-original-title="linkedin"]                   { color: #007eb3; }
/* 2587 */ .jobsearch_candidate_info ul li a[data-original-title="google-plus"]                { color: #e24046; }
/* 2588 */ .jobsearch_candidate_info ul li a[data-original-title="dribbble"]                   { color: #f95c94; }
/* 2589 */ .careerfy-candidate-download-btn {
/* 2590 */     display: inline-block;
/* 2591 */     font-size: 14px;
/* 2592 */     color: #13b5ea;
/* 2593 */     border: 1px solid #13b5ea;
/* 2594 */     border-radius: 40px;
/* 2595 */     padding: 10px 23px;
/* 2596 */     line-height: 1;
/* 2597 */     -webkit-transition: all 0.4s ease-in-out;
/* 2598 */        -moz-transition: all 0.4s ease-in-out;
/* 2599 */         -ms-transition: all 0.4s ease-in-out;
/* 2600 */          -o-transition: all 0.4s ease-in-out;

/* wp-jobsearch-plugin.css */

/* 2601 */             transition: all 0.4s ease-in-out;
/* 2602 */ }
/* 2603 */ .careerfy-candidate-download-btn i {
/* 2604 */     float: left;
/* 2605 */     font-size: 16px;
/* 2606 */     margin: -2px 10px 0px 0px;
/* 2607 */ }
/* 2608 */ .careerfy-candidate-download-btn:hover {
/* 2609 */     background-color: #13b5ea;
/* 2610 */     color: #ffffff;
/* 2611 */ }
/* 2612 */ .careerfy-candidate-editor {
/* 2613 */     float: left;
/* 2614 */     width: 100%;
/* 2615 */     margin-bottom: 9px;
/* 2616 */ }
/* 2617 */ .careerfy-candidate-editor .careerfy-jobdetail-services { margin-bottom: 13px; }
/* 2618 */ /* Candidate Title */
/* 2619 */ .careerfy-candidate-title {
/* 2620 */     float: left;
/* 2621 */     width: 100%;
/* 2622 */     line-height: 1;
/* 2623 */     margin-bottom: 27px;
/* 2624 */     position: relative;
/* 2625 */ }
/* 2626 */ .careerfy-candidate-title i {
/* 2627 */     display: inline-block;
/* 2628 */     width: 40px;
/* 2629 */     height: 40px;
/* 2630 */     text-align: center;
/* 2631 */     background-color: #f0f0f0;
/* 2632 */     border: 1px solid #dedede;
/* 2633 */     box-shadow: 0px 0px 0px 3px #ffffff inset;
/* 2634 */     border-radius: 100%;
/* 2635 */     padding-top: 9px;
/* 2636 */     margin-right: 11px;
/* 2637 */ }
/* 2638 */ .careerfy-candidate-title h2 {
/* 2639 */     font-size: 20px;
/* 2640 */     margin-bottom: 0px;
/* 2641 */     line-height: 1;
/* 2642 */     text-transform: uppercase;
/* 2643 */ }
/* 2644 */ /* Candidate Timeline */
/* 2645 */ .careerfy-candidate-timeline {
/* 2646 */     float: left;
/* 2647 */     width: 100%;
/* 2648 */     margin-bottom: 25px;
/* 2649 */ }
/* 2650 */ .careerfy-candidate-timeline ul li { list-style: none; }

/* wp-jobsearch-plugin.css */

/* 2651 */ .careerfy-candidate-timeline > ul > li { margin-bottom: 20px; }
/* 2652 */ .careerfy-candidate-timeline small {
/* 2653 */     float: left;
/* 2654 */     font-size: 12px;
/* 2655 */     color: #13b5ea;
/* 2656 */     padding: 19px 0px 0px 0px;
/* 2657 */     margin-left: 16px;
/* 2658 */     position: relative;
/* 2659 */     width: 87px;
/* 2660 */     text-align: right;
/* 2661 */ }
/* 2662 */ .careerfy-candidate-timeline small:before {
/* 2663 */     content: '';
/* 2664 */     position: absolute;
/* 2665 */     left: 9px;
/* 2666 */     top: 7px;
/* 2667 */     background-color: #dddddd;
/* 2668 */     width: 78px;
/* 2669 */     height: 1px;
/* 2670 */ }
/* 2671 */ .careerfy-candidate-timeline small:after {
/* 2672 */     content: '';
/* 2673 */     position: absolute;
/* 2674 */     left: 2px;
/* 2675 */     top: 3px;
/* 2676 */     background-color: #13b5ea;
/* 2677 */     width: 8px;
/* 2678 */     height: 8px;
/* 2679 */     border-radius: 100%;
/* 2680 */ }
/* 2681 */ .careerfy-candidate-timeline small ~ .careerfy-candidate-timeline-text { margin-left: 124px; }
/* 2682 */ .careerfy-candidate-timeline-text span {
/* 2683 */     line-height: 1;
/* 2684 */     font-size: 12px;
/* 2685 */     color: #13b5ea;
/* 2686 */     margin-bottom: 11px;
/* 2687 */     display: block;
/* 2688 */ }
/* 2689 */ .careerfy-candidate-timeline-text h2 {
/* 2690 */     font-size: 18px;
/* 2691 */     margin-bottom: 9px;
/* 2692 */     line-height: 1;
/* 2693 */ }
/* 2694 */ .careerfy-candidate-timeline-text p {
/* 2695 */     font-size: 15px;
/* 2696 */     color: #999999;
/* 2697 */     margin-bottom: 0px;
/* 2698 */ }
/* 2699 */ /* Jobsearch Progressbar */
/* 2700 */ .jobsearch_progressbar {

/* wp-jobsearch-plugin.css */

/* 2701 */     margin-bottom: 17px;
/* 2702 */     float: left;
/* 2703 */     width: 100%;
/* 2704 */     position: relative;
/* 2705 */ }
/* 2706 */ .jobsearch_progressbar .bar-container {
/* 2707 */     position: relative;
/* 2708 */     height: 6px;
/* 2709 */     border-radius: 0px 10px 10px 0px;
/* 2710 */     float: right;
/* 2711 */     width: 60%;
/* 2712 */     margin-top: 3px;
/* 2713 */ }
/* 2714 */ .jobsearch_progressbar .bar-container:before,
/* 2715 */ .jobsearch_progressbar .bar-container:after,
/* 2716 */ .jobsearch_progressbar .backgroundBar:before,
/* 2717 */ .jobsearch_progressbar .backgroundBar:after {
/* 2718 */     content: '';
/* 2719 */     position: absolute;
/* 2720 */     left: 20%;
/* 2721 */     top: 0px;
/* 2722 */     width: 5px;
/* 2723 */     height: 6px;
/* 2724 */     background-color: #ffffff;
/* 2725 */     z-index: 2;
/* 2726 */ }
/* 2727 */ .jobsearch_progressbar .bar-container:after { left: 40%; }
/* 2728 */ .jobsearch_progressbar .backgroundBar:before { left: 60%; }
/* 2729 */ .jobsearch_progressbar .backgroundBar:after { left: 80%; }
/* 2730 */ .jobsearch_progressbar_wrap {
/* 2731 */     float: left;
/* 2732 */     width: 100%;
/* 2733 */     margin-bottom: 22px; }
/* 2734 */ .jobsearch_progressbar .backgroundBar {
/* 2735 */     position: absolute;
/* 2736 */     bottom: 0;
/* 2737 */     top: 0;
/* 2738 */     left: 0;
/* 2739 */     right: 0;
/* 2740 */ }
/* 2741 */ .jobsearch_progressbar .bar {
/* 2742 */     position: absolute;
/* 2743 */     top: 0;
/* 2744 */     left: 0;
/* 2745 */     height: 100%;
/* 2746 */     border-radius: 10px 0px 0px 10px;
/* 2747 */ }
/* 2748 */ .jobsearch_progressbar .title {
/* 2749 */     float: left;
/* 2750 */     font-size: 12px;

/* wp-jobsearch-plugin.css */

/* 2751 */     color: #333333;
/* 2752 */     line-height: 1;
/* 2753 */ }
/* 2754 */ .jobsearch_progressbar_subtitle {
/* 2755 */     float: left;
/* 2756 */     width: 100%;
/* 2757 */     font-size: 14px;
/* 2758 */     color: #333333;
/* 2759 */     font-weight: 500;
/* 2760 */     margin: 14px 0px 38px 0px;
/* 2761 */     line-height: 1;
/* 2762 */ }
/* 2763 */ .candidate_portfolio { margin-bottom: 20px; }
/* 2764 */ .careerfy-three-column-row { margin: 0px -5px; }
/* 2765 */ .careerfy-three-column {
/* 2766 */     float: left;
/* 2767 */     width: 33.333%;
/* 2768 */     padding: 0px 5px;
/* 2769 */ }
/* 2770 */ .careerfy-candidate-dasboard {
/* 2771 */     float: left;
/* 2772 */     width: 100%;
/* 2773 */     margin-bottom: 50px;
/* 2774 */ }
/* 2775 */ /* Candidate Resume */
/* 2776 */ .careerfy-candidate-section {
/* 2777 */     float: left;
/* 2778 */     width: 100%;
/* 2779 */     padding-left: 12px;
/* 2780 */ }
/* 2781 */ .careerfy-candidate-dashboard-editor {
/* 2782 */     padding-left: 57px;
/* 2783 */     margin-bottom: 50px;
/* 2784 */ }
/* 2785 */ .careerfy-candidate-resume-wrap {
/* 2786 */     float: left;
/* 2787 */     width: 100%;
/* 2788 */     position: relative;
/* 2789 */ }
/* 2790 */ .careerfy-candidate-resume-wrap:before {
/* 2791 */     content: '';
/* 2792 */     position: absolute;
/* 2793 */     left: 19px;
/* 2794 */     top: 0px;
/* 2795 */     width: 2px;
/* 2796 */     height: 100%;
/* 2797 */     background-color: #f1f0f7;
/* 2798 */ }
/* 2799 */ .careerfy-candidate-resume-wrap:last-child:before { display: none; }
/* 2800 */ .careerfy-candidate-resume-wrap

/* wp-jobsearch-plugin.css */

/* 2801 */ .careerfy-candidate-title:before,
/* 2802 */ .careerfy-candidate-resume-wrap
/* 2803 */ .careerfy-candidate-title:after {
/* 2804 */     content: '';
/* 2805 */     position: absolute;
/* 2806 */     left: 19px;
/* 2807 */     top: -15px;
/* 2808 */     height: 15px;
/* 2809 */     width: 2px;
/* 2810 */     background-color: #ffffff;
/* 2811 */ }
/* 2812 */ .careerfy-candidate-resume-wrap
/* 2813 */ .careerfy-candidate-title:after {
/* 2814 */     top: auto;
/* 2815 */     bottom: -15px;
/* 2816 */ }
/* 2817 */ .careerfy-resume-addbtn {
/* 2818 */     float: right;
/* 2819 */     background-color: #13b5ea;
/* 2820 */     font-size: 10px;
/* 2821 */     color: #ffffff;
/* 2822 */     text-transform: uppercase;
/* 2823 */     padding: 12px 12px;
/* 2824 */     border-radius: 40px;
/* 2825 */     line-height: 1;
/* 2826 */     margin-top: 1px;
/* 2827 */ }
/* 2828 */ /* Resume Education */
/* 2829 */ .careerfy-resume-education {
/* 2830 */     float: left;
/* 2831 */     width: 100%;
/* 2832 */     padding-left: 78px;
/* 2833 */ }
/* 2834 */ .careerfy-resume-education-wrap {
/* 2835 */     float: left;
/* 2836 */     padding-left: 11px;
/* 2837 */ }
/* 2838 */ .careerfy-resume-education ul li {
/* 2839 */     list-style: none;
/* 2840 */     line-height: 1;
/* 2841 */     position: relative;
/* 2842 */ }
/* 2843 */ .careerfy-typo-wrap .careerfy-resume-education ul li { padding-bottom: 58px; }
/* 2844 */ .careerfy-resume-education ul li:last-child:before { display: none; }
/* 2845 */ .careerfy-resume-education ul li:before {
/* 2846 */     content: '';
/* 2847 */     position: absolute;
/* 2848 */     left: 0px;
/* 2849 */     top: 0px;
/* 2850 */     width: 1px;

/* wp-jobsearch-plugin.css */

/* 2851 */     height: 100%;
/* 2852 */     background-color: #dddddd;
/* 2853 */ }
/* 2854 */ .careerfy-resume-education ul li:after {
/* 2855 */     content: '';
/* 2856 */     position: absolute;
/* 2857 */     left: -5px;
/* 2858 */     top: 0px;
/* 2859 */     width: 12px;
/* 2860 */     height: 12px;
/* 2861 */     border: 1px solid #dddddd;
/* 2862 */     border-radius: 100%;
/* 2863 */     background-color: #ffffff;
/* 2864 */ }
/* 2865 */ .careerfy-resume-education small {
/* 2866 */     margin-bottom: 8px;
/* 2867 */     display: block;
/* 2868 */ }
/* 2869 */ .careerfy-resume-education h2 {
/* 2870 */     line-height: 1;
/* 2871 */     margin-bottom: 9px;
/* 2872 */     font-size: 18px;
/* 2873 */ }
/* 2874 */ .careerfy-resume-education h2 a { color: #666666; }
/* 2875 */ .careerfy-resume-education span {
/* 2876 */     color: #13b5ea;
/* 2877 */     font-size: 12px;
/* 2878 */ }
/* 2879 */ .careerfy-resume-education-btn {
/* 2880 */     float: right;
/* 2881 */     margin-top: 16px;
/* 2882 */ }
/* 2883 */ .careerfy-resume-education-btn a {
/* 2884 */     float: left;
/* 2885 */     font-size: 14px;
/* 2886 */     color: #ff6d4a;
/* 2887 */     margin: 6px 15px 0px 0px;
/* 2888 */ }
/* 2889 */ .careerfy-candidate-resume-wrap .careerfy-company-gallery { padding-left: 55px; padding-bottom: 27px; }
/* 2890 */ /* Add Skills */
/* 2891 */ .careerfy-add-skills {
/* 2892 */     float: left;
/* 2893 */     width: 100%;
/* 2894 */     padding-left: 57px;
/* 2895 */     margin-bottom: 30px;
/* 2896 */ }
/* 2897 */ .careerfy-add-skills ul li {
/* 2898 */     list-style: none;
/* 2899 */     line-height: 1;
/* 2900 */     margin-bottom: 20px;

/* wp-jobsearch-plugin.css */

/* 2901 */ }
/* 2902 */ .careerfy-add-skills-wrap {
/* 2903 */     float: left;
/* 2904 */     width: 80%;
/* 2905 */ }
/* 2906 */ .careerfy-add-skills-wrap span {
/* 2907 */     float: left;
/* 2908 */     width: 43px;
/* 2909 */     height: 43px;
/* 2910 */     border: 1px solid #dedede;
/* 2911 */     border-radius: 100%;
/* 2912 */     color: #999999;
/* 2913 */     font-size: 18px;
/* 2914 */     text-align: center;
/* 2915 */     padding: 13px 5px 0px 5px;
/* 2916 */     margin-right: 20px;
/* 2917 */ }
/* 2918 */ .careerfy-add-skills-wrap h2 {
/* 2919 */     font-size: 16px;
/* 2920 */     margin-bottom: 0px;
/* 2921 */     line-height: 1;
/* 2922 */     padding: 12px 0px 0px 0px;
/* 2923 */     font-weight: 400;
/* 2924 */ }
/* 2925 */ .careerfy-add-skills-wrap h2 a { color: #666666; }
/* 2926 */ .careerfy-add-skills-wrap .careerfy-resume-education-btn { margin-top: 10px; }
/* 2927 */ .careerfy-typo-wrap .careerfy-resume-education.careerfy-resume-awards ul li { padding-bottom: 27px; }
/* 2928 */ /* Candidate Saved Jobs */
/* 2929 */ .careerfy-candidate-savedjobs {
/* 2930 */     float: left;
/* 2931 */     width: 100%;
/* 2932 */     margin-bottom: 40px;
/* 2933 */ }
/* 2934 */ .careerfy-candidate-savedjobs table > thead > tr > th, .careerfy-candidate-savedjobs table > tbody > tr > th,
/* 2935 */ .careerfy-candidate-savedjobs table > tfoot > tr > th, .careerfy-candidate-savedjobs table > thead > tr > td,
/* 2936 */ .careerfy-candidate-savedjobs table > tbody > tr > td, .careerfy-candidate-savedjobs table > tfoot > tr > td {
/* 2937 */     border: none;
/* 2938 */ }
/* 2939 */ .careerfy-candidate-savedjobs thead { background-color: #f2f2f2; }
/* 2940 */ .careerfy-candidate-savedjobs thead tr th:first-child,.careerfy-candidate-savedjobs tbody td:first-child { padding-left: 15px; }
/* 2941 */ .careerfy-candidate-savedjobs thead tr th:first-child,.careerfy-candidate-savedjobs tbody td:first-child { width: 54%; }
/* 2942 */ .careerfy-candidate-savedjobs thead tr th {
/* 2943 */     text-align: left;
/* 2944 */     padding: 3px 0px 3px 0px;
/* 2945 */     font-size: 14px;
/* 2946 */     color: #333333;
/* 2947 */     font-weight: 500;
/* 2948 */ }
/* 2949 */ .careerfy-savedjobs-thumb {
/* 2950 */     display: inline-block;

/* wp-jobsearch-plugin.css */

/* 2951 */     width: 44px;
/* 2952 */     margin-right: 15px;
/* 2953 */     border: 1px solid #ddd;
/* 2954 */ }
/* 2955 */ .careerfy-candidate-savedjobs tbody td {
/* 2956 */     padding: 16px 0px 16px 0px;
/* 2957 */     font-size: 12px;
/* 2958 */     vertical-align: middle;
/* 2959 */     text-align: left;
/* 2960 */ }
/* 2961 */ .careerfy-candidate-savedjobs tbody tr {
/* 2962 */     border-bottom: 1px solid #ececec;
/* 2963 */ }
/* 2964 */ .careerfy-candidate-savedjobs tbody tr:nth-child(even) { background-color: #fafcfc; }
/* 2965 */ .careerfy-candidate-savedjobs tbody td h2 {
/* 2966 */     font-size: 16px;
/* 2967 */     margin-bottom: 0px;
/* 2968 */     line-height: 1;
/* 2969 */     display: inline-block;
/* 2970 */ }
/* 2971 */ .careerfy-candidate-savedjobs tbody td span { color: #13b5ea; }
/* 2972 */ .careerfy-savedjobs-links {
/* 2973 */     float: right;
/* 2974 */     color: #ff6d4a;
/* 2975 */     font-size: 14px;
/* 2976 */     line-height: 1;
/* 2977 */     margin-right: 15px;
/* 2978 */ }
/* 2979 */ .careerfy-savedjobs-links .careerfy-view {
/* 2980 */     font-size: 21px;
/* 2981 */     float: left;
/* 2982 */     margin-top: -3px;
/* 2983 */ }
/* 2984 */ /* Applied Jobs */
/* 2985 */ .careerfy-applied-jobs,.careerfy-applied-jobs-wrap {
/* 2986 */     float: left;
/* 2987 */     width: 100%;
/* 2988 */ }
/* 2989 */ .careerfy-applied-jobs-wrap {
/* 2990 */     border: 1px solid #ececec;
/* 2991 */     padding: 14px;
/* 2992 */ }
/* 2993 */ .careerfy-applied-jobs ul li {
/* 2994 */     list-style: none;
/* 2995 */     line-height: 1;
/* 2996 */ }
/* 2997 */ .careerfy-applied-jobs > ul > li,.careerfy-applied-jobs { margin-bottom: 20px; }
/* 2998 */ .careerfy-applied-jobs-thumb {
/* 2999 */     float: left;
/* 3000 */     width: 69px;

/* wp-jobsearch-plugin.css */

/* 3001 */ }
/* 3002 */ .careerfy-applied-jobs-thumb ~ .careerfy-applied-jobs-text { margin-left: 89px; }
/* 3003 */ .careerfy-applied-jobs-left { float: left; }
/* 3004 */ .careerfy-applied-jobs-text span {
/* 3005 */     color: #13b5ea;
/* 3006 */     font-size: 12px;
/* 3007 */     line-height: 1;
/* 3008 */     margin-bottom: 8px;
/* 3009 */     display: inline-block;
/* 3010 */ }
/* 3011 */ .careerfy-applied-jobs-text h2 {
/* 3012 */     font-size: 16px;
/* 3013 */     line-height: 1;
/* 3014 */     margin-bottom: 12px;
/* 3015 */ }
/* 3016 */ .careerfy-applied-jobs-text ul { margin: 0px; }
/* 3017 */ .careerfy-applied-jobs-text ul li {
/* 3018 */     float: left;
/* 3019 */     font-size: 12px;
/* 3020 */     padding: 3px 15px;
/* 3021 */     border-left: 1px solid #e0e0e0;
/* 3022 */ }
/* 3023 */ .careerfy-applied-jobs-text ul li a { color: #999; }
/* 3024 */ .careerfy-applied-jobs-text ul li:first-child {
/* 3025 */     padding-left: 0px;
/* 3026 */     border-left: none;
/* 3027 */ }
/* 3028 */ .careerfy-applied-jobs-text ul li i {
/* 3029 */     color: #aaaaaa;
/* 3030 */     margin-right: 7px;
/* 3031 */ }
/* 3032 */ .careerfy-applied-jobs-text .careerfy-savedjobs-links { margin-top: 27px; }
/* 3033 */ /* Candidate Job Alerts */
/* 3034 */ .careerfy-job-alerts {
/* 3035 */     float: left;
/* 3036 */     width: 100%;
/* 3037 */     margin-bottom: 40px;
/* 3038 */ }
/* 3039 */ .careerfy-job-alerts table > thead > tr > th, .careerfy-job-alerts table > tbody > tr > th,
/* 3040 */ .careerfy-job-alerts table > tfoot > tr > th, .careerfy-job-alerts table > thead > tr > td,
/* 3041 */ .careerfy-job-alerts table > tbody > tr > td, .careerfy-job-alerts table > tfoot > tr > td {
/* 3042 */     border: none;
/* 3043 */ }
/* 3044 */ .careerfy-job-alerts thead { background-color: #f2f2f2; }
/* 3045 */ .careerfy-job-alerts thead tr th:first-child,.careerfy-job-alerts tbody td:first-child { padding-left: 15px; }
/* 3046 */ .careerfy-job-alerts thead tr th {
/* 3047 */     text-align: left;
/* 3048 */     padding: 3px 0px 3px 0px;
/* 3049 */     font-size: 14px;
/* 3050 */     color: #333333;

/* wp-jobsearch-plugin.css */

/* 3051 */     font-weight: 500;
/* 3052 */ }
/* 3053 */ .careerfy-job-alerts tbody td {
/* 3054 */     padding: 16px 0px 16px 0px;
/* 3055 */     font-size: 12px;
/* 3056 */     vertical-align: middle;
/* 3057 */     text-align: left;
/* 3058 */ }
/* 3059 */ .careerfy-job-alerts tbody tr {
/* 3060 */     border-bottom: 1px solid #ececec;
/* 3061 */ }
/* 3062 */ .careerfy-job-alerts tbody tr:nth-child(even) { background-color: #fafcfc; }
/* 3063 */ .careerfy-job-alerts tbody td span {
/* 3064 */     color: #333333;
/* 3065 */     font-size: 14px;
/* 3066 */     font-weight: 500;
/* 3067 */ }
/* 3068 */ .careerfy-job-alerts .careerfy-savedjobs-links { margin-top: 2px; }
/* 3069 */ /* Upload CV */
/* 3070 */ .careerfy-upload-cv,.careerfy-upload-cv p {
/* 3071 */     float: left;
/* 3072 */     width: 100%;
/* 3073 */ }
/* 3074 */ .careerfy-upload-cv { margin-bottom: 34px; }
/* 3075 */ .careerfy-upload-cv small {
/* 3076 */     color: #333333;
/* 3077 */     font-size: 14px;
/* 3078 */     display: block;
/* 3079 */     margin-bottom: 12px;
/* 3080 */     font-weight: 500;
/* 3081 */     line-height: 1;
/* 3082 */ }
/* 3083 */ .careerfy-upload-cv p {
/* 3084 */     color: #b1b1b1;
/* 3085 */     font-size: 12px;
/* 3086 */     line-height: 1;
/* 3087 */     margin-bottom: 0px;
/* 3088 */ }
/* 3089 */ .careerfy-upload-cv .careerfy-disabled-input {
/* 3090 */     float: left;
/* 3091 */     width: 79%;
/* 3092 */     height: 40px;
/* 3093 */     background-color: #ffffff;
/* 3094 */     border: 1px solid #eceeef;
/* 3095 */     font-size: 12px;
/* 3096 */     color: #333;
/* 3097 */     padding: 6px 14px;
/* 3098 */     margin-bottom: 13px;
/* 3099 */ }
/* 3100 */ .careerfy-cvupload-file {

/* wp-jobsearch-plugin.css */

/* 3101 */     position: relative;
/* 3102 */     overflow: hidden;
/* 3103 */     float: right;
/* 3104 */ }
/* 3105 */ .careerfy-cvupload-file span {
/* 3106 */     float: left;
/* 3107 */     padding: 11px 22px;
/* 3108 */     line-height: 1;
/* 3109 */     color: #13b5ea;
/* 3110 */     font-size: 14px;
/* 3111 */     border: 1px solid #13b5ea;
/* 3112 */     border-radius: 3px;
/* 3113 */     font-weight: 400;
/* 3114 */     margin-bottom: 13px;
/* 3115 */     -webkit-transition: all 0.4s ease-in-out;
/* 3116 */        -moz-transition: all 0.4s ease-in-out;
/* 3117 */         -ms-transition: all 0.4s ease-in-out;
/* 3118 */          -o-transition: all 0.4s ease-in-out;
/* 3119 */             transition: all 0.4s ease-in-out;
/* 3120 */ }
/* 3121 */ .careerfy-cvupload-file span i {
/* 3122 */     font-size: 15px;
/* 3123 */     margin-right: 6px;
/* 3124 */ }
/* 3125 */ .careerfy-cvupload-file:hover span {
/* 3126 */     color: #ffffff;
/* 3127 */     background-color: #13b5ea;
/* 3128 */ }
/* 3129 */ .careerfy-cvupload-file input.careerfy-upload-btn {
/* 3130 */     position: absolute;
/* 3131 */     top: 0;
/* 3132 */     right: 0;
/* 3133 */     margin: 0;
/* 3134 */     padding: 0;
/* 3135 */     font-size: 20px;
/* 3136 */     cursor: pointer;
/* 3137 */     opacity: 0;
/* 3138 */     filter: alpha(opacity=0);
/* 3139 */ }
/* 3140 */ /* CV Manager List */
/* 3141 */ .careerfy-cv-manager-list,.careerfy-cv-manager-wrap {
/* 3142 */     float: left;
/* 3143 */     width: 100%;
/* 3144 */ }
/* 3145 */ .careerfy-cv-manager-wrap {
/* 3146 */     border: 1px solid #ececec;
/* 3147 */     padding: 14px;
/* 3148 */ }
/* 3149 */ .careerfy-cv-manager-list ul li {
/* 3150 */     list-style: none;

/* wp-jobsearch-plugin.css */

/* 3151 */     line-height: 1;
/* 3152 */ }
/* 3153 */ .careerfy-cv-manager-list > ul > li,.careerfy-cv-manager-list { margin-bottom: 20px; }
/* 3154 */ .careerfy-cv-manager-thumb {
/* 3155 */     float: left;
/* 3156 */     width: 69px;
/* 3157 */ }
/* 3158 */ .careerfy-cv-manager-thumb img { border-radius: 100%; }
/* 3159 */ .careerfy-cv-manager-thumb ~ .careerfy-cv-manager-text { margin-left: 89px; padding-top: 10px; }
/* 3160 */ .careerfy-cv-manager-left { float: left; }
/* 3161 */ .careerfy-cv-manager-text h2 {
/* 3162 */     font-size: 16px;
/* 3163 */     line-height: 1;
/* 3164 */     margin-bottom: 11px;
/* 3165 */ }
/* 3166 */ .careerfy-cv-manager-text ul { margin: 0px; }
/* 3167 */ .careerfy-cv-manager-text ul li {
/* 3168 */     float: left;
/* 3169 */     font-size: 12px;
/* 3170 */     padding: 3px 15px;
/* 3171 */     border-left: 1px solid #e0e0e0;
/* 3172 */ }
/* 3173 */ .careerfy-cv-manager-text ul li a { color: #999; }
/* 3174 */ .careerfy-cv-manager-text ul li:first-child {
/* 3175 */     padding-left: 0px;
/* 3176 */     border-left: none;
/* 3177 */ }
/* 3178 */ .careerfy-cv-manager-text ul li i {
/* 3179 */     color: #aaaaaa;
/* 3180 */     margin-right: 7px;
/* 3181 */ }
/* 3182 */ .careerfy-cv-manager-link {
/* 3183 */     float: right;
/* 3184 */     color: #ff6d4a;
/* 3185 */     font-size: 14px;
/* 3186 */     line-height: 1;
/* 3187 */     margin-right: 15px;
/* 3188 */     margin-top: 15px;
/* 3189 */ }
/* 3190 */ .careerfy-cv-manager-link .careerfy-view {
/* 3191 */     font-size: 21px;
/* 3192 */     float: left;
/* 3193 */     margin-top: -3px;
/* 3194 */ }
/* 3195 */ /* Add Popup */
/* 3196 */ .careerfy-add-popup {
/* 3197 */     position: absolute;
/* 3198 */     left: 0px;
/* 3199 */     top: 15%;
/* 3200 */     background-color: #ffffff;

/* wp-jobsearch-plugin.css */

/* 3201 */     padding: 30px 30px 18px 30px;
/* 3202 */     z-index: 10;
/* 3203 */     box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
/* 3204 */     display: none;
/* 3205 */ }
/* 3206 */ .careerfy-add-popup input[type="submit"] {
/* 3207 */     float: left;
/* 3208 */     background-color: #13b5ea;
/* 3209 */     font-size: 14px;
/* 3210 */     text-transform: uppercase;
/* 3211 */     font-weight: 500;
/* 3212 */     color: #ffffff;
/* 3213 */     border-radius: 40px;
/* 3214 */     padding: 13px 24px;
/* 3215 */     line-height: 1;
/* 3216 */     border: none;
/* 3217 */     margin-top: 5px;
/* 3218 */ }
/* 3219 */ .careerfy-add-popup .careerfy-checkbox {
/* 3220 */     margin: 0px 0px 13px 0px;
/* 3221 */ }
/* 3222 */ .careerfy-add-popup .careerfy-checkbox input[type="checkbox"] + label span,
/* 3223 */ .careerfy-add-popup .careerfy-checkbox input[type="radio"] + label span {
/* 3224 */     width: 16px;
/* 3225 */     height: 16px;
/* 3226 */     border-color: #eceeef;
/* 3227 */ }
/* 3228 */ /* Modal Box */
/* 3229 */ body.careerfy-modal-active{
/* 3230 */     overflow: hidden;
/* 3231 */     -ms-overflow: hidden;
/* 3232 */ }
/* 3233 */ .careerfy-modal {
/* 3234 */   -webkit-transition: all 0.4s ease-in-out;
/* 3235 */      -moz-transition: all 0.4s ease-in-out;
/* 3236 */       -ms-transition: all 0.4s ease-in-out;
/* 3237 */        -o-transition: all 0.4s ease-in-out;
/* 3238 */           transition: all 0.4s ease-in-out;
/* 3239 */ }
/* 3240 */ .careerfy-modal.fade {
/* 3241 */     visibility: hidden;
/* 3242 */     opacity: 0;
/* 3243 */ }
/* 3244 */ .careerfy-modal.fade-in {
/* 3245 */     visibility: visible;
/* 3246 */     opacity: 1;
/* 3247 */ }
/* 3248 */ .careerfy-modal .modal-inner-area {
/* 3249 */     position: fixed;
/* 3250 */     top: 0;

/* wp-jobsearch-plugin.css */

/* 3251 */     left: 0;
/* 3252 */     width: 100%;
/* 3253 */     height: 100%;
/* 3254 */     background-color: #000000;
/* 3255 */     opacity: 0.70;
/* 3256 */     z-index: 9999;
/* 3257 */ }
/* 3258 */ .careerfy-modal .modal-content-area {
/* 3259 */     position: fixed;
/* 3260 */     top: 0;
/* 3261 */     left: 0;
/* 3262 */     width: 100%;
/* 3263 */     height: 100%;
/* 3264 */     overflow-y: scroll;
/* 3265 */     -ms-overflow-y: scroll;
/* 3266 */     z-index: 99999;
/* 3267 */     text-align: center;
/* 3268 */ }
/* 3269 */ .careerfy-modal .modal-box-area {
/* 3270 */     display: inline-block;
/* 3271 */     width: 600px;
/* 3272 */     background-color: #ffffff;
/* 3273 */     border-radius: 4px;
/* 3274 */     padding: 30px 30px 30px 30px;
/* 3275 */     margin: 60px 0px 0px 0px;
/* 3276 */ }
/* 3277 */ .careerfy-modal .modal-close {
/* 3278 */     cursor: pointer;
/* 3279 */     float: right;
/* 3280 */     color: #d1d1d1;
/* 3281 */     font-size: 19px;
/* 3282 */     line-height: 1;
/* 3283 */     -webkit-transition: all 0.4s ease-in-out;
/* 3284 */        -moz-transition: all 0.4s ease-in-out;
/* 3285 */         -ms-transition: all 0.4s ease-in-out;
/* 3286 */          -o-transition: all 0.4s ease-in-out;
/* 3287 */             transition: all 0.4s ease-in-out;
/* 3288 */ }
/* 3289 */ .careerfy-modal-title-box {
/* 3290 */     float: left;
/* 3291 */     width: 100%;
/* 3292 */     margin-bottom: 15px;
/* 3293 */ }
/* 3294 */ .careerfy-modal-title-box h2 {
/* 3295 */     float: left;
/* 3296 */     text-transform: uppercase;
/* 3297 */     font-size: 20px;
/* 3298 */     margin-bottom: 0px;
/* 3299 */     line-height: 1;
/* 3300 */ }

/* wp-jobsearch-plugin.css */

/* 3301 */ .careerfy-box-title {
/* 3302 */     float: left;
/* 3303 */     overflow: hidden;
/* 3304 */     position: relative;
/* 3305 */     width: 100%;
/* 3306 */     text-align: center;
/* 3307 */     margin-bottom: 33px;
/* 3308 */     line-height: 25px;
/* 3309 */ }
/* 3310 */ .careerfy-box-title:before,
/* 3311 */ .careerfy-box-title:after {
/* 3312 */     content: '';
/* 3313 */     position: absolute;
/* 3314 */     left: 0px;
/* 3315 */     bottom: 2px;
/* 3316 */     width: 1px;
/* 3317 */     height: 10px;
/* 3318 */     background-color: #e5e5e5;
/* 3319 */ }
/* 3320 */ .careerfy-box-title:after {
/* 3321 */     left: auto;
/* 3322 */     right: 0px;
/* 3323 */ }
/* 3324 */ .careerfy-box-title span:before,
/* 3325 */ .careerfy-box-title span:after {
/* 3326 */     background-color: #e5e5e5;
/* 3327 */     content: "";
/* 3328 */     height: 1px;
/* 3329 */     left: 100%;
/* 3330 */     margin-left: 8px;
/* 3331 */     position: absolute;
/* 3332 */     top: 12px;
/* 3333 */     width: 999em;
/* 3334 */ }
/* 3335 */ .careerfy-box-title span:after {
/* 3336 */     left: auto;
/* 3337 */     right: 100%;
/* 3338 */     margin-left: 0px;
/* 3339 */     margin-right: 8px;
/* 3340 */ }
/* 3341 */ .careerfy-box-title span {
/* 3342 */     display: inline-block;
/* 3343 */     font-size: 12px;
/* 3344 */     color: #1cb5ea;
/* 3345 */     position: relative;
/* 3346 */ }
/* 3347 */ /* Modal Box User Options */
/* 3348 */ .careerfy-user-options,.careerfy-user-options ul {
/* 3349 */     float: left;
/* 3350 */     width: 100%;

/* wp-jobsearch-plugin.css */

/* 3351 */ }
/* 3352 */ .careerfy-user-options ul li {
/* 3353 */     float: left;
/* 3354 */     width: 50%;
/* 3355 */     list-style: none;
/* 3356 */     padding: 0px 10px 28px 10px;
/* 3357 */     text-align: center;
/* 3358 */     line-height: 1;
/* 3359 */ }
/* 3360 */ .careerfy-user-options i {
/* 3361 */     position: absolute;
/* 3362 */     left: 50%;
/* 3363 */     top: -16px;
/* 3364 */     color: #ffffff;
/* 3365 */     border-radius: 100%;
/* 3366 */     width: 33px;
/* 3367 */     height: 33px;
/* 3368 */     background-color: #1cb4e9;
/* 3369 */     font-size: 17px;
/* 3370 */     padding-top: 8px;
/* 3371 */     margin-left: -16px;
/* 3372 */ }
/* 3373 */ .careerfy-user-options span {
/* 3374 */     display: block;
/* 3375 */     font-size: 20px;
/* 3376 */     color: #2c3e50;
/* 3377 */     font-weight: 500;
/* 3378 */     margin-bottom: 6px;
/* 3379 */ }
/* 3380 */ .careerfy-user-options small {
/* 3381 */     font-size: 12px;
/* 3382 */     color: #555555;
/* 3383 */     font-style: italic;
/* 3384 */ }
/* 3385 */ .careerfy-user-options ul li a {
/* 3386 */     border: 1px solid #dddddd;
/* 3387 */     float: left;
/* 3388 */     width: 100%;
/* 3389 */     padding: 30px 10px 15px 10px;
/* 3390 */     position: relative;
/* 3391 */ }
/* 3392 */ .careerfy-user-options ul li.active a { background-color: #2c3e50; }
/* 3393 */ .careerfy-user-options ul li.active span { color: #fff; }
/* 3394 */ .careerfy-user-options ul li.active small { color: #c4d3dd; }
/* 3395 */ .careerfy-user-options ul li.active i { background-color: #93c907; }
/* 3396 */ /* Login User Form */
/* 3397 */ .careerfy-user-form,.careerfy-user-form label,.careerfy-user-form-info,
/* 3398 */ .careerfy-user-form input[type="text"],.careerfy-user-form input[type="submit"] {
/* 3399 */     float: left;
/* 3400 */     width: 100%;

/* wp-jobsearch-plugin.css */

/* 3401 */     text-align: left;
/* 3402 */ }
/* 3403 */ .careerfy-user-form ul { margin: 0px -10px; }
/* 3404 */ .careerfy-user-form ul li {
/* 3405 */     float: left;
/* 3406 */     width: 100%;
/* 3407 */     list-style: none;
/* 3408 */     padding: 0px 10px;
/* 3409 */     position: relative;
/* 3410 */     line-height: 1;
/* 3411 */     margin-bottom: 18px;
/* 3412 */ }
/* 3413 */ .careerfy-user-form label {
/* 3414 */     font-size: 14px;
/* 3415 */     color: #666666;
/* 3416 */     font-weight: 400;
/* 3417 */     margin-bottom: 10px;
/* 3418 */ }
/* 3419 */ .careerfy-user-form input[type="text"],
/* 3420 */ .careerfy-user-form input[type="password"],
/* 3421 */ .careerfy-user-form input[type="email"] {
/* 3422 */     padding: 6px 13px;
/* 3423 */     color: #999999;
/* 3424 */     font-size: 12px;
/* 3425 */     height: 42px;
/* 3426 */     border: 1px solid #efefef;
/* 3427 */     border-radius: 3px;
/* 3428 */     background-color: #ffffff;
/* 3429 */ }
/* 3430 */ .careerfy-user-form i {
/* 3431 */     position: absolute;
/* 3432 */     right: 29px;
/* 3433 */     bottom: 11px;
/* 3434 */     font-size: 20px;
/* 3435 */     color: #aaaaaa;
/* 3436 */ }
/* 3437 */ .careerfy-user-form input[type="submit"] {
/* 3438 */     text-align: center;
/* 3439 */     font-size: 20px;
/* 3440 */     text-transform: uppercase;
/* 3441 */     padding: 12px 15px;
/* 3442 */     border-radius: 40px;
/* 3443 */     border: none;
/* 3444 */     background-color: #13b5ea;
/* 3445 */     color: #ffffff;
/* 3446 */ }
/* 3447 */ .careerfy-user-form-info { margin-bottom: 13px; }
/* 3448 */ .careerfy-user-form-info p {
/* 3449 */     float: left;
/* 3450 */     color: #555555;

/* wp-jobsearch-plugin.css */

/* 3451 */     font-size: 12px;
/* 3452 */     margin-bottom: 0px;
/* 3453 */     line-height: 1;
/* 3454 */ }
/* 3455 */ .careerfy-user-form-info p a { color: #13b5ea; }
/* 3456 */ .careerfy-user-form-info .careerfy-checkbox {
/* 3457 */     float: right;
/* 3458 */     width: auto;
/* 3459 */ }
/* 3460 */ .careerfy-user-form-info .careerfy-checkbox input[type="checkbox"] + label,
/* 3461 */ .careerfy-user-form-info .careerfy-checkbox input[type="radio"] + label {
/* 3462 */     color: #555555;
/* 3463 */     line-height: 1;
/* 3464 */ }
/* 3465 */ .careerfy-user-form-info .careerfy-checkbox input[type="checkbox"] + label span,
/* 3466 */ .careerfy-user-form-info .careerfy-checkbox input[type="radio"] + label span { margin-right: 8px; margin-top: -2px; }
/* 3467 */ /* Login Media */
/* 3468 */ .careerfy-login-media { margin: 0px -10px; }
/* 3469 */ .careerfy-login-media li {
/* 3470 */     float: left;
/* 3471 */     width: 50%;
/* 3472 */     list-style: none;
/* 3473 */     padding: 0px 10px 15px 10px;
/* 3474 */     line-height: 1;
/* 3475 */ }
/* 3476 */ .careerfy-login-media li:last-child,.careerfy-login-media li:nth-child(3) { padding-bottom: 0px; }
/* 3477 */ .careerfy-login-media li a {
/* 3478 */     float: left;
/* 3479 */     width: 100%;
/* 3480 */     background-color: #445c8e;
/* 3481 */     font-size: 14px;
/* 3482 */     color: #ffffff;
/* 3483 */     text-align: center;
/* 3484 */     font-weight: 400;
/* 3485 */     border-radius: 4px;
/* 3486 */     padding: 14px 24px;
/* 3487 */ }
/* 3488 */ .careerfy-login-media li i {
/* 3489 */     display: inline-block;
/* 3490 */     font-size: 19px;
/* 3491 */     margin-right: 14px;
/* 3492 */     padding-right: 14px;
/* 3493 */     border-right: 1px solid rgba(0,0,0,0.20);
/* 3494 */ }
/* 3495 */ .careerfy-login-media li a[data-original-title="twitter"]                    { background-color: #43afe9; }
/* 3496 */ .careerfy-login-media li a[data-original-title="linkedin"]                   { background-color: #007eb3; }
/* 3497 */ .careerfy-login-media li a[data-original-title="google"]                { background-color: #fb353f; }
/* 3498 */ .careerfy-box-title-sub:after,.careerfy-box-title-sub:before { display: none; }
/* 3499 */ .careerfy-box-title-sub { margin-bottom: 18px; }
/* 3500 */ .careerfy-user-form-coltwo.careerfy-user-form ul li { width: 50%; }

/* wp-jobsearch-plugin.css */

/* 3501 */ .careerfy-user-form-coltwo.careerfy-user-form ul li.careerfy-user-form-coltwo-full { width: 100%; }
/* 3502 */ .careerfy-user-form .careerfy-profile-select:after { top: 14px; }
/* 3503 */ /* Login Or Register */
/* 3504 */ .careerfy-login-box,.careerfy-login-box h2,.careerfy-login-box span,.careerfy-login-box form,.careerfy-login-with,
/* 3505 */ .careerfy-login-box form ul,.careerfy-login-box form ul li,.careerfy-login-with a,.careerfy-login-with span,.careerfy-register-box {
/* 3506 */     float: left;
/* 3507 */     width: 100%;
/* 3508 */ }
/* 3509 */ .careerfy-login-box                            {margin-bottom: 31px;}
/* 3510 */ .careerfy-login-box {
/* 3511 */     padding: 39px 50px 33px 50px;
/* 3512 */     background-color: #f6f6f6;
/* 3513 */ }
/* 3514 */ .careerfy-login-box h2 {
/* 3515 */     font-size: 24px;
/* 3516 */     color: #785447;
/* 3517 */     margin:0px 0px 11px 0px;
/* 3518 */     line-height: 1;
/* 3519 */ }
/* 3520 */ .careerfy-login-box span {
/* 3521 */     margin:0px 0px 23px 0px;
/* 3522 */     color: #785447;
/* 3523 */ }
/* 3524 */ .careerfy-login-box form ul li {
/* 3525 */     padding: 0px 0px 12px 0px;
/* 3526 */     list-style: none;
/* 3527 */ }
/* 3528 */ .careerfy-login-box form ul li input[type="text"],
/* 3529 */ .careerfy-login-box form ul li input[type="password"],
/* 3530 */ .careerfy-login-box form ul li input[type="email"] {
/* 3531 */     font-size: 13px;
/* 3532 */     margin: 0px;
/* 3533 */     color: #777777;
/* 3534 */     height: 39px;
/* 3535 */     width: 100%;
/* 3536 */     background-color: #ffffff;
/* 3537 */     border: 1px solid #eceeef;
/* 3538 */     padding-left: 19px;
/* 3539 */ }
/* 3540 */ .careerfy-login-registration-form { margin: 0px -15px; }
/* 3541 */ .careerfy-login-box form ul li textarea {
/* 3542 */     height: 155px;
/* 3543 */     font-size: 14px;
/* 3544 */     padding: 10px 10px 0px 23px;
/* 3545 */     color: #7c7c7c;
/* 3546 */     background-color: #ffffff;
/* 3547 */     width: 100%;
/* 3548 */ }
/* 3549 */ .careerfy-login-box form input[type="submit"],
/* 3550 */ .careerfy-login-box form .careerfy-login-submit-btn,

/* wp-jobsearch-plugin.css */

/* 3551 */ .careerfy-login-box form .careerfy-reset-password-submit-btn {
/* 3552 */     border: none;
/* 3553 */     color: #ffffff;
/* 3554 */     font-size: 14px;
/* 3555 */     font-weight: 600;
/* 3556 */     margin: 0px 0px 0px 0px;
/* 3557 */     text-transform: uppercase;
/* 3558 */     padding: 8px 39px 6px 39px;
/* 3559 */     float: left;
/* 3560 */ }
/* 3561 */ .careerfy-login-box form .careerfy-register-submit-btn {
/* 3562 */     border: none;
/* 3563 */     color: #ffffff;
/* 3564 */     font-size: 14px;
/* 3565 */     font-weight: 600;
/* 3566 */     margin: 0px 0px 0px 0px;
/* 3567 */     text-transform: uppercase;
/* 3568 */     padding: 8px 39px 6px 39px;
/* 3569 */     float: left;
/* 3570 */ }
/* 3571 */ .careerfy-login-box form ul li input[type="submit"] {
/* 3572 */     -webkit-transition: all 0.4s ease-in-out;
/* 3573 */        -moz-transition: all 0.4s ease-in-out;
/* 3574 */         -ms-transition: all 0.4s ease-in-out;
/* 3575 */          -o-transition: all 0.4s ease-in-out;
/* 3576 */             transition: all 0.4s ease-in-out;
/* 3577 */ }
/* 3578 */ .careerfy-login-box form ul li:hover input[type="submit"]   {background-color: #785447;}
/* 3579 */ .careerfy-login-box form a {
/* 3580 */     color: #785447;
/* 3581 */     float: right;
/* 3582 */     line-height: 1;
/* 3583 */     font-style: italic;
/* 3584 */     margin-top: 10px;
/* 3585 */ }
/* 3586 */ .careerfy-login-with             {text-align: center;}
/* 3587 */ .careerfy-login-with span {
/* 3588 */     font-size: 18px;
/* 3589 */     color: #785447;
/* 3590 */     margin-bottom: 29px;
/* 3591 */ }
/* 3592 */ .careerfy-login-with ul {
/* 3593 */     display: inline-block;
/* 3594 */     text-align: center;
/* 3595 */     width: 100%;
/* 3596 */ }
/* 3597 */ .careerfy-login-with ul li {
/* 3598 */     float: left;
/* 3599 */     width: 25%;
/* 3600 */     padding: 0px 6px;

/* wp-jobsearch-plugin.css */

/* 3601 */     list-style: none;
/* 3602 */ }
/* 3603 */ .careerfy-login-with a {
/* 3604 */     border-radius: 5px;
/* 3605 */     float: left;
/* 3606 */     width: 100%;
/* 3607 */     padding: 6px 21px 5px 21px;
/* 3608 */     color: #ffffff;
/* 3609 */     font-size: 14px;
/* 3610 */ }
/* 3611 */ .careerfy-login-with a i {
/* 3612 */     color: #ffffff;
/* 3613 */     padding: 0px 7px 0px 0px;
/* 3614 */ }
/* 3615 */ .login-reg-errors .alert {
/* 3616 */     float: left;
/* 3617 */     width: 100%;
/* 3618 */     background-color: #e15440;
/* 3619 */     color: #ffffff;
/* 3620 */     padding: 8px 18px;
/* 3621 */     border-radius: 3px;
/* 3622 */ }
/* 3623 */ .careerfy-login-with a.careerfy-facebook-bg               {background-color: #4863a4;}
/* 3624 */ .careerfy-login-with a.careerfy-twitter-bg                {background-color: #55abee;}
/* 3625 */ .careerfy-login-with a.careerfy-google-plus-bg            {background-color: #e15440;}
/* 3626 */ .careerfy-login-with a.careerfy-linkedin-bg               {background-color: #0077b5;}
/* 3627 */ /* Login Or Register */
/* 3628 */ .pt-register li label {
/* 3629 */     float: left;
/* 3630 */     font-weight: 400;
/* 3631 */     margin: 6px 20px 10px 0px;
/* 3632 */ }
/* 3633 */ .pt-register li label input[type="radio"] {
/* 3634 */     float: left;
/* 3635 */     margin: 5px 8px 0px 0px;
/* 3636 */ }
/* 3637 */ .ui-slider {
/* 3638 */     float: left;
/* 3639 */     width: 100%;
/* 3640 */ }
/* 3641 */ .careerfy-typo-wrap .ui-widget-header { background-color: #13b5ea; }
/* 3642 */ .careerfy-typo-wrap .ui-widget.ui-widget-content { border-color: #eceeef; }
/* 3643 */ .careerfy-typo-wrap .ui-state-default,.careerfy-typo-wrap .ui-widget-content .ui-state-default {
/* 3644 */     background-color: #13b5ea;
/* 3645 */     border-color: #13b5ea;
/* 3646 */     box-shadow: 0px 0px 0px 3px #fff inset;
/* 3647 */ }
/* 3648 */ /* Employer */
/* 3649 */ .careerfy-employer {
/* 3650 */     float: left;

/* wp-jobsearch-plugin.css */

/* 3651 */     width: 100%;
/* 3652 */ }
/* 3653 */ .careerfy-employer ul li                   { list-style: none; }
/* 3654 */ .careerfy-employer > ul > li               { margin-bottom: 20px; }
/* 3655 */ .careerfy-employer.careerfy-employer-grid ul { margin: 0px -15px; }
/* 3656 */ .careerfy-employer.careerfy-employer-grid ul > li {
/* 3657 */     float: none;
/* 3658 */     display: inline-block;
/* 3659 */     vertical-align: top;
/* 3660 */     margin-right: -4px;
/* 3661 */     padding: 0px 15px;
/* 3662 */ }
/* 3663 */ /* Employer Grid */
/* 3664 */ .careerfy-employer-grid-wrap,
/* 3665 */ .careerfy-employer-grid figure {
/* 3666 */     float: left;
/* 3667 */     width: 100%;
/* 3668 */ }
/* 3669 */ .careerfy-employer-grid-wrap {
/* 3670 */     border: 1px solid #ececec;
/* 3671 */     padding: 20px 20px 18px 20px;
/* 3672 */     position: relative;
/* 3673 */ }
/* 3674 */ .careerfy-employer-grid figure { margin: 0px 0px 25px 0px; }
/* 3675 */ .careerfy-employer-grid-image {
/* 3676 */     float: left;
/* 3677 */     width: 60px;
/* 3678 */ }
/* 3679 */ .careerfy-employer-grid .careerfy-employer-grid-image ~ figcaption { margin-left: 75px; }
/* 3680 */ .careerfy-employer-grid figcaption {
/* 3681 */     line-height: 1;
/* 3682 */ }
/* 3683 */ .careerfy-employer-grid figcaption small {
/* 3684 */     display: inline-block;
/* 3685 */     font-size: 12px;
/* 3686 */     color: #13b5ea;
/* 3687 */     margin-bottom: 5px;
/* 3688 */ }
/* 3689 */ .careerfy-employer-grid figcaption h2 {
/* 3690 */     font-size: 15px;
/* 3691 */     margin-bottom: 7px;
/* 3692 */     line-height: 1;
/* 3693 */ }
/* 3694 */ .careerfy-employer-grid figcaption span {
/* 3695 */     font-size: 13px;
/* 3696 */     color: #999999;
/* 3697 */     line-height: 17px;
/* 3698 */ }
/* 3699 */ .careerfy-employer-grid .careerfy-employer-thumblist { margin-left: 9px; }
/* 3700 */ .careerfy-employer-grid .careerfy-employer-thumblist-size { margin-top: 3px; }

/* wp-jobsearch-plugin.css */

/* 3701 */ .careerfy-employer-grid-btn {
/* 3702 */     float: left;
/* 3703 */     width: 100%;
/* 3704 */     border: 1px solid #ececec;
/* 3705 */     border-top: none;
/* 3706 */     background-color: #fcfcfc;
/* 3707 */     color: #13b5ea;
/* 3708 */     font-weight: 500;
/* 3709 */     font-size: 14px;
/* 3710 */     text-align: center;
/* 3711 */     padding: 11px 7px;
/* 3712 */     -webkit-transition: all 0.4s ease-in-out;
/* 3713 */        -moz-transition: all 0.4s ease-in-out;
/* 3714 */         -ms-transition: all 0.4s ease-in-out;
/* 3715 */          -o-transition: all 0.4s ease-in-out;
/* 3716 */             transition: all 0.4s ease-in-out;
/* 3717 */ }
/* 3718 */ .careerfy-employer-grid .jobsearch-no-follow .careerfy-employer-grid-btn {
/* 3719 */     width: 100%; }
/* 3720 */ .careerfy-employer-grid .careerfy-employer-grid-btn {
/* 3721 */     width: 50%; }
/* 3722 */ .careerfy-employer-grid-btn:hover {
/* 3723 */     background-color: #13b5ea;
/* 3724 */     color: #ffffff;
/* 3725 */ }
/* 3726 */ .careerfy-employer-thumblist {
/* 3727 */     float: left;
/* 3728 */     margin: 0px;
/* 3729 */ }
/* 3730 */ .careerfy-employer-thumblist li {
/* 3731 */     float: left;
/* 3732 */     width: 33px;
/* 3733 */     list-style: none;
/* 3734 */     margin-left: -9px;
/* 3735 */ }
/* 3736 */ .careerfy-employer-thumblist li a,
/* 3737 */ .careerfy-employer-thumblist li img {
/* 3738 */     float: left;
/* 3739 */     width: 100%;
/* 3740 */     height: 33px;
/* 3741 */ }
/* 3742 */ .careerfy-employer-thumblist li img {
/* 3743 */     border-radius: 100%;
/* 3744 */     border: 2px solid #ffffff;
/* 3745 */ }
/* 3746 */ .careerfy-employer-thumblist-size {
/* 3747 */     display: inline-block;
/* 3748 */     font-size: 13px;
/* 3749 */     color: #666666;
/* 3750 */     font-weight: 500;

/* wp-jobsearch-plugin.css */

/* 3751 */     margin-left: 13px;
/* 3752 */ }
/* 3753 */ /* Candidate Grid */
/* 3754 */ .careerfy-candidate-grid figure,.careerfy-candidate-grid-thumb img,
/* 3755 */ .careerfy-candidate-grid figure figcaption {
/* 3756 */     float: left;
/* 3757 */     width: 100%;
/* 3758 */ }
/* 3759 */ .careerfy-candidate-grid { margin-bottom: 15px; }
/* 3760 */ .careerfy-candidate-grid > ul > li {
/* 3761 */     float: none;
/* 3762 */     display: inline-block;
/* 3763 */     vertical-align: top;
/* 3764 */     margin-right: -4px;
/* 3765 */     margin-bottom: 30px;
/* 3766 */ }
/* 3767 */ .careerfy-typo-wrap .careerfy-candidate-grid > ul > li { float: none; }
/* 3768 */ .careerfy-employer-wrap-section .careerfy-candidate-grid figure { padding-bottom: 18px; }
/* 3769 */ .careerfy-candidate-grid figure {
/* 3770 */     text-align: center;
/* 3771 */     margin: 0px;
/* 3772 */     border: 1px solid #ececec;
/* 3773 */     position: relative;
/* 3774 */     padding: 24px 22px 24px 22px;
/* 3775 */     overflow: hidden;
/* 3776 */ }
/* 3777 */ .careerfy-candidate-grid-thumb {
/* 3778 */     display: inline-block;
/* 3779 */     width: 124px;
/* 3780 */     height: 124px;
/* 3781 */     position: relative;
/* 3782 */     margin-bottom: 8px;
/* 3783 */ }
/* 3784 */ .careerfy-candidate-grid figure figcaption { line-height: 1; }
/* 3785 */ .careerfy-candidate-grid-thumb img { border-radius: 100%; height: 100%; }
/* 3786 */ .careerfy-candidate-grid-status {
/* 3787 */     position: absolute;
/* 3788 */     left: 8px;
/* 3789 */     top: 9px;
/* 3790 */     width: 22px;
/* 3791 */     height: 22px;
/* 3792 */     background-color: #53b427;
/* 3793 */     border: 4px solid #ffffff;
/* 3794 */     border-radius: 100%;
/* 3795 */ }
/* 3796 */ .careerfy-candidate-grid-status.careerfy-yellow { background-color: #fcd116; }
/* 3797 */ .careerfy-candidate-grid-status.careerfy-red { background-color: #e81123; }
/* 3798 */ .careerfy-candidate-grid-status.careerfy-none { background-color: #ffffff; border-color: #53b427; border-width: 2px; }
/* 3799 */ .careerfy-candidate-grid figure figcaption h2 {
/* 3800 */     margin-bottom: 10px;

/* wp-jobsearch-plugin.css */

/* 3801 */     line-height: 1;
/* 3802 */     font-size: 16px;
/* 3803 */ }
/* 3804 */ .careerfy-candidate-grid figure figcaption p {
/* 3805 */     font-size: 12px;
/* 3806 */     color: #999999;
/* 3807 */     margin-bottom: 8px;
/* 3808 */     line-height: 1.3;
/* 3809 */ }
/* 3810 */ .careerfy-candidate-grid figure figcaption p a a { color: #13b5ea; }
/* 3811 */ .careerfy-candidate-grid-option li a {
/* 3812 */     color: #999999;
/* 3813 */     display: inline-block;
/* 3814 */     margin: 1px 0px 0px 5px;
/* 3815 */ }
/* 3816 */ .careerfy-candidate-grid figure figcaption span {
/* 3817 */     font-size: 12px;
/* 3818 */     color: #999999;
/* 3819 */     line-height: 1.3;
/* 3820 */ }
/* 3821 */ .careerfy-candidate-grid-option  {
/* 3822 */     background-color: #fcfcfc;
/* 3823 */     float: left;
/* 3824 */     width: 100%;
/* 3825 */     border: 1px solid #ececec;
/* 3826 */     border-top: none;
/* 3827 */     padding-right: 5px;
/* 3828 */     margin: 0px;
/* 3829 */ }
/* 3830 */ .careerfy-candidate-grid-option li {
/* 3831 */     float: left;
/* 3832 */     width: 100%;
/* 3833 */     list-style: none;
/* 3834 */     line-height: 1;
/* 3835 */     color: #999999;
/* 3836 */     font-size: 12px;
/* 3837 */     padding: 14px 18px 13px 18px;
/* 3838 */ }
/* 3839 */ .careerfy-candidate-grid-option li div.careerfy-right { width: 100%; }
/* 3840 */ .careerfy-candidate-grid-option li span {
/* 3841 */     color: #555555;
/* 3842 */     font-size: 13px;
/* 3843 */     float: left;
/* 3844 */     margin-bottom: 3px;
/* 3845 */     font-weight: 500;
/* 3846 */ }
/* 3847 */ /* Candidate Team Social Icons */
/* 3848 */ .careerfy-social-icons  {
/* 3849 */     background-color: #fcfcfc;
/* 3850 */     float: left;

/* wp-jobsearch-plugin.css */

/* 3851 */     width: 100%;
/* 3852 */     border: 1px solid #ececec;
/* 3853 */     border-top: none;
/* 3854 */     text-align: center;
/* 3855 */     padding-top: 13px;
/* 3856 */ }
/* 3857 */ .careerfy-social-icons li {
/* 3858 */     display: inline-block;
/* 3859 */     list-style: none;
/* 3860 */     font-size: 24px;
/* 3861 */     padding: 0px 1px 11px 1px;
/* 3862 */ }
/* 3863 */ .careerfy-social-icons li a.careerfy-facebook-logo                { color: #375d93; }
/* 3864 */ .careerfy-social-icons li a.careerfy-twitter-logo                 { color: #43afe9; }
/* 3865 */ .careerfy-social-icons li a.careerfy-linkedin-button              { color: #007eb3; }
/* 3866 */ .careerfy-social-icons li a.careerfy-google-plus-logo-button      { color: #e24046; }
/* 3867 */
/* 3868 */ /* Job Grid */
/* 3869 */ .careerfy-job,.careerfy-job-grid figure,.careerfy-job-time,
/* 3870 */ .careerfy-job-grid figure > a,.careerfy-job-grid-wrap,
/* 3871 */ .careerfy-jobgrid-text,.careerfy-job-tag,.jobsearch-list-excerpt {
/* 3872 */     float: left;
/* 3873 */     width: 100%;
/* 3874 */ }
/* 3875 */ .jobsearch-list-excerpt {
/* 3876 */     margin-bottom: 10px; }
/* 3877 */ .careerfy-job ul li                                    { list-style: none; }
/* 3878 */ .careerfy-job > ul > li                                { margin-bottom: 30px; }
/* 3879 */ /* Job Grid */
/* 3880 */ .careerfy-job-grid ul li {
/* 3881 */     float: none;
/* 3882 */     display: inline-block;
/* 3883 */     vertical-align: top;
/* 3884 */     margin-right: -4px;
/* 3885 */ }
/* 3886 */ .careerfy-job-grid-wrap                                                                { border: 1px solid #ececec; }
/* 3887 */ .careerfy-job-grid figure a,.careerfy-job-grid figure img                             { height: 100%; }
/* 3888 */ .careerfy-job-time li:first-child                                                      { padding-left: 0px; }
/* 3889 */ .careerfy-job-time li:first-child:before                                               { display: none; }
/* 3890 */ .careerfy-job-time li a                                                                { color: #999999; }
/* 3891 */ .careerfy-job-grid figure {
/* 3892 */     background-color: #fcfcfc;
/* 3893 */     margin-bottom: 0px;
/* 3894 */     text-align: center;
/* 3895 */     padding: 44px 40px;
/* 3896 */     border-bottom: 1px solid #efefef;
/* 3897 */     height: 190px;
/* 3898 */     overflow: hidden;
/* 3899 */ }
/* 3900 */ .careerfy-jobtype-label {

/* wp-jobsearch-plugin.css */

/* 3901 */     position: absolute;
/* 3902 */     left: 0px;
/* 3903 */     top: 13px;
/* 3904 */     background-color: #53b427;
/* 3905 */     font-size: 12px;
/* 3906 */     color: #ffffff;
/* 3907 */     padding: 5px 8px 6px 8px;
/* 3908 */     line-height: 1;
/* 3909 */     border-radius: 0px 10px 10px 0px;
/* 3910 */ }
/* 3911 */ span.careerfy-jobtype-label ~ .careerfy-jobtype-label {
/* 3912 */     top: 40px;
/* 3913 */ }
/* 3914 */ .careerfy-featured-label {
/* 3915 */     position: absolute;
/* 3916 */     left: 15px;
/* 3917 */     bottom: 15px;
/* 3918 */     padding: 4px 10px;
/* 3919 */     background-color: #ffb607 !important;
/* 3920 */     line-height: 1;
/* 3921 */     border-radius: 40px;
/* 3922 */     color: #ffffff;
/* 3923 */     font-size: 10px;
/* 3924 */ }
/* 3925 */ .careerfy-featured-jobs-grid .careerfy-featured-label {
/* 3926 */     left: auto;
/* 3927 */     right: 15px;
/* 3928 */ }
/* 3929 */ .careerfy-jobgrid-text h2 {
/* 3930 */     font-size: 16px;
/* 3931 */     margin-bottom: 0px;
/* 3932 */     line-height: 1.4;
/* 3933 */ }
/* 3934 */ .careerfy-job-tag a {
/* 3935 */     color: #13b5ea;
/* 3936 */     font-size: 12px;
/* 3937 */     margin-bottom: 4px;
/* 3938 */ }
/* 3939 */ .careerfy-job-time {
/* 3940 */     margin: 0px 0px 10px 0px;
/* 3941 */ }
/* 3942 */ .careerfy-job-time li {
/* 3943 */     float: left;
/* 3944 */     color: #999999;
/* 3945 */     font-size: 12px;
/* 3946 */     padding: 0px 9px;
/* 3947 */     position: relative;
/* 3948 */     margin-bottom: 4px;
/* 3949 */ }
/* 3950 */ .careerfy-job-time li:before {

/* wp-jobsearch-plugin.css */

/* 3951 */     content: '';
/* 3952 */     position: absolute;
/* 3953 */     left: -1px;
/* 3954 */     top: 13px;
/* 3955 */     width: 3px;
/* 3956 */     height: 3px;
/* 3957 */     background-color: #e0e0e0;
/* 3958 */     border-radius: 100%;
/* 3959 */ }
/* 3960 */ .careerfy-job-location .like-btn { float: right; }
/* 3961 */ .careerfy-job-location p {
/* 3962 */     float: left;
/* 3963 */     margin-bottom: 0px;
/* 3964 */     padding-top: 5px;
/* 3965 */ }
/* 3966 */ .careerfy-job-location {
/* 3967 */     width: 100%;
/* 3968 */     color: #999999;
/* 3969 */     font-size: 12px;
/* 3970 */     display: flex;
/* 3971 */     align-items: center;
/* 3972 */     justify-content: space-between;
/* 3973 */     padding-top: 10px;
/* 3974 */ }
/* 3975 */ .careerfy-job-location i {
/* 3976 */     font-size: 11px;
/* 3977 */     margin-right: 5px;
/* 3978 */ }
/* 3979 */ .careerfy-job-like i { margin: 0px; }
/* 3980 */ .careerfy-job-like {
/* 3981 */     float: right;
/* 3982 */     width: 27px;
/* 3983 */     height: 27px;
/* 3984 */     border-radius: 100%;
/* 3985 */     border: 1px solid #ededed;
/* 3986 */     text-align: center;
/* 3987 */     color: #8bb300;
/* 3988 */     font-size: 12px;
/* 3989 */     line-height: 1.2;
/* 3990 */     padding-top: 6px;
/* 3991 */     -webkit-transition: all 0.4s ease-in-out;
/* 3992 */        -moz-transition: all 0.4s ease-in-out;
/* 3993 */         -ms-transition: all 0.4s ease-in-out;
/* 3994 */          -o-transition: all 0.4s ease-in-out;
/* 3995 */             transition: all 0.4s ease-in-out;
/* 3996 */ }
/* 3997 */ .careerfy-job-like:hover {
/* 3998 */     background-color: #13b5ea;
/* 3999 */     color: #ffffff;
/* 4000 */ }

/* wp-jobsearch-plugin.css */

/* 4001 */ .careerfy-jobtype-label.jobtype-label-green                { background-color: #f1630d; }
/* 4002 */ .careerfy-jobtype-label.jobtype-label-blue                 { background-color: #186fc9; }
/* 4003 */ .careerfy-jobtype-label.jobtype-label-red                  { background-color: #e12335; }
/* 4004 */
/* 4005 */ /* Listing Loader */
/* 4006 */ .jobsearch-column-9.jobsearch-typo-wrap { position: relative; }
/* 4007 */ .jobsearch-listing-loader {
/* 4008 */     position: absolute;
/* 4009 */     left: 0px;
/* 4010 */     top: 0px;
/* 4011 */     width: 100%;
/* 4012 */     height: 100%;
/* 4013 */     z-index: 999;
/* 4014 */     background-color: rgba(255,255,255,0.90);
/* 4015 */ }
/* 4016 */ .spinner {
/* 4017 */     margin: 0 auto;
/* 4018 */     width: 70px;
/* 4019 */     text-align: center;
/* 4020 */ }
/* 4021 */ .spinner > div {
/* 4022 */     width: 18px;
/* 4023 */     height: 18px;
/* 4024 */     background-color: #333;
/* 4025 */     border-radius: 100%;
/* 4026 */     display: inline-block;
/* 4027 */     -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
/* 4028 */     -o-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
/* 4029 */     animation: sk-bouncedelay 1.4s infinite ease-in-out both;
/* 4030 */ }
/* 4031 */
/* 4032 */ .spinner .bounce1 {
/* 4033 */     -webkit-animation-delay: -0.32s;
/* 4034 */     -o-animation-delay: -0.32s;
/* 4035 */     animation-delay: -0.32s;
/* 4036 */ }
/* 4037 */
/* 4038 */ .spinner .bounce2 {
/* 4039 */     -webkit-animation-delay: -0.16s;
/* 4040 */     -o-animation-delay: -0.16s;
/* 4041 */     animation-delay: -0.16s;
/* 4042 */ }
/* 4043 */
/* 4044 */ @-webkit-keyframes sk-bouncedelay {
/* 4045 */   0%, 80%, 100% {
/* 4046 */     -webkit-transform: scale(0);
/* 4047 */        -moz-transform: scale(0);
/* 4048 */         -ms-transform: scale(0);
/* 4049 */          -o-transform: scale(0);
/* 4050 */             transform: scale(0);

/* wp-jobsearch-plugin.css */

/* 4051 */   }
/* 4052 */   40% {
/* 4053 */     -webkit-transform: scale(1.0);
/* 4054 */        -moz-transform: scale(1.0);
/* 4055 */         -ms-transform: scale(1.0);
/* 4056 */          -o-transform: scale(1.0);
/* 4057 */             transform: scale(1.0);
/* 4058 */   }
/* 4059 */ }
/* 4060 */
/* 4061 */ @keyframes sk-bouncedelay {
/* 4062 */   0%, 80%, 100% {
/* 4063 */     -webkit-transform: scale(0);
/* 4064 */        -moz-transform: scale(0);
/* 4065 */         -ms-transform: scale(0);
/* 4066 */          -o-transform: scale(0);
/* 4067 */             transform: scale(0);
/* 4068 */   } 40% {
/* 4069 */     -webkit-transform: scale(1.0);
/* 4070 */        -moz-transform: scale(1.0);
/* 4071 */         -ms-transform: scale(1.0);
/* 4072 */          -o-transform: scale(1.0);
/* 4073 */             transform: scale(1.0);
/* 4074 */   }
/* 4075 */ }
/* 4076 */ .careerfy-featured-jobs-list .careerfy-featuredjobs-listwrap {
/* 4077 */     position: relative;
/* 4078 */     overflow: hidden;
/* 4079 */ }
/* 4080 */ .careerfy-jobli-medium2 {
/* 4081 */     position: absolute;
/* 4082 */     right: 0px;
/* 4083 */     top: 0px;
/* 4084 */     color: #ffffff;
/* 4085 */     background-color: #ffb14a;
/* 4086 */     width: 50px;
/* 4087 */     height: 50px;
/* 4088 */     border-radius: 0px 0px 0px 80px;
/* 4089 */     text-align: center;
/* 4090 */     padding: 7px 0px 0px 12px;
/* 4091 */ }
/* 4092 */ .careerfy-jobli-medium3 {
/* 4093 */     position: absolute;
/* 4094 */     right: 0px;
/* 4095 */     top: 0px;
/* 4096 */     color: #ffffff !important;
/* 4097 */     background-color: #ffb14a;
/* 4098 */     width: 30px;
/* 4099 */     height: 33px;
/* 4100 */     border-radius: 0px 0px 0px 80px;

/* wp-jobsearch-plugin.css */

/* 4101 */     text-align: center;
/* 4102 */     padding: 0px 0px 0px 9px;
/* 4103 */ }
/* 4104 */ .careerfy-joblisting-plain .careerfy-joblisting-plain-wrap {
/* 4105 */     position: relative;
/* 4106 */     display: flex;
/* 4107 */     width: 100%;
/* 4108 */     align-items: center;
/* 4109 */ }
/* 4110 */ .careerfy-joblisting-plain .careerfy-joblisting-plain-right {
/* 4111 */     flex-basis: 30%;
/* 4112 */     justify-content: flex-end;
/* 4113 */     display: flex;
/* 4114 */     flex-wrap: wrap;
/* 4115 */     gap: 10px;
/* 4116 */ }
/* 4117 */ .careerfy-joblisting-plain .careerfy-joblisting-plain-left {
/* 4118 */     flex-basis: 70%; }
/* 4119 */ .careerfy-joblisting-plain .careerfy-like-list {
/* 4120 */     margin-left: 10px;
/* 4121 */     margin-right: 0px;
/* 4122 */     display: flex;
/* 4123 */     align-items: center;
/* 4124 */ }
/* 4125 */ .careerfy-joblisting-plain .urgntpkg-badge,
/* 4126 */ .careerfy-joblisting-view4 .urgntpkg-badge,
/* 4127 */ .jobsearch-candidate-default .urgntpkg-badge {
/* 4128 */     left: auto;
/* 4129 */     right: -7px;
/* 4130 */ }
/* 4131 */ .careerfy-joblisting-plain .urgntpkg-badge:before,
/* 4132 */ .careerfy-joblisting-view4 .urgntpkg-badge:before,
/* 4133 */ .jobsearch-candidate-default .urgntpkg-badge:before {
/* 4134 */     left: auto;
/* 4135 */     right: 0px;
/* 4136 */     border-top: 7px solid #ffb14a;
/* 4137 */     border-right: 7px solid transparent;
/* 4138 */     border-left: none;
/* 4139 */ }
/* 4140 */ .careerfy-joblisting-view4 .urgntpkg-badge,
/* 4141 */ .jobsearch-candidate-default .urgntpkg-badge {
/* 4142 */     top: auto;
/* 4143 */     bottom: 8px;
/* 4144 */ }
/* 4145 */ .careerfy-featured-jobs-list .urgntpkg-badge {
/* 4146 */     border-radius: 0px 0px 8px 0px;
/* 4147 */     left: 0px;
/* 4148 */ }
/* 4149 */ .careerfy-featured-jobs-list .urgntpkg-badge:before {
/* 4150 */     display: none; }

/* wp-jobsearch-plugin.css */

/* 4151 */ .careerfy-job-grid .urgntpkg-badge,
/* 4152 */ .careerfy-featured-jobs-grid .urgntpkg-badge {
/* 4153 */     bottom: 8px;
/* 4154 */     top: auto;
/* 4155 */ }
/* 4156 */ .urgntpkg-gridv-badge {
/* 4157 */     position: absolute;
/* 4158 */     right: 12px;
/* 4159 */     top: -10px;
/* 4160 */     width: 32px;
/* 4161 */     background-color: #ffb14a;
/* 4162 */     color: #ffffff;
/* 4163 */     text-align: center;
/* 4164 */     word-break: break-all;
/* 4165 */     font-size: 15px;
/* 4166 */     text-transform: uppercase;
/* 4167 */     line-height: 1.4;
/* 4168 */     padding: 9px 0px 8px 0px;
/* 4169 */     border-radius: 0px 0px 80px 80px;
/* 4170 */ }
/* 4171 */ .careerfy-typo-wrap .urgntpkg-gridv-badge {
/* 4172 */     padding: 9px 0px 8px 0px; }
/* 4173 */ .jobsearch_box_jobdetail_three_apply_wrap .urgntpkg-gridv-badge small {
/* 4174 */     margin: 3px 0px 0px 0px;
/* 4175 */     color: #ffffff;
/* 4176 */ }
/* 4177 */ .urgntpkg-gridv-badge:after {
/* 4178 */     content: '';
/* 4179 */     position: absolute;
/* 4180 */     right: -9px;
/* 4181 */     top: 0px;
/* 4182 */     border-bottom: 9px solid #ffb14a;
/* 4183 */     border-right: 9px solid transparent;
/* 4184 */ }
/* 4185 */ .urgntpkg-gridv-badge:before {
/* 4186 */     content: '';
/* 4187 */     position: absolute;
/* 4188 */     left: -9px;
/* 4189 */     top: 0px;
/* 4190 */     border-bottom: 9px solid #ffb14a;
/* 4191 */     border-left: 9px solid transparent;
/* 4192 */ }
/* 4193 */ .urgntpkg-gridv-badge i {
/* 4194 */     display: block;
/* 4195 */     font-size: 13px;
/* 4196 */ }
/* 4197 */ .urgntpkg-gridv-badge small {
/* 4198 */     display: inline-block;
/* 4199 */     width: 9px;
/* 4200 */     margin-top: 3px;

/* wp-jobsearch-plugin.css */

/* 4201 */ }
/* 4202 */ .careerfy-team-parallex-list .promotepof-badge:before,
/* 4203 */ .careerfy-candidate-view4 .promotepof-badge:before,
/* 4204 */ .careerfy-candidate-detail-four-subheader .promotepof-badge:before {
/* 4205 */     display: none; }
/* 4206 */ .careerfy-team-parallex-list .promotepof-badge {
/* 4207 */     background-color: #ffb14a;
/* 4208 */     border-radius: 100%;
/* 4209 */     color: #ffffff;
/* 4210 */     padding: 4px;
/* 4211 */     right: 1px;
/* 4212 */     top: 12px;
/* 4213 */ }
/* 4214 */ .careerfy-team-parallex-list .promotepof-badge i,
/* 4215 */ .careerfy-candidate-view4 .promotepof-badge i,
/* 4216 */ .careerfy-candidate-detail-four-subheader .promotepof-badge i {
/* 4217 */     margin: 0px; }
/* 4218 */ .careerfy-candidate-detail-four-subheader .promotepof-badge {
/* 4219 */     background-color: #ffb14a;
/* 4220 */     border-radius: 100%;
/* 4221 */     color: #ffffff;
/* 4222 */     padding: 4px;
/* 4223 */     left: 21px;
/* 4224 */     right: auto;
/* 4225 */     top: 12px;
/* 4226 */ }
/* 4227 */ .careerfy-candidate-view4 .promotepof-badge {
/* 4228 */     background-color: #ffb14a;
/* 4229 */     border-radius: 100%;
/* 4230 */     color: #ffffff;
/* 4231 */     padding: 4px;
/* 4232 */     right: 21px;
/* 4233 */     top: 12px;
/* 4234 */ }
/* 4235 */ .urgntpkg-detilbadge {
/* 4236 */     display: inline-block !important;
/* 4237 */     padding: 4px 10px;
/* 4238 */     background-color: #d72c2c;
/* 4239 */     line-height: 1;
/* 4240 */     border-radius: 40px;
/* 4241 */     color: #ffffff !important;
/* 4242 */     font-size: 12px !important;
/* 4243 */     width: auto !important;
/* 4244 */ }
/* 4245 */ .urgntpkg-detilbadge i {
/* 4246 */     margin-right: 2px; }
/* 4247 */ .urgntpkg-candv1,.urgntpkg-jobv1 {
/* 4248 */     position: absolute;
/* 4249 */     left: -21px;
/* 4250 */     top: 8px;

/* wp-jobsearch-plugin.css */

/* 4251 */     font-size: 13px !important;
/* 4252 */     background-color: #d72c2c;
/* 4253 */     color: #ffffff !important;
/* 4254 */     padding: 5px 26px;
/* 4255 */     line-height: 1;
/* 4256 */     z-index: 5;
/* 4257 */     -webkit-transform: rotate(-40deg);
/* 4258 */        -moz-transform: rotate(-40deg);
/* 4259 */         -ms-transform: rotate(-40deg);
/* 4260 */          -o-transform: rotate(-40deg);
/* 4261 */             transform: rotate(-40deg);
/* 4262 */ }
/* 4263 */ .jobsearch-candidate-default .jobsearch-candidate-default-wrap {
/* 4264 */     overflow: hidden; }
/* 4265 */ .careerfy-candidatedetail-content3 .careerfy-description p {
/* 4266 */     margin-bottom: 15px; }
/* 4267 */ .careerfy-candidatedetail-content3 .careerfy-description p:last-child,
/* 4268 */ .careerfy-candidatedetail-content3 .careerfy-description {
/* 4269 */     margin-bottom: 0px; }
/* 4270 */ .careerfy-candidate-grid  .slick-slide { padding: 0px 15px; }
/* 4271 */ .careerfy-featured-candidates-grid .urgntpkg-detilbadge {
/* 4272 */     margin-bottom: 10px; }
/* 4273 */ .jobsearch_box_candidate_info .urgntpkg-candv1 {
/* 4274 */     left: -23px;
/* 4275 */     top: 4px;
/* 4276 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* common-detail.css */

/* 1   */ /* Candidate Detail Services */
/* 2   */ .careerfy-candidatedetail-services {
/* 3   */    padding-top: 20px;
/* 4   */    border: 1px solid;
/* 5   */    margin-bottom: 30px;
/* 6   */    background-color: #ffffff;
/* 7   */ }
/* 8   */ .careerfy-candidatedetail-services .careerfy-candidate-title {
/* 9   */     padding-left: 29px; }
/* 10  */ .careerfy-candidatedetail-services > ul > li {
/* 11  */     float: left;
/* 12  */     width: 100%;
/* 13  */     list-style: none;
/* 14  */     border-bottom: 1px solid;
/* 15  */     padding: 22px 29px 19px 29px;
/* 16  */     line-height: 1;
/* 17  */ }
/* 18  */ .careerfy-candidatedetail-services > ul > li:last-child {
/* 19  */     border-bottom: none;
/* 20  */     padding: 24px 29px 26px 29px;
/* 21  */ }
/* 22  */ .careerfy-typo-wrap .careerfy-candidatedetail-services ul ul li:last-child {
/* 23  */     padding-bottom: 6px; }
/* 24  */ .careerfy-candidatedetail-services ul ul li, .careerfy-typo-wrap .careerfy-candidatedetail-services ul ul li {
/* 25  */     width: 100%;
/* 26  */     padding: 5px 0px 15px 27px;
/* 27  */     line-height: 1.2;
/* 28  */ }
/* 29  */ .careerfy-candidatedetail-services ul li i ~ .careerfy-services-text {
/* 30  */     margin-left: 70px;
/* 31  */ }
/* 32  */ .careerfy-candidatedetail-services ul li i ~ ul {
/* 33  */     margin-left: 45px;
/* 34  */ }
/* 35  */ .careerfy-candidatedetail-services ul li:first-child {
/* 36  */     padding: 0 29px 22px 29px; }
/* 37  */ .careerfy-candidatedetail-services ul li i {
/* 38  */     float: left; }
/* 39  */ .careerfy-candidatedetail-services ul li,.careerfy-candidatedetail-services {
/* 40  */     border-color: #efefef; }
/* 41  */ .careerfy-candidatedetail-services ul li i {
/* 42  */     font-size: 45px; }
/* 43  */ .careerfy-services-text span {
/* 44  */     line-height: 1;
/* 45  */     margin-top: 4px;
/* 46  */     font-size: 16px;
/* 47  */     color: #97a2b4;
/* 48  */     font-weight: 500;
/* 49  */     margin-bottom: 5px;
/* 50  */     display: block;

/* common-detail.css */

/* 51  */ }
/* 52  */ .careerfy-services-text small {
/* 53  */ 	display: block;
/* 54  */     font-size: 16px;
/* 55  */     font-weight: 500;
/* 56  */     color: #333333;
/* 57  */     margin-top: 8px;
/* 58  */ }
/* 59  */ ul li a.jobsearch-plus { background-color: #fe3d6c; }
/* 60  */ .jobsearch-jobdetail-media li a.jobsearch-plus { background-color: #ffffff; }
/* 61  */ .careerfy-subheader-style7-top,.careerfy-subheader-style7,
/* 62  */ .careerfy-breadcrumb-style7 {
/* 63  */     float: left;
/* 64  */     width: 100%;
/* 65  */ }
/* 66  */ .careerfy-subheader-style7-top {
/* 67  */     background-color: #eeeeee;
/* 68  */     padding: 20px 0px;
/* 69  */ }
/* 70  */ .careerfy-subheader-style7-top a {
/* 71  */     font-size: 12px;
/* 72  */     color: #13b5ea;
/* 73  */ }
/* 74  */ .careerfy-subheader-style7-top a.careerfy-left i {
/* 75  */     display: inline-block;
/* 76  */     margin-right: 5px;
/* 77  */     -webkit-transform: scale(-1);
/* 78  */        -moz-transform: scale(-1);
/* 79  */         -ms-transform: scale(-1);
/* 80  */          -o-transform: scale(-1);
/* 81  */             transform: scale(-1);
/* 82  */ }
/* 83  */ .careerfy-subheader-style7-top a.careerfy-right i {
/* 84  */     margin-left: 7px; }
/* 85  */ .careerfy-breadcrumb-style7 ul li {
/* 86  */     float: left;
/* 87  */     list-style: none;
/* 88  */     padding-right: 40px;
/* 89  */     position: relative;
/* 90  */     margin-top: 6px;
/* 91  */ }
/* 92  */ .careerfy-breadcrumb-style7 ul li:before {
/* 93  */     content: '/';
/* 94  */     color: #dddddd;
/* 95  */     position: absolute;
/* 96  */     left: -20px;
/* 97  */     top: 0px;
/* 98  */ }
/* 99  */ .careerfy-breadcrumb-style7 ul li:first-child:before {
/* 100 */     display: none; }

/* common-detail.css */

/* 101 */ .careerfy-breadcrumb-style7 ul li a {
/* 102 */     color: #888888; }
/* 103 */ .careerfy-breadcrumb-style7 ul li {
/* 104 */     color: #13b5ea; }
/* 105 */ /* Candidate Timeline Two */
/* 106 */ .careerfy-candidate-timeline-two {
/* 107 */     float: left;
/* 108 */     width: 100%;
/* 109 */     margin-bottom: 25px;
/* 110 */ }
/* 111 */ .careerfy-candidate-timeline-two ul li { list-style: none; }
/* 112 */ .careerfy-candidate-timeline-two > ul > li { margin-bottom: 0px; }
/* 113 */ .careerfy-candidate-timeline-two small {
/* 114 */     font-size: 12px;
/* 115 */     margin-left: 9px;
/* 116 */ }
/* 117 */ .careerfy-candidate-timeline-two .careerfy-candidate-timeline-two-text {
/* 118 */     padding-left: 60px;
/* 119 */     padding-bottom: 22px;
/* 120 */     position: relative;
/* 121 */ }
/* 122 */ .careerfy-candidate-timeline-two .careerfy-candidate-timeline-two-text:before {
/* 123 */     content: '';
/* 124 */     position: absolute;
/* 125 */     left: 20px;
/* 126 */     top: 0px;
/* 127 */     width: 1px;
/* 128 */     height: 100%;
/* 129 */     border-left: 1px solid #d1d1d1;
/* 130 */ }
/* 131 */ .careerfy-candidate-timeline-two li:last-child .careerfy-candidate-timeline-two-text:before {
/* 132 */     height: 78%; }
/* 133 */ .careerfy-candidate-timeline-two .careerfy-candidate-timeline-two-text:after {
/* 134 */     content: '';
/* 135 */     position: absolute;
/* 136 */     left: 13px;
/* 137 */     top: -2px;
/* 138 */     background-color: #ffffff;
/* 139 */     box-shadow: 0px 0px 0px 4px #d1d1d1 inset;
/* 140 */     width: 16px;
/* 141 */     height: 16px;
/* 142 */     border-radius: 100%;
/* 143 */ }
/* 144 */ .careerfy-candidate-timeline-two-text span {
/* 145 */     line-height: 1;
/* 146 */     font-size: 12px;
/* 147 */     margin-bottom: 11px;
/* 148 */     display: block;
/* 149 */ }
/* 150 */ .careerfy-candidate-timeline-two-text h2 {

/* common-detail.css */

/* 151 */     font-size: 18px;
/* 152 */     margin-bottom: 9px;
/* 153 */     line-height: 1;
/* 154 */ }
/* 155 */ .careerfy-candidate-timeline-two-text p {
/* 156 */     font-size: 15px;
/* 157 */     color: #999999;
/* 158 */     margin-bottom: 0px;
/* 159 */ }
/* 160 */ .careerfy-employer-detail2-toparea-btn {
/* 161 */     float: right;
/* 162 */     font-size: 18px;
/* 163 */     color: #ffffff;
/* 164 */     background-color: #ffaf00;
/* 165 */     padding: 14px 28px 12px 28px;
/* 166 */     line-height: 1;
/* 167 */     border-radius: 80px;
/* 168 */     margin-left: 10px;
/* 169 */     margin-bottom: 8px;
/* 170 */     -webkit-transition: all 0.4s ease-in-out;
/* 171 */        -moz-transition: all 0.4s ease-in-out;
/* 172 */         -ms-transition: all 0.4s ease-in-out;
/* 173 */          -o-transition: all 0.4s ease-in-out;
/* 174 */             transition: all 0.4s ease-in-out;
/* 175 */ }
/* 176 */ .careerfy-employer-detail2-toparea-btn i {
/* 177 */     font-size: 12px;
/* 178 */     float: left;
/* 179 */     font-weight: bold;
/* 180 */     margin: 3px 8px 0px 0px;
/* 181 */ }
/* 182 */ .careerfy-employer-detail2-toparea-btn.color {
/* 183 */     background-color: #13b5ea; }
/* 184 */ .careerfy-employer-detail2-toparea-btn:hover {
/* 185 */     opacity: 0.70; }
/* 186 */ .widget_your_info iframe {
/* 187 */     float: left;
/* 188 */     width: 100%;
/* 189 */     height: 320px;
/* 190 */ }
/* 191 */ .widget_your_info_wrap {
/* 192 */     float: left;
/* 193 */     width: 100%;
/* 194 */     border: 1px solid #efefef;
/* 195 */     padding: 25px 29px 17px 29px;
/* 196 */ }
/* 197 */ .widget_your_info_list,
/* 198 */ .widget_your_info_social,
/* 199 */ .widget_your_info_list li {
/* 200 */     float: left;

/* common-detail.css */

/* 201 */     width: 100%;
/* 202 */ }
/* 203 */ .widget_your_info_list li {
/* 204 */     list-style: none;
/* 205 */     line-height: 1;
/* 206 */     margin-bottom: 20px;
/* 207 */     color: #999999;
/* 208 */ }
/* 209 */ .widget_your_info_list li a {
/* 210 */     color: #999999; }
/* 211 */ .widget_your_info_list li i {
/* 212 */     float: left;
/* 213 */     margin: 0px 15px 0px 0px;
/* 214 */ }
/* 215 */ .widget_your_info_social li {
/* 216 */     float: left;
/* 217 */     list-style: none;
/* 218 */     margin: 0px 8px 8px 0px;
/* 219 */ }
/* 220 */ .widget_your_info_social li a {
/* 221 */     float: left;
/* 222 */     width: 25px;
/* 223 */     height: 25px;
/* 224 */     background-color: #375d93;
/* 225 */     color: #ffffff;
/* 226 */     font-size: 15px;
/* 227 */     text-align: center;
/* 228 */     border-radius: 100%;
/* 229 */     padding-top: 5px;
/* 230 */ }
/* 231 */ .widget_your_info_social li a.fa-twitter        { background-color: #43afe9; }
/* 232 */ .widget_your_info_social li a.fa-linkedin       { background-color: #007eb3; }
/* 233 */ .widget_your_info_social li a.fa-google-plus    { background-color: #e24046; }
/* 234 */ .widget_your_info_social li a.fa-dribbble       { background-color: #f95c94; }
/* 235 */ .jobsearch-box-application-countdown {
/* 236 */     float: left;
/* 237 */     width: 100%;
/* 238 */     text-align: center;
/* 239 */     margin-bottom: 10px;
/* 240 */ }
/* 241 */ .jobsearch-box-application-countdown .countdown-section {
/* 242 */     float: left;
/* 243 */     width: 25%;
/* 244 */     margin-bottom: 8px;
/* 245 */     text-align: center;
/* 246 */     padding-right: 0px;
/* 247 */ }
/* 248 */ .jobsearch-box-application-countdown .countdown-amount {
/* 249 */     display: block;
/* 250 */     font-size: 36px;

/* common-detail.css */

/* 251 */     font-weight: 300;
/* 252 */ }
/* 253 */ .jobsearch-box-application-countdown .countdown-period {
/* 254 */     font-size: 12px;
/* 255 */     color: #999999;
/* 256 */     letter-spacing: 1px;
/* 257 */ }
/* 258 */ .careerfy-jobdetail-tags-style2 {
/* 259 */     float: left;
/* 260 */     width: 100%;
/* 261 */ }
/* 262 */ .careerfy-jobdetail-tags-style2 a {
/* 263 */     float: left;
/* 264 */     padding: 9px 14px 9px 14px;
/* 265 */     background-color: #f3f3f3;
/* 266 */     border-radius: 20px;
/* 267 */     font-size: 12px;
/* 268 */     color: #888888;
/* 269 */     line-height: 1;
/* 270 */     margin: 10px 14px 0px 0px;
/* 271 */     -webkit-transition: all 0.4s ease-in-out;
/* 272 */        -moz-transition: all 0.4s ease-in-out;
/* 273 */         -ms-transition: all 0.4s ease-in-out;
/* 274 */          -o-transition: all 0.4s ease-in-out;
/* 275 */             transition: all 0.4s ease-in-out;
/* 276 */ }
/* 277 */ .careerfy-jobdetail-tags-style2 a:hover {
/* 278 */     background-color: #13b5ea;
/* 279 */     color: #ffffff;
/* 280 */ }
/* 281 */ .single .jobsearch-pumflit-banner-con {
/* 282 */     float: left;
/* 283 */     width: 100%;
/* 284 */     margin-bottom: 30px;
/* 285 */ }
/* 286 */ .jobsearch-pumflit-banner-con {
/* 287 */     text-align: center; }
/* 288 */ .jobsearch-pumflit-banner-con a {
/* 289 */     display: inline-block;
/* 290 */ }
/* 291 */ .common-header-transparent ~ .careerfy-candidate-detail-four-subheader {
/* 292 */     padding: 130px 0px 54px 0px; }
/* 293 */ .jobsearch-employer-followin-btn {
/* 294 */     margin-left: 10px;
/* 295 */ }
/* 296 */ .jobsearch-filter-responsive-wrap .jobsearch-pumflit-banner-con {
/* 297 */     float: left;
/* 298 */     width: 100%;
/* 299 */     margin-bottom: 10px;
/* 300 */ }
/* Minify_CSS_UriRewriter::$debugText

*/

/* responsive.css */

/* 1    */ /*	Media 768Px Start */
/* 2    */ @media (min-width: 768px) and (max-width: 990px) {
/* 3    */ 	header#careerfy-header { display: none; }
/* 4    */ 	.careerfy-mobilehder-strip { display: block !important; }
/* 5    */
/* 6    */ 	/*main grid*/
/* 7    */ 	.careerfy-main-content .col-md-4,.careerfy-main-content .col-md-3 { float: none; display: inline-block; vertical-align: top; margin-right: -4px; width: 50%; }
/* 8    */ 	.careerfy-main-content .col-md-7,.careerfy-main-content .col-md-5 { width: 100%; float: left; margin-bottom: 30px; }
/* 9    */ 	.col-md-12 { float: left; width: 100%; }
/* 10   */ 	/*main grid*/
/* 11   */ 	.careerfy-banner-caption h1 { font-size: 38px;}
/* 12   */ 	.careerfy-banner-caption p { width: 70%;}
/* 13   */ 	.categories-list ul li { width: 33.333%;}
/* 14   */ 	.careerfy-featured-listing > ul > li { width: 100%;}
/* 15   */ 	.careerfy-testimonial-slider { width: 90%;}
/* 16   */ 	.careerfy-footer-widget .col-md-4,.careerfy-footer-widget .col-md-3,.careerfy-footer-widget .col-md-2 { display: inline-block; width: 50%; vertical-align: top; margin-right: -4px;}
/* 17   */ 	.careerfy-copyright { text-align: center;}
/* 18   */ 	.careerfy-social-network { width: 100%;}
/* 19   */ 	.careerfy-copyright p { width: 100%; margin: 12px 0px 20px;}
/* 20   */ 	.careerfy-social-network li { float: none; display: inline-block;}
/* 21   */ 	.careerfy-testimonial-section img { width: 100%;}
/* 22   */ 	.careerfy-login-registration-form .careerfy-column-6 { width: 100%;}
/* 23   */ 	.navbar-toggle .icon-bar { background-color: #bababa;}
/* 24   */ 	.careerfy-errorpage h2 { line-height: 1.3;}
/* 25   */ 	.careerfy-blog > ul > li { display: inline-block; vertical-align: top; float: none; margin-right: -4px; width: 50%;}
/* 26   */ 	/* Banner Three */
/* 27   */ 	.careerfy-banner-search-three,.careerfy-typo-wrap .careerfy-banner-search-three { width: 100%; }
/* 28   */ 	.careerfy-upload-cvbtn,.careerfy-typo-wrap .careerfy-upload-cvbtn { margin: 20px 0px 20px 0px; }
/* 29   */ 	.careerfy-bannerthree-caption h1,.careerfy-bannerthree-caption p,.careerfy-plan-thumb,.careerfy-testimonial-slider-style3 { width: 100%; }
/* 30   */ 	.testimonial-slider-style3-text { padding: 80px 0px 150px 80px; }
/* 31   */ 	.careerfy-banner-search ul li:last-child { width: 10%; } .careerfy-banner-search ul li { width: 28%; }
/* 32   */ 	.careerfy-banner-search-six ul li,.careerfy-banner-search-six ul li:last-child { width: 50%; margin-bottom: 10px; }
/* 33   */ 	.careerfy-banner-search-six input[type="submit"] { text-align: center; }
/* 34   */
/* 35   */ 	.careerfy-animate-filter ul li a { padding: 12px 14px 11px 14px; }
/* 36   */ 	.careerfy-main-content .widget { display: inline-block; float: none; width: 50%; vertical-align: top; padding: 0px 10px;}
/* 37   */ 	.careerfy-main-content aside.col-md-3 { width: 100%;}
/* 38   */ 	.careerfy-detail-wrap { margin: 0px; width: 100%;}
/* 39   */ 	.navbar-nav > li > a::before { content: none;}
/* 40   */ 	.careerfy-testimonial-slider { margin-top: 0px; margin-bottom: 5px;}
/* 41   */ 	.careerfy-banner-search { width: 100%;}
/* 42   */ 	.careerfy-main-content .careerfy-modren-counter ul li { width: 33.333%;}
/* 43   */ 	.careerfy-contact-info-sec { padding: 32px 20px 35px 20px;}
/* 44   */ 	.careerfy-contact-form textarea { height: 198px;}
/* 45   */ 	blockquote { font-size: 17px;}
/* 46   */ 	.careerfy-sidebar-col,.careerfy-content-col { padding: 0px 15px; }
/* 47   */ 	.careerfy-main-content .widget,.careerfy-author-detail,.careerfy-footer-widget [class*="col-md-"] { float: none; display: inline-block; margin-right: -4px; vertical-align: top; width: 50%; padding: 0px 10px; }
/* 48   */ 	.careerfy-comingsoon-wrap,.careerfy-coming-soon { position: static; float: left; width: 100%; background-color: #000; } .careerfy-transparent { display: none; }
/* 49   */ 	.careerfy-comingsoon-text .careerfy-newsletter { width: 100%; }
/* 50   */ 	.navigation-subthree { margin: 16px 0px 0px 20px; float: none; display: inline-block; }

/* responsive.css */

/* 51   */ 	.careerfy-parallax-text-box { width: 100%; }
/* 52   */ 	.careerfy-banner-search-four ul li { width: 50%; margin-bottom: 15px; } .careerfy-banner-search-four ul li:last-child { width: 50%; }
/* 53   */ 	.careerfy-featured-jobs-list > ul > li { float: left; width: 100%; } .careerfy-parallax-style4 { padding-bottom: 30px; }
/* 54   */ 	.nav-list-mode { display: none; }
/* 55   */ 	.careerfy-banner-search-three { width: 100%; } .careerfy-banner-three { padding: 70px 0px; }
/* 56   */ 	.careerfy-banner-search-three ul li,.careerfy-banner-search-three ul li:last-child { width: 50%; }
/* 57   */ 	.careerfy-upload-cvbtn { margin: 20px 0px 20px 0px; }
/* 58   */ 	.careerfy-blog-medium figure ~ .careerfy-blog-medium-text { margin-left: 0px; float: left; width: 100%; } .careerfy-blog-medium figure { width: 100%; }
/* 59   */ 	.careerfy-categories-stylefive ul li { border: none; } .careerfy-categories-stylefive-wrap a { word-break: break-all; }
/* 60   */
/* 61   */ 	.careerfy-banner-search-eight ul li:nth-child(2) { width: 270px; }
/* 62   */ 	.careerfy-priceplan-wrapper { width: 590px; }
/* 63   */ 	.careerfy-banner-search-seven { width: 97%; }
/* 64   */ 	.careerfy-banner-search-two, .careerfy-typo-wrap .careerfy-banner-search-two { border-radius: 30px; }
/* 65   */
/* 66   */ 	/* Banner9 */
/* 67   */ 	.careerfy-bannernine-caption { position: relative; float: left; padding: 90px 0px 60px 0px; margin: 0px; }
/* 68   */ 	.careerfy-categories-classic ul li { width: 33.333%; }
/* 69   */ 	.careerfy-featuredjobs-list .careerfy-featuredjobs-box { width: 100%; text-align: center; }
/* 70   */ 	.careerfy-featuredjobs-list a,.careerfy-featuredjobs-box.careerfy-featuredjobs-posdat { text-align: center; }
/* 71   */ 	.careerfy-featuredjobs-list a { padding: 20px 0px; }
/* 72   */ 	.careerfy-featuredjobs-list figure { margin-bottom: 9px !important; }
/* 73   */ 	.careerfy-featuredjobs-box.careerfy-featuredjobs-posdat { padding-top: 10px; }
/* 74   */ 	.careerfy-footernine-newslatter-inner,.careerfy-footer-nine-newslatter form { width: 100%; min-width: 100%; }
/* 75   */ 	.careerfy-footer-nine-social { width: 100%; text-align: center; margin-top: 10px; }
/* 76   */ 	.careerfy-footer-nine-social li { float: none; display: inline-block; margin-top: 10px; }
/* 77   */ 	.careerfy-footer-widget .menu ul ul, .careerfy-footer-widget .menu  { max-height: inherit; overflow: inherit; }
/* 78   */
/* 79   */ 	/* Search Ten */
/* 80   */ 	.careerfy-search-ten form ul.careerfy-search-ten-grid li,.careerfy-search-ten form ul.careerfy-search-ten-grid li:last-child { width: 50%; }
/* 81   */ 	.careerfy-search-ten form label i { display: none; }
/* 82   */
/* 83   */ 	/* Banner Eleven */
/* 84   */ 	.careerfy-banner-eleven-tabs { width: 80%; }
/* 85   */ 	.careerfy-search-ten-full { margin-top: 0px; }
/* 86   */ 	.careerfy-categories-tenstyle1 > ul > li { width: 33.333%; }
/* 87   */ 	.careerfy-speakers-grid-text { background: none; }
/* 88   */ 	.careerfy-top-recruiters-slider .slick-arrow { display: none; }
/* 89   */
/* 90   */ 	/* HomePage */
/* 91   */ 	.careerfy-fifteen-banner-inner { width: 70%; }
/* 92   */ 	.careerfy-fifteen-banner-search ul li,.careerfy-fifteen-banner-search ul li:last-child { width: 50%; }
/* 93   */ 	.careerfy-categories-browse-links ul li { width: 33.333%; }
/* 94   */ 	.careerfy-fifteen-recent-jobs time,.careerfy-fifteen-recent-jobs figure,.careerfy-fifteen-recent-jobs small,.careerfy-fifteen-recent-jobs strong { width: 100%; }
/* 95   */ 	.careerfy-fifteen-recent-jobs small { text-align: left; } .careerfy-fifteen-recent-jobs > ul > li { width: 50%; margin-bottom: 30px; }
/* 96   */ 	.careerfy-fifteen-recent-jobs time { border: none; padding-top: 0px; padding-bottom: 10px; } .careerfy-fifteen-recent-jobs figure { padding-left: 0px; }
/* 97   */ 	.careerfy-fifteen-recent-jobs-inner { padding: 15px 30px 20px 30px; } .careerfy-fifteen-recent-jobs strong { margin-top: 10px; }
/* 98   */ 	.careerfy-fifteen-blog-medium figure ~ .careerfy-fifteen-blog-medium-text { margin-left: 0px; float: left; width: 100%; padding-top: 15px; }
/* 99   */ 	.careerfy-fifteen-blog-medium figure,.careerfy-fifteen-blog-medium figure a,.careerfy-fifteen-blog-medium figure img { float: left; width: 100%; }
/* 100  */

/* responsive.css */

/* 101  */ 	.instastcky-aplybtn-con { display: block; }
/* 102  */ 	.careerfy-testimonial-style11-slider,.careerfy-testimonial-video-wrap { width: 100%; }
/* 103  */
/* 104  */ 	/* HomePageAutoJob */
/* 105  */ 	.careerfy-banner-twelve p,.careerfy-banner-twelve h1,.careerfy-banner-twelve-search,.careerfy-premium-jobs figure,.careerfy-premium-jobs-text { width: 100%; }
/* 106  */ 	.careerfy-twelve-navigation .jobsearch-navigation { position: relative; }
/* 107  */ 	.careerfy-twelve-navigation { padding: 20px 0px; }
/* 108  */ 	.careerfy-browse-links ul li,.careerfy-top-employers-slider-list ul li { width: 50%; }
/* 109  */ 	.careerfy-top-sectors-category ul li { padding: 1px 1px 1px 1px; margin-bottom: 0px; margin-right: -2px !important; }
/* 110  */ 	.careerfy-premium-jobs figure { margin-bottom: 20px; } .careerfy-premium-jobs-text { text-align: left; }
/* 111  */ 	.careerfy-top-sectors-category a { background-color: #f5f5f5; border: none; }
/* 112  */ 	.careerfy-twelve-navigation .navbar-nav > li.submenu-addicon > a:after { display: none; }
/* 113  */
/* 114  */ 	/* HomePageSearchJob */
/* 115  */ 	.careerfy-thirteen-banner-search form { width: 100%; }
/* 116  */ 	.careerfy-thirteen-banner-search ul li { width: 50%; }
/* 117  */ 	.careerfy-thirteen-banner-search { padding: 16px 20px 10px 20px; }
/* 118  */ 	.careerfy-jobslatest-list ul li { float: left; width: 100%; }
/* 119  */ 	.careerfy-partner-twelve-slider { margin-bottom: 30px; }
/* 120  */ 	.careerfy-thirteen-banner-caption h1 { font-size: 50px; width: 100%; }
/* 121  */
/* 122  */ 	/* HomePage JobRiver */
/* 123  */ 	.careerfy-sixteen-banner form { min-width: 85%; }
/* 124  */ 	.careerfy-sixteen-blog-medium figure { width: 100%; }
/* 125  */ 	.careerfy-sixteen-blog-medium figure ~ .careerfy-sixteen-blog-medium-text { margin-left: 0px; float: left; width: 100%; }
/* 126  */ 	.careerfy-footer-sixteen .careerfy-footer-widget [class*="col-md-"] { width: 33.333%; }
/* 127  */ 	.copyright-sixteen { text-align: center; }
/* 128  */ 	.copyright-sixteen-download,.copyright-sixteen-social { float: none; display: inline-block; }
/* 129  */ 	.copyright-sixteen p { width: 100%; margin: 10px 0px; }
/* 130  */
/* 131  */ 	/* PerfectJob */
/* 132  */ 	.careerfy-seventeen-search ul li { width: 100%; }
/* 133  */ 	.careerfy-seventeen-services li:nth-child(odd):before,.careerfy-seventeen-services li:nth-child(even):before { display: none; }
/* 134  */ 	.careerfy-refejobs-list figure { width: 50%; margin-bottom: 15px; } .careerfy-refejobs-list small { width: 24%; text-align: left; }
/* 135  */
/* 136  */ 	/* CareerBooster */
/* 137  */
/* 138  */ 	/* JobPoint */
/* 139  */ 	.careerfy-fourteen-caption form { width: 100%; }
/* 140  */ 	.careerfy-categories-style14 ul li { width: 33.333%; }
/* 141  */ 	.careerfy-howit-works-text p { width: 90%; }
/* 142  */
/* 143  */ 	/* HomePage BabyLove */
/* 144  */ 	.careerfy-twentyone-search-inner { width: 90%; }
/* 145  */ 	.careerfy-services.careerfy-services-twentyone li { margin-bottom: 0px; }
/* 146  */ 	.careerfy-services-twentyone-style3 small:before,.careerfy-services-twentyone-style3 small:after { display: none; }
/* 147  */ 	small.careerfy-jobs-style9-jobtype { margin-top: 4px; margin-bottom: 4px; }
/* 148  */ 	.careerfy-jobs-box1,.careerfy-jobs-box2 { width: 100%; }
/* 149  */ 	.careerfy-jobs-box2 { border: none; }
/* 150  */ 	.careerfy-jobs-style9-options { margin-top: 0px; }

/* responsive.css */

/* 151  */ 	.careerfy-candidate-style8-content { width: 80%; }
/* 152  */ 	.jobsearch_apply_job ul li a { margin-bottom: 10px; }
/* 153  */ 	.jobsearch_side_box_style5 { margin-bottom: 25px; }
/* 154  */ 	.careerfy-plugin-default-container { width: 100%; padding: 0px 15px; }
/* 155  */
/* 156  */ 	/* Banner Search Two */
/* 157  */ 	.careerfy-banner-search-two.search-loc-off ul li,
/* 158  */ 	.careerfy-banner-search-two.search-keyword-off ul li,
/* 159  */ 	.careerfy-banner-search-two.search-cat-off ul li { width: 50%; }
/* 160  */ 	.careerfy-banner-search-two ul li { float: none; display: inline-block; vertical-align: top; margin-right: -4px; }
/* 161  */ 	.careerfy-banner-search-two.search-keyword-off.search-cat-off ul li,
/* 162  */ 	.careerfy-banner-search-two.search-cat-off.search-loc-off ul li,
/* 163  */ 	.careerfy-banner-search-two.search-keyword-off.search-loc-off ul li { width: 70%; }
/* 164  */ 	.careerfy-banner-search-two.search-keyword-off.search-cat-off ul li:last-child,
/* 165  */ 	.careerfy-banner-search-two.search-cat-off.search-loc-off ul li:last-child,
/* 166  */ 	.careerfy-banner-search-two.search-keyword-off.search-loc-off ul li:last-child { width: 30%; }
/* 167  */ 	/* Banner Search Three */
/* 168  */ 	.search-cat-off .careerfy-banner-search-three ul li,
/* 169  */ 	.search-keyword-off .careerfy-banner-search-three ul li,
/* 170  */ 	.search-loc-off .careerfy-banner-search-three ul li,
/* 171  */ 	.careerfy-banner-search-four.search-cat-off ul li,
/* 172  */ 	.careerfy-banner-search-four.search-keyword-off ul li,
/* 173  */ 	.careerfy-banner-search-four.search-loc-off ul li { width: 50%; }
/* 174  */ 	/* Banner Search Four */
/* 175  */ 	.careerfy-banner-search-four ul li,.careerfy-search-ten form ul.careerfy-search-ten-grid li { float: none; display: inline-block; vertical-align: top; margin-right: -4px; }
/* 176  */ 	.careerfy-banner-search-four.search-keyword-off.search-cat-off ul li,
/* 177  */ 	.careerfy-banner-search-four.search-cat-off.search-loc-off ul li,
/* 178  */ 	.careerfy-banner-search-four.search-keyword-off.search-loc-off ul li { width: 70%; }
/* 179  */ 	.careerfy-banner-search-four.search-keyword-off.search-cat-off ul li:last-child,
/* 180  */ 	.careerfy-banner-search-four.search-cat-off.search-loc-off ul li:last-child,
/* 181  */ 	.careerfy-banner-search-four.search-keyword-off.search-loc-off ul li:last-child { width: 30%; }
/* 182  */
/* 183  */ 	.careerfy-banner-search-six.search-cat-off ul li,
/* 184  */ 	.careerfy-banner-search-six.search-keyword-off ul li,
/* 185  */ 	.careerfy-banner-search-six.search-loc-off ul li { width: 50%; }
/* 186  */ 	.careerfy-banner-search-six.search-keyword-off.search-loc-off ul li,
/* 187  */ 	.careerfy-banner-search-six.search-keyword-off.search-cat-off ul li,
/* 188  */ 	.careerfy-banner-search-six.search-cat-off.search-loc-off ul li { width: 66%; }
/* 189  */ 	.careerfy-banner-search-six.search-keyword-off.search-loc-off ul li:last-child,
/* 190  */ 	.careerfy-banner-search-six.search-keyword-off.search-cat-off ul li:last-child,
/* 191  */ 	.careerfy-banner-search-six.search-cat-off.search-loc-off ul li:last-child { width: 34%; }
/* 192  */
/* 193  */ 	.careerfy-banner-search-eight.all-searches-on ul li,
/* 194  */ 	form.careerfy-banner-search-eight.all-searches-on ul li:nth-child(2),
/* 195  */ 	form.careerfy-banner-search-eight.all-searches-on ul li:nth-child(3),
/* 196  */ 	.careerfy-banner-search-ten.search-loc-off ul.careerfy-search-ten-grid li,
/* 197  */ 	.careerfy-banner-search-ten.search-keyword-off ul.careerfy-search-ten-grid li,
/* 198  */ 	.careerfy-banner-search-ten.search-cat-off ul.careerfy-search-ten-grid li { width: 50%; }
/* 199  */ 	.careerfy-banner-search-ten.search-keyword-off.search-cat-off ul.careerfy-search-ten-grid li:last-child,
/* 200  */ 	.careerfy-banner-search-ten.search-cat-off.search-loc-off ul.careerfy-search-ten-grid li:last-child,

/* responsive.css */

/* 201  */ 	.careerfy-banner-search-ten.search-keyword-off.search-loc-off ul.careerfy-search-ten-grid li:last-child { width: 30%; }
/* 202  */ 	.careerfy-banner-search-ten.search-keyword-off.search-cat-off ul.careerfy-search-ten-grid li,
/* 203  */ 	.careerfy-banner-search-ten.search-cat-off.search-loc-off ul.careerfy-search-ten-grid li,
/* 204  */ 	.careerfy-banner-search-ten.search-keyword-off.search-loc-off ul.careerfy-search-ten-grid li { width: 70%; }
/* 205  */ 	.careerfy-thirteen-banner .careerfy-thirteen-banner-search ul li:last-child { width: 50%; }
/* 206  */
/* 207  */ 	.careerfy-fourteen-banner .careerfy-fourteen-fields li,.careerfy-fourteen-banner .careerfy-fourteen-fields li:last-child { width: 50%; margin: 0px; }
/* 208  */ 	.careerfy-fourteen-caption ul { margin-bottom: 15px; }
/* 209  */ 	.careerfy-fourteen-caption form input[type="submit"] { width: 100%; }
/* 210  */ 	.careerfy-fourteen-banner.search-cat-off .careerfy-fourteen-fields li,
/* 211  */ 	.careerfy-fourteen-banner.search-loc-off .careerfy-fourteen-fields li,
/* 212  */ 	.careerfy-fourteen-banner.search-keyword-off .careerfy-fourteen-fields li { width: 33.333%; }
/* 213  */ 	.careerfy-fourteen-banner.search-keyword-off.search-cat-off .careerfy-fourteen-fields li:last-child,
/* 214  */ 	.careerfy-fourteen-banner.search-cat-off.search-loc-off .careerfy-fourteen-fields li:last-child,
/* 215  */ 	.careerfy-fourteen-banner.search-keyword-off.search-loc-off .careerfy-fourteen-fields li:last-child { width: 33%; }
/* 216  */
/* 217  */ 	.search-cat-off .careerfy-fifteen-banner-search ul li,
/* 218  */ 	.search-keyword-off .careerfy-fifteen-banner-search ul li,
/* 219  */ 	.search-loc-off .careerfy-fifteen-banner-search ul li { width: 50%; }
/* 220  */ 	.careerfy-fifteen-banner-search ul li { float: none; display: inline-block; vertical-align: top; margin-right: -4px; }
/* 221  */ 	.search-keyword-off.search-loc-off .careerfy-fifteen-banner-search ul li,
/* 222  */ 	.search-keyword-off.search-cat-off .careerfy-fifteen-banner-search ul li,
/* 223  */ 	.search-cat-off.search-loc-off .careerfy-fifteen-banner-search ul li { width: 70%; }
/* 224  */ 	.search-keyword-off.search-loc-off .careerfy-fifteen-banner-search ul li:last-child,
/* 225  */ 	.search-keyword-off.search-cat-off .careerfy-fifteen-banner-search ul li:last-child,
/* 226  */ 	.search-cat-off.search-loc-off .careerfy-fifteen-banner-search ul li:last-child { width: 30%; }
/* 227  */
/* 228  */ 	.careerfy-sixteen-banner.all-searches-on ul li,
/* 229  */ 	.careerfy-sixteen-banner.all-searches-on ul li:last-child,
/* 230  */ 	.careerfy-sixteen-banner.search-cat-off ul li,
/* 231  */ 	.careerfy-sixteen-banner.search-loc-off ul li,
/* 232  */ 	.careerfy-sixteen-banner.search-keyword-off ul li,
/* 233  */ 	.careerfy-sixteen-banner.search-cat-off ul li:last-child,
/* 234  */ 	.careerfy-sixteen-banner.search-loc-off ul li:last-child,
/* 235  */ 	.careerfy-sixteen-banner.search-keyword-off ul li:last-child { width: 50%; line-height: 0.7; }
/* 236  */ 	.careerfy-sixteen-banner form input[type="submit"] { width: 100%; border-radius: 0px; }
/* 237  */ 	.careerfy-sixteen-banner.search-keyword-off.search-cat-off ul li:first-child,
/* 238  */ 	.careerfy-sixteen-banner.search-cat-off.search-loc-off ul li:first-child,
/* 239  */ 	.careerfy-sixteen-banner.search-keyword-off.search-loc-off ul li:first-child { width: 65%; }
/* 240  */ 	.careerfy-sixteen-banner.search-keyword-off.search-cat-off ul li:last-child,
/* 241  */ 	.careerfy-sixteen-banner.search-cat-off.search-loc-off ul li:last-child,
/* 242  */ 	.careerfy-sixteen-banner.search-keyword-off.search-loc-off ul li:last-child { width: 35%; }
/* 243  */
/* 244  */ 	.careerfy-eighteen-fields li,
/* 245  */ 	.careerfy-eighteen-fields li:last-child { width: 50%; }
/* 246  */ 	.careerfy-eighteen-banner form input[type="submit"] { width: 100%; border-radius: 0px; }
/* 247  */ 	.careerfy-eighteen-banner .careerfy-eighteen-fields { text-align: left; }
/* 248  */
/* 249  */ 	form.careerfy-banner-twelve-search.all-searches-on .careerfy-twelve-fields li { width: 50%; }
/* 250  */ 	form.careerfy-banner-twelve-search.all-searches-on .careerfy-twelve-fields li:last-child { width: 50% !important; }

/* responsive.css */

/* 251  */ 	.careerfy-banner-twelve-search input[type="submit"] { width: 100%; }
/* 252  */
/* 253  */ 	/* CleanWorld HomePage */
/* 254  */ 	.careerfy-footer-ninteen .widget_nav_menu ul li { width: 50%; }
/* 255  */
/* 256  */ 	/* PetCare */
/* 257  */ 	.careerfy-services-twenty-style3 a:before { display: none; }
/* 258  */ 	.careerfy-footer-twenty .widget_nav_menu ul li { width: 50%; }
/* 259  */ 	.careerfy-testimonial-section .col-md-5 { min-height: 400px; }
/* 260  */ 	.careerfy-testimonial-section .row { display: inline-block; width: 100%; }
/* 261  */
/* 262  */ 	.jobsearch-banner-search ul li.jobsearch-banner-submit, .jobsearch-banner-search ul li { z-index: auto; }
/* 263  */ 	.careerfy-service-slider { height: 450px; }
/* 264  */ 	.careerfy-service-slider .slick-current.slick-active { width: 260px !important; }
/* 265  */ 	.careerfy-slidesects-list.careerfy-categories-grideleven { display: block; }
/* 266  */ 	.careerfy-categories-grideleven ul.jobsearch-sects-allcon { display: none; }
/* 267  */ 	.careerfy-joblisting-view4 .careerfy-joblisting-wrap { flex-wrap: wrap; }
/* 268  */
/* 269  */
/* 270  */ 	/* Footer Two */
/* 271  */ 	.careerfy-footer-two .careerfy-footer-widget .col-md-9 { width: 100%; }
/* 272  */ 	.careerfy-footer-newslatter li { width: 75%; } .careerfy-footer-newslatter li:last-child { width: 25%; }
/* 273  */ 	.careerfy-copyright-social,.careerfy-copyright-download { width: 100%; } .careerfy-copyright-social li,.careerfy-copyright-download li { float: none; display: inline-block; }
/* 274  */ 	.careerfy-banner-two .careerfy-banner-caption p { width: 100%; } .careerfy-footer-two .menu,.careerfy-footer-three .menu,.careerfy-footer-one .widget_nav_menu .menu,
/* 275  */ 	.careerfy-footer-four .widget_nav_menu .menu,.careerfy-footer-five .widget_nav_menu .menu,.careerfy-footer-six .widget_nav_menu .menu { max-height: inherit; overflow: inherit; min-height: auto; }
/* 276  */ 	.careerfy-footer-three .careerfy-footer-newslatter li { width: auto; }
/* 277  */
/* 278  */ 	/* FooterFive */
/* 279  */ 	.copyright-five { text-align: center; }
/* 280  */ 	.copyright-five p,.copyright-wrap { width: 100%; }
/* 281  */ 	.copyright-five p { padding-bottom: 0px; } .copyright-wrap { padding-top: 15px; }
/* 282  */ 	.copyright-wrap img { margin-bottom: 20px; }
/* 283  */ 	/* FooterSix */
/* 284  */ 	.copyright-six { text-align: center; }
/* 285  */ 	.footer-container { display: inline-block; }
/* 286  */ 	.copyright-six p { width: 100%; }
/* 287  */ 	.careerfy-copyright p.links-term-pri-help { text-align: center; margin-top: 0px; }
/* 288  */
/* 289  */ }
/* 290  */
/* 291  */ /* Media 420Px Start */
/* 292  */ @media (max-width: 767px) {
/* 293  */ 	header#careerfy-header { display: none; }
/* 294  */ 	.careerfy-mobilehder-strip { display: block !important; }
/* 295  */
/* 296  */ 	/*main grid*/
/* 297  */ 	.careerfy-main-content .col-md-4,.careerfy-main-content .col-md-3{ float: none; display: inline-block; vertical-align: top; margin-right: -4px; width: 50%; }
/* 298  */ 	.careerfy-main-content .col-md-7,.careerfy-main-content .col-md-5 { width: 100%; float: left; margin-bottom: 30px; }
/* 299  */ 	.col-md-12 { float: left; width: 100%; }
/* 300  */ 	.navbar-nav > li > a { padding: 15px 22px;}

/* responsive.css */

/* 301  */ 	.navbar-nav .sub-menu li a, .navbar-nav .children li a, .careerfy-megalist li a { color: #656c6c;}
/* 302  */ 	/*main grid*/
/* 303  */ 	.careerfy-navigation { float: left;}
/* 304  */ 	.careerfy-banner { background-size: cover;}
/* 305  */ 	.careerfy-banner-caption p,.careerfy-banner-search,.careerfy-featured-listing > ul > li.col-md-6 { width: 100%;}
/* 306  */ 	.careerfy-testimonial-slider { width: 100%; padding: 0px 15px; margin-top: 30px; margin-bottom: 30px; }
/* 307  */ 	.careerfy-copyright { text-align: center;}
/* 308  */ 	.careerfy-social-network { width: 100%;}
/* 309  */ 	.careerfy-copyright p { width: 100%; margin: 12px 0px 20px;}
/* 310  */ 	.careerfy-social-network li { float: none; display: inline-block;}
/* 311  */ 	.categories-list ul li { width: 50%;}
/* 312  */ 	.careerfy-banner-btn a { margin: 10px 2px 0px;}
/* 313  */ 	.careerfy-featured-listing figure, .careerfy-featured-listing-text { float: left; width: 100%;}
/* 314  */ 	.careerfy-option-btn { float: right;}
/* 315  */ 	.careerfy-blog-grid-text { padding: 15px 15px 30px;}
/* 316  */ 	.careerfy-footer-widget .col-md-4,.careerfy-footer-widget .col-md-3,.careerfy-footer-widget .col-md-2 { display: inline-block; width: 50%; vertical-align: top; margin-right: -4px;}
/* 317  */ 	.careerfy-featured-listing > ul > li { width: 50%; float: none; display: inline-block; margin-right: -4px; vertical-align: top;}
/* 318  */ 	.careerfy-testimonial-slider:before { top: -25px; left: 15px;}
/* 319  */ 	.careerfy-banner-search ul li { width: 29.333%;}
/* 320  */ 	.careerfy-modren-counter ul li::before { content: none;}
/* 321  */ 	.careerfy-banner-search ul li:last-child { width: 10%;}
/* 322  */ 	.careerfy-services-classic ul li::before { content: none;}
/* 323  */ 	.careerfy-classic-priceplane-title { padding: 0px 6px;}
/* 324  */ 	.careerfy-priceplane-section span ~ p { padding: 0px; float: left;}
/* 325  */
/* 326  */ 	.careerfy-login-registration-form .careerfy-column-6 { width: 100%;}
/* 327  */ 	.navbar-toggle .icon-bar { background-color: #bababa;}
/* 328  */ 	.careerfy-errorpage { float: left; width: 100%;}
/* 329  */ 	.careerfy-error-search { margin-bottom: 20px; width: 62%;}
/* 330  */ 	.careerfy-errorpage h2 { line-height: 1.3;}
/* 331  */ 	.careerfy-detail-wrap { margin: 0px; width: 100%;}
/* 332  */ 	.careerfy-blog-other > li { float: none; display: inline-block;}
/* 333  */ 	.careerfy-blog > ul > li { display: inline-block; vertical-align: top; float: none; margin-right: -4px; width: 50%;}
/* 334  */ 	.careerfy-subheader { background-size: cover;}
/* 335  */ 	.careerfy-main-content aside.col-md-3 { width: 100%;}
/* 336  */ 	.careerfy-errorpage-bg { background-size: cover;}
/* 337  */ 	.careerfy-main-content .widget { display: inline-block; float: none; width: 50%; vertical-align: top; padding: 0px 10px;}
/* 338  */ 	.navbar-nav > li > a::before,.careerfy-modren-counter ul li::before { content: none;}
/* 339  */ 	.careerfy-banner-search ul li i{ right: 10px;}
/* 340  */ 	.careerfy-select-style::after { right: 15px;}
/* 341  */ 	.careerfy-contact-form,.careerfy-contact-info-sec { width: 100%;}
/* 342  */ 	.careerfy-errorpage-bg { background-size: cover;}
/* 343  */ 	.careerfy-banner-search { width: 100%; } .careerfy-banner-search ul li,.careerfy-banner-search ul li:last-child { width: 50%; }
/* 344  */ 	.careerfy-showing-result figure ~ .careerfy-result-text,.careerfy-posts-list.careerfy-showing-result figure { float: left; width: 100%; }
/* 345  */ 	.careerfy-posts-list.careerfy-showing-result figure { margin-bottom: 20px; } .careerfy-showing-result figure ~ .careerfy-result-text { padding-left: 0px; }
/* 346  */ 	.careerfy-sidebar-col,.careerfy-content-col { padding: 0px 15px; }
/* 347  */ 	.careerfy-prenxt-post ul li,.careerfy-content-col .col-md-6 { width: 100%; }
/* 348  */ 	.comments-area { padding-right: 0px; } .involved-social-icone { float: left; }
/* 349  */ 	.vc_column_container { padding: 0px 15px !important; }
/* 350  */ 	.col-md-6.careerfy-parallex-box { min-height: inherit; float: left; width: 100%; } .careerfy-parallex-box-wrap { width: 100%; }

/* responsive.css */

/* 351  */ 	.careerfy-joblisting-plain-right { float: left; }
/* 352  */ 	.careerfy-comingsoon-wrap,.careerfy-coming-soon { position: static; float: left; width: 100%; } .careerfy-transparent { display: none; }
/* 353  */ 	.careerfy-comingsoon-text .careerfy-newsletter { width: 100%; }
/* 354  */ 	.careerfy-btns-con { width: 100%; }
/* 355  */ 	.careerfy-btns-con { padding: 0px 15px; }
/* 356  */
/* 357  */ 	.careerfy-featured-listing-text h2 a { width: auto; overflow: inherit; }
/* 358  */ 	.careerfy-featured-listing > ul > li.col-md-6 { width: 50%; }
/* 359  */ 	.careerfy-featured-listing figure a { width: 100%; height: 100%; }
/* 360  */ 	.careerfy-featured-listing figure a img { height: 100%; }
/* 361  */ 	.careerfy-featured-listing-text { padding-bottom: 18px; }
/* 362  */ 	.careerfy-copyright p.links-term-pri-help { width: 100%; text-align: center; }
/* 363  */ 	/* Banner Three */
/* 364  */ 	.careerfy-banner-search-three,.careerfy-typo-wrap .careerfy-banner-search-three { width: 100%; } .careerfy-banner-three { padding: 70px 0px; }
/* 365  */ 	.careerfy-banner-search-three ul li,.careerfy-banner-search-three ul li:last-child { width: 50%; }
/* 366  */ 	.careerfy-upload-cvbtn,.careerfy-typo-wrap .careerfy-upload-cvbtn { margin: 20px 0px 20px 0px; }
/* 367  */ 	.careerfy-bannerthree-caption h1,.careerfy-bannerthree-caption p,.careerfy-plan-thumb,.careerfy-testimonial-slider-style3 { width: 100%; }
/* 368  */ 	.testimonial-slider-style3-text { padding: 80px 0px 150px 80px; }
/* 369  */ 	.careerfy-banner { padding: 70px 0px 70px 0px; }
/* 370  */ 	.careerfy-banner-caption h1 { font-size: 34px; }
/* 371  */ 	.careerfy-bannerthree-caption h1 { font-size: 28px; }
/* 372  */ 	.careerfy-bannerthree-caption p { font-size: 18px; }
/* 373  */ 	.careerfy-search-categories li:before { right: 10px; } .careerfy-search-categories li { padding-left: 0px; padding-right: 20px; }
/* 374  */ 	.careerfy-banner-btn a i {  display: none;}
/* 375  */ 	/*HeaderOne*/
/* 376  */ 	.careerfy-logo-con,.careerfy-btns-con { float: left; } .careerfy-menu-con { float: right; }
/* 377  */
/* 378  */ 	/* Header Two */
/* 379  */
/* 380  */ 	.banner-search-padding .vc_column-inner { padding: 0px !important; }
/* 381  */
/* 382  */ 	.careerfy-parallax-text-box { width: 100%; }
/* 383  */ 	.careerfy-banner-search-four ul li { width: 50%; margin-bottom: 15px; } .careerfy-banner-search-four ul li:last-child { width: 50%; }
/* 384  */ 	.careerfy-featured-jobs-list > ul > li { float: left; width: 100%; }
/* 385  */ 	.jobsearch-search-container .jobsearch-banner-search ul li { line-height: 1; }
/* 386  */ 	.banner-search-padding .careerfy-banner-caption { padding-left: 20px; padding-right: 20px; }
/* 387  */
/* 388  */ 	/* Footer Two */
/* 389  */ 	.careerfy-footer-two .careerfy-footer-widget .col-md-9 { width: 100%; }
/* 390  */ 	.careerfy-copyright-social,.careerfy-copyright-download { width: 100%; } .careerfy-copyright-social li,.careerfy-copyright-download li { float: none; display: inline-block; }
/* 391  */ 	.careerfy-banner-two .careerfy-banner-caption p { width: 100%; } .careerfy-footer-two .menu,.careerfy-footer-three .menu,.careerfy-footer-one .widget_nav_menu .menu,
/* 392  */ 	.careerfy-footer-four .widget_nav_menu .menu { max-height: inherit; overflow: inherit; min-height: auto; }
/* 393  */ 	.careerfy-footer-newslatter li:last-child { width: 60%; margin-top: 10px; } .careerfy-footer-newslatter li { width: 100%; }
/* 394  */ 	.careerfy-footer-two .col-md-9 .widget { width: 50%; } .careerfy-footer-widget .widget.careerfy-footer-newslatter { width: 100%; }
/* 395  */ 	.careerfy-footer-three .careerfy-footer-newslatter li { width: auto; margin-top: 0px; }
/* 396  */
/* 397  */ 	/* HeaderFive */
/* 398  */ 	.careerfy-banner-search-six ul li,.careerfy-banner-search-six ul li:last-child { width: 50%; margin-bottom: 10px; }
/* 399  */ 	.careerfy-banner-search-six input[type="submit"] { text-align: center; }
/* 400  */ 	.careerfy-categories-stylefive ul li { width: 25%; } .careerfy-team-parallex { padding-top: 24px; }

/* responsive.css */

/* 401  */ 	.careerfy-animate-filter ul { text-align: center; } .careerfy-animate-filter ul li { display: inline-block; float: none; }
/* 402  */
/* 403  */ 	/* Banner */
/* 404  */ 	.careerfy-search-seven-wrap h2 { font-size: 26px; width: 100%; }
/* 405  */ 	.careerfy-banner-search-seven { width: 100%; }
/* 406  */ 	.careerfy-banner-search-seven ul li,.careerfy-banner-search-seven ul li:last-child { width: 50%; }
/* 407  */ 	.careerfy-joblisting-media ~ .careerfy-joblisting-text { margin-left: 0px; float: left; width: 100%;  }
/* 408  */
/* 409  */ 	/* Header Eight */
/* 410  */ 	.careerfy-banner-search-eight ul li:nth-child(1),.careerfy-banner-search-eight ul li:nth-child(2),.careerfy-banner-search-eight ul li,
/* 411  */ 	.careerfy-banner-search-eight input[type="submit"] { width: 100%; }
/* 412  */ 	.careerfy-banner-search-eight input[type="submit"] { margin: 15px 0px 0px 0px; }
/* 413  */ 	.careerfy-priceplan-wrapper { width: 100%; padding: 0px 15px; }
/* 414  */ 	.careerfy-banner-search-two, .careerfy-typo-wrap .careerfy-banner-search-two { border-radius: 10px; }
/* 415  */
/* 416  */ 	/* HomePage9 */
/* 417  */ 	.careerfy-bannernine-caption { position: relative; float: left; padding: 90px 0px 60px 0px; margin: 0px; }
/* 418  */ 	.careerfy-categories-classic ul li { width: 50%; }
/* 419  */ 	.careerfy-featuredjobs-list .careerfy-featuredjobs-box { width: 100%; }
/* 420  */ 	.careerfy-featuredjobs-list a,.careerfy-featuredjobs-box.careerfy-featuredjobs-posdat { text-align: center; }
/* 421  */ 	.careerfy-featuredjobs-list a { padding: 20px 0px; }
/* 422  */ 	.careerfy-featuredjobs-list figure { margin-bottom: 9px !important; }
/* 423  */ 	.careerfy-featuredjobs-box.careerfy-featuredjobs-posdat { padding-top: 10px; }
/* 424  */ 	.careerfy-footernine-newslatter-inner,.careerfy-footer-nine-newslatter form { width: 100%; min-width: 100%; }
/* 425  */ 	.careerfy-footer-nine-social { width: 100%; text-align: center; margin-top: 10px; }
/* 426  */ 	.careerfy-footer-nine-social li { float: none; display: inline-block; margin-top: 10px; }
/* 427  */ 	.careerfy-footer-widget .menu ul ul, .careerfy-footer-widget .menu  { max-height: inherit; overflow: inherit; }
/* 428  */
/* 429  */ 	/* Search Ten */
/* 430  */ 	.careerfy-search-ten form ul.careerfy-search-ten-grid li,.careerfy-search-ten form ul.careerfy-search-ten-grid li:last-child { width: 50%; }
/* 431  */ 	.careerfy-search-ten form label i { display: none; }
/* 432  */ 	.careerfy-recent-list figure ~ .careerfy-recent-list-text { margin-left: 0px; float: left; width: 100%; padding-left: 0px; }
/* 433  */ 	.careerfy-recent-list .careerfy-recent-list-text > * { margin: 8px 0px; }
/* 434  */ 	.careerfy-recent-list-text { padding-right: 0px; float: left; width: 100%; }
/* 435  */ 	.careerfy-recent-list-status { position: static; float: left; }
/* 436  */ 	.findperson-custom-search,.findperson-custom-search .vc_column-inner  { margin-top: 0px !important; }
/* 437  */
/* 438  */ 	.careerfy-search-ten-full { margin-top: 0px; }
/* 439  */ 	.careerfy-categories-tenstyle1 > ul > li { width: 33.333%; }
/* 440  */ 	.careerfy-speakers-grid-text { background: none; }
/* 441  */ 	.careerfy-top-recruiters-slider .slick-arrow { display: none; }
/* 442  */
/* 443  */ 	/* HomePage */
/* 444  */ 	.careerfy-fifteen-banner-inner { width: 100% !important; }
/* 445  */ 	.careerfy-fifteen-banner-search ul li,.careerfy-fifteen-banner-search ul li:last-child { width: 50%; }
/* 446  */ 	.careerfy-categories-browse-links ul li { width: 50%; }
/* 447  */ 	.careerfy-fifteen-recent-jobs time,.careerfy-fifteen-recent-jobs figure,.careerfy-fifteen-recent-jobs small,.careerfy-fifteen-recent-jobs strong { width: 100%; }
/* 448  */ 	.careerfy-fifteen-recent-jobs small { text-align: left; } .careerfy-fifteen-recent-jobs > ul > li { width: 50%; margin-bottom: 30px; }
/* 449  */ 	.careerfy-fifteen-recent-jobs time { border: none; padding-top: 0px; padding-bottom: 10px; } .careerfy-fifteen-recent-jobs figure { padding-left: 0px; }
/* 450  */ 	.careerfy-fifteen-recent-jobs-inner { padding: 15px 30px 20px 30px; } .careerfy-fifteen-recent-jobs strong { margin-top: 10px; }

/* responsive.css */

/* 451  */ 	.careerfy-fifteen-blog-medium figure ~ .careerfy-fifteen-blog-medium-text { margin-left: 0px; float: left; width: 100%; padding-top: 15px; }
/* 452  */ 	.careerfy-fifteen-blog-medium figure,.careerfy-fifteen-blog-medium figure a,.careerfy-fifteen-blog-medium figure img { float: left; width: 100%; }
/* 453  */ 	.careerfy-fifteen-banner h1 { font-size: 30px; }
/* 454  */ 	/* Header11 */
/* 455  */
/* 456  */ 	.copyright-eleven { text-align: center; } .copyright-eleven p { width: 100%; margin: 0px 0px 10px 0px; }
/* 457  */ 	.copyright-eleven-social,.copyright-eleven-app { float: none; display: inline-block; }
/* 458  */ 	/* HomeJobTime */
/* 459  */ 	.careerfy-fifteen-categories ul li { width: 50%; border-bottom: 1px solid #9a9a9a; border-right: 1px solid #9a9a9a; border-left: none; border-top: none; }
/* 460  */ 	.careerfy-section-title-btn { float: left; }
/* 461  */ 	.careerfy-fifteen-categories ul li:nth-child(even) { border-right: none; }
/* 462  */ 	.careerfy-fifteen-categories ul li:nth-last-child(2), .careerfy-fifteen-categories ul li:nth-last-child(1) { border-bottom: none; }
/* 463  */ 	/* Header Eleven */
/* 464  */ 	.careerfy-testimonial-style11-slider,.careerfy-testimonial-video-wrap { width: 100%; }
/* 465  */ 	.careerfy-recentjobs-text,.careerfy-banner-eleven-tabs,.careerfy-recentjobs-text.three-cell,.careerfy-recentjobs-text.two-cell { width: 100%; flex-basis: 100%; }
/* 466  */ 	.careerfy-recentjobs-text,.careerfy-recentjobs-text.two-cell { padding-left: 0px; }
/* 467  */ 	.careerfy-recentjobs-text time i,.careerfy-recentjobs-text span i,.careerfy-recentjobs-text small i { float: none; display: inline-block; }
/* 468  */ 	.careerfy-recentjobs-list ul li { width: 50%; }
/* 469  */ 	.careerfy-banner-eleven { padding-top: 70px; }
/* 470  */ 	.careerfy-banner-eleven-tabs h1 { font-size: 20px; }
/* 471  */ 	.careerfy-banner-eleven-search ul li,.careerfy-banner-eleven-search ul li:last-child { width: 100%; }
/* 472  */ 	.careerfy-banner-eleven-tabs-nav li a { font-size: 14px; } .careerfy-banner-eleven-tabs-nav li { margin-right: 5px; }
/* 473  */ 	.body-eleven .vc_column_container > .vc_column-inner { padding-left: 30px; padding-right: 30px; }
/* 474  */
/* 475  */
/* 476  */ 	/* HomePageAutoJob */
/* 477  */ 	.careerfy-banner-twelve p,.careerfy-banner-twelve h1,.careerfy-banner-twelve-search,.careerfy-premium-jobs figure,.careerfy-premium-jobs-text { width: 100%; }
/* 478  */ 	.careerfy-twelve-navigation .jobsearch-navigation { position: relative; }
/* 479  */ 	.careerfy-twelve-navigation { padding: 20px 0px; }
/* 480  */ 	.careerfy-browse-links ul li,.careerfy-top-employers-slider-list ul li { width: 50%; }
/* 481  */ 	.careerfy-top-sectors-category ul li { padding: 1px 1px 1px 1px; margin-bottom: 0px; margin-right: -2px !important; }
/* 482  */ 	.careerfy-premium-jobs figure { margin-bottom: 20px; } .careerfy-premium-jobs-text { text-align: left; }
/* 483  */ 	.careerfy-top-sectors-category a { background-color: #f5f5f5; border: none; }
/* 484  */ 	.careerfy-banner-twelve h1 { font-size: 30px; }
/* 485  */
/* 486  */ 	/* HomePageSearchJob */
/* 487  */ 	.careerfy-thirteen-banner-search form { width: 100%; }
/* 488  */ 	.careerfy-thirteen-banner-search ul li { width: 50%; }
/* 489  */ 	.careerfy-thirteen-banner-search { padding: 16px 20px 10px 20px; }
/* 490  */ 	.careerfy-jobslatest-list ul li { float: left; width: 100%; }
/* 491  */ 	.careerfy-partner-twelve-slider { margin-bottom: 30px; }
/* 492  */ 	.careerfy-thirteen-banner-caption h1 { font-size: 50px; width: 100%; }
/* 493  */
/* 494  */ 	/* HomePage JobRiver */
/* 495  */ 	.careerfy-sixteen-banner form { min-width: 85%; }
/* 496  */ 	.careerfy-sixteen-blog-medium figure { width: 100%; }
/* 497  */ 	.careerfy-sixteen-blog-medium figure ~ .careerfy-sixteen-blog-medium-text { margin-left: 0px; float: left; width: 100%; }
/* 498  */ 	.careerfy-footer-sixteen .careerfy-footer-widget [class*="col-md-"] { width: 50%; }
/* 499  */ 	.copyright-sixteen { text-align: center; }
/* 500  */ 	.copyright-sixteen-download,.copyright-sixteen-social { float: none; display: inline-block; }

/* responsive.css */

/* 501  */ 	.copyright-sixteen p { width: 100%; margin: 10px 0px; }
/* 502  */
/* 503  */ 	.careerfy-sixteen-banner-tags small { width: 100%; margin-bottom: 20px; }
/* 504  */ 	.careerfy-sixteen-banner h1 { font-size: 28px; line-height: 1.1; }
/* 505  */ 	.careerfy-sixteen-banner span { line-height: 1.2; }
/* 506  */
/* 507  */ 	/* PerfectJob */
/* 508  */ 	.careerfy-seventeen-search ul li { width: 100%; }
/* 509  */ 	.careerfy-seventeen-services li:nth-child(odd):before,.careerfy-seventeen-services li:nth-child(even):before { display: none; }
/* 510  */ 	.careerfy-refejobs-list figure { width: 100%; margin-bottom: 15px; } .careerfy-refejobs-list small { width: 100%; text-align: left; margin-bottom: 10px; }
/* 511  */ 	.careerfy-seventeen-testimonial figure figcaption { padding-right: 0px; }
/* 512  */ 	.careerfy-seventeen-testimonial small { position: static; display: inline-block; margin-top: 10px; }
/* 513  */ 	.careerfy-refejobs-list > ul > li { width: 50%; margin-bottom: 30px; float: none; display: inline-block; margin-right: -4px; vertical-align: top; }
/* 514  */
/* 515  */ 	/* CareerBooster */
/* 516  */ 	.careerfy-eighteen-banner { padding-left: 20px; padding-right: 20px; }
/* 517  */ 	.careerfy-eighteen-newslatter-left, .careerfy-eighteen-newslatter-right { width: 100%; }
/* 518  */ 	.careerfy-eighteen-newslatter-right { margin-top: 25px; }
/* 519  */
/* 520  */ 	/* JobPoint */
/* 521  */ 	.careerfy-fourteen-caption h1,.careerfy-fourteen-caption form,.copyright-fourteen p { width: 100%; }
/* 522  */ 	.careerfy-categories-style14 ul li { width: 33.333%; }
/* 523  */ 	.careerfy-howit-works-text p { width: 90%; }
/* 524  */ 	.careerfy-logo-fourteen { float: right; }
/* 525  */ 	.copyright-fourteen { text-align: center; }
/* 526  */ 	.copyright-fourteen-social { float: none; display: inline-block; }
/* 527  */
/* 528  */ 	.careerfy-related-blog.careerfy-blog > ul > li { width: 100%; }
/* 529  */ 	.careerfy-related-blog figure ~ .careerfy-related-blog-text { margin-left: 0px; float: left; width: 100%; }
/* 530  */ 	.careerfy-related-blog figure { width: 100%; }
/* 531  */ 	.careerfy-section-title-style h2 { width: 100%; text-align: center; margin-bottom: 10px; }
/* 532  */ 	.restrict-candidate-sec h2 { font-size: 25px; } .restrict-candidate-sec p { font-size: 16px; }
/* 533  */ 	.careerfy-top-employers-slider-list span { text-align: center; }
/* 534  */ 	.careerfy-top-employers-slider-list span small { float: none; display: inline-block; width: 100%; }
/* 535  */ 	/* Header Eight JobSearch */
/* 536  */ 	.hdernotifics-after-con a { width: 100%; text-align: center; }
/* 537  */ 	.careerfy-headseven-option > li > a { padding-left: 4px; padding-right: 4px; }
/* 538  */ 	/* HomePage BabyLove */
/* 539  */ 	.careerfy-twentyone-search-inner { width: 90%; }
/* 540  */ 	.careerfy-services.careerfy-services-twentyone li { margin-bottom: 0px; }
/* 541  */ 	.careerfy-services-twentyone-style3 small:before,.careerfy-services-twentyone-style3 small:after { display: none; }
/* 542  */ 	.careerfy-services-twentyone-style2,.careerfy-twentyone-testimonial,.careerfy-services-twentyone-style3 { padding-left: 20px; padding-right: 20px; }
/* 543  */
/* 544  */ 	.careerfy-fancy-title-twentyone h2 { line-height: 1.2; }
/* 545  */
/* 546  */ 	small.careerfy-jobs-style9-jobtype { margin-top: 4px; margin-bottom: 4px; }
/* 547  */ 	.careerfy-candidate-style8-content,.careerfy-jobs-box1,.careerfy-jobs-box2,.careerfy-candidate-style8-box1, .careerfy-candidate-style8-box2 { width: 100% !important; }
/* 548  */ 	.careerfy-candidate-style8-inner,.careerfy-jobs-box2 { border: none; }
/* 549  */ 	.careerfy-jobs-style9-options { margin-top: 0px; }
/* 550  */ 	.careerfy-candidate-style8-wrapper { padding-top: 10px; }

/* responsive.css */

/* 551  */ 	.careerfy-candidate-style8-inner:before { display: none; }
/* 552  */ 	.careerfy-candidate-style8-box2 { padding: 0px 0px 5px 0px; }
/* 553  */ 	.careerfy-jobdetail-services-style5 ul li,.careerfy-jobdetail-style5-image { width: 100% !important; }
/* 554  */ 	.careerfy-jobdetail-style5-image ~ .careerfy-jobdetail-style5-content-list { margin-left: 0px !important; float: left; width: 100%; padding: 26px 20px 20px 26px; }
/* 555  */ 	.jobsearch_apply_job ul li a { margin-bottom: 10px; }
/* 556  */ 	.jobsearch_side_box_style5 { margin-bottom: 25px; }
/* 557  */ 	.candidate-detail-five-subheader { margin-bottom: 0px !important; padding: 70px 0px 60px 0px !important; }
/* 558  */ 	.careerfy-plugin-default-container { width: 100%; padding: 0px 15px; }
/* 559  */ 	.careerfy-candidate-box-progress .careerfy-column-6 { width: 100%; }
/* 560  */ 	.careerfy-candidate-info-style5 figure ~ .careerfy-candidate-info-inner-style5 { margin-left: 0px !important; float: left; width: 100%; padding-top: 15px; }
/* 561  */ 	.careerfy-candidate-detail5-tablink { margin-top: 20px; padding-top: 25px; }
/* 562  */ 	.careerfy-candidate-detail5-tablink ul li.active a:before { display: none; }
/* 563  */ 	.careerfy-candidate-detail5-tablink ul li a { padding-top: 0px !important; }
/* 564  */ 	.candidate_portfolio_style5 ul [class*="careerfy-column-"] { width: 33.333%; }
/* 565  */ 	.jobsearch-typo-wrap .review-overall-stars-sec,.jobsearch-typo-wrap .review-stars-sec { width: 100%; }
/* 566  */ 	.jobsearch-typo-wrap .review-overall-stars-sec { border-left: 1px solid #ddd; border-top: none; }
/* 567  */
/* 568  */ 	/* Banner Search Two */
/* 569  */ 	.careerfy-banner-search-two.search-loc-off ul li,
/* 570  */ 	.careerfy-banner-search-two.search-keyword-off ul li,
/* 571  */ 	.careerfy-banner-search-two.search-cat-off ul li { width: 50%; }
/* 572  */ 	.careerfy-banner-search-two ul li { float: none; display: inline-block; vertical-align: top; margin-right: -4px; }
/* 573  */ 	.careerfy-banner-search-two.search-keyword-off.search-cat-off ul li,
/* 574  */ 	.careerfy-banner-search-two.search-cat-off.search-loc-off ul li,
/* 575  */ 	.careerfy-banner-search-two.search-keyword-off.search-loc-off ul li { width: 65%; }
/* 576  */ 	.careerfy-banner-search-two.search-keyword-off.search-cat-off ul li:last-child,
/* 577  */ 	.careerfy-banner-search-two.search-cat-off.search-loc-off ul li:last-child,
/* 578  */ 	.careerfy-banner-search-two.search-keyword-off.search-loc-off ul li:last-child { width: 35%; }
/* 579  */ 	/* Banner Search Three */
/* 580  */ 	.search-cat-off .careerfy-banner-search-three ul li,
/* 581  */ 	.search-keyword-off .careerfy-banner-search-three ul li,
/* 582  */ 	.search-loc-off .careerfy-banner-search-three ul li { width: 50%; }
/* 583  */ 	.search-keyword-off.search-loc-off .careerfy-banner-search-three ul li,
/* 584  */ 	.search-keyword-off.search-cat-off .careerfy-banner-search-three ul li,
/* 585  */ 	.search-cat-off.search-loc-off .careerfy-banner-search-three ul li { width: 70%; }
/* 586  */ 	.search-keyword-off.search-loc-off .careerfy-banner-search-three ul li:last-child,
/* 587  */ 	.search-keyword-off.search-cat-off .careerfy-banner-search-three ul li:last-child,
/* 588  */ 	.search-cat-off.search-loc-off .careerfy-banner-search-three ul li:last-child { width: 30%; }
/* 589  */ 	/* Banner Search Four */
/* 590  */ 	.careerfy-banner-search-four.search-cat-off ul li,
/* 591  */ 	.careerfy-banner-search-four.search-keyword-off ul li,
/* 592  */ 	.careerfy-banner-search-four.search-loc-off ul li { width: 50%; }
/* 593  */ 	.careerfy-banner-search-four ul li { float: none; display: inline-block; vertical-align: top; margin-right: -4px; }
/* 594  */ 	.careerfy-banner-search-four.search-keyword-off.search-cat-off ul li,
/* 595  */ 	.careerfy-banner-search-four.search-cat-off.search-loc-off ul li,
/* 596  */ 	.careerfy-banner-search-four.search-keyword-off.search-loc-off ul li { width: 70%; }
/* 597  */ 	.careerfy-banner-search-four.search-keyword-off.search-cat-off ul li:last-child,
/* 598  */ 	.careerfy-banner-search-four.search-cat-off.search-loc-off ul li:last-child,
/* 599  */ 	.careerfy-banner-search-four.search-keyword-off.search-loc-off ul li:last-child { width: 30%; }
/* 600  */

/* responsive.css */

/* 601  */ 	.careerfy-banner-search-six.search-cat-off ul li,
/* 602  */ 	.careerfy-banner-search-six.search-keyword-off ul li,
/* 603  */ 	.careerfy-banner-search-six.search-loc-off ul li { width: 50%; }
/* 604  */ 	.careerfy-banner-search-six.search-keyword-off.search-loc-off ul li,
/* 605  */ 	.careerfy-banner-search-six.search-keyword-off.search-cat-off ul li,
/* 606  */ 	.careerfy-banner-search-six.search-cat-off.search-loc-off ul li { width: 55%; }
/* 607  */ 	.careerfy-banner-search-six.search-keyword-off.search-loc-off ul li:last-child,
/* 608  */ 	.careerfy-banner-search-six.search-keyword-off.search-cat-off ul li:last-child,
/* 609  */ 	.careerfy-banner-search-six.search-cat-off.search-loc-off ul li:last-child { width: 45%; }
/* 610  */
/* 611  */ 	.careerfy-banner-search-seven ul li,.careerfy-search-ten form ul.careerfy-search-ten-grid li { float: none; display: inline-block; vertical-align: top; margin-right: -4px; }
/* 612  */ 	.careerfy-banner-search-seven.search-keyword-off.search-cat-off ul li:first-child,
/* 613  */ 	.careerfy-banner-search-seven.search-cat-off.search-loc-off ul li:first-child,
/* 614  */ 	.careerfy-banner-search-seven.search-keyword-off.search-loc-off ul li:first-child { width: 75%; }
/* 615  */ 	.careerfy-banner-search-seven.search-keyword-off.search-cat-off ul li:last-child,
/* 616  */ 	.careerfy-banner-search-seven.search-cat-off.search-loc-off ul li:last-child,
/* 617  */ 	.careerfy-banner-search-seven.search-keyword-off.search-loc-off ul li:last-child { width: 25%; }
/* 618  */ 	form.careerfy-banner-search-eight.all-searches-on ul li:nth-child(2),
/* 619  */ 	form.careerfy-banner-search-eight.all-searches-on ul li:nth-child(3) { width: 50%; }
/* 620  */ 	.careerfy-banner-search-eight.search-cat-off.search-loc-off ul li:nth-child(1),
/* 621  */ 	.careerfy-banner-search-eight.search-keyword-off.search-cat-off.search-loc-off ul li:nth-child(1),
/* 622  */ 	.careerfy-banner-search-eight.search-keyword-off.search-cat-off ul li:nth-child(1),
/* 623  */ 	.careerfy-banner-search-eight.search-keyword-off.search-loc-off ul li:nth-child(1),
/* 624  */ 	.careerfy-banner-search-eight.search-cat-off.search-loc-off ul li:nth-child(2),
/* 625  */ 	.careerfy-banner-search-eight.search-keyword-off.search-cat-off.search-loc-off ul li:nth-child(2),
/* 626  */ 	.careerfy-banner-search-eight.search-keyword-off.search-cat-off ul li:nth-child(2),
/* 627  */ 	.careerfy-banner-search-eight.search-keyword-off.search-loc-off ul li:nth-child(2) { width: 100%; }
/* 628  */ 	.careerfy-banner-search-eight ul li:nth-child(2) input[type="text"] { border-radius: 0px; }
/* 629  */
/* 630  */ 	.careerfy-banner-search-ten.search-loc-off ul.careerfy-search-ten-grid li,
/* 631  */ 	.careerfy-banner-search-ten.search-keyword-off ul.careerfy-search-ten-grid li,
/* 632  */ 	.careerfy-banner-search-ten.search-cat-off ul.careerfy-search-ten-grid li { width: 50%; }
/* 633  */ 	.careerfy-banner-search-ten.search-keyword-off.search-cat-off ul.careerfy-search-ten-grid li:last-child,
/* 634  */ 	.careerfy-banner-search-ten.search-cat-off.search-loc-off ul.careerfy-search-ten-grid li:last-child,
/* 635  */ 	.careerfy-banner-search-ten.search-keyword-off.search-loc-off ul.careerfy-search-ten-grid li:last-child { width: 30%; }
/* 636  */ 	.careerfy-banner-search-ten.search-keyword-off.search-cat-off ul.careerfy-search-ten-grid li,
/* 637  */ 	.careerfy-banner-search-ten.search-cat-off.search-loc-off ul.careerfy-search-ten-grid li,
/* 638  */ 	.careerfy-banner-search-ten.search-keyword-off.search-loc-off ul.careerfy-search-ten-grid li { width: 70%; }
/* 639  */ 	.careerfy-thirteen-banner .careerfy-thirteen-banner-search ul li:last-child { width: 50%; }
/* 640  */ 	.careerfy-thirteen-banner-search li a { margin-left: 7px; }
/* 641  */
/* 642  */ 	.careerfy-fourteen-banner .careerfy-fourteen-fields li,.careerfy-fourteen-banner .careerfy-fourteen-fields li:last-child { width: 50%; margin: 0px; }
/* 643  */ 	.careerfy-fourteen-caption ul { margin-bottom: 15px; }
/* 644  */ 	.careerfy-fourteen-caption form input[type="submit"] { width: 100%; }
/* 645  */ 	.careerfy-fourteen-banner.search-cat-off .careerfy-fourteen-fields li,
/* 646  */ 	.careerfy-fourteen-banner.search-loc-off .careerfy-fourteen-fields li,
/* 647  */ 	.careerfy-fourteen-banner.search-keyword-off .careerfy-fourteen-fields li { width: 33.333%; }
/* 648  */ 	.careerfy-fourteen-banner.search-keyword-off.search-cat-off .careerfy-fourteen-fields li:last-child,
/* 649  */ 	.careerfy-fourteen-banner.search-cat-off.search-loc-off .careerfy-fourteen-fields li:last-child,
/* 650  */ 	.careerfy-fourteen-banner.search-keyword-off.search-loc-off .careerfy-fourteen-fields li:last-child { width: 33%; }

/* responsive.css */

/* 651  */
/* 652  */ 	.search-cat-off .careerfy-fifteen-banner-search ul li,
/* 653  */ 	.search-keyword-off .careerfy-fifteen-banner-search ul li,
/* 654  */ 	.search-loc-off .careerfy-fifteen-banner-search ul li { width: 50%; }
/* 655  */ 	.careerfy-fifteen-banner-search ul li { float: none; display: inline-block; vertical-align: top; margin-right: -4px; }
/* 656  */ 	.search-keyword-off.search-loc-off .careerfy-fifteen-banner-search ul li,
/* 657  */ 	.search-keyword-off.search-cat-off .careerfy-fifteen-banner-search ul li,
/* 658  */ 	.search-cat-off.search-loc-off .careerfy-fifteen-banner-search ul li { width: 70%; }
/* 659  */ 	.search-keyword-off.search-loc-off .careerfy-fifteen-banner-search ul li:last-child,
/* 660  */ 	.search-keyword-off.search-cat-off .careerfy-fifteen-banner-search ul li:last-child,
/* 661  */ 	.search-cat-off.search-loc-off .careerfy-fifteen-banner-search ul li:last-child { width: 30%; }
/* 662  */
/* 663  */ 	.careerfy-sixteen-banner.all-searches-on ul li,
/* 664  */ 	.careerfy-sixteen-banner.all-searches-on ul li:last-child,
/* 665  */ 	.careerfy-sixteen-banner.search-cat-off ul li,
/* 666  */ 	.careerfy-sixteen-banner.search-loc-off ul li,
/* 667  */ 	.careerfy-sixteen-banner.search-keyword-off ul li,
/* 668  */ 	.careerfy-sixteen-banner.search-cat-off ul li:last-child,
/* 669  */ 	.careerfy-sixteen-banner.search-loc-off ul li:last-child,
/* 670  */ 	.careerfy-sixteen-banner.search-keyword-off ul li:last-child { width: 50%; line-height: 0.7; }
/* 671  */ 	.careerfy-sixteen-banner form input[type="submit"] { width: 100%; border-radius: 0px; }
/* 672  */ 	.careerfy-sixteen-banner.search-keyword-off.search-cat-off ul li:first-child,
/* 673  */ 	.careerfy-sixteen-banner.search-cat-off.search-loc-off ul li:first-child,
/* 674  */ 	.careerfy-sixteen-banner.search-keyword-off.search-loc-off ul li:first-child { width: 65%; }
/* 675  */ 	.careerfy-sixteen-banner.search-keyword-off.search-cat-off ul li:last-child,
/* 676  */ 	.careerfy-sixteen-banner.search-cat-off.search-loc-off ul li:last-child,
/* 677  */ 	.careerfy-sixteen-banner.search-keyword-off.search-loc-off ul li:last-child { width: 35%; }
/* 678  */
/* 679  */ 	.careerfy-eighteen-fields li,
/* 680  */ 	.careerfy-eighteen-fields li:last-child { width: 50%; }
/* 681  */ 	.careerfy-eighteen-banner form input[type="submit"] { width: 100%; border-radius: 0px; }
/* 682  */ 	.careerfy-eighteen-banner .careerfy-eighteen-fields { text-align: left; }
/* 683  */
/* 684  */ 	form.careerfy-banner-twelve-search.all-searches-on .careerfy-twelve-fields li,
/* 685  */ 	.careerfy-banner-twelve-search.search-cat-off .careerfy-twelve-fields li,
/* 686  */ 	.careerfy-banner-twelve-search.search-keyword-off .careerfy-twelve-fields li,
/* 687  */ 	.careerfy-banner-twelve-search.search-loc-off .careerfy-twelve-fields li,
/* 688  */ 	.careerfy-banner-twelve-search.search-cat-off.search-loc-off .careerfy-twelve-fields li,
/* 689  */ 	.careerfy-banner-twelve-search.search-keyword-off.search-loc-off .careerfy-twelve-fields li,
/* 690  */ 	.careerfy-banner-twelve-search.search-keyword-off.search-cat-off .careerfy-twelve-fields li { width: 50%; }
/* 691  */ 	form.careerfy-banner-twelve-search.all-searches-on .careerfy-twelve-fields li:last-child,.careerfy-twelve-fields li:last-child { width: 50% !important; }
/* 692  */ 	.careerfy-banner-twelve-search input[type="submit"] { width: 100%; }
/* 693  */
/* 694  */ 	/* CleanWorld HomePage */
/* 695  */ 	.careerfy-footer-ninteen .widget_nav_menu ul li { width: 50%; }
/* 696  */
/* 697  */ 	.careerfy-nineteen-search,.careerfy-search-nineteen-tabs-nav,.careerfy-nineteen-search-tabs .tab-content { width: 100%; }
/* 698  */ 	.careerfy-search-nineteen-tabs-nav li span { width: 50%; }
/* 699  */ 	.careerfy-nineteen-category-list ul li { width: 33.333%; margin-bottom: 20px; }
/* 700  */ 	.careerfy-nineteen-testimonial p { width: 75%; }

/* responsive.css */

/* 701  */
/* 702  */ 	/* PetCare */
/* 703  */ 	.careerfy-services-twenty-style3 a:before { display: none; }
/* 704  */ 	.careerfy-testimonial-section .col-md-5 { min-height: 400px; }
/* 705  */ 	.careerfy-testimonial-section .row { display: inline-block; width: 100%; }
/* 706  */ 	.careerfy-service-slider-layer span { padding-right: 95px; }
/* 707  */ 	.careerfy-service-slider .careerfy-service-slider-layer { padding: 0px; }
/* 708  */ 	.careerfy-fancy-title-six span { font-size: 40px; }
/* 709  */
/* 710  */ 	.careerfy-joblisting-plain .careerfy-joblisting-plain-wrap { flex-wrap: wrap; }
/* 711  */ 	.careerfy-joblisting-plain figure ~ .careerfy-joblisting-plain-text { padding-left: 0px; flex-basis: 100%; }
/* 712  */ 	.careerfy-recentjobs-list ul li { margin-bottom: 25px;  }
/* 713  */
/* 714  */ 	.careerfy-recentjobs-list-inner { flex-wrap: wrap;  }
/* 715  */ 	.careerfy-listaply-btncon { margin-left: 0px; margin-top: 10px; }
/* 716  */ 	.careerfy-recentjobs-list-inner .careerfy-recentjobs-text:nth-child(2) { flex-basis: 100%; margin: 7px 0px 10px 0px; }
/* 717  */ 	.careerfy-counter-style10 ul.row { display: block;  }
/* 718  */ 	.careerfy-employer-subheader-three .careerfy-employer-detail2-toparea-btn { float: none !important; display: inline-block;  }
/* 719  */ 	.careerfy-employer-subheader-three h1 { font-size: 20px; }
/* 720  */ 	.careerfy-employer-subheader-three .careerfy-right { margin-top: 40px !important; width: 100%; text-align: left; }
/* 721  */ 	.careerfy-employer-subheader-three .careerfy-detrating-con { width: 100%;  }
/* 722  */ 	.jobsearch-jobdetail-list { flex-wrap: wrap;  }
/* 723  */ 	.jobsearch-jobdetail-listthumb~figcaption { margin: 20px 0px 0px 0px; }
/* 724  */ 	.careerfy-slidesects-list.careerfy-categories-grideleven { display: block; }
/* 725  */ 	.careerfy-categories-grideleven ul.jobsearch-sects-allcon { display: none; }
/* 726  */ 	.careerfy-search-twentyone-grid { flex-wrap: wrap; }
/* 727  */ 	.careerfy-search-twentyone-grid .advserch-field, .careerfy-search-twentyone-grid .advserch-field:last-child { flex-basis: 100%; }
/* 728  */ 	.careerfy-joblisting-sten-wrap,.careerfy-employer-list2-wrap { flex-wrap: wrap; }
/* 729  */ 	.careerfy-joblisting-sten-text,.emplist-dmain-con { padding-left: 0px; }
/* 730  */ 	body .careerfy-employer-subheader-three figure { width: 100%; margin-bottom: 10px;  }
/* 731  */ 	body .careerfy-rightcntnt-holder { width: 100%; justify-content: flex-start;  }
/* 732  */ 	.careerfy-refejobs-list-inner,.careerfy-jobslatest-list-inner { flex-wrap: wrap; }
/* 733  */ 	.careerfy-jobslatest-list figure > a ~ figcaption { padding-left: 0px; width: 100%;  }
/* 734  */ 	.careerfy-jobslatest-list-cell small { margin-bottom: 10px;  }
/* 735  */ 	.careerfy-comingsoon-text .careerfy-newsletter label { position: relative; margin-top: 15px; float: left; }
/* 736  */ 	.careerfy-comingsoon-text h2 { font-size: 42px; line-height: 1.2; }
/* 737  */ 	.careerfy-comingsoon-countdown .countdown-amount { font-size: 30px; }
/* 738  */ 	.careerfy-comingsoon-countdown .countdown-section { padding-right: 30px; margin-bottom: 15px;  }
/* 739  */ 	.careerfy-comingsoon-countdown .countdown-section:before { right: 17px; top: 19px; }
/* 740  */ 	.careerfy-comingsoon-text p { width: 100%; }
/* 741  */ 	.careerfy-comingsoon-wrap { padding-bottom: 50px;  }
/* 742  */
/* 743  */ 	.careerfy-joblisting-view4 .careerfy-joblisting-wrap { flex-wrap: wrap; }
/* 744  */ 	.oddjobr-gallery-imgs { grid-template-columns: repeat( auto-fit, minmax(40%, 1fr) ); }
/* 745  */
/* 746  */
/* 747  */ 	/* FooterFive */
/* 748  */ 	.copyright-five { text-align: center; }
/* 749  */ 	.copyright-five p,.copyright-wrap { width: 100%; }
/* 750  */ 	.copyright-five p { padding-bottom: 0px; } .copyright-wrap { padding-top: 15px; }

/* responsive.css */

/* 751  */ 	.copyright-wrap img { margin-bottom: 20px; }
/* 752  */ 	.careerfy-blog-medium figure ~ .careerfy-blog-medium-text { margin-left: 0px; float: left; width: 100%; } .careerfy-blog-medium figure { width: 100%; }
/* 753  */ 	.careerfy-categories-stylefive ul li { border: none; } .careerfy-categories-stylefive-wrap a { word-break: break-all; }
/* 754  */ 	.careerfy-footer-five .widget_nav_menu .menu,.careerfy-footer-six .widget_nav_menu .menu { max-height: inherit; overflow: inherit; min-height: auto; }
/* 755  */
/* 756  */ 	.careerfy-joblisting-plain figure ~ .careerfy-joblisting-plain-text { margin-left: 0px; width: 100%; }
/* 757  */ 	.careerfy-joblisting-plain figure { margin-bottom: 20px !important; }
/* 758  */ 	.careerfy-joblisting-plain .careerfy-joblisting-plain-left { width: 100%; }
/* 759  */
/* 760  */ 	/* FooterSix */
/* 761  */ 	.copyright-six { text-align: center; }
/* 762  */ 	.footer-container { display: inline-block; }
/* 763  */ 	.copyright-six p { width: 100%; margin-right: 0px; }
/* 764  */ 	.copyright-six .footer-menu li { display: inline-block; float: none; }
/* 765  */
/* 766  */ }
/* 767  */
/* 768  */ /* Additional Query */
/* 769  */ @media (max-width: 300px) {
/* 770  */ 	.mobile-right-btnscon a { margin-left: 10px; }
/* 771  */ 	.mobile-hder-style3 a.mobile-navigation-togglebtn { margin-right: 8px; }
/* 772  */ }
/* 773  */ @media screen and (max-width: 600px) {
/* 774  */ 	#wpadminbar { position: fixed; }
/* 775  */ }
/* 776  */
/* 777  */ /* Media 300Px Start */
/* 778  */ @media (max-width: 480px) {
/* 779  */ 	.mobile-hder-style2 .mobile-right-btnscon a { margin-right: 10px; }
/* 780  */ 	.mobile-hder-style3 .mobile-logocon { width: 72%; }
/* 781  */ 	.mobile-hder-style3 .mobile-right-btnscon { width: 29%; }
/* 782  */ 	.mobile-hder-style3 .mobile-right-btnscon a { margin-left: 10px; }
/* 783  */ 	.careerfy-mobile-hdr-sidebar { width: 260px; }
/* 784  */ 	.careerfy-user-log ul { margin-top: 10px; }
/* 785  */ 	/*main grid*/
/* 786  */ 	.careerfy-main-content .col-md-4,.careerfy-main-content .col-md-3,.careerfy-main-content .col-md-6 { margin-right: 0px; width: 100%; margin-left: 0px; }
/* 787  */ 	/*main grid*/
/* 788  */ 	.careerfy-banner-search ul li:last-child,.careerfy-banner-btn a { width: 100%;}
/* 789  */ 	.careerfy-banner-search ul li { width: 100%;}
/* 790  */ 	.categories-list ul li { width: 100%;}
/* 791  */ 	.careerfy-banner-btn a { margin: 10px 0px 0px;}
/* 792  */ 	.careerfy-blog-grid-text { padding: 15px 20px 30px;}
/* 793  */ 	.careerfy-footer-widget .col-md-4,.careerfy-footer-widget .col-md-3,.careerfy-footer-widget .col-md-2 { margin-right: 0px; width: 100%;}
/* 794  */ 	.careerfy-classic-services span { right: 20px;}
/* 795  */ 	.careerfy-logo { width: auto;}
/* 796  */ 	.careerfy-navigation { float: right;}
/* 797  */ 	.navbar-toggle { margin: 30px 0px 25px;}
/* 798  */ 	.careerfy-right { width: 100%;}
/* 799  */ 	.careerfy-priceplane-section span ~ p { padding-left: 114px; float: none;}
/* 800  */ 	.navbar-collapse { right: 4px; left: auto; top: 75px;}

/* responsive.css */

/* 801  */ 	.careerfy-error-search { width: 100%;}
/* 802  */ 	.careerfy-blog > ul > li,.careerfy-prenxt-post ul li { width: 100%;}
/* 803  */ 	.comments-area figure ~ .careerfy-comment-text { margin: 0px; padding: 20px 0px 0px; float: left;}
/* 804  */ 	.careerfy-comment-text h6 { float: none;}
/* 805  */ 	.careerfy-comment-text time { float: left;}
/* 806  */ 	blockquote { font-size: 16px;}
/* 807  */ 	.careerfy-main-content .widget,.comment-respond form p { width: 100%;}
/* 808  */ 	.careerfy-main-content .widget { margin-right: 0px;}
/* 809  */ 	.careerfy-errorpage a { float: none; display: inline-block;}
/* 810  */ 	.careerfy-banner-caption h1 { font-size: 28px;}
/* 811  */ 	.careerfy-contact-form ul li { width: 100%;}
/* 812  */ 	.careerfy-banner-search-two ul li, .careerfy-banner-search-two ul li:last-child { width: 100%; }
/* 813  */ 	.careerfy-banner-search-three ul li,.careerfy-banner-search-three ul li:last-child,.careerfy-upload-cvbtn { width: 100%; }
/* 814  */ 	.testimonial-slider-style3-text { padding: 40px 20px 150px 25px; }
/* 815  */ 	.careerfy-bannerthree-caption h1 { font-size: 28px; }
/* 816  */ 	.careerfy-search-categories { text-align: center; } .careerfy-search-categories li { float: none; display: inline-block; }
/* 817  */ 	.careerfy-search-categories li:before { display: none; }
/* 818  */ 	.testimonial-slider-style3-text p { font-size: 14px; width: 100%; }
/* 819  */ 	.testimonial-slider-style3-text span i { font-size: 24px; }
/* 820  */ 	.testimonial-slider-style3-text span { font-size: 16px; }
/* 821  */ 	.testimonial-slider-style3-text span small { font-size: 14px; }
/* 822  */ 	.jobsearch-user-form input[type="submit"],.jobsearch-applicants-stats { width: 100%; }
/* 823  */ 	.careerfy-banner-three { padding: 100px 0px 110px 0px; }
/* 824  */ 	.careerfy-banner-btn a i {  display: inline-block;}
/* 825  */ 	.careerfy-user-option li:last-child { margin-right: 0px; }
/* 826  */ 	.careerfy-banner-search ul li { margin-right: 0px; }
/* 827  */ 	.careerfy-banner-search-four ul li { width: 100%; }
/* 828  */ 	.careerfy-featured-jobs-list figure ~ .careerfy-featured-jobs-list-text { margin-left: 0px; float: left; width: 100%; margin-top: 15px; }
/* 829  */ 	.careerfy-upload-cvbtn { padding: 23px 10px; }
/* 830  */ 	.careerfy-banner-search-four ul li:last-child { width: 100%; }
/* 831  */ 	.jobsearch-search-container .jobsearch-banner-search ul li:nth-child(2),.jobsearch-search-container .jobsearch-banner-search ul li:nth-child(4) { border-left: 1px solid #f2f2f2; }
/* 832  */ 	.careerfy-featured-listing > ul > li.col-md-6 { width: 100%; }
/* 833  */ 	.careerfy-featured-listing .careerfy-featured-listing-text h2 span { float: left; }
/* 834  */ 	.careerfy-featured-listing .careerfy-featured-listing-text time { margin-left: 0px; margin-bottom: 4px; width: 100%; }
/* 835  */ 	/* HeaderSix */
/* 836  */ 	.careerfy-categories-stylefive ul li { width: 50%; }
/* 837  */ 	.careerfy-banner-search-six ul li,.careerfy-banner-search-six ul li:last-child { width: 100%; }
/* 838  */ 	.careerfy-banner-search-seven ul li,.careerfy-banner-search-seven ul li:last-child { width: 100%; }
/* 839  */ 	.careerfy-employer-slider { padding: 0px 40px; }
/* 840  */ 	.careerfy-employer-slider .slick-arrow { left: -30px; } .careerfy-employer-slider .slick-arrow.slick-arrow-right { right: -30px; }
/* 841  */ 	.careerfy-banner-search-eight ul li { margin-top: 10px; }
/* 842  */ 	.careerfy-banner-search-seven ul li:last-child i { left: 10px; width: 94%; }
/* 843  */ 	.careerfy-footer-two .col-md-9 .widget { width: 100%; }
/* 844  */
/* 845  */ 	/* HomePage 9 */
/* 846  */ 	.careerfy-bannernine-caption h2,.careerfy-bannernine-caption p,.careerfy-services-nineview ul li:before { display: none; }
/* 847  */ 	.careerfy-categories-classic ul li,.careerfy-bannernine-caption-inner { width: 100%; }
/* 848  */ 	/* Search Ten */
/* 849  */ 	.careerfy-search-ten form ul.careerfy-search-ten-grid li,.careerfy-search-ten form ul.careerfy-search-ten-grid li:last-child,
/* 850  */ 	.careerfy-categories-tenstyle1 ul li { width: 100%; }

/* responsive.css */

/* 851  */
/* 852  */ 	.careerfy-categories-browse-links ul li,.careerfy-fifteen-banner-search ul li,.careerfy-fifteen-banner-search ul li:last-child,
/* 853  */ 	.careerfy-fifteen-recent-jobs > ul > li { width: 100%; }
/* 854  */
/* 855  */ 	/* HomeJobTime */
/* 856  */ 	.careerfy-banner-eleven-tabs-nav li a { padding: 9px 18px 10px 18px; }
/* 857  */ 	.careerfy-recentjobs-list ul li { width: 100%; }
/* 858  */ 	.careerfy-fifteen-categories ul li { width: 50%; }
/* 859  */
/* 860  */ 	.careerfy-jobslatest-list figure,.careerfy-jobslatest-list-cell { width: 100%; }
/* 861  */ 	.careerfy-jobslatest-list-cell{ text-align: left; padding-top: 10px; }
/* 862  */ 	.copyright-sixteen { padding-left: 20px; padding-right: 20px; }
/* 863  */ 	.careerfy-logo-fourteen { width: 50%; }
/* 864  */
/* 865  */ 	.careerfy-categories-style14 ul li,.careerfy-howit-works-list figure, .careerfy-howit-works-text { width: 100%; }
/* 866  */ 	.careerfy-howit-works-list figure { padding-bottom: 0px; }
/* 867  */ 	.careerfy-howit-works-list figure:before,.careerfy-howit-works-list figure:after { display: none; }
/* 868  */ 	.careerfy-howit-works-list ul li { margin-bottom: 30px; }
/* 869  */ 	.careerfy-howit-works-text p { margin-bottom: 20px; }
/* 870  */
/* 871  */ 	.careerfy-refejobs-list > ul > li { width: 100%; }
/* 872  */ 	.careerfy-eighteen-blog-grid figure ~ .careerfy-eighteen-blog-grid-text { margin-left: 0px; float: left; width: 100%; margin-top: 30px; }
/* 873  */ 	.careerfy-eighteen-blog-grid-left { width: 78%; }
/* 874  */
/* 875  */ 	.careerfy-twentyone-search-inner { width: 100%; padding: 0px 20px; }
/* 876  */ 	.careerfy-search-twentyone-tabs-nav li span { display: none; }
/* 877  */ 	.careerfy-footer-twentyone .widget_nav_menu ul li { width: 50%; }
/* 878  */
/* 879  */ 	small.careerfy-jobs-style9-jobtype { float: left; }
/* 880  */ 	.careerfy-jobs-style9-loc { display: inline-block; width: 100%; }
/* 881  */ 	.careerfy-services-text small,.careerfy-candiate-services-style5 ul li,.candidate_portfolio_style5 ul [class*="careerfy-column-"] { width: 100% !important; }
/* 882  */ 	.careerfy-jobdetail-services-style5 i { padding-top: 22px !important; }
/* 883  */ 	.careerfy-jobdetail-back-btn { width: 100%; text-align: center; }
/* 884  */ 	.careerfy-jobdetail-style5-btns a { width: 100%; }
/* 885  */ 	.jobsearch-option-btn { float: left; margin-top: 7px; margin-bottom: 7px; }
/* 886  */
/* 887  */ 	/* Banner Search */
/* 888  */ 	.careerfy-banner-search-two.search-loc-off ul li,
/* 889  */ 	.careerfy-banner-search-two.search-keyword-off ul li,
/* 890  */ 	.careerfy-banner-search-two.search-cat-off ul li,
/* 891  */ 	.careerfy-banner-search-two.search-keyword-off.search-cat-off ul li,
/* 892  */ 	.careerfy-banner-search-two.search-cat-off.search-loc-off ul li,
/* 893  */ 	.careerfy-banner-search-two.search-keyword-off.search-loc-off ul li,
/* 894  */ 	.careerfy-banner-search-two.search-keyword-off.search-cat-off ul li:last-child,
/* 895  */ 	.careerfy-banner-search-two.search-cat-off.search-loc-off ul li:last-child,
/* 896  */ 	.careerfy-banner-search-two.search-keyword-off.search-loc-off ul li:last-child,
/* 897  */ 	.search-cat-off .careerfy-banner-search-three ul li,
/* 898  */ 	.search-keyword-off .careerfy-banner-search-three ul li,
/* 899  */ 	.search-loc-off .careerfy-banner-search-three ul li,
/* 900  */ 	.search-keyword-off.search-loc-off .careerfy-banner-search-three ul li,

/* responsive.css */

/* 901  */ 	.search-keyword-off.search-cat-off .careerfy-banner-search-three ul li,
/* 902  */ 	.search-cat-off.search-loc-off .careerfy-banner-search-three ul li,
/* 903  */ 	.search-keyword-off.search-loc-off .careerfy-banner-search-three ul li:last-child,
/* 904  */ 	.search-keyword-off.search-cat-off .careerfy-banner-search-three ul li:last-child,
/* 905  */ 	.search-cat-off.search-loc-off .careerfy-banner-search-three ul li:last-child,
/* 906  */ 	.careerfy-banner-search-four.search-cat-off ul li,
/* 907  */ 	.careerfy-banner-search-four.search-keyword-off ul li,
/* 908  */ 	.careerfy-banner-search-four.search-loc-off ul li,
/* 909  */ 	.careerfy-banner-search-four.search-keyword-off.search-cat-off ul li,
/* 910  */ 	.careerfy-banner-search-four.search-cat-off.search-loc-off ul li,
/* 911  */ 	.careerfy-banner-search-four.search-keyword-off.search-loc-off ul li,
/* 912  */ 	.careerfy-banner-search-four.search-keyword-off.search-cat-off ul li:last-child,
/* 913  */ 	.careerfy-banner-search-four.search-cat-off.search-loc-off ul li:last-child,
/* 914  */ 	.careerfy-banner-search-four.search-keyword-off.search-loc-off ul li:last-child,
/* 915  */ 	.careerfy-banner-search-six.search-cat-off ul li,
/* 916  */ 	.careerfy-banner-search-six.search-keyword-off ul li,
/* 917  */ 	.careerfy-banner-search-six.search-loc-off ul li,
/* 918  */ 	.careerfy-banner-search-six.search-keyword-off.search-loc-off ul li,
/* 919  */ 	.careerfy-banner-search-six.search-keyword-off.search-cat-off ul li,
/* 920  */ 	.careerfy-banner-search-six.search-cat-off.search-loc-off ul li,
/* 921  */ 	.careerfy-banner-search-six.search-keyword-off.search-loc-off ul li:last-child,
/* 922  */ 	.careerfy-banner-search-six.search-keyword-off.search-cat-off ul li:last-child,
/* 923  */ 	.careerfy-banner-search-six.search-cat-off.search-loc-off ul li:last-child,
/* 924  */ 	.careerfy-banner-search-seven.search-keyword-off.search-cat-off ul li:first-child,
/* 925  */ 	.careerfy-banner-search-seven.search-cat-off.search-loc-off ul li:first-child,
/* 926  */ 	.careerfy-banner-search-seven.search-keyword-off.search-loc-off ul li:first-child,
/* 927  */ 	.careerfy-banner-search-seven.search-keyword-off.search-cat-off ul li:last-child,
/* 928  */ 	.careerfy-banner-search-seven.search-cat-off.search-loc-off ul li:last-child,
/* 929  */ 	.careerfy-banner-search-seven.search-keyword-off.search-loc-off ul li:last-child,
/* 930  */ 	form.careerfy-banner-search-eight.all-searches-on ul li:nth-child(2),
/* 931  */ 	form.careerfy-banner-search-eight.all-searches-on ul li:nth-child(3),
/* 932  */ 	.careerfy-banner-search-ten.search-loc-off ul.careerfy-search-ten-grid li,
/* 933  */ 	.careerfy-banner-search-ten.search-keyword-off ul.careerfy-search-ten-grid li,
/* 934  */ 	.careerfy-banner-search-ten.search-cat-off ul.careerfy-search-ten-grid li,
/* 935  */ 	.careerfy-banner-search-ten.search-keyword-off.search-cat-off ul.careerfy-search-ten-grid li:last-child,
/* 936  */ 	.careerfy-banner-search-ten.search-cat-off.search-loc-off ul.careerfy-search-ten-grid li:last-child,
/* 937  */ 	.careerfy-banner-search-ten.search-keyword-off.search-loc-off ul.careerfy-search-ten-grid li:last-child,
/* 938  */ 	.careerfy-banner-search-ten.search-keyword-off.search-cat-off ul.careerfy-search-ten-grid li,
/* 939  */ 	.careerfy-banner-search-ten.search-cat-off.search-loc-off ul.careerfy-search-ten-grid li,
/* 940  */ 	.careerfy-banner-search-ten.search-keyword-off.search-loc-off ul.careerfy-search-ten-grid li,
/* 941  */ 	.careerfy-thirteen-banner-search ul li,
/* 942  */ 	.careerfy-fourteen-banner .careerfy-fourteen-fields li,
/* 943  */ 	.careerfy-fourteen-banner .careerfy-fourteen-fields li:last-child,
/* 944  */ 	.careerfy-fourteen-banner.search-cat-off .careerfy-fourteen-fields li,
/* 945  */ 	.careerfy-fourteen-banner.search-loc-off .careerfy-fourteen-fields li,
/* 946  */ 	.careerfy-fourteen-banner.search-keyword-off .careerfy-fourteen-fields li,
/* 947  */ 	.careerfy-fourteen-banner.search-keyword-off.search-cat-off .careerfy-fourteen-fields li:last-child,
/* 948  */ 	.careerfy-fourteen-banner.search-cat-off.search-loc-off .careerfy-fourteen-fields li:last-child,
/* 949  */ 	.careerfy-fourteen-banner.search-keyword-off.search-loc-off .careerfy-fourteen-fields li:last-child,
/* 950  */ 	.careerfy-fourteen-banner.search-keyword-off.search-cat-off .careerfy-fourteen-fields li:first-child,

/* responsive.css */

/* 951  */ 	.careerfy-fourteen-banner.search-cat-off.search-loc-off .careerfy-fourteen-fields li:first-child,
/* 952  */ 	.careerfy-fourteen-banner.search-keyword-off.search-loc-off .careerfy-fourteen-fields li:first-child,
/* 953  */ 	.search-cat-off .careerfy-fifteen-banner-search ul li,
/* 954  */ 	.search-keyword-off .careerfy-fifteen-banner-search ul li,
/* 955  */ 	.search-loc-off .careerfy-fifteen-banner-search ul li,
/* 956  */ 	.search-keyword-off.search-loc-off .careerfy-fifteen-banner-search ul li,
/* 957  */ 	.search-keyword-off.search-cat-off .careerfy-fifteen-banner-search ul li,
/* 958  */ 	.search-cat-off.search-loc-off .careerfy-fifteen-banner-search ul li,
/* 959  */ 	.search-keyword-off.search-loc-off .careerfy-fifteen-banner-search ul li:last-child,
/* 960  */ 	.search-keyword-off.search-cat-off .careerfy-fifteen-banner-search ul li:last-child,
/* 961  */ 	.search-cat-off.search-loc-off .careerfy-fifteen-banner-search ul li:last-child,
/* 962  */ 	.careerfy-sixteen-banner.all-searches-on ul li,
/* 963  */ 	.careerfy-sixteen-banner.all-searches-on ul li:last-child,
/* 964  */ 	.careerfy-sixteen-banner.search-cat-off ul li,
/* 965  */ 	.careerfy-sixteen-banner.search-loc-off ul li,
/* 966  */ 	.careerfy-sixteen-banner.search-keyword-off ul li,
/* 967  */ 	.careerfy-sixteen-banner.search-cat-off ul li:last-child,
/* 968  */ 	.careerfy-sixteen-banner.search-loc-off ul li:last-child,
/* 969  */ 	.careerfy-sixteen-banner.search-keyword-off ul li:last-child,
/* 970  */ 	.careerfy-sixteen-banner.search-keyword-off.search-cat-off ul li:first-child,
/* 971  */ 	.careerfy-sixteen-banner.search-cat-off.search-loc-off ul li:first-child,
/* 972  */ 	.careerfy-sixteen-banner.search-keyword-off.search-loc-off ul li:first-child,
/* 973  */ 	.careerfy-sixteen-banner.search-keyword-off.search-cat-off ul li:last-child,
/* 974  */ 	.careerfy-sixteen-banner.search-cat-off.search-loc-off ul li:last-child,
/* 975  */ 	.careerfy-sixteen-banner.search-keyword-off.search-loc-off ul li:last-child,
/* 976  */ 	.all-searches-on .careerfy-seventeen-search-list li,
/* 977  */ 	.careerfy-seventeen-search .careerfy-seventeen-search-list li,
/* 978  */ 	.careerfy-eighteen-fields li,
/* 979  */ 	.careerfy-eighteen-fields li:last-child,
/* 980  */ 	form.careerfy-banner-twelve-search.all-searches-on .careerfy-twelve-fields li,
/* 981  */ 	.careerfy-banner-twelve-search.search-cat-off .careerfy-twelve-fields li,
/* 982  */ 	.careerfy-banner-twelve-search.search-keyword-off .careerfy-twelve-fields li,
/* 983  */ 	.careerfy-banner-twelve-search.search-loc-off .careerfy-twelve-fields li,
/* 984  */ 	.careerfy-banner-twelve-search.search-cat-off.search-loc-off .careerfy-twelve-fields li,
/* 985  */ 	.careerfy-banner-twelve-search.search-keyword-off.search-loc-off .careerfy-twelve-fields li,
/* 986  */ 	.careerfy-banner-twelve-search.search-keyword-off.search-cat-off .careerfy-twelve-fields li,
/* 987  */ 	.careerfy-simple-gallery ul li[class*="careerfy-column-"] { width: 100%; }
/* 988  */ 	form.careerfy-banner-twelve-search.all-searches-on .careerfy-twelve-fields li:last-child,.careerfy-twelve-fields li:last-child { width: 100% !important; }
/* 989  */ 	.careerfy-twelve-fields li { border: none; }
/* 990  */ 	.careerfy-joblisting-sten-text { flex-wrap: wrap; padding-left: 0px; }
/* 991  */ 	.emplist-dmain-con { flex-wrap: wrap; }
/* 992  */
/* 993  */
/* 994  */
/* 995  */ 	.careerfy-banner-search-eight .selectize-control { height: 95px; }
/* 996  */ 	.careerfy-banner-search-eight ul li { line-height: 1; }
/* 997  */ 	.careerfy-banner-search-eight input[type="submit"] { margin-top: 0px; }
/* 998  */ 	.careerfy-nineteen-category-list ul li,
/* 999  */ 	.careerfy-nineteen-search.search-keyword-off.search-cat-off .careerfy-nineteen-loc-search li:nth-child(1),
/* 1000 */ 	.careerfy-nineteen-search.search-cat-off.search-loc-off .careerfy-nineteen-loc-search li:nth-child(1),

/* responsive.css */

/* 1001 */ 	.careerfy-nineteen-search.search-keyword-off.search-loc-off .careerfy-nineteen-loc-search li:nth-child(1),
/* 1002 */ 	.careerfy-nineteen-search.search-keyword-off.search-cat-off .careerfy-nineteen-loc-search li:last-child,
/* 1003 */ 	.careerfy-nineteen-search.search-cat-off.search-loc-off .careerfy-nineteen-loc-search li:last-child,
/* 1004 */ 	.careerfy-nineteen-search.search-keyword-off.search-loc-off .careerfy-nineteen-loc-search li:last-child,
/* 1005 */ 	.careerfy-nineteen-testimonial p,.careerfy-services-nineteen-style3 li img,
/* 1006 */ 	.careerfy-services-nineteen-style3 li img ~ p { width: 100%; }
/* 1007 */ 	.careerfy-services-nineteen-style3 li img ~ p { padding-left: 0px; padding-top: 15px; }
/* 1008 */ 	.careerfy-twentytwo-loc-search-newsletter li,
/* 1009 */ 	.careerfy-twentytwo-loc-search-newsletter li.careerfy-twentytwo-loc-search-submit { width: 100%; margin-bottom: 8px; }
/* 1010 */ 	.careerfy-twentytwo-loc-search-newsletter li.careerfy-twentytwo-loc-search-submit { padding-left: 5px; margin-left: 0px; }
/* 1011 */ 	.copyright-nineteen { text-align: center; }
/* 1012 */ 	ul.copyright-nineteen-social { float: none; display: inline-block; }
/* 1013 */ 	.oddjobr-gallery-imgs { grid-template-columns: repeat( auto-fit, minmax(100%, 1fr) ); }
/* 1014 */
/* 1015 */ 	.careerfy-joblisting-plain figure ~ .careerfy-joblisting-plain-text { flex-wrap: wrap; }
/* 1016 */ 	.careerfy-joblisting-plain .careerfy-joblisting-plain-right { margin-left: 0px; width: 100%; flex-basis: 100%; }
/* 1017 */ 	.careerfy-joblisting-plain .careerfy-joblisting-plain-left { flex-basis: 100%; }
/* 1018 */
/* 1019 */ 	/* PetCare */
/* 1020 */ 	.careerfy-twenty-search,.careerfy-twenty-loc-search-style2 ul li,.careerfy-twenty-loc-search-style2 ul li.careerfy-twenty-signup-submit { width: 100%; }
/* 1021 */ 	.careerfy-twenty-loc-search-style2 ul li { margin-bottom: 10px; }
/* 1022 */ 	.careerfy-footer-twenty .widget_nav_menu ul li { width: 50%; }
/* 1023 */
/* 1024 */ }
/* 1025 */
/* 1026 */ @media screen and (min-width: 300px) and (max-width: 520px) {
/* 1027 */ 	.navigation-subthree { float: left; margin: 0px; }
/* 1028 */ }
/* 1029 */ @media screen and (min-width: 660px) and (max-width: 767px) {
/* 1030 */ 	.careerfy-btns-con { width: auto; }
/* 1031 */ 	.careerfy-logo-con,.careerfy-btns-con { float: none; } .careerfy-menu-con { float: none; }
/* 1032 */
/* 1033 */ 	.careerfy-simple-btn { margin-left: 0px; }
/* 1034 */ }
/* 1035 */
/* 1036 */ @media screen and (min-width: 400px) and (max-width: 600px) {
/* 1037 */ 	.careerfy-user-log > li > a > i { display: none; }
/* 1038 */ }
/* 1039 */
/* 1040 */ /* Media 940Px Start */
/* 1041 */ @media screen and (min-width: 991px) and (max-width: 1054px) {
/* 1042 */ 	.careerfy-header-one .navigation-sub { float: left; }
/* 1043 */ 	.navbar-collapse { padding-right: 0px;}
/* 1044 */ 	.navbar-nav > li:last-child { padding-right: 0px;}
/* 1045 */ 	.navbar-nav > li { padding: 0px 10px 0px;}
/* 1046 */ 	.careerfy-featured-listing-options ul { width: 60%;}
/* 1047 */ 	.careerfy-featured-listing > ul > li { display: inline-block; float: none; vertical-align: top; margin-right: -4px;}
/* 1048 */ 	.careerfy-testimonial-slider { width: 97%; padding: 0px 0px 20px 40px; margin-top: 26px;}
/* 1049 */ 	.careerfy-testimonial-slider::before { left: 0px;}
/* 1050 */ 	.careerfy-packages-priceplane ul { padding: 24px 15px 9px;}

/* responsive.css */

/* 1051 */ 	.careerfy-testimonial-wrap p { font-size: 23px; line-height: 34px;}
/* 1052 */ 	.careerfy-banner-search-three { width: 100%; } .careerfy-banner-three { padding: 70px 0px; }
/* 1053 */ 	.careerfy-banner-search-three ul li,.careerfy-banner-search-three ul li:last-child { width: 50%; }
/* 1054 */ 	.careerfy-upload-cvbtn { margin: 20px 0px 20px 0px; }
/* 1055 */ 	.careerfy-banner-search-four ul li { width: 50%; margin-bottom: 15px; } .careerfy-banner-search-four ul li:last-child { width: 50%; }
/* 1056 */ 	.careerfy-header-seventeen .jobsearch-navigation { margin-right: 15px; }
/* 1057 */
/* 1058 */ }
/* 1059 */
/* 1060 */ /* Media 940Px Start */
/* 1061 */ @media screen and (min-width: 991px) and (max-width: 1250px) {
/* 1062 */
/* 1063 */ 	.navbar-collapse { padding-right: 0px;}
/* 1064 */ 	.navbar-nav > li:last-child { padding-right: 0px;}
/* 1065 */ 	.navbar-nav > li { padding: 0px 7px 0px;}
/* 1066 */ 	.careerfy-simple-btn { padding: 4px 10px; margin: 32px 0px 0px 4px; }
/* 1067 */ 	.careerfy-header-three .careerfy-user-log > li > a { padding: 10px 9px; }
/* 1068 */ 	.careerfy-featured-listing-options ul { width: 60%;}
/* 1069 */ 	.careerfy-featured-listing > ul > li { display: inline-block; float: none; vertical-align: top; margin-right: -4px;}
/* 1070 */ 	.careerfy-testimonial-slider { width: 97%; padding: 0px 0px 20px 40px; margin-top: 26px;}
/* 1071 */ 	.careerfy-testimonial-slider::before { left: 0px;}
/* 1072 */ 	.careerfy-packages-priceplane ul { padding: 24px 15px 9px;}
/* 1073 */ 	.careerfy-testimonial-wrap p { font-size: 23px; line-height: 34px;}
/* 1074 */ 	.careerfy-comingsoon-wrap,.careerfy-coming-soon { position: static; float: left; width: 100%; } .careerfy-transparent { display: none; }
/* 1075 */ 	.careerfy-comingsoon-text .careerfy-newsletter { width: 100%; } .careerfy-comingsoon-text { padding-top: 100px; padding-bottom: 100px; }
/* 1076 */ 	.careerfy-parallex-box,.careerfy-media-player, .col-md-6.careerfy-media-player { width: 100%; }
/* 1077 */ 	.careerfy-media-player, .col-md-6.careerfy-media-player { min-height: 350px; }
/* 1078 */ 	.careerfy-banner-search-two ul li { width: 26%; }
/* 1079 */ 	.careerfy-banner-search-two ul li:last-child { width: 22%; }
/* 1080 */ 	.careerfy-headsix-option > li > a { padding: 11px 15px 12px 15px; }
/* 1081 */ 	.careerfy-banner-search-six ul li i { display: none; }
/* 1082 */ 	.careerfy-header-four .careerfy-nav-area-wrap { width: 68%; }
/* 1083 */ 	.careerfy-header-four .navbar-nav > li { padding: 0px 4px 0px; }
/* 1084 */ 	.careerfy-header-four .careerfy-megamenu { display: none; }
/* 1085 */ 	.careerfy-header-four .careerfy-btns-con { width: 100%; }
/* 1086 */ 	.careerfy-header-three .navbar-nav > li { padding: 0px 8px 0px 8px; }
/* 1087 */ 	.careerfy-post-btn { padding-left: 12px; padding-right: 12px; }
/* 1088 */ 	.careerfy-header-two .navbar-nav > li { padding: 0px 7px; }
/* 1089 */ 	.careerfy-user-option li { margin-left: 12px; margin-right: 0px; }
/* 1090 */ 	.careerfy-banner-search-eight ul li:nth-child(2) { width: 470px; }
/* 1091 */ 	.careerfy-header-sixteen .careerfy-blocksixteen-element:nth-child(2) { width: 20%; }
/* 1092 */ 	.careerfy-header-sixteen .careerfy-blocksixteen-element { width: 80%; }
/* 1093 */ 	.careerfy-header-four .careerfy-btns-con { width: 33%; }
/* 1094 */ 	.careerfy-header-seven .careerfy-right,.careerfy-header-six .careerfy-right { width: 100%; position: relative; }
/* 1095 */ 	.careerfy-header-six .careerfy-logo,.careerfy-header-seven .careerfy-logo { width: 100%; text-align: center; }
/* 1096 */ 	.jobsearch-header-eight .eight-cell { float: left; width: 100%; position: relative; }
/* 1097 */ 	.jobsearch-header-eight .eight-post-btn { display: none; }
/* 1098 */ 	.jobsearch-header-eight .jobsearch-responsive-logo { float: left; width: 100%; text-align: center; margin-top: 15px; }
/* 1099 */ 	.careerfy-headereleven-user > li:last-child,.careerfy-headereleven-btn { display: none; }
/* 1100 */ 	.careerfy-header-twelve .careerfy-block-element:nth-child(2) { width: 100%; }

/* responsive.css */

/* 1101 */ 	.careerfy-header-twelve .careerfy-block-element { width: auto; }
/* 1102 */ 	.careerfy-header-twelve { position: static; float: left; width: 100%; background-color: #444; }
/* 1103 */ 	.careerfy-header-twelve	.jobsearch-hdernotifics-listitms { right: -200%; }
/* 1104 */ 	.careerfy-services-twentyone-style3 small:before,.careerfy-services-twentyone-style3 small:after,.careerfy-header-twentyone-wrapper .navbar-nav > li > a:after { display: none; }
/* 1105 */ 	.careerfy-headersixteen-user > li { margin-right: 20px; }
/* 1106 */ 	.careerfy-header-sixteen { padding: 0px 30px; }
/* 1107 */
/* 1108 */ }
/* 1109 */
/* 1110 */ @media screen and (min-width: 1050px) and (max-width: 1730px) {
/* 1111 */ 	.careerfy-testimonial-slider { width: 80%; margin-top: 27px;}
/* 1112 */ 	.careerfy-main-content .widget { width: 100%; }
/* 1113 */
/* 1114 */ 	/* HeaderJobSearch */
/* 1115 */ 	.careerfy-headerthirteen-user > li { margin-right: 15px; }
/* 1116 */ 	.careerfy-header-thirteen .careerfy-blockthirteen-element { width: 60%; }
/* 1117 */ 	.careerfy-header-thirteen .careerfy-blockthirteen-element:nth-child(2) { width: 40%; }
/* 1118 */ 	.careerfy-thirteen-banner-search form { width: 1230px; }
/* 1119 */ 	.careerfy-thirteen-banner-search input[type="submit"] { padding-left: 15px; padding-right: 15px; }
/* 1120 */ 	.careerfy-thirteen-banner-search li a { font-size: 14px; }
/* 1121 */
/* 1122 */ }
/* 1123 */
/* 1124 */ @media screen and (min-width: 1024px) and (max-width: 1366px) {
/* 1125 */ 	.careerfy-main-content .widget { width: 100% !important; }
/* 1126 */
/* 1127 */ 	.careerfy-thirteen-banner-search form { width: 95%; }
/* 1128 */ 	.careerfy-header-eighteen .careerfy-blockeighteen-element { width: 70%; }
/* 1129 */ 	.careerfy-header-eighteen .careerfy-blockeighteen-element:last-child { width: 30%; }
/* 1130 */ 	.careerfy-header-thirteen .careerfy-headerthirteen-user { display: inline-block; }
/* 1131 */ 	.careerfy-header-thirteen .careerfy-blockthirteen-element:nth-child(2) { width: 34%; }
/* 1132 */ 	.careerfy-header-thirteen .careerfy-blockthirteen-element { width: 66%; }
/* 1133 */ }
/* 1134 */
/* 1135 */ @media screen and (min-width: 1400px) and (max-width: 1550px) {
/* 1136 */ 	.careerfy-bannernine-layer:before { width: 70%; background-position: 100% 100%; }
/* 1137 */ }
/* 1138 */ @media (min-width: 990px) and (max-width: 1150px) {
/* 1139 */ 	/* Banner9 */
/* 1140 */ 	.careerfy-bannernine-caption { position: relative; float: left; padding: 90px 0px 60px 0px; margin: 0px; }
/* 1141 */ 	.careerfy-bannernine-thumb { display: none; }
/* 1142 */ 	.careerfy-bannernine-caption { background-color: #f7f7f7; }
/* 1143 */ 	.careerfy-categories-classic ul li { width: 33.333%; }
/* 1144 */ 	.careerfy-featuredjobs-list .careerfy-featuredjobs-box { width: 100%; }
/* 1145 */ 	.careerfy-featuredjobs-list a,.careerfy-featuredjobs-box.careerfy-featuredjobs-posdat { text-align: center; }
/* 1146 */ 	.careerfy-featuredjobs-list a { padding: 20px 0px; }
/* 1147 */ 	.careerfy-featuredjobs-list figure { margin-bottom: 9px; }
/* 1148 */ 	.careerfy-featuredjobs-box.careerfy-featuredjobs-posdat { padding-top: 10px; }
/* 1149 */ 	.careerfy-footernine-newslatter-inner,.careerfy-footer-nine-newslatter form { width: 100%; min-width: 100%; }
/* 1150 */ 	.careerfy-footer-nine-social { width: 100%; text-align: center; margin-top: 10px; }

/* responsive.css */

/* 1151 */ 	.careerfy-footer-nine-social li { float: none; display: inline-block; margin-top: 10px; }
/* 1152 */ 	.careerfy-footer-widget .menu ul ul, .careerfy-footer-widget .menu  { max-height: inherit; overflow: inherit; }
/* 1153 */ 	.careerfy-header-nine .navbar-nav > li > a { padding: 15px 0px; }
/* 1154 */ 	.careerfy-header-nine .navbar-nav > li:first-child > a { padding-left: 0px; }
/* 1155 */ 	.careerfy-headernine-main .jobsearch-navigation { position: relative; }
/* 1156 */ 	.careerfy-header-nine .careerfy-navigation.navbar { left: -40%; }
/* 1157 */ 	.careerfy-header-nine .careerfy-right { width: 80%; }
/* 1158 */ 	.careerfy-header-nine .careerfy-logo { width: 20%; }
/* 1159 */ 	.careerfy-testimonial-slider-classic .slick-arrow,.careerfy-popular-candidates .slick-arrow { display: none !important; }
/* 1160 */ 	.careerfy-bannernine-caption-inner { width: 80%; }
/* 1161 */ 	.careerfy-header-nine .careerfy-stripuser ul.nav-item-children { left: -70%; }
/* 1162 */ 	.jobsearch-plugin-default-container { width: 990px; }
/* 1163 */ 	.careerfy-main-content .widget, .careerfy-footer-widget [class*="col-md-"] { float: none; display: inline-block; margin-right: -4px; vertical-align: top; width: 50%; padding: 0px 10px; }
/* 1164 */ }
/* 1165 */
/* 1166 */ @media (min-width: 850px) and (max-width: 1024px) {
/* 1167 */ 	.careerfy-header-eighteen .careerfy-blockeighteen-element { width: 68%; }
/* 1168 */ 	.careerfy-header-eighteen .careerfy-blockeighteen-element:last-child { width: 32%; }
/* 1169 */ 	.careerfy-header-eighteen .careerfy-headereighteen-user > li > a { padding-right: 9px; }
/* 1170 */ 	.careerfy-header-one .careerfy-logo-con .careerfy-logo,.careerfy-header-one .careerfy-logo-con .jobsearch-responsive-logo { float: left; width: 120px; }
/* 1171 */
/* 1172 */ 	/* CleanWorld HomePage */
/* 1173 */ 	.careerfy-header-nineteen a.jobsearch-responsive-logo { float: left; width: 100%; text-align: center; margin: 20px 0px 25px 0px; }
/* 1174 */ 	.careerfy-header-nineteen-wrapper { width: 100%; margin-bottom: 25px; }
/* 1175 */ 	.careerfy-header-nineteen-social,.careerfy-header-nineteen-strip p { float: left; }
/* 1176 */ 	.careerfy-header-nineteen-strip p { padding: 12px 8px; }
/* 1177 */ 	.careerfy-header-nineteen-social { margin-right: 9px; margin-left: 0px; }
/* 1178 */ 	.careerfy-footer-ninteen .widget_nav_menu ul li { width: 50%; }
/* 1179 */ 	.careerfy-header-nineteen .navbar-nav > li { padding-left: 14px; padding-right: 14px; }
/* 1180 */ 	.careerfy-services-nineteen-style3 li img ~ p { width: 60%; }
/* 1181 */ 	.careerfy-header-thirteen .careerfy-blockthirteen-element:nth-child(2) { width: 19%; }
/* 1182 */ 	.careerfy-header-thirteen .careerfy-blockthirteen-element { width: 81%; }
/* 1183 */ 	.careerfy-headerthirteen-user > li { margin-right: 15px; }
/* 1184 */ 	.careerfy-header-thirteen-main .careerfy-logo { margin-right: 10px !important; }
/* 1185 */
/* 1186 */ }
