@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #1462c1;
  --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;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  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: rgba(0, 0, 0, 0);
}
@-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 {
  -webkit-box-sizing: content-box;
  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[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.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: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.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: "— ";
}
.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: 1140px;
  }
}
.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,
.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-auto,
.col-lg,
.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-auto,
.col-md,
.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-auto,
.col-sm,
.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-auto,
.col-xl,
.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-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.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.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.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.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.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.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.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.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.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@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.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@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.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .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.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  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 td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  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 > td,
.table-primary > th {
  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 > td,
.table-secondary > th {
  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 > td,
.table-success > th {
  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 > td,
.table-info > th {
  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 > td,
.table-warning > th {
  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 > td,
.table-danger > th {
  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 > td,
.table-light > th {
  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 > td,
.table-dark > th {
  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 > td,
.table-active > th {
  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 td,
.table-dark th,
.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;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  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-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.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-prepend
  > .form-control-plaintext.input-group-text,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.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-prepend
  > .form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-sm > .input-group-append > select.btn: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-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-lg > .input-group-append > select.btn: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-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg: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: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-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,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label:before {
  border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  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: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-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,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label:before {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  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;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  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;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.dropdown,
.dropup {
  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:focus,
.dropdown-item:hover {
  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-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group,
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .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-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  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-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .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-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
  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 > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control: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-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  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="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  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:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  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;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(128, 189, 255, 0.5);
  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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  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:focus,
.nav-link:hover {
  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:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  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:focus,
.navbar-brand:hover {
  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:focus,
.navbar-toggler:hover {
  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:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  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:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  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:focus,
.navbar-dark .navbar-text a:hover {
  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-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    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-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    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-footer,
  .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-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top {
    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;
  margin-top: 0;
  padding-top: 0;
}
.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  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]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  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 {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.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:focus,
.list-group-item-action:hover {
  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:focus,
.list-group-item:hover {
  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:focus,
.list-group-item-primary.list-group-item-action:hover {
  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:focus,
.list-group-item-secondary.list-group-item-action:hover {
  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:focus,
.list-group-item-success.list-group-item-action:hover {
  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:focus,
.list-group-item-info.list-group-item-action:hover {
  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:focus,
.list-group-item-warning.list-group-item-action:hover {
  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:focus,
.list-group-item-danger.list-group-item-action:hover {
  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:focus,
.list-group-item-light.list-group-item-action:hover {
  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:focus,
.list-group-item-dark.list-group-item-action:hover {
  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: 0.5;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  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: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.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-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-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:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-top .arrow:after {
  bottom: 1px;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-right .arrow:after {
  left: 1px;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-bottom .arrow:after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-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-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-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%;
  -webkit-transition: -webkit-transform 0.6s ease;
  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-next,
.carousel-item-prev,
.carousel-item.active {
  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 (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);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  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-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-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:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !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 embed,
.embed-responsive iframe,
.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.8571428571%;
}
.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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-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: 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: sticky) {
  .sticky-top {
    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:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  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 {
  *,
  :after,
  :before {
    text-shadow: none !important;
    -webkit-box-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;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
.d-flx {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-flx.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flx-both {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flx-top {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flx-bottom {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flx-vcenter {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flx-left {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.flx-right {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.flx-hcenter {
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.flx-equal-space {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.cf {
  *zoom: 1;
}
.cf:after,
.cf:before {
  content: "";
  display: block;
}
.cf:after {
  clear: both;
}
.d-blk {
  display: block;
}
.mr-auto {
  margin-right: auto;
}
.ml-auto {
  margin-left: auto;
}
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
.tel {
  cursor: default;
}
.no-pad {
  padding: 0 !important;
}
.default {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.default li {
  list-style-type: none;
}
.default li:after,
.default li:before {
  display: none;
}
#back-to-top {
  background-color: #003088;
  bottom: 0;
  color: #fff;
  display: inline-block;
  height: 36px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  width: 36px;
  z-index: 99;
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
#back-to-top:after,
#back-to-top:before {
  border: solid #fff;
  border-width: 2px 0 0 2px;
  bottom: 8px;
  content: "";
  display: inline-block;
  height: 14px;
  left: 10px;
  position: absolute;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  -webkit-transition: all ease 0.1s;
  width: 14px;
}
#back-to-top:after {
  bottom: -20px;
}
#back-to-top:hover {
  background-color: #5700af;
  text-decoration: none;
}
#back-to-top:hover:before {
  border-color: #fff;
  bottom: 30px;
}
#back-to-top:hover:after {
  border-color: #fff;
  bottom: 8px;
}
@media (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}
html {
  font-size: 16px;
  overflow: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}
body {
  position: relative;
  margin: 0 auto;
  padding-top: 6.4375rem;
}
@media (max-width: 767px) {
  body {
    padding-top: 3.9375rem;
  }
}
img {
  max-width: 100%;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.form-control,
button,
input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select.default {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("../images/carret.png") no-repeat 96% 50%;
  outline: none;
}
select.default:active,
select.default:focus {
  outline: none;
}
.admin-content-area {
}
.admin-content-area li,
.admin-content-area ol,
.admin-content-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.admin-content-area p + h1,
.admin-content-area p + h2,
.admin-content-area p + h3,
.admin-content-area p + h4,
.admin-content-area p + h5,
.admin-content-area p + h6,
.admin-content-area p + ol,
.admin-content-area p + ul {
  margin-top: 24px;
}
.admin-content-area ul {
  display: block;
  margin: 24px 0 10px;
  padding-left: 0px;
}
.admin-content-area ul li {
  display: block;
  line-height: 1.4;
  padding-left: 22px;
  position: relative;
}
.admin-content-area ul li + li {
  margin-top: 10px;
}
.admin-content-area ul li:before {
  position: absolute;
  left: 0px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #1462c1;
  top: 15px;
}
@media (max-width: 1199px) {
  .admin-content-area ul li {
    padding-left: 20px;
  }
  .admin-content-area ul li + li {
    margin-top: 10px;
  }
  .admin-content-area ul li:before {
    height: 8px;
    width: 8px;
  }
}
@media (max-width: 767px) {
  .admin-content-area ul li {
    padding-left: 15px;
  }
  .admin-content-area ul li:before {
    height: 7px;
    width: 7px;
  }
}
.admin-content-area ul.white li:before {
  border-color: #fff;
}
.admin-content-area ol {
  margin: 24px 0 10px;
  counter-reset: item;
}
.admin-content-area ol li {
  display: block;
  line-height: 1.4;
  padding-left: 20px;
  position: relative;
}
.admin-content-area ol li + li {
  margin-top: 15px;
}
.admin-content-area ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline-block;
  left: 0;
  position: absolute;
}
.admin-content-area ol.lower-alpha li:before {
  content: counters(item, "", lower-alpha) ")";
}
.admin-content-area ol.lower-roman li:before {
  content: counters(item, "", lower-roman) ")";
}
.admin-content-area ol.roman-sub li {
  padding-left: 30px;
}
.admin-content-area ol.roman-sub li:before {
  content: counters(item, ".", upper-roman) ".";
  counter-increment: item;
  font-weight: 500;
}
.admin-content-area ol.roman-sub li ol li {
  padding-left: 32px;
}
.admin-content-area ol.decimal-sub li {
  padding-left: 30px;
}
.admin-content-area ol.decimal-sub li:before {
  content: counters(item, ". ", decimal) ".";
  counter-increment: item;
  font-weight: 500;
}
.admin-content-area ol.decimal-sub li ol {
  padding-top: 5px;
}
.admin-content-area ol.decimal-sub li ol li {
  padding-left: 32px;
}
.admin-content-area ol.decimal-sub li ol ol li {
  padding-left: 50px;
}
.admin-content-area ol + h2,
.admin-content-area ol + h3,
.admin-content-area ol + h4,
.admin-content-area ol + h5,
.admin-content-area ol + h6,
.admin-content-area ul + h2,
.admin-content-area ul + h3,
.admin-content-area ul + h4,
.admin-content-area ul + h5,
.admin-content-area ul + h6 {
  margin-top: 30px;
}
.admin-content-area ol + p,
.admin-content-area ul + p {
  margin-top: 20px !important;
}
.ttl {
  font-weight: 600;
  margin-bottom: 2rem;
}
.ttl h1,
.ttl h2,
.ttl h3,
.ttl h4,
.ttl h5,
.ttl h6,
.ttl p {
  font-size: inherit;
  margin: inherit;
  color: inherit;
  padding: inherit;
}
.ttl h1 span,
.ttl h2 span,
.ttl h3 span,
.ttl h4 span,
.ttl h5 span,
.ttl h6 span,
.ttl p span {
  display: block;
}
.ttl h1 a,
.ttl h2 a,
.ttl h3 a,
.ttl h4 a,
.ttl h5 a,
.ttl h6 a,
.ttl p a {
  color: inherit;
}
.ttl h1 a:hover,
.ttl h2 a:hover,
.ttl h3 a:hover,
.ttl h4 a:hover,
.ttl h5 a:hover,
.ttl h6 a:hover,
.ttl p a:hover {
  color: #001e55;
}
.ttl.white {
  color: #fff;
}
.ttl.black {
  color: #000;
}
.ttl.center {
  text-align: center;
}
.ttl .mb-0 {
  margin-bottom: 0;
}
.ttl-sec {
  color: #1d1d1d;
  display: block;
  margin-bottom: 2rem;
}
.ttl-sec.white {
  color: #fff;
}
.ttl-sec.black {
  color: #000;
}
.ttl-sec.ttu {
  text-transform: uppercase;
}
.ttl-sec.mb-0 {
  margin-bottom: 0;
}
.ttl-sec.center {
  text-align: center;
}
.ttl-sec small {
  display: block;
  font-weight: 300;
  text-transform: none;
}
.ttl-page {
  color: #1d1d1d;
}
.ttl-page.white {
  color: #fff;
}
.ttl-page.black {
  color: #000;
}
.ttl-page.ttu {
  text-transform: uppercase;
}
.ttl-page.mb-0 {
  margin-bottom: 0;
}
.ttl-page.center {
  text-align: center;
}
.ttl-lg {
  font-size: 3.2rem;
  line-height: 1.3;
}
.ttl-md {
  font-size: 2.3rem;
  line-height: 1.3;
}
.ttl-sm {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}
p {
  font-size: 1.25rem;
  font-family: "Mulish", sans-serif;
  line-height: 2.1875rem;
  font-weight: 400;
  font-style: normal;
}
p.purple {
  color: #001e55;
}
p.black {
  color: #000;
}
@media (max-width: 767px) {
  p {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
}
.ttl-1 {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 4.5rem;
}
.ttl-1.purple {
  color: #001e55;
}
@media (max-width: 767px) {
  .ttl-1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.ttl-2 {
  font-size: 3.625rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 5.4375rem;
}
.ttl-2.purple {
  color: #001e55;
}
.ttl-2.black {
  color: #000;
}
.ttl-2.white {
  color: #fff;
}
@media (max-width: 1400px) {
  .ttl-2 {
    font-size: 2.625rem;
    line-height: 4.4375rem;
  }
}
@media (max-width: 767px) {
  .ttl-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.ttl-3 {
  font-size: 3.75rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 5.4375rem;
}
.ttl-3.purple {
  color: #001e55;
}
@media (max-width: 767px) {
  .ttl-3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.ttl-4 {
  font-size: 3.125rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 5.4375rem;
}
.ttl-4.purple {
  color: #001e55;
}
@media (max-width: 767px) {
  .ttl-4 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}
.ttl-5 {
  font-size: 3.3125rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 4.5rem;
}
.ttl-5.purple {
  color: #001e55;
}
@media (max-width: 767px) {
  .ttl-5 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../font/iconmoon/icomoon.eot?x38cmq");
  src: url("../font/iconmoon/icomoon.eot?x38cmq#iefix")
      format("embedded-opentype"),
    url("../font/iconmoon/icomoon.ttf?x38cmq") format("truetype"),
    url("../font/iconmoon/icomoon.woff?x38cmq") format("woff"),
    url("../font/iconmoon/icomoon.svg?x38cmq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class*=" iconm-"],
[class^="iconm-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconm-location-outline:before {
  content: "";
}
.iconm-clock:before {
  content: "";
  color: #fff;
}
.iconm-call_01:before {
  content: "";
  color: #fff;
}
.iconm-location_01:before {
  content: "";
  color: #fff;
}
.iconm-message_01:before {
  content: "";
  color: #fff;
}
.iconm-tick_01:before {
  content: "";
  color: #fff;
}
.iconm-plus_01:before {
  content: "";
  color: #fff;
}
.iconm-crown:before {
  content: "";
  color: #fff;
}
.iconm-close:before {
  content: "";
  color: #9cacb9;
}
.iconm-arrowangledown:before {
  content: "";
  color: #1462c1;
}
.iconm-Icon-feather-calendar:before {
  content: "";
  color: #1462c1;
}
.iconm-time:before {
  content: "";
  color: #1088ff;
}
.iconm-Icon-feather-instagram:before {
  content: "";
  color: #fff;
}
.iconm-ankle-right:before {
  content: "";
  color: #1088ff;
}
.iconm-anklelightright:before {
  content: "";
  color: #484848;
}
.iconm-slider-arrow-right:before {
  content: "";
}
.iconm-slider-arrow:before {
  content: "";
}
.iconm-calendar:before {
  content: "";
}
.iconm-caret-down:before {
  content: "";
  color: #b7c3c7;
}
.iconm-Icon-awesome-facebook-f:before {
  content: "";
  color: #fff;
}
.iconm-Icon-awesome-phone-alt:before {
  content: "";
  color: #fff;
}
.iconm-Icon-awesome-youtube:before {
  content: "";
  color: #fff;
}
.iconm-Icon-ionic-ios-mail:before {
  content: "";
  color: #fff;
}
.iconm-Icon-material-location-on:before {
  content: "";
  color: #1462c1;
}
.iconm-Icon-simple-twitter:before {
  content: "";
  color: #fff;
}
.btn-grp .btn {
  margin: 0 10px;
}
.btn-grp .btn:last-child {
  margin-right: 0;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.primary {
  background: #1462c1;
  color: #fff;
  border-radius: 30px;
  font-size: 1.125rem;
  font-family: "Mulish", sans-serif;
  line-height: 2.8125rem;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: 900;
  border-bottom: 3px solid #361a76;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -webkit-box-shadow: 0 2px 3px #ccc;
  box-shadow: 0 2px 3px #ccc;
  height: 3.75rem;
  min-width: 12.6875rem;
}
.btn.primary:hover {
  color: #fff;
  background: #8659ef;
}
@media (max-width: 767px) {
  .btn.primary {
    min-width: 9rem !important;
    height: 2.8125rem !important;
    font-size: 0.75rem !important;
    line-height: 30px !important;
    border-bottom: 2px solid #361a76;
  }
}
.btn.secondary {
  background: #5700af;
  color: #fff;
  border-radius: 30px;
  font-size: 1.125rem;
  font-family: "Mulish", sans-serif;
  line-height: 2.8125rem;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: 900;
  border-bottom: 3px solid #361a76;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -webkit-box-shadow: 0 2px 3px #ccc;
  box-shadow: 0 2px 3px #ccc;
  height: 3.75rem;
  min-width: 12.6875rem;
}
.btn.secondary:hover {
  color: #fff;
  background-color: #1e9feb;
  border-bottom-width: 0;
  margin-top: 0.2em;
}
.btn.blue-light {
  background: #1088ff;
  color: #fff !important;
  border-radius: 30px;
  font-size: 1.125rem;
  font-family: "Mulish", sans-serif;
  line-height: 2.8125rem;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: 900;
  border-bottom: 5px solid #005fbe;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -webkit-box-shadow: 0 2px 3px #ccc;
  box-shadow: 0 2px 3px #ccc;
  height: 3.75rem;
  min-width: 12.6875rem;
}
.btn.blue-light:hover {
  color: #fff;
  background-color: #2e97ff;
}
@media (max-width: 767px) {
  .btn.blue-light {
    min-width: 9rem !important;
    height: 2.8125rem !important;
    font-size: 0.75rem !important;
    line-height: 30px !important;
    border-bottom: 2px solid #005fbe;
  }
}
.btn.red-bt {
  background: #de2213;
  color: #fff !important;
  border-radius: 30px !important;
  font-size: 1.125rem !important;
  font-family: "Mulish", sans-serif;
  line-height: 2.8125rem !important;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: 900 !important;
  border-bottom: 3px solid #af1003 !important;
  transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
  height: 3.75rem !important;
  min-width: 12.6875rem !important;
}
.btn.red-bt:hover {
  color: #fff;
  background-color: #ff216b !important;
  border-bottom-width: 0;
}
@media (max-width: 767px) {
  .btn.red-bt {
    min-width: 9rem !important;
    height: 2.8125rem !important;
    font-size: 0.75rem !important;
    line-height: 30px !important;
    border-bottom: 2px solid #b7003e;
  }
}
.btn.yellow-bt {
  background: #ffc107;
  color: black;
  border-radius: 30px !important;
  font-size: 1.125rem !important;
  font-family: "Mulish", sans-serif;
  line-height: 2.8125rem !important;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: 900 !important;
  border-bottom: 3px solid #d58b00 !important;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
  height: 3.75rem !important;
  min-width: 12.6875rem !important;
}
.btn.yellow-bt:hover {
  color: black;
  background-color: #ffd02f !important;
  border-bottom-width: 0;
}
@media (max-width: 767px) {
  .btn.yellow-bt {
    min-width: 9rem !important;
    height: 2.8125rem !important;
    font-size: 0.75rem !important;
    line-height: 30px !important;
    border-bottom: 2px solid #d58b00 !important;
  }
}
.btn.red-bt-outline {
  color: #fc003b !important;
  border-radius: 30px;
  font-size: 1.125rem;
  font-family: "Mulish", sans-serif;
  line-height: 2.3125rem;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: 900;
  border: 1px solid #fc003b;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  height: 3.3125rem;
  min-width: 11.6875rem;
}
.btn.red-bt-outline:hover {
  color: #fff !important;
  background-color: #fc003b;
}
@media (max-width: 767px) {
  .btn.red-bt-outline {
    min-width: 10.0625rem !important;
    height: 2.875rem !important;
    font-size: 0.875rem !important;
    line-height: 30px !important;
  }
}
.btn.brdr {
  border: 1px solid #001e55;
}
.btn.btn-hp:hover {
  background: #29293b;
  color: #fff;
}
.btn.btn-primary {
  background: #001e55;
  font-weight: 700;
  border: 2px solid #001e55;
}
.btn.btn-primary:hover {
  background: none;
  color: #000;
}
.btn.btn-md {
  min-height: 45px;
  font-size: 1.4rem;
}
.btn-group-sm > .btn,
.btn.btn-sm {
  min-height: 40px;
  font-size: 1.4rem;
}
.btn-group-lg > .btn,
.btn.btn-lg {
  min-height: 57px;
  font-size: 1.6rem;
  padding: 0 52px;
}
@media (max-width: 767px) {
  .btn-group-lg > .btn,
  .btn.btn-lg {
    min-height: 50px;
  }
}
.btn.btn-icon {
  position: relative;
  padding-left: 50px;
}
.btn.btn-icon img,
.btn.btn-icon svg {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 15px;
  fill: #fff;
  transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}
.btn.btn-icon:hover svg {
  fill: #001e55 !important;
}
.btn.plus-icon {
  position: relative;
  border: none;
}
.btn.plus-icon:hover {
  background: #000c22;
}
.btn.styled {
  border: 1px solid #001e55;
  background: transparent;
  color: #001e55;
  font-size: 1.4rem;
  padding: 0 25px;
}
.btn.styled:hover {
  background-color: #001e55;
  color: #fff;
  opacity: 1;
}
.btn.full-width {
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .desk-hide {
    display: none;
  }
  .main-nav {
    padding-top: 19px;
  }
  .main-nav > ul {
    margin: 0;
    padding: 0;
  }
  .main-nav > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    line-height: 3.4375rem;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .main-nav > ul > li {
    padding: 0 12px;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu i {
    position: absolute;
    width: 37px;
    height: 33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5px;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }
}
@media (min-width: 1200px) and (max-width: 1350px) {
  .main-nav > ul > li.submenu i {
    right: -10px;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu.location-dropdown a:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #001e55;
    position: absolute;
    right: -22px;
    top: 14px;
    z-index: 10;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu.location-dropdown ul li a:after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li.submenu.location-dropdown .location_name {
    max-width: 95px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    text-overflow: ellipsis;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li:last-child {
    margin: 0;
    padding-right: 0;
  }
  .main-nav > ul > li:last-child ul {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li > a {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
    position: relative;
    color: #1d1d1d;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
    line-height: 2.1875rem;
  }
  .main-nav > ul > li > a:before {
    position: absolute;
    content: "";
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #001e55;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .main-nav > ul > li > a.active span {
    color: #1663c1 !important;
  }
  .main-nav > ul > li > a img {
    opacity: 0;
    display: block;
    margin: 0 auto;
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    margin-bottom: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
  }
  .main-nav > ul > li > a span {
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    display: block;
  }
  .main-nav > ul > li > a:hover img {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .main-nav > ul > li > a:hover span {
    -webkit-transform: translate(0px, 11px);
    transform: translate(0px, 11px);
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li:hover > a {
    transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
  }
  .main-nav > ul > li:hover > ul {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul > li ul {
    background: #fff;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 65px;
    width: 250px;
    display: none;
    list-style: none;
    border-top: 2px solid rgba(125, 80, 230, 0.62);
    border-radius: 0 0 13px 13px;
    -webkit-box-shadow: 5px 6px 12px #0000000a;
    box-shadow: 5px 6px 12px #0000000a;
    overflow: hidden;
  }
  .main-nav > ul > li ul li {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 52px;
    position: relative;
    line-height: 1.5;
    font-family: "Mulish", sans-serif;
  }
  .main-nav > ul > li ul li:after {
    transition: all ease-in 0.3sec;
    -o-transition: all ease-in 0.3sec;
    -webkit-transition: all ease-in 0.3sec;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #d6e7f0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main-nav > ul > li ul li:hover {
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    background: #f5fbfd;
  }
  .main-nav > ul > li ul li:hover:after {
    background: #001e55;
  }
  .main-nav > ul > li ul li a {
    color: #212529;
  }
  .main-nav > ul > li ul li:hover > ul {
    display: block;
    left: 250px;
    top: 0;
  }
  .main-nav > ul > li ul li:hover > a {
    color: black;
    text-decoration: none;
  }
  .main-nav > ul > li ul li.submenu:after {
    content: "";
    font-family: "deafult-icons";
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    color: #001e55;
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .mob-btn {
    display: none;
  }
}
@media (min-width: 1200px) {
  .social-icons-bottom-mobile {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .social-icons-bottom-mobile {
    display: none !important;
  }
  .show-menu .social-icons-bottom-mobile {
    display: block !important;
    position: relative;
    width: 100%;
    max-width: 315px;
    bottom: 30px;
    z-index: 9;
    margin-top: 60px;
    margin-bottom: 5px;
  }
  .show-menu .social-icons-bottom-mobile .border-top-social-bottom {
    border-top: 1px solid #e0e0e0;
    max-width: 90%;
  }
  .show-menu .social-icons-bottom-mobile .follow-up {
    margin-top: 8px;
  }
  .show-menu .social-icons-bottom-mobile .follow-up .title-follow-up h3 {
    display: none;
    font-size: 17px;
    margin-bottom: 30px;
    color: #000000;
    font-family: "Mulish", sans-serif;
  }
  .show-menu .social-icons-bottom-mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
  }
  .show-menu .social-icons-bottom-mobile li {
    padding: 0 25px;
  }
  .show-menu .social-icons-bottom-mobile li:first-child {
    padding-left: 0;
  }
  .show-menu .social-icons-bottom-mobile li:last-child {
    margin-top: 8px;
  }
  .show-menu .social-icons-bottom-mobile li a {
    color: #001e55;
    font-size: 20px;
  }
  .show-menu .social-icons-bottom-mobile li a i:before {
    color: #001e55;
  }
  .main-nav {
    display: block;
    position: fixed;
    max-width: 340px;
    left: 0;
    top: 62px;
    padding: 27px;
    padding-top: 35px;
    right: 0;
    height: 100%;
    transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: auto;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: opacity 0.3s ease-in, transfrom 0.3s ease-out;
    transition: opacity 0.3s ease-in, transfrom 0.3s ease-out;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 6px 7px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .main-nav {
    top: 0;
  }
}
@media (max-width: 1199.98px) {
  .main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }
  .main-nav ul.mnav {
    margin-bottom: 30px;
  }
  .main-nav ul li {
    display: block;
    position: relative;
  }
  .main-nav ul li:last-child {
    display: inline-block;
    margin-top: 1.625rem;
  }
  .main-nav ul li:last-child a {
    padding: 6px;
    border-width: 2px;
    display: block;
  }
  .main-nav ul li:first-child a {
    padding-top: 18px;
  }
  .main-nav ul li a {
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 0.05em;
    padding: 22px 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-family: "Mulish", sans-serif;
    padding-left: 0;
    padding-right: 0;
    color: #1d1d1d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-nav ul li a figure {
    margin-bottom: 0;
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-nav ul li a img {
    width: 100%;
  }
  .main-nav ul li a img.home-icon {
    max-width: 1.25rem;
  }
  .main-nav ul li a img.offer-icon {
    max-width: 1.375rem;
  }
  .main-nav ul li a img.attraction-icon {
    max-width: 1.4375rem;
  }
  .main-nav ul li a img.attraction-icon {
    max-width: 1.5625rem;
  }
  .main-nav ul li a img.events-icon {
    max-width: 1.25rem;
  }
  .main-nav ul li a img.booking-icon {
    max-width: 1.1875rem;
  }
  .main-nav ul li a img.contact-icon {
    max-width: 1.375rem;
  }
  .main-nav ul li a span {
    margin-left: 10px;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 46px;
    height: 35px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    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;
  }
  .main-nav ul li.submenu i:after {
    content: "";
    height: 2px;
    width: 15px;
    background: black;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .main-nav ul li.submenu i:before {
    content: "";
    height: 2px;
    width: 16px;
    background: black;
    z-index: 10;
    position: relative;
    left: 16px;
  }
  .main-nav ul li.open i:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .main-nav ul ul {
    margin: 0;
    display: none;
  }
  .main-nav ul ul li:last-child {
    border-bottom: 0;
  }
  .main-nav ul ul li a {
    padding-left: 20px;
  }
  .main-nav ul ul li ul a {
    padding-left: 30px;
  }
  .main-nav ul .submenu.open ul {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .show-menu .main-nav {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .show-menu .overlay {
    position: fixed;
    top: 60;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
  }
}
@media (max-width: 1199.98px) {
  .mob-btn {
    position: absolute;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
  }
  .mob-btn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-left: auto;
    border-radius: 2px;
    background: #000;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
  .mob-btn .icon-left-1 {
    display: none;
    background: none;
    height: 0;
    width: 0;
  }
  .mob-btn span + span {
    margin-top: 5px;
  }
}
.back-to-screen {
  display: none;
  font-size: 17px;
  position: fixed;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 1;
  cursor: pointer;
  right: 2px;
  top: 8px;
  transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
}
body {
  zoom: 100%;
}
body .mob-btn span {
  max-width: 24px;
}
body.show-menu {
  overflow: hidden;
  background: #fff;
}
body.show-menu .mob-btn {
  z-index: 9;
}
body.show-menu .mob-btn span + span {
  width: 80%;
  margin-left: auto;
}
body.show-menu .mob-btn span + span + span {
  width: 50%;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider :focus {
  outline: none;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #000;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.1);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.1);
}
@media (max-width: 1450px) {
  .slick-next,
  .slick-prev {
    width: 35px;
    height: 35px;
  }
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: none;
  -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.36);
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.36);
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  font-size: 17px;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 1;
}
.slick-next:before,
.slick-prev:before {
  font-family: "deafult-icons";
  font-size: 15px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.slick-prev {
  left: 35px;
}
@media (max-width: 992px) {
  .slick-prev {
    left: 15px;
  }
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -60px;
}
@media (max-width: 1450px) {
  [dir="rtl"] .slick-prev {
    left: 0;
  }
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}
.slick-next {
  right: 35px;
}
@media (max-width: 992px) {
  .slick-next {
    right: 15px;
  }
}
[dir="rtl"] .slick-next {
  left: -60px;
  right: auto;
}
@media (max-width: 1450px) {
  [dir="rtl"] .slick-next {
    right: 0;
  }
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: cener;
  padding: 0 15px;
  margin: 0;
}
@media (min-width: 1200px) {
  .slick-dots li {
    margin: 0 10px 0 0;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 10px;
}
.slick-dots li button {
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  font-family: "deafult-icons";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  background-color: #001e55;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button {
    border-width: 1px;
    height: 12px;
    width: 12px;
  }
}
.dots-left .slick-dots {
  left: 0;
}
.dots-right .slick-dots {
  right: 0;
}
.dots-center .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@font-face {
  font-family: revicons;
  src: url(../font/revicons/revicons90c6.eot?5510888);
  src: url(../font/revicons/revicons90c6.eot?5510888#iefix)
      format("embedded-opentype"),
    url(../font/revicons/revicons90c6.woff?5510888) format("woff"),
    url(../font/revicons/revicons90c6.ttf?5510888) format("truetype"),
    url(../font/revicons/revicons90c6.svg?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" revicon-"]:before,
[class^="revicon-"]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}
.revicon-search-1:before {
  content: "";
}
.revicon-pencil-1:before {
  content: "";
}
.revicon-picture-1:before {
  content: "";
}
.revicon-cancel:before {
  content: "";
}
.revicon-info-circled:before {
  content: "";
}
.revicon-trash:before {
  content: "";
}
.revicon-left-dir:before {
  content: "";
}
.revicon-right-dir:before {
  content: "";
}
.revicon-down-open:before {
  content: "";
}
.revicon-left-open:before {
  content: "";
}
.revicon-right-open:before {
  content: "";
}
.revicon-angle-left:before {
  content: "";
}
.revicon-angle-right:before {
  content: "";
}
.revicon-left-big:before {
  content: "";
}
.revicon-right-big:before {
  content: "";
}
.revicon-magic:before {
  content: "";
}
.revicon-picture:before {
  content: "";
}
.revicon-export:before {
  content: "";
}
.revicon-cog:before {
  content: "";
}
.revicon-login:before {
  content: "";
}
.revicon-logout:before {
  content: "";
}
.revicon-video:before {
  content: "";
}
.revicon-arrow-combo:before {
  content: "";
}
.revicon-left-open-1:before {
  content: "";
}
.revicon-right-open-1:before {
  content: "";
}
.revicon-left-open-mini:before {
  content: "";
}
.revicon-right-open-mini:before {
  content: "";
}
.revicon-left-open-big:before {
  content: "";
}
.revicon-right-open-big:before {
  content: "";
}
.revicon-left:before {
  content: "";
}
.revicon-right:before {
  content: "";
}
.revicon-ccw:before {
  content: "";
}
.revicon-arrows-ccw:before {
  content: "";
}
.revicon-palette:before {
  content: "";
}
.revicon-list-add:before {
  content: "";
}
.revicon-doc:before {
  content: "";
}
.revicon-left-open-outline:before {
  content: "";
}
.revicon-left-open-2:before {
  content: "";
}
.revicon-right-open-outline:before {
  content: "";
}
.revicon-right-open-2:before {
  content: "";
}
.revicon-equalizer:before {
  content: "";
}
.revicon-layers-alt:before {
  content: "";
}
.revicon-popup:before {
  content: "";
}
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
}
.rev_slider {
  position: relative;
  overflow: visible;
}
.tp-overflow-hidden {
  overflow: hidden;
}
.rev_slider img,
.tp-simpleresponsive img {
  max-width: none !important;
  -webkit-transition: none;
  transition: none;
  margin: 0;
  padding: 0;
  border-width: 0;
  border: none;
}
.rev_slider .no-slides-text {
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}
.rev_slider > ul,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
  list-style: none !important;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none !important;
  background-image: none;
  background-position: 0 0;
  text-indent: 0;
  top: 0;
  left: 0;
}
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before {
  visibility: hidden;
}
.tp-revslider-mainul,
.tp-revslider-slidesli {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}
.tp-caption .rs-untoggled-content {
  display: block;
}
.tp-caption .rs-toggled-content {
  display: none;
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}
.rev_slider .caption,
.rev_slider .tp-caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap :last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap :last-child {
  margin-bottom: 0;
}
.tp-carousel-wrapper {
  cursor: url(openhand.html), move;
}
.tp-carousel-wrapper.dragged {
  cursor: url(closedhand.html), move;
}
.tp-caption {
  z-index: 1;
}
.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}
.tp-caption {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  position: absolute;
  -webkit-font-smoothing: antialiased !important;
}
.tp-caption.tp-hidden-caption,
.tp-forcenotvisible,
.tp-hide-revslider {
  visibility: hidden !important;
  display: none !important;
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
  max-width: none !important;
}
.rev_slider_wrapper {
  width: 100%;
}
.fullscreen-container {
  position: relative;
  padding: 0;
}
.fullwidthbanner-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}
.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0;
  left: 0;
}
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0;
}
.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  right: 0;
  top: 0;
}
.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 40px solid #00a8ff;
  position: absolute;
  left: -40px;
  top: 0;
}
.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00a8ff;
  position: absolute;
  right: 0;
  top: 0;
}
.tp-layer-inner-rotation {
  position: relative !important;
}
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}
.noFilterClass {
  -webkit-filter: none !important;
  filter: none !important;
}
.rs-background-video-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 0;
}
.tp-caption.coverscreenvideo {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}
.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoisplaying .html5vid .tp-poster {
  display: none;
}
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out !important;
  transition: opacity 0.3s ease-out !important;
}
.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important;
}
.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 40px !important;
}
.tp-caption:hover .tp-video-play-button {
  opacity: 1;
}
.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important;
}
.videoisplaying .revicon-right-dir {
  display: none;
}
.videoisplaying .tp-revstop {
  display: inline-block;
}
.videoisplaying .tp-video-play-button {
  display: none;
}
.tp-caption:hover .tp-video-play-button {
  display: block;
}
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}
.fullscreenvideo .fullscreenvideo video {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.fullscreenvideo .fullcoveredvideo video {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(13%, #000),
    to(#323232)
  );
  background-image: linear-gradient(bottom, #000 13%, #323232 100%);
  background-image: -ms-linear-gradient(bottom, #000 13%, #323232 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.13, #000),
    color-stop(1, #323232)
  );
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tp-caption:hover .tp-video-controls {
  opacity: 0.9;
}
.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #eee;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
}
.tp-video-button:hover {
  cursor: pointer;
}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0 5px;
  display: table-cell;
}
.tp-video-seek-bar-wrap {
  width: 80%;
}
.tp-video-vol-bar-wrap {
  width: 20%;
}
.tp-seek-bar,
.tp-volume-bar {
  width: 100%;
  cursor: pointer;
  outline: 0;
  line-height: 12px;
  margin: 0;
  padding: 0;
}
.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: 0 0;
  z-index: 5;
}
.rs-background-video-layer video::-webkit-media-controls {
  display: none !important;
}
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.tp-dottedoverlay.twoxtwo {
  background: url(../assets/gridtile.png);
}
.tp-dottedoverlay.twoxtwowhite {
  background: url(../assets/gridtile_white.png);
}
.tp-dottedoverlay.threexthree {
  background: url(../assets/gridtile_3x3.png);
}
.tp-dottedoverlay.threexthreewhite {
  background: url(../assets/gridtile_3x3_white.png);
}
.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
}
.tp-shadow1 {
  -webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}
.tp-shadow2:after,
.tp-shadow2:before,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: 0 0;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after {
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tp-shadow5 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:after,
.tp-shadow5:before {
  content: "";
  position: absolute;
  z-index: -2;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px/20px;
}
.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial, sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}
.tp-button.big {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
}
.purchase:hover,
.tp-button.big:hover,
.tp-button:hover {
  background-position: bottom, 15px 11px;
}
.purchase.green,
.purchase:hover.green,
.tp-button.green,
.tp-button:hover.green {
  background-color: #21a117;
  -webkit-box-shadow: 0 3px 0 0 #104d0b;
  box-shadow: 0 3px 0 0 #104d0b;
}
.purchase.blue,
.purchase:hover.blue,
.tp-button.blue,
.tp-button:hover.blue {
  background-color: #1d78cb;
  -webkit-box-shadow: 0 3px 0 0 #0f3e68;
  box-shadow: 0 3px 0 0 #0f3e68;
}
.purchase.red,
.purchase:hover.red,
.tp-button.red,
.tp-button:hover.red {
  background-color: #cb1d1d;
  -webkit-box-shadow: 0 3px 0 0 #7c1212;
  box-shadow: 0 3px 0 0 #7c1212;
}
.purchase.orange,
.purchase:hover.orange,
.tp-button.orange,
.tp-button:hover.orange {
  background-color: #f70;
  -webkit-box-shadow: 0 3px 0 0 #a34c00;
  box-shadow: 0 3px 0 0 #a34c00;
}
.purchase.darkgrey,
.purchase:hover.darkgrey,
.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey {
  background-color: #555;
  -webkit-box-shadow: 0 3px 0 0 #222;
  box-shadow: 0 3px 0 0 #222;
}
.purchase.lightgrey,
.purchase:hover.lightgrey,
.tp-button.lightgrey,
.tp-button:hover.lightgrey {
  background-color: #888;
  -webkit-box-shadow: 0 3px 0 0 #555;
  box-shadow: 0 3px 0 0 #555;
}
.rev-btn,
.rev-btn:visited {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: Roboto, sans-serif;
  cursor: pointer;
}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
}
.rev-btn.rev-withicon i {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.2s ease-out !important;
  -o-transition: all 0.2s ease-out !important;
  -ms-transition: all 0.2s ease-out !important;
  margin-left: 10px !important;
}
.rev-btn.rev-hiddenicon i {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.2s ease-out !important;
  -o-transition: all 0.2s ease-out !important;
  -ms-transition: all 0.2s ease-out !important;
  opacity: 0;
  margin-left: 0 !important;
  width: 0 !important;
}
.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px;
}
.rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0;
}
.rev-btn.rev-medium.rev-hiddenicon i {
  font-size: 14px;
  top: 0;
}
.rev-btn.rev-small,
.rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px;
}
.rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0;
}
.rev-btn.rev-small.rev-hiddenicon i {
  font-size: 12px;
  top: 0;
}
.rev-maxround {
  border-radius: 30px;
}
.rev-minround {
  border-radius: 3px;
}
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  pointer-events: none;
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}
#dialog_addbutton .rev-burger:hover:first-child,
.open.rev-burger:first-child,
.open .rev-burger:first-child {
  transform: translateY(6px) rotate(-45deg);
  -webkit-transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover:nth-child(2),
.open.rev-burger:nth-child(2),
.open .rev-burger:nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover:last-child,
.open.rev-burger:last-child,
.open .rev-burger:last-child {
  transform: translateY(-6px) rotate(-135deg);
  -webkit-transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}
.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}
.rev-burger.revb-whitefull span {
  background: #333;
}
.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}
.rev-burger.revb-darkfull span {
  background: #fff;
}
@-webkit-keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 0;
    top: 29%;
  }
}
@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  to {
    opacity: 0;
    top: 29%;
  }
}
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 23px;
}
.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
  color: #7f8c8d;
  color: #fff;
  font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
}
.rev-scroll-btn > .active,
.rev-scroll-btn > :focus,
.rev-scroll-btn > :hover {
  color: #fff;
}
.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}
.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}
.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}
.rev-scroll-btn.revs-fulldark span {
  background: #fff;
}
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: rev-ani-mouse 2.5s linear infinite;
  animation: rev-ani-mouse 2.5s linear infinite;
}
.rev-scroll-btn.revs-dark {
  border-color: #333;
}
.rev-scroll-btn.revs-dark span {
  background: #333;
}
.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.rev-cbutton-dark-sr {
  border-radius: 3px;
}
.rev-cbutton-light {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}
.rev-cbutton-light-sr {
  color: #333;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.75);
}
.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}
.rev-sbutton-blue {
  background-color: #3b5998;
}
.rev-sbutton-lightblue {
  background-color: #00a0d1;
}
.rev-sbutton-red {
  background-color: #dd4b39;
}
.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0;
}
.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0 !important;
  height: 5px;
}
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tp-caption img {
  background: 0 0;
  zoom: 1;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url(../assets/coloredbg.png) repeat;
}
.tp-caption.slidelink a span {
  background: url(../assets/coloredbg.png) repeat;
}
.tp-shape {
  width: 100%;
  height: 100%;
}
.tp-caption .rs-starring {
  display: inline-block;
}
.tp-caption .rs-starring .star-rating {
  float: none;
}
.tp-caption .rs-starring .star-rating {
  color: #ffc321 !important;
  display: inline-block;
  vertical-align: top;
}
.tp-caption .rs-starring-page .star-rating,
.tp-caption .rs-starring .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
}
.tp-caption .rs-starring-page .star-rating:before,
.tp-caption .rs-starring .star-rating:before {
  content: "sssss";
  color: #e0dadf;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}
.tp-caption .rs-starring .star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.tp-caption .rs-starring .star-rating {
  color: #ffc321 !important;
}
.tp-caption .rs-starring-page .star-rating,
.tp-caption .rs-starring .star-rating {
  font-size: 1em !important;
  font-family: star;
}
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background: url(../assets/loader.gif) no-repeat center center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tp-loader.spinner5 {
  background: url(../assets/loader.gif) no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  to {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  to {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: red;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
  animation: tp-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.tp-loader.spinner3 {
  margin: -9px 0 0 -35px;
  width: 70px;
  text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes tp-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.tp-loader.spinner4 {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2s infinite linear;
  animation: tp-rotate 2s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes tp-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes tp-rotate {
  to {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes tp-bounce {
  0%,
  to {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bounce {
  0%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.tp-bullets.navbar,
.tp-tabs.navbar,
.tp-thumbs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.tp-bullets,
.tp-tabs,
.tp-thumbs {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0;
  left: 0;
}
.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tp-arr-imgholder,
.tp-tab-image,
.tp-thumb-image,
.tp-videoposter {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.tp-tab.selected,
.tp-tab:hover,
.tp-thumb.selected,
.tp-thumb:hover {
  opacity: 1;
}
.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
}
.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}
.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}
.tp-bannertimer {
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  height: 5px;
}
.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 35px;
  height: 35px;
  position: absolute;
  display: block;
  z-index: 1000;
}
.tparrows:hover {
  background: #000;
}
.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.tparrows.tp-leftarrow:before {
  content: "";
}
.tparrows.tp-rightarrow:before {
  content: "";
}
.dddwrappershadow {
  -webkit-box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}
.hglayerinfo {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}
.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 600;
  background: #000;
  padding: 2px 5px;
}
.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important;
}
.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0;
  peft: 0;
  z-index: 0;
}
#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084b4 !important;
  text-decoration: underline !important;
}
.medium_grey,
.tp-caption.medium_grey {
  background-color: #888;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  padding: 2px 4px;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.small_text,
.tp-caption.small_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.medium_text,
.tp-caption.medium_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.large_text,
.tp-caption.large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.tp-caption.very_large_text,
.very_large_text {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 60px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
.tp-caption.very_big_white,
.very_big_white {
  background-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.tp-caption.very_big_black,
.very_big_black {
  background-color: #fff;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: Arial;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.modern_medium_fat,
.tp-caption.modern_medium_fat {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.modern_medium_fat_white,
.tp-caption.modern_medium_fat_white {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.modern_medium_light,
.tp-caption.modern_medium_light {
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.modern_big_bluebg,
.tp-caption.modern_big_bluebg {
  background-color: #4e5b6c;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 3px 10px;
  position: absolute;
  text-shadow: none;
}
.modern_big_redbg,
.tp-caption.modern_big_redbg {
  background-color: #de543e;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0;
  padding: 1px 10px 3px;
  position: absolute;
  text-shadow: none;
}
.modern_small_text_dark,
.tp-caption.modern_small_text_dark {
  border-style: none;
  border-width: 0;
  color: #555;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}
.boxshadow,
.tp-caption.boxshadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.black,
.tp-caption.black {
  color: #000;
  text-shadow: none;
}
.noshadow,
.tp-caption.noshadow {
  text-shadow: none;
}
.thinheadline_dark,
.tp-caption.thinheadline_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  position: absolute;
  text-shadow: none;
}
.thintext_dark,
.tp-caption.thintext_dark {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.85);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  position: absolute;
  text-shadow: none;
}
.largeblackbg,
.tp-caption.largeblackbg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}
.largepinkbg,
.tp-caption.largepinkbg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #db4360;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}
.largewhitebg,
.tp-caption.largewhitebg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}
.largegreenbg,
.tp-caption.largegreenbg {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #67ae73;
  border-radius: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  padding: 0 20px;
  position: absolute;
  text-shadow: none;
}
.excerpt,
.tp-caption.excerpt {
  background-color: black;
  border-color: #fff;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Arial;
  font-size: 36px;
  font-weight: 700;
  height: auto;
  letter-spacing: -1.5px;
  line-height: 36px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
  white-space: normal !important;
  width: 150px;
}
.large_bold_grey,
.tp-caption.large_bold_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}
.medium_thin_grey,
.tp-caption.medium_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}
.small_thin_grey,
.tp-caption.small_thin_grey {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #757575;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  padding: 1px 4px 0;
  text-decoration: none;
  text-shadow: none;
}
.lightgrey_divider,
.tp-caption.lightgrey_divider {
  background-color: #ebebeb;
  background-position: initial initial;
  background-repeat: initial initial;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 3px;
  text-decoration: none;
  width: 370px;
}
.large_bold_darkblue,
.tp-caption.large_bold_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}
.medium_bg_darkblue,
.tp-caption.medium_bg_darkblue {
  background-color: #34495e;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.medium_bold_red,
.tp-caption.medium_bold_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.medium_light_red,
.tp-caption.medium_light_red {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #e33a0c;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-decoration: none;
}
.medium_bg_red,
.tp-caption.medium_bg_red {
  background-color: #e33a0c;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.medium_bold_orange,
.tp-caption.medium_bold_orange {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #f39c12;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
}
.medium_bg_orange,
.tp-caption.medium_bg_orange {
  background-color: #f39c12;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.grassfloor,
.tp-caption.grassfloor {
  background-color: #a0b397;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 150px;
  text-decoration: none;
  width: 4000px;
}
.large_bold_white,
.tp-caption.large_bold_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}
.medium_light_white,
.tp-caption.medium_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}
.mediumlarge_light_white,
.tp-caption.mediumlarge_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}
.mediumlarge_light_white_center,
.tp-caption.mediumlarge_light_white_center {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-decoration: none;
}
.medium_bg_asbestos,
.tp-caption.medium_bg_asbestos {
  background-color: #7f8c8d;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px;
  text-decoration: none;
}
.medium_light_black,
.tp-caption.medium_light_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  padding: 0;
  text-decoration: none;
}
.large_bold_black,
.tp-caption.large_bold_black {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 58px;
  font-weight: 800;
  line-height: 60px;
  text-decoration: none;
}
.mediumlarge_light_darkblue,
.tp-caption.mediumlarge_light_darkblue {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #34495e;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}
.small_light_white,
.tp-caption.small_light_white {
  background-color: transparent;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
  padding: 0;
  text-decoration: none;
}
.roundedimage,
.tp-caption.roundedimage {
  border-color: #222;
  border-style: none;
  border-width: 0;
}
.large_bg_black,
.tp-caption.large_bg_black {
  background-color: #000;
  border-color: #ffd658;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans";
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  padding: 10px 20px 15px;
  text-decoration: none;
}
.mediumwhitebg,
.tp-caption.mediumwhitebg {
  background-color: #fff;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 5px 15px 10px;
  text-decoration: none;
  text-shadow: none;
}
.maincaption,
.tp-caption.maincaption {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #212a40;
  font-family: Poppins, sans-serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 43px;
  text-decoration: none;
  text-shadow: none;
}
.miami_title_60px,
.tp-caption.miami_title_60px {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}
.miami_subtitle,
.tp-caption.miami_subtitle {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Source Sans Pro";
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 24px;
  text-decoration: none;
  text-shadow: none;
}
.divideline30px,
.tp-caption.divideline30px {
  background: #fff;
  background-color: #fff;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}
.Miami_nostyle,
.tp-caption.Miami_nostyle {
  border-color: #222;
  border-style: none;
  border-width: 0;
}
.miami_content_light,
.tp-caption.miami_content_light {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}
.miami_title_60px_dark,
.tp-caption.miami_title_60px_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #333;
  font-family: "Source Sans Pro";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 60px;
  text-decoration: none;
  text-shadow: none;
}
.miami_content_dark,
.tp-caption.miami_content_dark {
  background-color: transparent;
  border-color: #000;
  border-style: none;
  border-width: 0;
  color: #666;
  font-family: "Source Sans Pro";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration: none;
  text-shadow: none;
}
.divideline30px_dark,
.tp-caption.divideline30px_dark {
  background-color: #333;
  border-color: #222;
  border-style: none;
  border-width: 0;
  height: 2px;
  min-width: 30px;
  text-decoration: none;
}
.ellipse70px,
.tp-caption.ellipse70px {
  background-color: rgba(0, 0, 0, 0.14902);
  border-color: #222;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  line-height: 1px;
  min-height: 70px;
  min-width: 70px;
  text-decoration: none;
}
.arrowicon,
.tp-caption.arrowicon {
  border-color: #222;
  border-style: none;
  border-width: 0;
  line-height: 1px;
}
.MarkerDisplay,
.tp-caption.MarkerDisplay {
  background-color: transparent;
  border-color: #000;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  font-family: Permanent Marker;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.Restaurant-Display,
.tp-caption.Restaurant-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 120px;
  padding: 0;
  text-decoration: none;
}
.Restaurant-Cursive,
.tp-caption.Restaurant-Cursive {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Nothing you could do;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Restaurant-ScrollDownText,
.tp-caption.Restaurant-ScrollDownText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 0;
  text-decoration: none;
}
.Restaurant-Description,
.tp-caption.Restaurant-Description {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Restaurant-Price,
.tp-caption.Restaurant-Price {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Restaurant-Menuitem,
.tp-caption.Restaurant-Menuitem {
  background-color: black;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.Furniture-LogoText,
.tp-caption.Furniture-LogoText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #e6cfa3;
  font-family: Poppins, sans-serif;
  font-size: 160px;
  font-style: normal;
  font-weight: 300;
  line-height: 150px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.Furniture-Plus,
.tp-caption.Furniture-Plus {
  background-color: white;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
  color: #e6cfa3;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 7px 4px;
  text-decoration: none;
  text-shadow: none;
}
.Furniture-Title,
.tp-caption.Furniture-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.Furniture-Subtitle,
.tp-caption.Furniture-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.Gym-Display,
.tp-caption.Gym-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}
.Gym-Subline,
.tp-caption.Gym-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Gym-SmallText,
.tp-caption.Gym-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 22;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
}
.Fashion-SmallText,
.tp-caption.Fashion-SmallText {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}
.Fashion-BigDisplay,
.tp-caption.Fashion-BigDisplay {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}
.Fashion-TextBlock,
.tp-caption.Fashion-TextBlock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 40px;
  padding: 0;
  text-decoration: none;
}
.Sports-Display,
.tp-caption.Sports-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 130px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 13px;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}
.Sports-DisplayFat,
.tp-caption.Sports-DisplayFat {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 130px;
  font-style: normal;
  font-weight: 900;
  line-height: 130px;
  padding: 0;
  text-decoration: none;
}
.Sports-Subline,
.tp-caption.Sports-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: black;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 32px;
  padding: 0;
  text-decoration: none;
}
.Instagram-Caption,
.tp-caption.Instagram-Caption {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}
.News-Title,
.tp-caption.News-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto Slab;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  padding: 0;
  text-decoration: none;
}
.News-Subtitle,
.tp-caption.News-Subtitle {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Roboto Slab;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}
.News-Subtitle:hover,
.tp-caption.News-Subtitle:hover {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.Photography-Display,
.tp-caption.Photography-Display {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 5px;
  line-height: 70px;
  padding: 0;
  text-decoration: none;
}
.Photography-Subline,
.tp-caption.Photography-Subline {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #777777;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Photography-ImageHover,
.tp-caption.Photography-ImageHover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}
.Photography-ImageHover:hover,
.tp-caption.Photography-ImageHover:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}
.Photography-Menuitem,
.tp-caption.Photography-Menuitem {
  background-color: rgba(0, 0, 0, 0.65);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-decoration: none;
}
.Photography-Menuitem:hover,
.tp-caption.Photography-Menuitem:hover {
  background-color: rgba(0, 255, 222, 0.65);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}
.Photography-Textblock,
.tp-caption.Photography-Textblock {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Photography-Subline-2,
.tp-caption.Photography-Subline-2 {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-decoration: none;
}
.Photography-ImageHover2,
.tp-caption.Photography-ImageHover2 {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22;
  padding: 0;
  text-decoration: none;
}
.Photography-ImageHover2:hover,
.tp-caption.Photography-ImageHover2:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}
.tp-caption.WebProduct-Title,
.WebProduct-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #333333;
  font-family: Poppins, sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.WebProduct-SubTitle,
.WebProduct-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.WebProduct-Content,
.WebProduct-Content {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}
.tp-caption.WebProduct-Menuitem,
.WebProduct-Menuitem {
  background-color: #333333;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.WebProduct-Menuitem:hover,
.WebProduct-Menuitem:hover {
  background-color: white;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #999999;
  text-decoration: none;
}
.tp-caption.WebProduct-Title-Light,
.WebProduct-Title-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 100;
  line-height: 90px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.tp-caption.WebProduct-SubTitle-Light,
.WebProduct-SubTitle-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.35);
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.tp-caption.WebProduct-Content-Light,
.WebProduct-Content-Light {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: rgba(255, 255, 255, 0.65);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.FatRounded,
.tp-caption.FatRounded {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: lightgray;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 20px 22px 20px 25px;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.FatRounded:hover,
.tp-caption.FatRounded:hover {
  background-color: black;
  border-color: lightgray;
  border-radius: 50px 50px 50px 50px;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}
.NotGeneric-Title,
.tp-caption.NotGeneric-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-size: 118px;
  font-style: normal;
  font-weight: 900;
  line-height: 70px;
  padding: 10px 0;
  text-decoration: none;
}
.NotGeneric-SubTitle,
.tp-caption.NotGeneric-SubTitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: Karla, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-CallToAction,
.tp-caption.NotGeneric-CallToAction {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-CallToAction:hover,
.tp-caption.NotGeneric-CallToAction:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}
.NotGeneric-Icon,
.tp-caption.NotGeneric-Icon {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-Menuitem,
.tp-caption.NotGeneric-Menuitem {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-Menuitem:hover,
.tp-caption.NotGeneric-Menuitem:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}
.MarkerStyle,
.tp-caption.MarkerStyle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Permanent Marker";
  font-size: 17px;
  font-style: normal;
  font-weight: 100;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.Gym-Menuitem,
.tp-caption.Gym-Menuitem {
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 20px;
  padding: 3px 5px 3px 8px;
  text-align: left;
  text-decoration: none;
}
.Gym-Menuitem:hover,
.tp-caption.Gym-Menuitem:hover {
  background-color: black;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}
.Newspaper-Button,
.tp-caption.Newspaper-Button {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.Newspaper-Button:hover,
.tp-caption.Newspaper-Button:hover {
  background-color: white;
  border-color: white;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: black;
  text-decoration: none;
}
.Newspaper-Subtitle,
.tp-caption.Newspaper-Subtitle {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  letter-spacing: 2px;
}
.Newspaper-Title,
.tp-caption.Newspaper-Title {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: left;
  text-decoration: none;
}
.Newspaper-Title-Centered,
.tp-caption.Newspaper-Title-Centered {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
  padding: 0 0 10px;
  text-align: center;
  text-decoration: none;
}
.Hero-Button,
.tp-caption.Hero-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.Hero-Button:hover,
.tp-caption.Hero-Button:hover {
  background-color: white;
  border-color: white;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: black;
  text-decoration: none;
}
.tp-caption.Video-Title,
.Video-Title {
  background-color: black;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 12px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-Button,
.tp-caption.NotGeneric-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 14px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-Button:hover,
.tp-caption.NotGeneric-Button:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}
.NotGeneric-BigButton,
.tp-caption.NotGeneric-BigButton {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 14px;
  padding: 27px 30px;
  text-align: left;
  text-decoration: none;
}
.NotGeneric-BigButton:hover,
.tp-caption.NotGeneric-BigButton:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}
.tp-caption.WebProduct-Button,
.WebProduct-Button {
  background-color: #333333;
  border-color: black;
  border-radius: 0;
  border-style: none;
  border-width: 2px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 40px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.WebProduct-Button:hover,
.WebProduct-Button:hover {
  background-color: white;
  border-color: black;
  border-radius: 0;
  border-style: none;
  border-width: 2px;
  color: #333333;
  text-decoration: none;
}
.Restaurant-Button,
.tp-caption.Restaurant-Button {
  background-color: rgba(10, 10, 10, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.Restaurant-Button:hover,
.tp-caption.Restaurant-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffe081;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}
.Gym-Button,
.tp-caption.Gym-Button {
  background-color: #8bc027;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}
.Gym-Button:hover,
.tp-caption.Gym-Button:hover {
  background-color: #72a800;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}
.Gym-Button-Light,
.tp-caption.Gym-Button-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.Gym-Button-Light:hover,
.tp-caption.Gym-Button-Light:hover {
  background-color: rgba(114, 168, 0, 0);
  border-color: #8bc027;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}
.Sports-Button-Light,
.tp-caption.Sports-Button-Light {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.Sports-Button-Light:hover,
.tp-caption.Sports-Button-Light:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}
.Sports-Button-Red,
.tp-caption.Sports-Button-Red {
  background-color: #db1c22;
  border-color: rgba(219, 28, 34, 0);
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 17px;
  padding: 12px 35px;
  text-align: left;
  text-decoration: none;
}
.Sports-Button-Red:hover,
.tp-caption.Sports-Button-Red:hover {
  background-color: black;
  border-color: black;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}
.Photography-Button,
.tp-caption.Photography-Button {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 13px 35px;
  text-align: left;
  text-decoration: none;
}
.Photography-Button:hover,
.tp-caption.Photography-Button:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px;
  color: white;
  text-decoration: none;
}
.Newspaper-Button-2,
.tp-caption.Newspaper-Button-2 {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px;
  padding: 10px 30px;
  text-align: left;
  text-decoration: none;
}
.Newspaper-Button-2:hover,
.tp-caption.Newspaper-Button-2:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}
.Feature-Tour,
.tp-caption.Feature-Tour {
  background-color: #8bc027;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}
.Feature-Tour:hover,
.tp-caption.Feature-Tour:hover {
  background-color: #72a800;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}
.Feature-Examples,
.tp-caption.Feature-Examples {
  background-color: transparent;
  border-color: rgba(33, 42, 64, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: rgba(33, 42, 64, 0.5);
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}
.Feature-Examples:hover,
.tp-caption.Feature-Examples:hover {
  background-color: transparent;
  border-color: #8bc027;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: #8bc027;
  text-decoration: none;
}
.subcaption,
.tp-caption.subcaption {
  background-color: transparent;
  border-color: black;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #6f7c82;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.menutab,
.tp-caption.menutab {
  background-color: transparent;
  border-color: black;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #292e31;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.menutab:hover,
.tp-caption.menutab:hover {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #d50000;
  text-decoration: none;
}
.maincontent,
.tp-caption.maincontent {
  background-color: transparent;
  border-color: black;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #292e31;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.minitext,
.tp-caption.minitext {
  background-color: transparent;
  border-color: black;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #b9babb;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.Feature-Buy,
.tp-caption.Feature-Buy {
  background-color: #009aee;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 17px 35px;
  text-align: left;
  text-decoration: none;
}
.Feature-Buy:hover,
.tp-caption.Feature-Buy:hover {
  background-color: #0085d6;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 0;
  color: white;
  text-decoration: none;
}
.Feature-Examples-Light,
.tp-caption.Feature-Examples-Light {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  padding: 15px 35px;
  text-align: left;
  text-decoration: none;
}
.Feature-Examples-Light:hover,
.tp-caption.Feature-Examples-Light:hover {
  background-color: transparent;
  border-color: white;
  border-radius: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 2px;
  color: white;
  text-decoration: none;
}
.Facebook-Likes,
.tp-caption.Facebook-Likes {
  background-color: #3b5999;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: white;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 15px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Twitter-Favorites,
.Twitter-Favorites {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #8899a6;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Twitter-Link,
.Twitter-Link {
  background-color: white;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: #8799a5;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  padding: 11px 11px 9px;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Twitter-Link:hover,
.Twitter-Link:hover {
  background-color: #0084b4;
  border-color: transparent;
  border-radius: 30px 30px 30px 30px;
  border-style: none;
  border-width: 0;
  color: white;
  text-decoration: none;
}
.tp-caption.Twitter-Retweet,
.Twitter-Retweet {
  background-color: rgba(255, 255, 255, 0);
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #8899a6;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.tp-caption.Twitter-Content,
.Twitter-Content {
  background-color: white;
  border-color: transparent;
  border-radius: 0;
  border-style: none;
  border-width: 0;
  color: #292f33;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 30px 30px 70px;
  text-align: left;
  text-decoration: none;
}
.revtp-form input[type="email"],
.revtp-form input[type="text"],
.revtp-searchform input[type="email"],
.revtp-searchform input[type="text"] {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  line-height: 46px;
  padding: 0 20px;
  cursor: text;
  border: 0;
  width: 400px;
  margin-bottom: 0;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0;
}
.BigBold-Title,
.tp-caption.BigBold-Title {
  color: white;
  font-size: 110px;
  line-height: 100px;
  font-weight: 800;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 0 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.BigBold-SubTitle,
.tp-caption.BigBold-SubTitle {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 1px;
}
.BigBold-Button,
.tp-caption.BigBold-Button {
  color: white;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  text-align: left;
  letter-spacing: 1px;
}
.BigBold-Button:hover,
.tp-caption.BigBold-Button:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.FoodCarousel-Content,
.tp-caption.FoodCarousel-Content {
  color: #292e31;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 30px 30px 30px 30px;
  text-decoration: none;
  background-color: white;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  text-align: left;
}
.FoodCarousel-Button,
.tp-caption.FoodCarousel-Button {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 15px 70px 15px 50px;
  text-decoration: none;
  background-color: white;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  text-align: left;
  letter-spacing: 1px;
}
.FoodCarousel-Button:hover,
.tp-caption.FoodCarousel-Button:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.FoodCarousel-CloseButton,
.tp-caption.FoodCarousel-CloseButton {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}
.FoodCarousel-CloseButton:hover,
.tp-caption.FoodCarousel-CloseButton:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: rgba(41, 46, 49, 0);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  font-style: normal;
  font-family: Roboto;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.35);
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 2px;
  text-align: left;
}
.tp-caption.Video-Title,
.Video-Title {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
  background-color: black;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
  color: white;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
  color: white;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 20px 12px 20px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
  text-align: left;
  letter-spacing: 1px;
}
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 5px 5px 5px 5px;
}
.RotatingWords-TitleWhite,
.tp-caption.RotatingWords-TitleWhite {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 800;
  font-style: normal;
  font-family: sans-serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.RotatingWords-Button,
.tp-caption.RotatingWords-Button {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.15);
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
  text-align: left;
  letter-spacing: 3px;
}
.RotatingWords-Button:hover,
.tp-caption.RotatingWords-Button:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 0;
}
.RotatingWords-SmallText,
.tp-caption.RotatingWords-SmallText {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  text-shadow: none;
}
.ContentZoom-SmallTitle,
.tp-caption.ContentZoom-SmallTitle {
  color: #292e31;
  font-size: 33px;
  line-height: 45px;
  font-weight: 600;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ContentZoom-SmallSubtitle,
.tp-caption.ContentZoom-SmallSubtitle {
  color: #6f7c82;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ContentZoom-SmallIcon,
.tp-caption.ContentZoom-SmallIcon {
  color: #292e31;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ContentZoom-SmallIcon:hover,
.tp-caption.ContentZoom-SmallIcon:hover {
  color: #6f7c82;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.ContentZoom-DetailTitle,
.tp-caption.ContentZoom-DetailTitle {
  color: #292e31;
  font-size: 70px;
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ContentZoom-DetailSubTitle,
.tp-caption.ContentZoom-DetailSubTitle {
  color: #6f7c82;
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ContentZoom-DetailContent,
.tp-caption.ContentZoom-DetailContent {
  color: #6f7c82;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.ContentZoom-Button,
.tp-caption.ContentZoom-Button {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  text-align: left;
  letter-spacing: 1px;
}
.ContentZoom-Button:hover,
.tp-caption.ContentZoom-Button:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.ContentZoom-ButtonClose,
.tp-caption.ContentZoom-ButtonClose {
  color: #292e31;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 14px 14px 14px 16px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(41, 46, 49, 0.5);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: left;
  letter-spacing: 1px;
}
.ContentZoom-ButtonClose:hover,
.tp-caption.ContentZoom-ButtonClose:hover {
  color: white;
  text-decoration: none;
  background-color: #292e31;
  border-color: #292e31;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
}
.Newspaper-Title,
.tp-caption.Newspaper-Title {
  color: white;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  padding: 0 0 10px 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Newspaper-Subtitle,
.tp-caption.Newspaper-Subtitle {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 2px;
}
.Newspaper-Button,
.tp-caption.Newspaper-Button {
  color: white;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  letter-spacing: 2px;
  text-align: left;
}
.Newspaper-Button:hover,
.tp-caption.Newspaper-Button:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.rtwhitemedium,
.tp-caption.rtwhitemedium {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  border-color: #000;
  border-style: none;
  text-shadow: none;
}
@media only screen and (max-width: 767px) {
  .revtp-form input[type="email"],
  .revtp-form input[type="text"],
  .revtp-searchform input[type="email"],
  .revtp-searchform input[type="text"] {
    width: 200px !important;
  }
}
.revtp-form input[type="submit"],
.revtp-searchform input[type="submit"] {
  font-family: Arial, sans-serif;
  line-height: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  padding: 0 20px;
  border: 0;
  background: #009aee;
  color: #fff;
  border-radius: 0;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084b4 !important;
  text-decoration: underline !important;
}
.Concept-Title,
.tp-caption.Concept-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0 0 10px 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 5px;
}
.Concept-SubTitle,
.tp-caption.Concept-SubTitle {
  color: rgba(255, 255, 255, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: Playfair Display;
  padding: 0 0 10px 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.Concept-Content,
.tp-caption.Concept-Content {
  color: white;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0;
}
.Concept-MoreBtn,
.tp-caption.Concept-MoreBtn {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}
.Concept-MoreBtn:hover,
.tp-caption.Concept-MoreBtn:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 50px 50px 50px 50px;
}
.Concept-LessBtn,
.tp-caption.Concept-LessBtn {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}
.Concept-LessBtn:hover,
.tp-caption.Concept-LessBtn:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 50px 50px 50px 50px;
}
.Concept-SubTitle-Dark,
.tp-caption.Concept-SubTitle-Dark {
  color: rgba(0, 0, 0, 0.65);
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  font-style: italic;
  font-family: Playfair Display;
  padding: 0 0 10px 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.Concept-Title-Dark,
.tp-caption.Concept-Title-Dark {
  color: black;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0 0 10px 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 5px;
}
.Concept-MoreBtn-Dark,
.tp-caption.Concept-MoreBtn-Dark {
  color: black;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 10px 8px 7px 10px;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 50px 50px 50px 50px;
  letter-spacing: 1px;
  text-align: left;
}
.Concept-MoreBtn-Dark:hover,
.tp-caption.Concept-MoreBtn-Dark:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 50px 50px 50px 50px;
}
.Concept-Content-Dark,
.tp-caption.Concept-Content-Dark {
  color: black;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0;
}
.Concept-Notice,
.tp-caption.Concept-Notice {
  color: white;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto Condensed;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: none;
  border-width: 2px;
  border-radius: 0;
  letter-spacing: 2px;
}
.tp-caption.Concept-Content a,
.tp-caption.Concept-Content a:visited {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
  font-weight: 700 !important;
}
.tp-caption.Concept-Content a:hover {
  border-bottom: 1px solid transparent !important;
}
.tp-caption.Concept-Content-Dark a,
.tp-caption.Concept-Content-Dark a:visited {
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  font-weight: 700 !important;
}
.tp-caption.Concept-Content-Dark a:hover {
  border-bottom: 1px solid transparent !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
  color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
  color: #0084b4 !important;
  text-decoration: underline !important;
}
.Creative-Title,
.tp-caption.Creative-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.Creative-SubTitle,
.tp-caption.Creative-SubTitle {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 2px;
}
.Creative-Button,
.tp-caption.Creative-Button {
  color: white;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  font-style: normal;
  font-family: Lato;
  padding: 15px 50px 15px 50px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  letter-spacing: 2px;
}
.Creative-Button:hover,
.tp-caption.Creative-Button:hover {
  color: #019cde;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: #019cde;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.subcaption,
.tp-caption.subcaption {
  color: #6f7c82;
  font-size: 19px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  font-family: roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: black;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-shadow: none;
  text-align: left;
}
.RedDot,
.tp-caption.RedDot {
  color: black;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: #d50000;
  border-color: white;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}
.RedDot:hover,
.tp-caption.RedDot:hover {
  color: black;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.75);
  border-color: #d50000;
  border-style: solid;
  border-width: 5px;
  border-radius: 50px 50px 50px 50px;
}
.SlidingOverlays-Title,
.tp-caption.SlidingOverlays-Title {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.SlidingOverlays-Title,
.tp-caption.SlidingOverlays-Title {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
}
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  type: text;
}
.tp-caption.Woo-Rating,
.Woo-Rating {
  color: black;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  type: text;
}
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: black;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  letter-spacing: 2px;
  type: text;
}
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: black;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  type: text;
}
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  type: button;
}
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  type: button;
}
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
  color: black;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  font-style: normal;
  font-family: Playfair Display;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  type: text;
}
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
  color: black;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  letter-spacing: 2px;
  type: text;
}
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
  color: black;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  type: text;
}
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 75px 12px 50px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  type: button;
}
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
  color: black;
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 12px 35px 12px 35px;
  text-decoration: none;
  background-color: #fecf72;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  type: button;
}
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
  color: black;
  text-decoration: none;
  background-color: #f3a847;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px 4px 4px 4px;
}
.FullScreen-Toggle,
.tp-caption.FullScreen-Toggle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 11px 8px 11px 12px;
  text-decoration: none;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  letter-spacing: 3px;
  text-align: left;
}
.FullScreen-Toggle:hover,
.tp-caption.FullScreen-Toggle:hover {
  color: white;
  text-decoration: none;
  background-color: black;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0;
  border-radius: 0;
}
.Agency-Title,
.tp-caption.Agency-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 10px;
}
.Agency-SubTitle,
.tp-caption.Agency-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: none;
  letter-spacing: 3px;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
}
.Agency-PlayBtn,
.tp-caption.Agency-PlayBtn {
  color: white;
  font-size: 30px;
  line-height: 71px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
}
.Agency-PlayBtn:hover,
.tp-caption.Agency-PlayBtn:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.Agency-SmallText,
.tp-caption.Agency-SmallText {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 900;
  font-style: normal;
  font-family: lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 5px;
}
.Agency-Social,
.tp-caption.Agency-Social {
  color: #333333;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.Agency-Social:hover,
.tp-caption.Agency-Social:hover {
  color: white;
  text-decoration: none;
  background-color: #333333;
  border-color: #333333;
  border-style: solid;
  border-width: 2px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.Agency-CloseBtn,
.tp-caption.Agency-CloseBtn {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.Agency-CloseBtn:hover,
.tp-caption.Agency-CloseBtn:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0);
  border-style: none;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.Dining-Title,
.tp-caption.Dining-Title {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 10px;
}
.Dining-SubTitle,
.tp-caption.Dining-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Dining-BtnLight,
.tp-caption.Dining-BtnLight {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  font-style: normal;
  font-family: Lato;
  padding: 17px 73px 17px 50px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  text-align: left;
  letter-spacing: 2px;
}
.Dining-BtnLight:hover,
.tp-caption.Dining-BtnLight:hover {
  color: white;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
}
.Dining-Social,
.tp-caption.Dining-Social {
  color: white;
  font-size: 25px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  text-align: center;
}
.Dining-Social:hover,
.tp-caption.Dining-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  border-radius: 30px 30px 30px 30px;
  cursor: pointer;
}
.Team-Thumb,
tp-caption.Team-Thumb {
  color: white;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Team-Thumb:hover,
.tp-caption.Team-Thumb:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.Team-Name,
.tp-caption.Team-Name {
  color: white;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Team-Position,
.tp-caption.Team-Position {
  color: white;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Team-Description,
.tp-caption.Team-Description {
  color: white;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
}
.Team-Social,
.tp-caption.Team-Social {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.Team-Social:hover,
.tp-caption.Team-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.tp-caption.VideoControls-Play,
.VideoControls-Play {
  color: black;
  font-size: 50px;
  line-height: 120px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0 0 0 7px;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
  color: white;
  font-size: 40px;
  line-height: 40px;
  font-weight: 900;
  font-style: normal;
  font-family: Lato;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: left;
  letter-spacing: 10px;
}
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
  color: white;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, serif;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
  color: white;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  font-style: normal;
  font-family: Arial;
  padding: 0;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  text-align: center;
}
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  cursor: pointer;
}
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
  color: black;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
  color: black;
  font-size: 20px;
  line-height: 50px;
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  padding: 0;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  text-align: center;
}
.tp-caption.VideoControls-Pause:hover,
.VideorControls-Pause:hover {
  color: black;
  text-decoration: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 0;
  border-radius: 100px 100px 100px 100px;
  cursor: pointer;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%,
  0%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%,
  0%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%,
  0%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  11.1%,
  0%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  0%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.ares.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.ares.tparrows:before {
  font-family: revicons;
  font-size: 25px;
  color: #aaa;
  display: block;
  line-height: 60px;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
}
.ares.tparrows.tp-leftarrow:before {
  content: "";
}
.ares.tparrows.tp-rightarrow:before {
  content: "";
}
.ares.tparrows:hover:before {
  color: #000;
}
.ares .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #fff;
  min-height: 60px;
  line-height: 60px;
  top: 0;
  margin-left: 30px;
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}
.ares.tp-rightarrow .tp-title-wrap {
  right: 0;
  margin-right: 30px;
  margin-left: 0;
  -webkit-transform-origin: 100% 50%;
  border-radius: 30px 0 0 30px;
}
.ares.tparrows:hover .tp-title-wrap {
  transform: scaleX(1) scaleY(1);
  -webkit-transform: scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  white-space: nowrap;
  padding: 0 20px;
  margin-left: 10px;
  opacity: 0;
}
.ares.tp-rightarrow .tp-arr-titleholder {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  margin-left: 0;
  margin-right: 10px;
}
.ares.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}
.ares.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ares .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.ares .tp-bullet.selected,
.ares .tp-bullet:hover {
  background: #fff;
}
.ares .tp-bullet-title {
  position: absolute;
  color: #888;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 600;
  right: 27px;
  top: -4px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  visibility: hidden;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition: transform 0.3s;
  line-height: 20px;
  white-space: nowrap;
}
.ares .tp-bullet-title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: " ";
  position: absolute;
  right: -10px;
  top: 0;
}
.ares .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.ares .tp-bullet.selected:hover .tp-bullet-title {
  background: #fff;
}
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
  border-color: transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
  visibility: hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
  visibility: visible;
}
.ares .tp-tab {
  opacity: 1;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  border-bottom: 1px solid #e5e5e5;
}
.ares .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}
.ares .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0;
  overflow: hidden;
  margin-top: -15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.ares .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}
.ares .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}
.ares .tp-tab.selected,
.ares .tp-tab:hover {
  background: #eee;
}
.custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
}
.custom.tparrows:hover {
  background: #000;
}
.custom.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
  content: "";
}
.custom.tparrows.tp-rightarrow:before {
  content: "";
}
.custom.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.custom .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  background: rgba(125, 125, 125, 0.5);
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.custom .tp-bullet.selected,
.custom .tp-bullet:hover {
  background: #7d7d7d;
}
.dione.tparrows {
  height: 100%;
  width: 100px;
  background: 0 0;
  background: rgba(0, 0, 0, 0);
  line-height: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.dione.tparrows:hover {
  background: rgba(0, 0, 0, 0.45);
}
.dione .tp-arr-imgwrapper {
  width: 100px;
  left: 0;
  position: absolute;
  height: 100%;
  top: 0;
  overflow: hidden;
}
.dione.tp-rightarrow .tp-arr-imgwrapper {
  left: auto;
  right: 0;
}
.dione .tp-arr-imgholder {
  background-position: center center;
  background-size: cover;
  width: 100px;
  height: 100%;
  top: 0;
  visibility: hidden;
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  opacity: 0;
  left: 0;
}
.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
  right: 0;
  left: auto;
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
}
.dione.tparrows:before {
  position: absolute;
  line-height: 30px;
  margin-left: -22px;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -15px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.dione.tparrows.tp-rightarrow:before {
  margin-left: 6px;
}
.dione.tparrows:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}
.dione.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}
.dione.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.dione .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.dione .tp-bullet-image {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}
.dione .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}
.dione .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0) translateX(-50%);
  -webkit-transform: rotateX(0) translateX(-50%);
  opacity: 1;
}
.dione .tp-bullet.selected,
.dione .tp-bullet:hover {
  background: white;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, white),
    color-stop(100%, #777777)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, white),
    to(#777777)
  );
  background: linear-gradient(to bottom, white 0, #777777 100%);
}
.dione .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}
.erinyen.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
}
.erinyen.tparrows:before {
  font-family: revicons;
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.erinyen.tparrows.tp-leftarrow:before {
  content: "";
}
.erinyen.tparrows.tp-rightarrow:before {
  content: "";
}
.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0;
  margin-left: 0;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}
.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0;
  margin-right: 0;
  margin-left: 0;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}
.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}
.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0 20px;
  margin-left: 11px;
  opacity: 0;
}
.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
}
.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
}
.erinyen.tp-rightarrow .tp-arr-titleholder {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  margin-left: 0;
  margin-right: 11px;
}
.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}
.erinyen.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #555;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #555),
    to(#222)
  );
  background: linear-gradient(to bottom, #555 0, #222 100%);
  padding: 10px 15px;
  margin-left: -15px;
  margin-top: -10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px 1px rgba(33, 33, 33, 0.3);
  box-shadow: 0 0 2px 1px rgba(33, 33, 33, 0.3);
}
.erinyen .tp-bullet {
  width: 13px;
  height: 13px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.erinyen .tp-bullet.selected,
.erinyen .tp-bullet:hover {
  background: #e5e5e5;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #e5e5e5),
    to(#999)
  );
  background: linear-gradient(to bottom, #e5e5e5 0, #999 100%);
  border: 1px solid #555;
  width: 12px;
  height: 12px;
}
.erinyen .tp-thumb {
  opacity: 1;
}
.erinyen .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.erinyen .tp-thumb-more:before {
  font-family: revicons;
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.erinyen .tp-thumb-more:before {
  content: "";
}
.erinyen .tp-thumb-title {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}
.erinyen .tp-thumb.selected .tp-thumb-more:before,
.erinyen .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}
.erinyen .tp-thumb.selected .tp-thumb-over,
.erinyen .tp-thumb:hover .tp-thumb-over {
  background-color: rgba(255, 255, 255, 0.8);
}
.erinyen .tp-thumb.selected .tp-thumb-title,
.erinyen .tp-thumb:hover .tp-thumb-title {
  color: #000;
}
.erinyen .tp-tab-title {
  color: #b39500;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 5px;
}
.erinyen .tp-tab-desc {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}
.gyges.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #777;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #777),
    to(#666)
  );
  background: linear-gradient(to bottom, #777 0, #666 100%);
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 10px;
}
.gyges .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #333;
  border: 3px solid #444;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.gyges .tp-bullet.selected,
.gyges .tp-bullet:hover {
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    to(#e1e1e1)
  );
  background: linear-gradient(to bottom, #fff 0, #e1e1e1 100%);
}
.gyges .tp-thumb {
  opacity: 1;
}
.gyges .tp-thumb-img-wrap {
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.gyges .tp-thumb-image {
  padding: 3px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.gyges .tp-thumb-title {
  position: absolute;
  bottom: 100%;
  display: inline-block;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-bottom: 20px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  white-space: nowrap;
}
.gyges .tp-thumb:hover .tp-thumb-title {
  transform: rotateX(0) translateX(-50%);
  -webkit-transform: rotateX(0) translateX(-50%);
  opacity: 1;
}
.gyges .tp-thumb.selected .tp-thumb-img-wrap,
.gyges .tp-thumb:hover .tp-thumb-img-wrap {
  background: white;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, white),
    color-stop(100%, #777777)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, white),
    to(#777777)
  );
  background: linear-gradient(to bottom, white 0, #777777 100%);
}
.gyges .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  bottom: -8px;
}
.gyges .tp-tab {
  opacity: 1;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.gyges .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}
.gyges .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0;
  overflow: hidden;
  margin-top: -15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.gyges .tp-tab-date {
  display: block;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}
.gyges .tp-tab-title {
  display: block;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}
.gyges .tp-tab.selected,
.gyges .tp-tab:hover {
  background: rgba(0, 0, 0, 0.5);
}
.hades.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  z-index: 100;
}
.hades.tparrows:before {
  font-family: revicons;
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 100px;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
  content: "";
}
.hades.tparrows.tp-rightarrow:before {
  content: "";
}
.hades.tparrows:hover:before {
  color: #aaa;
  background: #fff;
  background: white;
}
.hades .tp-arr-allwrapper {
  position: absolute;
  left: 100%;
  top: 0;
  background: #888;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: rotatey(-90deg);
  transform: rotatey(-90deg);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
  left: auto;
  right: 100%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotatey(90deg);
  transform: rotatey(90deg);
}
.hades:hover .tp-arr-allwrapper {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotatey(0);
  transform: rotatey(0);
}
.hades .tp-arr-imgholder {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hades.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.hades .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #888;
  cursor: pointer;
  border: 5px solid #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translatez(0.01px);
  transform: translatez(0.01px);
}
.hades .tp-bullet.selected,
.hades .tp-bullet:hover {
  background: #555;
}
.hades .tp-bullet-image {
  position: absolute;
  top: -80px;
  left: -60px;
  width: 120px;
  height: 60px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-style: flat;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: rotatex(-90deg);
  -webkit-transform: rotatex(-90deg);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
.hades .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: rotatex(0);
  -webkit-transform: rotatex(0);
  visibility: visible;
}
.hades .tp-thumb {
  opacity: 1;
}
.hades .tp-thumb-img-wrap {
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hades .tp-thumb-image {
  padding: 3px;
  border-radius: 50%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.hades .tp-thumb.selected .tp-thumb-img-wrap,
.hades .tp-thumb:hover .tp-thumb-img-wrap {
  background: white;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, white),
    color-stop(100%, #777777)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, white),
    to(#777777)
  );
  background: linear-gradient(to bottom, white 0, #777777 100%);
}
.hades .tp-thumb-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}
.hades .tp-tab {
  opacity: 1;
}
.hades .tp-tab-title {
  display: block;
  color: #333;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
}
.hades .tp-tab-price {
  display: block;
  text-align: center;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}
.hades .tp-tab-button {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  background: #219bd7;
  border-radius: 4px;
  font-weight: 400;
}
.hades .tp-tab-inner {
  text-align: center;
}
.hebe.tparrows {
  cursor: pointer;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
}
.hebe.tparrows:before {
  font-family: revicons;
  font-size: 30px;
  color: #aaa;
  display: block;
  line-height: 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
  background: #fff;
  min-width: 70px;
  min-height: 70px;
}
.hebe.tparrows.tp-leftarrow:before {
  content: "";
}
.hebe.tparrows.tp-rightarrow:before {
  content: "";
}
.hebe.tparrows:hover:before {
  color: #000;
}
.hebe .tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  min-height: 60px;
  line-height: 60px;
  top: -10px;
  margin-left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
}
.hebe.tp-rightarrow .tp-title-wrap {
  right: 0;
  -webkit-transform-origin: 100% 50%;
}
.hebe.tparrows:hover .tp-title-wrap {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.hebe .tp-arr-titleholder {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 90px;
  white-space: nowrap;
  padding: 0 20px 0 90px;
}
.hebe.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0;
  padding: 0 90px 0 20px;
}
.hebe.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
}
.hebe .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  top: 0;
  right: -90px;
}
.hebe.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px;
}
.hebe.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.hebe .tp-bullet {
  width: 3px;
  height: 3px;
  position: absolute;
  background: #fff;
  cursor: pointer;
  border: 5px solid #222;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-perspective: 400;
  perspective: 400;
  -webkit-transform: translateZ(0.01px);
  transform: translateZ(0.01px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hebe .tp-bullet.selected,
.hebe .tp-bullet:hover {
  background: #222;
  border-color: #fff;
}
.hebe .tp-bullet-image {
  position: absolute;
  top: -90px;
  left: -40px;
  width: 70px;
  height: 70px;
  background-position: center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-style: flat;
  transform-style: flat;
  perspective: 600;
  -webkit-perspective: 600;
  transform: scale(0);
  -webkit-transform: scale(0);
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  border-radius: 6px;
}
.hebe .tp-bullet:hover .tp-bullet-image {
  display: block;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}
.hebe .tp-tab-title {
  color: #a8d8ee;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto Slab";
  margin-bottom: 5px;
}
.hebe .tp-tab-desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
  font-family: "Roboto Slab";
}
.hephaistos.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.hephaistos.tparrows:hover {
  background: #000;
}
.hephaistos.tparrows:before {
  font-family: revicons;
  font-size: 18px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
  content: "";
  margin-left: -2px;
}
.hephaistos.tparrows.tp-rightarrow:before {
  content: "";
  margin-right: -2px;
}
.hephaistos.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.hephaistos .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999;
  border: 3px solid #f5f5f5;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0 0 2px 1px rgba(130, 130, 130, 0.3);
  box-shadow: 0 0 2px 1px rgba(130, 130, 130, 0.3);
}
.hephaistos .tp-bullet.selected,
.hephaistos .tp-bullet:hover {
  background: #fff;
  border-color: #000;
}
.hermes.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 110px;
  position: absolute;
  display: block;
  z-index: 100;
}
.hermes.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 110px;
  text-align: center;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hermes.tparrows.tp-leftarrow:before {
  content: "";
}
.hermes.tparrows.tp-rightarrow:before {
  content: "";
}
.hermes.tparrows.tp-leftarrow:hover:before {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
}
.hermes .tp-arr-allwrapper {
  overflow: hidden;
  position: absolute;
  width: 180px;
  height: 140px;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.hermes.tp-rightarrow .tp-arr-allwrapper {
  right: 0;
  left: auto;
}
.hermes.tparrows:hover .tp-arr-allwrapper {
  visibility: visible;
}
.hermes .tp-arr-imgholder {
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(180px);
  -webkit-transform: translateX(180px);
}
.hermes.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.hermes .tp-arr-titleholder {
  top: 110px;
  width: 180px;
  text-align: left;
  display: block;
  padding: 0 10px;
  line-height: 30px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-weight: 600;
  position: absolute;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hermes.tparrows:hover .tp-arr-titleholder {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.hermes .tp-bullet {
  overflow: hidden;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: absolute;
}
.hermes .tp-bullet:hover {
  background-color: #b39500;
}
.hermes .tp-bullet:after {
  content: " ";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #b39500;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.hermes .tp-bullet.selected:after {
  height: 100%;
}
.hermes .tp-tab {
  opacity: 1;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hermes .tp-tab-image {
  width: 100%;
  height: 60%;
  position: relative;
}
.hermes .tp-tab-content {
  background: #363636;
  position: absolute;
  padding: 20px 20px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  width: 100%;
  min-height: 40%;
  bottom: 0;
  left: -10px;
}
.hermes .tp-tab-date {
  display: block;
  color: #888;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 10px;
}
.hermes .tp-tab-title {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 19px;
}
.hermes .tp-tab.selected .tp-tab-title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 10px;
  border-color: transparent transparent transparent #363636;
  content: " ";
  position: absolute;
  right: -9px;
  bottom: 50%;
  margin-bottom: -30px;
}
.hermes .tp-tab-mask {
  padding-right: 10px !important;
}
@media only screen and (max-width: 960px) {
  .hermes .tp-tab .tp-tab-title {
    font-size: 14px;
    line-height: 16px;
  }
  .hermes .tp-tab-date {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
  }
  .hermes .tp-tab-content {
    padding: 15px 15px 15px 25px;
  }
}
@media only screen and (max-width: 768px) {
  .hermes .tp-tab .tp-tab-title {
    font-size: 12px;
    line-height: 14px;
  }
  .hermes .tp-tab-date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
  }
  .hermes .tp-tab-content {
    padding: 10px 10px 10px 20px;
  }
}
.hesperiden.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.hesperiden.tparrows:hover {
  background: #000;
}
.hesperiden.tparrows:before {
  font-family: revicons;
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
  content: "";
  margin-left: -3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
  content: "";
  margin-right: -3px;
}
.hesperiden.tp-bullets:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 8px;
}
.hesperiden .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #999;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #999),
    to(#e1e1e1)
  );
  background: linear-gradient(to bottom, #999 0, #e1e1e1 100%);
  border: 3px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.hesperiden .tp-bullet.selected,
.hesperiden .tp-bullet:hover {
  background: #666;
}
.hesperiden .tp-thumb {
  opacity: 1;
  -webkit-perspective: 600px;
  perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
  font-size: 12px;
  position: absolute;
  margin-top: -10px;
  color: #fff;
  display: block;
  z-index: 1000;
  background-color: #000;
  padding: 5px 10px;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: rotatex(90deg) translatez(0.001px);
  transform-origin: 50% 100%;
  -webkit-transform: rotatex(90deg) translatez(0.001px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
}
.hesperiden .tp-thumb:hover .tp-thumb-title {
  transform: rotatex(0);
  -webkit-transform: rotatex(0);
  opacity: 1;
}
.hesperiden .tp-tab {
  opacity: 1;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  border-bottom: 1px solid #e5e5e5;
}
.hesperiden .tp-tab-image {
  width: 60px;
  height: 60px;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  display: inline-block;
  float: left;
}
.hesperiden .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 15px 15px 15px 85px;
  left: 0;
  overflow: hidden;
  margin-top: -15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hesperiden .tp-tab-date {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
}
.hesperiden .tp-tab-title {
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  line-height: 17px;
}
.hesperiden .tp-tab.selected,
.hesperiden .tp-tab:hover {
  background: #eee;
}
.metis.tparrows {
  background: #fff;
  padding: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.metis.tparrows:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
}
.metis.tparrows:before {
  color: #000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.metis.tparrows:hover:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.metis .tp-bullet {
  opacity: 1;
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 50%;
}
.metis .tp-bullet-image {
  border-radius: 50%;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
  width: 44px;
  height: 44px;
  background-size: cover;
  background-position: center center;
}
.metis .tp-bullet-title {
  position: absolute;
  bottom: 65px;
  display: inline-block;
  left: 50%;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  transform-origin: 50% 100%;
  -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
  -webkit-transform-origin: 50% 100%;
  opacity: 0;
  white-space: nowrap;
}
.metis .tp-bullet:hover .tp-bullet-title {
  transform: rotateX(0) translateX(-50%);
  -webkit-transform: rotateX(0) translateX(-50%);
  opacity: 1;
}
.metis .tp-bullet.selected,
.metis .tp-bullet:hover {
  background: white;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, white),
    color-stop(100%, #777777)
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, white),
    to(#777777)
  );
  background: linear-gradient(to bottom, white 0, #777777 100%);
}
.metis .tp-bullet-title:after {
  content: " ";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
  bottom: -8px;
}
.metis .tp-tab-number {
  color: #fff;
  font-size: 40px;
  line-height: 30px;
  font-weight: 400;
  font-family: "Playfair Display";
  width: 50px;
  margin-right: 17px;
  display: inline-block;
  float: left;
}
.metis .tp-tab-mask {
  padding-left: 20px;
  left: 0;
  max-width: 90px !important;
  -webkit-transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
  transition: 0.4s padding-left, 0.4s left, 0.4s max-width;
}
.metis:hover .tp-tab-mask {
  padding-left: 0;
  left: 50px;
  max-width: 500px !important;
}
.metis .tp-tab-divider {
  border-right: 1px solid transparent;
  height: 30px;
  width: 1px;
  margin-top: 5px;
  display: inline-block;
  float: left;
}
.metis .tp-tab-title {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Playfair Display";
  position: relative;
  padding-top: 10px;
  padding-left: 30px;
  display: inline-block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.metis .tp-tab-title-mask {
  position: absolute;
  overflow: hidden;
  left: 67px;
}
.metis:hover .tp-tab-title {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.metis .tp-tab {
  opacity: 0.15;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.metis .tp-tab.selected,
.metis .tp-tab:hover {
  opacity: 1;
}
.metis .tp-tab.selected .tp-tab-divider {
  border-right: 1px solid #019cde;
}
.metis.tp-tabs {
  max-width: 118px !important;
  padding-left: 50px;
}
.metis.tp-tabs:before {
  content: " ";
  height: 100%;
  width: 88px;
  background: rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.metis.tp-tabs:hover:before {
  width: 118px;
}
@media (max-width: 499px) {
  .metis.tp-tabs:before {
    background: rgba(0, 0, 0, 0.75);
  }
}
.persephone.tparrows {
  cursor: pointer;
  background: #aaa;
  background: rgba(200, 200, 200, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border: 1px solid #f5f5f5;
}
.persephone.tparrows:hover {
  background: #333;
}
.persephone.tparrows:before {
  font-family: revicons;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
  content: "";
}
.persephone.tparrows.tp-rightarrow:before {
  content: "";
}
.persephone.tp-bullets:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 0 0;
  padding: 10px;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.persephone .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #aaa;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.persephone .tp-bullet.selected,
.persephone .tp-bullet:hover {
  background: #222;
}
.uranus.tparrows {
  width: 50px;
  height: 50px;
  background: 0 0;
}
.uranus.tparrows:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.uranus.tparrows:hover:before {
  opacity: 0.75;
}
.uranus .tp-bullet {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  background: 0 0;
}
.uranus .tp-bullet.selected,
.uranus .tp-bullet:hover {
  -webkit-box-shadow: 0 0 0 2px #fff;
  box-shadow: 0 0 0 2px #fff;
  border: none;
  border-radius: 50%;
  background: 0 0;
}
.uranus .tp-bullet-inner {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
}
.uranus .tp-bullet.selected .tp-bullet-inner,
.uranus .tp-bullet:hover .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: #fff;
}
.zeus.tparrows {
  border: 2px solid #7b541b;
  cursor: pointer;
  min-width: 35px;
  min-height: 35px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 35px;
  overflow: hidden;
  background: #440000;
}
.zeus.tparrows:before {
  font-family: revicons;
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 32px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.zeus.tparrows.tp-leftarrow:before {
  content: "";
}
.zeus.tparrows.tp-rightarrow:before {
  content: "";
}
.zeus .tp-title-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 50%;
}
.zeus .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.zeus.tp-rightarrow .tp-arr-imgholder {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.zeus.tparrows:hover .tp-arr-imgholder {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.zeus.tparrows:hover .tp-title-wrap {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
.zeus .tp-bullet {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
}
.zeus .tp-bullet:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.zeus .tp-bullet.selected:after,
.zeus .tp-bullet:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.zeus .tp-bullet-image,
.zeus .tp-bullet-imageoverlay {
  width: 135px;
  height: 60px;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  bottom: 25px;
  left: 50%;
  margin-left: -65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}
.zeus .tp-bullet-imageoverlay,
.zeus .tp-bullet-title {
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.zeus .tp-bullet-title {
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 13px;
  font-weight: 600;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 45px;
  width: 135px;
  vertical-align: middle;
  left: -57px;
}
.zeus .tp-bullet:hover .tp-bullet-image,
.zeus .tp-bullet:hover .tp-bullet-imageoverlay,
.zeus .tp-bullet:hover .tp-bullet-title {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.zeus .tp-thumb {
  opacity: 1;
}
.zeus .tp-thumb-over {
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zeus .tp-thumb-more:before {
  font-family: revicons;
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.zeus .tp-thumb-more:before {
  content: "";
}
.zeus .tp-thumb-title {
  font-family: Raleway;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px 20px 20px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}
.zeus .tp-thumb.selected .tp-thumb-more:before,
.zeus .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}
.zeus .tp-thumb.selected .tp-thumb-over,
.zeus .tp-thumb:hover .tp-thumb-over {
  background: #000;
}
.zeus .tp-thumb.selected .tp-thumb-title,
.zeus .tp-thumb:hover .tp-thumb-title {
  color: #fff;
}
.zeus .tp-tab {
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.zeus .tp-tab-title {
  display: block;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  padding: 9px 10px;
}
.zeus .tp-tab.selected .tp-tab-title,
.zeus .tp-tab:hover .tp-tab-title {
  color: #000;
  background: white;
}
.post-tabs .tp-thumb {
  opacity: 1;
}
.post-tabs .tp-thumb-over {
  background: #252525;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-tabs .tp-thumb-more:before {
  font-family: revicons;
  font-size: 12px;
  color: #aaa;
  color: rgba(255, 255, 255, 0.75);
  display: block;
  line-height: 12px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.post-tabs .tp-thumb-more:before {
  content: "";
}
.post-tabs .tp-thumb-title {
  font-family: raleway;
  letter-spacing: 1px;
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 15px;
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 15px 30px 15px 15px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  font-weight: 500;
}
.post-tabs .tp-thumb.selected .tp-thumb-more:before,
.post-tabs .tp-thumb:hover .tp-thumb-more:before {
  color: #aaa;
}
.post-tabs .tp-thumb.selected .tp-thumb-over,
.post-tabs .tp-thumb:hover .tp-thumb-over {
  background: #fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title,
.post-tabs .tp-thumb:hover .tp-thumb-title {
  color: #000;
}
@media (max-width: 767px) {
  .m-xm-l-0 {
    margin-left: 0 !important;
    width: 300px !important;
  }
  .tp-bgimg.defaultimg {
    background-position: 65% !important;
  }
  .tp-bannertimer.tp-bottom {
    display: none !important;
  }
}
.rev-btn {
  color: #ffffff !important;
  background-color: transparent !important;
  border-bottom: 1px solid #9d0000 !important;
}
@media (max-width: 767px) {
  .slider.brand-carouesel {
    height: auto !important;
    margin-bottom: 66px;
  }
}
.text-stroke {
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
  -webkit-text-stroke: 1px #440000;
  text-stroke: 1px #440000;
}
.rev-btn {
  color: #440000 !important;
  background-color: #fff !important;
  border-bottom: transparent !important;
  font-family: "Avenir Heavy" !important;
  font-weight: normal !important;
}
.rev-btn-alt {
  padding: 4px 20px !important;
  font-family: "Avenir Heavy" !important;
  font-weight: normal !important;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdd49a),
    to(#fdf59a)
  );
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdd49a",endColorstr="#fdf59a",GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover:active {
  background-color: #fbf069\9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f3c17a),
    to(#f3e97a)
  );
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c17a",endColorstr="#f3e97a",GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today:hover:active {
  background-color: #efe24b\9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b3b3b3),
    to(#808080)
  );
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3b3b3",endColorstr="#808080",GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected:hover:active {
  background-color: #666666\9;
}
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0088cc),
    to(#16c0ef)
  );
  background-image: linear-gradient(top, #0088cc, #16c0ef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc",endColorstr="$primary-color",GradientType=0);
  border-color: #16c0ef #16c0ef #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #16c0ef;
}
.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:active {
  background-color: #003399\9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0088cc),
    to(#16c0ef)
  );
  background-image: linear-gradient(top, #0088cc, #16c0ef);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0088cc",endColorstr="$primary-color",GradientType=0);
  border-color: #16c0ef #16c0ef #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-color: #16c0ef;
}
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #003399\9;
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker tfoot tr th,
.datepicker thead tr:first-child th {
  cursor: pointer;
}
.datepicker tfoot tr th:hover,
.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  padding: 4px 5px;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
  vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/intl_flag/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/intl_flag/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.outer-half-circle {
  border-radius: 50%;
  width: 1347px;
  height: 1347px;
  border: 80px solid rgba(162, 205, 255, 0.64);
  position: absolute;
  top: -54%;
  right: -40%;
  z-index: -1;
}
@media (max-width: 767px) {
  .outer-half-circle {
    width: 327px;
    height: 20.375rem;
    right: inherit;
    left: -37%;
    top: 30%;
    border: 30px solid rgba(162, 205, 255, 0.64);
  }
}
@media (max-width: 576px) {
  .outer-half-circle {
    border: 30px solid rgba(162, 205, 255, 0.15);
  }
}
.outer-half-think-circle {
  border-radius: 50%;
  width: 1847px;
  height: 1847px;
  border: 2px solid #add9ff;
  position: absolute;
  top: -41%;
  right: -1600px;
  z-index: -1;
}
@media (max-width: 767px) {
  .outer-half-think-circle {
    width: 384px;
    height: 384px;
    right: 0;
    top: 50%;
    border-width: 1px;
  }
}
.left-rounder-square {
  width: 53px;
  height: 54px;
  border-radius: 13px;
  position: absolute;
  top: 41%;
  left: -90px;
  z-index: -1;
}
.left-rounder-square.blue {
  background-color: #c9f5ff;
}
.left-rounder-square-outline {
  width: 76px;
  height: 79px;
  border-radius: 20px;
  position: absolute;
  top: -30px;
  right: 60px;
}
.left-rounder-square-outline.orange {
  border: 4px solid #fec9c9;
}
@media (max-width: 767px) {
  .left-rounder-square-outline {
    width: 42px;
    height: 44px;
    border-radius: 14px;
    opacity: 0.5;
    top: 10px;
    right: 0;
  }
}
.left-rounder-square-bottom {
  width: 68px;
  height: 70px;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.left-rounder-square-bottom.yellow {
  background-color: #ffecc9;
}
@media (max-width: 767px) {
  .left-rounder-square-bottom {
    width: 32px;
    height: 34px;
    border-radius: 10px;
    bottom: 20px;
  }
}
.move-up-ball {
  -webkit-animation: movebottomTotop 5s infinite;
  animation: movebottomTotop 5s infinite;
}
.move-left-ball {
  -webkit-animation: moveLeftTotopbanner 10s infinite;
  animation: moveLeftTotopbanner 10s infinite;
}
.rotate-anim {
  -webkit-animation: rotate 5s infinite;
  animation: rotate 5s infinite;
}
.rotate-anim-x {
  -webkit-animation: rotatex 10s infinite;
  animation: rotatex 10s infinite;
}
.rotate-anim2 {
  -webkit-animation: rotates 5s infinite;
  animation: rotates 5s infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.delay-2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay-3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.delay-4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes movebottomTotop {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}
@keyframes movebottomTotop {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}
@-webkit-keyframes moveLeftTotopbanner {
  0% {
    -webkit-transform: translatey(0px) rotate(0deg);
    transform: translatey(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translatey(100px);
    transform: translatey(100px);
  }
  to {
    -webkit-transform: translatey(0px) rotate(359deg);
    transform: translatey(0px) rotate(359deg);
  }
}
@keyframes moveLeftTotopbanner {
  0% {
    -webkit-transform: translatey(0px) rotate(0deg);
    transform: translatey(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translatey(100px);
    transform: translatey(100px);
  }
  to {
    -webkit-transform: translatey(0px) rotate(359deg);
    transform: translatey(0px) rotate(359deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) translatey(0px);
    transform: rotate(0deg) translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    -webkit-transform: rotate(180deg) translatey(0px);
    transform: rotate(180deg) translatey(0px);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) translatey(0px);
    transform: rotate(0deg) translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    -webkit-transform: rotate(180deg) translatey(0px);
    transform: rotate(180deg) translatey(0px);
  }
}
@-webkit-keyframes rotatex {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px);
    transform: rotate(0deg) translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    -webkit-transform: rotate(180deg) translateX(0px);
    transform: rotate(180deg) translateX(0px);
  }
}
@keyframes rotatex {
  0% {
    -webkit-transform: rotate(0deg) translateX(0px);
    transform: rotate(0deg) translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    -webkit-transform: rotate(180deg) translateX(0px);
    transform: rotate(180deg) translateX(0px);
  }
}
@-webkit-keyframes rotates {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotates {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.attr_modl_img,
.attra_filter,
.offer-slider,
.slick-event-slide,
.slick-init-slider {
  display: none;
}
.attr_modl_img.slick-initialized,
.attra_filter.slick-initialized,
.offer-slider.slick-initialized,
.slick-event-slide.slick-initialized,
.slick-init-slider.slick-initialized {
  display: block;
}
.attr_modl_img figure {
  margin-bottom: 0;
}
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #1462c1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
@media (min-width: 1300px) {
  .mdl_cst .modal-lg {
    max-width: 73.6875rem;
  }
  .mdl_cst .modal-content .modal-body .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36.8%;
    flex: 0 0 36.8%;
    max-width: 36.8%;
  }
  .mdl_cst .modal-content .modal-body .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63.2%;
    flex: 0 0 63.2%;
    max-width: 63.2%;
  }
  .mdl_cst .modal-content .attr_property .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.mdl_cst .modal-content {
  border: none;
  border-radius: 31px;
}
.mdl_cst .modal-body {
  padding: 40px;
}
@media (max-width: 1200px) {
  .mdl_cst .modal-body {
    padding: 30px;
  }
}
.mdl_cst .modal-body .attr_modl_img {
  border-radius: 16px;
}
.mdl_cst .modal-body .attr_modl_img .slick-slide {
  border-radius: 16px;
}
.mdl_cst .modal-body .attr_modl_img .slick-slide {
  margin: 0 12px;
}
.mdl_cst .modal-body .attr_modl_img .slick-list {
  margin: 0 -12px;
}
.mdl_cst figure {
  border-radius: 16px;
  position: relative;
  min-height: 32.375rem;
}
@media (max-width: 1300px) {
  .mdl_cst figure {
    min-height: 18.75rem;
  }
}
.mdl_cst figure:before {
  content: "";
  position: absolute;
  width: 100%;
  border-radius: 16px;
  height: 100%;
  background: black;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.0970763305)),
    to(rgba(0, 0, 0, 0.3211659664))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.0970763305) 0%,
    rgba(0, 0, 0, 0.3211659664) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.mdl_cst figure iframe,
.mdl_cst figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
.mdl_cst h6 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  color: #001e55;
  font-weight: bold;
}
.mdl_cst .slick-dots {
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
}
.mdl_cst .slick-dots li button {
  width: 11px;
  height: 11px;
  background-color: transparent;
  border: 2px solid white;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mdl_cst .slick-dots li.slick-active button {
  background-color: #fff;
}
.mdl_cst .right_mdl_content {
  margin-top: 12px;
  padding: 0 20px;
}
.mdl_cst .attr_property {
  margin-top: 1.6875rem;
}
.mdl_cst .attr_property h6 {
  margin-bottom: 0.5rem;
}
.mdl_cst .attr_property p {
  color: #dc3545;
  font-weight: 600;
  margin-bottom: 0;
}
.mdl_cst .mdl-cls {
  position: absolute;
  right: 31px;
  color: #9cacb9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 25px;
  font-size: 20px;
  z-index: 9;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mdl_cst .mdl-cls {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .mdl_cst .mdl-cls {
    right: 15px;
    top: 15px;
  }
}
.mdl_cst .mdl-cls:hover {
  color: #001e55;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mdl_cst .mdl-cls:hover i:before {
  color: #001e55;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mdl_cst .ttl-1.mobl {
  display: none;
}
.mdl_cst .ttl-1.desk {
  display: block;
}
@media (max-width: 767px) {
  .mdl_cst .modal-content {
    border-radius: 21px;
  }
  .mdl_cst .modal-content .mdl-cls {
    top: 24px;
    right: 26px;
  }
  .mdl_cst .modal-content .modal-body {
    padding: 20px 23px;
  }
  .mdl_cst .modal-content .modal-body .ttl-1.mobl {
    display: block;
    padding-right: 30px;
  }
  .mdl_cst .modal-content .modal-body .ttl-1.desk {
    display: none;
  }
  .mdl_cst .modal-content .modal-body .attr_modl_img {
    margin-top: 17px;
  }
  .mdl_cst .modal-content .modal-body .attr_modl_img figure {
    max-height: 18.625rem;
    min-height: 298px !important;
    margin-bottom: 0;
  }
  .mdl_cst .modal-content .modal-body .attr_modl_img figure img {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .mdl_cst .modal-content .modal-body .right_mdl_content {
    padding: 0;
  }
  .mdl_cst .modal-content .modal-body .right_mdl_content h6 {
    font-size: 16px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .mdl_cst .modal-content .modal-body .right_mdl_content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .mdl_cst
    .modal-content
    .modal-body
    .right_mdl_content
    .attr_property
    .row
    .col-lg-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mdl_cst
    .modal-content
    .modal-body
    .right_mdl_content
    .attr_property
    .row
    .col-lg-4
    h6 {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .mdl_cst
    .modal-content
    .modal-body
    .right_mdl_content
    .attr_property
    .row
    .col-lg-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.img-center {
  position: relative;
}
.img-center:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.img-center.wide:after {
  padding-bottom: 56%;
}
.img-center iframe,
.img-center img,
.img-center video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
}
.modal-open .modal {
  z-index: 99999;
}
.modal-backdrop.show {
  opacity: 0.5;
  z-index: 9999;
}
[id="toggle-heart"] {
  position: absolute;
  left: -100vw;
}
[id="toggle-heart"]:checked + label {
  color: #e2264d;
  -webkit-filter: none;
  filter: none;
  will-change: font-size;
  -webkit-animation: heart 1s cubic-bezier(0.17, 0.89, 0.32, 1.49);
  animation: heart 1s cubic-bezier(0.17, 0.89, 0.32, 1.49);
}
[id="toggle-heart"]:checked + label svg path {
  fill: red;
  stroke: red;
}
[id="toggle-heart"]:checked + label:after,
[id="toggle-heart"]:checked + label:before {
  -webkit-animation: inherit;
  animation: inherit;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
[id="toggle-heart"]:checked + label:before {
  will-change: transform, border-width, border-color;
  -webkit-animation-name: bubble;
  animation-name: bubble;
}
[id="toggle-heart"]:checked + label:after {
  will-change: opacity, box-shadow;
  -webkit-animation-name: sparkles;
  animation-name: sparkles;
}
[id="toggle-heart"]:focus + label {
  text-shadow: 0 0 3px white, 0 1px 1px white, 0 -1px 1px white, 1px 0 1px white,
    -1px 0 1px white;
}
[for="toggle-heart"] {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  color: #888;
  font-size: 2em;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
[for="toggle-heart"]:after,
[for="toggle-heart"]:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
}
[for="toggle-heart"]:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -2.25rem;
  border: solid 2.25rem #e2264d;
  width: 4.5rem;
  height: 4.5rem;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[for="toggle-heart"]:after {
  margin: -0.1875rem;
  width: 0.375rem;
  height: 0.375rem;
  -webkit-box-shadow: 0.32476rem -3rem 0 -0.1875rem #ff8080,
    -0.32476rem -2.625rem 0 -0.1875rem #ffed80,
    2.54798rem -1.61656rem 0 -0.1875rem #ffed80,
    1.84982rem -1.89057rem 0 -0.1875rem #a4ff80,
    2.85252rem 0.98418rem 0 -0.1875rem #a4ff80,
    2.63145rem 0.2675rem 0 -0.1875rem #80ffc8,
    1.00905rem 2.84381rem 0 -0.1875rem #80ffc8,
    1.43154rem 2.22414rem 0 -0.1875rem #80c8ff,
    -1.59425rem 2.562rem 0 -0.1875rem #80c8ff,
    -0.84635rem 2.50595rem 0 -0.1875rem #a480ff,
    -2.99705rem 0.35095rem 0 -0.1875rem #a480ff,
    -2.48692rem 0.90073rem 0 -0.1875rem #ff80ed,
    -2.14301rem -2.12438rem 0 -0.1875rem #ff80ed,
    -2.25479rem -1.38275rem 0 -0.1875rem #ff8080;
  box-shadow: 0.32476rem -3rem 0 -0.1875rem #ff8080,
    -0.32476rem -2.625rem 0 -0.1875rem #ffed80,
    2.54798rem -1.61656rem 0 -0.1875rem #ffed80,
    1.84982rem -1.89057rem 0 -0.1875rem #a4ff80,
    2.85252rem 0.98418rem 0 -0.1875rem #a4ff80,
    2.63145rem 0.2675rem 0 -0.1875rem #80ffc8,
    1.00905rem 2.84381rem 0 -0.1875rem #80ffc8,
    1.43154rem 2.22414rem 0 -0.1875rem #80c8ff,
    -1.59425rem 2.562rem 0 -0.1875rem #80c8ff,
    -0.84635rem 2.50595rem 0 -0.1875rem #a480ff,
    -2.99705rem 0.35095rem 0 -0.1875rem #a480ff,
    -2.48692rem 0.90073rem 0 -0.1875rem #ff80ed,
    -2.14301rem -2.12438rem 0 -0.1875rem #ff80ed,
    -2.25479rem -1.38275rem 0 -0.1875rem #ff8080;
}
@-webkit-keyframes bubble {
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: #cc8ef5;
    border-width: 2.25rem;
  }
  30%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: #cc8ef5;
    border-width: 0;
  }
}
@keyframes bubble {
  15% {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: #cc8ef5;
    border-width: 2.25rem;
  }
  30%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    border-color: #cc8ef5;
    border-width: 0;
  }
}
@-webkit-keyframes sparkles {
  0%,
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-box-shadow: 0.32476rem -2.4375rem 0 0rem #ff8080,
      -0.32476rem -2.0625rem 0 0rem #ffed80,
      2.1082rem -1.26585rem 0 0rem #ffed80,
      1.41004rem -1.53985rem 0 0rem #a4ff80,
      2.30412rem 0.85901rem 0 0rem #a4ff80, 2.08305rem 0.14233rem 0 0rem #80ffc8,
      0.76499rem 2.33702rem 0 0rem #80ffc8, 1.18748rem 1.71734rem 0 0rem #80c8ff,
      -1.35019rem 2.0552rem 0 0rem #80c8ff,
      -0.60229rem 1.99916rem 0 0rem #a480ff,
      -2.44865rem 0.22578rem 0 0rem #a480ff,
      -1.93852rem 0.77557rem 0 0rem #ff80ed,
      -1.70323rem -1.77366rem 0 0rem #ff80ed,
      -1.81501rem -1.03204rem 0 0rem #ff8080;
    box-shadow: 0.32476rem -2.4375rem 0 0rem #ff8080,
      -0.32476rem -2.0625rem 0 0rem #ffed80,
      2.1082rem -1.26585rem 0 0rem #ffed80,
      1.41004rem -1.53985rem 0 0rem #a4ff80,
      2.30412rem 0.85901rem 0 0rem #a4ff80, 2.08305rem 0.14233rem 0 0rem #80ffc8,
      0.76499rem 2.33702rem 0 0rem #80ffc8, 1.18748rem 1.71734rem 0 0rem #80c8ff,
      -1.35019rem 2.0552rem 0 0rem #80c8ff,
      -0.60229rem 1.99916rem 0 0rem #a480ff,
      -2.44865rem 0.22578rem 0 0rem #a480ff,
      -1.93852rem 0.77557rem 0 0rem #ff80ed,
      -1.70323rem -1.77366rem 0 0rem #ff80ed,
      -1.81501rem -1.03204rem 0 0rem #ff8080;
  }
}
@keyframes sparkles {
  0%,
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    -webkit-box-shadow: 0.32476rem -2.4375rem 0 0rem #ff8080,
      -0.32476rem -2.0625rem 0 0rem #ffed80,
      2.1082rem -1.26585rem 0 0rem #ffed80,
      1.41004rem -1.53985rem 0 0rem #a4ff80,
      2.30412rem 0.85901rem 0 0rem #a4ff80, 2.08305rem 0.14233rem 0 0rem #80ffc8,
      0.76499rem 2.33702rem 0 0rem #80ffc8, 1.18748rem 1.71734rem 0 0rem #80c8ff,
      -1.35019rem 2.0552rem 0 0rem #80c8ff,
      -0.60229rem 1.99916rem 0 0rem #a480ff,
      -2.44865rem 0.22578rem 0 0rem #a480ff,
      -1.93852rem 0.77557rem 0 0rem #ff80ed,
      -1.70323rem -1.77366rem 0 0rem #ff80ed,
      -1.81501rem -1.03204rem 0 0rem #ff8080;
    box-shadow: 0.32476rem -2.4375rem 0 0rem #ff8080,
      -0.32476rem -2.0625rem 0 0rem #ffed80,
      2.1082rem -1.26585rem 0 0rem #ffed80,
      1.41004rem -1.53985rem 0 0rem #a4ff80,
      2.30412rem 0.85901rem 0 0rem #a4ff80, 2.08305rem 0.14233rem 0 0rem #80ffc8,
      0.76499rem 2.33702rem 0 0rem #80ffc8, 1.18748rem 1.71734rem 0 0rem #80c8ff,
      -1.35019rem 2.0552rem 0 0rem #80c8ff,
      -0.60229rem 1.99916rem 0 0rem #a480ff,
      -2.44865rem 0.22578rem 0 0rem #a480ff,
      -1.93852rem 0.77557rem 0 0rem #ff80ed,
      -1.70323rem -1.77366rem 0 0rem #ff80ed,
      -1.81501rem -1.03204rem 0 0rem #ff8080;
  }
}
.mdl_booking .modal-content {
  border-radius: 31px;
}
@media (max-width: 767px) {
  .mdl_booking .modal-content {
    border-radius: 15px;
  }
}
.mdl_booking .modal-content .modal-header {
  padding: 51px 50px 41px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .mdl_booking .modal-content .modal-header {
    padding: 35px 25px;
  }
}
.mdl_booking .modal-content .modal-header .modal-title {
  font-size: 2.0625rem;
  color: #001e55;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .mdl_booking .modal-content .modal-header .modal-title {
    font-size: 1.5625rem;
  }
}
.mdl_booking .modal-content .modal-header .close {
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 767px) {
  .mdl_booking .modal-content .modal-header .close {
    top: 20px;
    right: 19px;
  }
}
.mdl_booking .modal-content .modal-header .close:focus {
  outline: none;
}
.mdl_booking .modal-content .modal-header .close i {
  font-size: 20px;
}
.mdl_booking .modal-content .modal-header .close i:before {
  color: #9cacb9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mdl_booking .modal-content .modal-header .close:hover i:before {
  color: #001e55;
}
.mdl_booking .modal-content .modal-body {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .mdl_booking .modal-content .modal-body {
    padding: 0 25px;
  }
}
.mdl_booking .modal-content .modal-body .cstm_select {
  position: relative;
}
.mdl_booking .modal-content .modal-body .cstm_select .icn_caret_down {
  position: absolute;
  right: 0;
  top: 19px;
  font-size: 10px;
  z-index: 0;
}
.mdl_booking .modal-content .modal-body .cstm_select .form-control {
  position: relative;
  background-color: transparent;
  z-index: 1;
}
.mdl_booking .modal-content .modal-body .date-pick-wrap .form-control {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.mdl_booking .modal-content .modal-body .form-control {
  border: none;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  padding-left: 0;
  font-size: 1.125rem;
  font-family: "Mulish", sans-serif;
  height: 50px;
  padding-bottom: 18px;
}
.mdl_booking .modal-content .modal-body .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mdl_booking .modal-content .modal-body .form-control ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #1462c1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mdl_booking .modal-content .modal-body .form-control:focus ~ .focus-border {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 0;
}
.mdl_booking .modal-content .modal-body input:-webkit-autofill,
.mdl_booking .modal-content .modal-body input:-webkit-autofill:active,
.mdl_booking .modal-content .modal-body input:-webkit-autofill:focus,
.mdl_booking .modal-content .modal-body input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
.mdl_booking .modal-content .modal-body textarea:-webkit-autofill,
.mdl_booking .modal-content .modal-body textarea:-webkit-autofill:active,
.mdl_booking .modal-content .modal-body textarea:-webkit-autofill:focus,
.mdl_booking .modal-content .modal-body textarea:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 100000px #fff inset !important;
}
.mdl_booking .modal-content .modal-body textarea {
  height: auto !important;
}
.mdl_booking .modal-content .modal-body .form-group {
  position: relative;
}
.mdl_booking .modal-content .modal-body .form-group .input-group-addon {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 1.5rem;
  z-index: 0;
}
.mdl_booking .modal-content .modal-body .form-group .input-group-addon i {
  color: #b7c3c7;
}
.mdl_booking .modal-content .modal-body .form-group label.error {
  color: #f00404;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
.mdl_booking .modal-content .modal-body .form-group span.error {
  color: #f00404;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
.mdl_booking .modal-content .modal-body .frm-sb {
  text-align: center;
  padding: 22px 0;
}
.mdl_booking .modal-content .modal-body .frm-sb .btn {
  min-width: 10.125rem;
}
.form-control ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #1462c1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-control:focus ~ .focus-border {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 0;
}
.no-footer .footer {
  display: none;
}
label.error {
  font-size: 12px;
  color: #ff0000;
  line-height: 1.5;
  font-weight: 400;
}
label.error#dob-error,
label.error#fullname-error,
label.error#phn_num-error,
label.error#user_email-error {
  position: absolute;
  left: 0;
  bottom: -29px;
}
.inner-register .digit-group {
  position: relative;
}
.otp_veri_error_cls {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 58px;
  text-align: left;
  font-size: 12px;
  color: #ff0000;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 767px) {
  .otp_veri_error_cls {
    bottom: 43px;
    left: 10px;
  }
}
.alert-success#suc_reg,
.suc_veri_cls#suc_veri {
  background-color: #5db75d;
  border-radius: 70px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 0 !important;
  max-width: 415px !important;
  margin-left: auto;
  margin-right: auto;
}
.alert-success#suc_reg:before,
.suc_veri_cls#suc_veri:before {
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 12px;
  width: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
}
.tick-svg {
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-top: 15px;
}
.popover {
  background-color: transparent !important;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
a[href^="tel"] {
  text-decoration: inherit;
  color: inherit;
}
.modal-open,
.show-menu {
  overflow: hidden;
}
.modal-open main,
.show-menu main {
  overflow: hidden;
  pointer-events: none;
}
.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  top: 0;
  height: 6.4375rem;
  z-index: 1049;
  -webkit-box-shadow: 0 3px 6px rgba(0, 14, 121, 0.05);
  box-shadow: 0 3px 6px rgba(0, 14, 121, 0.05);
  background-color: white;
}
.main-header .mobile-location-pic {
  display: none;
}
.main-header .logo {
  width: 157px;
}
/* @media (min-width: 1024px) {
  .main-header .logo img {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .main-header .logo svg {
    display: none !important;
  }
} */

@media (min-width: 1025px) {
    .logo_container svg{
       display: none;
    }
    .logo_container.loaded svg{
      display: block;
    }
    .logo_container.loaded img{
       display: none;
    }
    }
@media (max-width: 767px) {
  .main-header .logo:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 11px;
    background: #00386f;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 56, 111, 0.5270483193)),
      color-stop(85%, rgba(0, 56, 111, 0))
    );
    background: linear-gradient(
      180deg,
      rgba(0, 56, 111, 0.5270483193) 0%,
      rgba(0, 56, 111, 0) 85%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00386f",endColorstr="#00386f",GradientType=1);
    bottom: -11px;
    left: 0;
    right: 0;
    z-index: 10;
    opacity: 0.08;
  }
}
@media (max-width: 1199.9px) {
  .main-header .container-fluid {
    padding-left: 22px !important;
  }
  .main-header .mobile-location-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 38px;
    right: 70px;
  }
  .main-header .mobile-location-pic .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem;
  }
  .main-header .mobile-location-pic a {
    font-size: 0.8125rem;
    font-weight: bold;
    -webkit-appearance: inherit;
    margin-bottom: 5px;
    font-family: "Mulish", sans-serif;
  }
  .main-header .mobile-location-pic a:last-child {
    margin-bottom: 0;
  }
  .main-header .mobile-location-pic a i {
    margin-right: 9px;
    font-size: 16px;
    vertical-align: middle;
  }
  .main-header .mobile-location-pic .dropdown-menu {
    border: 1px solid #eee;
    -webkit-box-shadow: 0 3px 6px rgba(0, 14, 121, 0.05);
    box-shadow: 0 3px 6px rgba(0, 14, 121, 0.05);
    top: 21px !important;
    border-top: 2px solid rgba(125, 80, 230, 0.62);
  }
}
@media (max-width: 767px) {
  .main-header {
    height: 63px;
  }
  .main-header .mobile-location-pic {
    top: 18px;
  }
  .main-header .container-fluid {
    padding-left: 20px !important;
  }
}
@media (max-width: 767px) {
  .main-header .logo {
    max-width: 5.125rem;
  }
}
@media (min-width: 1700px) {
  .main-header .container-fluid {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
@media (max-width: 1400px) {
  .main-header .container-fluid {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
@media (max-width: 1199.9px) {
  .main-header .container-fluid .location-dropdown {
    display: none;
  }
  .main-header .container-fluid .location-dropdown.user_login {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
  }
}
.main-header .container-fluid .location-dropdown a {
  padding-bottom: 30px;
}
.main-header .container-fluid .location-dropdown i {
  position: relative;
  right: 0;
}
.main-header
  .container-fluid
  .location-dropdown
  i.iconm-Icon-material-location-on:after {
  display: none;
}
.main-header .container-fluid .location-dropdown i:after {
  right: -89px;
  top: -52px;
}
.main-nav .red-bt-outline {
  border-radius: 30px;
  font-size: 1rem;
  font-family: "Mulish", sans-serif;
  line-height: 1.875rem;
  text-transform: capitalize;
  letter-spacing: 0.025em;
  height: 2.8125rem;
  font-weight: bold !important;
  min-width: 11.6875rem;
}
.user_login > a {
  max-width: 150px;
  padding-left: 45px !important;
  position: relative !important;
}
.user_login > a > label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1;
  margin-bottom: -2px;
}
.user_login ul {
  width: 200px !important;
}
.user_login ul li {
  padding-left: 12px !important;
}
.user_login ul li:after {
  display: none !important;
}
.user_login .avatar_image {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199.9px) {
  .user_login .avatar_image {
    width: 25px;
    height: 25px;
  }
}
.user_login .avatar_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 576px) {
  .user_login > a > span {
    display: none;
  }
}
@media (max-width: 1199.9px) {
  .user_login > a {
    max-width: 250px;
    padding-bottom: 0 !important;
    padding-left: 39px !important;
  }
  .user_login i {
    position: absolute !important;
  }
  .user_login ul {
    padding-top: 15px !important;
    padding-left: 20px;
  }
  .user_login ul li {
    padding-top: px !important;
    padding-bottom: 15px !important;
    margin-top: 0 !important;
  }
  .user_login ul li a {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
.dropdown-toggle:after {
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-bottom: 0;
  border-left: 0.5em solid transparent;
  position: relative;
  top: 3px;
}
.home-page {
  overflow: hidden;
}
@media (min-width: 1600px) {
  .home-page .container {
    max-width: 1375px;
  }
}
.home-page .banner-wrap {
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-page .banner-wrap {
    background: #73f0ff;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#73f0ff),
      to(#d2feff)
    );
    background: linear-gradient(90deg, #73f0ff 0%, #d2feff 100%);
  }
}
.home-page .banner-home-page {
  height: 90vh;
  background-size: cover;
  background-position: 65%;
}
@media (min-width:768px){
  .home-page .banner-home-page{
    height: 50vh;
  }
}
@media (min-width:992px){
  .home-page .banner-home-page{
    height: 52vh;
  }
}
@media (min-width:1200px){
  .home-page .banner-home-page{
    height: 63vh;
  }
}
@media (min-width:1400px){
  .home-page .banner-home-page{
    height: 73vh;
  }
}


@media (min-width:1600px){
  .home-page .banner-home-page{
    height: 90vh;
  }
}
.home-page .banner-home-page .banner_bg_animation {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.home-page .banner-home-page .banner_bg_animation video {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.home-page .banner-home-page .banner_bg_animation img {
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 768px) {
  .home-page .banner-home-page .banner_bg_animation img {
    height: 606px;
    -webkit-animation: none;
    animation: none;
  }
}
.home-page .banner-home-page .banner_bg_animation:after {
  width: 100%;
  height: 300px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5942752101)),
    color-stop(85%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5942752101) 0%,
    rgba(0, 0, 0, 0) 85%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  z-index: 0;
}
@media (max-width: 767px) {
  .home-page .banner-home-page {
    height: 420px ;
    background-position: top center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 576px) {
  .home-page .banner-home-page {
    height: 380px ;
    background-position: top center;
  }
}
.home-page .banner-home-page .banner-title {
  color: #001e55;
  font-size: 6.25rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 8.125rem;
  margin-top: 8.125rem;
}
@media (max-width: 767px) {
  .home-page .banner-home-page .banner-title {
    font-size: 2.75rem;
    line-height: 3.5rem;
    margin-top: 0;
    color: #001e59;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .home-page .banner-home-page .banner-title {
    font-size: 2.1875rem;
    line-height: 47px;
  }
}
.home-page .banner-home-page .explore-more {
  margin-top: 2.625rem;
}
@media (max-width: 767px) {
  .home-page .banner-home-page .banner-title-wrap {
    position: absolute;
    width: 100%;
    bottom: 26%;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .home-page .banner-home-page .explore-more {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .home-page .bg-slick-init-slider {
    background: #73f0ff;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#abefff),
      to(#d2feff)
    );
    background: linear-gradient(90deg, #abefff 0%, #d2feff 100%);
  }
  .home-page .bg-slick-init-slider .slick-init-slider {
    position: relative;
    bottom: 0;
    padding: 0;
  }
}
.home-page .slick-init-slider {
  position: absolute;
  bottom: 60px;
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 1400px) {
  .home-page .slick-init-slider {
    bottom: 2.1875rem;
  }
}
.home-page .slick-init-slider .slick-list {
  padding-top: 15px;
}
.home-page .slick-init-slider .slick-dots {
  text-align: center;
  width: 100%;
}
@media (max-width: 1400px) {
  .home-page .slick-init-slider .slick-dots {
    bottom: -12px;
  }
}
@media (max-width: 767px) {
  .home-page .slick-init-slider .slick-dots {
    bottom: 23px;
  }
}
.home-page .slick-init-slider .slick-dots .slick-active button {
  background-color: #aad1e2;
}
.home-page .slick-init-slider .slick-dots button {
  background-color: #fff;
}
@media (max-width: 767px) {
  .home-page .slick-init-slider .slick-dots button {
    width: 7px;
    height: 7px;
  }
}
.home-page .slick-init-slider .slick-dots button:before {
  width: 7px;
  height: 7px;
}
.home-page .slick-init-slider .slick-slide {
  margin: 0 14px;
}
@media (max-width: 400px) {
  .home-page .slick-init-slider .slick-slide {
    margin: 0 7px;
  }
}
.home-page .slick-init-slider .slick-slide .card {
  border-radius: 1.5rem;
  min-height: 9.375rem;
  -webkit-box-shadow: 1px 6px 7px rgba(127, 99, 195, 0.14);
  box-shadow: 1px 6px 7px rgba(127, 99, 195, 0.14);
}
@media (max-width: 767px) {
  .home-page .slick-init-slider .slick-slide .card {
    min-height: 6.5rem;
    border-radius: 0.8125rem;
    min-width: 6.5rem;
  }
}
@media (max-width: 550px) {
  .home-page .slick-init-slider .slick-slide .card {
    height: 104px;
    min-width: 6.125rem;
  }
}
@media (max-width: 340px) {
  .home-page .slick-init-slider .slick-slide .card {
    max-width: 104px;
  }
}
.home-page .slick-init-slider .slick-slide .card figure {
  max-width: 4.0625rem;
  height: 4.0625rem;
  margin: 0 auto;
  margin-bottom: 0.75rem;
}
@media (max-width: 550px) {
  .home-page .slick-init-slider .slick-slide .card figure {
    max-width: 45px;
    height: 55px;
    margin-bottom: 8px;
  }
}
.home-page .slick-init-slider .slick-slide .card img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.home-page .slick-init-slider .slick-slide .card .card-body {
  position: relative;
  padding: 20px 6px 10px;
  cursor: pointer !important;
}
@media (max-width: 767px) {
  .home-page .slick-init-slider .slick-slide .card .card-body {
    padding: 8px 15px 8px;
  }
}
@media (max-width: 500px) {
  .home-page .slick-init-slider .slick-slide .card .card-body {
    padding: 8px 10px 8px;
  }
}
.home-page .slick-init-slider .slick-slide .card .card-body .tex-slide {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 767px) {
  .home-page .slick-init-slider .slick-slide .card .card-body .tex-slide {
    font-size: 0.75rem;
  }
}
@media (max-width: 360px) {
  .home-page .slick-init-slider .slick-slide .card .card-body .tex-slide {
    font-size: 0.6875rem;
  }
}
.home-page .slick-init-slider .slick-slide .card .card-body .tex-slide > div {
  cursor: pointer;
  text-align: center;
}
.home-page .slick-init-slider .slick-list {
  margin: 0 -14px;
  height: 11.0625rem;
}
@media (max-width: 576px) {
  .home-page .slick-init-slider .slick-list {
    height: 9.375rem;
  }
}
@media (max-width: 400px) {
  .home-page .slick-init-slider .slick-list {
    margin: 0 -9px 0 -16px;
  }
}
@media (max-width: 576px) {
  .home-page .slick-init-slider .slick-dots {
    bottom: 10px;
  }
}
.home-page .offer-section {
  padding: 89px;
  background: url(../images/lines-offer.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .home-page .offer-section {
    padding: 40px 0 45px;
    background: inherit;
  }
  .home-page .offer-section .ft-offer-head-desc {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home-page .offer-section .ttl-1 {
  margin-bottom: 1.1875rem;
}
.home-page .offer-section p {
  max-width: 45rem;
  margin: 0 auto;
}
.home-page .offer-section .offer-slider {
  margin-top: 3.75rem;
  margin-left: 12px;
}
@media (max-width: 799px) {
  .home-page .offer-section .offer-slider {
    margin-top: 1.9375rem;
  }
  .home-page .offer-section .offer-slider .slick-list {
    padding: 0 30% 0 0;
    margin: 0 -10px;
  }
  .home-page .offer-section .offer-slider .slick-list .slick-slide {
    margin: 0px 7px;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .home-page .offer-section .offer-slider .slick-list {
    padding: 0 20% 0 0;
  }
}
.home-page .offer-section .offer-slider figure img {
  border-radius: 1.8125rem;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 767px) {
  .home-page .offer-section .offer-slider figure img {
    border-radius: 1.25rem;
  }
}
.home-page .offer-section .offer-slider .slick-prev {
  background: #fff;
  left: -28px;
  font-family: "icomoon" !important;
}
@media (max-width: 1400px) {
  .home-page .offer-section .offer-slider .slick-prev {
    left: -20px;
  }
}
.home-page .offer-section .offer-slider .slick-prev:before {
  color: #000000;
  content: "";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home-page .offer-section .offer-slider .slick-next {
  background: #fff;
  right: -33px;
  font-family: "icomoon" !important;
}
@media (max-width: 1400px) {
  .home-page .offer-section .offer-slider .slick-next {
    right: -23px;
  }
}
.home-page .offer-section .offer-slider .slick-next:before {
  color: #000000;
  content: "";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.home-page .offer-section .offer-slider .slick-slide {
  margin: 0 14px;
}
.home-page .offer-section .offer-slider .slick-slide a {
  display: block;
}
.home-page .offer-section .offer-slider .slick-list {
  margin: 0 -14px;
}
.home-page .offer-section .view-all-offer {
  margin-top: 3.25rem;
}
@media (max-width: 767px) {
  .home-page .offer-section .view-all-offer {
    margin-top: 1.8125rem;
  }
}
.home-page .section-common {
  height: 37.1875rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .home-page .section-common {
    height: 26.8125rem;
  }
}
@media (max-height: 500px) {
  .home-page .section-common {
    height: 40.625rem;
    background-position: bottom;
  }
}
.home-page .section-common.branch-wrap.lazyloading {
  opacity: 1;
  -webkit-transition: 600ms opacity;
  transition: 600ms opacity;
  background: #0c2333;
}
.home-page .section-common.branch-wrap.lazyloaded {
  opacity: 1;
  -webkit-transition: 10ms opacity;
  transition: 10ms opacity;
}
.home-page .section-common.branch-wrap .container {
  height: 100%;
}
.home-page .section-common.branch-wrap .container .row {
  height: 100%;
}
@media (max-width: 767px) {
  .home-page .section-common.branch-wrap .container .row {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
.home-page .section-common.branch-wrap .container .row .fn-branch-content {
  max-width: 40.0625rem;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .home-page .section-common.branch-wrap .container .row .fn-branch-content {
    max-width: 30rem;
  }
}
@media (max-width: 767px) {
  .home-page .section-common.branch-wrap .container .row .fn-branch-content {
    text-align: center;
    margin-top: 43px;
    max-width: 18.75rem;
  }
}
.home-page
  .section-common.branch-wrap
  .container
  .row
  .fn-branch-content
  .fn-sub-tile {
  color: white;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home-page
    .section-common.branch-wrap
    .container
    .row
    .fn-branch-content
    .fn-sub-tile {
    font-size: 12px;
    margin-bottom: 9px;
  }
}
.home-page
  .section-common.branch-wrap
  .container
  .row
  .fn-branch-content
  .get-direction {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .home-page
    .section-common.branch-wrap
    .container
    .row
    .fn-branch-content
    .get-direction {
    margin-top: 0.9375rem;
  }
}
.home-page .services-wrap {
  overflow: unset;
}
.home-page .services-wrap .wrap-services {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .home-page .services-wrap .wrap-services {
    padding-top: 3rem;
  }
}
.home-page
  .services-wrap
  .wrap-services
  .left-side
  .single_service_wrap:nth-child(3) {
  cursor: pointer;
}
.home-page
  .services-wrap
  .wrap-services
  .left-side
  .single_service_wrap:nth-child(3)
  figure {
  position: relative;
}
.home-page
  .services-wrap
  .wrap-services
  .left-side
  .single_service_wrap:nth-child(3)
  figure:after {
  position: absolute;
  height: 150px;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  background: #4d0000;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#4d0000),
    to(rgba(77, 0, 0, 0))
  );
  background: linear-gradient(0deg, #4d0000 0%, rgba(77, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d0000",endColorstr="#4d0000",GradientType=1);
}
@media (max-width: 767px) {
  .home-page
    .services-wrap
    .wrap-services
    .left-side
    .single_service_wrap:nth-child(3)
    figure:after {
    height: 100px;
  }
}
.home-page
  .services-wrap
  .wrap-services
  .left-side
  .single_service_wrap:nth-child(4) {
  cursor: pointer;
}
.home-page
  .services-wrap
  .wrap-services
  .left-side
  .single_service_wrap:nth-child(4)
  figure {
  position: relative;
}
.home-page
  .services-wrap
  .wrap-services
  .left-side
  .single_service_wrap:nth-child(4)
  figure:after {
  position: absolute;
  height: 150px;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  background: #001b4d;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#001b4d),
    to(rgba(0, 27, 77, 0))
  );
  background: linear-gradient(0deg, #001b4d 0%, rgba(0, 27, 77, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001b4d",endColorstr="#001b4d",GradientType=1);
}
@media (max-width: 767px) {
  .home-page
    .services-wrap
    .wrap-services
    .left-side
    .single_service_wrap:nth-child(4)
    figure:after {
    height: 100px;
  }
}
.home-page
  .services-wrap
  .wrap-services
  .right-side
  .single_service_wrap:nth-child(2) {
  cursor: pointer;
}
.home-page
  .services-wrap
  .wrap-services
  .right-side
  .single_service_wrap:nth-child(2)
  figure {
  position: relative;
}
.home-page
  .services-wrap
  .wrap-services
  .right-side
  .single_service_wrap:nth-child(2)
  figure:after {
  position: absolute;
  height: 150px;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  background: #006460;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#006460),
    to(rgba(0, 100, 96, 0))
  );
  background: linear-gradient(0deg, #006460 0%, rgba(0, 100, 96, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006460",endColorstr="#006460",GradientType=1);
}
@media (max-width: 767px) {
  .home-page
    .services-wrap
    .wrap-services
    .right-side
    .single_service_wrap:nth-child(2)
    figure:after {
    height: 100px;
  }
}
.home-page
  .services-wrap
  .wrap-services
  .right-side
  .single_service_wrap:nth-child(3) {
  cursor: pointer;
}
.home-page
  .services-wrap
  .wrap-services
  .right-side
  .single_service_wrap:nth-child(3)
  figure {
  position: relative;
}
.home-page
  .services-wrap
  .wrap-services
  .right-side
  .single_service_wrap:nth-child(3)
  figure:after {
  position: absolute;
  height: 150px;
  width: 100%;
  content: "";
  left: 0;
  bottom: 0;
  background: #4c1769;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#4c1769),
    to(rgba(76, 23, 105, 0))
  );
  background: linear-gradient(0deg, #4c1769 0%, rgba(76, 23, 105, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c1769",endColorstr="#4c1769",GradientType=1);
}
@media (max-width: 767px) {
  .home-page
    .services-wrap
    .wrap-services
    .right-side
    .single_service_wrap:nth-child(3)
    figure:after {
    height: 100px;
  }
}
.home-page .services-wrap .wrap-services-content {
  max-width: 25.25rem;
  margin: 0 auto;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .home-page .services-wrap .wrap-services-content {
    margin-top: 0;
  }
  .home-page .services-wrap .wrap-services-content .place-title-wrap {
    text-align: center;
    margin: 0 auto;
  }
  .home-page .services-wrap .wrap-services-content .place-title-wrap h1 {
    margin-bottom: 1rem;
  }
  .home-page .services-wrap .wrap-services-content p {
    max-width: 21.25rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .home-page .services-wrap .wrap-services-content p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.home-page .services-wrap .wrap-services-content .common-bt {
  margin-top: 2.75rem;
}
.home-page .services-wrap .services_thumb_wrap .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home-page .services-wrap .services_thumb_wrap .left-side {
  padding-top: 60px;
}
.home-page .services-wrap .services_thumb_wrap .single_service_wrap {
  margin-bottom: 2.75rem;
  padding: 0px 10px;
}
.home-page .services-wrap .services_thumb_wrap .single_service_wrap img {
  cursor: pointer;
}
@media (max-width: 1600px) {
  .home-page .services-wrap .services_thumb_wrap .single_service_wrap {
    padding: 0px 5px;
  }
}
@media (max-width: 767px) {
  .home-page .services-wrap .services_thumb_wrap .single_service_wrap {
    margin-bottom: 0;
  }
}
.home-page .services-wrap .services_thumb_wrap .single_service_wrap figure {
  position: relative;
  border-radius: 1.8125rem;
  max-width: 17.625rem;
  max-height: 18.4375rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1600px) {
  .home-page .services-wrap .services_thumb_wrap .single_service_wrap figure {
    max-width: 15.625rem;
  }
}
@media (max-width: 1400px) {
  .home-page .services-wrap .services_thumb_wrap .single_service_wrap figure {
    max-width: 14.875rem;
  }
}
@media (max-width: 1200px) {
  .home-page .services-wrap .services_thumb_wrap .single_service_wrap figure {
    max-width: 12.5rem;
  }
}
@media (max-width: 1024px) {
  .home-page .services-wrap .services_thumb_wrap .single_service_wrap figure {
    max-width: 13.75rem;
  }
}
@media (max-width: 767px) {
  .home-page .services-wrap .services_thumb_wrap .single_service_wrap figure {
    max-width: 11rem;
    margin-bottom: 1.0625rem;
  }
}
@media (max-width: 400px) {
  .home-page .services-wrap .services_thumb_wrap .single_service_wrap figure {
    max-width: 10.25rem;
  }
}
@media (max-width: 340px) {
  .home-page .services-wrap .services_thumb_wrap .single_service_wrap figure {
    max-width: 8.75rem;
  }
}
.home-page .services-wrap .services_thumb_wrap .single_service_wrap figure img {
  border-radius: 1.8125rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .home-page
    .services-wrap
    .services_thumb_wrap
    .single_service_wrap
    figure
    img {
    border-radius: 20px;
  }
}
@media (max-width: 340px) {
  .home-page
    .services-wrap
    .services_thumb_wrap
    .single_service_wrap
    figure
    img {
    border-radius: 15px;
  }
}
.home-page
  .services-wrap
  .services_thumb_wrap
  .single_service_wrap
  figure
  figcaption {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 35px;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-page
    .services-wrap
    .services_thumb_wrap
    .single_service_wrap
    figure
    figcaption {
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.1875rem;
  }
}
@media (max-width: 767px) {
  .home-page .services-wrap .services_thumb_wrap .common-bt .btn {
    margin-top: 1.5625rem;
  }
}
.home-page .children-section {
  background-size: cover;
  height: 1180px;
}
@media (max-width: 767px) {
  .home-page .children-section {
    height: 100%;
    padding-bottom: 2.8125rem;
    margin-top: 52px;
  }
}
.home-page .children-section .tiger-logo-column {
  position: relative;
  padding-top: 10%;
}
.home-page .children-section .tiger-logo-column:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: white;
  background: radial-gradient(circle, white 0%, #ffed65 100%);
  z-index: 0;
  border-radius: 50%;
  left: -35px;
  -webkit-filter: blur(21px);
  filter: blur(21px);
  top: 21%;
}
@media (max-width: 767px) {
  .home-page .children-section .tiger-logo-column:before {
    width: 400px;
    height: 400px;
    margin-left: 45px;
    top: 38%;
  }
}
@media (max-width: 500px) {
  .home-page .children-section .tiger-logo-column:before {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 350px) {
  .home-page .children-section .tiger-logo-column:before {
    width: 250px;
    height: 250px;
  }
}
.home-page .children-section .tiger-logo-column .funtura_tiger_wrap {
  max-width: 490px;
  width: 100%;
  position: relative;
}
@media (max-width: 1400px) {
  .home-page .children-section .tiger-logo-column .funtura_tiger_wrap {
    max-width: 22.875rem;
  }
}
@media (max-width: 767px) {
  .home-page .children-section .tiger-logo-column .funtura_tiger_wrap {
    max-width: 20.625rem;
    margin: 0 auto;
    margin-top: 15%;
  }
}
@media (max-width: 550px) {
  .home-page .children-section .tiger-logo-column .funtura_tiger_wrap {
    max-width: 14.375rem;
  }
}
.home-page .children-section .tiger-logo-column .funtura_tiger_wrap img {
  width: 100%;
}
.home-page
  .children-section
  .tiger-logo-column
  .funtura_tiger_wrap
  .frame_wrapper {
  position: relative;
  z-index: 1;
}
.home-page
  .children-section
  .tiger-logo-column
  .funtura_tiger_wrap
  .tiger_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: tiger_anim 5s ease-in-out infinite;
  animation: tiger_anim 5s ease-in-out infinite;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.home-page
  .children-section
  .tiger-logo-column
  .funtura_tiger_wrap
  .tiger_image.before {
  z-index: 0;
}
.home-page
  .children-section
  .tiger-logo-column
  .funtura_tiger_wrap
  .tiger_image.after {
  z-index: 2;
}
.home-page
  .children-section
  .tiger-logo-column
  .funtura_tiger_wrap
  .leaf_anim_1 {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 23%;
  left: 2%;
  z-index: 3;
  -webkit-animation: leaf_anim_1 8s infinite;
  animation: leaf_anim_1 8s infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@media (max-width: 1400px) {
  .home-page
    .children-section
    .tiger-logo-column
    .funtura_tiger_wrap
    .leaf_anim_1 {
    max-width: 100px;
  }
}
@media (max-width: 1024px) {
  .home-page
    .children-section
    .tiger-logo-column
    .funtura_tiger_wrap
    .leaf_anim_1 {
    max-width: 80px;
  }
}
@media (max-width: 576px) {
  .home-page
    .children-section
    .tiger-logo-column
    .funtura_tiger_wrap
    .leaf_anim_1 {
    max-width: 60px;
  }
}
.home-page
  .children-section
  .tiger-logo-column
  .funtura_tiger_wrap
  .leaf_anim_2 {
  width: 100%;
  max-width: 80px;
  position: absolute;
  top: 25%;
  right: 37%;
  z-index: 1;
  -webkit-animation: leaf_anim_1 5s infinite;
  animation: leaf_anim_1 5s infinite;
}
@media (max-width: 1400px) {
  .home-page
    .children-section
    .tiger-logo-column
    .funtura_tiger_wrap
    .leaf_anim_2 {
    max-width: 65px;
  }
}
@media (max-width: 1024px) {
  .home-page
    .children-section
    .tiger-logo-column
    .funtura_tiger_wrap
    .leaf_anim_2 {
    max-width: 50px;
  }
}
@media (max-width: 576px) {
  .home-page
    .children-section
    .tiger-logo-column
    .funtura_tiger_wrap
    .leaf_anim_2 {
    max-width: 30px;
  }
}
.home-page
  .children-section
  .tiger-logo-column
  .funtura_tiger_wrap
  .leaf_anim_3 {
  width: 100%;
  max-width: 78px;
  position: absolute;
  bottom: 22%;
  left: 3%;
  z-index: 1;
  -webkit-animation: leaf_anim_1 2.5s infinite;
  animation: leaf_anim_1 2.5s infinite;
}
@media (max-width: 1400px) {
  .home-page
    .children-section
    .tiger-logo-column
    .funtura_tiger_wrap
    .leaf_anim_3 {
    max-width: 50px;
  }
}
@media (max-width: 1024px) {
  .home-page
    .children-section
    .tiger-logo-column
    .funtura_tiger_wrap
    .leaf_anim_3 {
    max-width: 50px;
  }
}
@media (max-width: 576px) {
  .home-page
    .children-section
    .tiger-logo-column
    .funtura_tiger_wrap
    .leaf_anim_3 {
    max-width: 30px;
  }
}
.home-page .children-section .futura-photo-content-wrap {
  margin-top: 30%;
}
@media (max-width: 767px) {
  .home-page .children-section .futura-photo-content-wrap {
    margin-top: 6%;
  }
}
.home-page
  .children-section
  .futura-photo-content-wrap
  .futura-contest-logo
  figure {
  max-width: 455px;
  margin-bottom: 2.125rem;
}
@media (max-width: 767px) {
  .home-page
    .children-section
    .futura-photo-content-wrap
    .futura-contest-logo
    figure {
    max-width: 14.125rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.0625rem;
  }
}
.home-page .children-section .futura-photo-content-wrap .futura-contest-logo p {
  font-size: 1.375rem;
  letter-spacing: 0.02em;
  line-height: 2.4375rem;
  color: #001e55;
  max-width: 35.1875rem;
  margin-bottom: 3.6875rem;
}
.home-page
  .children-section
  .futura-photo-content-wrap
  .futura-contest-logo
  p
  span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .home-page
    .children-section
    .futura-photo-content-wrap
    .futura-contest-logo
    p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    text-align: center;
    max-width: 17.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.3125rem;
  }
}
.home-page
  .children-section
  .futura-photo-content-wrap
  .photo-contenst-winner-wrap
  .title-photo-contest
  h4 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin-bottom: 2.1875rem;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .home-page
    .children-section
    .futura-photo-content-wrap
    .photo-contenst-winner-wrap
    .title-photo-contest
    h4 {
    font-size: 1.1875rem;
    margin-bottom: 1.3125rem;
    text-align: center;
  }
}
.home-page
  .children-section
  .futura-photo-content-wrap
  .photo-contenst-winner-wrap
  figure
  img {
  border-radius: 18px;
}
@media (max-width: 767px) {
  .home-page
    .children-section
    .futura-photo-content-wrap
    .photo-contenst-winner-wrap
    figure
    img {
    border-radius: 0.9375rem;
  }
}
.home-page
  .children-section
  .futura-photo-content-wrap
  .photo-contenst-winner-wrap
  figure
  figcaption {
  margin-top: 1.0625rem;
}
.home-page
  .children-section
  .futura-photo-content-wrap
  .photo-contenst-winner-wrap
  figure
  figcaption
  h3 {
  font-size: 20px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 12px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .home-page
    .children-section
    .futura-photo-content-wrap
    .photo-contenst-winner-wrap
    figure
    figcaption
    h3 {
    font-size: 0.8125rem;
    max-width: 80%;
    line-height: 18px;
    margin-bottom: 6px;
  }
}
.home-page
  .children-section
  .futura-photo-content-wrap
  .photo-contenst-winner-wrap
  figure
  figcaption
  h4 {
  font-family: "Mulish", sans-serif;
  font-size: 1.125rem;
  line-height: 0.625rem;
}
@media (max-width: 767px) {
  .home-page
    .children-section
    .futura-photo-content-wrap
    .photo-contenst-winner-wrap
    figure
    figcaption
    h4 {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .home-page
    .children-section
    .futura-photo-content-wrap
    .photo-contenst-winner-wrap
    .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .home-page
    .children-section
    .futura-photo-content-wrap
    .photo-contenst-winner-wrap
    .row
    .col-lg-6 {
    width: 50%;
    padding-left: 7px;
    padding-right: 7px;
  }
}
.home-page .children-section .futura-photo-content-wrap .explore-bt {
  margin-top: 1.5625rem;
}
.home-page .events-wrap {
  padding: 106px 0 0;
}
@media (max-width: 767px) {
  .home-page .events-wrap {
    padding: 35px 0 0;
  }
}
@media (max-width: 767px) {
  .home-page .events-wrap .slick-event-slide .slick-list {
    padding: 0 40% 0 0;
    margin: 0 10px;
  }
  .home-page .events-wrap .slick-event-slide .slick-slide {
    margin: 0px -7px;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .home-page .events-wrap .slick-event-slide .slick-list {
    margin-right: 0;
  }
}
.home-page .events-wrap .event-title-wrap {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 3.0625rem;
}
@media (max-width: 767px) {
  .home-page .events-wrap .event-title-wrap {
    margin-bottom: 1.3125rem;
  }
}
@media (max-width: 767px) {
  .home-page .events-wrap .event-title-wrap .event-title {
    width: 100%;
  }
}
.home-page .events-wrap .event-title-wrap .event-title h1 {
  margin-bottom: 0;
  line-height: 55px;
}
@media (max-width: 767px) {
  .home-page .events-wrap .event-title-wrap .event-title h1 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-page .events-wrap .view-all {
    display: none;
  }
}
.home-page .events-wrap .view-all a {
  color: #fd7e14;
  font-family: "Mulish", sans-serif;
  font-size: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.home-page .events-wrap .card {
  cursor: pointer;
}
.home-page .events-wrap .card .card-date {
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  color: #969696;
  margin-top: 1.8125rem;
  margin-bottom: 0;
  line-height: 0;
}
.home-page .events-wrap .card figure {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 28px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  height: 309px;
}
@media (max-width: 767px) {
  .home-page .events-wrap .card figure {
    border-radius: 18px;
    height: 180px;
  }
}
.home-page .events-wrap .card figure img {
  border-radius: 28px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: scale(1);
  -o-object-position: bottom;
  object-position: bottom;
}
@media (max-width: 767px) {
  .home-page .events-wrap .card figure img {
    border-radius: 18px;
  }
}
.home-page .events-wrap .card .card-title {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  color: #001e55;
  margin-top: 1.125rem;
  line-height: 30px;
  margin-bottom: 15px;
}
.home-page .events-wrap .card .learn-more {
  font-size: 1rem;
  font-family: "Mulish", sans-serif;
  color: #001e55;
  letter-spacing: 0.03em;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.home-page .events-wrap .card .learn-more:hover {
  text-decoration: none;
}
.home-page .events-wrap .card .learn-more i {
  font-size: 10px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .home-page .events-wrap .card .learn-more {
    font-size: 0.75rem;
    margin-top: 0;
  }
  .home-page .events-wrap .card .learn-more i {
    font-size: 0.5rem;
  }
}
.home-page .events-wrap .card:hover .learn-more {
  color: #dc3545;
}
.home-page .events-wrap .card:hover figure img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-page .events-wrap .col-lg-4.slick-slide {
  max-width: unset;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
}
.home-page .events-wrap .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.home-page .events-wrap .image-wrapper-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.home-page .events-wrap .image-wrapper-main figure {
  width: 100%;
  position: relative;
  padding-bottom: calc((396 / 319) * 100%);
}
.home-page .events-wrap .image-wrapper-main figure img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-page .funtura-apps {
  padding: 106px 0;
}
.home-page .funtura-apps hr {
  border-top: 1px solid #ebebeb;
  max-width: 93%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .home-page .funtura-apps {
    padding: 42px 0 42px;
  }
  .home-page .funtura-apps figure {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .home-page .funtura-apps {
    padding-top: 15px;
  }
}
.home-page .funtura-apps .mobile-app-wrap {
  max-width: 456px;
}
@media (max-width: 991px) {
  .home-page .funtura-apps .mobile-app-wrap {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .home-page .funtura-apps .mobile-app-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .home-page .funtura-apps .mobile-app-wrap {
    margin-top: 0px;
  }
}
.home-page .funtura-apps .mobile-app-wrap .mobile-app-head .ttl-5 {
  max-width: 305px;
  margin-bottom: 1.9375rem;
}
@media (max-width: 991px) {
  .home-page .funtura-apps .mobile-app-wrap .mobile-app-head .ttl-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .home-page .funtura-apps .mobile-app-wrap .mobile-app-head .ttl-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.0625rem;
  }
}
@media (max-width: 991px) {
  .home-page .funtura-apps .mobile-app-wrap .mobile-app-head p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home-page .funtura-apps .mobile-app-wrap .mobile-app-head p {
    text-align: center;
    max-width: 20.625rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
}
.home-page .funtura-apps .down-load-app {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .home-page .funtura-apps .down-load-app {
    margin-top: 10px;
  }
}
.home-page .funtura-apps .down-load-app h3 {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  color: #1462c1;
  margin-bottom: 1.9375rem;
}
@media (max-width: 767px) {
  .home-page .funtura-apps .down-load-app h3 {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1.3125rem;
  }
}
@media (max-width: 767px) {
  .home-page .funtura-apps .down-load-app .d-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.home-page .funtura-apps .down-load-app .d-flex a:first-child {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .home-page .funtura-apps .down-load-app .d-flex a:first-child {
    margin-right: 13px;
  }
}
.home-page .funtura-apps .down-load-app .d-flex a img {
  max-height: 58px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.home-page .funtura-apps .down-load-app .d-flex a:hover img {
  opacity: 0.5;
}
.home-page .funtura-apps .mobile-app-pic svg {
  overflow: visible;
}
@media (max-width: 767px) {
  .home-page .funtura-apps .mobile-app-pic svg {
    width: 100%;
    margin-top: 2.375rem;
    height: 375px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home-page .banner-home-page {
    height: 520px !important;
  }
  .home-page .banner-home-page .banner_bg_animation img {
    -o-object-position: 65%;
    object-position: 65%;
  }
  .btn.primary,
  .btn.red-bt,
  .btn.yellow-bt {
    height: 3.375rem !important;
    font-size: 1.0625rem !important;
    line-height: 39px !important;
    min-width: 179px !important;
  }
  .ttl-1,
  .ttl-2,
  .ttl-3,
  .ttl-5 {
    font-size: 2.125rem;
    line-height: 55px;
  }
  .branch-wrap .ttl-2 {
    max-width: 100%;
    line-height: 55px;
  }
  .offer-section .offer-slider figure img {
    border-radius: 20px;
  }
  .home-page .branch-wrap {
    height: 25rem;
    background-position: 30%;
  }
  .home-page .children-section {
    height: 100%;
  }
  .home-page .children-section .container > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-page .children-section .explore-bt {
    display: none !important;
  }
  .home-page .children-section .tiger-logo-column {
    margin-top: 32%;
  }
  .home-page .children-section .tiger-logo-column:before {
    width: 400px;
    height: 400px;
    left: 0;
    margin: 0 auto;
    right: 0;
  }
  .home-page .children-section .tiger-logo-column .funtura_tiger_wrap {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-page .children-section .futura-photo-content-wrap {
    margin-top: 30px;
  }
  .home-page .children-section .futura-photo-content-wrap .futura-contest-logo {
    text-align: center;
  }
  .home-page
    .children-section
    .futura-photo-content-wrap
    .futura-contest-logo
    figure {
    margin-left: auto;
    margin-right: auto;
  }
  .home-page
    .children-section
    .futura-photo-content-wrap
    .futura-contest-logo
    p {
    margin-left: auto;
    margin-right: auto;
  }
  .home-page
    .children-section
    .futura-photo-content-wrap
    .photo-contenst-winner-wrap {
    padding-bottom: 70px;
  }
  .home-page
    .children-section
    .futura-photo-content-wrap
    .photo-contenst-winner-wrap
    .row
    .col-lg-6 {
    width: 50%;
  }
  .home-page .events-wrap {
    padding: 30px 0;
  }
  .home-page .events-wrap .view-all {
    display: none;
  }
  .home-page .events-wrap .event-title-wrap .event-title h1 {
    font-size: 2.125rem;
    line-height: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (max-width: 991px) {
  .home-page .down-load-app .d-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-header .mobile-location-pic {
    top: 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .outer-half-think-circle {
    width: 1023px;
    height: 1023px;
    right: -87%;
    top: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .outer-half-circle {
    width: 900px;
    height: 900px;
    top: -30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .left-rounder-square-outline {
    width: 56px;
    height: 59px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .left-rounder-square {
    width: 43;
    height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .left-rounder-square-bottom {
    width: 58px;
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-bottom .footer-bottom-strip .brand-name {
    font-size: 12px;
  }
  .footer .footer-bottom .footer-bottom-strip .brand-name a {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .services_thumb_wrap {
    max-width: 500px;
    margin: auto;
  }
}
@media (max-width: 991px) {
  .home-page .services-wrap .wrap-services {
    padding-top: 2.5rem;
  }
}
.mobile_anim_wrapper {
  width: 100%;
  position: relative;
  max-width: 646px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .mobile_anim_wrapper {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .mobile_anim_wrapper {
    max-width: 430px;
  }
}
@media (max-width: 575px) {
  .mobile_anim_wrapper {
    max-width: 360px;
  }
}
.mobile_anim_wrapper .mobile_anim_wrapper_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: calc((636 / 646) * 100%);
}
.mobile_anim_wrapper svg {
  width: 100%;
}
@media (max-width: 767px) {
  .mobile_anim_wrapper svg {
    margin-top: 0 !important;
    height: auto !important;
  }
}
.mobile_anim_wrapper .mobile_base {
  position: absolute;
  max-width: 523px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1600px) {
  .mobile_anim_wrapper .mobile_base {
    max-width: calc(523px / 1.2);
  }
}
@media (max-width: 1200px) {
  .mobile_anim_wrapper .mobile_base {
    max-width: calc(523px / 1.5);
  }
}
.mobile_anim_wrapper .mobile_main {
  position: absolute;
  max-width: 258px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 6rem;
  z-index: 9;
}
@media (max-width: 1600px) {
  .mobile_anim_wrapper .mobile_main {
    max-width: calc(258px / 1.2);
  }
}
@media (max-width: 1200px) {
  .mobile_anim_wrapper .mobile_main {
    max-width: calc(258px / 1.5);
    bottom: 5rem;
  }
}
@media (max-width: 1200px) {
  .mobile_anim_wrapper .mobile_main {
    max-width: calc(258px / 1.7);
    bottom: 4rem;
  }
}
@media (max-width: 370px) {
  .mobile_anim_wrapper .mobile_main {
    max-width: calc(100% - 190px);
    bottom: 3.5rem;
  }
}
.mobile_anim_wrapper .mobile_main .mobile_main_inner {
  width: 100%;
  position: relative;
  padding-bottom: calc((513 / 258) * 100%);
}
.mobile_anim_wrapper .mobile_main .mobile_main_inner img {
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.mobile_anim_wrapper .mobile_circle {
  position: absolute;
  max-width: 505px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5.5rem;
  z-index: 1;
}
@media (max-width: 1600px) {
  .mobile_anim_wrapper .mobile_circle {
    max-width: calc(505px / 1.2);
    bottom: 0.5rem;
  }
}
@media (max-width: 1200px) {
  .mobile_anim_wrapper .mobile_circle {
    max-width: calc(505px / 1.5);
  }
}
@media (max-width: 575px) {
  .mobile_anim_wrapper .mobile_circle {
    max-width: 290px;
    bottom: 3rem;
  }
}
.mobile_anim_wrapper .mobile_circle_01 {
  position: absolute;
  max-width: 113px;
  width: 100%;
  right: -0.8rem;
  margin: auto;
  bottom: 8rem;
  z-index: 1;
}
@media (max-width: 1600px) {
  .mobile_anim_wrapper .mobile_circle_01 {
    max-width: calc(113px / 1.2);
  }
}
@media (max-width: 575px) {
  .mobile_anim_wrapper .mobile_circle_01 {
    max-width: 35px;
    bottom: 24%;
  }
}
.mobile_anim_wrapper .mobile_circle_02 {
  position: absolute;
  max-width: 27px;
  width: 100%;
  right: 5.9rem;
  margin: auto;
  top: 5rem;
  z-index: 1;
}
@media (max-width: 1600px) {
  .mobile_anim_wrapper .mobile_circle_02 {
    max-width: calc(27px / 1.2);
  }
}
@media (max-width: 991px) {
  .mobile_anim_wrapper .mobile_circle_02 {
    right: 1.9rem;
  }
}
.mobile_anim_wrapper .mobile_circle_03 {
  position: absolute;
  max-width: 20px;
  width: 100%;
  right: 8.9rem;
  margin: auto;
  bottom: 19rem;
  z-index: 1;
}
@media (max-width: 1600px) {
  .mobile_anim_wrapper .mobile_circle_03 {
    max-width: calc(27px / 1.2);
  }
}
@media (max-width: 1600px) {
  .mobile_anim_wrapper .mobile_circle_03 {
    right: 6.4rem;
    bottom: 15rem;
  }
}
@media (max-width: 575px) {
  .mobile_anim_wrapper .mobile_circle_03 {
    right: 20%;
    bottom: 11rem;
    z-index: 1;
    max-width: 16px;
  }
}
.mobile_anim_wrapper .mobile_circle_04 {
  position: absolute;
  max-width: 157px;
  width: 100%;
  left: 8.2rem;
  margin: auto;
  top: -1rem;
  z-index: 2;
}
@media (max-width: 1600px) {
  .mobile_anim_wrapper .mobile_circle_04 {
    max-width: calc(157px / 1.2);
    top: -2rem;
  }
}
@media (max-width: 1200px) {
  .mobile_anim_wrapper .mobile_circle_04 {
    max-width: calc(157px / 1.5);
    top: -2rem;
    left: 7.2rem;
  }
}
@media (max-width: 991px) {
  .mobile_anim_wrapper .mobile_circle_04 {
    top: -2.9rem;
    left: 6.2rem;
  }
}
@media (max-width: 767px) {
  .mobile_anim_wrapper .mobile_circle_04 {
    top: 2.1rem;
    left: 6.2rem;
  }
}
@media (max-width: 575px) {
  .mobile_anim_wrapper .mobile_circle_04 {
    top: -2.5rem;
    left: 4.4rem;
  }
}
.mobile_anim_wrapper .mobile_circle_05 {
  position: absolute;
  max-width: 27px;
  width: 100%;
  left: 0;
  margin: auto;
  bottom: 19rem;
  z-index: 1;
}
@media (max-width: 1600px) {
  .mobile_anim_wrapper .mobile_circle_05 {
    max-width: calc(27px / 1.2);
  }
}
@media (max-width: 991px) {
  .mobile_anim_wrapper .mobile_circle_05 {
    bottom: 15rem;
  }
}
@media (max-width: 767px) {
  .ft-offer-wrap p {
    font-size: 15px;
  }
}
.banner-title-wrap h1 > span > span {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  display: inline-block;
}
.banner-title-wrap h1 > span {
  overflow: hidden;
  display: block;
}
.banner-title-wrap.visible h1 > span > span {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.banner-title-wrap.visible h1 span:first-child span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.banner-title-wrap.visible h1 span:nth-child(2) span {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.banner-title-wrap.visible h1 span:nth-child(3) span {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.banner-title-wrap.visible h1 span:nth-child(4) span {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.banner-title-wrap.visible h1 span:nth-child(5) span {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.banner-home-page .explore-more {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
  transform: matrix(1, 0, 0, 1, 0, 20);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.banner-home-page.visible .explore-more {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.banner-wrap .inner-single-slider {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
  transform: matrix(1, 0, 0, 1, 0, 70);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.banner-wrap.visible .inner-single-slider {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.banner-wrap.visible .card {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.banner-wrap.visible .card:hover {
  -webkit-transform: translateY(-13px);
  transform: translateY(-13px);
}
.banner-wrap.visible .card:hover:before {
  opacity: 0;
}
.banner-wrap.visible .inner-single-slider:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.banner-wrap.visible .inner-single-slider:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.banner-wrap.visible .inner-single-slider:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.banner-wrap.visible .inner-single-slider:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.banner-wrap.visible .inner-single-slider:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.banner-wrap.visible .inner-single-slider:nth-child(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.banner-wrap.visible .inner-single-slider:nth-child(7) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.banner-wrap.visible .inner-single-slider:nth-child(8) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.banner-wrap.visible .inner-single-slider:nth-child(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.banner-wrap.visible .inner-single-slider:nth-child(10) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.banner-wrap.visible .inner-single-slider:nth-child(11) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.banner-wrap.visible .inner-single-slider:nth-child(12) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.banner-wrap.visible .inner-single-slider:nth-child(13) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.banner-wrap.visible .inner-single-slider:nth-child(14) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.ft-offer-wrap h1 {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.ft-offer-wrap.visible h1 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.ft-offer-wrap p {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ft-offer-wrap.visible p {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.ft-offer-wrap .single-offer {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
  transform: matrix(1, 0, 0, 1, 0, 70);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.ft-offer-wrap.visible .single-offer {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.ft-offer-wrap.visible .single-offer:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ft-offer-wrap.visible .single-offer:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ft-offer-wrap.visible .single-offer:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ft-offer-wrap.visible .single-offer:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ft-offer-wrap.visible .single-offer:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ft-offer-wrap.visible .single-offer:nth-child(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.ft-offer-wrap.visible .single-offer:nth-child(7) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.ft-offer-wrap.visible .single-offer:nth-child(8) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.ft-offer-wrap.visible .single-offer:nth-child(9) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.ft-offer-wrap .single-offer figure {
  overflow: hidden;
  border-radius: 1.8125rem;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
  .ft-offer-wrap .single-offer figure {
    border-radius: 1.25rem;
  }
}
.ft-offer-wrap .single-offer figure img {
  border-radius: 0 !important;
}
.ft-offer-wrap .single-offer figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.ft-offer-wrap.visible .single-offer figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ft-offer-wrap .single-offer figure {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.ft-offer-wrap .single-offer:hover figure {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.ft-offer-wrap.visible .single-offer:first-child img {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ft-offer-wrap.visible .single-offer:nth-child(2) img {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ft-offer-wrap.visible .single-offer:nth-child(3) img {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ft-offer-wrap.visible .single-offer:nth-child(4) img {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.ft-offer-wrap.visible .single-offer:nth-child(5) img {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.ft-offer-wrap.visible .single-offer:nth-child(6) img {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.ft-offer-wrap.visible .single-offer:nth-child(7) img {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.ft-offer-wrap.visible .single-offer:nth-child(8) img {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.ft-offer-wrap.visible .single-offer:nth-child(9) img {
  -webkit-transition-delay: 1.8;
  transition-delay: 1.8;
}
.ft-offer-wrap .view-all-offer {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.ft-offer-wrap.visible .view-all-offer {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.branch-wrap .fn-sub-tile {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.branch-wrap.visible .fn-sub-tile {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.branch-wrap h1 span {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  display: inline-block;
}
.branch-wrap.visible h1 span {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.branch-wrap.visible h1 span:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.branch-wrap.visible h1 span:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.branch-wrap.visible h1 span:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.branch-wrap .get-direction {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.branch-wrap.visible .get-direction {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.wrap-services .place-title-wrap {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.wrap-services.visible .place-title-wrap {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.wrap-services p {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.wrap-services.visible p {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
  position: relative;
  z-index: 1;
}
.wrap-services .common-bt {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.wrap-services.visible .common-bt {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.wrap-services .single_service_wrap figure {
  overflow: hidden;
  border-radius: 1.8125rem;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.wrap-services .single_service_wrap img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.wrap-services.visible .single_service_wrap img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wrap-services .single_service_wrap figure {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.wrap-services .single_service_wrap figure {
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.wrap-services.visible .single_service_wrap figure {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wrap-services .single_service_wrap:hover figure {
  -webkit-transform: scale(0.95) !important;
  transform: scale(0.95) !important;
}
.futura-photo-content-wrap .futura-contest-logo img {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.futura-photo-content-wrap .futura-contest-logo figure {
  -webkit-animation: float 5s ease-in-out infinite;
  animation: float 5s ease-in-out infinite;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.futura-photo-content-wrap.visible .futura-contest-logo img {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.futura-photo-content-wrap .futura-contest-logo p {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.futura-photo-content-wrap.visible .futura-contest-logo p {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.futura-photo-content-wrap .photo-contenst-winner-wrap .title-photo-contest {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.futura-photo-content-wrap.visible
  .photo-contenst-winner-wrap
  .title-photo-contest {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.futura-photo-content-wrap .row > div {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.futura-photo-content-wrap .row > div:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.futura-photo-content-wrap.visible .row > div {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.futura-photo-content-wrap .explore-bt {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.futura-photo-content-wrap.visible .explore-bt {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.events-wrap .event-title-wrap {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.events-wrap.visible .event-title-wrap {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.events-wrap .slick-event-slide .card {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.events-wrap .slick-event-slide a.card:hover {
  text-decoration: none;
}
.events-wrap .slick-event-slide .card a {
  width: 100%;
  min-height: auto;
}
.events-wrap .slick-event-slide .card a:hover {
  text-decoration: none;
}
.events-wrap.visible .slick-event-slide .card {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.events-wrap .slick-event-slide .slick-slide:first-child .card {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.events-wrap .slick-event-slide .slick-slide:nth-child(2) .card {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.events-wrap .slick-event-slide .slick-slide:nth-child(3) .card {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.events-wrap .slick-event-slide .slick-slide:nth-child(4) .card {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.funtura-apps .mobile-app-wrap h1 {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.funtura-apps.visible .mobile-app-wrap h1 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.funtura-apps .mobile-app-wrap p {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.funtura-apps.visible .mobile-app-wrap p {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.funtura-apps .mobile-app-wrap h3 {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.funtura-apps.visible .mobile-app-wrap h3 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.funtura-apps .mobile-app-wrap .down-load-app a {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 50);
  transform: matrix(1, 0, 0, 1, 0, 50);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.funtura-apps.visible .mobile-app-wrap .down-load-app a {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.funtura-apps .mobile-app-wrap .down-load-app a:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.funtura-apps .mobile-app-pic .mobile_main {
  opacity: 0;
  -webkit-transform: matrix(0.9, 0, 0, 0.9, 0, 0);
  transform: matrix(0.9, 0, 0, 0.9, 0, 0);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
.funtura-apps.visible .mobile-app-pic .mobile_main {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.funtura-apps .mobile-app-pic .mobile_circle {
  opacity: 0;
  -webkit-transform: matrix(0.3, 0, 0, 0.3, 0, 0);
  transform: matrix(0.3, 0, 0, 0.3, 0, 0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.funtura-apps.visible .mobile-app-pic .mobile_circle {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.funtura-apps .mobile-app-pic .mobile_circle_01 {
  opacity: 0;
  -webkit-transform: matrix(0.3, 0, 0, 0.3, -150, -20);
  transform: matrix(0.3, 0, 0, 0.3, -150, -20);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.funtura-apps.visible .mobile-app-pic .mobile_circle_01 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.funtura-apps .mobile-app-pic .mobile_circle_02 {
  opacity: 0;
  -webkit-transform: matrix(0.3, 0, 0, 0.3, -150, 90);
  transform: matrix(0.3, 0, 0, 0.3, -150, 90);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.funtura-apps.visible .mobile-app-pic .mobile_circle_02 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.funtura-apps .mobile-app-pic .mobile_circle_03 {
  opacity: 0;
  -webkit-transform: matrix(0.3, 0, 0, 0.3, -150, 0);
  transform: matrix(0.3, 0, 0, 0.3, -150, 0);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.funtura-apps.visible .mobile-app-pic .mobile_circle_03 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.funtura-apps .mobile-app-pic .mobile_circle_04 {
  opacity: 0;
  -webkit-transform: matrix(0.3, 0, 0, 0.3, 30, 90);
  transform: matrix(0.3, 0, 0, 0.3, 30, 90);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.funtura-apps.visible .mobile-app-pic .mobile_circle_04 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.funtura-apps .mobile-app-pic .mobile_circle_05 {
  opacity: 0;
  -webkit-transform: matrix(0.3, 0, 0, 0.3, 150, 10);
  transform: matrix(0.3, 0, 0, 0.3, 150, 10);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.funtura-apps.visible .mobile-app-pic .mobile_circle_05 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.tiger-logo-column .tiger_image img {
  opacity: 0;
  -webkit-transform: matrix(0.9, 0, 0, 0.9, -20, 10);
  transform: matrix(0.9, 0, 0, 0.9, -20, 10);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.tiger-logo-column.visible .tiger_image img {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.get_direction_btn_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .get_direction_btn_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.get_direction_btn_wrapper .get-direction {
  margin-right: 20px;
}
.get_direction_btn_wrapper .get-direction:last-child {
  margin-right: 0;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    -webkit-transform: matrix(1, 0.02, 0, 1, 0.08, -20);
    transform: matrix(1, 0.02, 0, 1, 0.08, -20);
  }
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  50% {
    -webkit-transform: matrix(1, 0.02, 0, 1, 0.08, -20);
    transform: matrix(1, 0.02, 0, 1, 0.08, -20);
  }
  to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@-webkit-keyframes leaf_anim_1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes leaf_anim_1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes tiger_anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(3deg) scale(1.05);
    transform: rotate(3deg) scale(1.05);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
@keyframes tiger_anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(3deg) scale(1.05);
    transform: rotate(3deg) scale(1.05);
  }
  to {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
@-webkit-keyframes banner_anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes banner_anim {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.deskBanner992 {
  display: none;
}
@media (min-width: 992px) {
  .deskBanner992 {
    display: block;
  }
}
.deskBanner991 {
  display: none;
}
@media (max-width: 991px) {
  .deskBanner991 {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bannerImage.banner-home-page {
    height: 1470px;
  }
}
@media (max-width: 576px) {
  .bannerImage.banner-home-page {
    height: 730px;
  }
}
@media (max-width: 768px) {
  .bannerImage.banner-home-page img {
    height: 100% !important;
  }
}
@media (max-width: 576px) {
  .bannerImage.home-page .banner-home-page {
    height: 780px;
    background-position: top center;
  }
}
#blogpage:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='14' viewBox='0 0 37 14'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-916 -484)'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(0 4)'%3E%3Cpath id='Subtraction_1' data-name='Subtraction 1' d='M30,10H7A7,7,0,1,1,7-4H30a7,7,0,1,1,0,14ZM18.43.85a2.493,2.493,0,0,0-1.3.33,2.29,2.29,0,0,0-.865.92,2.935,2.935,0,0,0-.311,1.38,2.564,2.564,0,0,0,.72,1.92,2.748,2.748,0,0,0,1.991.7,3.455,3.455,0,0,0,1.059-.16,2.636,2.636,0,0,0,.86-.45l-.37-.84a2.274,2.274,0,0,1-.715.375,2.742,2.742,0,0,1-.8.115,1.555,1.555,0,0,1-1.145-.4,1.572,1.572,0,0,1-.4-1.066h3.5V3.341a3.15,3.15,0,0,0-.256-1.31,1.977,1.977,0,0,0-.745-.87A2.254,2.254,0,0,0,18.43.85Zm6.927,1.842v0L26.6,6h1.1L29.67.95H28.45l-1.3,3.613L25.84.95h-.89L23.641,4.523,22.35.95H21.06L23.03,6h1.11l1.217-3.3ZM9.98,1.034l0,0L13.811,6h.969v-7.05h-1.2V3.9L9.75-1.049H8.78V6h1.2V1.034ZM19.587,3.01H17.171a1.73,1.73,0,0,1,.314-.86,1.133,1.133,0,0,1,.955-.44,1.033,1.033,0,0,1,.855.371,1.582,1.582,0,0,1,.292.929Z' transform='translate(916 484)' fill='%23d2196a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 37px;
  height: 14px;
  content: "";
  position: absolute;
  top: -5px;
  right: -9px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-animation: beat 0.4s infinite alternate;
  animation: beat 0.4s infinite alternate;
}
@media (max-width: 1199px) {
  #blogpage:after {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
}
#blogpage:hover:after {
  opacity: 0;
}
@-webkit-keyframes beat {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes beat {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1375px;
  }
}
.header-wrap {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 25.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header-wrap {
    height: 19.125rem;
  }
}
.header-wrap.lazyloading {
  opacity: 1;
  -webkit-transition: 600ms opacity;
  transition: 600ms opacity;
  background: #ffa507;
}
.header-wrap.lazyloaded {
  opacity: 1;
  -webkit-transition: 10ms opacity;
  transition: 10ms opacity;
}
.header-wrap .page-title h1 {
  font-size: 4.375rem;
  font-weight: bold;
  line-height: 3.625rem;
  font-family: "Poppins", sans-serif;
}
.header-wrap .page-title h1.white {
  color: #fff;
}
@media (max-width: 767px) {
  .header-wrap .page-title h1 {
    font-size: 2.4375rem;
    line-height: 2.0625rem;
    margin-bottom: 0;
  }
}
.header-wrap .breadcrumb {
  background-color: transparent;
}
@media (max-width: 767px) {
  .header-wrap .breadcrumb {
    margin-bottom: 0;
  }
}
.header-wrap .breadcrumb ul {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .header-wrap .breadcrumb ul {
    margin-bottom: 0;
  }
}
.header-wrap .breadcrumb ul li {
  display: inline-block;
}
.header-wrap .breadcrumb ul li a,
.header-wrap .breadcrumb ul li span {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.01em;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.header-wrap .breadcrumb ul li a:hover,
.header-wrap .breadcrumb ul li span:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .header-wrap .breadcrumb ul li a,
  .header-wrap .breadcrumb ul li span {
    font-size: 0.875rem;
  }
}
.header-wrap .breadcrumb ul li + li:before {
  content: "/";
  margin: 0 9px 0 5px;
  color: #fff;
  background-color: transparent;
}
.common-section {
  padding: 62px 0;
}
@media (max-width: 767px) {
  .common-section {
    padding: 33px 0;
  }
}
.offer-page .common-section .offer-title h1 {
  font-size: 3rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #001e55;
}
@media (max-width: 767px) {
  .offer-page .common-section .offer-title h1 {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 2.125rem;
    margin-bottom: 0;
  }
}
.offer-page .common-section .offer-title h6 {
  font-size: 1.5rem;
  font-family: "Mulish", sans-serif;
  line-height: 1.875rem;
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .offer-page .common-section .offer-title h6 {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
}
.offer-page .common-section .offer-list {
  margin-top: 3.375rem;
}
@media (max-width: 767px) {
  .offer-page .common-section .offer-list {
    margin-top: 2rem;
  }
}
.offer-page .common-section .offer-list .card {
  border: none;
  margin-bottom: 3.25rem;
}
@media (max-width: 767px) {
  .offer-page .common-section .offer-list .card {
    margin-bottom: 16px;
  }
}
.offer-page .common-section .offer-list .card figure {
  margin-bottom: 0;
}
.offer-page .common-section .offer-list .card figure img {
  border-radius: 29px;
}
@media (max-width: 576px) {
  .offer-page .common-section .offer-list .card figure img {
    margin: auto;
    display: block;
  }
}
.offer-page .common-section .no-offer {
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.875rem;
}
.offer-page .common-section .no-offer h3 {
  font-size: 2.375rem;
  letter-spacing: 0.03em;
  line-height: 57px;
  color: #001e55;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .offer-page .common-section .no-offer h3 {
    font-size: 1.25rem;
    letter-spacing: 0.03em;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .offer-page .common-section .no-offer {
    max-width: 17.5rem;
    margin-top: 1.875rem;
  }
  .offer-page .common-section .no-offer figure {
    max-width: 13.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .offer-page .offer-title {
    margin: auto;
    max-width: 310px;
  }
}
@media (min-width: 1600px) {
  .attraction-page .container {
    max-width: 1425px;
  }
}
.attraction-page .header-wrap:before {
  background-color: rgba(0, 0, 0, 0.555);
}
.attraction-page .header-wrap.lazyloading {
  opacity: 1;
  -webkit-transition: 600ms opacity;
  transition: 600ms opacity;
  background: #0c2333;
}
.attraction-page .header-wrap.lazyloaded {
  opacity: 1;
  -webkit-transition: 10ms opacity;
  transition: 10ms opacity;
}
.attraction-page .common-section {
  background-color: #f0f5f7;
}
.attraction-page .common-section.attraction_list {
  position: relative;
  overflow: hidden;
  z-index: 2;
  min-height: 50vh;
}
@media (max-width: 991px) {
  .attraction-page .common-section.attraction_list {
    min-height: auto;
  }
}
.attraction-page .common-section.attraction_list:before {
  position: absolute;
  background: url(../images/attractions/bg_circle_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  left: -30%;
  content: "";
  top: 21%;
  z-index: -1;
}
@media (max-width: 992px) {
  .attraction-page .common-section.attraction_list:before {
    display: none;
  }
}
.attraction-page .common-section.attraction_list:after {
  position: absolute;
  width: 100%;
  border: 80px solid rgba(162, 205, 255, 0.21);
  height: 100%;
  right: -40%;
  border-radius: 50%;
  content: "";
  top: 33%;
  z-index: -1;
}
@media (max-width: 992px) {
  .attraction-page .common-section.attraction_list:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .attraction-page .common-section {
    background-color: #fff;
    padding-top: 19px;
  }
}
.attraction-page .common-section .attra_filter_wrap .attra_filter {
  width: 100%;
}
@media (max-width: 576px) {
  .attraction-page .common-section .attra_filter_wrap .attra_filter {
    width: 120%;
  }
}
@media (max-width: 399px) {
  .attraction-page .common-section .attra_filter_wrap .attra_filter {
    width: 85%;
  }
}
.attraction-page .common-section .attra_filter_wrap .attra_filter a.btn {
  border-radius: 30px;
  font-size: 1.25rem;
  font-family: "Mulish", sans-serif;
  line-height: 2.8125rem;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: 600;
  color: #001e55;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0.375rem 0;
  height: 3.75rem;
  min-width: 13.125rem;
}
@media (max-width: 767px) {
  .attraction-page .common-section .attra_filter_wrap .attra_filter a.btn {
    min-width: 8.1875rem;
    height: 39px;
    font-size: 13px;
    line-height: 24px;
  }
}
@media (max-width: 576px) {
  .attraction-page .common-section .attra_filter_wrap .attra_filter a.btn {
    font-size: 14px;
  }
}
@media (min-width: 767px) {
  .attraction-page
    .common-section
    .attra_filter_wrap
    .attra_filter
    a.btn:hover {
    background: #1462c1;
    color: #fff;
    border-bottom: 3px solid #361a76;
    -webkit-box-shadow: 0 2px 3px #ccc;
    box-shadow: 0 2px 3px #ccc;
  }
}
.attraction-page .common-section .attra_filter_wrap .attra_filter a.is-checked {
  background: #1462c1;
  transition: all ease-in 0.3sec;
  -o-transition: all ease-in 0.3sec;
  -webkit-transition: all ease-in 0.3sec;
  -webkit-box-shadow: 0 2px 3px #ccc;
  box-shadow: 0 2px 3px #ccc;
  border-bottom: 3px solid #361a76;
  color: #fff;
}
@media (max-width: 767px) {
  .attraction-page
    .common-section
    .attra_filter_wrap
    .attra_filter
    a.is-checked {
    border-bottom: 2px solid #361a76;
  }
}
.attraction-page
  .common-section
  .attra_filter_wrap
  .attra_filter
  a.is-checked:hover {
  color: #fff;
}
@media (max-width: 576px) {
  .attraction-page
    .common-section
    .attra_filter_wrap
    .attra_filter
    .slick-list {
    overflow: visible;
    position: relative;
  }
}
.attraction-page .common-section .attra_filter_wrap .list-of-attr {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .attraction-page .common-section .attra_filter_wrap .list-of-attr {
    margin-top: 1.5rem;
  }
}
.attraction-page .common-section .attra_filter_wrap .list-of-attr .card {
  border-radius: 35px;
  margin-bottom: 2.6875rem;
  border: 1px solid #d0dce8;
  cursor: pointer;
}
.attraction-page
  .common-section
  .attra_filter_wrap
  .list-of-attr
  .card
  .card-body {
  padding: 0.875rem;
}
.attraction-page
  .common-section
  .attra_filter_wrap
  .list-of-attr
  .card
  .card-body
  figure {
  max-width: 25rem;
  max-height: 15.9375rem;
  width: 100%;
  height: 15.9375rem;
  margin-bottom: 1.8125rem;
  overflow: hidden;
  border-radius: 25px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
@media (min-width: 1600px) {
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .card
    .card-body
    figure {
    max-width: 100%;
  }
}
.attraction-page
  .common-section
  .attra_filter_wrap
  .list-of-attr
  .card
  .card-body
  figure
  img {
  border-radius: 25px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%;
  position: absolute;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.attraction-page
  .common-section
  .attra_filter_wrap
  .list-of-attr
  .card
  .card-body
  .card-detail {
  padding: 0 30px;
}
.attraction-page
  .common-section
  .attra_filter_wrap
  .list-of-attr
  .card
  .card-body
  .card-detail
  .card-title
  h4 {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #001e55;
  margin-bottom: 0;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  font-family: "Poppins", sans-serif;
}
.attraction-page
  .common-section
  .attra_filter_wrap
  .list-of-attr
  .card
  .card-body
  .card-detail
  i:before {
  font-size: 1.75rem;
  color: #f40354;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .card
    .card-body
    .card-detail
    i:before {
    font-size: 0.875rem;
    color: #f40354;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
}
.attraction-page
  .common-section
  .attra_filter_wrap
  .list-of-attr
  .card:hover
  .card-body
  figure
  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.attraction-page
  .common-section
  .attra_filter_wrap
  .list-of-attr
  .card:hover
  .card-body
  .card-detail
  .card-title
  h4 {
  color: #35343c;
}
.attraction-page
  .common-section
  .attra_filter_wrap
  .list-of-attr
  .card:hover
  .card-body
  .card-detail
  i:before {
  color: #1462c1;
}
@media (max-width: 767px) {
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-lg-4,
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-sm-6 {
    width: 50%;
    padding: 7px;
  }
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-lg-4
    .card,
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-sm-6
    .card {
    border-radius: 16px;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-lg-4
    .card,
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-sm-6
    .card {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-lg-4
    .card
    .card-body,
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-sm-6
    .card
    .card-body {
    padding: 6px;
    padding-bottom: 0;
  }
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-lg-4
    .card
    .card-body
    figure,
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-sm-6
    .card
    .card-body
    figure {
    height: 8.75rem;
    max-height: 8.75rem;
    max-width: 100%;
    border-radius: 11px;
    margin-bottom: 0.1875rem;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-lg-4
    .card
    .card-body
    figure,
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-sm-6
    .card
    .card-body
    figure {
    border-radius: 8px;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-lg-4
    .card
    .card-body
    figure,
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-sm-6
    .card
    .card-body
    figure {
    border-radius: 8px;
    height: 6.125rem;
    max-height: 6.125rem;
  }
}
@media (max-width: 767px) {
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-lg-4
    .card
    .card-body
    figure
    img,
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-sm-6
    .card
    .card-body
    figure
    img {
    border-radius: 11px;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-lg-4
    .card
    .card-body
    figure
    img,
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-sm-6
    .card
    .card-body
    figure
    img {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-lg-4
    .card
    .card-body
    .card-detail,
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-sm-6
    .card
    .card-body
    .card-detail {
    padding: 2px 10px;
    padding-bottom: 2px;
  }
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-lg-4
    .card
    .card-body
    .card-detail
    .card-title,
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-sm-6
    .card
    .card-body
    .card-detail
    .card-title {
    margin-bottom: 0;
  }
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-lg-4
    .card
    .card-body
    .card-detail
    .card-title
    h4,
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-sm-6
    .card
    .card-body
    .card-detail
    .card-title
    h4 {
    font-size: 0.75rem;
    padding-top: 4px;
  }
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-lg-4
    .card
    .card-body
    .card-detail
    i,
  .attraction-page
    .common-section
    .attra_filter_wrap
    .list-of-attr
    .grid
    .col-sm-6
    .card
    .card-body
    .card-detail
    i {
    font-size: 1rem;
  }
}
.attraction-page .list-of-attr .element-item {
  margin-bottom: 30px;
  height: auto !important;
}
@media (max-width: 767px) {
  .attraction-page .list-of-attr .element-item {
    margin-bottom: 0px;
  }
}
.attraction-page .list-of-attr .element-item .card {
  height: 100%;
  margin-bottom: 0 !important;
}
.modal-dialog iframe {
  -o-object-fit: unset !important;
  object-fit: unset !important;
}
.event-page .header-wrap:before {
  background-color: #00244e;
  opacity: 0.5;
}
.event-page .header-wrap.lazyloading {
  opacity: 1;
  -webkit-transition: 600ms opacity;
  transition: 600ms opacity;
  background: #0c2333;
}
.event-page .header-wrap.lazyloaded {
  opacity: 1;
  -webkit-transition: 10ms opacity;
  transition: 10ms opacity;
}
@media (max-width: 767px) {
  .event-page .common-section.event_list_wrap {
    padding: 19px 0 3px;
  }
}
@media (max-width: 767px) {
  .event-page .common-section.event_list_wrap .event-tab-wrap ul {
    margin-bottom: 0 !important;
  }
}
.event-page .common-section.event_list_wrap .event-tab-wrap ul li {
  text-align: center;
  padding: 0 23px;
}
@media (max-width: 767px) {
  .event-page .common-section.event_list_wrap .event-tab-wrap ul li {
    padding: 0 5px;
  }
}
@media (max-width: 400px) {
  .event-page .common-section.event_list_wrap .event-tab-wrap ul li {
    padding: 0 0px;
  }
}
.event-page .common-section.event_list_wrap .event-tab-wrap ul li a {
  background: transparent;
  color: #001e55;
  border-radius: 30px;
  font-size: 1.125rem;
  font-family: "Mulish", sans-serif;
  line-height: 2.4375rem;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  height: 3.625rem;
  min-width: 10.1875rem;
}
@media (max-width: 767px) {
  .event-page .common-section.event_list_wrap .event-tab-wrap ul li a {
    min-width: 5.625rem;
    height: 39px;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
  }
}
.event-page .common-section.event_list_wrap .event-tab-wrap ul li a.active {
  background: #1462c1;
  color: #fff;
  border-bottom: 3px solid #361a76;
  -webkit-box-shadow: 0 2px 3px #ccc;
  box-shadow: 0 2px 3px #ccc;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .event-page .common-section.event_list_wrap .event-tab-wrap ul li a.active {
    border-bottom: 2px solid #361a76;
  }
}
.event-page .common-section.event_list_wrap .event-tab-wrap ul li a:hover {
  background: #1462c1;
  color: #fff;
  border-bottom: 3px solid #361a76;
  -webkit-box-shadow: 0 2px 3px #ccc;
  box-shadow: 0 2px 3px #ccc;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .event-page .common-section.event_list_wrap .event-tab-wrap ul li a:hover {
    border-bottom: 2px solid #361a76;
  }
}
@media (max-width: 576px) {
  .event-page .common-section.event_list_wrap .event-tab-wrap .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .event-page .common-section.event_list_wrap .event-tab-wrap .row > div {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.event-page .common-section.event_list_wrap .event-tabs-detail-wrap {
  margin-top: 3.375rem;
}
@media (max-width: 767px) {
  .event-page .common-section.event_list_wrap .event-tabs-detail-wrap {
    margin-top: 1.25rem;
  }
  .event-page
    .common-section.event_list_wrap
    .event-tabs-detail-wrap
    .col-lg-4 {
    width: 50%;
  }
  .event-page
    .common-section.event_list_wrap
    .event-tabs-detail-wrap
    .col-lg-4
    .card {
    padding-bottom: 25px;
  }
  .event-page
    .common-section.event_list_wrap
    .event-tabs-detail-wrap
    .col-lg-4
    .card
    figure {
    border-radius: 13px;
  }
  .event-page
    .common-section.event_list_wrap
    .event-tabs-detail-wrap
    .col-lg-4
    .card
    figure
    img {
    border-radius: 13px;
  }
  .event-page
    .common-section.event_list_wrap
    .event-tabs-detail-wrap
    .col-lg-4
    .card
    .card-date {
    font-size: 0.75rem;
    margin-top: 1.0625rem;
  }
  .event-page
    .common-section.event_list_wrap
    .event-tabs-detail-wrap
    .col-lg-4
    .card
    .card-title {
    font-size: 0.8125rem;
    line-height: 19px;
    margin-top: 0.625rem;
  }
  .event-page
    .common-section.event_list_wrap
    .event-tabs-detail-wrap
    .col-lg-4
    .card
    .learn-more {
    font-size: 0.75rem;
  }
}
.event-page .common-section.event_list_wrap .event-tabs-detail-wrap .col-lg-4 {
  margin-bottom: 3.4375rem;
}
@media (max-width: 767px) {
  .event-page
    .common-section.event_list_wrap
    .event-tabs-detail-wrap
    .col-lg-4 {
    margin-bottom: 1.4375rem;
  }
}
.event-page .common-section.event_list_wrap .event-tabs-detail-wrap .card {
  height: 100%;
  padding-bottom: 45px;
}
@media (max-width: 576px) {
  .event-page .common-section.event_list_wrap .event-tabs-detail-wrap .card {
    padding-bottom: 20px;
  }
}
.event-page
  .common-section.event_list_wrap
  .event-tabs-detail-wrap
  .card
  .card-date {
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  color: #969696;
  margin-top: 1.8125rem;
  margin-bottom: 0;
  line-height: 0;
}
.event-page
  .common-section.event_list_wrap
  .event-tabs-detail-wrap
  .card
  figure {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 28px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  width: 100%;
  position: relative;
  padding-bottom: calc((396 / 319) * 100%);
}
@media (max-width: 576px) {
  .event-page
    .common-section.event_list_wrap
    .event-tabs-detail-wrap
    .card
    figure {
    border-radius: 12px;
  }
}
.event-page
  .common-section.event_list_wrap
  .event-tabs-detail-wrap
  .card
  figure
  img {
  border-radius: 28px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 767px) {
  .event-page
    .common-section.event_list_wrap
    .event-tabs-detail-wrap
    .card
    figure
    img {
    border-radius: 18px;
  }
}
.event-page
  .common-section.event_list_wrap
  .event-tabs-detail-wrap
  .card
  .card-title {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  color: #001e55;
  margin-top: 1.125rem;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .event-page
    .common-section.event_list_wrap
    .event-tabs-detail-wrap
    .card
    .card-title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.event-page
  .common-section.event_list_wrap
  .event-tabs-detail-wrap
  .card
  .learn-more {
  font-size: 1rem;
  font-family: "Mulish", sans-serif;
  color: #001e55;
  margin-top: 1.375rem;
  letter-spacing: 0.03em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: bold;
  line-height: 20px;
  position: absolute;
  bottom: 0;
}
.event-page
  .common-section.event_list_wrap
  .event-tabs-detail-wrap
  .card
  .learn-more
  i {
  font-size: 10px;
  margin-left: 5px;
}
.event-page
  .common-section.event_list_wrap
  .event-tabs-detail-wrap
  .card:hover
  .learn-more {
  color: #dc3545;
}
.event-page
  .common-section.event_list_wrap
  .event-tabs-detail-wrap
  .card:hover
  a {
  text-decoration: none;
}
.event-page
  .common-section.event_list_wrap
  .event-tabs-detail-wrap
  .card:hover
  figure
  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.event-page .no-event {
  max-width: 37rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.3125rem;
}
.event-page .no-event h3 {
  font-size: 2.375rem;
  letter-spacing: 0.03em;
  line-height: 57px;
  color: #001e55;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .event-page .no-event h3 {
    font-size: 1.25rem;
    letter-spacing: 0.03em;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .event-page .no-event {
    max-width: 17.5rem;
    margin-top: 1.875rem;
  }
  .event-page .no-event figure {
    max-width: 13.625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.event-detail-page .event-secion {
  padding-bottom: 92px;
}
@media (max-width: 767px) {
  .event-detail-page .event-secion {
    padding-bottom: 20px;
  }
}
.event-detail-page .event-time-line-mobile {
  display: none;
}
.event-detail-page .event-time-line-mobile i:before {
  color: #6c757d !important;
}
@media (max-width: 991px) {
  .event-detail-page .event-time-line-mobile {
    padding: 13px 30px;
    background: #fff;
    border: 2px solid #d9e5e8;
    border-radius: 12px;
    position: relative;
    z-index: 99;
    margin-top: -49px;
    display: block;
  }
  .event-detail-page .event-time-line-mobile .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .event-detail-page .event-time-line-mobile .row p {
    margin-bottom: 0;
    font-size: 12px;
    color: #001e55;
    font-weight: 600;
  }
  .event-detail-page .event-time-line-mobile .row .evnt-loc i {
    color: #d60148;
  }
  .event-detail-page .event-time-line-mobile .row .evnt-loc i:before {
    color: inherit;
  }
  .event-detail-page .event-time-line-mobile .row .evnt-loc img {
    max-width: 13px;
  }
  .event-detail-page .event-time-line-mobile .row .evn-time i {
    color: #1088ff;
  }
  .event-detail-page .event-time-line-mobile .row .evn-date i {
    color: #1462c1;
  }
}
@media (max-width: 991px) {
  .event-detail-page .header-even-detail .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .event-detail-page .container {
    max-width: 1364px;
  }
}
.event-detail-page .container .breadcrump-wrap .breadcrumb {
  background-color: transparent;
  padding: 21px 0 22px;
  margin-bottom: 0;
}
.event-detail-page .container .breadcrump-wrap .breadcrumb li {
  font-size: 0.875rem;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
.event-detail-page .container .breadcrump-wrap .breadcrumb li a {
  font-family: "Mulish", sans-serif;
  color: #a0a0a0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.event-detail-page .container .breadcrump-wrap .breadcrumb li a:hover {
  text-decoration: none;
  color: #1462c1;
}
.event-detail-page .container .breadcrump-wrap .breadcrumb li.active {
  color: #000000;
}
@media (max-width: 991px) {
  .event-detail-page .container .breadcrump-wrap {
    display: none;
  }
}
.event-detail-page .container .banner-event {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 31.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .event-detail-page .container .banner-event {
    height: 15.75rem;
  }
}
.event-detail-page .container .banner-event.lazyloading {
  opacity: 1;
  -webkit-transition: 600ms opacity;
  transition: 600ms opacity;
  background: #0c2333;
}
.event-detail-page .container .banner-event.lazyloaded {
  opacity: 1;
  -webkit-transition: 10ms opacity;
  transition: 10ms opacity;
}
.event-detail-page .event-content-wrap-detail {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .event-detail-page .event-content-wrap-detail {
    margin-top: 24px;
  }
}
@media (min-width: 1600px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    max-width: 59%;
  }
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-left-wrapper
  h1 {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #001e55;
}
@media (max-width: 767px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .event-detail-left-wrapper
    h1 {
    font-size: 1.3125rem;
    letter-spacing: 0.03em;
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-left-wrapper
  .date-author {
  font-size: 1.125rem;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  color: #616e83;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .event-detail-left-wrapper
    .date-author {
    font-size: 0.75rem;
    margin-bottom: 26px;
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-left-wrapper
  p {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .event-detail-left-wrapper
    p:last-child {
    margin-bottom: 0;
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-left-wrapper
  .quote-box {
  background-color: #ffe8f0;
  border-radius: 20px;
  padding: 50px 40px 37px;
  margin-bottom: 41px;
  position: relative;
}
@media (max-width: 767px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .event-detail-left-wrapper
    .quote-box {
    padding: 20px 17px 17px;
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-left-wrapper
  .quote-box:after {
  position: absolute;
  content: url(../images/quote.svg);
  top: -24px;
  left: 40px;
}
@media (max-width: 767px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .event-detail-left-wrapper
    .quote-box:after {
    top: -34px;
    left: 11px;
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-left-wrapper
  .quote-box
  p {
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 43px;
  color: #f40354;
}
@media (max-width: 767px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .event-detail-left-wrapper
    .quote-box
    p {
    font-size: 0.8125rem;
    line-height: 22px;
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .social_share
  .sticky-event-sidebar {
  position: sticky;
  top: 120px;
}
@media (max-width: 991px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .social_share
    .sticky-event-sidebar {
    position: static;
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .social_share
  .sticky-event-sidebar
  .social_icons_vertical
  ul {
  list-style: none;
  padding: 0;
  text-align: center;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .social_share
  .sticky-event-sidebar
  .social_icons_vertical
  ul
  li {
  margin-bottom: 16px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .social_share
  .sticky-event-sidebar
  .social_icons_vertical
  ul
  li:first-child {
  margin-bottom: 16px;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .social_share
  .sticky-event-sidebar
  .social_icons_vertical
  ul
  li:hover {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .social_share
    .sticky-event-sidebar
    .social_icons_vertical
    ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .social_share
    .sticky-event-sidebar
    .social_icons_vertical
    ul
    li {
    margin-right: 17px;
    margin-bottom: 0;
  }
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .social_share
    .sticky-event-sidebar
    .social_icons_vertical
    ul
    li:first-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar {
  position: sticky;
  top: 120px;
  max-width: 379px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .event-detail-right
    .sticky-event-sidebar {
    max-width: 100%;
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .event-time-wrap {
  border: 1px solid #d9e5e8;
  border-radius: 21px;
  padding: 25px 34px;
  display: block;
}
@media (max-width: 991px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .event-detail-right
    .sticky-event-sidebar
    .event-time-wrap {
    display: none;
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .event-time-wrap
  i:before {
  color: #6c757d !important;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .event-time-wrap
  .evnt-loc
  i {
  color: #d60148;
  margin-right: 20px;
  font-size: 29px;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .event-time-wrap
  .evnt-loc
  i:before {
  color: inherit;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .event-time-wrap
  .evnt-loc
  img {
  max-width: 19px;
  margin-right: 20px;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .event-time-wrap
  .evn-time
  i {
  color: #1088ff;
  margin-right: 17px;
  font-size: 23px;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .event-time-wrap
  .evn-date
  i {
  color: #1462c1;
  margin-right: 21px;
  font-size: 22px;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .event-time-wrap
  .icn-head {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #001e55;
  font-size: 1.25rem;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .event-time-wrap
  .evn-detil {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  color: #001e55;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap {
  margin-top: 1.875rem;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap
  .up-evnt-titl
  h4 {
  font-size: 21px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 1.1875rem;
  border-bottom: 1px solid #d9e5e8;
  padding-bottom: 1.125rem;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap
  .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 19px;
  border-bottom: 1px solid #d9e5e8;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .event-detail-right
    .sticky-event-sidebar
    .up-event-list-wrap
    .media {
    margin-bottom: 14px;
    padding-bottom: 1px;
  }
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .event-detail-right
    .sticky-event-sidebar
    .up-event-list-wrap
    .media:last-child {
    border-bottom: inherit;
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap
  .media
  a {
  width: 100%;
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap
  .media
  a:hover {
  text-decoration: none;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap
  .media
  figure {
  min-width: 104px;
  max-width: 104px;
  height: 100%;
  min-height: 129px;
  width: 100%;
  position: relative;
  border-radius: 13px;
  margin-right: 27px;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap
  .media
  figure
  img {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap
  .media
  .media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap
  .media
  .media-body
  h5 {
  font-size: 20px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #001e55;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .event-detail-right
    .sticky-event-sidebar
    .up-event-list-wrap
    .media
    .media-body
    h5 {
    font-size: 1rem;
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap
  .media
  .media-body
  h6 {
  font-size: 0.875rem;
  font-family: "Mulish", sans-serif;
  color: #8d95a3;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap
  .media
  .media-body
  .learn-more {
  font-size: 1rem;
  color: #001e55;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-top: 16px;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap
  .media
  .media-body
  .learn-more
  i {
  font-size: 10px;
  margin-left: 5px;
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap
  .media
  .media-body
  .learn-more:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .event-detail-right
    .sticky-event-sidebar
    .up-event-list-wrap
    .media
    .media-body
    .learn-more {
    font-size: 0.75rem;
    margin-top: 0;
  }
  .event-detail-page
    .event-content-wrap-detail
    .event-detail-wrapper
    .event-detail-right
    .sticky-event-sidebar
    .up-event-list-wrap
    .media
    .media-body
    .learn-more
    i {
    font-size: 0.5rem;
  }
}
.event-detail-page
  .event-content-wrap-detail
  .event-detail-wrapper
  .event-detail-right
  .sticky-event-sidebar
  .up-event-list-wrap
  .media:hover
  .learn-more {
  color: #dc3545;
}
.booking-page .header-wrap:before {
  background-color: rgba(0, 9, 61, 0.4);
}
.booking-page .header-wrap.lazyloading {
  opacity: 1;
  -webkit-transition: 600ms opacity;
  transition: 600ms opacity;
  background: #00093d;
}
.booking-page .header-wrap.lazyloaded {
  opacity: 1;
  -webkit-transition: 10ms opacity;
  transition: 10ms opacity;
}
.booking-page .common-section .booking-title h1 {
  font-size: 3.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #001e55;
}
@media (max-width: 767px) {
  .booking-page .common-section .booking-title h1 {
    font-size: 1.875rem;
    letter-spacing: 0.02em;
    line-height: 2.125rem;
    margin-bottom: 0;
  }
}
.booking-page .common-section.package-list {
  padding-bottom: 77px;
}
@media (max-width: 767px) {
  .booking-page .common-section.package-list {
    padding-bottom: 25px;
  }
}
.booking-page .common-section.package-list .row {
  margin-top: 2.3125rem;
}
@media (max-width: 767px) {
  .booking-page .common-section.package-list .row {
    padding: 0 5px;
  }
  .booking-page .common-section.package-list .row [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 576px) {
  .booking-page .common-section.package-list .row {
    padding: 0 5px;
  }
  .booking-page .common-section.package-list .row [class*="col-"] {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.booking-page .common-section.package-list .row .booking-card-wrap {
  border: 1px solid #d0dce8;
  border-radius: 35px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 419px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .booking-page .common-section.package-list .row .booking-card-wrap {
    border-radius: 9px;
    max-width: 100%;
  }
}
.booking-page .common-section.package-list .row .booking-card-wrap figure {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.booking-page .common-section.package-list .row .booking-card-wrap figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .booking-page .common-section.package-list .row .booking-card-wrap figure {
    border-radius: 9px;
  }
}
.booking-page .common-section.package-list .row .booking-card-wrap .card-body {
  padding: 14px;
}
@media (max-width: 767px) {
  .booking-page
    .common-section.package-list
    .row
    .booking-card-wrap
    .card-body {
    padding: 6px;
  }
}
.booking-page .common-section.package-list .row .booking-card-wrap:hover {
  border-color: #1462c1;
  -webkit-box-shadow: 0 3px 12px rgba(0, 54, 204, 0.18);
  box-shadow: 0 3px 12px rgba(0, 54, 204, 0.18);
}
.booking-page
  .common-section.package-list
  .row
  .booking-card-wrap:hover
  figure
  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.booking-page .common-section.package-list .row .booking-card-wrap:hover a {
  text-decoration: none;
}
.booking-page
  .common-section.package-list
  .row
  .booking-card-wrap:hover
  .card-more
  i:before {
  color: #1462c1 !important;
}
.booking-page
  .common-section.package-list
  .row
  .booking-card-wrap
  .card-content {
  padding: 0 15px;
}
.booking-page
  .common-section.package-list
  .row
  .booking-card-wrap
  .card-content
  h4 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 2.25rem;
  color: #001e55;
  margin-bottom: 14px;
}
.booking-page
  .common-section.package-list
  .row
  .booking-card-wrap
  .card-content
  h5 {
  font-size: 1.1875rem;
  font-family: "Mulish", sans-serif;
  color: #001e55;
  font-weight: bold;
  margin-bottom: 8px;
}
.booking-page
  .common-section.package-list
  .row
  .booking-card-wrap
  .card-content
  p {
  font-size: 1.1875rem;
  font-family: "Mulish", sans-serif;
  color: #8d95a3;
  font-weight: 600;
  margin-bottom: 1rem;
}
.booking-page
  .common-section.package-list
  .row
  .booking-card-wrap
  .card-content
  .book-price
  h4 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  color: #1a8800;
  font-weight: 400;
}
.booking-page
  .common-section.package-list
  .row
  .booking-card-wrap
  .card-content
  .book-price
  h4
  span {
  font-size: 1.25rem;
}
.booking-page
  .common-section.package-list
  .row
  .booking-card-wrap
  .card-content
  .card-more
  i:before {
  font-size: 1.75rem;
  color: #f40354;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .booking-page
    .common-section.package-list
    .row
    .booking-card-wrap
    .card-content {
    padding: 0 12px;
  }
  .booking-page
    .common-section.package-list
    .row
    .booking-card-wrap
    .card-content
    h4 {
    font-size: 0.75rem;
    line-height: 1.0625rem;
    margin-bottom: 4px;
  }
  .booking-page
    .common-section.package-list
    .row
    .booking-card-wrap
    .card-content
    h5 {
    font-size: 11px;
    margin-bottom: 3px;
  }
  .booking-page
    .common-section.package-list
    .row
    .booking-card-wrap
    .card-content
    p {
    font-size: 10px;
    margin-bottom: 14px;
  }
  .booking-page
    .common-section.package-list
    .row
    .booking-card-wrap
    .card-content
    .book-price
    h4 {
    font-size: 16px;
  }
  .booking-page
    .common-section.package-list
    .row
    .booking-card-wrap
    .card-content
    .book-price
    h4
    span {
    font-size: 13px;
  }
  .booking-page
    .common-section.package-list
    .row
    .booking-card-wrap
    .card-content
    .card-more
    i:before {
    font-size: 0.875rem;
    color: #f40354;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .booking-page
    .common-section.package-list
    .row
    .booking-card-wrap
    .card-content
    .book-price
    h4 {
    font-size: 14px;
  }
  .booking-page
    .common-section.package-list
    .row
    .booking-card-wrap
    .card-content
    .book-price
    h4
    span {
    font-size: 10px;
  }
}
.booking-page .common-section.package-list .row > div {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .booking-page .common-section.package-list .row > div {
    margin-bottom: 20px;
  }
}
.booking-page .common-section.package-list .row > div .booking-card-wrap {
  height: 100%;
}
.booking-page .common-section.package-list .row > div .booking-card-wrap a {
  height: 100%;
}
.booking-page
  .common-section.package-list
  .row
  > div
  .booking-card-wrap
  a
  .card-body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.booking-page
  .common-section.package-list
  .row
  > div
  .booking-card-wrap
  a
  .card-body
  .card-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.booking-page
  .common-section.package-list
  .row
  > div
  .booking-card-wrap
  a
  .card-body
  .card-content
  .d-flex {
  margin-top: auto;
}
@media (max-width: 991px) {
  .booking-detail-page .header-even-detail .container {
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .booking-detail-page .container {
    max-width: 1364px;
  }
}
.booking-detail-page .container .banner-event {
  margin-top: 2.6875rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 31.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .booking-detail-page .container .banner-event {
    height: 15.75rem;
    margin-top: 0;
  }
}
.booking-detail-page .container .banner-event.lazyloading {
  opacity: 1;
  -webkit-transition: 600ms opacity;
  transition: 600ms opacity;
  background: #0c2333;
}
.booking-detail-page .container .banner-event.lazyloaded {
  opacity: 1;
  -webkit-transition: 10ms opacity;
  transition: 10ms opacity;
}
@media (max-width: 767px) {
  .booking-detail-page .common-section {
    padding-bottom: 37px;
  }
}
.booking-detail-page .common-section.booking-detail-wrap .booking-detail-wrap {
  padding-left: 108px;
  padding-right: 108px;
}
@media (max-width: 767px) {
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  h1 {
  font-size: 2.0625rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 3.125rem;
  color: #001e55;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    h1 {
    font-size: 1.3125rem;
    letter-spacing: 0.03em;
    line-height: 31px;
    margin-bottom: 5px;
  }
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  h4 {
  font-size: 1.1875rem;
  font-family: "Mulish", sans-serif;
  color: #8d95a3;
  font-weight: bold;
  margin-bottom: 1.5625rem;
}
@media (max-width: 767px) {
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    h4 {
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 17px;
  }
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  h3 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  color: #1a8800;
  font-weight: 400;
  margin-bottom: 2.0625rem;
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  h3
  span {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    h3 {
    font-size: 1.375rem;
    margin-bottom: 26px;
  }
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    h3
    span {
    font-size: 16px;
  }
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  h5 {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1.75rem;
  color: black;
  margin-bottom: 38px;
}
@media (max-width: 767px) {
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    h5 {
    font-size: 1.125rem;
    margin-bottom: 24px;
  }
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  p {
  line-height: 32px;
}
@media (max-width: 767px) {
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    p {
    line-height: 24px;
  }
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  .main-attraction-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    .main-attraction-wrap
    .row
    .col-lg-3:first-child,
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    .main-attraction-wrap
    .row
    .col-lg-3:nth-child(3) {
    border-left: 1px solid #d6d6d6;
  }
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    .main-attraction-wrap
    .row
    .col-lg-3:first-child:after,
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    .main-attraction-wrap
    .row
    .col-lg-3:nth-child(3):after {
    position: absolute;
    content: "";
    top: 0;
    width: 1px;
    height: 70%;
    background-color: #d6d6d6;
    right: 6px;
    top: -13px;
  }
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  .main-attraction-wrap
  .bk-icn-detail {
  border-left: 1px solid #d6d6d6;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    .main-attraction-wrap
    .bk-icn-detail {
    padding-left: 0;
    border-left: transparent;
    margin-bottom: 47px;
  }
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  .main-attraction-wrap
  .bk-icn-detail
  p {
  font-family: "Mulish", sans-serif;
  color: #646b7c;
  font-weight: bold;
  font-size: 1.5rem;
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  .main-attraction-wrap
  .bk-icn-detail
  p
  span {
  font-weight: 600;
  color: #434955;
  font-size: 17px;
  vertical-align: text-top;
  margin-left: 0.5625rem;
}
@media (max-width: 767px) {
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    .main-attraction-wrap
    .bk-icn-detail
    p {
    font-size: 1rem;
  }
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    .main-attraction-wrap
    .bk-icn-detail
    p
    span {
    margin-left: 0.4375rem;
    font-size: 0.75rem;
  }
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  .main-attraction-wrap
  .bk-icn-detail.ass_guid
  figure {
  margin-bottom: 13px;
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  .main-attraction-wrap
  .bk-icn-detail.ass_guid
  figure
  img {
  margin-top: -6px;
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  .main-attraction-wrap
  .bk-icn-detail.mecha_ride
  figure {
  margin-bottom: 17px;
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  .main-attraction-wrap
  .bk-icn-detail.vgme
  figure {
  margin-bottom: 15px;
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  .main-attraction-wrap
  .bk-icn-detail.rest_fd
  figure {
  margin-bottom: 9px;
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  .main-attraction-wrap
  .bk-icn-detail.rest_fd
  figure
  img {
  margin-top: -6px;
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  .main-attraction-wrap
  .booknw_wrap {
  text-align: center;
  margin-top: 42px;
}
@media (max-width: 767px) {
  .booking-detail-page
    .common-section.booking-detail-wrap
    .booking-detail-wrap
    .main-attraction-wrap
    .booknw_wrap {
    margin-top: 0px;
  }
}
.booking-detail-page
  .common-section.booking-detail-wrap
  .booking-detail-wrap
  .main-attraction-wrap
  .booknw_wrap
  .btn {
  min-width: 172px;
}
.register-page {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 150px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../images/register/login_bg.png);
  background-position: bottom;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .register-page {
    background-image: none;
  }
}
@media (max-height: 700px) {
  .register-page {
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .register-page .inner-register {
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
}
.register-page .inner-register .iti__selected-flag {
  padding: 0 10px 0 8px;
}
.register-page .inner-register .iti__selected-flag:after {
  content: "";
  position: absolute;
  height: 19px;
  width: 1px;
  background-color: #c6d4d5;
  right: 0;
}
.register-page .inner-register .reg-icon figure {
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .register-page .inner-register .reg-icon figure {
    max-width: 88px;
    margin-bottom: 27px;
  }
}
.register-page .inner-register h3 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #000000;
  letter-spacing: 0.03em;
  line-height: 35px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .register-page .inner-register h3 {
    font-size: 1.3125rem;
    margin-bottom: 41px;
  }
}
.register-page .inner-register .iti {
  width: 100%;
  max-width: 415px;
}
.register-page .inner-register .iti input {
  border: none;
  border-bottom: 1px solid #c6d4d5;
  background-color: transparent;
  border-radius: inherit;
  color: #434955;
  font-weight: bold;
  padding-left: 62px;
  font-size: 1.1875rem;
  font-family: "Mulish", sans-serif;
}
.register-page .inner-register .iti input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .register-page .inner-register .iti input {
    font-size: 0.8125rem;
    font-weight: 600;
  }
}
.register-page .inner-register .btn {
  min-width: 415px !important;
  height: 54px !important;
  line-height: 38px !important;
  margin-top: 45px !important;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .register-page .inner-register .btn {
    min-width: 100% !important;
    margin-top: 1.6875rem !important;
    height: 2.8125rem !important;
    line-height: 32px !important;
  }
}
.register-page .inner-register .alert-danger {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 10px;
}
.otp-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 150px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../images/register/login_bg.png);
  background-position: bottom;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .otp-page {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .otp-page .inner-register {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.otp-page .inner-register .digit-group input {
  width: 53px;
  height: 60px;
  border: none;
  border-bottom: 1px solid #c6d4d5;
  background-color: transparent;
  line-height: 63px;
  text-align: center;
  font-size: 50px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #434955;
  margin: 0 16px;
}
.otp-page .inner-register .digit-group input:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #1462c1;
}
.otp-page .inner-register .digit-group input::-webkit-input-placeholder {
  color: rgba(67, 73, 85, 0.16);
}
.otp-page .inner-register .digit-group input:-ms-input-placeholder {
  color: rgba(67, 73, 85, 0.16);
}
.otp-page .inner-register .digit-group input::-moz-placeholder {
  color: rgba(67, 73, 85, 0.16);
}
.otp-page .inner-register .digit-group input::-ms-input-placeholder {
  color: rgba(67, 73, 85, 0.16);
}
.otp-page .inner-register .digit-group input::placeholder {
  color: rgba(67, 73, 85, 0.16);
}
@media (max-width: 767px) {
  .otp-page .inner-register .digit-group input {
    font-size: 40px;
    line-height: 50px;
    margin: 0 4px;
    width: 60px;
  }
}
@media (max-width: 576px) {
  .otp-page .inner-register .digit-group input {
    font-size: 30px;
  }
}
.otp-page .inner-register .prompt {
  margin-bottom: 20px;
  font-size: 20px;
  color: white;
}
.otp-page .inner-register .reg-icon figure {
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .otp-page .inner-register .reg-icon figure {
    max-width: 88px;
    margin-bottom: 27px;
  }
}
.otp-page .inner-register h3 {
  font-size: 1.375rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #001e55;
  letter-spacing: 0.03em;
  line-height: 33px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .otp-page .inner-register h3 {
    font-size: 1.3125rem;
    margin-bottom: 32px;
    max-width: 16.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.otp-page .inner-register .btn {
  min-width: 415px !important;
  height: 54px !important;
  line-height: 38px !important;
  margin-top: 45px !important;
  display: block;
}
@media (max-width: 767px) {
  .otp-page .inner-register .btn {
    min-width: 100% !important;
    margin-top: 1.6875rem !important;
    height: 2.8125rem !important;
    line-height: 32px !important;
  }
}
.otp-page .timer-resent {
  margin-top: 22px;
}
.otp-page .timer-resent p {
  color: #989db5;
  font-size: 0.75rem;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  line-height: 15px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .otp-page .timer-resent p {
    margin-top: 1.4375rem;
  }
}
.register-form-page {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 150px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../images/register/login_bg.png);
  background-position: bottom;
  background-size: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .register-form-page {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .register-form-page .inner-register {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.register-form-page .inner-register .reg-icon figure {
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .register-form-page .inner-register .reg-icon figure {
    max-width: 88px;
    margin-bottom: 27px;
  }
}
.register-form-page .inner-register form {
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
}
.register-form-page .inner-register form .form-group {
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .register-form-page .inner-register form .form-group {
    margin-bottom: 30px;
  }
}
.register-form-page .inner-register input {
  border: none;
  border-bottom: 1px solid #c6d4d5;
  background-color: transparent;
  border-radius: inherit;
  color: #000000;
  font-weight: bold;
  font-size: 0.875rem;
  font-family: "Mulish", sans-serif;
  padding-left: 4px;
}
.register-form-page .inner-register input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .register-form-page .inner-register input {
    font-size: 0.8125rem;
    font-weight: 600;
  }
}
.register-form-page .inner-register input::-webkit-input-placeholder {
  color: #000000;
}
.register-form-page .inner-register input:-ms-input-placeholder {
  color: #000000;
}
.register-form-page .inner-register input::-moz-placeholder {
  color: #000000;
}
.register-form-page .inner-register input::-ms-input-placeholder {
  color: #000000;
}
.register-form-page .inner-register input::placeholder {
  color: #000000;
}
.register-form-page .inner-register h3 {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #001e55;
  letter-spacing: 0.03em;
  line-height: 35px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .register-form-page .inner-register h3 {
    font-size: 1.3125rem;
    margin-bottom: 43px;
  }
}
.register-form-page .inner-register .btn {
  min-width: 415px !important;
  height: 54px !important;
  line-height: 38px !important;
  margin-top: 11px !important;
}
@media (max-width: 767px) {
  .register-form-page .inner-register .btn {
    min-width: 100% !important;
    margin-top: 0 !important;
    height: 2.8125rem !important;
    line-height: 32px !important;
  }
}
.header-wrap .page-title h1 > span {
  display: inline-block;
  overflow: hidden;
  line-height: 6rem;
}
@media (max-width: 575px) {
  .header-wrap .page-title h1 > span {
    line-height: 3rem;
  }
}
.header-wrap .page-title h1 span > span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 140);
  transform: matrix(1, 0, 0, 1, 0, 140);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.header-wrap.visible .page-title h1 span > span {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.header-wrap .page-title h1 span:nth-child(2) span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.header-wrap .page-title h1 span:nth-child(3) span {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.header-wrap .page-title h1 span:nth-child(4) span {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.header-wrap .page-title h1 span:nth-child(5) span {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.header-wrap .breadcrumb {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
  transform: matrix(1, 0, 0, 1, 0, 20);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.header-wrap.visible .breadcrumb {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.offer_list .offer-title h1 {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
  transform: matrix(1, 0, 0, 1, 0, 20);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.offer-page.visible .offer-title h1 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.offer_list .offer-title h6 {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 20);
  transform: matrix(1, 0, 0, 1, 0, 20);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.offer-page.visible .offer-title h6 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.offer_list .offer-list .card {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
  transform: matrix(1, 0, 0, 1, 0, 70);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.offer-page.visible .offer-list .card {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.offer_list .offer-list .row > div:first-child .card {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.offer_list .offer-list .row > div:nth-child(2) .card {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.offer_list .offer-list .row > div:nth-child(3) .card {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.offer_list .offer-list .row > div:nth-child(4) .card {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.offer_list .offer-list .row > div:nth-child(5) .card {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.offer_list .offer-list .row > div:nth-child(6) .card {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.offer_list .offer-list .row > div:nth-child(7) .card {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.offer_list .offer-list .row > div:nth-child(8) .card {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.offer_list .offer-list .row > div:nth-child(9) .card {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.attraction-page .attra_filter .slick-slide,
.event-page .nav-pills .nav-item {
  opacity: 0;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.attraction-page.visible .attra_filter .slick-slide,
.event-page.visible .nav-pills .nav-item,
.event_list_wrap.visible .nav-pills .nav-item {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.attraction-page .attra_filter .slick-slide:nth-child(2),
.event-page .nav-pills .nav-item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.attraction-page .attra_filter .slick-slide:nth-child(3),
.event-page .nav-pills .nav-item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.attraction-page .attra_filter .slick-slide:nth-child(4),
.event-page .nav-pills .nav-item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.attraction-page .attra_filter .slick-slide:nth-child(5),
.event-page .nav-pills .nav-item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.attraction-page .attra_filter .slick-slide:nth-child(6),
.event-page .nav-pills .nav-item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.attraction-page .attra_filter .slick-slide:nth-child(7),
.event-page .nav-pills .nav-item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.attraction-page .attra_filter .slick-slide:nth-child(8),
.event-page .nav-pills .nav-item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.attraction-page .attra_filter .slick-slide:nth-child(9),
.event-page .nav-pills .nav-item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.attraction-page .attra_filter .slick-slide:nth-child(10),
.event-page .nav-pills .nav-item:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.attraction-page .attra_filter .slick-slide:nth-child(11),
.event-page .nav-pills .nav-item:nth-child(11) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.attraction-page .attra_filter .slick-slide:nth-child(12),
.event-page .nav-pills .nav-item:nth-child(12) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.attraction-page .list-of-attr .card,
.event-page .event-tabs-detail-wrap .card {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
  transform: matrix(1, 0, 0, 1, 0, 70);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.attraction-page.visible .list-of-attr .card,
.event-page.visible .event-tabs-detail-wrap .card {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.attraction-page .list-of-attr .row > div:nth-child(2) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(2) .card {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.attraction-page .list-of-attr .row > div:nth-child(3) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(3) .card {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.attraction-page .list-of-attr .row > div:nth-child(4) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(4) .card {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.attraction-page .list-of-attr .row > div:nth-child(5) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(5) .card {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.attraction-page .list-of-attr .row > div:nth-child(6) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(6) .card {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.attraction-page .list-of-attr .row > div:nth-child(7) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(7) .card {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.attraction-page .list-of-attr .row > div:nth-child(8) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(8) .card {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.attraction-page .list-of-attr .row > div:nth-child(9) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(9) .card {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.attraction-page .list-of-attr .row > div:nth-child(10) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(10) .card {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.attraction-page .list-of-attr .row > div:nth-child(11) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(11) .card {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.attraction-page .list-of-attr .row > div:nth-child(12) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(12) .card {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.attraction-page .list-of-attr .row > div:nth-child(13) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(13) .card {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.attraction-page .list-of-attr .row > div:nth-child(14) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(14) .card {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.attraction-page .list-of-attr .row > div:nth-child(15) .card,
.event-page .event-tabs-detail-wrap .row > div:nth-child(15) .card {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.attraction-page .list-of-attr .row > div:nth-child(16) .card {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.attraction-page .list-of-attr .row > div:nth-child(17) .card {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.attraction-page .list-of-attr .row > div:nth-child(18) .card {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.attraction-page .list-of-attr .row > div:nth-child(19) .card {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.attraction-page .list-of-attr .row > div:nth-child(20) .card {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.attraction-page .list-of-attr .row > div:nth-child(21) .card {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}
.attraction-page .list-of-attr .row > div:nth-child(22) .card {
  -webkit-transition-delay: 4.2s;
  transition-delay: 4.2s;
}
.attraction-page .list-of-attr .row > div:nth-child(23) .card {
  -webkit-transition-delay: 4.4;
  transition-delay: 4.4;
}
.attraction-page .list-of-attr .row > div:nth-child(24) .card {
  -webkit-transition-delay: 4.6s;
  transition-delay: 4.6s;
}
.attraction-page .list-of-attr .row > div:nth-child(25) .card {
  -webkit-transition-delay: 4.8s;
  transition-delay: 4.8s;
}
.attraction-page .list-of-attr .row > div:nth-child(26) .card {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.attraction-page .list-of-attr .row > div:nth-child(27) .card {
  -webkit-transition-delay: 5.2s;
  transition-delay: 5.2s;
}
.attraction-page .list-of-attr .row > div:nth-child(28) .card {
  -webkit-transition-delay: 5.4s;
  transition-delay: 5.4s;
}
.attraction-page .list-of-attr .row > div:nth-child(29) .card {
  -webkit-transition-delay: 5.6s;
  transition-delay: 5.6s;
}
.attraction-page .list-of-attr .row > div:nth-child(30) .card {
  -webkit-transition-delay: 5.8s;
  transition-delay: 5.8s;
}
.booking-page .booking-title h1 {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.booking-page.visible .booking-title h1 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.booking-page .package-list .row > div {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
  transform: matrix(1, 0, 0, 1, 0, 70);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.booking-page.visible .package-list .row > div {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.booking-page .package-list .row > div:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.booking-page .package-list .row > div:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.booking-page .package-list .row > div:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.booking-page .package-list .row > div:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.booking-page .package-list .row > div:nth-child(5) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.booking-page .package-list .row > div:nth-child(6) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.booking-page .package-list .row > div:nth-child(7) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.booking-page .package-list .row > div:nth-child(8) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.booking-page .package-list .row > div:nth-child(9) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.booking-detail-page .header-even-detail {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
  transform: matrix(1, 0, 0, 1, 0, 70);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.booking-detail-page.visible .header-even-detail {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.booking-detail-page .booking-detail-wrap {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
  transform: matrix(1, 0, 0, 1, 0, 70);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.booking-detail-page.visible .booking-detail-wrap {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.event-detail-page .header-even-detail {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.event-detail-page.visible .header-even-detail {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.event-detail-page .event-content-wrap-detail {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.event-detail-page.visible .event-content-wrap-detail {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.attraction-page .common-section {
  overflow: hidden;
}
.empty-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 576px) {
  .empty-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.empty-page .error_heading {
  color: #001e55;
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 0rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .empty-page .error_heading {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .empty-page .error_heading {
    font-size: 1.5rem;
  }
}
.empty-page .success_image_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .empty-page .success_image_inner img {
    width: 160px;
  }
}
@media (max-width: 576px) {
  .attr_modl_img .slick-slide figure:before {
    content: "";
    background: black;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.7147233894)),
      to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7147233894) 0%,
      rgba(0, 0, 0, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 60px;
    width: 100%;
    border-radius: 0 0 16px 16px;
    z-index: 4;
  }
}
.attr_modl_img .slick-dots {
  bottom: 20px;
}
@media (max-width: 576px) {
  .attr_modl_img .slick-dots {
    bottom: 18px;
  }
}
.payment-info-sec {
  position: fixed;
  min-height: 100vh;
  min-width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 45px 0;
}
@media (max-width: 1199px) {
  .payment-info-sec {
    position: relative;
  }
}
.payment-info-sec .img-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 340px;
  z-index: -1;
}
.payment-info-sec .img-left img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: bottom left;
  object-position: bottom left;
  left: 0;
  bottom: 0;
}
.payment-info-sec .img-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 745px;
  z-index: -1;
}
.payment-info-sec .img-right img {
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: top right;
  object-position: top right;
  right: 0;
  top: 0;
}
.payment-info-wrap {
  max-width: 610px;
  margin: auto;
}
@media (min-width: 1200px) {
  .payment-info-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.payment-info-wrap .logo-pay-info {
  text-align: center;
  margin: 0 0 55px 0;
}
.payment-info-wrap h2 {
  text-align: center;
  color: #001e55;
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 0rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 3.3125rem;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .payment-info-wrap h2 {
    font-size: 2.25rem;
    line-height: 2.6875rem;
  }
}
@media (max-width: 1023px) {
  .payment-info-wrap h2 {
    font-size: 1.3125rem;
    line-height: 2.0625rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pay-info-content {
    max-width: 430px;
    margin: auto;
  }
}
.pay-info-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  list-style: none;
  margin-bottom: 45px;
  padding: 0;
  padding-left: 30px;
}
@media (max-width: 1023px) {
  .pay-info-content ul {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .pay-info-content ul {
    padding-left: 0;
  }
}
.pay-info-content ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 1.375rem;
  color: #434955;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  margin-bottom: 22px;
  line-height: 1.75rem;
}
@media (max-width: 1199px) {
  .pay-info-content ul li {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media (max-width: 1023px) {
  .pay-info-content ul li {
    font-size: 0.875rem;
    padding-right: 10px;
    padding-left: 10px;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}
.pay-info-content ul li.info {
  font-weight: 700;
}
.pay-info-form {
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pay-info-form {
    max-width: 430px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .pay-info-form {
    padding-left: 0;
  }
}
.pay-info-form .form-control {
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  border-bottom: 1px solid #d0d9eb;
  padding: 15px 0px;
  color: #001e55;
  font-size: 20px;
  line-height: 26px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  resize: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1023px) {
  .pay-info-form .form-control {
    font-size: 16px;
  }
}
.pay-info-form .btn-pay-info {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
.footer {
  height: 100%;
  background-size: cover;
  position: relative;
}
.footer .lottie_player_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #020046;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#020046),
    to(#40006c)
  );
  background: linear-gradient(0deg, #020046 0%, #40006c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020046",endColorstr="#40006c",GradientType=1);
}
.footer .lottie_player_wrapper lottie-player {
  width: 1920px;
}
.footer .lottie_player_wrapper svg {
  width: 1920px !important;
  position: absolute;
}
@media (max-width: 991px) {
  .footer {
    background-size: cover;
  }
}
.footer .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1600px) {
  .footer .container {
    max-width: 1375px;
  }
}
.footer .footer-upper {
  height: 100%;
  background-size: cover;
  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;
  min-height: 444px;
}
@media (max-width: 767px) {
  .footer .footer-upper {
    min-height: 355px;
    padding-top: 30px;
  }
}
.footer .footer-upper .footer-menu-link {
  margin-top: 1.875rem;
}
.footer .footer-upper .footer-menu-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer .footer-upper .footer-menu-link ul {
    padding-left: 50px;
  }
}
@media (max-width: 400px) {
  .footer .footer-upper .footer-menu-link ul {
    padding-left: 24%;
  }
}
.footer .footer-upper .footer-menu-link ul li {
  padding: 0 25px;
}
@media (max-width: 1024px) {
  .footer .footer-upper .footer-menu-link ul li {
    padding: 0 20px;
  }
}
.footer .footer-upper .footer-menu-link ul li a {
  font-size: 0.9375rem;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.05em;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  color: white;
}
.footer .footer-upper .footer-menu-link ul li a:hover {
  text-decoration: none;
  color: #f1a300;
}
@media (max-width: 767px) {
  .footer .footer-upper .footer-menu-link ul li a {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .footer .footer-upper .footer-menu-link ul li {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: left;
    width: 33.333%;
    padding: 0;
  }
}
@media (max-width: 400px) {
  .footer .footer-upper .footer-menu-link ul li {
    width: 50%;
    padding: 0;
  }
}
.footer .footer-upper .footer-menu-link ul li.active a {
  color: #f1a300;
}
.footer .footer-upper .footer-social-link {
  margin-top: 2.75rem;
}
.footer .footer-upper .footer-social-link ul li {
  padding: 0 34px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 767px) {
  .footer .footer-upper .footer-social-link ul li {
    padding: 0 20px;
  }
}
.footer .footer-upper .footer-social-link ul li:hover {
  text-decoration: none;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.footer .footer-upper .footer-social-link ul li a {
  color: #fff;
  font-size: 1.375rem;
}
.footer .footer-upper .footer-social-link ul li a:hover {
  text-decoration: none;
}
.footer .footer-bottom {
  background-color: #020045;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .footer .footer-bottom {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom {
    padding-bottom: 30px;
  }
}
.footer .footer-bottom .footer-bottom-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-bottom-strip {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.footer .footer-bottom .footer-bottom-strip .footer-links {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-bottom-strip .footer-links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 0.625rem;
    display: block;
    width: 100%;
    margin-bottom: 6px;
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-bottom-strip .footer-links.privacy-policy {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 0.75rem;
    opacity: 0.8;
    margin-bottom: 19px;
  }
}
.footer .footer-bottom .footer-bottom-strip .footer-links.privacy-policy a {
  margin-right: 15px;
}
.footer
  .footer-bottom
  .footer-bottom-strip
  .footer-links.privacy-policy
  a:last-child {
  margin-right: 0px;
}
@media (max-width: 400px) {
  .footer
    .footer-bottom
    .footer-bottom-strip
    .footer-links.privacy-policy
    a:nth-child(2) {
    margin-right: 0;
  }
  .footer
    .footer-bottom
    .footer-bottom-strip
    .footer-links.privacy-policy
    a:nth-child(3) {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
}
.footer .footer-bottom .footer-bottom-strip .footer-links a {
  color: rgba(255, 255, 255, 0.5);
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
}
.footer .footer-bottom .footer-bottom-strip .footer-links a:hover {
  color: #fff;
  text-decoration: none;
}
.footer .footer-bottom .footer-bottom-strip .brand-name {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-bottom-strip .brand-name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    font-size: 0.625rem;
    display: block;
    opacity: 0.8;
  }
}
.footer .footer-bottom .footer-bottom-strip .brand-name a {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  font-family: "Poppins", sans-serif;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
.footer .footer-bottom .footer-bottom-strip .brand-name a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer .footer-bottom .footer-bottom-strip .brand-name a {
    font-size: 0.625rem;
  }
}
.brand-logo {
  width: 163px;
  overflow: hidden;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}
.brand-logo #lottie_player_wrapper_footer_logo svg {
  width: 100%;
  -webkit-animation: mover 2.5s infinite ease-in-out;
  animation: mover 2.5s infinite ease-in-out;
}
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.dashbord_head {
  background-color: #1663c1;
  border-radius: 21px;
  -webkit-border-radius: 21px;
  padding: 1.0625rem 2.375rem;
  margin-bottom: 1.375rem;
}
@media (max-width: 575px) {
  .dashbord_head {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-left: -15px;
    margin-right: -15px;
    max-width: none;
    width: auto;
    padding-bottom: 100px;
  }
  .dashbord_head .head_div {
    display: none;
  }
}
.dashbord_head .row {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 575px) {
  .dashbord_head .row {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.dashbord_head .row > div {
  padding: 0 15px;
}
.dashbord_head .head_div h1 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0rem;
  font-family: "Poppins", sans-serif;
}
.dashbord_head .user_div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dashbord_head .user_div figure {
  width: 4.125rem;
  margin: 0;
}
.dashbord_head .user_div a {
  color: #fff;
  text-decoration: none;
}
.dashbord_head .user_div span {
  color: #fff;
  text-decoration: none;
}
.dashbord_head .user_div span p {
  color: #fff !important;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
}
@media (max-width: 575px) {
  .dashbord_head .user_div span p {
    font-size: 1.125rem;
    font-weight: 800;
  }
}
.dashbord_head .user_div span p.phone {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
}
.dashbord_head .user_div span a {
  color: #fff;
  text-decoration: none;
}
.dashbord-page,
.info-popup {
  background-color: #dff5fd;
  padding: 2.3125rem 0 3.625rem;
  background-image: url(../../assets/images/dashboard/bg_hero.png);
  background-position: bottom;
  background-size: cover;
}
.dashbord-page.modal,
.info-popup.modal {
  background-color: none;
  padding: 0;
  background-color: transparent;
}
.dashbord-page.popup_body_inner,
.info-popup.popup_body_inner {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 1600px) {
  .dashbord-page .container,
  .info-popup .container {
    max-width: 1191px;
  }
}
@media (max-width: 575px) {
  .dashbord-page,
  .info-popup {
    padding-top: 0 !important;
    background-image: none;
    padding-bottom: 0.9375rem;
  }
}
.dashbord-page .modal.fade .modal-dialog,
.info-popup .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.dashbord-page .modal.show .modal-dialog,
.info-popup .modal.show .modal-dialog {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
.dashbord-page .modal-dialog,
.info-popup .modal-dialog {
  max-width: 478px;
}
@media (max-width: 575px) {
  .dashbord-page .modal-dialog,
  .info-popup .modal-dialog {
    margin: auto;
  }
}
.dashbord-page .modal,
.info-popup .modal {
  padding: 15px;
  padding-left: 15px !important;
}
.dashbord-page .modal-content,
.info-popup .modal-content {
  border-radius: 18px;
  overflow: hidden;
  border: none !important;
}
.dashbord-page .close,
.info-popup .close {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  font-size: 2.1875rem;
}
.dashbord-page .popup_body_wrapper,
.info-popup .popup_body_wrapper {
  width: 100%;
  margin: auto;
  margin-bottom: 2.5rem;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
@media (max-width: 575px) {
  .dashbord-page .popup_body_wrapper,
  .info-popup .popup_body_wrapper {
    margin-bottom: 0.9375rem;
  }
}
.dashbord-page ul,
.info-popup ul {
  padding-left: 2.5rem;
  list-style: none;
  padding-bottom: 0.9375rem;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .dashbord-page ul,
  .info-popup ul {
    padding-left: 1.5625rem;
    padding-bottom: 0.3125rem;
  }
}
.dashbord-page ul li,
.info-popup ul li {
  font-size: 1.0625rem;
  line-height: 2.2;
  color: #244d02;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0.625rem;
  position: relative;
}
.dashbord-page ul li:before,
.info-popup ul li:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 9px;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #56cb00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "icomoon" !important;
  font-size: 7px;
}
@media (max-width: 575px) {
  .dashbord-page ul li:before,
  .info-popup ul li:before {
    width: 18px;
    height: 18px;
    font-size: 5px;
    top: 7px;
    left: -25px;
  }
}
@media (max-width: 575px) {
  .dashbord-page ul li,
  .info-popup ul li {
    font-size: 0.875rem;
  }
}
.dashbord-page .price_wrapper,
.info-popup .price_wrapper {
  color: #246a01;
  font-family: "Mulish", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 575px) {
  .dashbord-page .price_wrapper,
  .info-popup .price_wrapper {
    font-size: 1.125rem;
  }
}
.dashbord-page .price_wrapper span,
.info-popup .price_wrapper span {
  font-size: 2.125rem;
  color: #244d02;
}
@media (max-width: 575px) {
  .dashbord-page .price_wrapper span,
  .info-popup .price_wrapper span {
    font-size: 1.625rem;
  }
}
.dashbord-page .head_wrapper_popup,
.info-popup .head_wrapper_popup {
  color: #244d02;
  font-family: "Mulish", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.9375rem;
}
@media (max-width: 575px) {
  .dashbord-page .head_wrapper_popup,
  .info-popup .head_wrapper_popup {
    font-size: 1.125rem;
  }
}
.dashbord-page .upgrade_btn,
.info-popup .upgrade_btn {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.dashbord-page .upgrade_btn .btn,
.info-popup .upgrade_btn .btn {
  color: #fff;
  background-color: #5ab709;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  padding: 0.9375rem 3.75rem;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  border-bottom: 3px solid #257900;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  display: block;
  margin-top: 25px;
}
@media (max-width: 575px) {
  .dashbord-page .upgrade_btn .btn,
  .info-popup .upgrade_btn .btn {
    margin-top: 10px;
    padding: 0.5rem 2.1875rem;
  }
}
.dashbord-page .upgrade_btn .btn:hover,
.info-popup .upgrade_btn .btn:hover {
  background-color: #499606;
}
.dashbord-page .modal-body,
.info-popup .modal-body {
  background-image: url("../../assets/images/dashboard/bg.png");
  background-color: #e1f7d6;
}
.user_prof_container {
  width: 100%;
  max-width: 66px;
  margin-right: 1.875rem;
}
@media (max-width: 575px) {
  .user_prof_container {
    max-width: 50px;
  }
}
.user_prof_container figure {
  width: 100%;
  position: relative;
  padding-bottom: calc((72 / 66) * 100%);
}
.user_prof_container figure img {
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.dashboard_wrapper {
  background-color: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  padding: 1.875rem 1.5625rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media (max-width: 991px) {
  .dashboard_wrapper {
    padding: 1.25rem 0.625rem;
  }
}
@media (max-width: 767px) {
  .dashboard_wrapper {
    margin-bottom: 25px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .dashboard_wrapper {
    margin-top: -100px;
    padding: 0;
    background-color: transparent;
  }
}
.dashboard_wrapper .dashboard_mobile_splitter {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .dashboard_wrapper .dashboard_mobile_splitter {
    background-color: #fff;
    padding: 1.25rem 0.625rem;
    border-radius: 15px;
    -webkit-border-radius: 15px;
  }
}
.dashboard_wrapper .recharge_msg {
  font-size: 12px;
  color: #ff0000;
  line-height: 1.5;
  margin-top: 6px;
  text-align: center;
}
.dashboard_wrapper > div {
  height: auto;
}
h2.heading_dash {
  color: #001e55;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0rem;
  font-family: "Poppins", sans-serif;
}
.my_card {
  width: 100%;
}
.my_card .mycard_head {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5625rem;
}
.my_card .mycard_head .upgrad_vip {
  width: auto;
  padding: 0.25rem 0.875rem 0.25rem 0.25rem;
  background-color: #38d000;
  color: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.my_card .mycard_head .upgrad_vip:hover {
  background-color: #1462c1;
}
.my_card .mycard_head .upgrad_vip .iconm-crown {
  font-size: 23px;
  margin-right: 0.3125rem;
}
.my_card .mycard_head .upgrad_vip a {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.my_card .mycard_head .upgrad_vip a:hover {
  text-decoration: none;
}
.my_card .mycard_head .upgrad_vip p {
  margin-bottom: 0rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
}
@media (max-width: 575px) {
  .my_card .mycard_head .upgrad_vip p {
    font-size: 0.75rem;
  }
}
.my_card .dashboard-cards {
  width: 100%;
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.my_card .dashboard-cards.slick-initialized {
  max-height: none;
  overflow: visible;
}
.my_card .dashboard-cards ul.slick-dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: -30px;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  z-index: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -27px;
}
.my_card .dashboard-cards ul.slick-dots li {
  margin-bottom: 0;
}
.my_card .dashboard-cards ul.slick-dots li:before {
  display: none;
}
.my_card .dashboard-cards ul.slick-dots li button {
  background-color: rgba(16, 136, 255, 0.3);
  width: 8px;
  height: 8px;
}
.my_card .dashboard-cards ul.slick-dots li.slick-active button {
  background-color: #1088ff;
}
.my_card .card-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #c4c4c4;
  font-weight: 600;
  margin-top: 8px;
}
.my_card .card-counter span {
  color: #001e55;
  margin-right: 3px;
}
.my_card .card_image_wrapper {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.my_card .card_image_wrapper .tex_container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  padding: 15px;
}
.my_card .card_image_wrapper .tex_container h3 {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.49);
}
.my_card .card_image_wrapper .tex_container p {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}
.my_card .card_image_wrapper .tex_container .img-qr-code {
  padding: 15px;
}
@media (max-width: 399px) {
  .my_card .card_image_wrapper .tex_container .img-qr-code {
    padding: 5px;
  }
}
.my_card .card_image_wrapper .tex_container .img-qr-code img {
  margin: auto;
}
@media (max-width: 375px) {
  .my_card .card_image_wrapper .tex_container .img-qr-code img {
    max-width: 37%;
  }
}
.my_card .card_image_wrapper .tex_container .content-qr-code {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 7px;
  text-align: center;
  width: 100%;
}
.my_card .card_image_wrapper .tex_container .content-qr-code span {
  font-size: 12px;
  color: #000;
  text-align: center;
  max-width: 172px;
  display: block;
  margin: auto;
  line-height: 15px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
.my_card .card_image_wrapper .card_image_wrapper_inner {
  width: 100%;
  position: relative;
}
.my_card .card_image_wrapper .card_image_wrapper_inner img {
  width: 100%;
}
.my_card .card_image_wrapper:after {
  position: absolute;
  content: "";
  color: #fff;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  right: 8px;
  bottom: 8px;
  background-color: #1088ff;
  font-size: 11px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.my_card .card_image_wrapper.selected:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 991px) {
  .my_card {
    margin-bottom: 1.5625rem;
  }
}
.my_card.empty_card {
  width: 100%;
  margin-bottom: 0 !important;
}
.my_card.empty_card:hover {
  text-decoration: none !important;
}
.my_card.empty_card:hover .card_image_wrapper_inner {
  opacity: 0.5;
}
.my_card.empty_card .card_image_wrapper {
  background-color: #f8f8f8;
  border: 2px dashed #1462c1;
  border-radius: 10px;
  padding: 50px;
  text-decoration: none;
  color: inherit;
}
@media (max-width: 575px) {
  .my_card.empty_card .card_image_wrapper {
    border: 1px dashed #1462c1;
  }
}
.my_card.empty_card .card_image_wrapper .card_image_wrapper_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.my_card.empty_card .card_image_wrapper .card_image_wrapper_inner .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #c3b9dd;
  border-radius: 50%;
  margin-bottom: 0.9375rem;
}
.my_card.empty_card
  .card_image_wrapper
  .card_image_wrapper_inner
  .icon
  .iconm-plus_01 {
  font-size: 10px;
}
.my_card.empty_card .card_image_wrapper .card_image_wrapper_inner .add_card {
  color: #5e5a83;
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 0rem;
  font-family: "Mulish", sans-serif;
}
.balance_wrapper {
  width: 100%;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .balance_wrapper {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
@media (max-width: 575px) {
  .balance_wrapper {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.balance_wrapper .balance_bar_tracker {
  width: 100%;
  max-width: 5.375rem;
  height: 0.375rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #dee3eb;
  position: relative;
  margin-right: 1.0625rem;
}
@media (max-width: 575px) {
  .balance_wrapper .balance_bar_tracker {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.balance_wrapper .balance_bar_tracker .balance_bar {
  width: 30%;
  height: 100%;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #38d000;
  position: absolute;
  left: 0;
  top: 0;
}
.balance_wrapper .balance_point {
  width: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  color: #001e55;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.balance_wrapper .balance_point .balance_price {
  font-weight: 800;
  margin-right: 0.3125rem;
  font-size: 18px;
}
@media (max-width: 575px) {
  .balance_wrapper .balance_point {
    width: 100%;
  }
}
.pointes_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pointes_wrapper .points_inner {
  width: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
  margin-bottom: 0.9375rem;
}
@media (max-width: 1199px) {
  .pointes_wrapper .points_inner {
    margin-left: -2px;
    margin-right: -2px;
  }
}
@media (max-width: 575px) {
  .pointes_wrapper .points_inner {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.pointes_wrapper .points_inner .points {
  width: 33.333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.6875rem;
  position: relative;
}
@media (max-width: 1199px) {
  .pointes_wrapper .points_inner .points {
    padding: 0.125rem;
  }
}
@media (max-width: 575px) {
  .pointes_wrapper .points_inner .points {
    padding: 0.5rem;
  }
}
.pointes_wrapper .points_inner .points input[type="checkbox"],
.pointes_wrapper .points_inner .points input[type="radio"] {
  opacity: 0 !important;
  position: absolute;
  width: calc(100% - 20px);
  height: 50px;
  left: 0;
  top: 12px;
  cursor: pointer;
  margin: auto;
  right: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.pointes_wrapper .points_inner .points input[type="checkbox"]:focus,
.pointes_wrapper .points_inner .points input[type="radio"]:focus {
  outline: none;
}
.pointes_wrapper .points_inner .points .points_inner_price {
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  padding: 0.9375rem 0rem;
  background-color: #e4eaf2;
  border: 1px solid #d6e1f0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #001e55;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .pointes_wrapper .points_inner .points .points_inner_price {
    border-radius: 3px;
    -webkit-border-radius: 3px;
  }
}
@media (max-width: 575px) {
  .pointes_wrapper .points_inner .points .points_inner_price {
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
}
.pointes_wrapper .points_inner .points.active .points_inner_price {
  background-color: #1462c1;
  border: 1px solid #1462c1;
  color: #fff;
}
.add_cash_btn {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.add_cash_btn .btn {
  color: #fff;
  background-color: #1462c1;
  width: 100%;
  padding: 0.9375rem;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  border-bottom: 3px solid #361a76;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
@media (max-width: 1199px) {
  .add_cash_btn .btn {
    padding: 0.5rem;
  }
}
.add_cash_btn .btn .iconm-plus_01 {
  font-size: 10px;
  margin-right: 5px;
}
.add_cash_btn .btn:hover {
  background-color: #1088ff;
}
@media (max-width: 575px) {
  .add_cash_btn .btn {
    font-size: 0.9375rem;
  }
}
@media (max-width: 575px) {
  .add_cash_btn {
    font-size: 0.9375rem;
  }
}
.recharge_history_wrapper {
  padding-top: 40px;
}
@media (max-width: 575px) {
  .recharge_history_wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.recharge_history_wrapper .empty_table {
  padding: 100px 0px !important;
  text-align: center;
  background-color: #f8f8f8;
  color: #5e5a83;
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 0rem;
  font-family: "Mulish", sans-serif;
}
.recharge_history_wrapper .recharge_head {
  margin-bottom: 1.125rem;
}
.recharge_history_wrapper .table th {
  border-top: 0;
  background-color: #1088ff;
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding: 12px 16px;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .recharge_history_wrapper .table th {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}
.recharge_history_wrapper .table td {
  border-top: 1px solid #eae5f5;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}
@media (max-width: 575px) {
  .recharge_history_wrapper .table td {
    font-size: 0.875rem;
    padding: 0.625rem;
    border-top: 1px solid #c9dde5;
  }
}
.recharge_history_wrapper table {
  margin-bottom: 0;
  min-width: 100%;
}
.recharge_history_wrapper .table-rounded {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eae5f5;
  overflow: hidden;
  overflow-x: auto;
}
.recharge_history_wrapper .table-rounded::-webkit-scrollbar {
  height: 3px;
}
@media (max-width: 575px) {
  .recharge_history_wrapper .table-rounded {
    background-color: #fff;
    border: 1px solid #eae5f5;
    border-radius: 13px;
    -webkit-border-radius: 13px;
  }
}
.recharge_history_wrapper .table-striped tbody tr:nth-of-type(odd) {
  background-color: #eae5f5;
}
@media (max-width: 575px) {
  .recharge_history_wrapper .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f4fcff;
  }
}
@media (max-width: 576px) {
  .recharge_history_wrapper.empty table {
    margin-bottom: 0;
    min-width: 100%;
  }
  .recharge_history_wrapper.empty table tr th:nth-child(3) {
    width: 140px;
  }
  .recharge_history_wrapper table {
    margin-bottom: 0;
    min-width: 100%;
  }
  .recharge_history_wrapper table tr th:nth-child(3) {
    width: 140px;
  }
}
.trending_offer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.trending_offer .trending_offer_head {
  width: 100%;
  margin-bottom: 18px;
}
.trending_offer .trending_items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .trending_offer .trending_items {
    -webkit-box-orient: unset !important;
    -webkit-box-direction: unset !important;
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
    margin-left: calc((100vw - 510px) / -2);
    margin-right: calc((100vw - 510px) / -2);
    overflow: hidden;
    overflow-x: scroll;
    width: auto;
    scrollbar-width: none;
  }
  .trending_offer .trending_items::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 575px) {
  .trending_offer .trending_items {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.trending_offer .trending_items .trending_items_inner_main {
  width: 100%;
}
@media (max-width: 767px) {
  .trending_offer .trending_items .trending_items_inner_main {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.trending_offer .trending_items .trending_item {
  width: 100%;
  margin-bottom: 1.25rem;
}
.trending_offer .trending_items .trending_item:last-child {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .trending_offer .trending_items .trending_item {
    width: 278px;
    margin-right: 20px;
  }
  .trending_offer .trending_items .trending_item:first-child {
    margin-left: calc((100vw - 510px) / 2);
  }
}
@media (max-width: 767px) and (max-width: 575px) {
  .trending_offer .trending_items .trending_item:first-child {
    margin-left: 15px;
  }
}
.trending_offer .trending_items .trending_item .trending_items_link {
  width: 100%;
  padding-bottom: calc((220 / 330) * 100%);
  position: relative;
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  border-radius: 21px;
  -webkit-border-radius: 21px;
  overflow: hidden !important;
}
.trending_offer .trending_items .trending_item .trending_items_link img {
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.trending_offer .trending_items .trending_item .trending_items_link:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.other_price {
  padding: 0px !important;
  height: 50px;
}
.other_price input {
  width: 100%;
  border: none;
  background-color: transparent;
  height: 100%;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.other_price input:focus {
  outline: none;
}
.popup_points {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Mulish", sans-serif;
}
.popup_points.pointes_wrapper .points_inner .points {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 576px) {
  .popup_points.pointes_wrapper .points_inner .points {
    width: 100%;
    min-width: 100px;
    font-size: 14px;
  }
}
.popup_points.pointes_wrapper .points_inner .points .points_inner_price {
  padding-right: 20px;
  padding-left: 20px;
  border: 1.5px solid #c4c4c4;
  background-color: transparent;
  color: #c4c4c4;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  font-weight: 400;
  padding: 13px 20px;
}
.popup_points .add_cash_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .popup_points .add_cash_btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.popup_points .points_inner {
  margin-bottom: 0 !important;
  width: calc(100% - 202px);
  padding-right: 15px;
}
.popup_points .add_cash_btn .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-left: 20px;
  padding-right: 20px;
}
.popup_points .cardamount {
  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;
  width: 202px;
  position: relative;
}
.popup_points .cardamount:after {
  position: absolute;
  border: solid #001e55;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  z-index: 1;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 4px;
}
.popup_points .cardamount select {
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 20px;
  font-weight: 600;
  color: #001e55;
  line-height: 0.9;
  padding-left: 20px;
  text-align: left;
  margin-right: -15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-right: 44px;
  padding-left: 14px;
  border: 1.5px solid #d8d8d8;
  padding: 12px 34px 12px 15px;
  height: 46px !important;
  cursor: pointer;
  border-radius: 10px;
}
.popup_points .cardamount select option {
  cursor: pointer;
}
.popup_points .cardamount select:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media (max-width: 576px) {
  .popup_points .cardamount select {
    font-size: 18px;
    padding: 9px 40px 9px 15px;
    height: 44px !important;
  }
}
.popup_points .cardamount span {
  font-size: 1.25rem;
  font-weight: 600;
  color: #001e55;
  line-height: 0.9;
  padding-right: 20px;
}
@media (max-width: 576px) {
  .popup_points .cardamount {
    margin-bottom: 20px !important;
  }
  .popup_points .cardamount span {
    margin-left: -30px;
  }
}
.popup_points .points.active .points_inner_price {
  background-color: #f06500 !important;
  color: #fff !important;
  border: 1.5px solid #f06500 !important;
}
@media (max-width: 576px) {
  .popup_points .points_inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-right: 0;
  }
  .popup_points .cardamount {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }
  .popup_points.pointes_wrapper .points_inner .points .points_inner_price {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .popup_points .points input[type="radio"] {
    height: 33px !important;
  }
}
.popup_points .vipwrap {
  position: relative;
}
.popup_points .vipwrap .question_mark {
  position: absolute;
  top: -2px;
  right: -7px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 6px rgba(120, 73, 229, 0.302);
  box-shadow: 0px 1px 6px rgba(120, 73, 229, 0.302);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 1px solid transparent;
}
.popup_points .vipwrap .question_mark:hover {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: 0px 1px 6px rgba(120, 73, 229, 0);
  box-shadow: 0px 1px 6px rgba(120, 73, 229, 0);
}
@media (max-width: 1024px) {
  .popup_points .vipwrap .question_mark {
    width: 25px;
    height: 25px;
  }
}
.table_wrapper_popup {
  width: 100%;
}
.points_popup_modal {
  max-width: 678px !important;
}
@media (min-width: 576px) {
  .points_popup_modal {
    padding: 15px;
  }
}
.points_popup_modal .modal-content {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .points_popup_modal .modal-content {
    border-radius: 15px;
  }
  .points_popup_modal .modal-content .modal-body {
    padding: 20px;
    padding-top: 40px;
  }
}
.points_popup_modal .modal-body {
  padding: 40px;
}
@media (max-width: 576px) {
  .points_popup_modal .close {
    position: absolute;
    right: 0.8rem;
    top: 0.4rem;
  }
}
.points_popup_modal .table td,
.points_popup_modal .table th {
  padding: 20px 0px;
  vertical-align: top;
  border-bottom: 1px solid #dee2e6;
  border-top: 0px;
  font-size: 20px;
  font-weight: 600;
  color: #001e55;
  line-height: 0.9;
  padding-right: 20px;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 576px) {
  .points_popup_modal .table td,
  .points_popup_modal .table th {
    font-size: 16px;
    padding: 14px 0px;
  }
}
.points_popup_modal .table td.bonus,
.points_popup_modal .table th.bonus {
  color: #2a9d00;
}
.points_popup_modal tr:last-child td {
  font-size: 23px;
}
@media (max-width: 576px) {
  .points_popup_modal tr:last-child td {
    font-size: 18px;
  }
}
.points_popup_modal tr:last-child td:last-child {
  font-size: 27px;
}
@media (max-width: 576px) {
  .points_popup_modal tr:last-child td:last-child {
    font-size: 20px;
  }
}
#cardtypeModal .head_wrapper_popup {
  text-align: left;
  margin-bottom: 36px;
  font-size: 31px;
  font-weight: 700;
  color: #001e55;
  padding-left: 15px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 576px) {
  #cardtypeModal .head_wrapper_popup {
    font-size: 20px;
    text-align: center;
    padding-left: 0;
    margin-left: -20px;
  }
}
.popover-body {
  padding: 0px !important;
}
.popover {
  max-width: 550px;
  z-index: 9999999;
  border: none;
}
@media (max-width: 576px) {
  .popover {
    max-width: 276px;
  }
}
.info-page-popup .modal {
  position: relative !important;
  z-index: 1 !important;
}
.info_popup_tooltip {
  border-radius: 15px;
  overflow: hidden;
}
.info_popup_tooltip .modal-body {
  background-image: none !important;
  background-color: transparent;
}
.info_popup_tooltip .head_wrapper_popup {
  font-size: 16px;
  font-weight: 600;
}
.info_popup_tooltip.info-popup ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.info_popup_tooltip.info-popup ul li {
  font-size: 13px !important;
  line-height: 1 !important;
}
.info_popup_tooltip.info-popup ul li:before {
  left: -27px;
  top: 0px;
  width: 15px;
  height: 15px;
  font-size: 5px;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.page-link {
  display: block;
  text-decoration: none;
  position: relative;
  color: #1d1d1d !important;
  font-weight: 500;
  font-size: 16px !important;
  font-family: "Mulish", sans-serif !important;
  line-height: 1 !important;
}
.pageitem.active .page-link {
  background-color: #eae5f5;
}
.spinner-border-height {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 392px;
  background-color: #fff;
}
.page-link:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.contactUs-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.get_in_touch {
  width: 100%;
  background-image: url(../../assets/images/contatc_us/bg_get_in.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
.get_in_touch .get_in_touch_inner {
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .get_in_touch .get_in_touch_inner {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 576px) {
  .get_in_touch .get_in_touch_inner {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.get_in_touch .get_in_touch_inner .breadcrumbs_outer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
@media (max-width: 576px) {
  .get_in_touch .get_in_touch_inner .breadcrumbs_outer {
    margin-bottom: 0.625rem;
  }
}
.get_in_touch .get_in_touch_inner .breadcrumbs_outer span {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #a0a0a0;
  font-family: "Mulish", sans-serif;
  margin-right: 0.3125rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .get_in_touch .get_in_touch_inner .breadcrumbs_outer span {
    font-size: 0.9375rem;
  }
}
.get_in_touch .get_in_touch_inner .breadcrumbs_outer span a {
  line-height: inherit;
  font-family: inherit;
  color: #a0a0a0;
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.get_in_touch .get_in_touch_inner .breadcrumbs_outer span a:hover {
  color: #000;
  text-decoration: none;
}
.get_in_touch .get_in_touch_inner .breadcrumbs_outer span:last-child a {
  color: #000;
}
.get_in_touch .get_in_touch_inner .breadcrumbs_outer span:last-child a:hover {
  opacity: 0.5;
}
.get_in_touch .get_in_touch_inner .heading_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .get_in_touch .get_in_touch_inner .heading_wrapper {
    margin-bottom: 30px;
  }
}
.get_in_touch .get_in_touch_inner .heading_wrapper h3 {
  width: 100%;
  max-width: 30rem;
  color: #001e55;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.35;
  font-weight: 800;
  font-size: 4.375rem;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .get_in_touch .get_in_touch_inner .heading_wrapper h3 {
    max-width: 100%;
    font-size: 3.125rem;
  }
}
@media (max-width: 991px) {
  .get_in_touch .get_in_touch_inner .heading_wrapper h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .get_in_touch .get_in_touch_inner .heading_wrapper h3 {
    font-size: 1.625rem;
    margin-bottom: 5px;
  }
}
.get_in_touch .get_in_touch_inner .heading_wrapper p {
  width: 100%;
  color: #000;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 400;
  max-width: 30rem;
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .get_in_touch .get_in_touch_inner .heading_wrapper p {
    font-size: 1.125rem;
    max-width: 25rem;
  }
}
@media (max-width: 576px) {
  .get_in_touch .get_in_touch_inner .heading_wrapper p {
    font-size: 1rem;
    max-width: 25rem;
  }
}
.get_in_touch .get_in_touch_inner .address_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.get_in_touch .get_in_touch_inner .address_wrapper .address_wrapper_inner {
  width: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 10px;
}
@media (max-width: 380px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item:first-child {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item:nth-child(2) {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 380px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item:nth-child(2) {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item:nth-child(2)
  .icon {
  background-color: #f06500 !important;
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item:nth-child(3)
  .icon {
  background-color: #1088ff !important;
  font-size: 18px !important;
}
@media (max-width: 1600px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item:nth-child(3)
    .icon {
    font-size: 13px !important;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner {
    margin-bottom: 0.625rem;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner
  .icon {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  background-color: #1462c1;
}
@media (max-width: 1600px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .icon {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .icon {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner
  .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 65px);
  padding-left: 30px;
}
@media (max-width: 1600px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content {
    width: calc(100% - 40px);
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content {
    width: calc(100% - 35px);
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner
  .content
  h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #001e55;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content
    h4 {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content
    h4 {
    font-size: 1rem;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner
  .content
  p {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  max-width: 557px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content
    p {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content
    p {
    font-size: 0.875rem;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner
  .content
  a {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  max-width: 557px;
  margin-bottom: 0;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content
    a {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content
    a {
    font-size: 0.875rem;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner
  .content
  a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.get_in_touch .get_in_touch_inner .image_wrapper_inner_img {
  width: 100%;
  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;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .get_in_touch .get_in_touch_inner .image_wrapper_inner_img {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .get_in_touch .get_in_touch_inner .image_wrapper_inner_img {
    margin-bottom: 25px;
  }
}
.get_in_touch
  .get_in_touch_inner
  .image_wrapper_inner_img
  .working_hour_wrapper {
  width: 265px;
  height: 265px;
  border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #cef2bc;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  bottom: -8%;
  left: 5%;
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 576px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper {
    left: 0%;
    bottom: 0%;
    width: 150px;
    height: 150px;
  }
}
.get_in_touch
  .get_in_touch_inner
  .image_wrapper_inner_img
  .working_hour_wrapper:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border: 2px dashed #48af2f;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper:after {
    width: 96%;
    height: 96%;
    pointer-events: none;
  }
}
.get_in_touch
  .get_in_touch_inner
  .image_wrapper_inner_img
  .working_hour_wrapper
  .icon_wrapper {
  width: 33px;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #48af2f;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    .icon_wrapper {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    .icon_wrapper
    .iconm-clock {
    font-size: 10px;
  }
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    .icon_wrapper
    .iconm-clock:before {
    color: #cef2bc;
  }
}
.get_in_touch
  .get_in_touch_inner
  .image_wrapper_inner_img
  .working_hour_wrapper
  h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #01601a;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    h4 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    h4 {
    font-size: 12px;
  }
}
.get_in_touch
  .get_in_touch_inner
  .image_wrapper_inner_img
  .working_hour_wrapper
  p {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #008323;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    p {
    font-size: 0.8125rem;
  }
}
@media (max-width: 576px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    p {
    max-width: 66px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
}
.get_in_touch .get_in_touch_inner .image_wrapper_address {
  width: 100%;
  max-width: 627px;
  margin: auto;
}
@media (max-width: 991px) {
  .get_in_touch .get_in_touch_inner .image_wrapper_address {
    max-width: 450px;
  }
}
.get_in_touch .get_in_touch_inner .image_wrapper_address .image_wrapper_inner {
  width: 100%;
  position: relative;
  padding-bottom: calc((631 / 627) * 100%);
}
.get_in_touch
  .get_in_touch_inner
  .image_wrapper_address
  .image_wrapper_inner
  img {
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.get_in_touch .get_in_touch_inner .image_wrapper_inner_img {
  margin-top: -60px;
}
@media (max-width: 991px) {
  .get_in_touch .get_in_touch_inner .image_wrapper_inner_img {
    display: none;
  }
}
.get_in_touch .get_in_touch_inner .image_extra_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.get_in_touch
  .get_in_touch_inner
  .image_extra_wrapper
  .image_wrapper_inner_img {
  display: none;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .get_in_touch
    .get_in_touch_inner
    .image_extra_wrapper
    .image_wrapper_inner_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .get_in_touch .get_in_touch_inner .image_extra_wrapper > div:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .get_in_touch .get_in_touch_inner .image_extra_wrapper > div:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .get_in_touch
    .get_in_touch_inner
    .image_extra_wrapper
    > div.image_wrapper_inner_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.presence_contactus_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  background-color: #edf8fd;
  width: 100%;
  background-image: url(../../assets/images/contatc_us/bg_form.png);
  background-position: top left;
  background-size: cover;
}
@media (max-width: 1023px) {
  .presence_contactus_wrapper {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 576px) {
  .presence_contactus_wrapper {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    background-position: top center;
    background-size: auto;
  }
}
.presence_contactus_wrapper .presence_contactus_wrapper_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.presence_contactus_wrapper .header_wrapper_inner {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.presence_contactus_wrapper .header_wrapper_inner h3 {
  color: #001e55;
  font-size: 45px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .presence_contactus_wrapper .header_wrapper_inner h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .presence_contactus_wrapper .header_wrapper_inner h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .presence_contactus_wrapper .header_wrapper_inner h3 {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}
.presence_contactus_wrapper .presence_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .presence_contactus_wrapper .presence_wrapper .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.presence_contactus_wrapper .presence_wrapper .presence_wrapper_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 35px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .presence_contactus_wrapper .presence_wrapper .presence_wrapper_inner {
    border-radius: 20px;
  }
}
.presence_contactus_wrapper .presence_wrapper .image_wrapper_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.presence_contactus_wrapper
  .presence_wrapper
  .image_wrapper_inner
  .image_wrapper_main {
  width: 100%;
  position: relative;
  padding-bottom: calc((245 / 400) * 100%);
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .presence_contactus_wrapper
    .presence_wrapper
    .image_wrapper_inner
    .image_wrapper_main {
    border-radius: 15px;
  }
}
.presence_contactus_wrapper
  .presence_wrapper
  .image_wrapper_inner
  .image_wrapper_main
  img {
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.presence_contactus_wrapper .presence_wrapper .container_wrapper {
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .presence_contactus_wrapper .presence_wrapper .container_wrapper {
    padding-left: 15px;
  }
}
.presence_contactus_wrapper .presence_wrapper .container_wrapper h3 {
  color: #001e55;
  font-size: 24px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .presence_contactus_wrapper .presence_wrapper .container_wrapper h3 {
    font-size: 16px;
  }
}
.presence_contactus_wrapper .presence_wrapper .container_wrapper ul {
  padding-left: 0;
  padding-left: 0;
  padding-bottom: 0;
  list-style: none;
  margin-bottom: 20px;
}
.presence_contactus_wrapper .presence_wrapper .container_wrapper ul li {
  list-style: none;
  padding-left: 44px;
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
  position: relative;
}
@media (max-width: 1200px) {
  .presence_contactus_wrapper .presence_wrapper .container_wrapper ul li {
    padding-left: 35px;
  }
}
@media (max-width: 1200px) {
  .presence_contactus_wrapper .presence_wrapper .container_wrapper ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .presence_contactus_wrapper .presence_wrapper .container_wrapper ul li {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.presence_contactus_wrapper .presence_wrapper .container_wrapper ul li span {
  position: absolute;
  color: #b9c3d8;
  left: 0;
  top: 3px;
}
.presence_contactus_wrapper
  .presence_wrapper
  .container_wrapper
  ul
  li
  span:before {
  color: #b9c3d8;
  font-size: 18px;
}
.presence_contactus_wrapper
  .presence_wrapper
  .container_wrapper
  ul
  li:nth-child(2)
  span:before {
  font-size: 12px;
}
.presence_contactus_wrapper
  .presence_wrapper
  .container_wrapper
  ul
  li:nth-child(3)
  span:before {
  font-size: 20px;
}
.presence_contactus_wrapper .presence_wrapper .container_wrapper .link_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 40px;
}
.presence_contactus_wrapper
  .presence_wrapper
  .container_wrapper
  .link_wrapper
  a {
  color: #001e55;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.presence_contactus_wrapper
  .presence_wrapper
  .container_wrapper
  .link_wrapper
  a:hover {
  text-decoration: none;
  color: #dc3545;
}
.presence_contactus_wrapper
  .presence_wrapper
  .container_wrapper
  .link_wrapper
  a:after {
  width: 7px;
  height: 15px;
  position: absolute;
  right: -15px;
  top: 6px;
  content: "";
  color: #1088ff;
  font-family: "icomoon" !important;
  font-size: 11px;
}
@media (max-width: 576px) {
  .presence_contactus_wrapper
    .presence_wrapper
    .container_wrapper
    .link_wrapper
    a:after {
    width: 7px;
    height: 15px;
    position: absolute;
    right: -15px;
    top: 4px;
    content: "";
    color: #1088ff;
    font-family: "icomoon" !important;
    font-size: 9px;
  }
}
@media (max-width: 576px) {
  .presence_contactus_wrapper
    .presence_wrapper
    .container_wrapper
    .link_wrapper
    a {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.presence_contactus_wrapper .contact_wrapper .header_wrapper_inner {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .presence_contactus_wrapper .contact_wrapper .header_wrapper_inner {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .presence_contactus_wrapper .contact_wrapper .header_wrapper_inner {
    margin-top: 15px;
  }
}
.presence_contactus_wrapper .contact_wrapper .form_wrapper {
  margin-top: 35px;
  padding-bottom: 90px;
}
.presence_contactus_wrapper .contact_wrapper .form_wrapper .row > div {
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 576px) {
  .presence_contactus_wrapper .contact_wrapper .form_wrapper .row > div {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  .presence_contactus_wrapper .contact_wrapper .form_wrapper {
    margin-top: 10px;
    padding-bottom: 15px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.presence_contactus_wrapper .contact_wrapper .form_wrapper .form-control {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #b1c2d3;
  padding: 15px 0px;
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  resize: none;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control::-webkit-input-placeholder {
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control::-moz-placeholder {
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control:-ms-input-placeholder {
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control::-ms-input-placeholder {
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control::placeholder {
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 576px) {
  .presence_contactus_wrapper
    .contact_wrapper
    .form_wrapper
    .form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 2.9;
  }
  .presence_contactus_wrapper
    .contact_wrapper
    .form_wrapper
    .form-control::-moz-placeholder {
    font-size: 14px;
    line-height: 2.9;
  }
  .presence_contactus_wrapper
    .contact_wrapper
    .form_wrapper
    .form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 2.9;
  }
  .presence_contactus_wrapper
    .contact_wrapper
    .form_wrapper
    .form-control::-ms-input-placeholder {
    font-size: 14px;
    line-height: 2.9;
  }
  .presence_contactus_wrapper
    .contact_wrapper
    .form_wrapper
    .form-control::placeholder {
    font-size: 14px;
    line-height: 2.9;
  }
}
.presence_contactus_wrapper .contact_wrapper .form_wrapper .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #1462c1;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control:-webkit-autofill,
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control:-webkit-autofill:active,
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control:-webkit-autofill:focus,
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #edf8fd inset !important;
}
@media (max-width: 576px) {
  .presence_contactus_wrapper .contact_wrapper .form_wrapper .form-control {
    padding: 8px 0px;
    font-size: 14px;
    line-height: 2.9;
  }
}
.presence_contactus_wrapper .contact_wrapper .form_wrapper .form-group {
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .presence_contactus_wrapper .contact_wrapper .form_wrapper .form-group {
    margin-bottom: 10px;
  }
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-group
  label.error {
  position: absolute;
  right: 12px;
  top: 15px;
  color: #f00404;
  font-size: 13px;
  line-height: 1.5;
}
.presence_contactus_wrapper .contact_wrapper .form_wrapper .placeholder {
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0px;
  margin: auto;
  color: #434955;
  font-size: 18px;
  line-height: 3.3;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
  -webkit-transform-origin: left;
  transform-origin: left;
  height: 67px;
}
@media (max-width: 575px) {
  .presence_contactus_wrapper .contact_wrapper .form_wrapper .placeholder {
    font-size: 14px;
    line-height: 3.9;
  }
}
.presence_contactus_wrapper .contact_wrapper .submit_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.presence_contactus_wrapper .contact_wrapper .submit_wrapper .btn {
  color: #fff;
  background-color: #1462c1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.9375rem 2.1875rem;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  border-bottom: 3px solid #361a76;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
@media (max-width: 1199px) {
  .presence_contactus_wrapper .contact_wrapper .submit_wrapper .btn {
    padding: 0.5rem 1.5625rem;
  }
}
.presence_contactus_wrapper .contact_wrapper .submit_wrapper .btn:hover {
  background-color: #1088ff;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control::-webkit-input-placeholder {
  opacity: 0 !important;
  -webkit-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control::-webkit-input-placeholder {
  opacity: 0 !important;
  -webkit-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper .contact_wrapper .form-control:-moz-placeholder {
  opacity: 0 !important;
  -moz-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper .contact_wrapper .form-control::-moz-placeholder {
  opacity: 0 !important;
  -moz-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:-ms-input-placeholder {
  opacity: 0 !important;
  -ms-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus::-webkit-input-placeholder {
  opacity: 1 !important;
  -webkit-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus::-webkit-input-placeholder {
  opacity: 1 !important;
  -webkit-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus:-moz-placeholder {
  opacity: 1 !important;
  -moz-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus::-moz-placeholder {
  opacity: 1 !important;
  -moz-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus:-ms-input-placeholder {
  opacity: 1 !important;
  -ms-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper .contact_wrapper .form-control:required {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.presence_contactus_wrapper .contact_wrapper .form-control:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:not(:-moz-placeholder-shown)
  + label
  + label.placeholder,
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:not(:-moz-placeholder-shown)
  + label.placeholder {
  transform: translate(0px, -26px) scale(0.8) !important;
  cursor: pointer;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:not(:-ms-input-placeholder)
  + label
  + label.placeholder,
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:not(:-ms-input-placeholder)
  + label.placeholder {
  transform: translate(0px, -26px) scale(0.8) !important;
  cursor: pointer;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus
  + label
  + label.placeholder,
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus
  + label.placeholder,
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:not(:placeholder-shown)
  + label
  + label.placeholder,
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:not(:placeholder-shown)
  + label.placeholder {
  -webkit-transform: translate(0px, -26px) scale(0.8) !important;
  transform: translate(0px, -26px) scale(0.8) !important;
  cursor: pointer;
}
@media (max-width: 576px) {
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:not(:-moz-placeholder-shown)
    + label
    + label.placeholder,
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:not(:-moz-placeholder-shown)
    + label.placeholder {
    transform: translate(0px, -16px) scale(0.8) !important;
  }
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:not(:-ms-input-placeholder)
    + label
    + label.placeholder,
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:not(:-ms-input-placeholder)
    + label.placeholder {
    transform: translate(0px, -16px) scale(0.8) !important;
  }
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:focus
    + label
    + label.placeholder,
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:focus
    + label.placeholder,
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:not(:placeholder-shown)
    + label
    + label.placeholder,
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:not(:placeholder-shown)
    + label.placeholder {
    -webkit-transform: translate(0px, -16px) scale(0.8) !important;
    transform: translate(0px, -16px) scale(0.8) !important;
  }
}
.get_in_touch .breadcrumbs_outer {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.get_in_touch.visible .breadcrumbs_outer {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.get_in_touch .heading_wrapper h3 {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.get_in_touch.visible .heading_wrapper h3 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.get_in_touch .heading_wrapper p {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.get_in_touch.visible .heading_wrapper p {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.get_in_touch .address_item {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.get_in_touch.visible .address_item {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.get_in_touch.visible .address_item:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.get_in_touch.visible .address_item:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.get_in_touch .image_wrapper_address {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.get_in_touch.visible .image_wrapper_address {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.get_in_touch .working_hour_wrapper {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.get_in_touch.visible .working_hour_wrapper {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.presence_contactus_wrapper .header_list.header_wrapper_inner {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.presence_contactus_wrapper.visible .header_list.header_wrapper_inner {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.presence_contactus_wrapper .presence_wrapper .row > div {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
  transform: matrix(1, 0, 0, 1, 0, 70);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.presence_contactus_wrapper.visible .presence_wrapper .row > div {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.presence_contactus_wrapper .presence_wrapper .row > div:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.presence_contactus_wrapper .presence_wrapper .row > div:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.presence_contactus_wrapper .presence_wrapper .row > div:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.presence_contactus_wrapper .presence_wrapper .row > div:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.presence_contactus_wrapper .presence_wrapper .row > div:nth-child(6) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.contact_wrapper .header_wrapper_inner {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.contact_wrapper.visible .header_wrapper_inner {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.contact_wrapper .form_wrapper .row > div {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
  transform: matrix(1, 0, 0, 1, 0, 70);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.contact_wrapper.visible .form_wrapper .row > div {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.contact_wrapper .form_wrapper .row > div:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.contact_wrapper .form_wrapper .row > div:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.contact_wrapper .form_wrapper .row > div:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.contact_wrapper .form_wrapper .row > div:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.contact_wrapper .form_wrapper .row > div:nth-child(6) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.contact_wrapper .submit_wrapper {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
  transform: matrix(1, 0, 0, 1, 0, 70);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.contact_wrapper.visible .submit_wrapper {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.error-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 150px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../../assets/images/404_bg.png);
  background-position: center;
  background-size: cover;
}
.error-page .error_page_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.error-page .error_image {
  margin: auto;
  max-width: 634px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 35px;
}
.error-page .error_image .error_image_inner {
  width: 100%;
  position: relative;
  padding-bottom: calc((228 / 634) * 100%);
}
.error-page .error_image .error_image_inner img {
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.error-page .error_heading {
  color: #001e55;
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 0rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .error-page .error_heading {
    font-size: 1.625rem;
  }
}
.error-page p {
  max-width: 465px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
  font-size: 1.125rem;
  color: #001e55;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .error-page p {
    font-size: 1rem;
  }
}
.error-page .error_btn {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.error-page .error_btn .btn {
  color: #fff;
  background-color: #1462c1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.75rem 1.875rem;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  border-bottom: 3px solid #361a76;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  margin: auto;
  display: block;
}
.error-page .error_btn .btn:hover {
  background-color: #1088ff;
}
.contactUs-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.get_in_touch {
  width: 100%;
  background-image: url(../../assets/images/contatc_us/bg_get_in.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}
.get_in_touch .get_in_touch_inner {
  padding-top: 5.3125rem;
  padding-bottom: 5.3125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .get_in_touch .get_in_touch_inner {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 576px) {
  .get_in_touch .get_in_touch_inner {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.get_in_touch .get_in_touch_inner .breadcrumbs_outer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
@media (max-width: 576px) {
  .get_in_touch .get_in_touch_inner .breadcrumbs_outer {
    margin-bottom: 0.625rem;
  }
}
.get_in_touch .get_in_touch_inner .breadcrumbs_outer span {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #a0a0a0;
  font-family: "Mulish", sans-serif;
  margin-right: 0.3125rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .get_in_touch .get_in_touch_inner .breadcrumbs_outer span {
    font-size: 0.9375rem;
  }
}
.get_in_touch .get_in_touch_inner .breadcrumbs_outer span a {
  line-height: inherit;
  font-family: inherit;
  color: #a0a0a0;
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.get_in_touch .get_in_touch_inner .breadcrumbs_outer span a:hover {
  color: #000;
  text-decoration: none;
}
.get_in_touch .get_in_touch_inner .breadcrumbs_outer span:last-child a {
  color: #000;
}
.get_in_touch .get_in_touch_inner .breadcrumbs_outer span:last-child a:hover {
  opacity: 0.5;
}
.get_in_touch .get_in_touch_inner .heading_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .get_in_touch .get_in_touch_inner .heading_wrapper {
    margin-bottom: 30px;
  }
}
.get_in_touch .get_in_touch_inner .heading_wrapper h3 {
  width: 100%;
  max-width: 30rem;
  color: #001e55;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1.35;
  font-weight: 800;
  font-size: 4.375rem;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .get_in_touch .get_in_touch_inner .heading_wrapper h3 {
    max-width: 100%;
    font-size: 3.125rem;
  }
}
@media (max-width: 991px) {
  .get_in_touch .get_in_touch_inner .heading_wrapper h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 575px) {
  .get_in_touch .get_in_touch_inner .heading_wrapper h3 {
    font-size: 1.625rem;
    margin-bottom: 5px;
  }
}
.get_in_touch .get_in_touch_inner .heading_wrapper p {
  width: 100%;
  color: #000;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 400;
  max-width: 30rem;
  font-size: 1.25rem;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .get_in_touch .get_in_touch_inner .heading_wrapper p {
    font-size: 1.125rem;
    max-width: 25rem;
  }
}
@media (max-width: 576px) {
  .get_in_touch .get_in_touch_inner .heading_wrapper p {
    font-size: 1rem;
    max-width: 25rem;
  }
}
.get_in_touch .get_in_touch_inner .address_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.get_in_touch .get_in_touch_inner .address_wrapper .address_wrapper_inner {
  width: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 10px;
}
@media (max-width: 380px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item:first-child {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item:nth-child(2) {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 380px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item:nth-child(2) {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item:nth-child(2)
  .icon {
  background-color: #f06500 !important;
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item:nth-child(3)
  .icon {
  background-color: #1088ff !important;
  font-size: 18px !important;
}
@media (max-width: 1600px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item:nth-child(3)
    .icon {
    font-size: 13px !important;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner {
    margin-bottom: 0.625rem;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner
  .icon {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  background-color: #1462c1;
}
@media (max-width: 1600px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .icon {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .icon {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner
  .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 65px);
  padding-left: 30px;
}
@media (max-width: 1600px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content {
    width: calc(100% - 40px);
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content {
    width: calc(100% - 35px);
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner
  .content
  h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #001e55;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content
    h4 {
    font-size: 1.125rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content
    h4 {
    font-size: 1rem;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner
  .content
  p {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  max-width: 557px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content
    p {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content
    p {
    font-size: 0.875rem;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner
  .content
  a {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  max-width: 557px;
  margin-bottom: 0;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content
    a {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .get_in_touch
    .get_in_touch_inner
    .address_wrapper
    .address_wrapper_inner
    .address_item
    .address_item_inner
    .content
    a {
    font-size: 0.875rem;
  }
}
.get_in_touch
  .get_in_touch_inner
  .address_wrapper
  .address_wrapper_inner
  .address_item
  .address_item_inner
  .content
  a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.get_in_touch .get_in_touch_inner .image_wrapper_inner_img {
  width: 100%;
  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;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .get_in_touch .get_in_touch_inner .image_wrapper_inner_img {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .get_in_touch .get_in_touch_inner .image_wrapper_inner_img {
    margin-bottom: 25px;
  }
}
.get_in_touch
  .get_in_touch_inner
  .image_wrapper_inner_img
  .working_hour_wrapper {
  width: 265px;
  height: 265px;
  border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  background-color: #cef2bc;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  bottom: -8%;
  left: 5%;
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 576px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper {
    left: 0%;
    bottom: 0%;
    width: 150px;
    height: 150px;
  }
}
.get_in_touch
  .get_in_touch_inner
  .image_wrapper_inner_img
  .working_hour_wrapper:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border: 2px dashed #48af2f;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper:after {
    width: 96%;
    height: 96%;
    pointer-events: none;
  }
}
.get_in_touch
  .get_in_touch_inner
  .image_wrapper_inner_img
  .working_hour_wrapper
  .icon_wrapper {
  width: 33px;
  height: 33px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #48af2f;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    .icon_wrapper {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
  }
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    .icon_wrapper
    .iconm-clock {
    font-size: 10px;
  }
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    .icon_wrapper
    .iconm-clock:before {
    color: #cef2bc;
  }
}
.get_in_touch
  .get_in_touch_inner
  .image_wrapper_inner_img
  .working_hour_wrapper
  h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #01601a;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    h4 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    h4 {
    font-size: 12px;
  }
}
.get_in_touch
  .get_in_touch_inner
  .image_wrapper_inner_img
  .working_hour_wrapper
  p {
  font-size: 1.125rem;
  line-height: 1.2;
  color: #008323;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0px;
  text-align: center;
}
@media (max-width: 1200px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    p {
    font-size: 0.8125rem;
  }
}
@media (max-width: 576px) {
  .get_in_touch
    .get_in_touch_inner
    .image_wrapper_inner_img
    .working_hour_wrapper
    p {
    max-width: 66px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
}
.get_in_touch .get_in_touch_inner .image_wrapper_address {
  width: 100%;
  max-width: 627px;
  margin: auto;
}
@media (max-width: 991px) {
  .get_in_touch .get_in_touch_inner .image_wrapper_address {
    max-width: 450px;
  }
}
.get_in_touch .get_in_touch_inner .image_wrapper_address .image_wrapper_inner {
  width: 100%;
  position: relative;
  padding-bottom: calc((631 / 627) * 100%);
}
.get_in_touch
  .get_in_touch_inner
  .image_wrapper_address
  .image_wrapper_inner
  img {
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.get_in_touch .get_in_touch_inner .image_wrapper_inner_img {
  margin-top: -60px;
}
@media (max-width: 991px) {
  .get_in_touch .get_in_touch_inner .image_wrapper_inner_img {
    display: none;
  }
}
.get_in_touch .get_in_touch_inner .image_extra_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.get_in_touch
  .get_in_touch_inner
  .image_extra_wrapper
  .image_wrapper_inner_img {
  display: none;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .get_in_touch
    .get_in_touch_inner
    .image_extra_wrapper
    .image_wrapper_inner_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .get_in_touch .get_in_touch_inner .image_extra_wrapper > div:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .get_in_touch .get_in_touch_inner .image_extra_wrapper > div:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .get_in_touch
    .get_in_touch_inner
    .image_extra_wrapper
    > div.image_wrapper_inner_img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.presence_contactus_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  background-color: #edf8fd;
  width: 100%;
  background-image: url(../../assets/images/contatc_us/bg_form.png);
  background-position: top left;
  background-size: cover;
}
@media (max-width: 1023px) {
  .presence_contactus_wrapper {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 576px) {
  .presence_contactus_wrapper {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    background-position: top center;
    background-size: auto;
  }
}
.presence_contactus_wrapper .presence_contactus_wrapper_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.presence_contactus_wrapper .header_wrapper_inner {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.presence_contactus_wrapper .header_wrapper_inner h3 {
  color: #001e55;
  font-size: 45px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .presence_contactus_wrapper .header_wrapper_inner h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .presence_contactus_wrapper .header_wrapper_inner h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .presence_contactus_wrapper .header_wrapper_inner h3 {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}
.presence_contactus_wrapper .presence_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .presence_contactus_wrapper .presence_wrapper .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.presence_contactus_wrapper .presence_wrapper .presence_wrapper_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-radius: 35px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .presence_contactus_wrapper .presence_wrapper .presence_wrapper_inner {
    border-radius: 20px;
  }
}
.presence_contactus_wrapper .presence_wrapper .image_wrapper_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.presence_contactus_wrapper
  .presence_wrapper
  .image_wrapper_inner
  .image_wrapper_main {
  width: 100%;
  position: relative;
  padding-bottom: calc((245 / 400) * 100%);
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .presence_contactus_wrapper
    .presence_wrapper
    .image_wrapper_inner
    .image_wrapper_main {
    border-radius: 15px;
  }
}
.presence_contactus_wrapper
  .presence_wrapper
  .image_wrapper_inner
  .image_wrapper_main
  img {
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.presence_contactus_wrapper .presence_wrapper .container_wrapper {
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .presence_contactus_wrapper .presence_wrapper .container_wrapper {
    padding-left: 15px;
  }
}
.presence_contactus_wrapper .presence_wrapper .container_wrapper h3 {
  color: #001e55;
  font-size: 24px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .presence_contactus_wrapper .presence_wrapper .container_wrapper h3 {
    font-size: 16px;
  }
}
.presence_contactus_wrapper .presence_wrapper .container_wrapper ul {
  padding-left: 0;
  padding-left: 0;
  padding-bottom: 0;
  list-style: none;
  margin-bottom: 20px;
}
.presence_contactus_wrapper .presence_wrapper .container_wrapper ul li {
  list-style: none;
  padding-left: 44px;
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
  position: relative;
}
@media (max-width: 1200px) {
  .presence_contactus_wrapper .presence_wrapper .container_wrapper ul li {
    padding-left: 35px;
  }
}
@media (max-width: 1200px) {
  .presence_contactus_wrapper .presence_wrapper .container_wrapper ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .presence_contactus_wrapper .presence_wrapper .container_wrapper ul li {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.presence_contactus_wrapper .presence_wrapper .container_wrapper ul li span {
  position: absolute;
  color: #b9c3d8;
  left: 0;
  top: 3px;
}
.presence_contactus_wrapper
  .presence_wrapper
  .container_wrapper
  ul
  li
  span:before {
  color: #b9c3d8;
  font-size: 18px;
}
.presence_contactus_wrapper
  .presence_wrapper
  .container_wrapper
  ul
  li:nth-child(2)
  span:before {
  font-size: 12px;
}
.presence_contactus_wrapper
  .presence_wrapper
  .container_wrapper
  ul
  li:nth-child(3)
  span:before {
  font-size: 20px;
}
.presence_contactus_wrapper .presence_wrapper .container_wrapper .link_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 40px;
}
.presence_contactus_wrapper
  .presence_wrapper
  .container_wrapper
  .link_wrapper
  a {
  color: #001e55;
  font-size: 17px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.presence_contactus_wrapper
  .presence_wrapper
  .container_wrapper
  .link_wrapper
  a:hover {
  text-decoration: none;
  color: #dc3545;
}
.presence_contactus_wrapper
  .presence_wrapper
  .container_wrapper
  .link_wrapper
  a:after {
  width: 7px;
  height: 15px;
  position: absolute;
  right: -15px;
  top: 6px;
  content: "";
  color: #1088ff;
  font-family: "icomoon" !important;
  font-size: 11px;
}
@media (max-width: 576px) {
  .presence_contactus_wrapper
    .presence_wrapper
    .container_wrapper
    .link_wrapper
    a:after {
    width: 7px;
    height: 15px;
    position: absolute;
    right: -15px;
    top: 4px;
    content: "";
    color: #1088ff;
    font-family: "icomoon" !important;
    font-size: 9px;
  }
}
@media (max-width: 576px) {
  .presence_contactus_wrapper
    .presence_wrapper
    .container_wrapper
    .link_wrapper
    a {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.presence_contactus_wrapper .contact_wrapper .header_wrapper_inner {
  margin-top: 90px;
}
@media (max-width: 991px) {
  .presence_contactus_wrapper .contact_wrapper .header_wrapper_inner {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .presence_contactus_wrapper .contact_wrapper .header_wrapper_inner {
    margin-top: 15px;
  }
}
.presence_contactus_wrapper .contact_wrapper .form_wrapper {
  margin-top: 35px;
  padding-bottom: 90px;
}
.presence_contactus_wrapper .contact_wrapper .form_wrapper .row > div {
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 576px) {
  .presence_contactus_wrapper .contact_wrapper .form_wrapper .row > div {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  .presence_contactus_wrapper .contact_wrapper .form_wrapper {
    margin-top: 10px;
    padding-bottom: 15px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.presence_contactus_wrapper .contact_wrapper .form_wrapper .form-control {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #b1c2d3;
  padding: 15px 0px;
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  resize: none;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control::-webkit-input-placeholder {
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control::-moz-placeholder {
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control:-ms-input-placeholder {
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control::-ms-input-placeholder {
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control::placeholder {
  color: #001e55;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media (max-width: 576px) {
  .presence_contactus_wrapper
    .contact_wrapper
    .form_wrapper
    .form-control::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 2.9;
  }
  .presence_contactus_wrapper
    .contact_wrapper
    .form_wrapper
    .form-control::-moz-placeholder {
    font-size: 14px;
    line-height: 2.9;
  }
  .presence_contactus_wrapper
    .contact_wrapper
    .form_wrapper
    .form-control:-ms-input-placeholder {
    font-size: 14px;
    line-height: 2.9;
  }
  .presence_contactus_wrapper
    .contact_wrapper
    .form_wrapper
    .form-control::-ms-input-placeholder {
    font-size: 14px;
    line-height: 2.9;
  }
  .presence_contactus_wrapper
    .contact_wrapper
    .form_wrapper
    .form-control::placeholder {
    font-size: 14px;
    line-height: 2.9;
  }
}
.presence_contactus_wrapper .contact_wrapper .form_wrapper .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #1462c1;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control:-webkit-autofill,
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control:-webkit-autofill:active,
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control:-webkit-autofill:focus,
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-control:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px #edf8fd inset !important;
}
@media (max-width: 576px) {
  .presence_contactus_wrapper .contact_wrapper .form_wrapper .form-control {
    padding: 8px 0px;
    font-size: 14px;
    line-height: 2.9;
  }
}
.presence_contactus_wrapper .contact_wrapper .form_wrapper .form-group {
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .presence_contactus_wrapper .contact_wrapper .form_wrapper .form-group {
    margin-bottom: 10px;
  }
}
.presence_contactus_wrapper
  .contact_wrapper
  .form_wrapper
  .form-group
  label.error {
  position: absolute;
  right: 12px;
  top: 15px;
  color: #f00404;
  font-size: 13px;
  line-height: 1.5;
}
.presence_contactus_wrapper .contact_wrapper .form_wrapper .placeholder {
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0px;
  margin: auto;
  color: #434955;
  font-size: 18px;
  line-height: 3.3;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  pointer-events: none;
  -webkit-transform-origin: left;
  transform-origin: left;
  height: 67px;
}
@media (max-width: 575px) {
  .presence_contactus_wrapper .contact_wrapper .form_wrapper .placeholder {
    font-size: 14px;
    line-height: 3.9;
  }
}
.presence_contactus_wrapper .contact_wrapper .submit_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.presence_contactus_wrapper .contact_wrapper .submit_wrapper .btn {
  color: #fff;
  background-color: #1462c1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.9375rem 2.1875rem;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  border-bottom: 3px solid #361a76;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
@media (max-width: 1199px) {
  .presence_contactus_wrapper .contact_wrapper .submit_wrapper .btn {
    padding: 0.5rem 1.5625rem;
  }
}
.presence_contactus_wrapper .contact_wrapper .submit_wrapper .btn:hover {
  background-color: #1088ff;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control::-webkit-input-placeholder {
  opacity: 0 !important;
  -webkit-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control::-webkit-input-placeholder {
  opacity: 0 !important;
  -webkit-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper .contact_wrapper .form-control:-moz-placeholder {
  opacity: 0 !important;
  -moz-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper .contact_wrapper .form-control::-moz-placeholder {
  opacity: 0 !important;
  -moz-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:-ms-input-placeholder {
  opacity: 0 !important;
  -ms-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus::-webkit-input-placeholder {
  opacity: 1 !important;
  -webkit-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus::-webkit-input-placeholder {
  opacity: 1 !important;
  -webkit-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus:-moz-placeholder {
  opacity: 1 !important;
  -moz-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus::-moz-placeholder {
  opacity: 1 !important;
  -moz-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus:-ms-input-placeholder {
  opacity: 1 !important;
  -ms-transition: inherit;
  transition: inherit;
}
.presence_contactus_wrapper .contact_wrapper .form-control:required {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.presence_contactus_wrapper .contact_wrapper .form-control:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:not(:-moz-placeholder-shown)
  + label
  + label.placeholder,
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:not(:-moz-placeholder-shown)
  + label.placeholder {
  transform: translate(0px, -26px) scale(0.8) !important;
  cursor: pointer;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:not(:-ms-input-placeholder)
  + label
  + label.placeholder,
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:not(:-ms-input-placeholder)
  + label.placeholder {
  transform: translate(0px, -26px) scale(0.8) !important;
  cursor: pointer;
}
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus
  + label
  + label.placeholder,
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:focus
  + label.placeholder,
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:not(:placeholder-shown)
  + label
  + label.placeholder,
.presence_contactus_wrapper
  .contact_wrapper
  .form-control:not(:placeholder-shown)
  + label.placeholder {
  -webkit-transform: translate(0px, -26px) scale(0.8) !important;
  transform: translate(0px, -26px) scale(0.8) !important;
  cursor: pointer;
}
@media (max-width: 576px) {
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:not(:-moz-placeholder-shown)
    + label
    + label.placeholder,
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:not(:-moz-placeholder-shown)
    + label.placeholder {
    transform: translate(0px, -16px) scale(0.8) !important;
  }
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:not(:-ms-input-placeholder)
    + label
    + label.placeholder,
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:not(:-ms-input-placeholder)
    + label.placeholder {
    transform: translate(0px, -16px) scale(0.8) !important;
  }
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:focus
    + label
    + label.placeholder,
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:focus
    + label.placeholder,
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:not(:placeholder-shown)
    + label
    + label.placeholder,
  .presence_contactus_wrapper
    .contact_wrapper
    .form-control:not(:placeholder-shown)
    + label.placeholder {
    -webkit-transform: translate(0px, -16px) scale(0.8) !important;
    transform: translate(0px, -16px) scale(0.8) !important;
  }
}
.get_in_touch .breadcrumbs_outer {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.get_in_touch.visible .breadcrumbs_outer {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.get_in_touch .heading_wrapper h3 {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.get_in_touch.visible .heading_wrapper h3 {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.get_in_touch .heading_wrapper p {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.get_in_touch.visible .heading_wrapper p {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.get_in_touch .address_item {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.get_in_touch.visible .address_item {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.get_in_touch.visible .address_item:nth-child(2) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.get_in_touch.visible .address_item:nth-child(3) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.get_in_touch .image_wrapper_address {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.get_in_touch.visible .image_wrapper_address {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.get_in_touch .working_hour_wrapper {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.get_in_touch.visible .working_hour_wrapper {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.presence_contactus_wrapper .header_list.header_wrapper_inner {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
}
.presence_contactus_wrapper.visible .header_list.header_wrapper_inner {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.presence_contactus_wrapper .presence_wrapper .row > div {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
  transform: matrix(1, 0, 0, 1, 0, 70);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.presence_contactus_wrapper.visible .presence_wrapper .row > div {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.presence_contactus_wrapper .presence_wrapper .row > div:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.presence_contactus_wrapper .presence_wrapper .row > div:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.presence_contactus_wrapper .presence_wrapper .row > div:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.presence_contactus_wrapper .presence_wrapper .row > div:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.presence_contactus_wrapper .presence_wrapper .row > div:nth-child(6) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.contact_wrapper .header_wrapper_inner {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 30);
  transform: matrix(1, 0, 0, 1, 0, 30);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.contact_wrapper.visible .header_wrapper_inner {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.contact_wrapper .form_wrapper .row > div {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
  transform: matrix(1, 0, 0, 1, 0, 70);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.contact_wrapper.visible .form_wrapper .row > div {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.contact_wrapper .form_wrapper .row > div:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.contact_wrapper .form_wrapper .row > div:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.contact_wrapper .form_wrapper .row > div:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.contact_wrapper .form_wrapper .row > div:nth-child(5) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.contact_wrapper .form_wrapper .row > div:nth-child(6) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.contact_wrapper .submit_wrapper {
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
  transform: matrix(1, 0, 0, 1, 0, 70);
  -webkit-transition: all 0.99s ease;
  transition: all 0.99s ease;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.contact_wrapper.visible .submit_wrapper {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.success-error-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 102px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../images/bg_success.png);
  background-position: center;
  background-size: cover;
}
.success-error-page .error_page_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.success-error-page .success_image {
  margin: auto;
  max-width: 217px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 35px;
}
.success-error-page .success_image .success_image_inner {
  width: 100%;
  position: relative;
  padding-bottom: calc((215 / 217) * 100%);
}
.success-error-page .success_image .success_image_inner img {
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.success-error-page .failed_image {
  margin: auto;
  max-width: 121px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .success-error-page .failed_image {
    max-width: 100px;
  }
}
.success-error-page .failed_image .failed_image_inner {
  width: 100%;
  position: relative;
  padding-bottom: calc((121 / 121) * 100%);
}
.success-error-page .failed_image .failed_image_inner img {
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.success-error-page .error_image {
  margin: auto;
  max-width: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .success-error-page .error_image {
    max-width: 180px;
  }
}
.success-error-page .error_image .success_image_inner {
  width: 100%;
  position: relative;
  padding-bottom: calc((215 / 217) * 100%);
}
.success-error-page .error_image .success_image_inner img {
  position: absolute;
  left: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}
.success-error-page .error_heading {
  color: #001e55;
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 0rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .success-error-page .error_heading {
    font-size: 1.625rem;
  }
}
.success-error-page p {
  max-width: 400px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
  font-size: 1.125rem;
  color: #001e55;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .success-error-page p {
    font-size: 1rem;
  }
}
.success-error-page .error_btn {
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}
.success-error-page .error_btn .btn {
  color: #fff;
  background-color: #1462c1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0.75rem 1.875rem;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  border-bottom: 3px solid #361a76;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  margin: auto;
  display: block;
}
.success-error-page .error_btn .btn:hover {
  background-color: #1088ff;
}
.resend_otp {
  border: 2px solid #1462c1 !important;
  color: #001e55 !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.resend_otp:hover {
  background-color: #1462c1 !important;
  color: #fff !important;
}
.dynamic_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .dynamic_content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.dynamic_content .dynamic_content_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.dynamic_content .dynamic_content_inner h1,
.dynamic_content .dynamic_content_inner h2 {
  font-size: 26px !important;
  line-height: 1.8 !important;
  color: #000000 !important;
  text-decoration: none !important;
  letter-spacing: normal !important;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .dynamic_content .dynamic_content_inner h1,
  .dynamic_content .dynamic_content_inner h2 {
    font-size: 22px !important;
    line-height: 1.6 !important;
  }
}
.dynamic_content .dynamic_content_inner h3 {
  font-size: 24px !important;
  line-height: 1.8 !important;
  color: #000000 !important;
  text-decoration: none !important;
  letter-spacing: normal !important;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .dynamic_content .dynamic_content_inner h3 {
    font-size: 22px !important;
    line-height: 1.6 !important;
  }
}
.dynamic_content .dynamic_content_inner h4 {
  font-size: 22px !important;
  line-height: 1.8 !important;
  color: #000000 !important;
  text-decoration: none !important;
  letter-spacing: normal !important;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .dynamic_content .dynamic_content_inner h4 {
    font-size: 20px !important;
    line-height: 1.6 !important;
  }
}
.dynamic_content .dynamic_content_inner h5 {
  font-size: 20px !important;
  line-height: 1.8 !important;
  color: #000000 !important;
  text-decoration: none !important;
  letter-spacing: normal !important;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .dynamic_content .dynamic_content_inner h5 {
    font-size: 18px !important;
    line-height: 1.6 !important;
  }
}
.dynamic_content .dynamic_content_inner h6 {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #000000 !important;
  text-decoration: none !important;
  letter-spacing: normal !important;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .dynamic_content .dynamic_content_inner h6 {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}
.dynamic_content .dynamic_content_inner p {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #000000 !important;
  text-decoration: none !important;
  letter-spacing: normal !important;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .dynamic_content .dynamic_content_inner p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}
.dynamic_content .dynamic_content_inner a {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.dynamic_content .dynamic_content_inner a:hover {
  opacity: 0.5;
}
.dynamic_content .dynamic_content_inner ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 !important;
  position: relative;
}
.dynamic_content .dynamic_content_inner ul li {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #000000 !important;
  text-decoration: none !important;
  letter-spacing: normal !important;
  font-weight: 400;
  position: relative;
  list-style: none !important;
}
@media (max-width: 1024px) {
  .dynamic_content .dynamic_content_inner ul li {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}
.dynamic_content .dynamic_content_inner ol {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 !important;
  position: relative;
}
.dynamic_content .dynamic_content_inner ol li {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #000000 !important;
  text-decoration: none !important;
  letter-spacing: normal !important;
  font-weight: 400;
  position: relative;
  list-style: none !important;
}
@media (max-width: 1024px) {
  .dynamic_content .dynamic_content_inner ol li {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}
@media (max-width: 575.98px) {
  .home-page .slick-init-slider  {
    display: none;
  }
  .home-page .banner-home-page .banner_bg_animation .desktop-image {
    display: none;
  }
}
@media (min-width:576px){
  .home-page .banner-home-page .banner_bg_animation .mobile-image {
    display: none;
  }
}





