/* Minification failed. Returning unminified contents.
(1445,1): run-time error CSS1019: Unexpected token, found '@import'
(1445,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,600i,700,700i,800,800i|Quicksand:300,400,500,700')'
(1524,1): run-time error CSS1019: Unexpected token, found '{'
(1524,41): run-time error CSS1019: Unexpected token, found '}'
(4472,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4473,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4474,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4475,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4476,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4477,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4478,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4479,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4480,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4481,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4482,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4483,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4484,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4485,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4486,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4487,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4488,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4489,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4490,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4491,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4492,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4493,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4494,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4495,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4496,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4497,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4498,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4499,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9536,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(9537,8): run-time error CSS1035: Expected colon, found '{'
(9545,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(9546,8): run-time error CSS1035: Expected colon, found '{'
 */
@-ms-viewport {
  width: device-width;
}
a{
  text-decoration: none;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */.la,.la-stack{display:inline-block}.la-fw,.la-li{text-align:center}@font-face{font-family:LineAwesome;src:url(fonts/line-awesome.eot?v=1.1.);src:url(fonts/line-awesome.eot??v=1.1.#iefix) format("embedded-opentype"),url(fonts/line-awesome.woff2?v=1.1.) format("woff2"),url(fonts/line-awesome.woff?v=1.1.) format("woff"),url(fonts/line-awesome.ttf?v=1.1.) format("truetype"),url(fonts/line-awesome.svg?v=1.1.#fa) format("svg");font-weight:400;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:LineAwesome;src:url(fonts/line-awesome.svg?v=1.1.#fa) format("svg")}}.la{font:normal normal normal 16px/1 LineAwesome;font-size:inherit;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.la-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.la-2x{font-size:2em}.la-3x{font-size:3em}.la-4x{font-size:4em}.la-5x{font-size:5em}.la-fw{width:1.28571429em}.la-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.la-ul>li{position:relative}.la-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.la-li.la-lg{left:-1.85714286em}.la-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.li.pull-left{margin-right:.3em}.li.pull-right{margin-left:.3em}.la-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.la-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.la-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.la-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.la-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.la-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .la-flip-horizontal,:root .la-flip-vertical,:root .la-rotate-180,:root .la-rotate-270,:root .la-rotate-90{filter:none}.la-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.la-stack-1x,.la-stack-2x{position:absolute;left:0;width:100%;text-align:center}.la-stack-1x{line-height:inherit}.la-stack-2x{font-size:2em}.la-inverse{color:#fff}.la-500px:before{content:"\f100"}.la-adjust:before{content:"\f101"}.la-adn:before{content:"\f102"}.la-align-center:before{content:"\f103"}.la-align-justify:before{content:"\f104"}.la-align-left:before{content:"\f105"}.la-align-right:before{content:"\f106"}.la-amazon:before{content:"\f107"}.la-ambulance:before{content:"\f108"}.la-anchor:before{content:"\f109"}.la-android:before{content:"\f10a"}.la-angellist:before{content:"\f10b"}.la-angle-double-down:before{content:"\f10c"}.la-angle-double-left:before{content:"\f10d"}.la-angle-double-right:before{content:"\f10e"}.la-angle-double-up:before{content:"\f10f"}.la-angle-down:before{content:"\f110"}.la-angle-left:before{content:"\f111"}.la-angle-right:before{content:"\f112"}.la-angle-up:before{content:"\f113"}.la-apple:before{content:"\f114"}.la-archive:before{content:"\f115"}.la-area-chart:before{content:"\f116"}.la-arrow-circle-down:before{content:"\f117"}.la-arrow-circle-left:before{content:"\f118"}.la-arrow-circle-o-down:before{content:"\f119"}.la-arrow-circle-o-left:before{content:"\f11a"}.la-arrow-circle-o-right:before{content:"\f11b"}.la-arrow-circle-o-up:before{content:"\f11c"}.la-arrow-circle-right:before{content:"\f11d"}.la-arrow-circle-up:before{content:"\f11e"}.la-arrow-down:before{content:"\f11f"}.la-arrow-left:before{content:"\f120"}.la-arrow-right:before{content:"\f121"}.la-arrow-up:before{content:"\f122"}.la-arrows:before{content:"\f123"}.la-arrows-alt:before{content:"\f124"}.la-arrows-h:before{content:"\f125"}.la-arrows-v:before{content:"\f126"}.la-asterisk:before{content:"\f127"}.la-at:before{content:"\f128"}.la-automobile:before{content:"\f129"}.la-backward:before{content:"\f12a"}.la-balance-scale:before{content:"\f12b"}.la-ban:before{content:"\f12c"}.la-bank:before{content:"\f12d"}.la-bar-chart:before{content:"\f12e"}.la-bar-chart-o:before{content:"\f12f"}.la-barcode:before{content:"\f130"}.la-bars:before{content:"\f131"}.la-battery-0:before{content:"\f132"}.la-battery-1:before{content:"\f133"}.la-battery-2:before{content:"\f134"}.la-battery-3:before{content:"\f135"}.la-battery-4:before{content:"\f136"}.la-battery-empty:before{content:"\f137"}.la-battery-full:before{content:"\f138"}.la-battery-half:before{content:"\f139"}.la-battery-quarter:before{content:"\f13a"}.la-battery-three-quarters:before{content:"\f13b"}.la-bed:before{content:"\f13c"}.la-beer:before{content:"\f13d"}.la-behance:before{content:"\f13e"}.la-behance-square:before{content:"\f13f"}.la-bell:before{content:"\f140"}.la-bell-o:before{content:"\f141"}.la-bell-slash:before{content:"\f142"}.la-bell-slash-o:before{content:"\f143"}.la-bicycle:before{content:"\f144"}.la-binoculars:before{content:"\f145"}.la-birthday-cake:before{content:"\f146"}.la-bitbucket:before{content:"\f147"}.la-bitbucket-square:before{content:"\f148"}.la-bitcoin:before{content:"\f149"}.la-black-tie:before{content:"\f14a"}.la-bold:before{content:"\f14b"}.la-bolt:before{content:"\f14c"}.la-bomb:before{content:"\f14d"}.la-book:before{content:"\f14e"}.la-bookmark:before{content:"\f14f"}.la-bookmark-o:before{content:"\f150"}.la-briefcase:before{content:"\f151"}.la-btc:before{content:"\f152"}.la-bug:before{content:"\f153"}.la-building:before{content:"\f154"}.la-building-o:before{content:"\f155"}.la-bullhorn:before{content:"\f156"}.la-bullseye:before{content:"\f157"}.la-bus:before{content:"\f158"}.la-buysellads:before{content:"\f159"}.la-cab:before{content:"\f15a"}.la-calculator:before{content:"\f15b"}.la-calendar:before{content:"\f15c"}.la-calendar-check-o:before{content:"\f15d"}.la-calendar-minus-o:before{content:"\f15e"}.la-calendar-o:before{content:"\f15f"}.la-calendar-plus-o:before{content:"\f160"}.la-calendar-times-o:before{content:"\f161"}.la-camera:before{content:"\f162"}.la-camera-retro:before{content:"\f163"}.la-car:before{content:"\f164"}.la-caret-down:before{content:"\f165"}.la-caret-left:before{content:"\f166"}.la-caret-right:before{content:"\f167"}.la-caret-square-o-down:before,.la-toggle-down:before{content:"\f168"}.la-caret-square-o-left:before,.la-toggle-left:before{content:"\f169"}.la-caret-square-o-right:before,.la-toggle-right:before{content:"\f16a"}.la-caret-square-o-up:before,.la-toggle-up:before{content:"\f16b"}.la-caret-up:before{content:"\f16c"}.la-cart-arrow-down:before{content:"\f16d"}.la-cart-plus:before{content:"\f16e"}.la-cc:before{content:"\f16f"}.la-cc-amex:before{content:"\f170"}.la-cc-diners-club:before{content:"\f171"}.la-cc-discover:before{content:"\f172"}.la-cc-jcb:before{content:"\f173"}.la-cc-mastercard:before{content:"\f174"}.la-cc-paypal:before{content:"\f175"}.la-cc-stripe:before{content:"\f176"}.la-cc-visa:before{content:"\f177"}.la-certificate:before{content:"\f178"}.la-chain:before{content:"\f179"}.la-chain-broken:before{content:"\f17a"}.la-check:before{content:"\f17b"}.la-check-circle:before{content:"\f17c"}.la-check-circle-o:before{content:"\f17d"}.la-check-square:before{content:"\f17e"}.la-check-square-o:before{content:"\f17f"}.la-chevron-circle-down:before{content:"\f180"}.la-chevron-circle-left:before{content:"\f181"}.la-chevron-circle-right:before{content:"\f182"}.la-chevron-circle-up:before{content:"\f183"}.la-chevron-down:before{content:"\f184"}.la-chevron-left:before{content:"\f185"}.la-chevron-right:before{content:"\f186"}.la-chevron-up:before{content:"\f187"}.la-child:before{content:"\f188"}.la-chrome:before{content:"\f189"}.la-circle:before{content:"\f18a"}.la-circle-o:before{content:"\f18b"}.la-circle-o-notch:before{content:"\f18c"}.la-circle-thin:before{content:"\f18d"}.la-clipboard:before{content:"\f18e"}.la-clock-o:before{content:"\f18f"}.la-clone:before{content:"\f190"}.la-close:before{content:"\f191"}.la-cloud:before{content:"\f192"}.la-cloud-download:before{content:"\f193"}.la-cloud-upload:before{content:"\f194"}.la-cny:before{content:"\f195"}.la-code:before{content:"\f196"}.la-code-fork:before{content:"\f197"}.la-codepen:before{content:"\f198"}.la-coffee:before{content:"\f199"}.la-cog:before{content:"\f19a"}.la-cogs:before{content:"\f19b"}.la-columns:before{content:"\f19c"}.la-comment:before{content:"\f19d"}.la-comment-o:before{content:"\f19e"}.la-commenting:before{content:"\f19f"}.la-commenting-o:before{content:"\f1a0"}.la-comments:before{content:"\f1a1"}.la-comments-o:before{content:"\f1a2"}.la-compass:before{content:"\f1a3"}.la-compress:before{content:"\f1a4"}.la-connectdevelop:before{content:"\f1a5"}.la-contao:before{content:"\f1a6"}.la-copy:before{content:"\f1a7"}.la-copyright:before{content:"\f1a8"}.la-creative-commons:before{content:"\f1a9"}.la-credit-card:before{content:"\f1aa"}.la-crop:before{content:"\f1ab"}.la-crosshairs:before{content:"\f1ac"}.la-css3:before{content:"\f1ad"}.la-cube:before{content:"\f1ae"}.la-cubes:before{content:"\f1af"}.la-cut:before{content:"\f1b0"}.la-cutlery:before{content:"\f1b1"}.la-dashboard:before{content:"\f1b2"}.la-dashcube:before{content:"\f1b3"}.la-database:before{content:"\f1b4"}.la-dedent:before{content:"\f1b5"}.la-delicious:before{content:"\f1b6"}.la-desktop:before{content:"\f1b7"}.la-deviantart:before{content:"\f1b8"}.la-diamond:before{content:"\f1b9"}.la-digg:before{content:"\f1ba"}.la-dollar:before{content:"\f1bb"}.la-dot-circle-o:before{content:"\f1bc"}.la-download:before{content:"\f1bd"}.la-dribbble:before{content:"\f1be"}.la-dropbox:before{content:"\f1bf"}.la-drupal:before{content:"\f1c0"}.la-edit:before{content:"\f1c1"}.la-eject:before{content:"\f1c2"}.la-ellipsis-h:before{content:"\f1c3"}.la-ellipsis-v:before{content:"\f1c4"}.la-empire:before,.la-ge:before{content:"\f1c5"}.la-envelope:before{content:"\f1c6"}.la-envelope-o:before{content:"\f1c7"}.la-envelope-square:before{content:"\f1c8"}.la-eraser:before{content:"\f1c9"}.la-eur:before{content:"\f1ca"}.la-euro:before{content:"\f1cb"}.la-exchange:before{content:"\f1cc"}.la-exclamation:before{content:"\f1cd"}.la-exclamation-circle:before{content:"\f1ce"}.la-exclamation-triangle:before{content:"\f1cf"}.la-expand:before{content:"\f1d0"}.la-expeditedssl:before{content:"\f1d1"}.la-external-link:before{content:"\f1d2"}.la-external-link-square:before{content:"\f1d3"}.la-eye:before{content:"\f1d4"}.la-eye-slash:before{content:"\f1d5"}.la-eyedropper:before{content:"\f1d6"}.la-facebook-f:before,.la-facebook:before{content:"\f1d7"}.la-facebook-official:before{content:"\f1d8"}.la-facebook-square:before{content:"\f1d9"}.la-fast-backward:before{content:"\f1da"}.la-fast-forward:before{content:"\f1db"}.la-fax:before{content:"\f1dc"}.la-female:before{content:"\f1dd"}.la-fighter-jet:before{content:"\f1de"}.la-file:before{content:"\f1df"}.la-file-archive-o:before{content:"\f1e0"}.la-file-audio-o:before{content:"\f1e1"}.la-file-code-o:before{content:"\f1e2"}.la-file-excel-o:before{content:"\f1e3"}.la-file-image-o:before{content:"\f1e4"}.la-file-movie-o:before{content:"\f1e5"}.la-file-o:before{content:"\f1e6"}.la-file-pdf-o:before{content:"\f1e7"}.la-file-photo-o:before{content:"\f1e8"}.la-file-picture-o:before{content:"\f1e9"}.la-file-powerpoint-o:before{content:"\f1ea"}.la-file-sound-o:before{content:"\f1eb"}.la-file-text:before{content:"\f1ec"}.la-file-text-o:before{content:"\f1ed"}.la-file-video-o:before{content:"\f1ee"}.la-file-word-o:before{content:"\f1ef"}.la-file-zip-o:before{content:"\f1f0"}.la-files-o:before{content:"\f1f1"}.la-film:before{content:"\f1f2"}.la-filter:before{content:"\f1f3"}.la-fire:before{content:"\f1f4"}.la-fire-extinguisher:before{content:"\f1f5"}.la-firefox:before{content:"\f1f6"}.la-flag:before{content:"\f1f7"}.la-flag-checkered:before{content:"\f1f8"}.la-flag-o:before{content:"\f1f9"}.la-flash:before{content:"\f1fa"}.la-flask:before{content:"\f1fb"}.la-flickr:before{content:"\f1fc"}.la-floppy-o:before{content:"\f1fd"}.la-folder:before{content:"\f1fe"}.la-folder-o:before{content:"\f1ff"}.la-folder-open:before{content:"\f200"}.la-folder-open-o:before{content:"\f201"}.la-font:before{content:"\f202"}.la-fonticons:before{content:"\f203"}.la-forumbee:before{content:"\f204"}.la-forward:before{content:"\f205"}.la-foursquare:before{content:"\f206"}.la-frown-o:before{content:"\f207"}.la-futbol-o:before,.la-soccer-ball-o:before{content:"\f208"}.la-gamepad:before{content:"\f209"}.la-gavel:before{content:"\f20a"}.la-gbp:before{content:"\f20b"}.la-gear:before{content:"\f20c"}.la-gears:before{content:"\f20d"}.la-genderless:before{content:"\f20e"}.la-get-pocket:before{content:"\f20f"}.la-gg:before{content:"\f210"}.la-gg-circle:before{content:"\f211"}.la-gift:before{content:"\f212"}.la-git:before{content:"\f213"}.la-git-square:before{content:"\f214"}.la-github:before{content:"\f215"}.la-github-alt:before{content:"\f216"}.la-github-square:before{content:"\f217"}.la-glass:before{content:"\f218"}.la-globe:before{content:"\f219"}.la-google:before{content:"\f21a"}.la-google-plus:before{content:"\f21b"}.la-google-plus-square:before{content:"\f21c"}.la-google-wallet:before{content:"\f21d"}.la-graduation-cap:before{content:"\f21e"}.la-gittip:before,.la-gratipay:before{content:"\f21f"}.la-group:before{content:"\f220"}.la-h-square:before{content:"\f221"}.la-hacker-news:before{content:"\f222"}.la-hand-grab-o:before{content:"\f223"}.la-hand-lizard-o:before{content:"\f224"}.la-hand-o-down:before{content:"\f225"}.la-hand-o-left:before{content:"\f226"}.la-hand-o-right:before{content:"\f227"}.la-hand-o-up:before{content:"\f228"}.la-hand-paper-o:before{content:"\f229"}.la-hand-peace-o:before{content:"\f22a"}.la-hand-pointer-o:before{content:"\f22b"}.la-hand-rock-o:before{content:"\f22c"}.la-hand-scissors-o:before{content:"\f22d"}.la-hand-spock-o:before{content:"\f22e"}.la-hand-stop-o:before{content:"\f22f"}.la-hdd-o:before{content:"\f230"}.la-header:before{content:"\f231"}.la-headphones:before{content:"\f232"}.la-heart:before{content:"\f233"}.la-heart-o:before{content:"\f234"}.la-heartbeat:before{content:"\f235"}.la-history:before{content:"\f236"}.la-home:before{content:"\f237"}.la-hospital-o:before{content:"\f238"}.la-hotel:before{content:"\f239"}.la-hourglass:before{content:"\f23a"}.la-hourglass-1:before{content:"\f23b"}.la-hourglass-2:before{content:"\f23c"}.la-hourglass-3:before{content:"\f23d"}.la-hourglass-end:before{content:"\f23e"}.la-hourglass-half:before{content:"\f23f"}.la-hourglass-o:before{content:"\f240"}.la-hourglass-start:before{content:"\f241"}.la-houzz:before{content:"\f242"}.la-html5:before{content:"\f243"}.la-i-cursor:before{content:"\f244"}.la-ils:before{content:"\f245"}.la-image:before{content:"\f246"}.la-inbox:before{content:"\f247"}.la-indent:before{content:"\f248"}.la-industry:before{content:"\f249"}.la-info:before{content:"\f24a"}.la-info-circle:before{content:"\f24b"}.la-inr:before{content:"\f24c"}.la-instagram:before{content:"\f24d"}.la-institution:before{content:"\f24e"}.la-internet-explorer:before{content:"\f24f"}.la-ioxhost:before{content:"\f250"}.la-italic:before{content:"\f251"}.la-joomla:before{content:"\f252"}.la-jpy:before{content:"\f253"}.la-jsfiddle:before{content:"\f254"}.la-key:before{content:"\f255"}.la-keyboard-o:before{content:"\f256"}.la-krw:before{content:"\f257"}.la-language:before{content:"\f258"}.la-laptop:before{content:"\f259"}.la-lastfm:before{content:"\f25a"}.la-lastfm-square:before{content:"\f25b"}.la-leaf:before{content:"\f25c"}.la-leanpub:before{content:"\f25d"}.la-legal:before{content:"\f25e"}.la-lemon-o:before{content:"\f25f"}.la-level-down:before{content:"\f260"}.la-level-up:before{content:"\f261"}.la-life-bouy:before{content:"\f262"}.la-life-buoy:before{content:"\f263"}.la-life-ring:before,.la-support:before{content:"\f264"}.la-life-saver:before{content:"\f265"}.la-lightbulb-o:before{content:"\f266"}.la-line-chart:before{content:"\f267"}.la-link:before{content:"\f268"}.la-linkedin:before{content:"\f269"}.la-linkedin-square:before{content:"\f26a"}.la-linux:before{content:"\f26b"}.la-list:before{content:"\f26c"}.la-list-alt:before{content:"\f26d"}.la-list-ol:before{content:"\f26e"}.la-list-ul:before{content:"\f26f"}.la-location-arrow:before{content:"\f270"}.la-lock:before{content:"\f271"}.la-long-arrow-down:before{content:"\f272"}.la-long-arrow-left:before{content:"\f273"}.la-long-arrow-right:before{content:"\f274"}.la-long-arrow-up:before{content:"\f275"}.la-magic:before{content:"\f276"}.la-magnet:before{content:"\f277"}.la-mail-forward:before{content:"\f278"}.la-mail-reply:before{content:"\f279"}.la-mail-reply-all:before{content:"\f27a"}.la-male:before{content:"\f27b"}.la-map:before{content:"\f27c"}.la-map-marker:before{content:"\f27d"}.la-map-o:before{content:"\f27e"}.la-map-pin:before{content:"\f27f"}.la-map-signs:before{content:"\f280"}.la-mars:before{content:"\f281"}.la-mars-double:before{content:"\f282"}.la-mars-stroke:before{content:"\f283"}.la-mars-stroke-h:before{content:"\f284"}.la-mars-stroke-v:before{content:"\f285"}.la-maxcdn:before{content:"\f286"}.la-meanpath:before{content:"\f287"}.la-medium:before{content:"\f288"}.la-medkit:before{content:"\f289"}.la-meh-o:before{content:"\f28a"}.la-mercury:before{content:"\f28b"}.la-microphone:before{content:"\f28c"}.la-microphone-slash:before{content:"\f28d"}.la-minus:before{content:"\f28e"}.la-minus-circle:before{content:"\f28f"}.la-minus-square:before{content:"\f290"}.la-minus-square-o:before{content:"\f291"}.la-mobile:before{content:"\f292"}.la-mobile-phone:before{content:"\f293"}.la-money:before{content:"\f294"}.la-moon-o:before{content:"\f295"}.la-mortar-board:before{content:"\f296"}.la-motorcycle:before{content:"\f297"}.la-mouse-pointer:before{content:"\f298"}.la-music:before{content:"\f299"}.la-navicon:before{content:"\f29a"}.la-neuter:before{content:"\f29b"}.la-newspaper-o:before{content:"\f29c"}.la-object-group:before{content:"\f29d"}.la-object-ungroup:before{content:"\f29e"}.la-odnoklassniki:before{content:"\f29f"}.la-odnoklassniki-square:before{content:"\f2a0"}.la-opencart:before{content:"\f2a1"}.la-openid:before{content:"\f2a2"}.la-opera:before{content:"\f2a3"}.la-optin-monster:before{content:"\f2a4"}.la-outdent:before{content:"\f2a5"}.la-pagelines:before{content:"\f2a6"}.la-paint-brush:before{content:"\f2a7"}.la-paper-plane:before,.la-send:before{content:"\f2a8"}.la-paper-plane-o:before,.la-send-o:before{content:"\f2a9"}.la-paperclip:before{content:"\f2aa"}.la-paragraph:before{content:"\f2ab"}.la-paste:before{content:"\f2ac"}.la-pause:before{content:"\f2ad"}.la-paw:before{content:"\f2ae"}.la-paypal:before{content:"\f2af"}.la-pencil:before{content:"\f2b0"}.la-pencil-square:before{content:"\f2b1"}.la-pencil-square-o:before{content:"\f2b2"}.la-phone:before{content:"\f2b3"}.la-phone-square:before{content:"\f2b4"}.la-photo:before{content:"\f2b5"}.la-picture-o:before{content:"\f2b6"}.la-pie-chart:before{content:"\f2b7"}.la-pied-piper:before{content:"\f2b8"}.la-pied-piper-alt:before{content:"\f2b9"}.la-pinterest:before{content:"\f2ba"}.la-pinterest-p:before{content:"\f2bb"}.la-pinterest-square:before{content:"\f2bc"}.la-plane:before{content:"\f2bd"}.la-play:before{content:"\f2be"}.la-play-circle:before{content:"\f2bf"}.la-play-circle-o:before{content:"\f2c0"}.la-plug:before{content:"\f2c1"}.la-plus:before{content:"\f2c2"}.la-plus-circle:before{content:"\f2c3"}.la-plus-square:before{content:"\f2c4"}.la-plus-square-o:before{content:"\f2c5"}.la-power-off:before{content:"\f2c6"}.la-print:before{content:"\f2c7"}.la-puzzle-piece:before{content:"\f2c8"}.la-qq:before{content:"\f2c9"}.la-qrcode:before{content:"\f2ca"}.la-question:before{content:"\f2cb"}.la-question-circle:before{content:"\f2cc"}.la-quote-left:before{content:"\f2cd"}.la-quote-right:before{content:"\f2ce"}.la-ra:before{content:"\f2cf"}.la-random:before{content:"\f2d0"}.la-rebel:before{content:"\f2d1"}.la-recycle:before{content:"\f2d2"}.la-reddit:before{content:"\f2d3"}.la-reddit-square:before{content:"\f2d4"}.la-refresh:before{content:"\f2d5"}.la-registered:before{content:"\f2d6"}.la-renren:before{content:"\f2d7"}.la-reorder:before{content:"\f2d8"}.la-repeat:before{content:"\f2d9"}.la-reply:before{content:"\f2da"}.la-reply-all:before{content:"\f2db"}.la-retweet:before{content:"\f2dc"}.la-rmb:before{content:"\f2dd"}.la-road:before{content:"\f2de"}.la-rocket:before{content:"\f2df"}.la-rotate-left:before{content:"\f2e0"}.la-rotate-right:before{content:"\f2e1"}.la-rouble:before{content:"\f2e2"}.la-feed:before,.la-rss:before{content:"\f2e3"}.la-rss-square:before{content:"\f2e4"}.la-rub:before{content:"\f2e5"}.la-ruble:before{content:"\f2e6"}.la-rupee:before{content:"\f2e7"}.la-safari:before{content:"\f2e8"}.la-save:before{content:"\f2e9"}.la-scissors:before{content:"\f2ea"}.la-search:before{content:"\f2eb"}.la-search-minus:before{content:"\f2ec"}.la-search-plus:before{content:"\f2ed"}.la-sellsy:before{content:"\f2ee"}.la-server:before{content:"\f2ef"}.la-share:before{content:"\f2f0"}.la-share-alt:before{content:"\f2f1"}.la-share-alt-square:before{content:"\f2f2"}.la-share-square:before{content:"\f2f3"}.la-share-square-o:before{content:"\f2f4"}.la-shekel:before{content:"\f2f5"}.la-sheqel:before{content:"\f2f6"}.la-shield:before{content:"\f2f7"}.la-ship:before{content:"\f2f8"}.la-shirtsinbulk:before{content:"\f2f9"}.la-shopping-cart:before{content:"\f2fa"}.la-sign-in:before{content:"\f2fb"}.la-sign-out:before{content:"\f2fc"}.la-signal:before{content:"\f2fd"}.la-simplybuilt:before{content:"\f2fe"}.la-sitemap:before{content:"\f2ff"}.la-skyatlas:before{content:"\f300"}.la-skype:before{content:"\f301"}.la-slack:before{content:"\f302"}.la-sliders:before{content:"\f303"}.la-slideshare:before{content:"\f304"}.la-smile-o:before{content:"\f305"}.la-sort:before,.la-unsorted:before{content:"\f306"}.la-sort-alpha-asc:before{content:"\f307"}.la-sort-alpha-desc:before{content:"\f308"}.la-sort-amount-asc:before{content:"\f309"}.la-sort-amount-desc:before{content:"\f30a"}.la-sort-asc:before,.la-sort-up:before{content:"\f30b"}.la-sort-desc:before,.la-sort-down:before{content:"\f30c"}.la-sort-numeric-asc:before{content:"\f30d"}.la-sort-numeric-desc:before{content:"\f30e"}.la-soundcloud:before{content:"\f30f"}.la-space-shuttle:before{content:"\f310"}.la-spinner:before{content:"\f311"}.la-spoon:before{content:"\f312"}.la-spotify:before{content:"\f313"}.la-square:before{content:"\f314"}.la-square-o:before{content:"\f315"}.la-stack-exchange:before{content:"\f316"}.la-stack-overflow:before{content:"\f317"}.la-star:before{content:"\f318"}.la-star-half:before{content:"\f319"}.la-star-half-empty:before,.la-star-half-full:before,.la-star-half-o:before{content:"\f31a"}.la-star-o:before{content:"\f31b"}.la-steam:before{content:"\f31c"}.la-steam-square:before{content:"\f31d"}.la-step-backward:before{content:"\f31e"}.la-step-forward:before{content:"\f31f"}.la-stethoscope:before{content:"\f320"}.la-sticky-note:before{content:"\f321"}.la-sticky-note-o:before{content:"\f322"}.la-stop:before{content:"\f323"}.la-street-view:before{content:"\f324"}.la-strikethrough:before{content:"\f325"}.la-stumbleupon:before{content:"\f326"}.la-stumbleupon-circle:before{content:"\f327"}.la-subscript:before{content:"\f328"}.la-subway:before{content:"\f329"}.la-suitcase:before{content:"\f32a"}.la-sun-o:before{content:"\f32b"}.la-superscript:before{content:"\f32c"}.la-table:before{content:"\f32d"}.la-tablet:before{content:"\f32e"}.la-tachometer:before{content:"\f32f"}.la-tag:before{content:"\f330"}.la-tags:before{content:"\f331"}.la-tasks:before{content:"\f332"}.la-taxi:before{content:"\f333"}.la-television:before,.la-tv:before{content:"\f334"}.la-tencent-weibo:before{content:"\f335"}.la-terminal:before{content:"\f336"}.la-text-height:before{content:"\f337"}.la-text-width:before{content:"\f338"}.la-th:before{content:"\f339"}.la-th-large:before{content:"\f33a"}.la-th-list:before{content:"\f33b"}.la-thumb-tack:before{content:"\f33c"}.la-thumbs-down:before{content:"\f33d"}.la-thumbs-o-down:before{content:"\f33e"}.la-thumbs-o-up:before{content:"\f33f"}.la-thumbs-up:before{content:"\f340"}.la-ticket:before{content:"\f341"}.la-remove:before,.la-times:before{content:"\f342"}.la-times-circle:before{content:"\f343"}.la-times-circle-o:before{content:"\f344"}.la-tint:before{content:"\f345"}.la-toggle-off:before{content:"\f346"}.la-toggle-on:before{content:"\f347"}.la-trademark:before{content:"\f348"}.la-train:before{content:"\f349"}.la-intersex:before,.la-transgender:before{content:"\f34a"}.la-transgender-alt:before{content:"\f34b"}.la-trash:before{content:"\f34c"}.la-trash-o:before{content:"\f34d"}.la-tree:before{content:"\f34e"}.la-trello:before{content:"\f34f"}.la-tripadvisor:before{content:"\f350"}.la-trophy:before{content:"\f351"}.la-truck:before{content:"\f352"}.la-try:before{content:"\f353"}.la-tty:before{content:"\f354"}.la-tumblr:before{content:"\f355"}.la-tumblr-square:before{content:"\f356"}.la-turkish-lira:before{content:"\f357"}.la-twitch:before{content:"\f358"}.la-twitter:before{content:"\f359"}.la-twitter-square:before{content:"\f35a"}.la-umbrella:before{content:"\f35b"}.la-underline:before{content:"\f35c"}.la-undo:before{content:"\f35d"}.la-university:before{content:"\f35e"}.la-unlink:before{content:"\f35f"}.la-unlock:before{content:"\f360"}.la-unlock-alt:before{content:"\f361"}.la-upload:before{content:"\f362"}.la-usd:before{content:"\f363"}.la-user:before{content:"\f364"}.la-user-md:before{content:"\f365"}.la-user-plus:before{content:"\f366"}.la-user-secret:before{content:"\f367"}.la-user-times:before{content:"\f368"}.la-users:before{content:"\f369"}.la-venus:before{content:"\f36a"}.la-venus-double:before{content:"\f36b"}.la-venus-mars:before{content:"\f36c"}.la-viacoin:before{content:"\f36d"}.la-video-camera:before{content:"\f36e"}.la-vimeo:before{content:"\f36f"}.la-vimeo-square:before{content:"\f370"}.la-vine:before{content:"\f371"}.la-vk:before{content:"\f372"}.la-volume-down:before{content:"\f373"}.la-volume-off:before{content:"\f374"}.la-volume-up:before{content:"\f375"}.la-warning:before{content:"\f376"}.la-wechat:before{content:"\f377"}.la-weibo:before{content:"\f378"}.la-weixin:before{content:"\f379"}.la-whatsapp:before{content:"\f37a"}.la-wheelchair:before{content:"\f37b"}.la-wifi:before{content:"\f37c"}.la-wikipedia-w:before{content:"\f37d"}.la-windows:before{content:"\f37e"}.la-won:before{content:"\f37f"}.la-wordpress:before{content:"\f380"}.la-wrench:before{content:"\f381"}.la-xing:before{content:"\f382"}.la-xing-square:before{content:"\f383"}.la-y-combinator:before{content:"\f384"}.la-y-combinator-square:before{content:"\f385"}.la-yahoo:before{content:"\f386"}.la-yc:before{content:"\f387"}.la-yc-square:before{content:"\f388"}.la-yelp:before{content:"\f389"}.la-yen:before{content:"\f38a"}.la-youtube:before{content:"\f38b"}.la-youtube-play:before{content:"\f38c"}.la-youtube-square:before{content:"\f38d"}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}
/*------------------------------------------------------------------
[Master Stylesheet]

Project:        JOBHUNT
Version:        Initial
Last change:    30/12/2017
Primary use:    Job, Portal 
Author:         Creative Layer 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. Fonts
2. Theme Layout
3. Chosen, a Select Box Enhancer for jQuery and Prototype
4. Header
5. Header Menus
6. Main Featured Area
7. Theme btn
8. Filter Radius
9. Notification List
10. Search
11. Header Account
12. Heading
13. Country Section
14. Simple text Block
15. Popular Listing
16. Slider
17. Arrows
18. Reviews Sec
19. Blog Sec
20. Subscribe Bar
21. Widget
22. Links Widget
23. Custom Tooltip
24. How it works
25. Client Sec
26. Listing Circle
27. Price table
28. Featured Listings
29. Search Wide
30. Explore Box
31. App Download Sec
32. Breadcrumbs
33. Lisitng Search
34. Side Result
35. Sidebar Widgets
36. Style Star Rating Widget
37. All Listing Details
38. Add Listing Sec
39. Add Hours
40. Code
41. Pagination
42. Heading 2
43. Quick Office Contact
44. Coming Soon Sec
45. Gallery Sec
46. Followers Filter
47. Form Profile Update
48. Menu Action
49. Cross Browser Compatibility
-------------------------------------------------------------------*/

/*=============== Fonts ===================*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400,400i,600,600i,700,700i,800,800i|Quicksand:300,400,500,700');
/*=============== General Styling ===================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License:none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block }
body { line-height: 1.2 }
blockquote, q { quotes: none }
    blockquote:before, blockquote:after,
    q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
html { overflow-x: hidden }
body { color: #555555; letter-spacing: 0; font-family: 'Open Sans', sans-serif;; overflow-x: hidden; position: relative; }
button, a, input[type="submit"], input[type="button"] { cursor: pointer; }
* { outline: none !important }
h1, h2, h3, h4, h5, h6 { margin-bottom: 20px; font-family: 'Quicksand', serif !important; }
h1 { font-size: 36px }
h2 { font-size: 32px }
h3 { font-size: 28px }
h4 { font-size: 24px }
h5 { font-size: 20px }
h6 { font-size: 16px }
p { color: #666666; font-size: 16px; margin-bottom: 30px; line-height: 29px; }
a, a:hover, a:focus { color: inherit; }
    a:hover,
    a:focus { text-decoration: none; outline: none; }
input:hover, input:focus { outline: none }
html.no-scoll { overflow: hidden; }
header { z-index: 3; position: relative; }


/* Theme Layout */
.theme-layout { float: left; overflow: hidden; position: relative; width: 100%; }
    .theme-layout.boxed { background: none repeat scroll 0 0 #FFFFFF; float: none; margin: 0 auto; overflow: hidden; position: relative; z-index: 1; width: 1300px; -webkit-box-shadow: 0 0 6px #747474; -moz-box-shadow: 0 0 6px #747474; -ms-box-shadow: 0 0 6px #747474; -o-box-shadow: 0 0 6px #747474; box-shadow: 0 0 6px #747474; }
.block { float: left; padding: 60px 0; position: relative; width: 100%; z-index: 1; }
section { float: left; position: relative; width: 100%; }
.double-gap-top { padding-top: 120px; }
.double-gap-bottom { padding-bottom: 120px; }
.less-top { padding-top: 30px; }
.less-bottom { padding-bottom: 30px; }
.row.no-gape { margin: 0; }
    .row.no-gape > div { padding: 0; }
.container.fluid { max-width: 100%; width: 100%; }
.block .container { padding: 0 }
.container { padding: 0 }
.block.remove-top { padding-top: 0 }
.block.no-padding { padding-top: 0; padding-bottom: 0; }
.block.dark { background: #111111 }
.gray { background: #f4f5fa }
.block.remove-bottom { padding-bottom: 0 }
.parallax, .fixed-bg { height: 100%; width: 100%; margin: 0; position: absolute; left: 0; top: 0; z-index: -1; background-size: cover !important; }
.layer.color::before { opacity: 0.8; }
.fixed-bg { background-attachment: fixed !important; background-size: cover !important; }
.theme-layout.boxed-padding { padding-left: 292px; }
.parallax.no-parallax { background-attachment: scroll !important; background-position: inherit !important; }
.layer.color.red::before { background: #d42525; }
.layer:before { content: ""; height: 100%; opacity: 0.95; z-index: 0; position: absolute; left: 0; top: 0; width: 100%; }
.whitish:before { background-color: #ffffff; opacity: 0.90; }
.blackish:before { background-color: #000000; opacity: 0.7; }
ul { list-style: outside none none; margin: 0 0 30px; padding: 0; }
    ul li { color: #1e1e1e; margin-bottom: 15px; position: relative; }
iframe { width: 100%; border: 0; }
i { font-style: italic }
{ /*! float:left; */ /*! height:auto */ }
:-webkit-input-placeholder { opacity: 1 }
:-moz-placeholder { opacity: 1 }
:-ms-input-placeholder { opacity: 1 }
input[type="text"],
input[type="password"],
input[type="email"], textarea { background: #e4e4e4 none repeat scroll 0 0; border: medium none; float: left; font-size: 12px; font-weight: 400; margin-bottom: 20px; padding: 19px 28px; width: 100%; }
textarea { max-width: 100%; min-height: 200px; padding: 19px 28px; }
strong { font-weight: 800 }
button { float: right; font-size: 18px; padding: 8px 30px; color: #FFF; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; background: black; border: 0; letter-spacing: 1px; }
/* Icons */
/* Arrows */
.slick-dotted .slick-dots { float: left; margin: 20px 0 0; text-align: center; width: 100%; }
.slick-dots li { width: 14px; height: 14px; background: none; border: 2px solid #ffffff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin: 0 7px; margin-top: 0px; margin-top: 20px; float: none; display: inline-block; }
    .slick-dots li button { width: 6px; height: 6px; background: #ffffff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-top: 2px; margin-right: 2px; opacity: 0; padding: 0; color: transparent; }
    .slick-dots li.slick-active button { opacity: 1; background: #ffffff; }
.slick-prev, .slick-next { background: none; border: none; color: transparent; cursor: pointer; display: block; font-size: 0; height: 40px; line-height: 0; margin-top: 0; outline: medium none; padding: 0; position: absolute; top: 50%; width: 100px; margin: 0 40px; z-index: 11; text-align: center; }
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
    .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
    .slick-prev::before, .slick-next::before { color: #ffffff; font-family: "lineawesome"; font-size: 30px; left: 0; line-height: 1; opacity: 0.75; position: absolute; top: 9px; width: 100%; }
.slick-prev { left: -25px; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
.slick-prev::before { content: "\f120"; }
[dir='rtl'] .slick-prev:before { content: '\f120’'; }
.slick-next { right: -25px; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
.slick-next:before { content: '\f121'; }
[dir='rtl'] .slick-next:before { content: '\f121'; }
.slick-slider { position: relative; display: block; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
    .slick-list:focus { outline: none; }
    .slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
    .slick-track:before, .slick-track:after { display: table; content: ''; }
    .slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slideHome { }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
/* Page Loading */
.page-loading { background-color: #ffffff; content: ""; height: 100%; left: 0; position: fixed; text-align: center; top: 0; width: 100%; z-index: 2147483647; }
    .page-loading > img { left: 50%; position: absolute; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }
    .page-loading > span { color: #b3b3b3; cursor: pointer; display: inline-block; font-size: 17px; letter-spacing: 0; margin-top: 30px; text-decoration: underline; }
/* Basic styles */
input[type="checkbox"],
input[type="radio"] { position: absolute; opacity: 0; z-index: -1; margin: 0; }
label { position: relative; display: inline-block; padding: 0 0 0 2em; margin-right: 10px; height: 1.5em; line-height: 1.5; cursor: pointer; }
    label::before,
    label::after { position: absolute; top: 0; left: 0; display: block; width: 20px !important; height: 20px !important; }
    label::before { content: " "; border: 2px solid #e6e7ef; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
/* Checkbox */
input[type="checkbox"] + label::after { content: "\2714"; color: #2c3e50; line-height: 1.5; text-align: center; border: none !important; }
/* Radio */
input[type="radio"] + label::before { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
input[type=radio] + label::after { content: " "; top: 7px; left: 7px; width: 6px !important; height: 6px !important; background: #fff; border: 3px solid #fb236a; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
/* :checked */
input[type="checkbox"]:checked + label::before,
input[type="radio"]:checked + label::before { background: #ffffff; border-color: #e6e7ef; }
input[type="checkbox"] + label::after,
input[type=radio] + label::after { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
input[type="checkbox"]:checked + label::after,
input[type=radio]:checked + label::after { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
/* Transition */
label::before,
label::after { -webkit-transition: .25s all ease; -moz-transition: .25s all ease; -ms-transition: .25s all ease; -o-transition: .25s all ease; transition: .25s all ease; }


/* Main Slider Sec */
.main-slider-sec { float: left; width: 100%; position: relative; z-index: 0; margin: 0; background: #141f72; }
    .main-slider-sec img { opacity: 1; }
    .main-slider-sec::before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; z-index: 1; opacity: 0.35; background:#000; }
    .main-slider-sec li { margin: 0; }
    .main-slider-sec::after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background-image: url('/Content/Frontend/images/lines.png'); z-index: 3; opacity: 0; }

/* Header */
.stick-top { position: absolute; left: 0; top: 0; width: 100%; z-index: 12; }
.menu-sec { float: left; width: 100%; margin: 30px 0; margin-bottom: 0; }
.logo { float: left; margin: 3px 0; position: relative; }
    .logo a { float: left; }
.btn-extars { float: right; }
.post-job-btn { float: left; font-family: Open Sans; font-size: 15px; color: #ffffff; padding: 10px 27px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; }
    .post-job-btn i { float: left; margin-right: 6px; margin-top: 3px; font-size: 15px; }
.account-btns { float: right; margin: 0; margin-top: 3px; margin-left: 0px; margin-left: 20px; padding: 8px 0; }
    .account-btns > li { float: left; margin: 0; margin-left: 0px; margin-left: 20px; }
        .account-btns > li a { font-family: Open Sans; font-size: 15px; color: #ffffff; float: left; line-height: 22px; }
            .account-btns > li a i { font-size: 18px; float: left; line-height: 25px; margin-right: 6px; }
        .account-btns > li:first-child { margin: 0; }


.forsticky.sticky .menu-sec nav { margin-top: 4px; }

.newbg .menu-sec nav { margin-top: 4px; }

.menu-sec nav { float: right; margin-right: 20px; margin-top: 0px; }


    .menu-sec nav > ul { float: left; margin: 0; }
        .menu-sec nav > ul > li { float: left; position: relative; margin: 0; }
            .menu-sec nav > ul > li > a { float: left; font-family: Open Sans; font-size: 15px; color: #ffffff; position: relative; padding: 14px 20px; }
            .menu-sec nav > ul > li.menu-item-has-children > a::before { position: absolute; right: 0px; width: 10px; height: 10px; content: "\f110"; font-family: lineawesome; font-size: 9px; top: 50%; margin-top: -4px; }
            .menu-sec nav > ul > li > ul { opacity: 0; visibility: hidden; margin: 0; position: absolute; top: 100%; width: 240px; padding-top: 0; -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
            .menu-sec nav > ul > li:hover > ul { opacity: 1; visibility: visible; }
            .menu-sec nav > ul > li > ul li { float: left; width: 100%; background: #ffffff; margin: 0; position: relative; }
                .menu-sec nav > ul > li > ul li a { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #202020; padding: 9px 25px; }
                .menu-sec nav > ul > li > ul li:first-child > a { margin-top: 14px; }
                .menu-sec nav > ul > li > ul li:last-child > a { margin-bottom: 14px; }
                .menu-sec nav > ul > li > ul li:first-child { -webkit-border-radius: 6px 6px 0px 0px; -moz-border-radius: 6px 6px 0px 0px; -ms-border-radius: 6px 6px 0px 0px; -o-border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px; }
                .menu-sec nav > ul > li > ul li:last-child { -webkit-border-radius: 0px 0px 6px 6px; -moz-border-radius: 0px 0px 6px 6px; -ms-border-radius: 0px 0px 6px 6px; -o-border-radius: 0px 0px 6px 6px; border-radius: 0px 0px 6px 6px; }
            .menu-sec nav > ul > li > ul::before { position: absolute; left: 40px; top: -4px; width: 20px; height: 20px; background: #ffffff; content: ""; background: #ffffff; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
            .menu-sec nav > ul > li > ul li:hover > a { padding-left: 35px; }

/* Account Popup Area */
.account-popup-area { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(20,31,114,0.6); opacity: 1; z-index: 99; overflow-Y: scroll; display: none; }
.account-popup { position: relative; float: left; width: 460px; background: #ffffff; z-index: 1; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; left: 50%; margin-left: -230px; margin-top: 140px; margin-bottom: 60px; text-align: center; padding: 40px 60px; }
    .account-popup > h3 { float: left; width: 100%; font-family: Quicksand; color: #222222; font-weight: bold; margin: 0; margin-bottom: 0px; margin-bottom: 12px; line-height: 10px; }
    .account-popup > span { float: left; width: 100%; font-size: 13px; font-family: Open Sans; font-size: 13px; color: #888888; margin-top: 20px; }
.select-user { float: left; width: 100%; text-align: center; margin-top: 10px; }
    .select-user > span { float: none; display: inline-block; font-family: Open Sans; font-size: 13px; color: #202020; border: 2px solid; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; padding: 9px 29px; margin: 0 5px; margin-top: 0px; margin-top: 5px; cursor: pointer; }
.account-popup > form { float: left; width: 100%; margin-top: 30px; }
    .account-popup > form .cfield { float: left; width: 100%; position: relative; margin-bottom: 19px; border: 2px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
        .account-popup > form .cfield input { float: left; width: 100%; background: no-repeat; margin: 0; font-family: Open Sans; font-size: 13px; color: #474747; padding: 16px 45px 16px 15px; }
        .account-popup > form .cfield i { position: absolute; right: 0; top: 15px; right: 20px; font-size: 19px; }
.remember-label { float: left; margin: 0; font-family: Open Sans; font-size: 13px; color: #202020; }
.account-popup > form > a { float: right; font-family: Open Sans; font-size: 13px; text-decoration: underline; line-height: 30px; }
.account-popup > form button { float: left; width: 100%; height: 60px; font-size: 17px; font-weight: bold; letter-spacing: 0.3px; margin-top: 20px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.extra-login { float: left; width: 100%; margin-top: 30px; text-align: center; position: relative; }
    .extra-login::before { position: absolute; left: 0; top: 10px; width: 100%; height: 1px; background: #d8dcdc; content: ""; }
    .extra-login > span { width: auto; float: none; display: inline-block; background: #ffffff; padding: 1px 20px; z-index: 1; position: relative; font-family: Open Sans; font-size: 13px; color: #afafaf; text-transform: capitalize; }
.login-social { float: left; width: 100%; margin-top: 15px; }
    .login-social a { float: none; display: inline-block; width: 50px; height: 40px; border: 2px solid; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; line-height: 36px; font-size: 21px; margin: 0 5px; margin-top: 0px; margin-top: 6px; }
        .login-social a.fb-login { color: #3b5998; border-color: #3b5998; }
        .login-social a.tw-login { color: #1da1f2; border-color: #1da1f2; }

    .login-social a { font-size: 15px; }

.account-popup .close-popup { position: absolute; top: -20px; width: 50px; height: 50px; float: none; margin: 0; right: -20px; text-align: center; line-height: 50px; color: #ffffff; font-size: 20px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; cursor: pointer; }
.no-scroll { overflow: hidden; }
.dropdown-field { float: left; width: 100%; margin-bottom: 19px; border-radius: 8px; }
.job-search-sec { position: absolute; left: 50%; top: 50%; width: 1180px; content: ""; -webkit-transform: translateY(-50%) translateX(-50%); -moz-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); -o-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); margin-top: 0px; }
.main-featured-sec { float: left; width: 100%; z-index: 1; }
.job-search { float: left; width: 100%; padding: 0; margin-bottom: 50px; }
    .job-search > h3 { float: left; width: 100%; font-family: Quicksand; font-size: 40px; font-weight: normal; color: #ffffff; letter-spacing: 0px; text-align: center; line-height: 39px; margin-bottom: 13px; }
    .job-search > span { float: left; width: 100%; font-family: Open Sans; font-size: 15px; font-weight: 400; color: #d5d8f3; text-align: center; margin-top: 10px; }
    .job-search form { float: left; width: 100%; margin-top: 40px; }
.job-field { float: left; width: 100%; position: relative; }

    .job-field input { float: left; width: 100%; background: no-repeat; border: none; font-size: 13px; color: #888888; margin: 0; padding: 0 70px 0 30px; height: 61px; line-height: 61px; background-color: #FFF; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }

        .job-field input::-webkit-input-placeholder { /* Chrome */ color: #888888; font-size: 13px }
        .job-field input:-ms-input-placeholder { /* IE 10+ */ color: #888888; font-size: 13px }
        .job-field input::-moz-placeholder { /* Firefox 19+ */ color: #888888; font-size: 13px }
        .job-field input:-moz-placeholder { /* Firefox 4 - 18 */ color: #888888; font-size: 13px }

    .job-field i { position: absolute; right: 30px; top: 17px; font-size: 27px; }
.job-search form button { float: left; width: 100%; padding: 9px 0; font-size: 30px; background-color: #8b91dd; height: 61px; border-radius: 8px; }
.job-search form .row { margin: 0 -12px; }
    .job-search form .row > div { padding: 0 12px; }
.job-field .chosen-container-single .chosen-single div::before { display: none; }
.search-job2 .job-field .chosen-container-single .chosen-single div::before { display: block; color: #333333; font-size: 10px; }
.job-field .chosen-container .chosen-drop { background: #ffffff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 10px; border: none; -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); box-shadow: 0px 0px 30px rgba(0,0,0,0.1); }
.job-field .chosen-container-single .chosen-single { padding: 19px 30px 18px 30px; }
.dropdown-field .chosen-container.chosen-container-single.chosen-container-single-nosearch.chosen-with-drop.chosen-container-active .chosen-single { -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.dropdown-field .chosen-container .chosen-drop { border: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; background: #fbfbfb; margin-top: 10px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.or-browser { float: left; width: 100%; margin-top: 20px; }
    .or-browser > span { float: left; font-family: Open Sans; font-size: 13px; color: #ffffff; line-height: 33px; }
    .or-browser > a { float: left; font-family: Open Sans; font-size: 13px; color: #ffffff; margin-left: 15px; margin-right: 15px; border: 1px solid #FFF; height: 33px; line-height: 33px; width: 90px; text-align: center; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.scroll-to { float: left; text-align: center; width: 130px; height: 130px; border: 2px solid #ffffff; margin-top: -65px; z-index: 22; position: relative; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; left: 50%; margin-left: -65px; }
    .scroll-to a { position: absolute; left: 50%; top: 50%; width: 60px; height: 60px; margin-left: -30px; margin-top: -30px; background: #ffffff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0px 10px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 10px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 10px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 10px 30px rgba(0,0,0,0.1); box-shadow: 0px 10px 30px rgba(0,0,0,0.1); line-height: 60px; font-size: 30px; }

/* Heading */
.heading { float: left; width: 100%; text-align: center; margin-bottom: 40px; }
    .heading > h2 { float: left; width: 100%; margin: 0; font-weight: bold; font-size: 30px; color: #202020; line-height: 23px; }
    .heading span { float: left; width: 100%; font-family: Open Sans; font-size: 15px; color: #888888; margin-top: 8px; line-height: 29px; }
.cat-sec { float: left; width: 100%; }
.p-category { float: left; width: 100%; z-index: 1; position: relative; }
    .p-category > a { float: left; width: 100%; text-align: center; padding-bottom: 30px; border-bottom: 1px solid #e8ecec; border-right: 1px solid #e8ecec; }
        .p-category > a i { float: left; width: 100%; color: #8b91dd; font-size: 70px; margin-top: 30px; }
        .p-category > a span { float: left; width: 100%; font-family: Quicksand; font-size: 18px; font-weight: 500; color: #232323; margin-top: 18px; }
        .p-category > a p { float: left; width: 100%; font-size: 13px; margin: 0; margin-top: 0px; margin-top: 3px; }
.cat-sec .row > div:last-child a { border-right-color: #ffffff; }
.cat-sec:last-child a { border-bottom-color: #ffffff; }
.p-category:hover a { border-color: #ffffff; }
.p-category:hover { background: #ffffff; -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 25px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 25px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 25px rgba(0,0,0,0.1); box-shadow: 0px 0px 25px rgba(0,0,0,0.1); -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; width: 104%; margin-left: -2%; height: 102%; z-index: 10; }
.browse-all-cat { float: left; width: 100%; text-align: center; margin-top: 60px; }
    .browse-all-cat a { float: none; display: inline-block; border: 2px solid; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 13px 30px; font-family: Open Sans; font-size: 15px; }

/* Simple text Block */
.simple-text-block { float: left; width: 100%; text-align: center; }
    .simple-text-block > h3 { float: left; width: 100%; font-family: Quicksand; font-size: 40px; color: #ffffff; font-weight: bold; margin: 0; margin-bottom: 20px; }
    .simple-text-block span { float: left; width: 100%; font-family: Quicksand; font-size: 18px; color: #ffffff; }
    .simple-text-block a { float: none; display: inline-block; border: 2px solid; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 13px 30px; font-family: Open Sans; font-size: 15px; margin-top: 40px; color: #ffffff; }

/* Job Listing */
.job-listing-grid { display: grid; gap: 20px; padding-left: 20px; }
    .job-listing-grid .job-item { display: block; border: 1px solid #e8ecec; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px; transition: all 0.3s; }
        .job-listing-grid .job-item:hover { box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transition: all 0.5s; }
        .job-listing-grid .job-item .logo { display: flex; align-content: center; justify-content: center; width: 100%; background-color: #eaeaea; padding: 20px; margin: 0 0 10px 0; }
            .job-listing-grid .job-item .logo img { width: 120px; }
        .job-listing-grid .job-item h3 { font-size: 16px; font-weight: bold; color: grey; padding: 0 10px; display: block; }
        .job-listing-grid .job-item .date { font-size: 12px; color: red; display: inline-block; padding-left: 10px; }
        .job-listing-grid .job-item .location { font-size: 12px; color: red; display: inline-block; }
        .job-listing-grid .job-item .desc { font-size: 12px; padding: 0 10px; display: block; padding-bottom: 10px; }

.job-listing-grid.three { grid-template-columns: repeat(3, 1fr); }
    .job-listing-grid.four { grid-template-columns: repeat(4, 1fr); }

.modern-joblist { padding: 0 0 15px 0 !important; margin: 30px 0 30px 0 !important; border-bottom: 1px solid #e8ecec; box-sizing: border-box; }
    .modern-joblist h1, .modern-joblist h5 { padding-left: 17px; }
    .modern-joblist h1 { font-size: 32px; }
    .modern-joblist h5 { color: #9f9f9f; }

.job-listings-sec { float: left; width: 100%; }
.job-listing { float: left; width: 100%; display: table; border-bottom: 1px solid #e8ecec; padding: 30px 0; background: #ffffff; border-left: 2px solid #ffffff; padding-right: 30px; }
.job-title-sec { display: table-cell; vertical-align: middle; width: 60%; }
.c-logo { float: left; width: 130px; text-align: center; }
    .c-logo img { float: none; display: inline-block; max-width: 100%; }
.job-title-sec h3 { display: table; font-size: 18px; color: #232323; margin: 0; margin-bottom: 0px; margin-bottom: 7px; margin-top: 3px; }
.job-title-sec span { float: left; font-family: Open Sans; font-size: 13px; margin-top: 1px; }
.job-lctn { display: table-cell; vertical-align: middle; font-family: open Sans; font-size: 13px; color: #888888; line-height: 23px; width: 25%; }
    .job-lctn i { font-size: 24px; float: left; margin-right: 7px; }
.fav-job { display: table-cell; vertical-align: middle; font-size: 25px; color: #888888; line-height: 10px; text-align: center; cursor: pointer; }
.job-is { display: table-cell; vertical-align: middle; font-family: Open Sans; font-size: 12px; border: 1px solid; float: right; padding: 7px 0; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; width: 108px; margin: 9px 0; text-align: center; }
.ft.fill { background: #8b91dd; }
.fill.pt { background: #7dc246; }
.fill.fl { background: #fb236a; }
.fill.tp { background: #26ae61; }
.job-is.ft,
.job-list-modern .job-is.ft { color: #8b91dd; border-color: #8b91dd; }
.job-is.pt,
.job-list-modern .job-is.pt { color: #7dc246; border-color: #7dc246; }
.job-is.fl,
.job-list-modern .job-is.fl { color: #fb236a; border-color: #fb236a; }
.job-is.tp,
.job-list-modern .job-is.tp { color: #26ae61; border-color: #26ae61; }
.job-listing:hover { border-left-color: #8b91dd; -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); box-shadow: 0px 0px 30px rgba(0,0,0,0.1); z-index: 1; position: relative; }
.job-listing:last-child { border-bottom-color: #ffffff; }
.heading.light h2 { color: #ffffff; }
.heading.light span { color: #ffffff; }
.layer.color.light::before { background: #8b91dd; opacity: 0.9; }
.reviews { float: left; width: 100%; background: #ffffff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 30px 30px; position: relative; margin-top: 47px; }
    .reviews img { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; width: 100px; height: 100px; margin-top: -75px; }
    .reviews h3 { float: left; width: 100%; font-family: Open Sans; font-size: 18px; color: #202020; margin: 0; margin-top: 0px; margin-bottom: 0px; margin-top: 40px; margin-bottom: 20px; }
        .reviews h3 span { font-family: Open Sans; font-size: 15px; color: #888888; margin-left: 10px; }
    .reviews p { float: left; width: 100%; margin: 0; margin-bottom: 0px; font-family: Open Sans; font-size: 13px; color: #888888; letter-spacing: 0px; line-height: 24px; margin-bottom: 15px; }
    .reviews::before { position: absolute; right: 40px; top: 20px; content: '“'; font-family: Quicksand; font-size: 100px; font-weight: bolder; -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); line-height: 30px; color: #8b91dd; }
.reviews-sec { float: left; width: 100%; }

.comp-sec { float: left; width: 100%; }
.company-img { float: left; width: 20%; text-align: center; }
    .company-img a { float: left; width: 100%; }
        .company-img a img { float: none; display: inline-block; max-width: 100%; }

/* Blog Sec */
.blog-sec { float: left; width: 100%; margin-top: -30px; }
.my-blog { float: left; width: 100%; background: #ffffff; margin-top: 30px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; overflow: hidden; }
.blog-thumb { float: left; width: 100%; position: relative; }
    .blog-thumb > a { float: left; width: 100%; }
        .blog-thumb > a img { float: left; width: 100%; }
.blog-metas { position: absolute; left: 0; bottom: 0; background: #ffffff; width: 76%; left: 12%; -webkit-border-radius: 6px 6px 0px 0px; -moz-border-radius: 6px 6px 0px 0px; -ms-border-radius: 6px 6px 0px 0px; -o-border-radius: 6px 6px 0px 0px; border-radius: 6px 6px 0px 0px; text-align: center; padding: 12px 0; padding-bottom: 12px; padding-bottom: 0; z-index: auto; margin-bottom: -1px; }
    .blog-metas a { float: none; display: inline-block; font-family: Open Sans; font-size: 13px; padding: 0 10px; position: relative; }
        .blog-metas a::before { position: absolute; right: -3px; top: 0px; width: 1px; height: 90%; content: ""; }
        .blog-metas a:last-child::before { display: none; }
.blog-details { float: left; width: 100%; text-align: center; padding: 0 10px; border: 1px solid #e8ecec; -webkit-border-radius: 0px 0px 6px 6px; -moz-border-radius: 0px 0px 6px 6px; -ms-border-radius: 0px 0px 6px 6px; -o-border-radius: 0px 0px 6px 6px; border-radius: 0px 0px 6px 6px; }
    .blog-details h3 { float: left; width: 100%; font-size: 18px; color: #232323; margin: 0; margin-top: 0px; margin-bottom: 0px; margin-top: 16px; margin-bottom: 20px; }
    .blog-details p { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; line-height: 24px; margin-bottom: 20px; }
    .blog-details > a { float: left; width: 100%; text-align: center; border-top: 1px solid #e8ecec; font-family: Open Sans; font-size: 13px; padding: 17px 0; }
.my-blog:hover { margin-top: 20px; -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.1); -moz-box-shadow: 0px 10px 20px rgba(0,0,0,0.1); -ms-box-shadow: 0px 10px 20px rgba(0,0,0,0.1); -o-box-shadow: 0px 10px 20px rgba(0,0,0,0.1); box-shadow: 0px 10px 20px rgba(0,0,0,0.1); }
    .my-blog:hover .blog-details { border-color: #ffffff; }
.simple-text { float: left; width: 100%; text-align: center; padding: 40px 0; background: #8b91dd; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

    .simple-text:hover { background: #fb236a; }

    .simple-text h3 { float: left; width: 100%; font-weight: bold; color: #ffffff; }
    .simple-text span { float: left; width: 100%; font-size: 15px; color: #ffffff; margin: 0; }
footer { float: left; width: 100%; background: #24324a; }
.widget { float: left; width: 100%; }
.about_widget { float: left; width: 100%; }
    .about_widget .logo { float: left; width: 100%; margin-bottom: 20px; }
    .about_widget > span { width: 100%; float: left; font-family: Open Sans; font-size: 13px; color: #8a99b3; line-height: 30px; }
.social { float: left; width: 100%; margin-top: 20px; }
    .social a { float: left; margin-right: 14px; font-size: 20px; color: #8a99b3; }

    .social i { font-size: 15px; }

.link_widgets { float: left; width: 100%; }
    .link_widgets a { float: left; width: 100%; position: relative; font-family: Open Sans; font-size: 13px; color: #8a99b3; margin-bottom: 12px; padding-left: 24px; }
        .link_widgets a::before { position: absolute; left: 0; top: 8px; width: 15px; height: 1px; content: ""; background: #8a99b3; }
        .link_widgets a:hover { color: #fff !important; padding-left: 36px !important; }
            .link_widgets a:hover::before { background: #ffffff; width: 27px; }


.link_widgets1 { float: left; width: 100%; }

    .link_widgets1 a { float: left; width: 100%; position: relative; font-family: Open Sans; font-size: 13px; color: #8a99b3; margin-bottom: 12px; padding-left: 24px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
        .link_widgets1 a::before { position: absolute; left: 0; top: 8px; width: 15px; height: 1px; content: ""; background: #8a99b3; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
        .link_widgets1 a:hover { color: #7dc246 !important; padding-left: 36px !important; }
            .link_widgets1 a:hover::before { background: #7dc246; width: 27px; }


.link_widgets2 { float: left; width: 100%; }
    .link_widgets2 a { float: left; width: 100%; position: relative; font-family: Open Sans; font-size: 13px; color: #8a99b3; margin-bottom: 12px; padding-left: 24px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
        .link_widgets2 a::before { position: absolute; left: 0; top: 8px; width: 15px; height: 1px; content: ""; background: #8a99b3; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
        .link_widgets2 a:hover { color: #fff !important; padding-left: 36px !important; }
            .link_widgets2 a:hover::before { background: #ffffff; width: 27px; }


.link_widgets3 { float: left; width: 100%; }

    .link_widgets3 a { float: left; width: 100%; position: relative; font-family: Open Sans; font-size: 13px; color: #7a8493; margin-bottom: 12px; padding-left: 0px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

        .link_widgets3 a i { margin-right: 7px; }

        .link_widgets3 a:hover { color: #fff !important; padding-left: 7px !important; }


.download_widget { float: left; width: 100%; }
    .download_widget a { float: left; width: 100%; margin-bottom: 24px; }
.link_widgets a:last-child { margin-bottom: 0; }
.bottom-line { float: left; width: 100%; text-align: center; background: #1d293e; padding: 24px 0; }
    .bottom-line span { font-family: Open Sans; font-size: 13px; color: #6a7d9b; line-height: 24px; }

/* Header Style 2 */
header.style2 { padding: 0 50px; text-shadow: 0px 1px 4px black; }
    header.style2 .post-job-btn { background: none; border: 2px solid #ffffff; }
    header.style2 nav { margin-right: 120px; }
/*.main-slider-sec.style2::before { background: #16192c; }*/
.search-job2 { float: left; width: 100%; background: rgba(255,255,255,0.3); -webkit-border-radius: 60px; -moz-border-radius: 60px; -ms-border-radius: 60px; -o-border-radius: 60px; border-radius: 60px; margin-top: 50px; padding: 9px; }
    .search-job2 form { margin: 0; background: #ffffff; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px; }
        .search-job2 form .row > div:first-child .job-field input { -webkit-border-radius: 40px 0px 0px 40px; -moz-border-radius: 40px 0px 0px 40px; -ms-border-radius: 40px 0px 0px 40px; -o-border-radius: 40px 0px 0px 40px; border-radius: 40px 0px 0px 40px; }
        .search-job2 form .row > div:last-child button { -webkit-border-radius: 0px 40px 40px 0px; -moz-border-radius: 0px 40px 40px 0px; -ms-border-radius: 0px 40px 40px 0px; -o-border-radius: 0px 40px 40px 0px; border-radius: 0px 40px 40px 0px; }
        .search-job2 form button { font-size: 15px; font-weight: bold; background: #d42525; padding: 20px 0px; width: 100%; font-family: Open Sans; }
    .search-job2 .job-field::before { position: absolute; right: 0; top: 17px; width: 1px; height: 30px; background: #e8ecec; content: ""; z-index: 1; }
    .search-job2 form .row { margin: 0; }
        .search-job2 form .row > div { padding: 0; }
.job-search-sec .job-search.style2 > span { opacity: 1; }
.quick-select-sec { float: left; width: 100%; text-align: center; position: absolute; bottom: -180px; }
.quick-select { float: left; width: 100%; text-align: center; }
    .quick-select a { float: left; width: 100%; }
    .quick-select i { float: none; display: inline-block; width: 87px; height: 87px; text-align: center; color: #ffffff; line-height: 87px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; font-size: 36px; }
    .quick-select span { float: left; width: 100%; color: #ffffff; font-size: 18px; font-weight: 500; margin-top: 24px; font-family: Quicksand; }
    .quick-select p { float: left; width: 100%; color: #ffffff; font-size: 13px; margin: 0; margin-top: 1px; }
    .quick-select:hover i { background: #d42525; }

/* Job Grid Sec */
.job-grid-sec { float: left; width: 100%; margin-top: -30px; }
.job-grid { float: left; width: 100%; background: #ffffff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -ms-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -o-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); box-shadow: 0px 2px 4px rgba(0,0,0,0.06); padding: 0px 20px; margin-top: 30px; }
    .job-grid .job-title-sec { float: left; width: 100%; text-align: center; position: relative; padding-bottom: 20px; border-bottom: 1px solid #e8ecec; }
        .job-grid .job-title-sec .c-logo { float: left; width: 100%; margin-top: 50px; margin-bottom: 30px; }
        .job-grid .job-title-sec h3 { float: left; width: 100%; margin: 0; margin-bottom: 0px; text-align: left; padding-left: 0px; margin-bottom: 6px; }
        .job-grid .job-title-sec span { margin-left: 0px; }
    .job-grid .fav-job { position: absolute; right: 0px; top: 20px; font-size: 21px; color: #A3A3A3; }
    .job-grid .job-lctn { float: left; width: auto; font-size: 13px; margin: 18px 0; }
    .job-grid > a { float: right; font-family: Open Sans; font-size: 13px; color: #fb236a; border: 1px solid #fb236a; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; padding: 6px 14px; letter-spacing: 0px; margin: 16px 0; display: inline-block; }
.browse-all-cat .style2 { background: #ffffff; border: navajowhite; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; padding: 15px 44px; -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -ms-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -o-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); box-shadow: 0px 2px 4px rgba(0,0,0,0.06); font-size: 15px; color: #111111; }

/* How to Sec */
.how-to-sec { float: left; width: 100%; margin-top: 0px; display: table; }
.how-icon { float: none; display: inline-block; width: 100px; height: 100px; border: 2px dashed; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; line-height: 94px; font-size: 53px; text-align: center; color: #d42525; border-color: #d42525; }
.how-to h3 { float: left; width: 100%; font-family: Open Sans; font-size: 18px; color: #121212; margin: 0; margin-top: 30px; }
.how-to p { float: left; width: 100%; margin: 0; font-family: Open Sans; font-size: 13px; color: #888888; line-height: 24px; margin-top: 14px; }
.how-to { float: left; width: 33%; text-align: center; position: relative; }
    .how-to::before { position: absolute; left: 50%; top: 60px; width: 270px; height: 36px; background-image: url('/Content/Frontend/images/line1.png'); content: ""; z-index: 1; margin-left: 61px; }
    .how-to:nth-child(n+2)::before { background-image: url('/Content/Frontend/images/line2.png'); top: 13px; }
    .how-to:last-child::before { display: none; }
    .how-to:nth-child(2n+2) { padding: 0 50px; }

/* Top Company Sec */
.top-company-sec { float: left; width: 100%; margin-top: -30px; }
.top-compnay { float: left; width: 100%; background: #ffffff; -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -ms-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -o-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 30px; text-align: center; padding: 20px 20px; margin-bottom: 6px; margin-bottom: 30px; }
    .top-compnay img { float: none; display: inline-block; max-width: 100%; }
    .top-compnay h3 { float: left; width: 100%; font-family: Open Sans; font-size: 15px; color: #111111; margin-top: 10px; margin-bottom: 5px; }
    .top-compnay span { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #fb236a; }
    .top-compnay > a { float: none; font-family: Open Sans; font-size: 13px; color: #fb236a; border: 1px solid #fb236a; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; padding: 6px 14px; letter-spacing: 0px; margin: 16px 0; display: inline-block; margin-top: 25px; margin-bottom: 5px; }
.top-company-sec button.slick-arrow { z-index: 12; border: 2px dashed #c8cccc; width: 55px; height: 55px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-top: -21px; }
.top-company-sec button.slick-prev.slick-arrow { left: -110px; }
.top-company-sec button.slick-next.slick-arrow { right: -110px; }
.top-company-sec button.slick-arrow::before { color: #bec2c2; line-height: 35px; }

/* Stats Sec */
.stats-sec { float: left; width: 100%; text-align: center; margin-top: -30px; }
.stats { float: left; width: 100%; margin-top: 30px; }
    .stats span { float: left; width: 100%; font-family: Quicksand; font-size: 60px; font-weight: bold; color: #ffffff; letter-spacing: 0px; line-height: 50px; }
    .stats h5 { float: left; width: 100%; margin: 0; margin-top: 0px; font-family: Quicksand; font-size: 18px; color: #ffffff; margin-top: 10px; }

/* Reviews Style2 */
.reviews.style2 { text-align: center; padding: 0 240px; margin: 0; background: none; }
    .reviews.style2 img { float: none; display: inline-block; margin: 0; padding: 5px; width: 106px; height: 106px; border: 2px dashed #d42525; }
    .reviews.style2 h3 { float: left; width: 100%; font-size: 18px; margin-top: 20px; }
        .reviews.style2 h3 span { float: left; width: 100%; margin: 0; margin-top: 0px; margin-bottom: 0px; margin-top: 7px; margin-bottom: 10px; }
    .reviews.style2::before { font-size: 213px; color: #f4f5fa; top: auto; bottom: 110px; }
    .reviews.style2::after { font-size: 213px; color: #f4f5fa; top: 30px; content: '“'; bottom: 110px; font-family: Quicksand; font-weight: bold; left: 0; right: auto; position: absolute; }
.reviews-sec#reviews .slick-dots li { border-color: #b7bac6; }
    .reviews-sec#reviews .slick-dots li button { background: #b7bac6; }
.blog-date { position: absolute; left: 15px; background: #ffffff; top: 15px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; width: 82px; height: 74px; text-align: center; }
    .blog-date a { float: left; width: 100%; font-family: Open Sans; font-size: 18px; color: #202020; font-weight: bold; padding: 16px 0; }
        .blog-date a i { float: left; width: 100%; font-size: 13px; font-style: normal; font-weight: normal; margin-top: 1px; }

/* Plans Sec */
.plans-sec { float: left; width: 100%; margin-top: -30px; }
.pricetable { float: left; width: 100%; text-align: center; margin-top: 30px; background: #f4f5fa; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 10px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

    .pricetable:hover { margin-top: 20px; }

.pricetable-head { float: left; width: 100%; background: #ffffff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -ms-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -o-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); box-shadow: 0px 2px 4px rgba(0,0,0,0.06); padding: 35px 0; }
    .pricetable-head h3 { float: left; width: 100%; font-family: Open Sans; font-size: 20px; color: #202020; margin: 0; }
    .pricetable-head h2 { float: left; width: 100%; font-family: Quicksand; font-size: 60px; font-weight: bold; margin: 0; margin-top: 0px; margin-bottom: 0px; margin-top: 17px; line-height: 50px; margin-bottom: 13px; }
        .pricetable-head h2 i { font-style: normal; font-size: 18px; line-height: 0px; position: relative; bottom: 3px; }
    .pricetable-head span { float: left; width: 100%; font-family: Quicksand; font-size: 15px; color: #888888; margin-top: 2px; }
.pricetable ul { float: left; width: 100%; margin: 0; margin-top: 30px; }
    .pricetable ul li { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; line-height: 40px; }
.pricetable > a { float: none; display: inline-block; font-family: Open Sans; font-size: 15px; color: #ffffff; padding: 15px 55px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; margin-bottom: 40px; margin-top: 20px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
.pricetable.active > a { background: #ffffff; }
.pricetable.active ul li { color: #ffffff; }

.pricetable > a:hover { background: #d42525; color: #FFF; }


/* Subscription Sec */
.subscription-sec { float: left; width: 100%; }
    .subscription-sec h3 { float: left; width: 100%; font-family: Quicksand; font-weight: bold; font-size: 30px; color: #202020; letter-spacing: 0px; margin-bottom: 13px; }
    .subscription-sec span { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; margin: 0; }
    .subscription-sec form { float: left; width: 100%; background: #ffffff; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; overflow: hidden; position: relative; -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -ms-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); -o-box-shadow: 0px 2px 4px rgba(0,0,0,0.06); box-shadow: 0px 2px 4px rgba(0,0,0,0.06); }
        .subscription-sec form input { float: left; width: 100%; background: no-repeat; margin: 0; font-size: 13px; font-family: Open Sans; padding: 0px 50px; height: 50px; }
        .subscription-sec form button { position: absolute; right: 0; top: 0; height: 50px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; width: 50px; height: 50px; padding: 0; font-size: 24px; background: #d42525; }
.social-links { float: left; width: 100%; text-align: center; }
    .social-links a { float: none; display: inline-block; margin: 0 25px; line-height: 40px; }
        .social-links a i { float: left; width: 40px; height: 40px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; line-height: 40px; font-size: 19px; color: #ffffff; margin-right: 13px; }
        .social-links a.fb-color i { background: #313b87; }
        .social-links a.tw-color i { background: #98a3f5; }
        .social-links a.in-color i { background: #700ec4; }
        .social-links a.pt-color i { background: #ee3c3c; }
        .social-links a.dr-color i { background: #bd2a8e; }
        .social-links a.gl-color i { background: #d42525; }
.mega-widget { float: left; width: 100%; text-align: center; }
    .mega-widget .logo { float: none; display: inline-block; margin: 0; margin-bottom: 0px; margin-bottom: 20px; }
.links { float: left; width: 100%; margin-bottom: 10px; }
    .links a { display: inline-block; font-family: Open Sans; font-size: 13px; color: #888888; margin: 6px 17px; }
.mega-widget span { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; margin-top: 15px; }
.bottom-line.style2 span { color: #ffffff; }
header.style3 nav > ul > li > a { color: #333333; }

/* Find Canditate Sec */
.find-cand-sec { float: left; width: 100%; position: relative; padding-top: 300px; padding-bottom: 190px; }
.mockup-top { position: absolute; right: -9%; top: 0; }
    .mockup-top img { position: relative; }
header.style3 .menu-sec nav { margin-right: 20px; }
.find-cand { float: left; width: 100%; }
    .find-cand h3 { float: left; width: 100%; font-family: Quicksand; font-size: 50px; font-weight: bold; color: #7dc246; letter-spacing: -1px; }
    .find-cand > span { float: left; width: 100%; font-size: 15px; color: #222222; margin: 0; margin-top: -10px; margin-left: 4px; }
    .find-cand form { float: left; width: 100%; background: #ffffff; padding: 6px; -webkit-box-shadow: 0px 10px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 10px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 10px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 10px 30px rgba(0,0,0,0.1); box-shadow: 0px 10px 30px rgba(0,0,0,0.1); margin-top: 40px; margin-left: 4px; -webkit-border-radius: 70px; -moz-border-radius: 70px; -ms-border-radius: 70px; -o-border-radius: 70px; border-radius: 70px; position: relative; }
        .find-cand form .job-field { float: left; width: 50%; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
            .find-cand form .job-field input { padding: 16px 40px !important; height: auto !important; line-height: normal !important; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; }
    .find-cand .job-field .chosen-container-single .chosen-single { padding: 12px 0; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }

    .find-cand .job-field::before { position: absolute; right: 20px; top: 12px; width: 1px; height: 30px; background: #e8ecec; content: ""; z-index: 1; }
    .find-cand .job-field:last-child:before { display: none; }
    .find-cand form > button { position: absolute; right: 7px; top: 6px; z-index: 1; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; padding: 0; width: 50px; height: 50px; font-size: 23px; background-color: #7dc246; }
.mockup-bottom { position: absolute; left: 0; bottom: -3px; left: 50%; margin-left: -220px; }
.scroll-to.style2 { border: none; }
.rounded { -webkit-border-radius: 30px !important; -moz-border-radius: 30px !important; -ms-border-radius: 30px !important; -o-border-radius: 30px !important; border-radius: 30px !important; }
.layer.color.green::before { background: #7dc246; opacity: 0.9; }
.job-listing.rounded { -webkit-border-radius: 0 0 !important; -moz-border-radius: 0 0 !important; -ms-border-radius: 0 0 !important; -o-border-radius: 0 0 !important; border-radius: 0 0 !important; background: no-repeat; border-left: none; }
    .job-listing.rounded:hover { background: #ffffff; -webkit-border-radius: 60px !important; -moz-border-radius: 60px !important; -ms-border-radius: 60px !important; -o-border-radius: 60px !important; border-radius: 60px !important; margin-top: -1px; }
.how-to-sec.style2 .how-to::before { background-image: url('/Content/Frontend/images/line3.png'); }
.how-to-sec.style2 .how-to:nth-child(n+2)::before { background-image: url(/Content/Frontend/images/line4.png); }
.how-to-sec.style2 .how-icon { background: #7dc246; border: none; color: #ffffff; }

.top-compnay.style2 > a { color: #647585; border-color: #647585; }

    .top-compnay.style2 > a:hover { color: #FFF; background-color: #647585; border-color: #647585; }


.top-compnay:hover { -webkit-box-shadow: 0px 10px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 10px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 10px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 10px 30px rgba(0,0,0,0.1); box-shadow: 0px 10px 30px rgba(0,0,0,0.1); }

/* Download Sec */
.download-sec { float: left; width: 100%; display: table; }
.download-text { display: table-cell; vertical-align: middle; width: 60%; }
    .download-text h3 { float: left; width: 100%; color: #ffffff; font-family: Quicksand; font-size: 40px; font-weight: bold; margin: 0; }
    .download-text > p { float: left; width: 100%; color: #ffffff; margin: 0; margin-top: 14px; padding-right: 50px; }
    .download-text ul { float: left; width: 100%; margin: 0; margin-top: 0px; margin-top: 10px; }
        .download-text ul li { float: left; margin: 0; margin-top: 0px; margin-top: 25px; }
            .download-text ul li a { float: left; border: 1px solid #ffffff; width: 230px; height: 65px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; margin-right: 30px; padding-left: 82px; color: #ffffff; position: relative; }
                .download-text ul li a i { position: absolute; left: 20px; top: 7px; font-size: 45px; }
                .download-text ul li a span { float: left; width: 100%; font-size: 13px; }
                .download-text ul li a p { float: left; width: 100%; margin: 0; color: #ffffff; font-size: 13px; line-height: 20px; }
            .download-text ul li a { float: left; border: 1px solid #ffffff; width: 235px; height: 65px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; margin-right: 25px; padding-left: 80px; color: #ffffff; position: relative; padding-top: 12px; }
.download-img { display: table-cell; width: 40%; vertical-align: middle; }
    .download-img img { max-width: 100%; float: right; margin-top: 30px; }

/* Team Sec */
.team-sec { float: left; width: 100%; margin-top: -30px; }
.team { float: left; width: 100%; margin-top: 90px; text-align: center; margin-bottom: 27px; }
.team-img { float: left; width: 100%; }
    .team-img img { max-width: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; border: 7px solid #ffffff; float: none; display: inline-block; }
.team-detail { float: left; width: 100%; padding-top: 14px; padding-left: 20px; padding-right: 20px; padding-bottom: 30px; }
    .team-detail > a { float: left; width: 100%; font-size: 13px; color: #647585; margin-top: 20px; opacity: 0; }
    .team-detail h3 { float: left; width: 100%; margin: 0; font-family: Open Sans; font-size: 15px; color: #202020; }
    .team-detail > span { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; margin-top: 11px; }
    .team-detail > p { float: left; width: 100%; margin: 0; margin-top: 0px; font-size: 13px; color: #888888; line-height: 23px; margin-top: 20px; opacity: 0; }
.team > .team-img { margin-top: -60px; }
.team:hover { background: #ffffff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0px 7px 20px rgba(0,0,0,0.1); -moz-box-shadow: 0px 7px 20px rgba(0,0,0,0.1); -ms-box-shadow: 0px 7px 20px rgba(0,0,0,0.1); -o-box-shadow: 0px 7px 20px rgba(0,0,0,0.1); box-shadow: 0px 7px 20px rgba(0,0,0,0.1); }
    .team:hover p { opacity: 1; }
    .team:hover a { opacity: 1; }
.team-sec .slick-dots li { border-color: #647585; }
    .team-sec .slick-dots li.slick-active button { background: #647585; }
.pricetable.style2 .pricetable-head h2 { color: #7dc246; }
    .pricetable.style2 .pricetable-head h2 i { color: #A3A3A3; }
.pricetable.style2 > a { background: #647585; color: #ffffff; }

    .pricetable.style2 > a:hover { background: #7dc246; color: #ffffff; }


.pricetable.active.style2 { background: #647585; }
    .pricetable.active.style2 > a { background: #7dc246; color: #FFF; }
.pricetable.style2.active .pricetable-head h2 { color: #647585; }
.ft { background: none; border-top: 1px solid #eaeeee; margin-top: 60px; }
    .ft .footer-title { color: #333333; }
    .ft .link_widgets a:hover { color: #7dc246; }
    .ft .bottom-line { background: #ffffff; padding-top: 0; }
        .ft .bottom-line .container { border-top: 1px solid #e8ecec; padding-top: 24px; }
header.style4 { float: left; width: 100%; background: #ffffff; }
.topbar { float: left; width: 100%; background: #222b38; padding: 2px 0; }
.h-social { float: left; margin: 0; }
    .h-social > li { margin: 0; float: left; }
    .h-social li a { color: #7a8493; padding: 0 4px; font-size: 18px; }

        .h-social li a i { font-size: 13px; }

.h-contact { float: right; margin-top: 3px; }
    .h-contact span { float: left; font-size: 12px; color: #ffffff; margin-left: 30px; line-height: 21px; }
        .h-contact span i { float: left; font-size: 19px; margin-right: 10px; }
header.style4 .menu-sec nav > ul > li > a { color: #222222; padding-top: 17px; padding-bottom: 42px; }
header.style4 .menu-sec { margin-top: 20px; }
header.style4 .logo { margin: 14px 0; }
header.style4 .account-btns > li a { color: #222b38; border: 1px solid #222b38; padding: 8px 20px; margin: 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

header.style4 .signin-popup a:hover { background: #222b38 !important; border-color: #222b38 !important; color: #ffffff !important; }


header.style4 .account-btns > li.signup-popup a { color: #1e83f0; border-color: #1e83f0; }
header.style4 .menu-sec nav > ul > li.menu-item-has-children > a::before { top: 26px; }
.main-slider-sec.style3::before { display: none; }
.main-slider-sec.style3::after { display: none; }
.main-slider-sec.style3 { background: #000; }
    .main-slider-sec.style3 img { opacity: 0.5; }
.job-search-sec .job-search > h3 { font-weight: bold; }
.search-job2.style2 { background: #ffffff; padding: 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 200px; }
    .search-job2.style2 form { -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
        .search-job2.style2 form .job-field { -webkit-border-radius: 6px !important; -moz-border-radius: 6px !important; -ms-border-radius: 6px !important; -o-border-radius: 6px !important; border-radius: 6px !important; }
            .search-job2.style2 form .job-field label::before { display: none; }
            .search-job2.style2 form .job-field label { font-family: Open Sans; font-size: 13px; color: #202020; margin: 0; margin-top: 0px; line-height: 20px; margin-top: 30px; padding: 0 30px; }
            .search-job2.style2 form .job-field input { padding-top: 0; padding-bottom: 0; height: auto; line-height: normal; }
    .search-job2.style2 .job-field .chosen-container-single .chosen-single { padding-top: 0; padding-bottom: 25px; }
    .search-job2.style2 form .job-field::before { height: 65px; }


.job-field.with-icon { padding-left: 30px; }
    .job-field.with-icon i { right: auto; left: 15px; top: 35px; font-size: 33px; }
.search-job2.style2 form div button { -webkit-border-radius: 6px !important; -moz-border-radius: 6px !important; -ms-border-radius: 6px !important; -o-border-radius: 6px !important; border-radius: 6px !important; background: #1e83f0; font-family: Open Sans; padding: 16px 10px; margin: 21px 0; }
    .search-job2.style2 form div button i { font-size: 24px; margin-right: 4px; position: relative; bottom: -4px; }
.search-job2.style2 .job-field .chosen-container-single .chosen-single div::before { top: 12px; }
.search-job2.style2 { padding: 0 17px; padding-left: 17px; padding-left: 0; }
.job-search-sec.style3 { -webkit-transform: translateX(-50%) translateY(0%); -moz-transform: translateX(-50%) translateY(0%); -ms-transform: translateX(-50%) translateY(0%); -o-transform: translateX(-50%) translateY(0%); transform: translateX(-50%) translateY(0%); width: 1000px; left: 50%; top: auto; bottom: -42px; }

    .job-search-sec.style3 .style2 { margin-bottom: 0px; }

.job-is.ft { margin-top: 12px; }
.block.overlape { z-index: 2; }
.cat-sec.style2 { margin-top: -30px; }
.p-category.style2 { background: #ffffff; border: none; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 30px; }
    .p-category.style2 > a { border: none; }
        .p-category.style2 > a i { color: #647585; }
        .p-category.style2 > a p { color: #b1b1b1; }

.p-category.style2 { height: auto; width: 100%; margin-left: 0px; }


    .p-category.style2:hover { margin-top: 20px !important; }

/* Tabs sec */
.tab-sec { float: left; width: 100%; text-align: center; }
.nav.nav-tabs { float: none; width: auto; text-align: center; margin: 0; display: inline-block; border: 1px solid #e7e7e7; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 0 4px; }
    .nav.nav-tabs > li { float: none; display: inline-block; margin: 0; }
        .nav.nav-tabs > li a { float: left; font-family: Quicksand; font-size: 18px; font-weight: bold; letter-spacing: 0px; padding: 15px 30px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 4px; }
            .nav.nav-tabs > li a.current { color: #ffffff; background-color: #1e83f0; }
.job-listing.wtabs { border: 1px solid #ebefef; margin-top: 30px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; display: inherit; text-align: left; position: relative; }
    .job-listing.wtabs .job-title-sec { float: left; width: 70%; }
        .job-listing.wtabs .job-title-sec > span { color: #1e83f0; display: table; float: none; }
    .job-listing.wtabs .job-lctn { display: inline; padding-top: 20px; width: 100%; font-size: 13px; }
        .job-listing.wtabs .job-lctn i { float: none; font-size: 15px; }
.job-style-bx { float: left; width: 30%; position: absolute; right: 0px; bottom: 0; padding: 15px; }
    .job-style-bx .fav-job { font-size: 20px; float: right; margin-top: 5px; margin-right: 10px; }
    .job-style-bx .job-is { margin: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; color: #ffffff; }
.tab-sec .tab-content { display: none; }
    .tab-sec .tab-content.current { display: block; }
.tab-sec .browse-all-cat .style2 { border: 1px solid #ebefef; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }

.how-to-sec.style2.no-lines .how-to::before { display: none; }
.how-to-sec.style2.no-lines .how-icon { border: 1px solid #e8ecec; background: none; color: #707070; }
.link_widgets.nolines a::before { display: none; }
.link_widgets.nolines a { padding: 0; color: #7a8493; }
footer.style2 span { color: #7a8493; }
.link_widgets.nolines a i { font-size: 19px; float: left; margin-right: 10px; width: 21px; text-align: left; }
.subscribe_widget { float: left; width: 100%; }
    .subscribe_widget > p { width: 100%; float: left; font-family: Open Sans; font-size: 13px; color: #7a8493; line-height: 20px; }
    .subscribe_widget form { float: left; width: 100%; position: relative; }
        .subscribe_widget form input { border: 1px solid #7a8493; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; background: none; margin: 0; font-family: Open Sans; font-size: 13px; color: #dae4f3; padding: 15px 30px; }
        .subscribe_widget form button { position: absolute; right: 0; top: 0; height: 100%; -webkit-border-radius: 0 6px 6px 0px; -moz-border-radius: 0 6px 6px 0px; -ms-border-radius: 0 6px 6px 0px; -o-border-radius: 0 6px 6px 0px; border-radius: 0 6px 6px 0px; width: 50px; background: #1e83f0; padding: 0; font-size: 25px; }
footer.style2 { background: #222b38; }
.bottom-line.style3 { background: #12171e; }
    .bottom-line.style3 span { float: left; line-height: 33px; }
.back-top { float: right; font-family: Open Sans; font-size: 13px; color: #7a8493; line-height: 33px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }
    .back-top i { float: right; width: 33px; height: 33px; background: #333e4e; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-left: 13px; line-height: 33px; font-size: 19px; }

    .back-top:hover { color: #FFF; }

/* Header5 */
header.style5 { background: #26ae61; float: left; width: 100%; position: relative; padding: 20px 60px; }
    header.style5 .account-btns { padding: 10px 0; }
    header.style5 .menu-sec { margin-top: 0px; }
    header.style5 .post-job-btn { background: none; border: 2px solid #ffffff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
    header.style5 nav { float: left; margin-right: 0; }
    header.style5 .logo { position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); -o-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); }

/* Location */
.form-location-sec { float: left; width: 100%; text-align: center; margin: 70px 0; }
    .form-location-sec h3 { float: left; width: 100%; color: #ffffff; font-size: 60px; margin: 0; margin-top: -15px; }
        .form-location-sec h3 strong { float: left; width: 100%; }
    .form-location-sec form { float: none; width: auto; text-align: center; display: inline-block; margin-top: 40px; position: relative; }
        .form-location-sec form .field-lct { float: left; width: auto; margin-right: 2px; position: relative; }
            .form-location-sec form .field-lct input { float: left; width: 364px; height: 60px; background: #ffffff; margin: 0; font-size: 13px; color: #000000; }
            .form-location-sec form .field-lct.sl input { width: 240px; }
            .form-location-sec form .field-lct i { position: absolute; right: 11px; top: 15px; font-size: 23px; color: #737373; }
        .form-location-sec form button { display: inline; width: 70px; height: 60px; background: #26ae61; -webkit-border-radius: 0 0; -moz-border-radius: 0 0; -ms-border-radius: 0 0; -o-border-radius: 0 0; border-radius: 0 0; font-size: 26px; padding: 0; margin-left: 1px; }



        .form-location-sec form a { display: block; text-align: right; font-size: 13px; color: #B3B3B3; position: relative; top: 10px; font-size: 13px; font-family: Open Sans; }
        .form-location-sec form a { text-align: right; font-size: 13px; color: #B3B3B3; position: relative; font-size: 13px; font-family: Open Sans; height: 20px; position: absolute; width: auto; right: 0; top: 100%; margin-top: 14px; }
.p-category.style2.gray { background: #f4f5fa; }
    .p-category.style2.gray i { color: #26ae61; }
.heading.left { text-align: left; }
.job-listings-sec.style2 .job-listing { background: #f4f5fa; border: none; padding-top: 24px; padding-bottom: 24px; padding-right: 30px; }
    .job-listings-sec.style2 .job-listing .job-title-sec span { color: #26ae61; }
    .job-listings-sec.style2 .job-listing .job-lctn { font-size: 13px; color: #888888 !important;; line-height: 20px; margin-left: 14px; }
.job-listings-sec.style2 .job-title-sec { width: 70%; }
.job-listings-sec.style2 .fav-job { font-size: 18px; float: right; margin: 17px 0; }
.job-listings-sec.style2 .job-is { border: none; }
.job-listings-sec.style2 .aply-btn { float: right; font-size: 12px; background: #26ae61; border: 1px solid #26ae61; color: #ffffff; padding: 7px 15px; padding-top: 8px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; line-height: 10px; padding-top: 7px; margin: 10px 0; }
.job-listings-sec.style2 .job-listing:hover { background: #ffffff; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.job-grid.style2 { background: #f4f5fa; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
    .job-grid.style2 .job-title-sec { padding: 0; border: none; }
        .job-grid.style2 .job-title-sec .c-logo { margin: 0; padding: 0 20px; }
    .job-grid.style2 .job-lctn { margin: 0; margin-top: 0px; margin-top: 2px; }
    .job-grid.style2 > p { float: left; width: 100%; margin: 0; margin-top: 0px; font-size: 13px; line-height: 18px; color: #888888; letter-spacing: 0px; margin-top: 9px; }
.grid-info-box { float: left; width: 100%; }
.grid-info-box { float: left; width: 100%; padding-top: 11px; padding-bottom: 17px; }
    .grid-info-box .job-is { float: left; padding: 0; border: none; width: auto; }
    .grid-info-box a { float: right; font-size: 12px; background: #26ae61; border: 1px solid #26ae61; color: #ffffff; padding: 8px 15px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; line-height: 14px; margin: 10px 0; margin: 6px 0; margin-left: 13px; }
    .grid-info-box .fav-job { position: static; float: left; font-size: 19px; margin: 8px 0; margin-left: 13px; }
.layer.color.green2::before { background-color: #26ae61; }

/* Who am */
.who-am { float: left; width: 100%; margin: 110px 0; padding-left: 370px; padding-right: 100px; }
    .who-am h3 { float: left; width: 100%; color: #ffffff; font-family: Quicksand; font-size: 40px; margin: 0; }
    .who-am p { float: left; width: 100%; font-family: Open Sans; font-size: 15px; line-height: 26px; color: #ffffff; margin-top: 11px; }
    .who-am a { float: left; border: 2px solid #ffffff; font-family: Quicksand; font-size: 15px; color: #ffffff; padding: 13px 50px; }
    .who-am.flip { padding-right: 370px; padding-left: 100px; text-align: right; }
        .who-am.flip a { float: right; }
.how-to-sec.style2.lines .how-to::before { background-image: none; height: 1px; content: ""; background-color: #e8ecec; top: 53px; bottom: auto; }
.how-to-sec.style2.lines .how-icon { background: #f4f5fa; color: #26ae61; }
.how-to-sec.style2.lines .how-to:first-child .how-icon { -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; background: #f4f5fa; }
.stats-sec.style2 .stats span { color: #26ae61; }
.stats-sec.style2 .stats h5 { color: #333333; }

/* Toggle Widget */
#toggle-widget { float: left; width: 100%; }
    #toggle-widget h2 { float: left; width: 100%; font-size: 15px; color: #222222; background: #f4f5fa; padding: 21px 40px; font-family: Open Sans; cursor: pointer; margin-bottom: 1px; position: relative; }
    #toggle-widget .content { float: left; width: 100%; padding: 0 40px; }
        #toggle-widget .content p { float: left; width: 100%; color: #888888; font-size: 13px; line-height: 24px; margin: 0; padding: 25px 0; }
    #toggle-widget h2::before { position: absolute; font-family: lineawesome; content: "\f121"; font-size: 20px; color: #fb236a; top: 50%; right: 20px; margin-top: -12px; }
    #toggle-widget h2.active::before { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.col-lg-4 .reviews.style2 { padding: 0; }
.col-lg-5 .reviews.style2 { padding: 0; }
.col-lg-6 .reviews.style2 { padding: 0; }
    .col-lg-4 .reviews.style2::before,
    .col-lg-5 .reviews.style2::before,
    .col-lg-6 .reviews.style2::before { font-size: 100px; top: 120px; height: auto; bottom: auto; }
    .col-lg-4 .reviews.style2::after,
    .col-lg-5 .reviews.style2::after,
    .col-lg-6 .reviews.style2::after { display: none; }
.detailbar { float: left; width: 100%; padding-right: 150px; margin: 60px 0; }
    .detailbar h3 { float: left; width: 100%; float: left; color: #ffffff; font-family: Quicksand; font-size: 30px; font-weight: bold; }
    .detailbar p { float: left; width: 100%; color: #ffffff; margin: 0; }
.detalbr-mkp { float: right; margin-top: -86px; }
footer.style3 { background: #202020; }
    footer.style3 .bottom-line { background: #101010; }
        footer.style3 .bottom-line .back-top i { background: none; color: #26ae61; }
        footer.style3 .bottom-line span { color: #929393; }
    footer.style3 span, footer.style3 a { color: #929393; }
.job-search > h4 { float: left; width: 100%; margin: 0; color: #ffffff; text-align: center; font-weight: bold; font-size: 30px; }

.inner-header::before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; z-index: -1; background: rgb(139,145,221); background: -moz-linear-gradient(45deg, rgba(139,145,221,1) 0%, rgba(16,25,93,1) 71%, rgba(16,25,93,1) 100%); background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(139,145,221,1)), color-stop(71%,rgba(16,25,93,1)), color-stop(100%,rgba(16,25,93,1))); background: -webkit-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%); background: -o-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%); background: -ms-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%); background: linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b91dd', endColorstr='#10195d',GradientType=1 ); opacity: 0.8; }
.inner-header::after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background-image: url('../images/lines.png'); z-index: 0; opacity: 0.14; }
.inner-header { float: left; width: 100%; position: relative; padding-top: 240px; padding-bottom: 15px; z-index: 0; }
    .inner-header.wform .job-search-sec { position: relative; float: left; z-index: 4; top: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
section.overlape { z-index: 2; }
.emlthis { float: left; border: 2px solid #d8dcdc; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; border-radius: 6px; padding: 12px 30px; font-size: 13px; color: #888888; margin-bottom: 30px; line-height: 18px; }
    .emlthis i { float: left; font-size: 19px; margin-right: 11px; position: relative; top: -1px; color: #B3B3B3; }
.filterbar { float: left; width: 100%; margin-bottom: 30px; }
    .filterbar > h5 { float: left; font-family: Quicksand; font-size: 20px; color: #222222; font-weight: bold; line-height: 33px; margin: 0; }
.sortby-sec { float: right; }
    .sortby-sec > span { float: left; font-size: 13px; line-height: 33px; color: #888888; margin-right: 10px; }
    .sortby-sec .chosen-container > a { border: none; background: #f4f5fa; font-size: 13px; width: auto; padding: 7px 20px; }
    .sortby-sec .chosen-container { border: none; float: left; width: auto !important; clear: none; margin-left: 10px; }
        .sortby-sec .chosen-container > a div::before { font-size: 11px; color: #737373; }
        .sortby-sec .chosen-container.chosen-container-single.chosen-container-single-nosearch.chosen-with-drop.chosen-container-active a { background: #dfdfdf; color: #222222; }
.job-grid.border { -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; border: 2px solid #e8ecec; }
.job-grid:hover { -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); box-shadow: 0px 0px 20px rgba(0,0,0,0.1); border-color: #ffffff; margin-top: 20px; }

/* pagination */
.pagination { float: left; margin: 60px 0 0; padding: 0; text-align: center; width: 100%; }
    .pagination ul { display: inline-block; list-style: outside none none; margin: 0; padding: 0; width: 100%; text-align: center; }
    .pagination li { display: inline-block; font-family: Quicksand; font-size: 12px; margin: 0 10px 0 0; }
        .pagination li:last-child { margin: 0; }
        .pagination li.active a, .pagination li a:active { -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
        .pagination li.active a, .pagination li a:hover { color: #ffffff; background-color: #8b91dd; border-color: #8b91dd; }
        .pagination li .delimeter { display: block; padding-top: 6px; }
    .pagination a,
    .pagination span { background: #ffffff none repeat scroll 0 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; float: left; font-family: Open Sans; padding: 3px 13px; text-decoration: none; border: 3px solid #edeff7; padding: 9px 15px; font-size: 13px; color: #000000; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; height: 41px; }
    .pagination li.prev a, .pagination li.next a { padding: 9px 25px; }
    .pagination a i { font-size: 15px; color: #fb236a; }
.inner-header > h3 { float: left; width: 100%; position: relative; z-index: 1; color: #ffffff; font-weight: bold; font-size: 30px; text-align: center; margin: 0; margin-bottom: 50px; }
.search_widget_job { float: left; width: 100%; }
.field_w_search { float: left; width: 100%; position: relative; border: 2px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-bottom: 20px; }
    .field_w_search input { float: left; width: 100%; background: none; padding: 15px 25px; font-size: 13px; margin: 0; }
    .field_w_search i { position: absolute; right: 15px; top: 12px; color: #fb236a; font-size: 24px; }
.border-right { padding-right: 40px; border-right: 1px solid #edeff7; padding-top: 40px; padding-bottom: 40px; }
.search_widget_job .field_w_search:last-child { margin: 0; }
aside .widget { margin-top: 25px; }
    aside .widget:first-child { margin: 0; }
.sb-title { float: left; width: 100%; font-family: Open Sans; font-size: 15px; color: #111111; margin: 0; position: relative; padding-right: 30px; margin-bottom: 0; cursor: pointer; }
    .sb-title::before { position: absolute; right: 0; top: 11px; width: 20px; height: 1px; background: #222222; content: ""; }
.posted_widget { float: left; width: 100%; }
    .posted_widget label { float: left; width: 100%; font-size: 13px; color: #888888; margin-bottom: 16px; padding-left: 30px; }

.frm_widget { float: left; width: 100%; }
    .frm_widget label { font-size: 13px; color: #888888; position: relative; display: inline-block; padding: 0 0 0 2em; margin-right: 10px; height: 1.5em; line-height: 1.5; cursor: pointer; }


.nm { margin: 0 !important; }
.type_widget { float: left; width: 100%; }
    .type_widget p { float: left; width: 100%; margin: 0; font-size: 13px; color: #888888; margin-bottom: 4px; }
        .type_widget p label { padding-left: 31px; }
.flchek label::before { border-color: #fb236a !important; }
.ftchek label::before { border-color: #8b91dd !important; }
.ischek label::before { border-color: #f831e3 !important; }
.ptchek label::before { border-color: #7dc246 !important; }
.tpchek label::before { border-color: #26ae61 !important; }
.vtchek label::before { border-color: #18f0f8 !important; }
.sb-title::after { position: absolute; right: 8px; top: 4px; width: 1px; height: 0px; background: #222222; content: ""; }
.sb-title.open.active::before { width: 17px; }
.sb-title::after { height: 0px; }
.sb-title.open.active::after { height: 15px; }

.sb-title.open.active { margin-bottom: 0; }
.specialism_widget { float: left; width: 100%; }
.simple-checkbox p { float: left; width: 100%; margin: 0; margin-bottom: 0px; font-family: Open Sans; font-size: 13px; margin-bottom: 4px; }
    .simple-checkbox p label { padding-left: 31px; }
    .simple-checkbox p input[type="checkbox"]:checked + label::before, .simple-checkbox p input[type="radio"]:checked + label::before { background: #2c7dfa; border-color: #2c7dfa; }
    .simple-checkbox p input[type="checkbox"] + label::after { color: #ffffff; }
.simple-checkbox { float: left; width: 100% !important; }
.sb-title.closed::after { height: 15px; }
.sb-title.closed::before { width: 17px; }
aside .widget > div { margin-top: 15px; }
.subscribe_widget > h3 { float: left; width: 100%; font-family: Open Sans; font-size: 15px; color: #111111; margin: 0; margin-bottom: 0px; position: relative; padding-right: 30px; margin-bottom: 15px; cursor: pointer; }
aside .subscribe_widget form input { border: 2px solid #e8ecec; color: #333333; }
aside .subscribe_widget form button { background: #fb236a; }


.tags-bar { float: left; width: 100%; margin-top: 40px; border: 2px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 10px; position: relative; }
.modrn-joblist { float: left; width: 100%; padding-left: 30px; border-bottom: 1px solid #edeff7; }
.tags-bar > span { float: left; background: #f4f5fa; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; font-family: Open Sans; font-size: 13px; padding: 7px 17px; margin-right: 15px; position: relative; }
    .tags-bar > span i { position: absolute; right: -6px; top: -5px; width: 16px; height: 16px; font-style: normal; background: #fb236a; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; color: #ffffff; text-align: center; line-height: 13px; font-size: 10px; font-family: Open Sans; cursor: pointer; }
.action-tags { float: right; }
    .action-tags a { float: left; font-size: 13px; color: #8b91dd; padding: 7px 6px; line-height: 17px; }
        .action-tags a i { float: left; font-size: 18px; margin-right: 4px; }
.modrn-joblist .filterbar { margin-top: 30px; }
.filterbar .emlthis { margin: 0; padding: 10px 30px; }
.modrn-joblist .filterbar h5 { float: left; width: 100%; margin: 0; margin-top: 0px; margin-top: 25px; }
.job-style-bx > i { position: absolute; right: 16px; bottom: 0; font-style: normal; font-size: 13px; color: #888888; }
.job-list-modern .job-listing.wtabs { margin: 0; margin-top: 0px; -webkit-border-radius: 0 0; -moz-border-radius: 0 0; -ms-border-radius: 0 0; -o-border-radius: 0 0; border-radius: 0 0; border-left-color: #ffffff; border-right-color: #ffffff; border-top-color: #edeff7; border-bottom-color: #edeff7; margin-top: -1px; padding: 30px 0px; }
    .job-list-modern .job-listing.wtabs .job-style-bx { padding-bottom: 31px; bottom: 50%; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); }

.ss-wrapper { overflow: hidden; width: 100%; height: 100%; position: relative; z-index: 1; float: left; }

.ss-content { height: 100%; width: calc(100% + 18px); padding: 0 0 0 0; position: relative; overflow: auto; box-sizing: border-box; }

    .ss-content.rtl { width: calc(100% + 18px); right: auto; }

.ss-scroll { position: relative; background: rgba(0, 0, 0, 0.1); width: 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; top: 0; z-index: 2; cursor: pointer; -webkit-transition: opacity 0.25s linear; -moz-transition: opacity 0.25s linear; -ms-transition: opacity 0.25s linear; -o-transition: opacity 0.25s linear; transition: opacity 0.25s linear; }

.ss-hidden { display: none; }

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll { opacity: 1; }

.ss-grabbed { -o-user-select: none; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; }
.simple-checkbox.scrollbar { height: 232px; }
.viewmore { float: left; width: 100%; margin-top: 90px; text-align: center; margin-bottom: 90px; }
    .viewmore span { float: none; display: inline-block; border: 2px solid #e8ecec; padding: 9px 25px; font-size: 13px; font-family: Open Sans; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; cursor: pointer; }
        .viewmore span i { width: 7px; height: 7px; float: left; background: #e8ecec; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; margin: 5px 2px; }
            .viewmore span i:last-child { margin-right: 10px; }
.job-search .tags-bar { padding: 0 120px; border: none; }
    .job-search .tags-bar > span { border: 2px solid #ffffff; background: none; color: #ffffff; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; }
        .job-search .tags-bar > span > i { color: #fb236a; background: #ffffff; }
    .job-search .tags-bar .action-tags a { color: #ffffff; }
.widget.border { border: 2px solid #e6e7ef; padding: 18px 20px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
aside .widget.border { margin-top: 10px; }
.banner_widget { float: left; width: 100%; margin-top: 10px; }
    .banner_widget a { float: left; width: 100%; }
        .banner_widget a img { float: left; width: 100%; }
aside .widget.border:first-child { margin-top: 30px; }
.job-listings-sec.no-border .job-listing { border: 2px solid #ffffff; border-radius: 8px; }
.job-statistic { float: left; width: 100%; text-align: center; position: relative; margin-top: 20px; margin-bottom: 50px; z-index: 1; }
    .job-statistic span { float: none; display: inline-block; font-size: 12px; border: 1px solid #ffffff; color: #ffffff; padding: 7px 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
    .job-statistic p { float: none; display: inline-block; color: #ffffff; font-size: 13px; margin: 0 20px; }
        .job-statistic p i { font-size: 23px; float: left; line-height: 29px; margin-right: 9px; }

/* Job Single Sec */
.job-single-sec { float: left; width: 100%; }
.job-single-head { float: left; width: 100%; padding-bottom: 30px; border-bottom: 1px solid #e8ecec; display: table; }
.job-thumb { display: table-cell; vertical-align: top; width: 107px; }
    .job-thumb img { float: left; width: 100%; border: 2px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.job-head-info { display: table-cell; vertical-align: middle; padding-left: 25px; }
    .job-head-info h4 { float: left; width: 100%; font-size: 24px; color: #202020; margin: 0; margin-bottom: 0px; margin-bottom: 10px; }
    .job-head-info span { float: left; width: 100%; font-size: 13px; color: #888888; line-height: 10px; }
    .job-head-info p { float: left; margin: 0; margin-top: 0px; margin-right: 0px; font-size: 13px; margin-right: 40px; color: #888; margin-top: 11px; }
        .job-head-info p i { float: left; font-size: 21px; line-height: 27px; margin-right: 9px; }
.job-details { float: left; width: 100%; padding-top: 20px; }
    .job-details h3 { float: left; width: 100%; font-size: 18px; font-weight: 500; color: #202020; margin-bottom: 15px; margin-top: 10px; }
    .job-details p,
    .job-details li { float: left; width: 100%; font-size: 13px; color: #888888; line-height: 24px; margin: 0; margin-bottom: 19px; }
    .job-details > ul { clear: both; float: left; width: 100%; margin-bottom: 20px; }
        .job-details > ul li { float: left; width: 100%; margin: 0; margin-bottom: 0px; position: relative; padding-left: 23px; line-height: 21px; margin-bottom: 10px; font-size: 13px; color: #888888; }
            .job-details > ul li::before { position: absolute; left: 0; top: 11px; width: 10px; height: 1px; background: #888888; content: ""; margin: 0; padding: 0; }
.share-bar { float: left; width: 100%; padding-top: 20px; padding-bottom: 20px; border-top: 1px solid #e8ecec; border-bottom: 1px solid #e8ecec; }
    .share-bar span { float: left; font-size: 15px; color: #202020; line-height: 40px; margin-right: 14px; }

    .share-bar a { float: none; display: inline-block; width: 47px; height: 35px; border: 2px solid; border-top-color: currentcolor; border-right-color: currentcolor; border-bottom-color: currentcolor; border-left-color: currentcolor; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; line-height: 30px; font-size: 18px; margin: 0 5px; margin-top: 0px; text-align: center; margin-top: 0px; margin-top: 6px; }

        .share-bar a.share-fb { color: #3b5998; border-color: #3b5998; }
        .share-bar a.share-twitter { color: #1da1f2; border-color: #1da1f2; }
        .share-bar a.share-google { color: #fb236a; border-color: #fb236a; }

        .share-bar a.share-fb:hover { background: #3b5998; border-color: #3b5998; color: #ffffff; }
        .share-bar a.share-twitter:hover { background: #1da1f2; border-color: #1da1f2; color: #ffffff; }
        .share-bar a.share-google:hover { background: #fb236a; border-color: #fb236a; color: #ffffff; }

.recent-jobs { float: left; width: 100%; padding-top: 20px; }
    .recent-jobs > h3 { float: left; width: 100%; font-size: 18px; color: #202020; font-weight: 500; margin-bottom: 15px; }
.apply-thisjob { float: left; width: 100%; border: 2px solid #8b91dd; text-align: center; color: #8b91dd; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 20px 20px; font-size: 15px; font-family: Open Sans; font-weight: bold; }
    .apply-thisjob i { font-size: 28px; margin-right: 8px; line-height: 11px; position: relative; top: 5px; }
.apply-alternative { float: left; width: 100%; padding-top: 30px; }
    .apply-alternative a { float: left; border: 2px solid #e8ecec; font-size: 13px; color: #888888; padding: 0 20px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; height: 50px; line-height: 50px; }
        .apply-alternative a i { font-size: 20px; float: left; margin-right: 6px; margin-top: 12px; }
    .apply-alternative span { float: right; border: 2px solid #e8ecec; font-size: 13px; color: #888888; padding: 0 30px; height: 50px; line-height: 50px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

        .apply-alternative span:hover { background: #fb236a; border-color: #fb236a; color: #ffffff; }

        .apply-alternative span i { font-size: 20px; float: left; margin-right: 6px; margin-top: 14px; }

/* Job Overview */
.job-overview { float: left; width: 100%; margin-top: 30px; }
    .job-overview > h3 { float: left; width: 100%; font-size: 18px; font-weight: 500; margin-bottom: 15px; }
    .job-overview ul { float: left; width: 100%; border: 2px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin: 0; padding: 15px !important; }
        .job-overview ul > li { float: left; width: 100%; margin: 0; position: relative; padding-left: 67px; margin: 15px 0; }
            .job-overview ul > li i { position: absolute; left: 23px; top: 5px; font-size: 30px; color: #8b91dd; }
            .job-overview ul > li h3 { float: left; width: 100%; font-size: 13px; font-family: Open Sans; margin: 0; }
            .job-overview ul > li span { float: left; width: 100%; font-size: 13px; color: #888888; margin-top: 7px; }
.job-location { float: left; width: 100%; margin-top: 30px; }
    .job-location > h3 { float: left; width: 100%; font-size: 18px; font-weight: 500; margin-bottom: 15px; color: #202020; }
.job-lctn-map { float: left; width: 100%; }
    .job-lctn-map iframe { float: left; width: 100%; border: none; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; height: 270px; }
.extra-job-info { float: left; width: calc(100% - 30px); margin-top: 30px; }
    .extra-job-info > span { float: left; width: 100%; border: 2px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 17px 20px; margin-bottom: 20px; font-family: Open Sans; font-size: 13px; color: #888888; }
        .extra-job-info > span i { float: left; font-size: 30px; color: #8b91dd; width: 30px; margin-right: 12px; }
        .extra-job-info > span strong { font-family: Open Sans; font-size: 13px; font-weight: normal; color: #202020; line-height: 28px; display: inline-block; margin-right: 7px; }
.job-single-head2 { float: left; width: 100%; padding-bottom: 50px; border-bottom: 1px solid #e8ecec; }
.job-title2 { float: left; width: 100%; }
    .job-title2 > h3 { float: left; font-size: 20px; font-weight: bold; margin: 0; margin-right: 0px; margin-right: 20px; }
    .job-title2 span.job-is { float: left; margin: 0; }
    .job-title2 > i { float: left; font-size: 26px; color: #B8B8B8; margin: 1px 0; margin-left: 18px; }
.tags-jobs { float: left; width: 100%; margin: 0; margin-top: 0px; margin-top: 20px; }
    .tags-jobs > li { float: left; margin: 0; margin-right: 0px; font-family: Open Sans; font-size: 13px; color: #888888; margin-right: 30px; }
        .tags-jobs > li i { float: left; font-size: 23px; float: left; line-height: 15px; margin-right: 8px; color: #8b91dd; }
        .tags-jobs > li span { color: #8b91dd; }
.job-single-head2 > span { float: left; width: 100%; font-size: 13px; color: #888888; margin-top: 20px; }
    .job-single-head2 > span strong { font-weight: normal; color: #202020; }
.job-wide-devider .job-overview { margin: 0; }
.job-single-sec .job-overview ul { padding: 0; margin-bottom: 20px; }
    .job-single-sec .job-overview ul li { float: left; width: 33.334%; padding-left: 50px; }
        .job-single-sec .job-overview ul li i { left: 0; }
.job-single-head.style2 { float: left; width: 100%; display: inherit; text-align: center; border: none; }
    .job-single-head.style2 .job-thumb { float: left; width: 100%; text-align: center; }
        .job-single-head.style2 .job-thumb img { float: none; display: inline-block; width: auto; border: none; -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
    .job-single-head.style2 .job-head-info { float: left; width: 100%; display: inherit; padding: 0; margin-top: 30px; margin-bottom: 40px; }
        .job-single-head.style2 .job-head-info p { float: left; width: 100%; text-align: center; margin: 0; margin-top: 0px; margin-top: 5px; }
            .job-single-head.style2 .job-head-info p i { float: none; color: #8b91dd; }
        .job-single-head.style2 .job-head-info > span { margin-top: 5px; margin-bottom: 20px; }
    .job-single-head.style2 > a { float: none; display: inline-block; }
.apply-job-btn { background: #fb236a; font-family: Open Sans; font-size: 15px; font-weight: bold; color: #ffffff; padding: 20px 0; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; width: 250px; height: 60px; }
    .apply-job-btn i { margin-right: 10px; float: none; font-size: 23px; line-height: 9px; position: relative; top: 4px; }
.apply-job-linkedin { float: none; display: inline-block; background: #ffffff; padding: 21px 0; -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); box-shadow: 0px 0px 20px rgba(0,0,0,0.1); -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; font-family: Open Sans; font-size: 13px; color: #fb236a; width: 250px; height: 60px; margin-top: 35px; }
    .apply-job-linkedin i { float: none; font-size: 25px; margin-right: 10px; line-height: 8px; position: relative; top: 4px; }
.viewall-jobs { background: #8b91dd; width: 250px; height: 60px; line-height: 60px; color: #ffffff; font-family: Open Sans; font-size: 13px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; margin-top: 35px; }
.job-single-head3 { float: left; width: 100%; display: table; padding-bottom: 30px; border: none; }
    .job-single-head3 .job-thumb { width: 125px; }
.job-single-info3 { display: table-cell; vertical-align: top; padding-left: 25px; }
    .job-single-info3 > h3 { float: left; width: 100%; font-size: 24px; color: #202020; font-weight: bold; margin-bottom: 4px; }
    .job-single-info3 > span { float: left; font-size: 13px; color: #888888; margin: 7px 0; }
        .job-single-info3 > span i { float: left; font-size: 23px; float: left; line-height: 15px; margin-right: 8px; color: #8b91dd; }
    .job-single-info3 .job-is { margin: 0; margin-left: 0px; margin-left: 20px; font-size: 12px; }
    .job-single-info3 .tags-jobs { margin-top: 16px; }
.job-thumb > span { float: left; width: 100%; font-size: 13px; color: #fb236a; text-align: center; margin-top: 23px; }
.job-single-sec.style3 .share-bar { border: none; padding: 0; }
.job-single-sec .extra-job-info { border: 2px solid #e8ecec; padding: 20px 30px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; width: 100% !important; }
    .job-single-sec .extra-job-info > span { float: left; width: 33.334%; padding: 0; border: none; margin: 0; }

.job-head-wide { float: left; width: 100%; border-bottom: 1px solid #e8ecec; }
    .job-head-wide .apply-thisjob { background: #9fa4e1; border: 2px solid #9fa4e1; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px; color: #ffffff; }
    .job-head-wide .apply-alternative a, .job-head-wide .apply-alternative span { -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px; }
.job-wide-devider { float: left; width: 100%; }
    .job-wide-devider .job-overview { margin-top: 30px; }
        .job-wide-devider .job-overview ul { padding: 20px 0; }
        .job-wide-devider .job-overview > ul > li { float: left; width: 100%; padding-left: 67px; }
            .job-wide-devider .job-overview > ul > li i { left: 23px; }

/* Quick Form JOb */
.quick-form-job { float: left; width: 100%; margin-top: 10px; }
    .quick-form-job > h3 { float: left; width: 100%; font-size: 18px; color: #202020; font-weight: 500; margin-bottom: 15px; }
    .quick-form-job form { float: left; width: 100%; border: 2px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 30px; }
        .quick-form-job form input { float: left; width: 100%; background: none; border: 2px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; font-size: 13px; color: #888888; padding: 15px 25px; }
        .quick-form-job form input, .quick-form-job form textarea { float: left; width: 100%; background: none; border: 2px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; font-size: 13px; color: #888888; padding: 15px 25px; font-family: Open Sans; margin-bottom: 15px; }
        .quick-form-job form button { float: left; width: 100%; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; background: #424f95; font-size: 18px; font-family: Open Sans; padding: 16px 10px; margin-bottom: 15px; border: 2px solid #424f95; }
        .quick-form-job form > span { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; text-align: center; }
            .quick-form-job form > span a { color: #202020; }

/* Employe Lists */
.emply-list-sec { float: left; width: 100%; }
.emply-list { float: left; width: 100%; border-bottom: 1px solid #e8ecec; display: table; padding-left: 35px; padding-top: 35px; padding-bottom: 35px; padding-right: 30px; }
.emply-list-thumb { display: table-cell; vertical-align: top; width: 80px; }
    .emply-list-thumb > a { float: left; width: 100%; }
        .emply-list-thumb > a img { float: left; width: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.emply-list-info { display: table-cell; vertical-align: top; padding-left: 17px; position: relative; }
.emply-pstn { position: absolute; right: 0; top: 0; color: #8b91dd; font-size: 13px; }
.emply-list-info > h3 { float: left; width: 100%; font-size: 18px; color: #202020; margin-bottom: 7px; font-weight: 500; }
.emply-list-info > span { float: left; width: 100%; font-size: 13px; color: #fb236a; }
.emply-list-info > h6 { float: left; width: 100%; margin: 0; margin-top: 0px; font-size: 13px; font-family: Open Sans; margin-top: 13px; }
.emply-list-info > p { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; line-height: 24px; margin: 0; margin-top: 0px; margin-top: 12px; }
.emply-list-info > h6 i { float: left; font-size: 20px; line-height: 16px; margin-right: 4px; color: #999999; }
.emply-list-sec .pagination { margin-bottom: 60px; text-align: center; }
.emply-list:hover { -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 40px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 40px rgba(0,0,0,0.1); box-shadow: 0px 0px 40px rgba(0,0,0,0.1); border-color: #ffffff; }
.margin_widget .widget, .margin_widget .widget.border { margin-bottom: 30px !important; margin-top: 0; }
.filterbar > p { float: left; margin: 0; font-family: Open Sans; font-size: 13px; color: #888888; line-height: 36px; }
.alpha-pag { float: left; width: 100%; background: #f4f5fa; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 16px 20px; margin-bottom: 30px; }
    .alpha-pag a.active, .alpha-pag a:hover { background: #8b91dd; color: #ffffff; }
    .alpha-pag a { float: left; font-size: 13px; color: #888888; padding: 6px 11px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; letter-spacing: 0px; }
.emply-list-sec.style2 .emply-list { border: 2px solid #ffffff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
    .emply-list-sec.style2 .emply-list:hover { -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; border-color: #e6e7ef; }
.emply-list-sec.style2 .emply-list-thumb > a img { -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; border: 2px solid #e8ecec; }

.is_clickable { cursor: hand; cursor: pointer; }
.nstSlider { cursor: pointer; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; position: relative; width: 100%; height: 10px; background: #f4f5fa; margin-top: 10px; }
    .nstSlider .leftGrip.gripHighlighted { background: #113344; }
    .nstSlider .rightGrip.gripHighlighted { background: #113344; }
    .nstSlider .rightGrip,
    .nstSlider .leftGrip { position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; width: 18px; height: 18px; background: #ffffff; border: 2px solid #fb236a; top: -5px; }
    .nstSlider .bar { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; position: absolute; background: #fb236a; height: 8px; top: 0px; }
    .nstSlider .highlightPanel { -webkit-transition: all 500ms ease-in-out; -moz-transition: all 500ms ease-in-out; -ms-transition: all 500ms ease-in-out; -o-transition: all 500ms ease-in-out; transition: all 500ms ease-in-out; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; position: absolute; background: #e87722; height: 20px; top: 0; }
.range_slider { float: left; width: 100%; }
    .range_slider .leftLabel, .range_slider .rightLabel { font-family: Open Sans; font-size: 13px; color: #888888; margin-top: 9px; }
    .range_slider .leftLabel { float: left; }
    .range_slider .rightLabel { float: right; }

.emply-list.box { border: 2px solid #e6e7ef; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; float: left; width: 100%; display: inline-block; text-align: center; margin-bottom: 30px; position: relative; }
    .emply-list.box .emply-list-thumb { float: left; width: 100%; }
        .emply-list.box .emply-list-thumb a { float: none; width: auto; display: inline-block; }
            .emply-list.box .emply-list-thumb a img { -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; border: 2px solid #e8ecec; }
    .emply-list.box .emply-list-info { float: left; width: 100%; padding: 0; padding-top: 0px; padding-top: 12px; position: static; }
    .emply-list.box .emply-pstn { position: absolute; right: 15px; top: 14px; }
.emply-list-info > h6 i { float: none; line-height: 13px; position: relative; top: 2px; margin-right: 3px; }
.emply-list.box:hover { -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; border-color: #8b91dd; }
.alpha-pag.full a { font-size: 13px; padding: 10px 15px; font-weight: bold; }
.emply-text-sec { float: left; width: 100%; }
.emply-text { float: left; width: 100%; border: 2px solid #e6e8ef; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 20px; margin-bottom: 30px; }
    .emply-text > h3 { float: left; width: 100%; margin: 0; margin-bottom: 0px; margin-bottom: 16px; }
        .emply-text > h3 span { float: left; width: 50px; height: 50px; background: #fb236a; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; text-align: center; color: #ffffff; line-height: 50px; font-weight: bold; font-size: 15px; }
    .emply-text > ul { float: left; width: 100%; margin: 0; }
        .emply-text > ul > li { float: left; width: 100%; }
        .emply-text > ul > li { float: left; width: 100%; margin: 5px 0; padding-left: 34px; position: relative; font-family: Open Sans; font-size: 13px; }
            .emply-text > ul > li::before { position: absolute; left: 0; top: 8px; width: 15px; height: 1px; background: #888888; content: ""; }
.emply-btns { float: left; width: 100%; }
    .emply-btns > a { float: left; width: 100%; background: #fb236a; font-family: Open Sans; font-size: 13px; color: #ffffff; text-align: center; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; border: 2px solid #fb236a; padding: 11px 0; margin-top: 10px; }
        .emply-btns > a.followus { background-color: #ffffff; border-color: #8b91dd; color: #8b91dd; }
.job-head-wide .share-bar a { margin: 0 3px; float: none; display: inline-block; }

    .job-head-wide .share-bar a i { font-size: 15px; }

.job-single-head3.emplye .job-thumb { width: 180px; }
.job-single-head3.emplye .job-single-info3 { vertical-align: middle; }
.job-listing.wtabs.noimg { padding-left: 30px; padding-right: 30px; border-radius: 8px; }
.job-overview.divide ul { margin: 0; border: none; border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; padding: 0; border-bottom: 1px solid #e8ecec; }
    .job-overview.divide ul > li { float: left; width: 33%; }
        .job-overview.divide ul > li span { margin-top: 5px; }
.job-overview.divide { margin: 0; }
.job-single-head.style2 .share-bar { padding: 0; border: none; margin-top: -20px; }
    .job-single-head.style2 .share-bar > a { width: 45px; height: 45px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; line-height: 41px; margin: 0 7px; }

        .job-single-head.style2 .share-bar > a i { font-size: 18px; }

.job-single-head.style2 .emply-btns { padding: 0 60px; padding-top: 14px; }
    .job-single-head.style2 .emply-btns a { padding: 16px 20px; font-size: 15px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px; margin-bottom: 10px; }

/* Tree Widget */
.widget .tree_widget-sec { margin: 0; }
.tree_widget-sec > ul { float: left; width: 100%; margin: 0; }
    .tree_widget-sec > ul > li { float: left; width: 100%; margin: 0; }
        .tree_widget-sec > ul > li > a { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; line-height: 41px; }


            .tree_widget-sec > ul > li > a:hover { color: #8b91dd; }

                .tree_widget-sec > ul > li > a:hover i { color: #8b91dd; }

            .tree_widget-sec > ul > li > a i { float: left; font-size: 28px; line-height: 41px; color: #babebe; margin-right: 5px; width: 35px; }
        .tree_widget-sec > ul > li > ul { float: left; width: 100%; margin: 0; }
        .tree_widget-sec > ul > li > ul { float: left; width: 100%; margin: 0; padding-left: 34px; margin: 17px 0; display: none; }

            .tree_widget-sec > ul > li > ul > li { float: left; width: 100%; position: relative; margin: 0; padding-left: 20px; border-left: 1px solid #e8ecec; }
                .tree_widget-sec > ul > li > ul > li a { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; padding: 3px 0; }
                .tree_widget-sec > ul > li > ul > li::before { position: absolute; left: 0; top: 50%; width: 10px; height: 1px; content: ""; background: #e8ecec; }
                .tree_widget-sec > ul > li > ul > li:first-child::before { top: 0; }
                .tree_widget-sec > ul > li > ul > li:last-child::before { bottom: 0; top: auto; }
                .tree_widget-sec > ul > li > ul > li:first-child > a { padding-top: 0; line-height: 2px; margin-bottom: 7px; }
                .tree_widget-sec > ul > li > ul > li:last-child > a { padding-bottom: 0; line-height: 2px; margin-top: 7px; }





            .tree_widget-sec > ul > li > ul > ol { float: left; width: 100%; position: relative; margin: 0; padding-left: 20px; border-left: 1px solid #e8ecec; }
                .tree_widget-sec > ul > li > ul > ol a { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; padding: 3px 0; }
                .tree_widget-sec > ul > li > ul > ol::before { position: absolute; left: 0; top: 50%; width: 10px; height: 1px; content: ""; background: #e8ecec; }
                .tree_widget-sec > ul > li > ul > ol:first-child::before { top: 0; }
                .tree_widget-sec > ul > li > ul > ol:last-child::before { bottom: 0; top: auto; }
                .tree_widget-sec > ul > li > ul > ol:first-child > a { padding-top: 0; line-height: 2px; margin-bottom: 7px; }
                .tree_widget-sec > ul > li > ul > ol:last-child > a { padding-bottom: 0; line-height: 2px; margin-top: 7px; }







        .tree_widget-sec > ul > li.inner-child.active > a { color: #8b91dd; }
            .tree_widget-sec > ul > li.inner-child.active > a i { color: #8b91dd; }
.padding-left { float: left; width: 100%; }
.profile-title { float: left; width: 100%; }
    .profile-title > h3 { float: left; width: 100%; margin-top: 40px; border-bottom: 1px solid #edeff7; font-size: 20px; color: #202020; font-weight: bold; margin: 0; margin-top: 0px; padding-bottom: 20px; padding-left: 30px; margin-top: 40px; }
.upload-img-bar { float: left; width: 100%; display: table; margin-top: 40px; padding-left: 30px; }
    .upload-img-bar > span { display: table-cell; vertical-align: top; border: 2px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; position: relative; width: 160px; }
        .upload-img-bar > span img { float: left; width: 100%; }
        .upload-img-bar > span i { position: absolute; right: -8px; top: -8px; width: 23px; height: 23px; background: #fb236a; color: #ffffff; font-style: normal; text-align: center; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; font-size: 13px; line-height: 21px; cursor: pointer; }
.upload-info { display: table-cell; vertical-align: bottom; padding-left: 30px; }
    .upload-info > a { float: left; font-family: Open Sans; font-size: 15px; color: #8b91dd; border: 2px solid #8b91dd; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; padding: 10px 40px; }
    .upload-info > span { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; margin-top: 20px; }
.profile-form-edit { float: left; width: 100%; }
    .profile-form-edit > form { float: left; width: 100%; padding-left: 30px; }
.pf-title { float: left; width: 100%; margin-top: 30px; font-family: Open Sans; font-size: 13px; color: #202020; margin-bottom: 13px; }
.pf-field { float: left; width: 100%; position: relative; }

.job-field .chosen-container { border: none !important; }

.pf-field > input, .pf-field > textarea { float: left; width: 100%; border: 2px solid #e8ecec; margin-bottom: 20px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 14px 45px 14px 15px; background: #ffffff; font-family: Open Sans; font-size: 13px; color: #101010; line-height: 24px; }
.pf-field > textarea { color: #888888; padding: 30px 30px; }
.profile-form-edit > form button { float: right; background: #ffffff; border: 2px solid #fb236a; color: #202020; font-family: Open Sans; font-size: 15px; padding: 11px 40px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 10px; }
.social-edit { float: left; width: 100%; }
    .social-edit > h3 { float: left; width: 100%; margin-top: 40px; border-bottom: 1px solid #edeff7; font-size: 20px; color: #202020; font-weight: bold; margin: 0; margin-top: 0px; margin-top: 0px; padding-bottom: 20px; padding-left: 30px; margin-top: 40px; }
    .social-edit > form { float: left; width: 100%; padding-left: 30px; }
.pf-field > i { position: absolute; right: 20px; top: 0; font-size: 20px; color: #8b91dd; line-height: 48px; }
.contact-edit > h3 { float: left; width: 100%; margin-top: 40px; border-bottom: 1px solid #edeff7; font-size: 20px; color: #202020; font-weight: bold; margin: 0; margin-top: 0px; margin-top: 0px; margin-top: 0px; padding-bottom: 20px; padding-left: 30px; margin-top: 40px; }
.contact-edit { float: left; width: 100%; margin-bottom: 60px; }
    .contact-edit > form { float: left; width: 100%; padding-left: 30px; }
    .contact-edit .srch-lctn { float: left; font-family: Open Sans; font-size: 15px; color: #8b91dd; border: 2px solid #8b91dd; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px; border-radius: 30px; padding: 11px 26px; margin-top: 30px; }
.pf-map { float: left; width: 100%; }
    .pf-map iframe { float: left; width: 100%; height: 300px; border: 2px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.contact-edit > form button { float: right; background: #ffffff; border: 2px solid #fb236a; color: #202020; font-family: Open Sans; font-size: 15px; padding: 11px 40px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 10px; }
.manage-jobs-sec > h3 { float: left; width: 100%; margin-top: 40px; border-bottom: 1px solid #edeff7; font-size: 20px; color: #202020; font-weight: bold; margin: 0; margin-top: 0px; margin-top: 0px; padding-bottom: 20px; padding-left: 30px; margin-top: 40px; }
.manage-jobs-sec { float: left; width: 100%; }


    .manage-jobs-sec .edu-history-sec,
    .manage-jobs-sec .mini-portfolio,
    .manage-jobs-sec .progress-sec { padding-left: 30px; }

    .manage-jobs-sec .extra-job-info { border: 2px solid #e8ecec; padding: 20px 30px; margin-left: 30px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
        .manage-jobs-sec .extra-job-info > span { float: left; width: 32.334%; padding: 0; border: none; margin: 0; }
    .manage-jobs-sec > table { float: left; width: calc(100% - 30px); margin-top: 50px; margin-bottom: 60px; margin-left: 30px }
        .manage-jobs-sec > table thead tr td { font-size: 15px; font-weight: bold; color: #fb236a; padding-bottom: 14px; }
        .manage-jobs-sec > table thead { border-bottom: 1px solid #e8ecec; }
.table-list-title > h3 { font-size: 16px; color: #202020; margin: 0; display: table; }
.table-list-title > span { font-size: 13px; color: #888888; float: left; margin-top: 0px; line-height: 10px; margin-top: 8px; display: table; }
    .table-list-title > span i { float: left; font-size: 15px; color: #999999; margin-right: 5px; line-height: 11px; }
.applied-field { float: left; font-size: 13px; color: #888888; }
.manage-jobs-sec > table tbody td > span { float: left; display: table; font-size: 13px; color: #888888; }
.manage-jobs-sec > table tbody td { vertical-align: middle; padding: 29px 0; border-bottom: 1px solid #e8ecec; }
.status { color: #7dc246 !important; }
    .status.active { color: #8b91dd !important; }
.action_job { margin: 0; text-align: center; }
    .action_job > li { float: left; margin: 0; position: relative; }
        .action_job > li > a { float: left; font-size: 15px; color: #9c9c9c; padding: 0 6px; }
        .action_job > li span { position: absolute; left: 50%; bottom: 100%; opacity: 0; visibility: hidden; background: #0f36a5; color: #ffffff; width: 80px; font-size: 12px; padding: 5px 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-left: -40px; margin-bottom: 9px; }
        .action_job > li:hover span { opacity: 1; visibility: visible; }
        .action_job > li span::before { position: absolute; left: 50%; bottom: 0; width: 10px; height: 10px; content: ""; background: #0f36a5; margin-left: -5px; margin-bottom: -4px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }

/* Profiles Dropdown */
.btns-profiles-sec { float: right; position: relative; }
    .btns-profiles-sec > span { float: right; color: #ffffff; font-family: Open Sans; font-size: 13px; line-height: 50px; cursor: pointer; }
    .btns-profiles-sec > span { float: right; color: #ffffff; font-family: Open Sans; font-size: 13px; line-height: 50px; }
        .btns-profiles-sec > span > img { float: left; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-right: 13px; }
        .btns-profiles-sec > span > i { float: right; line-height: 50px; font-size: 10px; margin-left: 13PX; }
    .btns-profiles-sec > ul { position: absolute; right: 0; top: 100%; margin: 0; margin-top: 0px; background: #ffffff; -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 40px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 40px rgba(0,0,0,0.1); box-shadow: 0px 0px 40px rgba(0,0,0,0.1); -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 30px; width: 240px; padding: 20px 3px; display: none; }
        .btns-profiles-sec > ul > li { float: left; width: 100%; margin: 4px 0; }
            .btns-profiles-sec > ul > li > a { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #202020; line-height: 30px; padding-left: 24px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

                .btns-profiles-sec > ul > li > a:hover { padding-left: 30px; }

                .btns-profiles-sec > ul > li > a i { float: left; font-size: 22px; color: #8b91dd; margin-right: 3px; width: 30px; line-height: 30px; }
        .btns-profiles-sec > ul::before { position: absolute; right: 40px; top: -6px; width: 14px; height: 14px; background: #ffffff; content: ""; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.emply-resume-thumb { display: table-cell; vertical-align: top; width: 100px; }
    .emply-resume-thumb img { float: left; width: 100%; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.emply-resume-info { display: table-cell; vertical-align: middle; padding-left: 30px; }
.emply-resume-sec > h3 { float: left; width: 100%; margin-top: 40px; border-bottom: 1px solid #edeff7; font-size: 20px; color: #202020; font-weight: bold; margin: 0; margin-top: 0px; margin-top: 0px; margin-top: 0px; padding-bottom: 20px; padding-left: 30px; margin-top: 40px; }
.emply-resume-sec { float: left; width: 100%; }
.emply-resume-list { float: left; width: 100%; display: table; padding: 30px 0; border-bottom: 1px solid #edeff7; position: relative; padding-left: 30px; }
.emply-resume-info > h3 { float: left; width: 100%; font-size: 18px; color: #202020; margin: 0; }
.emply-resume-info > span { float: left; width: 100%; font-size: 13px; color: #202020; margin-top: 7px; }
    .emply-resume-info > span i { font-style: normal; color: #8b91dd; }
.emply-resume-info > P { float: left; width: 100%; margin: 0; margin-top: 0px; margin-top: 0px; font-size: 13px; font-family: Open Sans; margin-top: 0; line-height: 28px; }
    .emply-resume-info > P i { float: none; line-height: 13px; position: relative; top: 2px; margin-right: 3px; font-size: 17px; color: #999999; }
.action-center { position: relative; float: left; }
    .action-center > span { float: left; font-family: Open Sans; font-size: 13px; color: #8b91dd; border: 2px solid #8b91dd; width: 150px; height: 40px; padding-left: 30px; text-align: left; line-height: 35px; padding-right: 20px; -webkit-border-radius: 21px; -moz-border-radius: 21px; -ms-border-radius: 21px; -o-border-radius: 21px; border-radius: 21px; cursor: pointer; }
    .action-center > ul { position: absolute; left: 0; top: 100%; margin-top: 20px; background: #ffffff; -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); box-shadow: 0px 0px 20px rgba(0,0,0,0.1); width: 150px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 15px 0; display: none; }
        .action-center > ul::before { position: absolute; right: 40px; top: -6px; width: 14px; height: 14px; background: #ffffff; content: ""; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
    .action-center > span i { font-size: 10px; margin-left: 3px; float: right; line-height: 36px; }
    .action-center > ul > li { float: left; width: 100%; margin: 0; }
        .action-center > ul > li a { float: left; font-family: Open Sans; font-size: 13px; color: #888888; padding: 5px 20px; }
.action-resume { display: table-cell; vertical-align: middle; }
.del-resume { display: table-cell; vertical-align: middle; }
    .del-resume > a { float: left; font-size: 18px; color: #999999; margin-left: 30px; }
.coverletter-popup { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99; background: rgba(20,31,114,0.6); display: none; overflow-Y: scroll; }
.cover-letter { position: absolute; left: 0; top: 110px; background: #ffffff; width: 600px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; left: 50%; margin-left: -300px; padding: 30px 30px; }
    .cover-letter > i.close-letter { position: absolute; right: -20px; top: -20px; width: 50px; height: 50px; background: #fb236a; text-align: center; color: #ffffff; line-height: 50px; font-size: 27px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; cursor: pointer; }
    .cover-letter > h3 { float: left; width: 100%; text-align: center; color: #202020; font-size: 22px; font-weight: bold; margin: 0; }
    .cover-letter p { float: left; width: 100%; font-size: 13px; color: #888888; line-height: 24px; margin: 0; margin-top: 0px; margin-top: 17px; }
.contactus-popup { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 99; background: rgba(20,31,114,0.6); display: none; overflow-y: scroll; }
.contact-popup { position: absolute; left: 50%; top: 50px; background: #ffffff; width: 460px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-left: -230px; padding: 30px 40px; padding-bottom: 30px; padding-bottom: 50px; }
    .contact-popup > h3 { float: left; width: 100%; font-size: 22px; color: #202020; text-align: center; font-weight: bold; margin-bottom: 30px; }
    .contact-popup form { float: left; width: 100%; }
        .contact-popup form > .popup-field { float: left; width: 100%; position: relative; border: 2px solid #e8ecec; margin-bottom: 15px; border-radius: 8px; }
            .contact-popup form > .popup-field > input { width: 100%; float: left; background: no-repeat; padding: 16px 15px; font-family: Open Sans; font-size: 13px; margin: 0; }
            .contact-popup form > .popup-field i { position: absolute; right: 19px; top: 0; font-size: 23px; color: #fb236a; line-height: 50px; }
            .contact-popup form > .popup-field textarea { background: none; font-family: Open Sans; font-size: 13px; min-height: 135px; }
        .contact-popup form > button { float: left; width: 100%; font-size: 18px; background: #141f72; height: 60px; }
.emply-resume-list.active { z-index: 2; }
.emply-resume-list:last-child { margin-bottom: 60px; border-bottom-color: #ffffff; }
.close-contact { position: absolute; right: -20px; top: -20px; width: 50px; height: 50px; background: #fb236a; text-align: center; color: #ffffff; line-height: 50px; font-size: 27px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; cursor: pointer; }
.pkges-table thead { background: #0f36a5; }
    .pkges-table thead tr td { padding: 19px 24px !important; padding-right: 24px; color: #ffffff !important; font-family: Open Sans; font-size: 15px; font-weight: normal !important; padding-right: 14px !important; }
.pkges-table tbody tr td { border: 1px solid #edeff7; padding: 26px 23px; }
.steps-sec { float: left; width: 100%; padding: 0 90px; text-align: center; }
.step { display: inline-block; width: 33.334%; float: left; position: relative; margin-top: 50px; margin-bottom: 50px; }
    .step i { float: none; display: inline-block; width: 70px; height: 70px; border: 2px solid #e8ecec; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; text-align: center; line-height: 66px; font-size: 32px; color: #888888; }
    .step span { float: left; width: 100%; font-size: 16px; color: #888888; margin-top: 9px; font-family: Quicksand; font-weight: 500; }
    .step::before { position: absolute; left: 100%; top: 45px; width: 100%; height: 2px; background: #e8ecec; content: ""; margin-left: -50%; }
    .step > p { position: relative; z-index: 1; background: #ffffff; float: none; display: inline-block; border: 8px solid #ffffff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin: 0; }
    .step:last-child:before { display: none; }
    .step.active i { background: #8b91dd; border-color: #8b91dd; color: #ffffff; }
    .step.active span { color: #8b91dd; }
.tags-bar.rt { margin: 0; padding: 8px; }
table.alrt-table tbody .action_job { float: right; }
table.alrt-table tbody td > span { float: right; display: inline-block; width: auto; margin-right: 20px; line-height: 21px; }
.text-right { text-align: right; }
.change-password { float: left; width: 100%; }
    .change-password form { float: left; width: 100%; padding-left: 30px; }
        .change-password form input { margin-bottom: 0; }
        .change-password form button { float: right; background: #ffffff; border: 2px solid #fb236a; color: #202020; font-family: Open Sans; font-size: 15px; padding: 11px 40px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 30px; }
.big-icon { font-size: 290px; color: #EFEFEF; text-align: center; width: 100%; float: left; line-height: 413px; margin-bottom: 80px; }
.shortlists { display: table-cell; vertical-align: middle; }
    .shortlists > a { float: left; font-family: Open Sans; font-size: 13px; color: #8b91dd; border: 2px solid #8b91dd; width: 150px; height: 40px; padding-left: 30px; text-align: left; line-height: 35px; padding-right: 20px; -webkit-border-radius: 21px; -moz-border-radius: 21px; -ms-border-radius: 21px; -o-border-radius: 21px; border-radius: 21px; cursor: pointer; margin-right: 40px; }
        .shortlists > a i { float: right; line-height: 33px; font-size: 13px; }
header.gradient { background: rgb(139,145,221); background: -moz-linear-gradient(45deg, rgba(139,145,221,1) 0%, rgba(16,25,93,1) 71%, rgba(16,25,93,1) 100%); background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(139,145,221,1)), color-stop(71%,rgba(16,25,93,1)), color-stop(100%,rgba(16,25,93,1))); background: -webkit-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%); background: -o-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%); background: -ms-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%); background: linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b91dd', endColorstr='#10195d',GradientType=1 ); position: relative; z-index: 2; float: left; width: 100%; padding-bottom: 23px; }
#map_div { height: 450px; width: 100%; }
/* Custom Tooltip */
.custom-tooltip > div:nth-child(4) { border: medium none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -ms-box-shadow: none !important; -o-box-shadow: none !important; box-shadow: none !important; position: relative; }
    .custom-tooltip > div:nth-child(4) > div > div > div { border: medium none !important; -webkit-border-radius: 6px !important; -moz-border-radius: 6px !important; -ms-border-radius: 6px !important; -o-border-radius: 6px !important; border-radius: 6px !important; }
        .custom-tooltip > div:nth-child(4) > div > div > div:nth-child(2) { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important; border: medium none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; -ms-box-shadow: none !important; -o-box-shadow: none !important; box-shadow: none !important; -webkit-border-radius: 6px !important; -moz-border-radius: 6px !important; -ms-border-radius: 6px !important; -o-border-radius: 6px !important; border-radius: 6px !important; }
        .custom-tooltip > div:nth-child(4) > div > div > div:nth-child(3) > div { display: none; }
.infowindow .popular-listing { opacity: 1; }
    .infowindow .popular-listing::before { height: 100%; opacity: 1; }
    .infowindow .popular-listing .listing-features { opacity: 1; }
    .infowindow .popular-listing .pl-title-sec { opacity: 1; }
.infowindow { color: transparent; }
    .infowindow > span { bottom: -4px; float: left; position: relative; }
.gm-style .gm-style-iw { width: 256px !important; }
.infowindow .popular-listing { margin-bottom: -12px; margin-right: 0; opacity: 1; }
.custom-tooltip > div:nth-child(4) > div > div:last-child img { display: none; }
.custom-tooltip > div:nth-child(4) > div > div:last-child { color: #333333; content: "x"; font-size: 20px !important; height: 20px !important; position: absolute; top: 13px; width: 20px !important; }
    .custom-tooltip > div:nth-child(4) > div > div:last-child::before { background: #333333 none repeat scroll 0 0; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; color: #ffffff; content: "x"; font-family: Nunito; font-size: 15px; font-weight: bold; height: 100%; left: 0; line-height: 16px; position: absolute; text-align: center; top: 0; width: 100%; }
.custom-tooltip > div:nth-child(4) > div { overflow: hidden; position: relative; width: 297px !important; }
.custom-tooltip { margin-left: 8px; margin-top: 55px; }
.infowindow .map-can { float: left; width: 100%; display: table; margin-top: 20px; margin-bottom: 10px; padding: 0 28px; }
.map-candimg { display: table-cell; vertical-align: middle; width: 60px; }
    .map-candimg img { float: left; width: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; height: 60px; width: 60px; }
.infowindow .emply-resume-info > span { margin: 0; font-size: 13px; }
.infowindow .emply-resume-info > P { line-height: 20px; }
.map-can h3 { font-size: 15px; margin-bottom: 1px; }
.emply-resume-list.round .emply-resume-thumb img { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.emply-resume-list.round .emply-resume-thumb { width: 90px; }
.emply-resume-sec .pagination { margin-bottom: 60px; }
.emply-resume-list.square { border: 2px solid #ffffff; padding: 30px 30px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
    .emply-resume-list.square:hover { border-color: #e8ecec; }
    .emply-resume-list.square .shortlists > a { margin: 0; }
.inner-header .container { position: relative; z-index: 1; }
.skills-btn { float: left; width: 100%; margin-bottom: 15px; }
    .skills-btn a { float: left; font-family: Open Sans; font-size: 13px; color: #ffffff; border: 2px solid #ffffff; -webkit-border-radius: 21px; -moz-border-radius: 21px; -ms-border-radius: 21px; -o-border-radius: 21px; border-radius: 21px; padding: 6px 20px; margin-right: 12px; }
.action-inner { float: right; text-align: right; width: 100%; }
    .action-inner a { float: right; font-family: Open Sans; font-size: 13px; color: #ffffff; margin-left: 30px; }
        .action-inner a i { float: left; font-size: 25px; line-height: 17px; margin-right: 10px; }

/* Canditate Single User */
.cand-single-user { float: left; width: 100%; display: table; }
    .cand-single-user > div { display: table-cell; width: 33.334%; float: none; }
    .cand-single-user .share-bar.circle { vertical-align: middle; border: none; padding: 0; }
        .cand-single-user .share-bar.circle a { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; width: 45px; height: 45px; line-height: 41px; }
.can-detail-s { vertical-align: top; text-align: center; }
.cst { float: none; display: inline-block; margin-top: -97px; border: 2px solid #ffffff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; width: 175px; height: 175px; padding: 17px; }
    .cst img { float: left; width: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.can-detail-s > h3 { float: left; width: 100%; font-family: Quicksand; font-size: 22px; color: #202020; font-weight: bold; margin: 0; }
.can-detail-s span { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #202020; margin-top: 14px; }
    .can-detail-s span i { font-style: normal; color: #8b91dd; }
.can-detail-s > p { float: left; width: 100%; margin: 0; margin-top: 0px; font-size: 13px; color: #888888; line-height: 13px; margin-top: 10px; }
    .can-detail-s > p i { margin-right: 5px; }
.download-cv { vertical-align: middle; text-align: right; }
    .download-cv a { float: right; background: #ffffff; border: 2px solid #8b91dd; color: #8b91dd; font-family: Open Sans; font-size: 13px; padding: 14px 30px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

        .download-cv a:hover { background-color: #8b91dd; color: #FFF; }

        .download-cv a i { margin-left: 5px; }
.cand-extralink { float: left; width: 100%; text-align: center; border: 2px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 40px; }
    .cand-extralink > li { float: none; display: inline-block; margin: 0 10px; }
        .cand-extralink > li a { float: left; font-family: Open Sans; font-size: 15px; color: #888888; padding: 20px 10px; position: relative; margin-bottom: -5px; }
        .cand-extralink > li:hover a { color: #8b91dd; border-color: #8b91dd; }
.cand-details-sec { float: left; width: 100%; }
.cand-details { float: left; width: 100%; }
    .cand-details h2 { float: left; width: 100%; font-family: Quicksand; font-size: 20px; font-weight: bold; color: #202020; margin: 0; margin-top: 0px; margin-bottom: 0px; margin-top: 10px; margin-bottom: 20px; }
    .cand-details > p { float: left; width: 100%; font-size: 13px; color: #888888; line-height: 24px; margin: 0; margin-bottom: 0px; margin-bottom: 20px; }
.edu-history-sec { float: left; width: 100%; }
.edu-history { float: left; width: 100%; display: table; margin-bottom: 20px; position: relative; }
    .edu-history > i { display: table-cell; vertical-align: top; width: 70px; font-size: 50px; color: #fb236a; line-height: 60px; }
.edu-hisinfo { display: table-cell; vertical-align: top; }
    .edu-hisinfo > h3 { float: left; width: 100%; font-size: 16px; color: #8b91dd; margin: 0; margin-top: 0px; margin-top: 10px; }
    .edu-hisinfo > i { float: left; width: 100%; font-style: normal; font-size: 13px; color: #888888; margin-top: 7px; }
    .edu-hisinfo > span { float: left; width: 100%; font-family: Open Sans; font-size: 15px; color: #202020; margin-top: 8px; }
        .edu-hisinfo > span i { font-size: 13px; color: #888888; font-style: normal; margin-left: 12px; }
    .edu-hisinfo > p { float: left; width: 100%; margin: 0; font-size: 13px; color: #888888; font-style: normal; line-height: 24px; margin-top: 10px; }
.edu-history.style2 { margin: 0; padding-bottom: 20px; position: relative; padding-left: 40px; margin-bottom: 24px; padding-bottom: 0; }
    .edu-history.style2 > i { position: absolute; left: 0; top: 0; width: 16px; height: 16px; border: 2px solid #8b91dd; content: ""; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
    .edu-history.style2 .edu-hisinfo > h3 { margin: 0; }
    .edu-history.style2::before { position: absolute; left: 7px; top: 20px; width: 2px; height: 100%; content: ""; background: #e8ecec; }
    .edu-history.style2:last-child::before { display: none; }
    .edu-history.style2 .edu-hisinfo > h3 span { color: #202020; margin-left: 10px; }
.mini-portfolio { float: left; width: 100%; }
.mportolio { float: left; width: 100%; position: relative; z-index: 0; margin-bottom: 30px; }
.mp-row { margin: 0 -15px; }
.mp-col { float: left; width: 25%; padding: 0 15px; }
.mportolio img { float: left; width: 100%; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.mportolio > a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; text-align: center; background: rgb(139,145,221); background: -moz-linear-gradient(45deg, rgba(139,145,221,1) 0%, rgba(16,25,93,1) 71%, rgba(16,25,93,1) 100%); background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(139,145,221,1)), color-stop(71%,rgba(16,25,93,1)), color-stop(100%,rgba(16,25,93,1))); background: -webkit-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%); background: -o-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%); background: -ms-linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%); background: linear-gradient(45deg, rgba(139,145,221,1) 0%,rgba(16,25,93,1) 71%,rgba(16,25,93,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b91dd', endColorstr='#10195d',GradientType=1 ); -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; opacity: 0; }
.mportolio:hover > a { opacity: 0.9; }
.mportolio > a i { position: absolute; width: 100%; text-align: center; left: 0; top: 50%; color: #ffffff; font-size: 30px; line-height: 10px; margin-top: -5px; }
.progress-sec { float: left; width: 100%; }
.progress-sec { float: left; width: 100%; margin-bottom: 31px; }
    .progress-sec > span { float: left; width: 100%; font-family: Open Sans; font-size: 15px; color: #202020; margin-bottom: 9px; }
.progressbar { float: left; width: 100%; position: relative; height: 6px; background: #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.progress { position: absolute; left: 0; top: 0; height: 100%; background: #f64a84; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
    .progress span { position: absolute; right: -14px; top: -23px; font-size: 13px; color: #202020; }
.progress-sec:last-child { margin: 0; }
.companyies-fol-sec { float: left; width: 100%; }
.cmp-follow { float: left; width: 100%; }
    .cmp-follow a { float: left; width: 100%; text-align: center; margin-top: 20px; }
        .cmp-follow a img { float: none; display: inline-block; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; border: 2px solid #e8ecec; margin-bottom: 10px; }
        .cmp-follow a span { width: 100%; float: left; }
.cand-details-sec .job-overview { margin-top: 10px; margin-bottom: 20px; }
.cand-details-sec .quick-form-job form { border-width: 2px; }
.text-socail { float: left; width: 100%; }
    .text-socail > a { float: left; color: #ffffff; font-size: 18px; margin-right: 17px; margin-top: 13px; }
.action-inner .download-cv { float: right; }
    .action-inner .download-cv a { background: none; color: #ffffff; border-color: #ffffff; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; }
.action-inner.style2 > a { margin-top: 17px; }
.skills-badge { float: left; width: 100%; margin-top: 10px; margin-bottom: 40px; }
    .skills-badge span { float: none; display: inline-block; width: auto; margin: 0; background: #edeff7; color: #888888; font-family: Open Sans; font-size: 13px; margin: 0 6px; margin-top: 0px; padding: 6px 20px; -webkit-border-radius: 21px; -moz-border-radius: 21px; -ms-border-radius: 21px; -o-border-radius: 21px; border-radius: 21px; margin-top: 14px; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

        .skills-badge span:hover { background: #e1e4ec; }

.job-overview.style2 { margin: 0; border-top: 1px solid #e8ecec; border-bottom: 1px solid #e8ecec; padding: 20px 0; margin-bottom: 20px; }
    .job-overview.style2 ul { padding: 0; border: none; margin: 0; }
        .job-overview.style2 ul > li { float: left; width: 33.334%; }
.progress-sec.style2 { display: table; padding-right: 240px; }
    .progress-sec.style2 > span { float: none; display: table-cell; vertical-align: middle; width: 170px; line-height: 10px; }
    .progress-sec.style2 .progressbar { background: none; height: auto; margin-top: 3px; }
        .progress-sec.style2 .progressbar > i { float: left; width: 19px; height: 19px; background: #ffffff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; border: 2px solid #e6e8ef; margin-right: 12px; }
        .progress-sec.style2 .progressbar .progress { background: none; }
            .progress-sec.style2 .progressbar .progress > i { float: left; width: 19px; height: 19px; background: #e9477c; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-right: 12px; }
    .progress-sec.style2 > p { float: none; display: table-cell; text-align: left; font-size: 13px; color: #202020; line-height: 0px; position: relative; top: -3px; }
.job-overview.style3 { margin: 0; padding: 0 20px; }
    .job-overview.style3 ul { margin: 0; border: none; border-top: 1px solid #e8ecec; -webkit-border-radius: 0 0; -moz-border-radius: 0 0; -ms-border-radius: 0 0; -o-border-radius: 0 0; border-radius: 0 0; margin-bottom: 20px; }
        .job-overview.style3 ul li { float: left; width: 100%; padding-top: 15px; padding-bottom: 15px; margin: 0; padding-left: 42px; }
            .job-overview.style3 ul li h3 { float: left; width: 100%; font-size: 15px; color: #888888; }
            .job-overview.style3 ul li i { font-size: 23px; line-height: 37px; left: 0; }
.job-overview > a { float: left; width: 100%; height: 50px; font-size: 13px; background: #fb236a; text-align: center; line-height: 50px; color: #ffffff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-bottom: 20px; }
    .job-overview > a.contct-user { background: #8b91dd; }
.skill-perc { float: left; width: 100%; }
    .skill-perc > h3 { float: left; width: 100%; font-family: Quicksand; font-size: 20px; color: #202020; font-weight: bold; margin: 0; }
    .skill-perc > p { float: left; width: 100%; font-size: 13px; color: #888888; line-height: 24px; margin-top: 10px; letter-spacing: 0px; }
.skills-bar { float: left; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; background: #ffffff; padding: 16px; -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); box-shadow: 0px 0px 30px rgba(0,0,0,0.1); position: relative; }
    .skills-bar > span { position: absolute; right: 28px; top: 53px; font-size: 17px; font-family: Quicksand; font-size: 20px; font-weight: bold; letter-spacing: -1px; }
.manage-jobs-sec .cat-sec { margin-top: 40px; }
    .manage-jobs-sec .cat-sec:last-child { margin: 0; }
.my-profiles-sec { float: right; }
    .my-profiles-sec > span { float: left; font-size: 13px; color: #ffffff; font-family: Open Sans; line-height: 50px; cursor: pointer; }
        .my-profiles-sec > span > img { float: left; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; border: 2px solid #ffffff; margin-right: 18px; }
        .my-profiles-sec > span > i { float: right; line-height: 50px; font-size: 20px; margin-left: 12px; }
.profile-sidebar { position: fixed; right: -316px; top: 0; z-index: 22; background: #ffffff; width: 316px !important; -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 40px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 40px rgba(0,0,0,0.1); box-shadow: 0px 0px 40px rgba(0,0,0,0.1); overflow-y: scroll; height: 100%; opacity: 0; visibility: hidden; }
    .profile-sidebar .close-profile { position: absolute; left: 30px; top: 30px; width: 32px; height: 32px; background: #fb236a; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; text-align: center; line-height: 32px; color: #ffffff; cursor: pointer; }
    .profile-sidebar .can-detail-s { margin: 0; float: left; width: 100%; padding: 0 20px; }
        .profile-sidebar .can-detail-s .cst { margin: 0; margin-top: 0px; margin-top: 20px; }
            .profile-sidebar .can-detail-s .cst img { width: 114px; height: 114px; border: 2px solid #ffffff; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.1); box-shadow: 0px 0px 10px rgba(0,0,0,0.1); }
    .profile-sidebar .tree_widget-sec { padding: 0 40px; margin-top: 30px; float: left; width: 100%; margin-bottom: 40px; }
        .profile-sidebar .tree_widget-sec > ul { border-top: 1px solid #e8ecec; padding-top: 22px; }
    .profile-sidebar.active { right: -16px; opacity: 1; visibility: visible; }
.wishlist-dropsec { float: right; margin-right: 20px; position: relative; }
    .wishlist-dropsec > span { float: left; width: 46px; height: 46px; border: 2px solid #ffffff; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; text-align: center; line-height: 42px; color: #ffffff; position: relative; cursor: pointer; margin-top: 3px; }
        .wishlist-dropsec > span strong { position: absolute; right: -1px; top: -5px; font-size: 10px; font-weight: normal; background: #8b91dd; height: 16px; line-height: 14px; width: 16px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.wishlist-dropdown { position: absolute; right: -30px; width: 360px; background: #ffffff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; top: 100%; margin-top: 30px; -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); box-shadow: 0px 0px 30px rgba(0,0,0,0.1); padding: 20px 15px; display: none; }
    .wishlist-dropdown > ul { height: 243px; float: left; width: 100%; margin: 0; }
        .wishlist-dropdown > ul li { margin: 0; }
            .wishlist-dropdown > ul li .job-listing { padding-right: 0; border: none; padding-bottom: 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
                .wishlist-dropdown > ul li .job-listing h3 { font-size: 15px; }
    .wishlist-dropdown .c-logo { width: 110px; text-align: left; }
    .wishlist-dropdown::before { position: absolute; right: 43px; top: -6px; width: 15px; height: 15px; content: ""; z-index: 1; background: #ffffff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
.view-resumesec { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 12; background: rgba(20,21,114,0.6); display: none; overflow-y: scroll; }
.view-resumes { width: 700px; background: #ffffff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; position: absolute; left: 50%; margin-left: -350px; margin-top: 90px; padding: 0 20px; padding-bottom: 30px; }
    .view-resumes > .close-resume-popup { position: absolute; right: -20px; top: -20px; width: 50px; height: 50px; background: #fb236a; text-align: center; line-height: 50px; color: #ffffff; font-size: 22px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; cursor: pointer; }
    .view-resumes > h3 { float: left; width: 100%; font-size: 22px; font-weight: bold; color: #202020; text-align: center; margin: 0; margin-top: 40px; margin-bottom: 20px; }
.job-listing.wtabs .date-resume { float: right; font-size: 13px; color: #888888; margin-top: 30px; }
.view-resumes .job-listing.wtabs { border: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; margin: 0; padding-top: 15px; padding-bottom: 15px; }
.follow-companiesec { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 12; background: rgba(20,21,114,0.6); display: none; }
.follow-companies { width: 700px; background: #ffffff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; position: absolute; left: 50%; margin-left: -350px; margin-top: 90px; padding: 0 20px; padding-bottom: 30px; padding-right: 30px; }
    .follow-companies > .close-follow-company { position: absolute; right: -20px; top: -20px; width: 50px; height: 50px; background: #fb236a; text-align: center; line-height: 50px; color: #ffffff; font-size: 22px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; cursor: pointer; }
    .follow-companies > h3 { float: left; width: 100%; font-size: 22px; font-weight: bold; color: #202020; text-align: center; margin: 0; margin-top: 40px; margin-bottom: 20px; }
    .follow-companies > ul { float: left; width: 100%; padding: 0; margin: 0; }
        .follow-companies > ul li { margin: 0; }
            .follow-companies > ul li .job-listing.wtabs { margin: 0; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; padding: 0; margin: 16px 0; padding-right: 30px; }
                .follow-companies > ul li .job-listing.wtabs .go-unfollow { float: right; background: #ffffff; font-family: Open Sans; font-size: 13px; color: #8b91dd; border: 2px solid #8b91dd; -webkit-border-radius: 21px; -moz-border-radius: 21px; -ms-border-radius: 21px; -o-border-radius: 21px; border-radius: 21px; padding: 9px 36px; margin-top: 10px; }
                .follow-companies > ul li .job-listing.wtabs .job-lctn { padding-top: 0px; }
    .follow-companies #scrollbar { height: 333px; }
.upload-img-bar > span.round { -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
    .upload-img-bar > span.round img { float: left; width: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
    .upload-img-bar > span.round i { right: 10px; top: 10px; }
.pf-field.no-margin .tags-bar { margin: 0; padding: 8px; }
.border-title { float: left; width: 100%; border-bottom: 1px solid #edeff7; padding-bottom: 20px; position: relative; margin-top: 40px; margin-bottom: 20px; }
    .border-title > h3 { float: left; font-family: Quicksand; font-size: 20px; font-weight: bold; color: #202020; margin: 0; padding-left: 30px; }
    .border-title > a { float: right; line-height: 27px; font-family: Open Sans; font-size: 13px; color: #fb236a; }
        .border-title > a i { float: left; width: 27px; height: 27px; background: #fb236a; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; color: #ffffff; text-align: center; line-height: 27px; font-size: 13px; margin-right: 8px; }
.editdel { position: absolute; right: 0; top: 10px; }
    .editdel a { float: left; font-size: 22px; color: #8b91dd; margin-left: 8px; }
.edu-history.style2 .editdel { top: 0; }
.mini-portfolio .editdel { position: static; float: left; width: 100%; text-align: center; margin-top: -16px; }
    .mini-portfolio .editdel a { float: none; display: inline-block; }
.progress-sec.with-edit { padding-right: 80px; position: relative; padding-left: 0px; }
    .progress-sec.with-edit .editdel { top: 14px; }
.border-title > a.cancel i { background: #8b91dd; }
.border-title > a.cancel { color: #8b91dd; }
.resumeadd-form { float: left; width: 100%; padding-left: 30px; }
    .resumeadd-form button { float: right; border: 2px solid #fb236a; color: #ffffff; font-family: Open Sans; font-size: 15px; padding: 12px 41px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 10px; background: #f43574; }
    .resumeadd-form .remember-label { float: right; margin-top: 70px; }
input[type="file"] { }
.custom-file-upload { }
.custom-file-upload { position: absolute; left: 0; top: 0; cursor: pointer; margin: 0; padding: 0; width: 100%; height: 100%; line-height: 40px; text-align: center; }
    .custom-file-upload i { color: #8b91dd; font-size: 32px; float: left; width: 100%; margin-top: 42px; }
.upload-portfolio { float: left; width: 100%; display: table; }
.uploadbox { display: table-cell; vertical-align: middle; border: 2px dashed #e6e8ef; width: 200px; height: 150px; float: left; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; position: relative; }
.custom-file-upload::before { display: none; }
.custom-file-upload span { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #8b91dd; line-height: 25px; }
.uploadfield { float: left; width: 400px; margin-left: 30px; }
.uploadbutton { float: left; margin-left: 30px; margin-top: 50px; }
.job-list-del { float: right; }
    .job-list-del a { float: left; line-height: 70px; font-size: 20px; color: #B9B9B9; }
.manage-jobs-sec .job-listing.wtabs { margin: 0; border: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; padding-top: 25px; padding-bottom: 25px; }
    .manage-jobs-sec .job-listing.wtabs:hover { background: #f8f9fc; }
.table-list-title > i { font-family: Open Sans; font-size: 13px; color: #8b91dd; font-style: normal; margin-bottom: 1px; float: left; }
.coverletter-sec { float: left; width: 100%; }
    .coverletter-sec > form { float: left; width: 100%; padding-left: 30px }
        .coverletter-sec > form button { float: right; background: #ffffff; border: 2px solid #fb236a; color: #202020; font-family: Open Sans; font-size: 15px; padding: 11px 40px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 10px; }
.bloglist-sec { float: left; width: 100%; margin-top: -40px; }
.blogpost { float: left; width: 100%; margin-top: 40px; }
.blog-posthumb { float: left; width: 100%; }
    .blog-posthumb > a { float: left; width: 100%; overflow: hidden; background-color: #202020; border-radius: 8px; }
        .blog-posthumb > a img { float: left; width: 100%; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; -webkit-transform: scale(1.1) translate(-20px); -moz-transform: scale(1.1) translate(-20px); -ms-transform: scale(1.1) translate(-20px); -o-transform: scale(1.1) translate(-20px); transform: scale(1.1) translate(-20px); }
        .blog-posthumb > a:hover img { -webkit-transform: translate(0px) scale(1.1); -moz-transform: translate(0px) scale(1.1); -ms-transform: translate(0px) scale(1.1); -o-transform: translate(0px) scale(1.1); transform: translate(0px) scale(1.1); opacity: 0.8; }
.blog-postdetail { float: left; width: 100%; margin-top: 26px; }
.post-metas { float: left; width: 100%; padding: 0; margin: 0; list-style: none; }
    .post-metas > li { float: left; margin: 0; margin-right: 0px; margin-right: 30px; }
.modrn-joblist.np { padding: 0; }
.post-metas > li a { float: left; font-family: Open Sans; font-size: 13px; color: #a7a7a7; }
    .post-metas > li a i { float: left; line-height: 17px; font-size: 20px; margin-right: 5px; }
    .post-metas > li a.metascomment { color: #8b91dd; }
        .post-metas > li a.metascomment i { color: #a7a7a7; }
.blog-postdetail > h3 { float: left; width: 100%; margin: 0; font-family: Open Sans; font-size: 20px; color: #202020; margin: 0; margin-top: 0px; margin-bottom: 0px; margin-top: 14px; margin-bottom: 10px; }
.blog-postdetail > p { float: left; width: 100%; font-size: 13px; color: #888888; line-height: 24px; margin: 0; margin-top: 4px; }
.bbutton { float: left; font-family: Open Sans; font-size: 15px; color: #fb236a; border: 2px solid #fb236a; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 12px 30px; margin-top: 24px; }
.no-margin { margin: 0 !important; }
.widget > h3 { float: left; width: 100%; margin: 0; font-size: 18px; color: #202020; font-weight: 500; }
.sidebar-links { float: left; width: 100%; }
    .sidebar-links a { float: left; width: 100%; position: relative; font-size: 13px; color: #888888; margin: 9px 0; }
        .sidebar-links a i { float: left; font-size: 9px; line-height: 18px; width: 18px; }
.mini-blog { float: left; width: 100%; display: table; margin: 10px 0; margin-bottom: 18px; }
.post_widget { float: left; width: 100%; }
.mini-blog > span { display: table-cell; vertical-align: top; width: 74px; }
    .mini-blog > span a { float: left; width: 100%; }
        .mini-blog > span a img { float: left; width: 100%; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.mb-info { display: table-cell; vertical-align: top; padding-left: 15px; }
    .mb-info > h3 { float: left; width: 100%; font-family: Open sans; font-size: 13px; color: #202020; line-height: 20px; margin: 0; }
    .mb-info > span { float: left; width: 100%; font-size: 13px; color: #888888; margin-top: 5px; }
.tags_widget { float: left; width: 100%; }
    .tags_widget > a { float: left; font-family: Open sans; font-size: 13px; color: #888888; border: 1px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 6px 14px; margin-right: 11px; margin-bottom: 11px; }
.blogpost.style2 { display: table; padding-bottom: 30px; border-bottom: 1px solid #e8ecec; }
    .blogpost.style2 .blog-posthumb { width: 322px; display: table-cell; float: none; vertical-align: top; }
    .blogpost.style2 .blog-postdetail { float: none; display: table-cell; width: auto; vertical-align: middle; padding-left: 40px; }
        .blogpost.style2 .blog-postdetail .bbutton { border: none; padding: 0; margin-top: 20px; }
            .blogpost.style2 .blog-postdetail .bbutton i { font-size: 17px; display: inline-block; position: relative; top: 2px; margin-left: 4px; }
footer .footer-title { float: left; width: 100%; color: #ffffff; font-size: 18px; color: #ffffff; margin: 0; margin-bottom: 0px; margin-bottom: 30px; }
.blog-single { float: left; width: 100%; }
.bs-thumb { float: left; width: 100%; margin-bottom: 40px; }
    .bs-thumb > img { float: left; width: 100%; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.post-metas > li a img { float: left; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin-right: 15px; margin-top: -13px; }
.blog-single > h2 { float: left; width: 100%; font-family: Open Sans; font-size: 20px; margin: 20px 0; color: #202020; }
.blog-single > p { float: left; width: 100%; font-size: 13px; color: #888888; line-height: 24px; margin-bottom: 20px; }
.blog-single > h3 { float: left; width: 100%; font-family: Open Sans; font-size: 15px; color: #202020; }
blockquote { float: left; width: 100%; background: #f5f7fa; padding: 25px 40px; margin-bottom: 23px; }
    blockquote > p { float: left; width: 100%; margin: 0; font-family: Open Sans; font-size: 13px; font-style: italic; color: #888888; line-height: 16px; }
        blockquote > p i { font-size: 60px; line-height: 48px; display: inherit; width: 30px; float: left; margin-right: 10px; }
        blockquote > p span i { float: none; line-height: 0px; position: relative; top: 30px; margin-left: 13px; }
    blockquote > strong { float: left; font-weight: normal; font-size: 13px; font-style: italic; color: #202020; margin: 0; margin-top: 0px; margin-top: 18px; }
.tags-share { float: left; width: 100%; border-top: 1px solid #e8ecec; border-bottom: 1px solid #e8ecec; padding: 20px 0; }
    .tags-share .tags_widget { float: left; width: 50%; margin-top: 6px; }
        .tags-share .tags_widget span { float: left; font-size: 15px; color: #202020; margin-right: 20px; line-height: 28px; }
    .tags-share .share-bar { padding: 0; border: none; float: right; width: 50%; }
        .tags-share .share-bar a { float: right; width: 40px; height: 40px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; line-height: 36px; margin: 0; margin-left: 0px; margin-left: 20px; }
        .tags-share .share-bar span { float: right; margin: 0; }
    .tags-share .tags_widget a { margin-bottom: 0; }
.post-navigation { float: left; width: 100%; border-bottom: 1px solid #e8ecec; padding-bottom: 30px; padding-top: 30px; }
.post-hist { float: left; width: 50%; }
    .post-hist a { float: left; display: table; width: 100%; }
        .post-hist a > i { display: table-cell; vertical-align: top; width: 53px; height: 53px; border: 2px solid #e8ecec; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; text-align: center; line-height: 49px; font-size: 20px; color: #202020; }
        .post-hist a .post-histext { display: table-cell; vertical-align: middle; padding-left: 20px; font-family: Open Sans; font-size: 15px; color: #202020; }
            .post-hist a .post-histext i { float: left; width: 100%; font-style: normal; font-size: 13px; color: #888888; margin-top: 4px; }
    .post-hist.next a { text-align: right; }
        .post-hist.next a .post-histext { padding-left: 0; padding-right: 20px; }

.comment-sec { width: 100%; float: left; margin-top: 30px; }
    .comment-sec > h3 { float: left; width: 100%; font-size: 20px; font-family: Open Sans; color: #202020; }
    .comment-sec > ul { float: left; width: 100%; padding: 0; margin: 0; }
        .comment-sec > ul > li { float: left; width: 100%; margin: 0; }
.comment { float: left; width: 100%; padding: 30px 0; display: table; }
.comment-avatar { display: table-cell; vertical-align: top; width: 80px; }
    .comment-avatar img { float: left; width: 100%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; }
.comment-detail { display: table-cell; vertical-align: top; position: relative; padding-left: 30px; }
    .comment-detail > h3 { float: left; width: 50%; font-family: Open Sans; font-size: 15px; color: #202020; margin: 0; }
    .comment-detail > p { float: left; width: 100%; margin: 0; font-size: 13px; line-height: 24px; color: #888888; margin-top: 11px; }
.date-comment { float: right; width: 50%; text-align: right; }
    .date-comment a { float: right; font-size: 13px; color: #8b91dd; }
        .date-comment a i { font-size: 18px; line-height: 18px; display: inline-block; position: relative; top: 3px; margin-right: 7px; }
.comment-detail > a { float: left; font-size: 13px; color: #fb236a; margin-top: 13px; }
    .comment-detail > a i { float: left; font-size: 20px; line-height: 16px; margin-right: 6px; }
.comment-sec > ul > li .comment-child { padding-left: 80px; float: left; width: 100%; border-top: 1px solid #e8ecec; border-bottom: 1px solid #e8ecec; }
.comment-sec > ul > li:last-child .comment { border: none; }
.commentform-sec { float: left; width: 100%; margin-top: 30px; }
    .commentform-sec > h3 { float: left; width: 100%; font-size: 20px; font-family: Open Sans; color: #202020; }
    .commentform-sec > form { float: left; width: 100%; padding-right: 260px; }
    .commentform-sec .pf-title { margin-top: 0; }
    .commentform-sec > form button { float: left; font-size: 15px; background: #fb236a; color: #ffffff; padding: 15px 28px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 10px; }
    .commentform-sec form textarea { min-height: 150px; }
.photo-widget { float: left; width: 100%; }
    .photo-widget .row { margin: 0 -2px; }
        .photo-widget .row > div { padding: 0 2px; }
    .photo-widget a { float: left; width: 100%; margin-bottom: 4px; }
        .photo-widget a img { float: left; width: 100%; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
header.white > .menu-sec { margin-bottom: 0; }
header.white .menu-sec nav > ul > li > a { color: #202020; }
header.white .account-btns > li a { color: #202020; }
header.white .menu-sec nav > ul > li { padding-bottom: 27px; }
    header.white .menu-sec nav > ul > li > ul { margin-top: 3px; }
.inner-title2 { float: none; width: 50%; padding: 60px 0px; display: table-cell; vertical-align: middle; }
    .inner-title2 > h3 { float: left; width: 100%; font-family: Quicksand; font-size: 30px; color: #202020; font-weight: bold; margin: 0; }
    .inner-title2 > span { float: left; width: 100%; font-size: 13px; color: #808080; margin-top: 7px; }
.breadcrumbs { float: right; margin: 0; }
    .breadcrumbs > li { position: relative; padding-left: 30px; margin: 0; float: left; }
        .breadcrumbs > li a { float: left; width: 100%; font-size: 13px; color: #808080; }
        .breadcrumbs > li::before { position: absolute; left: 9px; top: 11px; width: 11px; height: 1px; background: #888888; content: ""; }
        .breadcrumbs > li:first-child::before { display: none; }
.inner2 { float: left; width: 100%; display: table; }
.page-breacrumbs { display: table-cell; vertical-align: middle; }
header.white { float: left; width: 100%; position: relative; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.15); -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.15); -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.15); box-shadow: 0px 0px 10px rgba(0,0,0,0.15); }
.about-us { float: left; width: 100%; }
    .about-us h3 { float: left; width: 100%; font-family: Open Sans; font-size: 20px; color: #202020; }
    .about-us p { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; line-height: 24px; }
    .about-us img { float: left; width: 100%; margin-bottom: 40px; }
    .about-us .tags-share { float: left; width: auto; border: none; padding: 0; }
        .about-us .tags-share .share-bar { float: left; width: auto; }
.our-services { float: left; width: 100%; margin-bottom: -60px; }
.service { float: left; width: 100%; display: table; margin-bottom: 60px; }
    .service > i { vertical-align: top; width: 80px; border: 2px solid #e8ecec; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; float: left; height: 80px; text-align: center; line-height: 76px; font-size: 40px; color: #888888; margin-right: 25px; }
.service-info { display: table-cell; vertical-align: top; }
    .service-info > h3 { float: left; width: 100%; font-size: 15px; font-family: Open Sans; margin: 0; }
    .service-info > p { float: left; width: 100%; font-size: 13px; line-height: 24px; color: #888888; margin: 0; margin-top: 11px; }
.our-services h2 { float: left; width: 100%; font-family: Open Sans; font-size: 20px; color: #202020; margin-bottom: 40px; }
.contact-form > h3 { float: left; width: 100%; font-size: 20px; color: #202020; font-family: Open Sans; }
.contact-form > form { float: left; width: 100%; padding-right: 100px; }
    .contact-form > form .pf-title { margin-top: 0; }
    .contact-form > form textarea { min-height: 155px; }
    .contact-form > form button { float: left; margin-top: 5px; font-family: open sans; font-size: 15px; color: #ffffff; background: #fb236a; padding: 15px 58px; border: 2px solid #fb236a; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.contact-textinfo { float: left; width: 100%; padding-right: 100px; }
    .contact-textinfo > h3 { float: left; width: 100%; font-size: 20px; color: #202020; font-family: Open Sans; }
    .contact-textinfo > ul { float: left; width: 100%; margin: 0; }
        .contact-textinfo > ul > li { float: left; width: 100%; margin: 0; margin-top: 0px; margin-bottom: 0px; display: table; margin-bottom: 15px; margin-top: 15px; }
            .contact-textinfo > ul > li > i { display: table-cell; vertical-align: top; font-size: 50px; color: #647585; width: 70px; }
            .contact-textinfo > ul > li > span { display: table-cell; vertical-align: middle; font-family: Open Sans; font-size: 13px; color: #888888; line-height: 24px; }
    .contact-textinfo > a { float: left; margin-top: 5px; font-family: open sans; font-size: 15px; color: #0f36a5; padding: 15px 40px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-right: 20px; border: 2px solid #0f36a5; }
        .contact-textinfo > a.fill { background: #0f36a5; color: #ffffff; }
.contact-map { float: left; width: 100%; }
    .contact-map #map_div { height: 350px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.contact-textinfo.style2 { float: left; width: 100%; background: #edeff7; padding: 50px 40px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.account-popup-area.static { position: static; float: left; width: 100%; display: block !important;; overflow: auto; background: no-repeat; z-index: 1; }
    .account-popup-area.static .account-popup { margin-top: 0; width: 430px; padding: 0; }
    .account-popup-area.static .account-popup { margin-top: 0; width: 430px; padding: 0; }
        .account-popup-area.static .account-popup > span { line-height: 24px; margin: 0; }
        .account-popup-area.static .account-popup > h3 { line-height: 30px; }

/* FAQS */
.faqs { float: left; width: 100%; }
.faq-box { float: left; width: 100%; margin-bottom: 50px; }
    .faq-box > h2 { float: left; width: 100%; position: relative; cursor: pointer; font-family: Open Sans; font-size: 20px; }
        .faq-box > h2 > i { float: right; }
            .faq-box > h2 > i::after { position: absolute; right: 10px; top: 3px; width: 1px; height: 13px; content: ""; background: #202020; opacity: 0; }
.contentbox { float: left; width: 100%; }
    .contentbox > p { float: left; width: 100%; font-size: 13px; line-height: 24px; color: #888888; margin: 0; }
.faq-box > h2.active i::after { opacity: 1; }
.terms-conditions { float: left; width: 100%; }
terms { float: left; width: 100%; margin-bottom: 30px; }
.terms:last-child { margin: 0; }
.terms > h2 { float: left; width: 100%; font-family: Open Sans; font-size: 20px; color: #202020; margin-bottom: 15px; }
.terms > p { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; line-height: 24px; margin: 0; }
.terms { float: left; width: 100%; margin-bottom: 30px; }
.faq-box:last-child { margin: 0; }
.how-works { float: left; width: 100%; position: relative; margin-bottom: 100px; }
.how-workimg { float: left; width: 55%; position: relative; display: table; z-index: 0; }
    .how-workimg > img { float: left; width: 100%; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
    .how-workimg:before { background: rgb(251,35,106); background: -moz-linear-gradient(45deg, rgba(251,35,106,1) 0%, rgba(251,35,106,1) 44%, rgba(20,31,114,1) 100%); background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(251,35,106,1)), color-stop(44%,rgba(251,35,106,1)), color-stop(100%,rgba(20,31,114,1))); background: -webkit-linear-gradient(45deg, rgba(251,35,106,1) 0%,rgba(251,35,106,1) 44%,rgba(20,31,114,1) 100%); background: -o-linear-gradient(45deg, rgba(251,35,106,1) 0%,rgba(251,35,106,1) 44%,rgba(20,31,114,1) 100%); background: -ms-linear-gradient(45deg, rgba(251,35,106,1) 0%,rgba(251,35,106,1) 44%,rgba(20,31,114,1) 100%); background: linear-gradient(45deg, rgba(251,35,106,1) 0%,rgba(251,35,106,1) 44%,rgba(20,31,114,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb236a', endColorstr='#141f72',GradientType=1 ); content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; opacity: 0.8; }
.how-work-detail { position: absolute; right: 0; top: 0; width: 52%; height: 100%; padding: 30px 0; }
.how-work-box { background: #ffffff; vertical-align: middle; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; position: relative; -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); box-shadow: 0px 0px 30px rgba(0,0,0,0.1); padding: 93px 100px; float: left; }
    .how-work-box > span { width: 66px; height: 66px; background: #fb236a; position: absolute; left: 0; top: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; text-align: center; color: #ffffff; line-height: 66px; font-weight: bold; font-size: 25px; margin-top: -33px; margin-left: -33px; }
    .how-work-box > i { position: absolute; right: 20px; top: 20px; font-size: 120px; color: #edeff7; }
    .how-work-box > h3 { float: left; width: 100%; font-size: 22px; color: #202020; font-family: Open Sans; }
    .how-work-box > p { float: left; width: 100%; font-family: Open Sans; font-size: 13px; color: #888888; line-height: 30px; margin: 0; }
.how-works.flip .how-workimg { float: right; }
.how-works.flip .how-work-detail { right: auto; left: 0; text-align: right; }
.how-works.flip .how-work-box > span { left: auto; right: 0; margin-left: 0; margin-right: -33px; }
.how-works.flip .how-work-box > i { right: auto; left: 20px; }
.how-works:last-child { margin: 0; }
.error-sec { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); text-align: center; }
    .error-sec > img { float: none; display: inline-block; }
    .error-sec > span { float: left; width: 100%; text-align: center; font-size: 24px; color: #d5d8f3; margin-top: 40px; }
    .error-sec > p { float: left; width: 100%; font-size: 13px; color: #ffffff; line-height: 24px; margin-top: 20px; }
    .error-sec form { float: left; width: 100%; padding: 0; }
        .error-sec form > input { float: none; width: 510px; height: 60px; background: #ffffff; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; font-size: 13px; display: inline-block; margin: 0; }
        .error-sec form button { float: none; display: inline-block; width: 70px; height: 60px; text-align: center; padding: 0; font-size: 32px; background: #8b91dd; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-left: 15px; position: relative; top: 7px; }
    .error-sec h6 a { float: none; display: inline-block; font-family: Open Sans; font-size: 13px; background: #0f36a5; color: #ffffff; padding: 12px 40px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; margin-top: 30px; }
    .error-sec > h6 { float: left; width: 100%; margin: 0; }

.stick-top .style3 .post-job-btn:hover { background: transparent; border: 2px solid #fb236a; color: #fb236a; }

.btn-extars .post-job-btn:hover { background: transparent; border: 2px solid #fb236a; color: #FFF; }

.account-popup > form button:hover { background: #fb236a; }

.login-social a.tw-login:hover { background: #1da1f2; border-color: #1da1f2; color: #ffffff; }

.login-social a.fb-login:hover { background: #3b5998; border-color: #3b5998; color: #ffffff; }

.job-search form button:hover { background: #fb236a; }
.or-browser > a:hover { background: #ffffff; color: #333333; }
.scroll-to:hover { border-color: #fb236a; }
    .scroll-to:hover a { background: #fb236a; color: #ffffff; }
.browse-all-cat a:hover { background: #fb236a; color: #ffffff; }
.simple-text-block a:hover { border-color: #FFF; background: #FFF; color: #fb236a; }
.fav-job.active { color: red; }
.social a:hover { color: #fff; }
header.style2 .post-job-btn:hover { background: #fb236a; border-color: #fb236a; color: #ffffff; }
header.style2 .account-btns { padding: 10px 0; }
.job-grid > a:hover { background: #fb236a; color: #ffffff; border-color: #fb236a; }
.top-compnay > a:hover { background: #fb236a; color: #ffffff; border-color: #fb236a; }
.subscription-sec form button:hover { background: #333333; }
.social-links:hover a { opacity: 0.1; }
    .social-links:hover a:hover { opacity: 1; }
.links a:hover { color: #333333; }
header.style3 .post-job-btn:hover { -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.1); box-shadow: 0px 0px 20px rgba(0,0,0,0.1); }
.find-cand form > button:hover { background: #fb236a; }
.download-text ul li a:hover { background: #7dc246; border-color: #7dc246; }
.team-detail > a:hover { color: #000000; }
footer.ft .social a:hover { color: #333333; }
header.style4 .account-btns > li a:hover { background: #1e83f0; border-color: #1e83f0; color: #ffffff; }
.job-search form button:hover { background: #fb236a; }
.p-category.style2:hover > a i { color: #fb236a; }
.subscribe_widget form button:hover { background: #fb236a; }
header.style5 .post-job-btn:hover { background: #ffffff; color: #333333; border: 2px solid #fff; }
.form-location-sec form button:hover { background: #fb236a; }
.p-category.style2.gray:hover { background: #ffffff; box-shadow: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; height: auto; width: auto; margin-left: 0px; }
.job-listings-sec.style2 .aply-btn:hover { background: transparent; border: 1px solid #26ae61; color: #26ae61; }
.job-grid.style2:hover { background: #ffffff; box-shadow: none; }
.grid-info-box a:hover { background: transparent; border: 1px solid #26ae61; color: #26ae61; }
.who-am a:hover { background: #ffffff; color: #333333; }
.emlthis.active { background: #fb236a; border-color: #fb236a; color: #ffffff; }
    .emlthis.active i { color: #ffffff; }
.job-head-wide .apply-thisjob:hover { background: transparent; border-color: #9fa4e1; color: #9fa4e1; }

.apply-thisjob:hover { background: #9fa4e1; border-color: #9fa4e1; color: #FFF; }

.apply-alternative a:hover { background: #fb236a; border-color: #fb236a; color: #ffffff; }
.share-bar a:hover { background: #fb236a; border-color: #fb236a; color: #ffffff; }
.quick-form-job form button:hover { background: transparent; border: 2px solid #424f95; color: #424f95; }
.emply-text > ul > li:hover::before { background: #fb236a; width: 20px; }
.emply-text > ul > li:hover a { color: #fb236a; }
.job-single-head.style2 > a:hover { -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; color: #ffffff; }
.job-single-head.style2 > .apply-job-linkedin:hover { color: #fb236a; }
.job-overview ul > li:hover i { color: #fb236a; }

.emply-btns > a:hover { background: #8b91dd; border-color: #8b91dd; color: #FFF; }

.emply-btns > a.seemap:hover { background: transparent; border-color: #fb236a; color: #fb236a; }

.upload-info > a:hover { background: #8b91dd; color: #ffffff; }
.pf-field .chosen-container.chosen-container-single.chosen-container-single-nosearch.chosen-with-drop.chosen-container-active a { border: 2px solid #e8ecec; }
.pf-field .chosen-container-single .chosen-drop { margin-top: 5px; border: 1px solid #e8ecec; }
.profile-form-edit > form button:hover,
.contact-edit > form button:hover { background: #fb236a; color: #ffffff; }
.contact-edit .srch-lctn:hover { background: #8b91dd; color: #ffffff; border-color: #8b91dd; }
.pf-map #map_div { height: 300px; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
.table-list-title h3 a:hover { color: #fb236a; }
.tree_widget-sec > ul > li > ul > li a:hover { color: #202020; }
.contact-popup form > button:hover { background: #333333; }
.change-password form button:hover { background: #fb236a; color: #ffffff; }
.shortlists > a:hover { background: #8b91dd; color: #ffffff; }
.action-inner .download-cv a:hover { background: #fb236a; border-color: #fb236a; }
.follow-companies > ul li .job-listing.wtabs .go-unfollow:hover { background: #fb236a; border-color: #fb236a; color: #fff; }
.border-title > a:hover { color: #555555; }
    .border-title > a:hover i { background: #555555; }
.resumeadd-form button:hover { background: #555555; border-color: #555555; }
.coverletter-sec > form button:hover { background: #fb236a; color: #ffffff; }
.bbutton:hover { background: #fb236a; color: #ffffff; }
.blogpost.style2 .blog-postdetail .bbutton:hover { background: none; color: #333333; }
.tags_widget > a:hover { background: #fafafa; }
.sidebar-links a:hover { color: #fb236a; }
.mb-info > h3:hover { color: #fb236a; }
.blog-postdetail > h3:hover { color: #fb236a; }
.post-hist a:hover > i { background: #fafafa; }
.commentform-sec > form button:hover { background: #555555; }
.service:hover i { background: #fb236a; border-color: #fb236a; color: #ffffff; }
.contact-form > form button:hover { background: transparent; border: 2px solid #fb236a; color: #fb236a; }
.contact-textinfo > a.fill:hover, .contact-textinfo > a:hover { background: #fb236a; border-color: #fb236a; color: #ffffff; }
.error-sec form button:hover { background: #fb236a; }
.error-sec h6 a:hover { background: #fb236a; }
.menu-sec nav > ul > li ul li.menu-item-has-children > ul { position: absolute; left: 100%; width: 250px; padding-left: 11px; opacity: 0; visibility: hidden; }
    .menu-sec nav > ul > li ul li.menu-item-has-children > ul::before { position: absolute; left: 7px; top: 13px; width: 13px; height: 13px; background: #fafafa; content: ""; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.menu-sec nav > ul > li ul li.menu-item-has-children:hover > ul { opacity: 1; visibility: visible; }
.bottom-line .scrollup { position: absolute; right: 70px; bottom: 44px; width: 50px; height: 50px; border: 2px solid #8a99b3; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; line-height: 46px; color: #8a99b3; font-size: 23px; }

    .bottom-line .scrollup:hover { border: 2px solid #FFF; color: #FFF; }

footer.ft .scrollup:hover { border-color: #647585; color: #647585; }

.bottom-line.style2 .scrollup { border: none; bottom: 8px; }
footer.ft .scrollup { border-color: #7dc246; color: #7dc246; bottom: 190px; z-index: 6; }
.forsticky { position: absolute; left: 0; top: 0; }
    .forsticky.sticky .menu-sec nav > ul > li > a { color: #232323; line-height: 10px; }
    .forsticky.sticky .account-btns > li a { color: #222222; }
    .forsticky.sticky .menu-sec { margin-top: 23px; margin-bottom: 17px; }
    .forsticky.sticky .post-job-btn:hover { background: #fb236a; color: #FFF; }
    .forsticky.sticky { position: fixed; left: 0; top: 0; background: #ffffff; -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); box-shadow: 0px 0px 30px rgba(0,0,0,0.1); }
.showsticky { display: none; position: absolute; left: 0; top: 0; }
.forsticky.sticky .logo a img.showsticky { display: block; }
.forsticky.sticky .logo a img.hidesticky { opacity: 0; }
*:focus { outline: 0; }
.top-company-sec button.slick-arrow:hover { background: #fb236a; border: 2px solid #fb236a; }
    .top-company-sec button.slick-arrow:hover:before { color: #ffffff; }

.iconmove { position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; }
    .iconmove img { position: absolute; left: 0; top: 0; width: 100%; }
.p-category.green > a i { color: #647585; }
.p-category.green:hover a i { color: #7dc246; }
.browse-all-cat.green a { border-color: #7dc246; }
    .browse-all-cat.green a:hover { background: #7dc246; }
.job-field.with-icon.nolbel input { margin: 41px 0; }
.browse-all-cat .style2.noradius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
.alpha-pag.full #filter { margin: 0; float: left; width: 100%; }
    .alpha-pag.full #filter li { float: left; margin: 0; }
.alpha-pag.full a.selected { background: #8b91dd; color: #ffffff; }
.alpha-pag.full #filter li:first-child a { font-size: 13px; color: #888888; padding: 10px 20px; margin-right: 30px; font-weight: normal; }
    .alpha-pag.full #filter li:first-child a.selected { color: #ffffff; }
    .alpha-pag.full #filter li:first-child a:hover { color: #fff; }

.tags { float: left; width: 100%; border: 2px solid #e8ecec; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; padding: 8px; }
    .tags > .addedTag { float: left; background: #f4f5fa; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; font-family: Open Sans; font-size: 13px; padding: 7px 17px; margin-right: 10px; position: relative; }
        .tags > .addedTag > span { position: absolute; right: -6px; top: -5px; width: 16px; height: 16px; font-style: normal; background: #fb236a; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; color: #ffffff; text-align: center; line-height: 13px; font-size: 10px; font-family: Open Sans; cursor: pointer; }
.tagAdd.taglist input { float: left; width: auto; background: #ffffff; border-left: 1px solid #e8ecec; margin-left: 10px; padding: 0; height: 19px; margin: 5px 0; margin-left: 15px; padding-left: 15px; }
.tags li { margin: 0; }
.emply-resume-list:hover { border-color: #ffffff; -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); box-shadow: 0px 0px 30px rgba(0,0,0,0.1); margin-top: 0px; position: relative; z-index: 12; }
.edu-history-sec .action_job { position: absolute; right: 0; top: 0; left: auto; }
    .edu-history-sec .action_job li a { font-size: 19px; color: #8b91dd; }
.mp-col .action_job { float: left; width: 100%; text-align: center; margin-top: -10px; }
    .mp-col .action_job li { float: none; display: inline-block; }
        .mp-col .action_job li a { font-size: 19px; color: #8b91dd; }
.progress-sec.with-edit .action_job { position: absolute; right: 0; top: 17px; }
    .progress-sec.with-edit .action_job li a { font-size: 19px; color: #8b91dd; }
.menu-sec nav > ul > li ul li.menu-item-has-children > ul > li { background: #fafafa; }
.cand-extralink.stick { position: fixed; left: 0; top: 0; margin: 0; background: #ffffff; z-index: 9; }
.cand-extralink > li.active a { border-bottom: 2px solid #8b91dd; }
.responsive-header { float: left; width: 100%; position: relative; background: #0b1b46; padding: 0 25px; z-index: 99; display: none; }

    .responsive-header.three { background: #FFF !important; }

    .responsive-header.four { background: #FFF !important; }

    .responsive-header.five { background: #26ae61 !important; }

        .responsive-header.five .res-openmenu { background: transparent !important; }


    .responsive-header.three .res-openmenu { color: #7dc246; }
    .responsive-header.three .res-closemenu { color: #7dc246; }

    .responsive-header.four .res-openmenu { color: #7dc246; }
    .responsive-header.four .res-closemenu { color: #7dc246; }

.responsive-menubar { float: left; width: 100%; padding: 30px 0; }
.res-logo { float: left; }
.menu-resaction { float: right; position: relative; }
.responsivemenu { float: left; width: 100%; margin-top: 40px; margin-bottom: 50px; }
.res-openmenu { float: left; color: #fff; font-size: 15px; font-family: Open Sans; padding: 12px 27px; -webkit-border-radius: 26px; -moz-border-radius: 26px; -ms-border-radius: 26px; -o-border-radius: 26px; border-radius: 26px; cursor: pointer; }
    .res-openmenu img { float: left; margin-right: 11px; }
.res-closemenu { position: absolute; right: 0; top: 0; color: #fff; font-size: 15px; font-family: Open Sans; padding: 13px 27px; -webkit-border-radius: 26px; -moz-border-radius: 26px; -ms-border-radius: 26px; -o-border-radius: 26px; border-radius: 26px; cursor: pointer; opacity: 0; visibility: hidden; }
.responsive-opensec { width: 100%; display: none; position: absolute; left: 0; top: 100%; background: #0b1b46; padding: 0 30px; overflow-y: scroll; height: 620px; }
    .responsive-opensec .btn-extars { float: left; width: 100%; border-top: 1px solid #38425f; border-bottom: 1px solid #38425f; padding: 20px 0; }
.res-search { float: left; width: 100%; margin-top: 40px; background: #040e2b; position: relative; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }
    .res-search input { float: left; width: 100%; margin: 0; background: none; font-size: 13px; color: #9299af; padding: 18px 30px; padding-right: 30px; padding-right: 80px; }
    .res-search button { position: absolute; right: 0; background: none; padding: 0; color: #62697f; font-size: 25px; padding: 11px 20px; }
.responsivemenu > ul { float: left; width: 100%; margin: 0; }
    .responsivemenu > ul > li { float: left; width: 100%; margin: 15px 0; position: relative; }
        .responsivemenu > ul > li > a { float: left; width: 100%; font-family: Open Sans; font-size: 22px; color: #96a0bd; padding-right: 30px; position: relative; }
        .responsivemenu > ul > li.menu-item-has-children > a::before { position: absolute; right: 0; top: 13px; width: 20px; height: 1px; background: #ffffff; content: ""; }
        .responsivemenu > ul > li.menu-item-has-children > a::after { position: absolute; right: 10px; top: 4px; width: 1px; height: 20px; content: ""; background: #ffffff; }
        .responsivemenu > ul > li ul { float: left; width: 100%; padding: 0; padding-left: 0px; margin: 20px 0; padding-left: 30px; display: none; }
            .responsivemenu > ul > li ul > li { float: left; width: 100%; margin: 0; }
                .responsivemenu > ul > li ul > li a { float: left; width: 100%; color: #ffffff; font-size: 13px; padding: 8px 0; }
        .responsivemenu > ul > li.menu-item-has-children.active { margin-bottom: 0; }
            .responsivemenu > ul > li.menu-item-has-children.active > ul { margin-bottom: 0; }
            .responsivemenu > ul > li.menu-item-has-children.active a::after { height: 0px; }
            .responsivemenu > ul > li.menu-item-has-children.active > a { color: #ffffff; }
        .responsivemenu > ul > li ul > li a:hover { color: #fb236a; padding-left: 15px; }
.res-openmenu.active { opacity: 0; visibility: hidden; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
.responsive-header.active .res-closemenu { opacity: 1; visibility: visible; }
.res-closemenu img { float: left; margin-right: 12px; }
.blogpost.style2 .blog-posthumb > a img { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
.res-logo > a { float: left; }







/* add new 21.03.2019 */

.new-slide { height: 700px; overflow: hidden; position: relative; background: rgb(20,31,114); background: -moz-linear-gradient(130deg, rgba(20,31,114,1) 0%, rgba(52,65,161,1) 71%, rgba(52,65,161,1) 100%); background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(20,31,114,1)), color-stop(71%,rgba(52,65,161,1)), color-stop(100%,rgba(52,65,161,1))); background: -webkit-linear-gradient(130deg, rgba(20,31,114,1) 0%,rgba(52,65,161,1) 71%,rgba(52,65,161,1) 100%); background: -o-linear-gradient(130deg, rgba(20,31,114,1) 0%,rgba(52,65,161,1) 71%,rgba(52,65,161,1) 100%); background: -ms-linear-gradient(130deg, rgba(20,31,114,1) 0%,rgba(52,65,161,1) 71%,rgba(52,65,161,1) 100%); background: linear-gradient(130deg, rgba(20,31,114,1) 0%,rgba(52,65,161,1) 71%,rgba(52,65,161,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b91dd', endColorstr='#10195d',GradientType=1 ); }

    .new-slide img { position: absolute; bottom: 0px; right: 0px; opacity: 0.20; }



.new-slide-2 { height: 700px; overflow: hidden; position: relative; background: rgb(36,51,169); background: -moz-linear-gradient(-150deg, rgba(36,51,169,1) 0%, rgba(234,49,124,1) 71%, rgba(234,49,124,1) 100%); background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(36,51,169,1)), color-stop(71%,rgba(234,49,124,1)), color-stop(100%,rgba(234,49,124,1))); background: -webkit-linear-gradient(-150deg, rgba(36,51,169,1) 0%,rgba(234,49,124,1) 71%,rgba(234,49,124,1) 100%); background: -o-linear-gradient(-150deg, rgba(36,51,169,1) 0%,rgba(234,49,124,1) 71%,rgba(234,49,124,1) 100%); background: -ms-linear-gradient(-150deg, rgba(36,51,169,1) 0%,rgba(234,49,124,1) 71%,rgba(234,49,124,1) 100%); background: linear-gradient(-150deg, rgba(36,51,169,1) 0%,rgba(234,49,124,1) 71%,rgba(234,49,124,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b91dd', endColorstr='#10195d',GradientType=1 ); }

    .new-slide-2 img { position: absolute; top: 20%; right: 0px; }



.new-slide-3 { height: 700px; overflow: hidden; position: relative; background: #f4f5fa; }

    .new-slide-3 img { position: absolute; top: 15%; right: 0px; opacity: 0.9; }



.new-header { position: fixed; left: 0; top: 0; background: #ffffff; -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); box-shadow: 0px 0px 30px rgba(0,0,0,0.1); }

.forsticky.new-header .menu-sec { margin-top: 23px; margin-bottom: 23px; }

.forsticky.new-header .logo a img.showsticky { display: block; }

.forsticky.new-header .menu-sec nav > ul > li > a { color: #232323; line-height: 10px; }
.forsticky.new-header .account-btns > li a { color: #222222; }



.newbg { background-color: #fff; }


    .newbg .job-search > h3 { color: #202020; text-align: left; }
    .newbg .job-search > span { color: #888888; text-align: left; }
    .newbg .job-field input,
    .newbg .chosen-container-single .chosen-single { border-radius: 8px; -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); box-shadow: 0px 0px 30px rgba(0,0,0,0.1); }


    .newbg .chosen-container.chosen-container-single.chosen-container-single-nosearch.chosen-with-drop.chosen-container-active > a { -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); -o-box-shadow: 0px 0px 30px rgba(0,0,0,0.1); box-shadow: 0px 0px 30px rgba(0,0,0,0.1) !important; }


    .newbg .job-search form button { background-color: #0f36a5; }

    .newbg .or-browser > span { color: #888888; }
    .newbg .or-browser > a { color: #888888; border-color: #888888; }


/* add new 21.03.2019 */





/* Cross Browser Compatibility */
header,
.res-openmenu,
.res-closemenu,
.responsivemenu > ul > li.menu-item-has-children > a,
.responsivemenu > ul > li ul > li a,
.menu-sec nav > ul > li,
.menu-sec nav > ul > li *,
.chosen-container,
.responsivemenu > ul > li.menu-item-has-children > a::before,
.responsivemenu > ul > li.menu-item-has-children > a::after,
.contact-textinfo > a.fill,
.contact-textinfo > a,
.chosen-container *,
.emply-resume-list,
.p-category,
.p-category *,
.job-listing,
.job-listing *,
.my-blog,
.my-blog *,
.link_widgets,
.link_widgets *,
.link_widgets a:before,
.quick-select,
.quick-select *,
.top-compnay,
.top-compnay *,
.team,
.team *,
.sb-title::after,
.sb-title::before,
.sb-title,
.emply-list,
.emply-list *,
.mportolio a,
.profile-sidebar,
.post-job-btn,
.account-popup > form button,
.login-social a,
.job-search form button,
.or-browser > a,
.scroll-to,
.scroll-to *,
.browse-all-cat a,
.simple-text-block a,
.social *,
.job-grid,
.job-grid *,
.top-compnay *,
.subscription-sec form button,
.social-links,
.social-links *,
.links a,
.find-cand form > button,
.download-text ul *,
.team-detail *,
header.style4 .account-btns > li a,
.tab-sec,
.tab-sec *,
.subscribe_widget form button,
.who-am,
.who-am *,
#toggle-widget h2::before,
.emlthis,
.emlthis *,
.pagination,
.pagination *,
.apply-thisjob,
.apply-alternative a,
.share-bar *,
.quick-form-job form button,
.alpha-pag *,
.emply-text > ul > li *,
.emply-text > ul > li:before,
.job-single-head.style2 > a,
.job-overview ul > li *,
.emply-btns > a,
.upload-info > a,
.profile-form-edit > form button,
.contact-edit .srch-lctn,
.contact-edit > form button,
.action_job *,
.table-list-title *,
.tree_widget-sec > ul > li > ul *,
.contact-popup form > button,
.change-password form button,
.shortlists > a,
.action-inner .download-cv a,
.follow-companies > ul li .job-listing.wtabs .go-unfollow,
.border-title > a,
.border-title > a *,
.resumeadd-form button,
.coverletter-sec > form button,
.blogpost,
.blogpost *,
.tags_widget > a,
.sidebar-links a,
.sidebar-links a i,
.mb-info > h3,
.post-hist *,
.commentform-sec > form button,
.service *,
.contact-form > form button,
.error-sec form button,
.error-sec h6 a,
.menu-sec,
.top-company-sec button.slick-arrow,
.top-company-sec button.slick-arrow:before,
.how-to-sec,
.how-to-sec *,
.responsivemenu li,
.responsivemenu { -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; -o-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

@media (max-width:1440px) {
}

@media (max-width:1300px) {
    .job-listing-grid.four { grid-template-columns: repeat(4, 1fr); padding-left:0px; }

}

@media (max-width:1200px) {
    .job-listing-grid.four { grid-template-columns: repeat(3, 1fr); }

    .job-search-sec { width: 95%; }

    .error-sec { width: 100%; padding: 0 100px; }
        .error-sec > img { width: 180px; }
        .error-sec > span { margin-top: 14px; font-size: 19px; }
        .error-sec > p { float: left; width: 100%; font-size: 13px; margin: 13px 0; }
        .error-sec form > input { height: 47px; padding: 0 20px; width: 300px; }
        .error-sec form button { height: 46px; font-size: 23px; padding: 0 0; width: 48px; position: relative; top: 3px; }
        .error-sec h6 a { font-size: 13px; padding: 10px 20px; margin-top: 20px; }
    header { display: none !important; }
    .responsive-header { display: block; }
    .blogpost.style2 .blog-postdetail { padding-left: 30px; }
    .uploadfield { width: 230px; }
    .pf-title { float: left; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    .progress-sec.style2 { padding: 0; }
    .contact-textinfo { padding: 0; }
    .contact-form > form { padding: 0; }
    .job-head-wide .share-bar a { margin: 3px; }
    .job-overview.divide ul > li { float: left; width: 100%; }
    .job-overview.divide ul { border: none; }
    .how-work-box { padding: 57px 60px; }
    .job-search-sec .job-search > h3 { font-size: 30px; }
    .how-to-sec > .how-to::before { display: none; }
    .social-links a { margin: 0 10px; font-size: 13px; }
    .search-job2.style2 { margin-top: 40px; }
    .job-search-sec .job-search.style2 > span { margin: 0; }
    .job-listings-tabs .row > div { float: left; width: 100%; max-width: 100%; flex: 100%; }
    .job-search-sec.style3 { width: 100%; padding: 0 30px; }
    .who-am { padding-left: 100px; }
        .who-am.flip { padding-right: 100px; }
    .apply-alternative a { font-size: 13px; padding: 0 10px; width: 100%; text-align: center; }

        .apply-alternative a i { float: none; }

    .apply-alternative span { padding: 0 15px; font-size: 13px; }
    .tags-jobs > li { margin-right: 10px; margin-bottom: 10PX; }
}

@media (max-width:980px) {

    .block { padding: 15px 0px; }
    .column { float: left; width: 100%; margin-top: 50px; }
        .column:first-child { margin-top: 0px; }
    .block .container, .container { max-width: 100%; padding: 0 15px; }
        .container.fluid { padding: 0; }
    .manage-jobs-sec > table { width: 1000px; }
    .manage-jobs-sec.addscroll { overflow-x: scroll; overflow-y: hidden; }
    .padding-left { padding: 0; }
    .border-right { border: none; padding: 0; padding-top: 0px; padding-top: 15px; }
    .coverletter-sec { margin-bottom: 60px; }
    .skills-btn { text-align: center; }
        .skills-btn a { float: none; display: inline-block; margin: 5px 5px; }
    .action-inner { text-align: center; }
        .action-inner a { float: none; display: inline-block; margin: 20px 10px; }
    .cst { margin: 0; }
    .cand-extralink.stick { position: static; float: left; width: 100%; margin: 30px 0; }
    .text-socail { text-align: center; }
        .text-socail > a { float: none; display: inline-block; margin: 0 7px; }
    .action-inner.style2 .download-cv { float: none; display: inline-block; }
    .emply-btns > a { float: left; width: auto; padding: 10px 30px; margin-right: 10px; margin-bottom: 20px; }
    .tags-jobs > li { margin-right: 15px; margin-bottom: 15px; }
    .job-single-head.style2 a { float: none; display: inline-block; }
    .how-workimg { float: left; width: 100%; }
    .how-work-detail { position: static; float: left; width: 100%; padding: 0; -webkit-border-radius: 0 0; -moz-border-radius: 0 0; -ms-border-radius: 0 0; -o-border-radius: 0 0; border-radius: 0 0; }
    .how-work-box > span { left: 50%; top: 0; }
    .how-works.flip .how-work-box > span { right: 50%; }
    .how-work-box > i { font-size: 70px; }
    .job-search-sec { padding: 0 30px; width: 100%; }
        .job-search-sec .job-search > h3 { font-size: 22px; margin: 0; line-height: 20px; }
    .job-search > span { font-size: 13px; }
    .job-search form { margin-top: 22px; }



    select { float: left; width: 100%; height: 61px; padding: 0 15px; border: 2px solid #e8ecec; font-size: 13px !important; color: #888888; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; }

    .job-field select { border: none; }

    .job-search .job-field { margin: 0 0 15px 0; }

    .job-field .chosen-container-single .chosen-single { }
    .job-search form button { height: 50px; padding: 0 0; }
    .fav-job { padding-right: 8px; }
    .job-title-sec { width: 57%; }
    .job-lctn { font-size: 12px; }
    .main-slider-sec .slick-arrow { display: none !important; }
    .quick-select-sec { margin-top: 10px; }
    .quick-select span { margin-top: 10px; }
    .quick-select i { width: 50px; height: 50px; font-size: 15px; line-height: 50px; }
    .search-job2 form { margin: 0; }
    .search-job2 .job-field::before { height: 20px; top: 11px; }
    .subscription-sec form { margin-top: 30px; }
    .find-cand-sec { padding-top: 80px; }
    .job-search-sec.style3 .job-search.style2 > h3 { margin-bottom: 13px; }
    .search-job2.style2 form div button { float: left; width: 100%; -webkit-border-radius: 0 0 !important; -moz-border-radius: 0 0 !important; -ms-border-radius: 0 0 !important; -o-border-radius: 0 0 !important; border-radius: 0 0 !important; padding: 0 0; }
    .search-job2.style2 form div button { float: left; width: 100%; -webkit-border-radius: 0 0 !important; -moz-border-radius: 0 0 !important; -ms-border-radius: 0 0 !important; -o-border-radius: 0 0 !important; border-radius: 0 0 !important; padding: 0 0; margin: 0; }
    .search-job2.style2 { margin-top: 30px; }
        .search-job2.style2 form .job-field::before { height: 0px; }
    .search-job2.style2 { padding: 0; }
    .detailbar { padding: 0; text-align: center; }
    .detalbr-mkp { float: left; width: 100%; text-align: center; }
    .inner-header { padding-top: 100px; }
        .inner-header.wform .job-field { -webkit-border-radius: 0 0; -moz-border-radius: 0 0; -ms-border-radius: 0 0; -o-border-radius: 0 0; border-radius: 0 0; }
    .modrn-joblist { padding: 0; }
    .apply-alternative span { float: left; margin-left: 0px; margin-top: 10px; text-align: center; width: 100%; }

        .apply-alternative span i { float: none; }

    .apply-alternative { padding-top: 10px; padding-bottom: 10px; }



    .p-category > a { border-right: none; }


    .find-cand form { border-radius: 8px; }
        .find-cand form .job-field { width: 100%; border-bottom: 1px solid #e8ecec; border-radius: 0px; }
        .find-cand form > button { width: 100%; border-radius: 8px; right: 0px; top: 140px; }
    .find-cand .job-field::before { background-color: #FFF; }
    .find-cand form .job-field input { padding: 17px 20px !important; }
    .find-cand form select { padding: 17px 20px !important; }



    .manage-jobs-sec .extra-job-info { margin-left: 0px; width: 100%; }
    .manage-jobs-sec > table { margin-left: 0px; }
    .extra-job-info { width: 100%; }

    .manage-jobs-sec > h3,
    .profile-title > h3,
    .profile-form-edit > form,
    .contact-edit > form,
    .social-edit > h3,
    .social-edit > form,
    .emply-resume-sec > h3,
    .emply-resume-list,
    .change-password form,
    .border-title > h3,
    .edu-history-sec,
    .mini-portfolio,
    .progress-sec,
    .resumeadd-form,
    .coverletter-sec > form { padding-left: 0px; }
    .search-job2 form .row > div .job-field { margin: 0; }


    .dropdown-field { border: none !important; }
}


@media (max-width:767px) {
    .job-listing-grid.four { grid-template-columns: repeat(2, 1fr); }
    .job-listing-grid.three { grid-template-columns: repeat(2, 1fr); }
    .error-sec > p { display: none; }
    .error-sec > span { font-size: 13px; margin-bottom: 14px; }
    .error-sec { background: #1f1f1f; position: static; float: left; width: 100%; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; padding: 90px 0; }
    .main-featured-sec.witherror .main-slider-sec { display: none; }
    .heading > h2 { font-size: 23px; }
    .comp-sec { text-align: center; }
    .company-img { float: none; width: 25%; display: inline-block; }
    .inner-header { padding-top: 150px; }
    .blogpost.style2 { display: inline; }
        .blogpost.style2 .blog-posthumb { display: inline-block; float: left; width: 100%; }
        .blogpost.style2 .blog-postdetail { padding: 0; margin-top: 21px; float: left; width: 100%; }
    .tags-share .tags_widget { float: left; width: 100%; margin: 0; margin-bottom: 0px; margin-bottom: 20px; }
    .tags-share .share-bar { float: left; text-align: left; width: 100%; }
        .tags-share .share-bar span { display: none; }
        .tags-share .share-bar a { float: left; margin: 0; margin-right: 11px; }
    .comment-sec > ul > li .comment-child { padding: 0; }
    .commentform-sec > form { padding: 0; }
    .comment { display: inline-block; text-align: center; }
        .comment .comment-avatar { float: left; width: 100%; display: inline-block; }
            .comment .comment-avatar img { float: none; width: 70px; display: inline-block; }
    .comment-detail { display: inline-block; text-align: center; padding: 0; float: left; width: 100%; margin-top: 20px; }
        .comment-detail > h3 { float: left; width: 100%; }
    .date-comment { float: left; width: 100%; text-align: center; margin-top: 10px; }
        .date-comment a { float: none; display: inline-block; }
    .comment-detail > a { float: none; display: inline-block; margin-top: 20px; }
    .inner-header > h3 { font-size: 20px; }
    .view-resumes,
    .follow-companies { width: 94%; margin-left: -47%; }
    .emply-resume-list { width: 100%; }

    .emply-resume-thumb { display: inherit; float: left; vertical-align: inherit; }
    .emply-resume-info { display: inherit; vertical-align: inherit; }
    .shortlists { display: inherit; float: left; vertical-align: inherit; padding-left: 30px; margin-top: 5px; }
    .action-resume { display: inherit; float: left; padding-left: 30px; margin-top: 5px; }
    .del-resume { display: inherit; float: left; }
    .border-right { border-right: none !important; }

    .emply-resume-sec { overflow-x: scroll; overflow-y: hidden; }
    .cand-single-user { display: inline-block; }
        .cand-single-user .share-bar.circle { float: left; width: 100%; padding: 20px 10px; text-align: center; }
            .cand-single-user .share-bar.circle a { float: none; display: inline-block; margin: 0 5px; }
        .cand-single-user > div { float: left; width: 100%; text-align: center; display: inline-block; }
        .cand-single-user .download-cv { float: left; width: 100%; margin-top: 30px; }
            .cand-single-user .download-cv > a { float: none; display: inline-block; }
    .job-overview.style2 ul > li { float: left; width: 50%; }
    .manage-jobs-sec .extra-job-info > span { float: left; width: 100%; margin: 10px 0; }
    .steps-sec { padding: 0; }
    .cover-letter { width: 94%; margin-left: -47%; }
    .contact-popup { width: 94%; margin-left: -47%; }
    .scroll-to { display: none; }
    .job-search-sec { top: 50%; }
    .job-listing { padding-right: 0; text-align: center; display: inline-block; }
    .job-title-sec { float: left; width: 100%; text-align: center; display: inline-block; }
        .job-title-sec .c-logo { float: none; display: inline-block; }
        .job-title-sec h3 { float: left; width: 100%; }
        .job-title-sec span { float: left; width: 100%; }
    .job-listing .job-lctn { float: left; width: 100%; margin-top: 5px; }
        .job-listing .job-lctn i { float: none; display: inline-block; position: relative; top: 4px; }
    .job-listing .fav-job { float: none; display: inline-block; padding: 0; margin-top: 12px; }
    .job-listing .job-is { float: none; display: inline-block; position: relative; top: 4px; margin-left: 13px; }
    .simple-text-block > h3 { font-size: 25px; }
    .quick-select-sec { display: none; }
    .search-job2 { margin-top: 20px; }
    .main-featured-sec.style2 .job-search-sec { margin: 0; }
    .search-job2 form { -webkit-border-radius: 0 0; -moz-border-radius: 0 0; -ms-border-radius: 0 0; -o-border-radius: 0 0; border-radius: 0 0; }
    .search-job2 { -webkit-border-radius: 0 0; -moz-border-radius: 0 0; -ms-border-radius: 0 0; -o-border-radius: 0 0; border-radius: 0 0; }
        .search-job2 form .row > div:last-child button { -webkit-border-radius: 0 0; -moz-border-radius: 0 0; -ms-border-radius: 0 0; -o-border-radius: 0 0; border-radius: 0 0; }
    .job-grid .job-title-sec h3 { text-align: center; }
    .how-to-sec { display: inline-block; }
    .how-to { display: inline-block; float: left; width: 100%; padding: 0; margin-bottom: 40px; }
        .how-to:last-child { margin: 0; }
    .reviews.style2 { padding: 0 110px; }
    .social-links a { margin: 10px 10px; }
    .mockup-top { display: none; }
    .mockup-bottom { opacity: 0.1; }
    .job-listing.rounded { -webkit-border-radius: 0 0 !important; -moz-border-radius: 0 0 !important; -ms-border-radius: 0 0 !important; -o-border-radius: 0 0 !important; border-radius: 0 0 !important; }
        .job-listing.rounded:hover { -webkit-border-radius: 0 0 !important; -moz-border-radius: 0 0 !important; -ms-border-radius: 0 0 !important; -o-border-radius: 0 0 !important; border-radius: 0 0 !important; }
    .download-sec { display: inline; padding: 60px 0; padding-bottom: 60px; padding-bottom: 0; }
    .download-text { display: inline-block; float: left; width: 100%; }
    .download-img { float: left; width: 100%; display: inline-block; }
    .job-listing.wtabs .job-title-sec { width: 100%; }
    .job-style-bx { float: left; width: 100%; text-align: center; margin: 0; margin-top: 0px; padding: 0; margin-top: 9px; position: static; }
    .form-location-sec h3 { font-size: 30px; }
    .form-location-sec form { margin-top: 30px; }
        .form-location-sec form .field-lct { float: left; width: 100%; margin: 0; }
            .form-location-sec form .field-lct input { float: left; width: 100%; }
            .form-location-sec form .field-lct.sl input { width: 100%; }
        .form-location-sec form button { float: left; width: 100%; border: none; margin: 0; }
    .job-listings-sec.style2 .aply-btn { float: none; display: inline-block; }
    .job-listings-sec.style2 .fav-job { float: none; display: inline-block; margin: 0; position: relative; }
    .job-listings-sec.style2 .job-is { margin: 10px 0px; }
    .job-listings-sec.style2 .job-title-sec { width: 100%; }
    .who-am, .who-am.flip { padding: 0 40px; }
    .action-tags { width: 100%; margin-top: 20px; }
    .job-search .tags-bar { padding: 0 0; text-align: center; }
        .job-search .tags-bar > span { float: none; display: inline-block; margin-top: 15px; }
        .job-search .tags-bar .action-tags a { float: none; display: inline-block; margin: 0; }
    .job-style-bx > i { position: static; float: none; display: inline-block; }
    .job-style-bx > i { position: relative; float: none; display: inline-block; line-height: 30px; left: 0; top: 4px; }
    .job-list-modern .job-style-bx .fav-job { margin: 0px 10px; }
    .sortby-sec { float: left; margin-top: 20px; width: 100%; }
    .job-list-modern .job-listing.wtabs { padding-bottom: 60px; }
    .job-single-sec .job-overview ul li { width: 100%; }
    .job-single-head3 .job-thumb { float: left; width: 100%; }
    .job-thumb > span { float: left; text-align: left; margin: 0; margin-bottom: 0px; margin-bottom: 13px; }
    .job-single-sec .extra-job-info > span { float: left; width: 100%; margin: 10px 0; }
    .account-popup-area.static .account-popup { width: 100%; left: 0; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; margin: 0; margin-bottom: 0px; margin-bottom: 60px; }
}

@media (max-width:520px) {
    .error-sec form > input { float: left; width: 100%; }
    .error-sec { padding: 90px 30px; }
    .bottom-line .scrollup { bottom: 80px; right: 20px; z-index: 9; }
    .inner2 { display: inline; }
    .inner-title2 { display: inline-block; float: left; width: 100%; text-align: center; padding: 30px 0; }
    .page-breacrumbs { display: inline-block; float: left; width: 100%; text-align: center; margin-bottom: 40px; }
        .page-breacrumbs .breadcrumbs { float: left; width: 100%; }
            .page-breacrumbs .breadcrumbs li { float: none; display: inline-block; }
                .page-breacrumbs .breadcrumbs li:first-child { padding: 0; }
    .account-popup { width: 94%; margin-left: -47%; left: 50%; }
    .pagination li { margin-bottom: 10px; }
    .post-metas > li a { margin-bottom: 11px; }
    .post-hist { float: left; width: 100%; margin-top: 10px; margin-bottom: 10px; }
    .photo-widget .row > div { float: left; width: 33.334%; }
    .big-icon { font-size: 200px; }
    .view-resumes .job-listing.wtabs { padding-right: 0; }
    .job-listing.wtabs .job-title-sec { width: 100%; }
    .job-listing.wtabs .date-resume { display: none; }
    .job-listing.wtabs { text-align: center; }
        .job-listing.wtabs .c-logo { float: none; display: inline-block; }
        .job-listing.wtabs .job-title-sec h3 { float: left; width: 100%; }
        .job-listing.wtabs .job-title-sec span { float: left; width: 100%; }
        .job-listing.wtabs .job-lctn { float: left; width: 100%; margin: 0; padding-top: 5px; }
    .follow-companies > ul li .job-listing.wtabs .go-unfollow { float: none; display: inline-block; }
    .border-title > h3 { float: left; width: 100%; }
    .border-title > a { float: left; margin-top: 14px; }
    .edu-hisinfo > span i { float: left; width: 100%; margin: 0; margin-top: 0px; margin-top: 10px; }
    .mini-portfolio .mp-col { float: left; width: 50%; margin-bottom: 20px; }
    .progress-sec > span { font-size: 13px; }
    .progress span { font-size: 11px; }
    .uploadfield { float: left; width: 100%; margin: 0; }
    .uploadbutton { margin: 0; }
    .upload-img-bar { display: inline-block; text-align: center; }
        .upload-img-bar > span { float: none; display: inline-block; }
    .upload-info { display: inline-block; text-align: center; padding: 0; margin-top: 20px; }
        .upload-info > a { float: none; display: inline-block; }
    .tags > .addedTag { margin-bottom: 10px; }
    .manage-jobs-sec .job-list-del { float: none; display: inline-block; }
    .manage-jobs-sec .job-listing.wtabs { padding-right: 0; padding-bottom: 0; }
    .job-overview.style2 ul > li { float: left; width: 100%; }
    .progress-sec.style2 > span { width: 100%; display: inline-block; }
    .progress-sec.style2 .progressbar { float: left; width: 100%; display: inline-block; }
    .progress-sec.style2 > p { float: left; width: 100%; margin: 0; top: 14px; font-size: 11px; color: #888888; }
    .emply-list { float: left; width: 100%; text-align: center; }
    .emply-list-thumb { float: none; display: inline-block; }
    .emply-list-info { float: left; width: 100%; text-align: center; padding: 0; margin-top: 10px; }
    .emply-pstn { display: inline-block; position: static; float: left; width: 100%; margin: 10px 0; }
    .emply-list.box .emply-pstn { position: static; }
    .job-single-head3 { display: inline-block; padding-bottom: 15px; }
        .job-single-head3.emplye .job-thumb { float: none; display: inline-block; text-align: center; width: 100%; }
    .job-thumb img { float: left; width: auto; margin-bottom: 20px; }
    .job-single-info3 { padding: 0; }
    .job-listing.wtabs.noimg { padding: 20px 10px; padding-bottom: 20px; padding-bottom: 40px; }
    .job-list-modern .job-listing.wtabs .job-style-bx { float: left; width: 100%; position: static; text-align: center; margin: 0; padding: 0; }
        .job-list-modern .job-listing.wtabs .job-style-bx > span { float: none; display: inline-block; margin: 0 6px; }
    .job-style-bx > i { position: static; display: inline-block; }

    .main-featured-sec { height: 85vh; }
    .slideHome { height: 85vh; }
    .new-slide { height: 85vh; }
    .new-slide-2 { height: 85vh; }
    .new-slide-3 { height: 85vh; }


        .new-slide-3 img { opacity: 0.1; }


    .job-search-sec { }
        .job-search-sec .job-search > h3 { line-height: 30px; }
    .job-search > span { line-height: 23px; }

    .top-compnay img { float: left; width: 100%; }
    .reviews.style2 { padding: 0 0; }
        .reviews.style2::before { z-index: -1; }
    .job-search-sec.style3 { left: 0; top: 50px; bottom: 0px; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; padding: 0px 40px; }

    .job-head-info span { line-height: 20px; }
    .res-logo > a img { float: left; width: 150px; }

    .five .res-logo > a img { float: left; width: 120px !important; }

    .res-openmenu { padding: 9px 20px; }
        .res-openmenu > img { width: 26px; }
    .res-closemenu { padding: 8px 10px; font-size: 15px; }
    .responsive-opensec .post-job-btn { font-size: 13px; padding: 11px 20px; }
    .account-btns > li a { font-size: 12px; }
    .account-popup { padding-left: 20px; padding-right: 20px; }
}

@media (max-width:440px){
    .job-listing-grid.three { grid-template-columns: repeat(1, 1fr); }
    .job-listing-grid.four { grid-template-columns: repeat(1, 1fr); }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  float: left;
  width: 100% !important;
  text-align: left;
  border-radius: 8px;
  box-shadow: none !important;
  border: 2px solid #e8ecec;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #f4f5fa;
  box-shadow: none;
  clip: rect(0, 0, 0, 0);
  float: left;
  width: 100%;
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch.chosen-with-drop.chosen-container-active {
    /*! background: none; */
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch.chosen-with-drop.chosen-container-active > a {
    background: #ffffff;
    border: none !important;
    box-shadow: none !important;
    border-radius: inherit !important;
}
.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border-radius: 8px;
  background-color: #fff;
  color: #888888;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  float: left;
  width: 100%;
  text-align: left;
  padding: 0;
  padding: 14px 45px 14px 15px;
  height: auto;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single div::before {
    position: absolute;
    font-family: lineawesome;
    font-size: 13px;
    content: "\f110";
    font-size: 13px;
    right: 22px;
    top: 50%;
    margin-top: -13px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/Content/Frontend/css/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
  float: left;
  width: 100%;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("/Content/Frontend/css/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: 5px;
  border-radius: 8px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  float: left;
  width: 100%;
  padding: 0 6px;
  margin: 10px 0;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 10px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  float: left;
  width: 100%;
  font-family: Open Sans;
  font-size: 13px;
  color: #a7a7a7;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  padding-left: 15px;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/Content/Frontend/css/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("/Content/Frontend/css/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/Content/Frontend/css/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

/*------------------------------------------------------------------
Background Color
-------------------------------------------------------------------*/
.bg-color,
.account-popup > form button,
.layer.color::before,
.pricetable > a,
.pricetable.active,
.bottom-line.style2{
    background-color: #141f72 ;
}

/*------------------------------------------------------------------
Text Color
-------------------------------------------------------------------*/
.text-color,
.pricetable-head h2,
.pricetable.active > a{
    color: #141f72;
}

/*------------------------------------------------------------------
Border Color
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
COLOR SCHEME 2
-------------------------------------------------------------------*/

.forsticky.sticky .post-job-btn{
	border: 2px solid #fb236a;
	background: transparent; color: #fb236a;
}
.post-job-btn{
    background-color: #fb236a ; border: 2px solid #fb236a;
}


.bg-color,
.post-job-btn,
.account-popup .close-popup,
.blog-metas a::before{
    background-color: #fb236a ;
}

/*------------------------------------------------------------------
Text Color
-------------------------------------------------------------------*/
.text-color,
.menu-sec nav > ul > li > ul li:hover > a,
.account-popup > form .cfield i,
.account-popup > form > a,
.chosen-container-single .chosen-single div::before,
.job-field i,
.chosen-container .chosen-results li.highlighted,
.active-result.result-selected,
.scroll-to a,
.p-category > a p,
.p-category:hover i,
.job-title-sec span,
.blog-metas a,
.blog-details > a{
    color: #fb236a ;
}

/*------------------------------------------------------------------
Border Color
-------------------------------------------------------------------*/
.border-color,
.select-user > span.active,
.browse-all-cat a{
    border-color: #fb236a ;
}


/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}


pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1250px) {
  .container {
    max-width: 1250px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}



.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}


.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
