@charset "UTF-8";
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 0.5rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #007bff;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #0056b3;
text-decoration: underline;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
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;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
select {
word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-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-weight: 500;
line-height: 1.2;
}
h1, .h1 {
font-size: 2.5rem;
}
h2, .h2 {
font-size: 2rem;
}
h3, .h3 {
font-size: 1.75rem;
}
h4, .h4 {
font-size: 1.5rem;
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
}
.display-1 {
font-size: 6rem;
font-weight: 300;
line-height: 1.2;
}
.display-2 {
font-size: 5.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
.display-4 {
font-size: 3.5rem;
font-weight: 300;
line-height: 1.2;
}
hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
font-size: 80%;
font-weight: 400;
}
mark,
.mark {
padding: 0.2em;
background-color: #fcf8e3;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
}
.list-inline-item {
display: inline-block;
}
.list-inline-item:not(:last-child) {
margin-right: 0.5rem;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
.blockquote {
margin-bottom: 1rem;
font-size: 1.25rem;
}
.blockquote-footer {
display: block;
font-size: 80%;
color: #6c757d;
}
.blockquote-footer::before {
content: "\2014\00A0";
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
max-width: 100%;
height: auto;
}
.figure {
display: inline-block;
}
.figure-img {
margin-bottom: 0.5rem;
line-height: 1;
}
.figure-caption {
font-size: 90%;
color: #6c757d;
}
code {
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;
}
.header-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container, .header-container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container, .header-container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container, .header-container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container, .header-container {
max-width: 1170px;
}
}
@media (min-width: 1500px) {
.header-container {
max-width: 1480px;
}
}
.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-first {
-ms-flex-order: -1;
order: -1;
}
.order-last {
-ms-flex-order: 13;
order: 13;
}
.order-0 {
-ms-flex-order: 0;
order: 0;
}
.order-1 {
-ms-flex-order: 1;
order: 1;
}
.order-2 {
-ms-flex-order: 2;
order: 2;
}
.order-3 {
-ms-flex-order: 3;
order: 3;
}
.order-4 {
-ms-flex-order: 4;
order: 4;
}
.order-5 {
-ms-flex-order: 5;
order: 5;
}
.order-6 {
-ms-flex-order: 6;
order: 6;
}
.order-7 {
-ms-flex-order: 7;
order: 7;
}
.order-8 {
-ms-flex-order: 8;
order: 8;
}
.order-9 {
-ms-flex-order: 9;
order: 9;
}
.order-10 {
-ms-flex-order: 10;
order: 10;
}
.order-11 {
-ms-flex-order: 11;
order: 11;
}
.order-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-1 {
margin-left: 8.333333%;
}
.offset-2 {
margin-left: 16.666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.333333%;
}
.offset-5 {
margin-left: 41.666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.333333%;
}
.offset-8 {
margin-left: 66.666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.333333%;
}
.offset-11 {
margin-left: 91.666667%;
}
@media (min-width: 576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-sm-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-sm-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-sm-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-sm-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-sm-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-sm-first {
-ms-flex-order: -1;
order: -1;
}
.order-sm-last {
-ms-flex-order: 13;
order: 13;
}
.order-sm-0 {
-ms-flex-order: 0;
order: 0;
}
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
}
.order-sm-2 {
-ms-flex-order: 2;
order: 2;
}
.order-sm-3 {
-ms-flex-order: 3;
order: 3;
}
.order-sm-4 {
-ms-flex-order: 4;
order: 4;
}
.order-sm-5 {
-ms-flex-order: 5;
order: 5;
}
.order-sm-6 {
-ms-flex-order: 6;
order: 6;
}
.order-sm-7 {
-ms-flex-order: 7;
order: 7;
}
.order-sm-8 {
-ms-flex-order: 8;
order: 8;
}
.order-sm-9 {
-ms-flex-order: 9;
order: 9;
}
.order-sm-10 {
-ms-flex-order: 10;
order: 10;
}
.order-sm-11 {
-ms-flex-order: 11;
order: 11;
}
.order-sm-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.333333%;
}
.offset-sm-2 {
margin-left: 16.666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.333333%;
}
.offset-sm-5 {
margin-left: 41.666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.333333%;
}
.offset-sm-8 {
margin-left: 66.666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.333333%;
}
.offset-sm-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-md-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-md-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-md-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-md-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-md-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-md-first {
-ms-flex-order: -1;
order: -1;
}
.order-md-last {
-ms-flex-order: 13;
order: 13;
}
.order-md-0 {
-ms-flex-order: 0;
order: 0;
}
.order-md-1 {
-ms-flex-order: 1;
order: 1;
}
.order-md-2 {
-ms-flex-order: 2;
order: 2;
}
.order-md-3 {
-ms-flex-order: 3;
order: 3;
}
.order-md-4 {
-ms-flex-order: 4;
order: 4;
}
.order-md-5 {
-ms-flex-order: 5;
order: 5;
}
.order-md-6 {
-ms-flex-order: 6;
order: 6;
}
.order-md-7 {
-ms-flex-order: 7;
order: 7;
}
.order-md-8 {
-ms-flex-order: 8;
order: 8;
}
.order-md-9 {
-ms-flex-order: 9;
order: 9;
}
.order-md-10 {
-ms-flex-order: 10;
order: 10;
}
.order-md-11 {
-ms-flex-order: 11;
order: 11;
}
.order-md-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.333333%;
}
.offset-md-2 {
margin-left: 16.666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.333333%;
}
.offset-md-5 {
margin-left: 41.666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.333333%;
}
.offset-md-8 {
margin-left: 66.666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.333333%;
}
.offset-md-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-lg-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-lg-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-lg-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-lg-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-lg-first {
-ms-flex-order: -1;
order: -1;
}
.order-lg-last {
-ms-flex-order: 13;
order: 13;
}
.order-lg-0 {
-ms-flex-order: 0;
order: 0;
}
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
}
.order-lg-2 {
-ms-flex-order: 2;
order: 2;
}
.order-lg-3 {
-ms-flex-order: 3;
order: 3;
}
.order-lg-4 {
-ms-flex-order: 4;
order: 4;
}
.order-lg-5 {
-ms-flex-order: 5;
order: 5;
}
.order-lg-6 {
-ms-flex-order: 6;
order: 6;
}
.order-lg-7 {
-ms-flex-order: 7;
order: 7;
}
.order-lg-8 {
-ms-flex-order: 8;
order: 8;
}
.order-lg-9 {
-ms-flex-order: 9;
order: 9;
}
.order-lg-10 {
-ms-flex-order: 10;
order: 10;
}
.order-lg-11 {
-ms-flex-order: 11;
order: 11;
}
.order-lg-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.333333%;
}
.offset-lg-2 {
margin-left: 16.666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.333333%;
}
.offset-lg-5 {
margin-left: 41.666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.333333%;
}
.offset-lg-8 {
margin-left: 66.666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.333333%;
}
.offset-lg-11 {
margin-left: 91.666667%;
}
}
@media (min-width: 1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.col-xl-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: 100%;
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.col-xl-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.col-xl-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.col-xl-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.col-xl-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.order-xl-first {
-ms-flex-order: -1;
order: -1;
}
.order-xl-last {
-ms-flex-order: 13;
order: 13;
}
.order-xl-0 {
-ms-flex-order: 0;
order: 0;
}
.order-xl-1 {
-ms-flex-order: 1;
order: 1;
}
.order-xl-2 {
-ms-flex-order: 2;
order: 2;
}
.order-xl-3 {
-ms-flex-order: 3;
order: 3;
}
.order-xl-4 {
-ms-flex-order: 4;
order: 4;
}
.order-xl-5 {
-ms-flex-order: 5;
order: 5;
}
.order-xl-6 {
-ms-flex-order: 6;
order: 6;
}
.order-xl-7 {
-ms-flex-order: 7;
order: 7;
}
.order-xl-8 {
-ms-flex-order: 8;
order: 8;
}
.order-xl-9 {
-ms-flex-order: 9;
order: 9;
}
.order-xl-10 {
-ms-flex-order: 10;
order: 10;
}
.order-xl-11 {
-ms-flex-order: 11;
order: 11;
}
.order-xl-12 {
-ms-flex-order: 12;
order: 12;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.333333%;
}
.offset-xl-2 {
margin-left: 16.666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.333333%;
}
.offset-xl-5 {
margin-left: 41.666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.333333%;
}
.offset-xl-8 {
margin-left: 66.666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.333333%;
}
.offset-xl-11 {
margin-left: 91.666667%;
}
}
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
padding: 0.3rem;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
color: #212529;
background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
border-color: #7abaff;
}
.table-hover .table-primary:hover {
background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
border-color: #8fd19e;
}
.table-hover .table-success:hover {
background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
border-color: #86cfda;
}
.table-hover .table-info:hover {
background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
border-color: #ed969e;
}
.table-hover .table-danger:hover {
background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
border-color: #fbfcfc;
}
.table-hover .table-light:hover {
background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #95999c;
}
.table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
color: #fff;
background-color: #343a40;
border-color: #454d55;
}
.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6;
}
.table-dark {
color: #fff;
background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
border-color: #454d55;
}
.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 {
color: #fff;
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;
}
.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;
}
.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;
}
.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;
}
.table-responsive-xl > .table-bordered {
border: 0;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
border: 0;
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
}
.form-control::-ms-expand {
background-color: transparent;
border: 0;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
color: #6c757d;
opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select.form-control: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;
color: #212529;
background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
padding-right: 0;
padding-left: 0;
}
.form-control-sm {
height: calc(1.5em + 0.5rem + 2px);
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.form-control-lg {
height: calc(1.5em + 1rem + 2px);
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
height: auto;
}
textarea.form-control {
height: auto;
}
.form-group {
margin-bottom: 1rem;
}
.form-text {
display: block;
margin-top: 0.25rem;
}
.form-row {
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: -ms-inline-flexbox;
display: inline-flex;
-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.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(40, 167, 69, 0.9);
border-radius: 0.25rem;
}
.was-validated .form-control:valid, .form-control.is-valid {
border-color: #28a745;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: center right calc(0.375em + 0.1875rem);
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
border-color: #28a745;
padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
border-color: #28a745;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #34ce57;
background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #28a745;
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.25rem 0.5rem;
margin-top: .1rem;
font-size: 0.875rem;
line-height: 1.5;
color: #fff;
background-color: rgba(220, 53, 69, 0.9);
border-radius: 0.25rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
border-color: #dc3545;
padding-right: calc(1.5em + 0.75rem);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
background-repeat: no-repeat;
background-position: center right calc(0.375em + 0.1875rem);
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
padding-right: calc(1.5em + 0.75rem);
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
border-color: #dc3545;
padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
background: url("data:image/svg+xml,%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/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
border-color: #e4606d;
background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
border-color: #dc3545;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-ms-flex-align: center;
align-items: center;
}
.form-inline .form-check {
width: 100%;
}
@media (min-width: 576px) {
.form-inline label {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 0;
}
.form-inline .form-group {
display: -ms-flexbox;
display: flex;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-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,
.form-inline .custom-select {
width: auto;
}
.form-inline .form-check {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: auto;
padding-left: 0;
}
.form-inline .form-check-input {
position: relative;
-ms-flex-negative: 0;
flex-shrink: 0;
margin-top: 0;
margin-right: 0.25rem;
margin-left: 0;
}
.form-inline .custom-control {
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
}
.form-inline .custom-control-label {
margin-bottom: 0;
}
}
.btn {
display: inline-block;
font-weight: 400;
color: #212529;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid transparent;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
}
.btn:hover {
color: #212529;
text-decoration: none;
}
.btn:focus, .btn.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
pointer-events: none;
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
color: #28a745;
border-color: #28a745;
}
.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
font-weight: 400;
color: #007bff;
text-decoration: none;
}
.btn-link:hover {
color: #0056b3;
text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
text-decoration: underline;
box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
color: #6c757d;
pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
}
.fade:not(.show) {
opacity: 0;
}
.collapse:not(.show) {
display: none;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
}
.dropup,
.dropright,
.dropdown,
.dropleft {
position: relative;
}
.dropdown-toggle {
white-space: nowrap;
}
.dropdown-toggle::after {
display: inline-block;
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;
}
.dropdown-menu-left {
right: auto;
left: 0;
}
.dropdown-menu-right {
right: 0;
left: auto;
}
@media (min-width: 576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0;
}
.dropdown-menu-sm-right {
right: 0;
left: auto;
}
}
@media (min-width: 768px) {
.dropdown-menu-md-left {
right: auto;
left: 0;
}
.dropdown-menu-md-right {
right: 0;
left: auto;
}
}
@media (min-width: 992px) {
.dropdown-menu-lg-left {
right: auto;
left: 0;
}
.dropdown-menu-lg-right {
right: 0;
left: auto;
}
}
@media (min-width: 1200px) {
.dropdown-menu-xl-left {
right: auto;
left: 0;
}
.dropdown-menu-xl-right {
right: 0;
left: auto;
}
}
.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
display: inline-block;
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 {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid transparent;
border-right: 0;
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 {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
}
.dropleft .dropdown-toggle::after {
display: none;
}
.dropleft .dropdown-toggle::before {
display: inline-block;
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-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
right: auto;
bottom: auto;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef;
}
.dropdown-item {
display: block;
width: 100%;
padding: 0.25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
pointer-events: none;
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;
}
.dropdown-item-text {
display: block;
padding: 0.25rem 1.5rem;
color: #212529;
}
.btn-group,
.btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 1;
}
.btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.btn-toolbar .input-group {
width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
padding-right: 0.5625rem;
padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
padding-right: 0.375rem;
padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
}
.btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none;
}
.input-group {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group > .custom-file {
display: -ms-flexbox;
display: flex;
-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::after {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
display: -ms-flexbox;
display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
position: relative;
z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
margin-left: -1px;
}
.input-group-prepend {
margin-right: -1px;
}
.input-group-append {
margin-left: -1px;
}
.input-group-text {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
text-align: center;
white-space: nowrap;
background-color: #e9ecef;
border: 1px solid #ced4da;
border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
padding: 0.5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
padding: 0.25rem 0.5rem;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem;
}
.custom-control-inline {
display: -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;
border-color: #007bff;
background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
background-color: #b3d7ff;
border-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 {
position: relative;
margin-bottom: 0;
vertical-align: top;
}
.custom-control-label::before {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
pointer-events: none;
content: "";
background-color: #fff;
border: #adb5bd solid 1px;
}
.custom-control-label::after {
position: absolute;
top: 0.25rem;
left: -1.5rem;
display: block;
width: 1rem;
height: 1rem;
content: "";
background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%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 {
border-color: #007bff;
background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%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::after {
background-image: url("data:image/svg+xml,%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-switch {
padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
left: -2.25rem;
width: 1.75rem;
pointer-events: all;
border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
top: calc(0.25rem + 2px);
left: calc(-2.25rem + 2px);
width: calc(1rem - 4px);
height: calc(1rem - 4px);
background-color: #adb5bd;
border-radius: 0.5rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
transition: transform 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: transform 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-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
transition: none;
}
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
background-color: #fff;
-webkit-transform: translateX(0.75rem);
transform: translateX(0.75rem);
}
.custom-switch .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(1.5em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: url("data:image/svg+xml,%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/8px 10px;
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-select:focus {
border-color: #80bdff;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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 {
display: none;
}
.custom-select-sm {
height: calc(1.5em + 0.5rem + 2px);
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 0.5rem;
font-size: 0.875rem;
}
.custom-select-lg {
height: calc(1.5em + 1rem + 2px);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
font-size: 1.25rem;
}
.custom-file {
position: relative;
display: inline-block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin-bottom: 0;
}
.custom-file-input {
position: relative;
z-index: 2;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
margin: 0;
opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
border-color: #80bdff;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
content: attr(data-browse);
}
.custom-file-label {
position: absolute;
top: 0;
right: 0;
left: 0;
z-index: 1;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-weight: 400;
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(1.5em + 0.75rem);
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
content: "Browse";
background-color: #e9ecef;
border-left: inherit;
border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
width: 100%;
height: calc(1rem + 0.4rem);
padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-range:focus {
outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
border: 0;
}
.custom-range::-webkit-slider-thumb {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-webkit-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
transition: none;
}
}
.custom-range::-webkit-slider-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
-moz-appearance: none;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
transition: none;
}
}
.custom-range::-moz-range-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
}
.custom-range::-ms-thumb {
width: 1rem;
height: 1rem;
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
background-color: #007bff;
border: 0;
border-radius: 1rem;
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
appearance: none;
}
@media (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
transition: none;
}
}
.custom-range::-ms-thumb:active {
background-color: #b3d7ff;
}
.custom-range::-ms-track {
width: 100%;
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
margin-right: 15px;
background-color: #dee2e6;
border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
cursor: default;
}
.custom-range:disabled::-ms-thumb {
background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
transition: none;
}
}
.nav {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.nav-link {
display: block;
padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
text-decoration: none;
}
.nav-link.disabled {
color: #6c757d;
pointer-events: none;
cursor: default;
}
.nav-tabs {
border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
margin-bottom: -1px;
}
.nav-tabs .nav-link {
border: 1px solid transparent;
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #495057;
background-color: #fff;
border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.nav-pills .nav-link {
border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
background-color: #007bff;
}
.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
}
.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-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: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-brand {
display: inline-block;
padding-top: 0.3125rem;
padding-bottom: 0.3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
.navbar-nav {
display: -ms-flexbox;
display: flex;
-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%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
text-decoration: none;
}
.navbar-toggler-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 {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-sm .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-sm .navbar-nav .dropdown-menu {
position: absolute;
}
.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: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-sm .navbar-toggler {
display: none;
}
}
@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 {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-md .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
position: absolute;
}
.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: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-md .navbar-toggler {
display: none;
}
}
@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 {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
position: absolute;
}
.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: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
display: none;
}
}
@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 {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-xl .navbar-nav {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
position: absolute;
}
.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: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-xl .navbar-toggler {
display: none;
}
}
.navbar-expand {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-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 {
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
position: absolute;
}
.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: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand .navbar-toggler {
display: none;
}
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5);
border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff;
}
.card {
position: relative;
display: -ms-flexbox;
display: flex;
-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 {
-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: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.card-deck .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-deck {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -15px;
margin-left: -15px;
}
.card-deck .card {
display: -ms-flexbox;
display: flex;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-ms-flex-direction: column;
flex-direction: column;
margin-right: 15px;
margin-bottom: 0;
margin-left: 15px;
}
}
.card-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.card-group > .card {
margin-bottom: 15px;
}
@media (min-width: 576px) {
.card-group {
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group > .card {
-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:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
border-bottom-left-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;
orphans: 1;
widows: 1;
}
.card-columns .card {
display: inline-block;
width: 100%;
}
}
.accordion > .card {
overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0;
}
.accordion > .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.accordion > .card .card-header {
margin-bottom: -1px;
}
.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0.75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 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: -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 {
z-index: 2;
color: #0056b3;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
}
.page-link:focus {
z-index: 2;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-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;
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;
}
@media (prefers-reduced-motion: reduce) {
.badge {
transition: none;
}
}
a.badge:hover, a.badge:focus {
text-decoration: none;
}
.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;
}
a.badge-primary:hover, a.badge-primary:focus {
color: #fff;
background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
color: #fff;
background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
color: #fff;
background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
color: #fff;
background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
color: #fff;
background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
color: #fff;
background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
color: #fff;
background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
color: #212529;
background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
color: #212529;
background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
color: #fff;
background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
color: #fff;
background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
color: #212529;
background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
color: #212529;
background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
color: #fff;
background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
color: #fff;
background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
padding: 2rem 1rem;
margin-bottom: 2rem;
background-color: #e9ecef;
border-radius: 0.3rem;
}
@media (min-width: 576px) {
.jumbotron {
padding: 4rem 2rem;
}
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
border-radius: 0;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;
}
.alert-dismissible .close {
position: absolute;
top: 0;
right: 0;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary hr {
border-top-color: #9fcdff;
}
.alert-primary .alert-link {
color: #002752;
}
.alert-secondary {
color: #383d41;
background-color: #e2e3e5;
border-color: #d6d8db;
}
.alert-secondary hr {
border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
color: #202326;
}
.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.alert-success hr {
border-top-color: #b1dfbb;
}
.alert-success .alert-link {
color: #0b2e13;
}
.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.alert-info hr {
border-top-color: #abdde5;
}
.alert-info .alert-link {
color: #062c33;
}
.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.alert-warning hr {
border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
color: #533f03;
}
.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.alert-danger hr {
border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
color: #491217;
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light hr {
border-top-color: #ececf6;
}
.alert-light .alert-link {
color: #686868;
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.alert-dark hr {
border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}
.progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: 0.75rem;
background-color: #e9ecef;
border-radius: 0.25rem;
}
.progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
}
.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 (prefers-reduced-motion: reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none;
}
}
.media {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
}
.media-body {
-ms-flex: 1;
flex: 1;
}
.list-group {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
}
.list-group-item-action {
width: 100%;
color: #495057;
text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
z-index: 1;
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.disabled, .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
background-color: #fff;
}
.list-group-item.active {
z-index: 2;
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.list-group-horizontal {
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
.list-group-horizontal-sm {
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-sm .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal-sm .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-sm .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
@media (min-width: 768px) {
.list-group-horizontal-md {
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-md .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal-md .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-md .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
@media (min-width: 992px) {
.list-group-horizontal-lg {
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-lg .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal-lg .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-lg .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
@media (min-width: 1200px) {
.list-group-horizontal-xl {
-ms-flex-direction: row;
flex-direction: row;
}
.list-group-horizontal-xl .list-group-item {
margin-right: -1px;
margin-bottom: 0;
}
.list-group-horizontal-xl .list-group-item:first-child {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
}
.list-group-horizontal-xl .list-group-item:last-child {
margin-right: 0;
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0;
}
}
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
margin-bottom: 0;
border-bottom: 0;
}
.list-group-item-primary {
color: #004085;
background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
color: #004085;
background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
background-color: #004085;
border-color: #004085;
}
.list-group-item-secondary {
color: #383d41;
background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
color: #383d41;
background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
color: #fff;
background-color: #383d41;
border-color: #383d41;
}
.list-group-item-success {
color: #155724;
background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
color: #155724;
background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
color: #fff;
background-color: #155724;
border-color: #155724;
}
.list-group-item-info {
color: #0c5460;
background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
color: #0c5460;
background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
color: #fff;
background-color: #0c5460;
border-color: #0c5460;
}
.list-group-item-warning {
color: #856404;
background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
color: #856404;
background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
color: #fff;
background-color: #856404;
border-color: #856404;
}
.list-group-item-danger {
color: #721c24;
background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
color: #721c24;
background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
background-color: #721c24;
border-color: #721c24;
}
.list-group-item-light {
color: #818182;
background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
color: #818182;
background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
color: #fff;
background-color: #818182;
border-color: #818182;
}
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
color: #1b1e21;
background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21;
}
.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.close:hover {
color: #000;
text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
opacity: .75;
}
button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
a.close.disabled {
pointer-events: none;
}
.toast {
max-width: 350px;
overflow: hidden;
font-size: 0.875rem;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
opacity: 0;
border-radius: 0.25rem;
}
.toast:not(:last-child) {
margin-bottom: 0.75rem;
}
.toast.showing {
opacity: 1;
}
.toast.show {
display: block;
opacity: 1;
}
.toast.hide {
display: none;
}
.toast-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 0.25rem 0.75rem;
color: #6c757d;
background-color: rgba(255, 255, 255, 0.85);
background-clip: padding-box;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
padding: 0.75rem;
}
.modal-open {
overflow: hidden;
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
display: none;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
}
.modal.fade .modal-dialog {
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
-webkit-transform: translate(0, -50px);
transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
}
.modal.show .modal-dialog {
-webkit-transform: none;
transform: none;
}
.modal-dialog-scrollable {
display: -ms-flexbox;
display: flex;
max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 1rem);
overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
-ms-flex-negative: 0;
flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
overflow-y: auto;
}
.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
content: none;
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-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;
left: 0;
z-index: 1040;
width: 100vw;
height: 100vh;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem 1rem;
border-bottom: 1px solid #dee2e6;
border-top-left-radius: 0.3rem;
border-top-right-radius: 0.3rem;
}
.modal-header .close {
padding: 1rem 1rem;
margin: -1rem -1rem -1rem auto;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem;
}
.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #dee2e6;
border-bottom-right-radius: 0.3rem;
border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
margin-right: .25rem;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin: 1.75rem auto;
}
.modal-dialog-scrollable {
max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
max-height: calc(100vh - 3.5rem);
}
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
}
.modal-sm {
max-width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg,
.modal-xl {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.modal-xl {
max-width: 1140px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}
.tooltip.show {
opacity: 0.9;
}
.tooltip .arrow {
position: absolute;
display: block;
width: 0.8rem;
height: 0.4rem;
}
.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
top: 0;
border-width: 0.4rem 0.4rem 0;
border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
right: 0;
border-width: 0.4rem 0.4rem 0.4rem 0;
border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
bottom: 0;
border-width: 0 0.4rem 0.4rem;
border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
width: 0.4rem;
height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
left: 0;
border-width: 0.4rem 0 0.4rem 0.4rem;
border-left-color: #000;
}
.tooltip-inner {
max-width: 200px;
padding: 0.25rem 0.5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 276px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
}
.popover .arrow {
position: absolute;
display: block;
width: 1rem;
height: 0.5rem;
margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
position: absolute;
display: block;
content: "";
border-color: transparent;
border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
bottom: 0;
border-width: 0.5rem 0.5rem 0;
border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
bottom: 1px;
border-width: 0.5rem 0.5rem 0;
border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
left: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
left: 0;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
left: 1px;
border-width: 0.5rem 0.5rem 0.5rem 0;
border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
top: 0;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
top: 1px;
border-width: 0 0.5rem 0.5rem 0.5rem;
border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 1rem;
margin-left: -0.5rem;
content: "";
border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
right: calc((0.5rem + 1px) * -1);
width: 0.5rem;
height: 1rem;
margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
right: 0;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
right: 1px;
border-width: 0.5rem 0 0.5rem 0.5rem;
border-left-color: #fff;
}
.popover-header {
padding: 0.5rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
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.pointer-event {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner::after {
display: block;
clear: both;
content: "";
}
.carousel-item {
position: relative;
display: none;
float: left;
width: 100%;
margin-right: -100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.carousel-fade .carousel-item {
opacity: 0;
transition-property: opacity;
-webkit-transform: none;
transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1;
opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
z-index: 0;
opacity: 0;
transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none;
}
}
.carousel-control-prev,
.carousel-control-next {
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
width: 15%;
color: #fff;
text-align: center;
opacity: 0.5;
transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
transition: none;
}
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
color: #fff;
text-decoration: none;
outline: 0;
opacity: 0.9;
}
.carousel-control-prev {
left: 0;
}
.carousel-control-next {
right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
display: inline-block;
width: 20px;
height: 20px;
background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%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,%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: 0;
left: 0;
z-index: 15;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
padding-left: 0;
margin-right: 15%;
margin-left: 15%;
list-style: none;
}
.carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 30px;
height: 3px;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
transition: none;
}
}
.carousel-indicators .active {
opacity: 1;
}
.carousel-caption {
position: absolute;
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
}
@-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 .75s linear infinite;
animation: spinner-border .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 .75s linear infinite;
animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
width: 1rem;
height: 1rem;
}
.align-baseline {
vertical-align: baseline !important;
}
.align-top {
vertical-align: top !important;
}
.align-middle {
vertical-align: middle !important;
}
.align-bottom {
vertical-align: bottom !important;
}
.align-text-bottom {
vertical-align: text-bottom !important;
}
.align-text-top {
vertical-align: text-top !important;
}
.bg-primary {
background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
background-color: #0062cc !important;
}
.bg-secondary {
background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
background-color: #545b62 !important;
}
.bg-success {
background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
background-color: #1e7e34 !important;
}
.bg-info {
background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #117a8b !important;
}
.bg-warning {
background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
background-color: #d39e00 !important;
}
.bg-danger {
background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
background-color: #bd2130 !important;
}
.bg-light {
background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
background-color: #1d2124 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
.border {
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-sm {
border-radius: 0.2rem !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-lg {
border-radius: 0.3rem !important;
}
.rounded-circle {
border-radius: 50% !important;
}
.rounded-pill {
border-radius: 50rem !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: -ms-flexbox !important;
display: flex !important;
}
.d-inline-flex {
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: -ms-flexbox !important;
display: flex !important;
}
.d-sm-inline-flex {
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: -ms-flexbox !important;
display: flex !important;
}
.d-md-inline-flex {
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: -ms-flexbox !important;
display: flex !important;
}
.d-lg-inline-flex {
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: -ms-flexbox !important;
display: flex !important;
}
.d-xl-inline-flex {
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: -ms-flexbox !important;
display: flex !important;
}
.d-print-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
}
.embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.embed-responsive::before {
display: block;
content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.embed-responsive-21by9::before {
padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
padding-top: 56.25%;
}
.embed-responsive-4by3::before {
padding-top: 75%;
}
.embed-responsive-1by1::before {
padding-top: 100%;
}
.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
@media (min-width: 576px) {
.flex-sm-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-sm-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-sm-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-sm-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-sm-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-sm-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-sm-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-sm-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-sm-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-sm-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-sm-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-sm-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-sm-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-sm-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-sm-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-sm-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-sm-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-sm-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-sm-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-sm-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-sm-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-sm-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-sm-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-sm-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-sm-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-sm-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-sm-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-sm-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 768px) {
.flex-md-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-md-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-md-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-md-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-md-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-md-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-md-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-md-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-md-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-md-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-md-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-md-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-md-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-md-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-md-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-md-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-md-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-md-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-md-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-md-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-md-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-md-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-md-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-md-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-md-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-md-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-md-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-md-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-md-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-md-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 992px) {
.flex-lg-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-lg-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-lg-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-lg-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-lg-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-lg-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-lg-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-lg-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-lg-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-lg-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-lg-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-lg-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-lg-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-lg-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-lg-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-lg-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-lg-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-lg-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-lg-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-lg-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-lg-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-lg-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-lg-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-lg-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-lg-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-lg-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-lg-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-lg-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
@media (min-width: 1200px) {
.flex-xl-row {
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.flex-xl-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.flex-xl-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.flex-xl-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.flex-xl-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.flex-xl-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.justify-content-xl-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.justify-content-xl-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.justify-content-xl-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.justify-content-xl-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.justify-content-xl-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.align-items-xl-start {
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.align-items-xl-end {
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.align-items-xl-center {
-ms-flex-align: center !important;
align-items: center !important;
}
.align-items-xl-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.align-items-xl-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.align-content-xl-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.align-content-xl-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.align-content-xl-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.align-content-xl-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.align-content-xl-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.align-content-xl-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important;
}
.align-self-xl-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.align-self-xl-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.align-self-xl-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.align-self-xl-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.align-self-xl-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important;
}
.align-self-xl-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
}
.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;
}
}
.overflow-auto {
overflow: auto !important;
}
.overflow-hidden {
overflow: hidden !important;
}
.position-static {
position: static !important;
}
.position-relative {
position: relative !important;
}
.position-absolute {
position: absolute !important;
}
.position-fixed {
position: fixed !important;
}
.position-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030;
}
.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
overflow: visible;
clip: auto;
white-space: normal;
}
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
box-shadow: none !important;
}
.w-25 {
width: 25% !important;
}
.w-50 {
width: 50% !important;
}
.w-75 {
width: 75% !important;
}
.w-100 {
width: 100% !important;
}
.w-auto {
width: auto !important;
}
.h-25 {
height: 25% !important;
}
.h-50 {
height: 50% !important;
}
.h-75 {
height: 75% !important;
}
.h-100 {
height: 100% !important;
}
.h-auto {
height: auto !important;
}
.mw-100 {
max-width: 100% !important;
}
.mh-100 {
max-height: 100% !important;
}
.min-vw-100 {
min-width: 100vw !important;
}
.min-vh-100 {
min-height: 100vh !important;
}
.vw-100 {
width: 100vw !important;
}
.vh-100 {
height: 100vh !important;
}
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0);
}
.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-n1 {
margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
margin-left: -0.25rem !important;
}
.m-n2 {
margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
margin-left: -0.5rem !important;
}
.m-n3 {
margin: -1rem !important;
}
.mt-n3,
.my-n3 {
margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
margin-left: -1rem !important;
}
.m-n4 {
margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
margin-left: -1.5rem !important;
}
.m-n5 {
margin: -3rem !important;
}
.mt-n5,
.my-n5 {
margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
margin-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-n1 {
margin: -0.25rem !important;
}
.mt-sm-n1,
.my-sm-n1 {
margin-top: -0.25rem !important;
}
.mr-sm-n1,
.mx-sm-n1 {
margin-right: -0.25rem !important;
}
.mb-sm-n1,
.my-sm-n1 {
margin-bottom: -0.25rem !important;
}
.ml-sm-n1,
.mx-sm-n1 {
margin-left: -0.25rem !important;
}
.m-sm-n2 {
margin: -0.5rem !important;
}
.mt-sm-n2,
.my-sm-n2 {
margin-top: -0.5rem !important;
}
.mr-sm-n2,
.mx-sm-n2 {
margin-right: -0.5rem !important;
}
.mb-sm-n2,
.my-sm-n2 {
margin-bottom: -0.5rem !important;
}
.ml-sm-n2,
.mx-sm-n2 {
margin-left: -0.5rem !important;
}
.m-sm-n3 {
margin: -1rem !important;
}
.mt-sm-n3,
.my-sm-n3 {
margin-top: -1rem !important;
}
.mr-sm-n3,
.mx-sm-n3 {
margin-right: -1rem !important;
}
.mb-sm-n3,
.my-sm-n3 {
margin-bottom: -1rem !important;
}
.ml-sm-n3,
.mx-sm-n3 {
margin-left: -1rem !important;
}
.m-sm-n4 {
margin: -1.5rem !important;
}
.mt-sm-n4,
.my-sm-n4 {
margin-top: -1.5rem !important;
}
.mr-sm-n4,
.mx-sm-n4 {
margin-right: -1.5rem !important;
}
.mb-sm-n4,
.my-sm-n4 {
margin-bottom: -1.5rem !important;
}
.ml-sm-n4,
.mx-sm-n4 {
margin-left: -1.5rem !important;
}
.m-sm-n5 {
margin: -3rem !important;
}
.mt-sm-n5,
.my-sm-n5 {
margin-top: -3rem !important;
}
.mr-sm-n5,
.mx-sm-n5 {
margin-right: -3rem !important;
}
.mb-sm-n5,
.my-sm-n5 {
margin-bottom: -3rem !important;
}
.ml-sm-n5,
.mx-sm-n5 {
margin-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-n1 {
margin: -0.25rem !important;
}
.mt-md-n1,
.my-md-n1 {
margin-top: -0.25rem !important;
}
.mr-md-n1,
.mx-md-n1 {
margin-right: -0.25rem !important;
}
.mb-md-n1,
.my-md-n1 {
margin-bottom: -0.25rem !important;
}
.ml-md-n1,
.mx-md-n1 {
margin-left: -0.25rem !important;
}
.m-md-n2 {
margin: -0.5rem !important;
}
.mt-md-n2,
.my-md-n2 {
margin-top: -0.5rem !important;
}
.mr-md-n2,
.mx-md-n2 {
margin-right: -0.5rem !important;
}
.mb-md-n2,
.my-md-n2 {
margin-bottom: -0.5rem !important;
}
.ml-md-n2,
.mx-md-n2 {
margin-left: -0.5rem !important;
}
.m-md-n3 {
margin: -1rem !important;
}
.mt-md-n3,
.my-md-n3 {
margin-top: -1rem !important;
}
.mr-md-n3,
.mx-md-n3 {
margin-right: -1rem !important;
}
.mb-md-n3,
.my-md-n3 {
margin-bottom: -1rem !important;
}
.ml-md-n3,
.mx-md-n3 {
margin-left: -1rem !important;
}
.m-md-n4 {
margin: -1.5rem !important;
}
.mt-md-n4,
.my-md-n4 {
margin-top: -1.5rem !important;
}
.mr-md-n4,
.mx-md-n4 {
margin-right: -1.5rem !important;
}
.mb-md-n4,
.my-md-n4 {
margin-bottom: -1.5rem !important;
}
.ml-md-n4,
.mx-md-n4 {
margin-left: -1.5rem !important;
}
.m-md-n5 {
margin: -3rem !important;
}
.mt-md-n5,
.my-md-n5 {
margin-top: -3rem !important;
}
.mr-md-n5,
.mx-md-n5 {
margin-right: -3rem !important;
}
.mb-md-n5,
.my-md-n5 {
margin-bottom: -3rem !important;
}
.ml-md-n5,
.mx-md-n5 {
margin-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-n1 {
margin: -0.25rem !important;
}
.mt-lg-n1,
.my-lg-n1 {
margin-top: -0.25rem !important;
}
.mr-lg-n1,
.mx-lg-n1 {
margin-right: -0.25rem !important;
}
.mb-lg-n1,
.my-lg-n1 {
margin-bottom: -0.25rem !important;
}
.ml-lg-n1,
.mx-lg-n1 {
margin-left: -0.25rem !important;
}
.m-lg-n2 {
margin: -0.5rem !important;
}
.mt-lg-n2,
.my-lg-n2 {
margin-top: -0.5rem !important;
}
.mr-lg-n2,
.mx-lg-n2 {
margin-right: -0.5rem !important;
}
.mb-lg-n2,
.my-lg-n2 {
margin-bottom: -0.5rem !important;
}
.ml-lg-n2,
.mx-lg-n2 {
margin-left: -0.5rem !important;
}
.m-lg-n3 {
margin: -1rem !important;
}
.mt-lg-n3,
.my-lg-n3 {
margin-top: -1rem !important;
}
.mr-lg-n3,
.mx-lg-n3 {
margin-right: -1rem !important;
}
.mb-lg-n3,
.my-lg-n3 {
margin-bottom: -1rem !important;
}
.ml-lg-n3,
.mx-lg-n3 {
margin-left: -1rem !important;
}
.m-lg-n4 {
margin: -1.5rem !important;
}
.mt-lg-n4,
.my-lg-n4 {
margin-top: -1.5rem !important;
}
.mr-lg-n4,
.mx-lg-n4 {
margin-right: -1.5rem !important;
}
.mb-lg-n4,
.my-lg-n4 {
margin-bottom: -1.5rem !important;
}
.ml-lg-n4,
.mx-lg-n4 {
margin-left: -1.5rem !important;
}
.m-lg-n5 {
margin: -3rem !important;
}
.mt-lg-n5,
.my-lg-n5 {
margin-top: -3rem !important;
}
.mr-lg-n5,
.mx-lg-n5 {
margin-right: -3rem !important;
}
.mb-lg-n5,
.my-lg-n5 {
margin-bottom: -3rem !important;
}
.ml-lg-n5,
.mx-lg-n5 {
margin-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-n1 {
margin: -0.25rem !important;
}
.mt-xl-n1,
.my-xl-n1 {
margin-top: -0.25rem !important;
}
.mr-xl-n1,
.mx-xl-n1 {
margin-right: -0.25rem !important;
}
.mb-xl-n1,
.my-xl-n1 {
margin-bottom: -0.25rem !important;
}
.ml-xl-n1,
.mx-xl-n1 {
margin-left: -0.25rem !important;
}
.m-xl-n2 {
margin: -0.5rem !important;
}
.mt-xl-n2,
.my-xl-n2 {
margin-top: -0.5rem !important;
}
.mr-xl-n2,
.mx-xl-n2 {
margin-right: -0.5rem !important;
}
.mb-xl-n2,
.my-xl-n2 {
margin-bottom: -0.5rem !important;
}
.ml-xl-n2,
.mx-xl-n2 {
margin-left: -0.5rem !important;
}
.m-xl-n3 {
margin: -1rem !important;
}
.mt-xl-n3,
.my-xl-n3 {
margin-top: -1rem !important;
}
.mr-xl-n3,
.mx-xl-n3 {
margin-right: -1rem !important;
}
.mb-xl-n3,
.my-xl-n3 {
margin-bottom: -1rem !important;
}
.ml-xl-n3,
.mx-xl-n3 {
margin-left: -1rem !important;
}
.m-xl-n4 {
margin: -1.5rem !important;
}
.mt-xl-n4,
.my-xl-n4 {
margin-top: -1.5rem !important;
}
.mr-xl-n4,
.mx-xl-n4 {
margin-right: -1.5rem !important;
}
.mb-xl-n4,
.my-xl-n4 {
margin-bottom: -1.5rem !important;
}
.ml-xl-n4,
.mx-xl-n4 {
margin-left: -1.5rem !important;
}
.m-xl-n5 {
margin: -3rem !important;
}
.mt-xl-n5,
.my-xl-n5 {
margin-top: -3rem !important;
}
.mr-xl-n5,
.mx-xl-n5 {
margin-right: -3rem !important;
}
.mb-xl-n5,
.my-xl-n5 {
margin-bottom: -3rem !important;
}
.ml-xl-n5,
.mx-xl-n5 {
margin-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-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
text-align: justify !important;
}
.text-wrap {
white-space: normal !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-lighter {
font-weight: lighter !important;
}
.font-weight-normal {
font-weight: 400 !important;
}
.font-weight-bold {
font-weight: 700 !important;
}
.font-weight-bolder {
font-weight: bolder !important;
}
.font-italic {
font-style: italic !important;
}
.text-white {
color: #fff !important;
}
.text-primary {
color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
color: #0056b3 !important;
}
.text-secondary {
color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
color: #494f54 !important;
}
.text-success {
color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
color: #19692c !important;
}
.text-info {
color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
color: #0f6674 !important;
}
.text-warning {
color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
color: #ba8b00 !important;
}
.text-danger {
color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
color: #a71d2a !important;
}
.text-light {
color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
color: #cbd3da !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
color: #121416 !important;
}
.text-body {
color: #212529 !important;
}
.text-muted {
color: #6c757d !important;
}
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.text-decoration-none {
text-decoration: none !important;
}
.text-break {
word-break: break-word !important;
overflow-wrap: break-word !important;
}
.text-reset {
color: inherit !important;
}
.visible {
visibility: visible !important;
}
.invisible {
visibility: hidden !important;
}
@media print {
*,
*::before,
*::after {
text-shadow: none !important;
box-shadow: none !important;
}
a:not(.btn) {
text-decoration: underline;
}
abbr[title]::after {
content: " (" attr(title) ")";
}
pre {
white-space: pre-wrap !important;
}
pre,
blockquote {
border: 1px solid #adb5bd;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
@page {
size: a3;
}
body {
min-width: 992px !important;
}
.container {
min-width: 992px !important;
}
.navbar {
display: none;
}
.badge {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td,
.table th {
background-color: #fff !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6 !important;
}
.table-dark {
color: inherit;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
border-color: #dee2e6;
}
.table .thead-dark th {
color: inherit;
border-color: #dee2e6;
}
}@font-face {
font-family: 'themewar';
src:  url(//msjsupply.com/wp-content/themes/industing/assets/fonts/themewar.eot?4vuimy);
src:  url(//msjsupply.com/wp-content/themes/industing/assets/fonts/themewar.eot?4vuimy#iefix) format('embedded-opentype'),
url(//msjsupply.com/wp-content/themes/industing/assets/fonts/themewar.ttf?4vuimy) format('truetype'),
url(//msjsupply.com/wp-content/themes/industing/assets/fonts/themewar.woff?4vuimy) format('woff'),
url(//msjsupply.com/wp-content/themes/industing/assets/fonts/themewar.svg?4vuimy#themewar) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="twi-"], [class*=" twi-"] { font-family: 'themewar' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
display: inherit; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.twi-abacus:before {
content: "\e900";
}
.twi-acorn:before {
content: "\e901";
}
.twi-ad:before {
content: "\e902";
}
.twi-address-book:before {
content: "\e903";
}
.twi-address-card:before {
content: "\e904";
}
.twi-adjust:before {
content: "\e905";
}
.twi-air-freshener:before {
content: "\e906";
}
.twi-alarm-clock:before {
content: "\e907";
}
.twi-alicorn:before {
content: "\e908";
}
.twi-align-center:before {
content: "\e909";
}
.twi-align-justify:before {
content: "\e90a";
}
.twi-align-left:before {
content: "\e90b";
}
.twi-align-right:before {
content: "\e90c";
}
.twi-allergies:before {
content: "\e90d";
}
.twi-ambulance:before {
content: "\e90e";
}
.twi-american-sign-language-interpreting:before {
content: "\e90f";
}
.twi-analytics:before {
content: "\e910";
}
.twi-anchor:before {
content: "\e911";
}
.twi-angel:before {
content: "\e912";
}
.twi-angle-double-down:before {
content: "\e913";
}
.twi-angle-double-left:before {
content: "\e914";
}
.twi-angle-double-right:before {
content: "\e915";
}
.twi-angle-double-up:before {
content: "\e916";
}
.twi-angle-down:before {
content: "\e917";
}
.twi-angle-left:before {
content: "\e918";
}
.twi-angle-right:before {
content: "\e919";
}
.twi-angle-up:before {
content: "\e91a";
}
.twi-angry:before {
content: "\e91b";
}
.twi-ankh:before {
content: "\e91c";
}
.twi-apple-alt:before {
content: "\e91d";
}
.twi-apple-crate:before {
content: "\e91e";
}
.twi-archive:before {
content: "\e91f";
}
.twi-archway:before {
content: "\e920";
}
.twi-arrow-alt-circle-down:before {
content: "\e921";
}
.twi-arrow-alt-circle-left:before {
content: "\e922";
}
.twi-arrow-alt-circle-right:before {
content: "\e923";
}
.twi-arrow-alt-circle-up:before {
content: "\e924";
}
.twi-arrow-alt-down:before {
content: "\e925";
}
.twi-arrow-alt-from-bottom:before {
content: "\e926";
}
.twi-arrow-alt-from-left:before {
content: "\e927";
}
.twi-arrow-alt-from-right:before {
content: "\e928";
}
.twi-arrow-alt-from-top:before {
content: "\e929";
}
.twi-arrow-alt-left:before {
content: "\e92a";
}
.twi-arrow-alt-right:before {
content: "\e92b";
}
.twi-arrow-alt-square-down:before {
content: "\e92c";
}
.twi-arrow-alt-square-left:before {
content: "\e92d";
}
.twi-arrow-alt-square-right:before {
content: "\e92e";
}
.twi-arrow-alt-square-up:before {
content: "\e92f";
}
.twi-arrow-alt-to-bottom:before {
content: "\e930";
}
.twi-arrow-alt-to-left:before {
content: "\e931";
}
.twi-arrow-alt-to-right:before {
content: "\e932";
}
.twi-arrow-alt-to-top:before {
content: "\e933";
}
.twi-arrow-alt-up:before {
content: "\e934";
}
.twi-arrow-circle-down:before {
content: "\e935";
}
.twi-arrow-circle-left:before {
content: "\e936";
}
.twi-arrow-circle-right:before {
content: "\e937";
}
.twi-arrow-circle-up:before {
content: "\e938";
}
.twi-arrow-down:before {
content: "\e939";
}
.twi-arrow-from-bottom:before {
content: "\e93a";
}
.twi-arrow-from-left:before {
content: "\e93b";
}
.twi-arrow-from-right:before {
content: "\e93c";
}
.twi-arrow-from-top:before {
content: "\e93d";
}
.twi-arrow-left:before {
content: "\e93e";
}
.twi-arrow-right:before {
content: "\e93f";
}
.twi-arrows:before {
content: "\e940";
}
.twi-arrows-alt:before {
content: "\e941";
}
.twi-arrows-alt-h:before {
content: "\e942";
}
.twi-arrows-alt-v:before {
content: "\e943";
}
.twi-arrows-h:before {
content: "\e944";
}
.twi-arrow-square-down:before {
content: "\e945";
}
.twi-arrow-square-left:before {
content: "\e946";
}
.twi-arrow-square-right:before {
content: "\e947";
}
.twi-arrow-square-up:before {
content: "\e948";
}
.twi-arrows-v:before {
content: "\e949";
}
.twi-arrow-to-bottom:before {
content: "\e94a";
}
.twi-arrow-to-left:before {
content: "\e94b";
}
.twi-arrow-to-right:before {
content: "\e94c";
}
.twi-arrow-to-top:before {
content: "\e94d";
}
.twi-arrow-up:before {
content: "\e94e";
}
.twi-assistive-listening-systems:before {
content: "\e94f";
}
.twi-asterisk:before {
content: "\e950";
}
.twi-at:before {
content: "\e951";
}
.twi-atlas:before {
content: "\e952";
}
.twi-atom:before {
content: "\e953";
}
.twi-atom-alt:before {
content: "\e954";
}
.twi-audio-description:before {
content: "\e955";
}
.twi-award:before {
content: "\e956";
}
.twi-axe:before {
content: "\e957";
}
.twi-axe-battle:before {
content: "\e958";
}
.twi-baby:before {
content: "\e959";
}
.twi-baby-carriage:before {
content: "\e95a";
}
.twi-backpack:before {
content: "\e95b";
}
.twi-backspace:before {
content: "\e95c";
}
.twi-backward:before {
content: "\e95d";
}
.twi-bacon:before {
content: "\e95e";
}
.twi-badge:before {
content: "\e95f";
}
.twi-badge-check:before {
content: "\e960";
}
.twi-badge-dollar:before {
content: "\e961";
}
.twi-badge-percent:before {
content: "\e962";
}
.twi-badger-honey:before {
content: "\e963";
}
.twi-balance-scale:before {
content: "\e964";
}
.twi-balance-scale-left:before {
content: "\e965";
}
.twi-balance-scale-right:before {
content: "\e966";
}
.twi-ballot:before {
content: "\e967";
}
.twi-ballot-check:before {
content: "\e968";
}
.twi-ball-pile:before {
content: "\e969";
}
.twi-ban:before {
content: "\e96a";
}
.twi-band-aid:before {
content: "\e96b";
}
.twi-barcode:before {
content: "\e96c";
}
.twi-barcode-alt:before {
content: "\e96d";
}
.twi-barcode-read:before {
content: "\e96e";
}
.twi-barcode-scan:before {
content: "\e96f";
}
.twi-bars:before {
content: "\e970";
}
.twi-baseball:before {
content: "\e971";
}
.twi-baseball-ball:before {
content: "\e972";
}
.twi-basketball-ball:before {
content: "\e973";
}
.twi-basketball-hoop:before {
content: "\e974";
}
.twi-bat:before {
content: "\e975";
}
.twi-bath:before {
content: "\e976";
}
.twi-battery-bolt:before {
content: "\e977";
}
.twi-battery-empty:before {
content: "\e978";
}
.twi-battery-full:before {
content: "\e979";
}
.twi-battery-half:before {
content: "\e97a";
}
.twi-battery-quarter:before {
content: "\e97b";
}
.twi-battery-slash:before {
content: "\e97c";
}
.twi-battery-three-quarters:before {
content: "\e97d";
}
.twi-bed:before {
content: "\e97e";
}
.twi-beer:before {
content: "\e97f";
}
.twi-bell:before {
content: "\e980";
}
.twi-bells:before {
content: "\e981";
}
.twi-bell-school:before {
content: "\e982";
}
.twi-bell-school-slash:before {
content: "\e983";
}
.twi-bell-slash:before {
content: "\e984";
}
.twi-bezier-curve:before {
content: "\e985";
}
.twi-bible:before {
content: "\e986";
}
.twi-bicycle:before {
content: "\e987";
}
.twi-binoculars:before {
content: "\e988";
}
.twi-biohazard:before {
content: "\e989";
}
.twi-birthday-cake:before {
content: "\e98a";
}
.twi-blanket:before {
content: "\e98b";
}
.twi-blender:before {
content: "\e98c";
}
.twi-blender-phone:before {
content: "\e98d";
}
.twi-blind:before {
content: "\e98e";
}
.twi-blog:before {
content: "\e98f";
}
.twi-bold:before {
content: "\e990";
}
.twi-bolt:before {
content: "\e991";
}
.twi-bomb:before {
content: "\e992";
}
.twi-bone:before {
content: "\e993";
}
.twi-bone-break:before {
content: "\e994";
}
.twi-bong:before {
content: "\e995";
}
.twi-book:before {
content: "\e996";
}
.twi-book-alt:before {
content: "\e997";
}
.twi-book-dead:before {
content: "\e998";
}
.twi-book-heart:before {
content: "\e999";
}
.twi-bookmark:before {
content: "\e99a";
}
.twi-book-medical:before {
content: "\e99b";
}
.twi-book-open:before {
content: "\e99c";
}
.twi-book-reader:before {
content: "\e99d";
}
.twi-books:before {
content: "\e99e";
}
.twi-books-medical:before {
content: "\e99f";
}
.twi-book-spells:before {
content: "\e9a0";
}
.twi-book-user:before {
content: "\e9a1";
}
.twi-boot:before {
content: "\e9a2";
}
.twi-booth-curtain:before {
content: "\e9a3";
}
.twi-bow-arrow:before {
content: "\e9a4";
}
.twi-bowling-ball:before {
content: "\e9a5";
}
.twi-bowling-pins:before {
content: "\e9a6";
}
.twi-box:before {
content: "\e9a7";
}
.twi-box-alt:before {
content: "\e9a8";
}
.twi-box-ballot:before {
content: "\e9a9";
}
.twi-box-check:before {
content: "\e9aa";
}
.twi-boxes:before {
content: "\e9ab";
}
.twi-boxes-alt:before {
content: "\e9ac";
}
.twi-box-fragile:before {
content: "\e9ad";
}
.twi-box-full:before {
content: "\e9ae";
}
.twi-box-heart:before {
content: "\e9af";
}
.twi-boxing-glove:before {
content: "\e9b0";
}
.twi-box-open:before {
content: "\e9b1";
}
.twi-box-up:before {
content: "\e9b2";
}
.twi-box-usd:before {
content: "\e9b3";
}
.twi-brackets:before {
content: "\e9b4";
}
.twi-brackets-curly:before {
content: "\e9b5";
}
.twi-braille:before {
content: "\e9b6";
}
.twi-brain:before {
content: "\e9b7";
}
.twi-bread-loaf:before {
content: "\e9b8";
}
.twi-bread-slice:before {
content: "\e9b9";
}
.twi-briefcase:before {
content: "\e9ba";
}
.twi-briefcase-medical:before {
content: "\e9bb";
}
.twi-broadcast-tower:before {
content: "\e9bc";
}
.twi-broom:before {
content: "\e9bd";
}
.twi-browser:before {
content: "\e9be";
}
.twi-brush:before {
content: "\e9bf";
}
.twi-bug:before {
content: "\e9c0";
}
.twi-building:before {
content: "\e9c1";
}
.twi-bullhorn:before {
content: "\e9c2";
}
.twi-bullseye:before {
content: "\e9c3";
}
.twi-bullseye-arrow:before {
content: "\e9c4";
}
.twi-bullseye-pointer:before {
content: "\e9c5";
}
.twi-burn:before {
content: "\e9c6";
}
.twi-burrito:before {
content: "\e9c7";
}
.twi-bus:before {
content: "\e9c8";
}
.twi-bus-alt:before {
content: "\e9c9";
}
.twi-business-time:before {
content: "\e9ca";
}
.twi-bus-school:before {
content: "\e9cb";
}
.twi-cabinet-filing:before {
content: "\e9cc";
}
.twi-calculator:before {
content: "\e9cd";
}
.twi-calculator-alt:before {
content: "\e9ce";
}
.twi-calendar:before {
content: "\e9cf";
}
.twi-calendar-alt:before {
content: "\e9d0";
}
.twi-calendar-check:before {
content: "\e9d1";
}
.twi-calendar-day:before {
content: "\e9d2";
}
.twi-calendar-edit:before {
content: "\e9d3";
}
.twi-calendar-exclamation:before {
content: "\e9d4";
}
.twi-calendar-minus:before {
content: "\e9d5";
}
.twi-calendar-plus:before {
content: "\e9d6";
}
.twi-calendar-star:before {
content: "\e9d7";
}
.twi-calendar-times:before {
content: "\e9d8";
}
.twi-calendar-week:before {
content: "\e9d9";
}
.twi-camera:before {
content: "\e9da";
}
.twi-camera-alt:before {
content: "\e9db";
}
.twi-camera-retro:before {
content: "\e9dc";
}
.twi-campfire:before {
content: "\e9dd";
}
.twi-campground:before {
content: "\e9de";
}
.twi-candle-holder:before {
content: "\e9df";
}
.twi-candy-cane:before {
content: "\e9e0";
}
.twi-candy-corn:before {
content: "\e9e1";
}
.twi-cannabis:before {
content: "\e9e2";
}
.twi-capsules:before {
content: "\e9e3";
}
.twi-car:before {
content: "\e9e4";
}
.twi-car-alt:before {
content: "\e9e5";
}
.twi-car-battery:before {
content: "\e9e6";
}
.twi-car-bump:before {
content: "\e9e7";
}
.twi-car-crash:before {
content: "\e9e8";
}
.twi-caret-circle-down:before {
content: "\e9e9";
}
.twi-caret-circle-left:before {
content: "\e9ea";
}
.twi-caret-circle-right:before {
content: "\e9eb";
}
.twi-caret-circle-up:before {
content: "\e9ec";
}
.twi-caret-down:before {
content: "\e9ed";
}
.twi-caret-left:before {
content: "\e9ee";
}
.twi-caret-right:before {
content: "\e9ef";
}
.twi-caret-square-down:before {
content: "\e9f0";
}
.twi-caret-square-left:before {
content: "\e9f1";
}
.twi-caret-square-right:before {
content: "\e9f2";
}
.twi-caret-square-up:before {
content: "\e9f3";
}
.twi-caret-up:before {
content: "\e9f4";
}
.twi-car-garage:before {
content: "\e9f5";
}
.twi-car-mechanic:before {
content: "\e9f6";
}
.twi-carrot:before {
content: "\e9f7";
}
.twi-car-side:before {
content: "\e9f8";
}
.twi-cart-arrow-down:before {
content: "\e9f9";
}
.twi-car-tilt:before {
content: "\e9fa";
}
.twi-cart-plus:before {
content: "\e9fb";
}
.twi-car-wash:before {
content: "\e9fc";
}
.twi-cash-register:before {
content: "\e9fd";
}
.twi-cat:before {
content: "\e9fe";
}
.twi-cauldron:before {
content: "\e9ff";
}
.twi-certificate:before {
content: "\ea00";
}
.twi-chair:before {
content: "\ea01";
}
.twi-chair-office:before {
content: "\ea02";
}
.twi-chalkboard:before {
content: "\ea03";
}
.twi-chalkboard-teacher:before {
content: "\ea04";
}
.twi-charging-station:before {
content: "\ea05";
}
.twi-chart-area:before {
content: "\ea06";
}
.twi-chart-bar:before {
content: "\ea07";
}
.twi-chart-line:before {
content: "\ea08";
}
.twi-chart-line-down:before {
content: "\ea09";
}
.twi-chart-network:before {
content: "\ea0a";
}
.twi-chart-pie:before {
content: "\ea0b";
}
.twi-chart-pie-alt:before {
content: "\ea0c";
}
.twi-chart-scatter:before {
content: "\ea0d";
}
.twi-check:before {
content: "\ea0e";
}
.twi-check-circle:before {
content: "\ea0f";
}
.twi-check-double:before {
content: "\ea10";
}
.twi-check-square:before {
content: "\ea11";
}
.twi-cheese:before {
content: "\ea12";
}
.twi-cheeseburger:before {
content: "\ea13";
}
.twi-cheese-swiss:before {
content: "\ea14";
}
.twi-chess:before {
content: "\ea15";
}
.twi-chess-bishop:before {
content: "\ea16";
}
.twi-chess-bishop-alt:before {
content: "\ea17";
}
.twi-chess-board:before {
content: "\ea18";
}
.twi-chess-clock:before {
content: "\ea19";
}
.twi-chess-clock-alt:before {
content: "\ea1a";
}
.twi-chess-king:before {
content: "\ea1b";
}
.twi-chess-king-alt:before {
content: "\ea1c";
}
.twi-chess-knight:before {
content: "\ea1d";
}
.twi-chess-knight-alt:before {
content: "\ea1e";
}
.twi-chess-pawn:before {
content: "\ea1f";
}
.twi-chess-pawn-alt:before {
content: "\ea20";
}
.twi-chess-queen:before {
content: "\ea21";
}
.twi-chess-queen-alt:before {
content: "\ea22";
}
.twi-chess-rook:before {
content: "\ea23";
}
.twi-chess-rook-alt:before {
content: "\ea24";
}
.twi-chevron-circle-down:before {
content: "\ea25";
}
.twi-chevron-circle-left:before {
content: "\ea26";
}
.twi-chevron-circle-right:before {
content: "\ea27";
}
.twi-chevron-circle-up:before {
content: "\ea28";
}
.twi-chevron-double-down:before {
content: "\ea29";
}
.twi-chevron-double-left:before {
content: "\ea2a";
}
.twi-chevron-double-right:before {
content: "\ea2b";
}
.twi-chevron-double-up:before {
content: "\ea2c";
}
.twi-chevron-down:before {
content: "\ea2d";
}
.twi-chevron-left:before {
content: "\ea2e";
}
.twi-chevron-right:before {
content: "\ea2f";
}
.twi-chevron-square-down:before {
content: "\ea30";
}
.twi-chevron-square-left:before {
content: "\ea31";
}
.twi-chevron-square-right:before {
content: "\ea32";
}
.twi-chevron-square-up:before {
content: "\ea33";
}
.twi-chevron-up:before {
content: "\ea34";
}
.twi-child:before {
content: "\ea35";
}
.twi-chimney:before {
content: "\ea36";
}
.twi-church:before {
content: "\ea37";
}
.twi-circle:before {
content: "\ea38";
}
.twi-circle-notch:before {
content: "\ea39";
}
.twi-city:before {
content: "\ea3a";
}
.twi-claw-marks:before {
content: "\ea3b";
}
.twi-clinic-medical:before {
content: "\ea3c";
}
.twi-clipboard:before {
content: "\ea3d";
}
.twi-clipboard-check:before {
content: "\ea3e";
}
.twi-clipboard-list:before {
content: "\ea3f";
}
.twi-clipboard-list-check:before {
content: "\ea40";
}
.twi-clipboard-prescription:before {
content: "\ea41";
}
.twi-clipboard-user:before {
content: "\ea42";
}
.twi-clock:before {
content: "\ea43";
}
.twi-clone:before {
content: "\ea44";
}
.twi-closed-captioning:before {
content: "\ea45";
}
.twi-cloud:before {
content: "\ea46";
}
.twi-cloud-download:before {
content: "\ea47";
}
.twi-cloud-download-alt:before {
content: "\ea48";
}
.twi-cloud-drizzle:before {
content: "\ea49";
}
.twi-cloud-hail:before {
content: "\ea4a";
}
.twi-cloud-hail-mixed:before {
content: "\ea4b";
}
.twi-cloud-meatball:before {
content: "\ea4c";
}
.twi-cloud-moon:before {
content: "\ea4d";
}
.twi-cloud-moon-rain:before {
content: "\ea4e";
}
.twi-cloud-rain:before {
content: "\ea4f";
}
.twi-cloud-rainbow:before {
content: "\ea50";
}
.twi-clouds:before {
content: "\ea51";
}
.twi-cloud-showers:before {
content: "\ea52";
}
.twi-cloud-showers-heavy:before {
content: "\ea53";
}
.twi-cloud-sleet:before {
content: "\ea54";
}
.twi-clouds-moon:before {
content: "\ea55";
}
.twi-cloud-snow:before {
content: "\ea56";
}
.twi-clouds-sun:before {
content: "\ea57";
}
.twi-cloud-sun:before {
content: "\ea58";
}
.twi-cloud-sun-rain:before {
content: "\ea59";
}
.twi-cloud-upload:before {
content: "\ea5a";
}
.twi-cloud-upload-alt:before {
content: "\ea5b";
}
.twi-club:before {
content: "\ea5c";
}
.twi-cocktail:before {
content: "\ea5d";
}
.twi-code:before {
content: "\ea5e";
}
.twi-code-branch:before {
content: "\ea5f";
}
.twi-code-commit:before {
content: "\ea60";
}
.twi-code-merge:before {
content: "\ea61";
}
.twi-coffee:before {
content: "\ea62";
}
.twi-coffee-togo:before {
content: "\ea63";
}
.twi-coffin:before {
content: "\ea64";
}
.twi-cog:before {
content: "\ea65";
}
.twi-cogs:before {
content: "\ea66";
}
.twi-coins:before {
content: "\ea67";
}
.twi-columns:before {
content: "\ea68";
}
.twi-comment:before {
content: "\ea69";
}
.twi-comment-alt:before {
content: "\ea6a";
}
.twi-comment-alt-check:before {
content: "\ea6b";
}
.twi-comment-alt-dollar:before {
content: "\ea6c";
}
.twi-comment-alt-dots:before {
content: "\ea6d";
}
.twi-comment-alt-edit:before {
content: "\ea6e";
}
.twi-comment-alt-exclamation:before {
content: "\ea6f";
}
.twi-comment-alt-lines:before {
content: "\ea70";
}
.twi-comment-alt-medical:before {
content: "\ea71";
}
.twi-comment-alt-minus:before {
content: "\ea72";
}
.twi-comment-alt-plus:before {
content: "\ea73";
}
.twi-comment-alt-slash:before {
content: "\ea74";
}
.twi-comment-alt-smile:before {
content: "\ea75";
}
.twi-comment-alt-times:before {
content: "\ea76";
}
.twi-comment-check:before {
content: "\ea77";
}
.twi-comment-dollar:before {
content: "\ea78";
}
.twi-comment-dots:before {
content: "\ea79";
}
.twi-comment-edit:before {
content: "\ea7a";
}
.twi-comment-exclamation:before {
content: "\ea7b";
}
.twi-comment-lines:before {
content: "\ea7c";
}
.twi-comment-medical:before {
content: "\ea7d";
}
.twi-comment-minus:before {
content: "\ea7e";
}
.twi-comment-plus:before {
content: "\ea7f";
}
.twi-comments:before {
content: "\ea80";
}
.twi-comments-alt:before {
content: "\ea81";
}
.twi-comments-alt-dollar:before {
content: "\ea82";
}
.twi-comments-dollar:before {
content: "\ea83";
}
.twi-comment-slash:before {
content: "\ea84";
}
.twi-comment-smile:before {
content: "\ea85";
}
.twi-comment-times:before {
content: "\ea86";
}
.twi-compact-disc:before {
content: "\ea87";
}
.twi-compass:before {
content: "\ea88";
}
.twi-compass-slash:before {
content: "\ea89";
}
.twi-compress:before {
content: "\ea8a";
}
.twi-compress-alt:before {
content: "\ea8b";
}
.twi-compress-arrows-alt:before {
content: "\ea8c";
}
.twi-compress-wide:before {
content: "\ea8d";
}
.twi-concierge-bell:before {
content: "\ea8e";
}
.twi-container-storage:before {
content: "\ea8f";
}
.twi-conveyor-belt:before {
content: "\ea90";
}
.twi-conveyor-belt-alt:before {
content: "\ea91";
}
.twi-cookie:before {
content: "\ea92";
}
.twi-cookie-bite:before {
content: "\ea93";
}
.twi-copy:before {
content: "\ea94";
}
.twi-copyright:before {
content: "\ea95";
}
.twi-corn:before {
content: "\ea96";
}
.twi-couch:before {
content: "\ea97";
}
.twi-cow:before {
content: "\ea98";
}
.twi-credit-card:before {
content: "\ea99";
}
.twi-credit-card-blank:before {
content: "\ea9a";
}
.twi-credit-card-front:before {
content: "\ea9b";
}
.twi-cricket:before {
content: "\ea9c";
}
.twi-croissant:before {
content: "\ea9d";
}
.twi-crop:before {
content: "\ea9e";
}
.twi-crop-alt:before {
content: "\ea9f";
}
.twi-cross:before {
content: "\eaa0";
}
.twi-crosshairs:before {
content: "\eaa1";
}
.twi-crow:before {
content: "\eaa2";
}
.twi-crown:before {
content: "\eaa3";
}
.twi-crutch:before {
content: "\eaa4";
}
.twi-crutches:before {
content: "\eaa5";
}
.twi-cube:before {
content: "\eaa6";
}
.twi-cubes:before {
content: "\eaa7";
}
.twi-curling:before {
content: "\eaa8";
}
.twi-cut:before {
content: "\eaa9";
}
.twi-dagger:before {
content: "\eaaa";
}
.twi-database:before {
content: "\eaab";
}
.twi-deaf:before {
content: "\eaac";
}
.twi-debug:before {
content: "\eaad";
}
.twi-deer:before {
content: "\eaae";
}
.twi-deer-rudolph:before {
content: "\eaaf";
}
.twi-democrat:before {
content: "\eab0";
}
.twi-desktop:before {
content: "\eab1";
}
.twi-desktop-alt:before {
content: "\eab2";
}
.twi-dewpoint:before {
content: "\eab3";
}
.twi-dharmachakra:before {
content: "\eab4";
}
.twi-diagnoses:before {
content: "\eab5";
}
.twi-diamond:before {
content: "\eab6";
}
.twi-dice:before {
content: "\eab7";
}
.twi-dice-d4:before {
content: "\eab8";
}
.twi-dice-d6:before {
content: "\eab9";
}
.twi-dice-d8:before {
content: "\eaba";
}
.twi-dice-d10:before {
content: "\eabb";
}
.twi-dice-d12:before {
content: "\eabc";
}
.twi-dice-d20:before {
content: "\eabd";
}
.twi-dice-five:before {
content: "\eabe";
}
.twi-dice-four:before {
content: "\eabf";
}
.twi-dice-one:before {
content: "\eac0";
}
.twi-dice-six:before {
content: "\eac1";
}
.twi-dice-three:before {
content: "\eac2";
}
.twi-dice-two:before {
content: "\eac3";
}
.twi-digital-tachograph:before {
content: "\eac4";
}
.twi-diploma:before {
content: "\eac5";
}
.twi-directions:before {
content: "\eac6";
}
.twi-disease:before {
content: "\eac7";
}
.twi-divide:before {
content: "\eac8";
}
.twi-dizzy:before {
content: "\eac9";
}
.twi-dna:before {
content: "\eaca";
}
.twi-dog:before {
content: "\eacb";
}
.twi-dog-leashed:before {
content: "\eacc";
}
.twi-dollar-sign:before {
content: "\eacd";
}
.twi-dolly:before {
content: "\eace";
}
.twi-dolly-empty:before {
content: "\eacf";
}
.twi-dolly-flatbed:before {
content: "\ead0";
}
.twi-dolly-flatbed-alt:before {
content: "\ead1";
}
.twi-dolly-flatbed-empty:before {
content: "\ead2";
}
.twi-donate:before {
content: "\ead3";
}
.twi-do-not-enter:before {
content: "\ead4";
}
.twi-door-closed:before {
content: "\ead5";
}
.twi-door-open:before {
content: "\ead6";
}
.twi-dot-circle:before {
content: "\ead7";
}
.twi-dove:before {
content: "\ead8";
}
.twi-download:before {
content: "\ead9";
}
.twi-drafting-compass:before {
content: "\eada";
}
.twi-dragon:before {
content: "\eadb";
}
.twi-draw-circle:before {
content: "\eadc";
}
.twi-draw-polygon:before {
content: "\eadd";
}
.twi-draw-square:before {
content: "\eade";
}
.twi-dreidel:before {
content: "\eadf";
}
.twi-drum:before {
content: "\eae0";
}
.twi-drum-steelpan:before {
content: "\eae1";
}
.twi-drumstick:before {
content: "\eae2";
}
.twi-drumstick-bite:before {
content: "\eae3";
}
.twi-duck:before {
content: "\eae4";
}
.twi-dumbbell:before {
content: "\eae5";
}
.twi-dumpster:before {
content: "\eae6";
}
.twi-dumpster-fire:before {
content: "\eae7";
}
.twi-dungeon:before {
content: "\eae8";
}
.twi-ear:before {
content: "\eae9";
}
.twi-ear-muffs:before {
content: "\eaea";
}
.twi-eclipse:before {
content: "\eaeb";
}
.twi-eclipse-alt:before {
content: "\eaec";
}
.twi-edit:before {
content: "\eaed";
}
.twi-egg:before {
content: "\eaee";
}
.twi-egg-fried:before {
content: "\eaef";
}
.twi-eject:before {
content: "\eaf0";
}
.twi-elephant:before {
content: "\eaf1";
}
.twi-ellipsis-h:before {
content: "\eaf2";
}
.twi-ellipsis-h-alt:before {
content: "\eaf3";
}
.twi-ellipsis-v:before {
content: "\eaf4";
}
.twi-ellipsis-v-alt:before {
content: "\eaf5";
}
.twi-empty-set:before {
content: "\eaf6";
}
.twi-engine-warning:before {
content: "\eaf7";
}
.twi-envelope:before {
content: "\eaf8";
}
.twi-envelope-open:before {
content: "\eaf9";
}
.twi-envelope-open-dollar:before {
content: "\eafa";
}
.twi-envelope-open-text:before {
content: "\eafb";
}
.twi-envelope-square:before {
content: "\eafc";
}
.twi-equals:before {
content: "\eafd";
}
.twi-eraser:before {
content: "\eafe";
}
.twi-ethernet:before {
content: "\eaff";
}
.twi-euro-sign:before {
content: "\eb00";
}
.twi-exchange:before {
content: "\eb01";
}
.twi-exchange-alt:before {
content: "\eb02";
}
.twi-exclamation:before {
content: "\eb03";
}
.twi-exclamation-circle:before {
content: "\eb04";
}
.twi-exclamation-square:before {
content: "\eb05";
}
.twi-exclamation-triangle:before {
content: "\eb06";
}
.twi-expand:before {
content: "\eb07";
}
.twi-expand-alt:before {
content: "\eb08";
}
.twi-expand-arrows:before {
content: "\eb09";
}
.twi-expand-arrows-alt:before {
content: "\eb0a";
}
.twi-expand-wide:before {
content: "\eb0b";
}
.twi-external-link:before {
content: "\eb0c";
}
.twi-external-link-alt:before {
content: "\eb0d";
}
.twi-external-link-square:before {
content: "\eb0e";
}
.twi-external-link-square-alt:before {
content: "\eb0f";
}
.twi-eye:before {
content: "\eb10";
}
.twi-eye-dropper:before {
content: "\eb11";
}
.twi-eye-evil:before {
content: "\eb12";
}
.twi-eye-slash:before {
content: "\eb13";
}
.twi-fast-backward:before {
content: "\eb14";
}
.twi-fast-forward:before {
content: "\eb15";
}
.twi-fax:before {
content: "\eb16";
}
.twi-feather:before {
content: "\eb17";
}
.twi-feather-alt:before {
content: "\eb18";
}
.twi-female:before {
content: "\eb19";
}
.twi-field-hockey:before {
content: "\eb1a";
}
.twi-fighter-jet:before {
content: "\eb1b";
}
.twi-file:before {
content: "\eb1c";
}
.twi-file-alt:before {
content: "\eb1d";
}
.twi-file-archive:before {
content: "\eb1e";
}
.twi-file-audio:before {
content: "\eb1f";
}
.twi-file-certificate:before {
content: "\eb20";
}
.twi-file-chart-line:before {
content: "\eb21";
}
.twi-file-chart-pie:before {
content: "\eb22";
}
.twi-file-check:before {
content: "\eb23";
}
.twi-file-code:before {
content: "\eb24";
}
.twi-file-contract:before {
content: "\eb25";
}
.twi-file-csv:before {
content: "\eb26";
}
.twi-file-download:before {
content: "\eb27";
}
.twi-file-edit:before {
content: "\eb28";
}
.twi-file-excel:before {
content: "\eb29";
}
.twi-file-exclamation:before {
content: "\eb2a";
}
.twi-file-export:before {
content: "\eb2b";
}
.twi-file-image:before {
content: "\eb2c";
}
.twi-file-import:before {
content: "\eb2d";
}
.twi-file-invoice:before {
content: "\eb2e";
}
.twi-file-invoice-dollar:before {
content: "\eb2f";
}
.twi-file-medical:before {
content: "\eb30";
}
.twi-file-medical-alt:before {
content: "\eb31";
}
.twi-file-minus:before {
content: "\eb32";
}
.twi-file-pdf:before {
content: "\eb33";
}
.twi-file-plus:before {
content: "\eb34";
}
.twi-file-powerpoint:before {
content: "\eb35";
}
.twi-file-prescription:before {
content: "\eb36";
}
.twi-file-signature:before {
content: "\eb37";
}
.twi-files-medical:before {
content: "\eb38";
}
.twi-file-spreadsheet:before {
content: "\eb39";
}
.twi-file-times:before {
content: "\eb3a";
}
.twi-file-upload:before {
content: "\eb3b";
}
.twi-file-user:before {
content: "\eb3c";
}
.twi-file-video:before {
content: "\eb3d";
}
.twi-file-word:before {
content: "\eb3e";
}
.twi-fill:before {
content: "\eb3f";
}
.twi-fill-drip:before {
content: "\eb40";
}
.twi-film:before {
content: "\eb41";
}
.twi-film-alt:before {
content: "\eb42";
}
.twi-filter:before {
content: "\eb43";
}
.twi-fingerprint:before {
content: "\eb44";
}
.twi-fire:before {
content: "\eb45";
}
.twi-fire-alt:before {
content: "\eb46";
}
.twi-fire-extinguisher:before {
content: "\eb47";
}
.twi-fireplace:before {
content: "\eb48";
}
.twi-fire-smoke:before {
content: "\eb49";
}
.twi-first-aid:before {
content: "\eb4a";
}
.twi-fish:before {
content: "\eb4b";
}
.twi-fish-cooked:before {
content: "\eb4c";
}
.twi-fist-raised:before {
content: "\eb4d";
}
.twi-flag:before {
content: "\eb4e";
}
.twi-flag-alt:before {
content: "\eb4f";
}
.twi-flag-checkered:before {
content: "\eb50";
}
.twi-flag-usa:before {
content: "\eb51";
}
.twi-flame:before {
content: "\eb52";
}
.twi-flask:before {
content: "\eb53";
}
.twi-flask-poison:before {
content: "\eb54";
}
.twi-flask-potion:before {
content: "\eb55";
}
.twi-flower:before {
content: "\eb56";
}
.twi-flower-daffodil:before {
content: "\eb57";
}
.twi-flower-tulip:before {
content: "\eb58";
}
.twi-flushed:before {
content: "\eb59";
}
.twi-fog:before {
content: "\eb5a";
}
.twi-folder:before {
content: "\eb5b";
}
.twi-folder-minus:before {
content: "\eb5c";
}
.twi-folder-open:before {
content: "\eb5d";
}
.twi-folder-plus:before {
content: "\eb5e";
}
.twi-folders:before {
content: "\eb5f";
}
.twi-folder-times:before {
content: "\eb60";
}
.twi-folder-tree:before {
content: "\eb61";
}
.twi-font:before {
content: "\eb62";
}
.twi-font-awesome-logo-full:before {
content: "\eb63";
}
.twi-football-ball:before {
content: "\eb64";
}
.twi-football-helmet:before {
content: "\eb65";
}
.twi-forklift:before {
content: "\eb66";
}
.twi-forward:before {
content: "\eb67";
}
.twi-fragile:before {
content: "\eb68";
}
.twi-french-fries:before {
content: "\eb69";
}
.twi-frog:before {
content: "\eb6a";
}
.twi-frosty-head:before {
content: "\eb6b";
}
.twi-frown:before {
content: "\eb6c";
}
.twi-frown-open:before {
content: "\eb6d";
}
.twi-function:before {
content: "\eb6e";
}
.twi-funnel-dollar:before {
content: "\eb6f";
}
.twi-futbol:before {
content: "\eb70";
}
.twi-gamepad:before {
content: "\eb71";
}
.twi-gas-pump:before {
content: "\eb72";
}
.twi-gas-pump-slash:before {
content: "\eb73";
}
.twi-gavel:before {
content: "\eb74";
}
.twi-gem:before {
content: "\eb75";
}
.twi-genderless:before {
content: "\eb76";
}
.twi-ghost:before {
content: "\eb77";
}
.twi-gift:before {
content: "\eb78";
}
.twi-gift-card:before {
content: "\eb79";
}
.twi-gifts:before {
content: "\eb7a";
}
.twi-gingerbread-man:before {
content: "\eb7b";
}
.twi-glass:before {
content: "\eb7c";
}
.twi-glass-champagne:before {
content: "\eb7d";
}
.twi-glass-cheers:before {
content: "\eb7e";
}
.twi-glasses:before {
content: "\eb7f";
}
.twi-glasses-alt:before {
content: "\eb80";
}
.twi-glass-martini:before {
content: "\eb81";
}
.twi-glass-martini-alt:before {
content: "\eb82";
}
.twi-glass-whiskey:before {
content: "\eb83";
}
.twi-glass-whiskey-rocks:before {
content: "\eb84";
}
.twi-globe:before {
content: "\eb85";
}
.twi-globe-africa:before {
content: "\eb86";
}
.twi-globe-americas:before {
content: "\eb87";
}
.twi-globe-asia:before {
content: "\eb88";
}
.twi-globe-europe:before {
content: "\eb89";
}
.twi-globe-snow:before {
content: "\eb8a";
}
.twi-globe-stand:before {
content: "\eb8b";
}
.twi-golf-ball:before {
content: "\eb8c";
}
.twi-golf-club:before {
content: "\eb8d";
}
.twi-gopuram:before {
content: "\eb8e";
}
.twi-graduation-cap:before {
content: "\eb8f";
}
.twi-greater-than:before {
content: "\eb90";
}
.twi-greater-than-equal:before {
content: "\eb91";
}
.twi-grimace:before {
content: "\eb92";
}
.twi-grin:before {
content: "\eb93";
}
.twi-grin-alt:before {
content: "\eb94";
}
.twi-grin-beam:before {
content: "\eb95";
}
.twi-grin-beam-sweat:before {
content: "\eb96";
}
.twi-grin-hearts:before {
content: "\eb97";
}
.twi-grin-squint:before {
content: "\eb98";
}
.twi-grin-squint-tears:before {
content: "\eb99";
}
.twi-grin-stars:before {
content: "\eb9a";
}
.twi-grin-tears:before {
content: "\eb9b";
}
.twi-grin-tongue:before {
content: "\eb9c";
}
.twi-grin-tongue-squint:before {
content: "\eb9d";
}
.twi-grin-tongue-wink:before {
content: "\eb9e";
}
.twi-grin-wink:before {
content: "\eb9f";
}
.twi-grip-horizontal:before {
content: "\eba0";
}
.twi-grip-lines:before {
content: "\eba1";
}
.twi-grip-lines-vertical:before {
content: "\eba2";
}
.twi-grip-vertical:before {
content: "\eba3";
}
.twi-guitar:before {
content: "\eba4";
}
.twi-h1:before {
content: "\eba5";
}
.twi-h2:before {
content: "\eba6";
}
.twi-h3:before {
content: "\eba7";
}
.twi-hamburger:before {
content: "\eba8";
}
.twi-hammer:before {
content: "\eba9";
}
.twi-hammer-war:before {
content: "\ebaa";
}
.twi-hamsa:before {
content: "\ebab";
}
.twi-hand-heart:before {
content: "\ebac";
}
.twi-hand-holding:before {
content: "\ebad";
}
.twi-hand-holding-box:before {
content: "\ebae";
}
.twi-hand-holding-heart:before {
content: "\ebaf";
}
.twi-hand-holding-magic:before {
content: "\ebb0";
}
.twi-hand-holding-seedling:before {
content: "\ebb1";
}
.twi-hand-holding-usd:before {
content: "\ebb2";
}
.twi-hand-holding-water:before {
content: "\ebb3";
}
.twi-hand-lizard:before {
content: "\ebb4";
}
.twi-hand-middle-finger:before {
content: "\ebb5";
}
.twi-hand-paper:before {
content: "\ebb6";
}
.twi-hand-peace:before {
content: "\ebb7";
}
.twi-hand-point-down:before {
content: "\ebb8";
}
.twi-hand-pointer:before {
content: "\ebb9";
}
.twi-hand-point-left:before {
content: "\ebba";
}
.twi-hand-point-right:before {
content: "\ebbb";
}
.twi-hand-point-up:before {
content: "\ebbc";
}
.twi-hand-receiving:before {
content: "\ebbd";
}
.twi-hand-rock:before {
content: "\ebbe";
}
.twi-hands:before {
content: "\ebbf";
}
.twi-hand-scissors:before {
content: "\ebc0";
}
.twi-handshake:before {
content: "\ebc1";
}
.twi-handshake-alt:before {
content: "\ebc2";
}
.twi-hands-heart:before {
content: "\ebc3";
}
.twi-hands-helping:before {
content: "\ebc4";
}
.twi-hand-spock:before {
content: "\ebc5";
}
.twi-hands-usd:before {
content: "\ebc6";
}
.twi-hanukiah:before {
content: "\ebc7";
}
.twi-hard-hat:before {
content: "\ebc8";
}
.twi-hashtag:before {
content: "\ebc9";
}
.twi-hat-santa:before {
content: "\ebca";
}
.twi-hat-winter:before {
content: "\ebcb";
}
.twi-hat-witch:before {
content: "\ebcc";
}
.twi-hat-wizard:before {
content: "\ebcd";
}
.twi-haykal:before {
content: "\ebce";
}
.twi-hdd:before {
content: "\ebcf";
}
.twi-heading:before {
content: "\ebd0";
}
.twi-headphones:before {
content: "\ebd1";
}
.twi-headphones-alt:before {
content: "\ebd2";
}
.twi-headset:before {
content: "\ebd3";
}
.twi-head-side:before {
content: "\ebd4";
}
.twi-head-side-brain:before {
content: "\ebd5";
}
.twi-head-side-medical:before {
content: "\ebd6";
}
.twi-head-vr:before {
content: "\ebd7";
}
.twi-heart:before {
content: "\ebd8";
}
.twi-heartbeat:before {
content: "\ebd9";
}
.twi-heart-broken:before {
content: "\ebda";
}
.twi-heart-circle:before {
content: "\ebdb";
}
.twi-heart-rate:before {
content: "\ebdc";
}
.twi-heart-square:before {
content: "\ebdd";
}
.twi-helicopter:before {
content: "\ebde";
}
.twi-helmet-battle:before {
content: "\ebdf";
}
.twi-hexagon:before {
content: "\ebe0";
}
.twi-highlighter:before {
content: "\ebe1";
}
.twi-hiking:before {
content: "\ebe2";
}
.twi-hippo:before {
content: "\ebe3";
}
.twi-history:before {
content: "\ebe4";
}
.twi-hockey-mask:before {
content: "\ebe5";
}
.twi-hockey-puck:before {
content: "\ebe6";
}
.twi-hockey-sticks:before {
content: "\ebe7";
}
.twi-holly-berry:before {
content: "\ebe8";
}
.twi-home:before {
content: "\ebe9";
}
.twi-home-alt:before {
content: "\ebea";
}
.twi-home-heart:before {
content: "\ebeb";
}
.twi-home-lg:before {
content: "\ebec";
}
.twi-home-lg-alt:before {
content: "\ebed";
}
.twi-hood-cloak:before {
content: "\ebee";
}
.twi-horse:before {
content: "\ebef";
}
.twi-horse-head:before {
content: "\ebf0";
}
.twi-hospital:before {
content: "\ebf1";
}
.twi-hospital-alt:before {
content: "\ebf2";
}
.twi-hospitals:before {
content: "\ebf3";
}
.twi-hospital-symbol:before {
content: "\ebf4";
}
.twi-hospital-user:before {
content: "\ebf5";
}
.twi-hotdog:before {
content: "\ebf6";
}
.twi-hotel:before {
content: "\ebf7";
}
.twi-hot-tub:before {
content: "\ebf8";
}
.twi-hourglass:before {
content: "\ebf9";
}
.twi-hourglass-end:before {
content: "\ebfa";
}
.twi-hourglass-half:before {
content: "\ebfb";
}
.twi-hourglass-start:before {
content: "\ebfc";
}
.twi-house-damage:before {
content: "\ebfd";
}
.twi-house-flood:before {
content: "\ebfe";
}
.twi-hryvnia:before {
content: "\ebff";
}
.twi-h-square:before {
content: "\ec00";
}
.twi-humidity:before {
content: "\ec01";
}
.twi-hurricane:before {
content: "\ec02";
}
.twi-ice-cream:before {
content: "\ec03";
}
.twi-ice-skate:before {
content: "\ec04";
}
.twi-icicles:before {
content: "\ec05";
}
.twi-i-cursor:before {
content: "\ec06";
}
.twi-id-badge:before {
content: "\ec07";
}
.twi-id-card:before {
content: "\ec08";
}
.twi-id-card-alt:before {
content: "\ec09";
}
.twi-igloo:before {
content: "\ec0a";
}
.twi-image:before {
content: "\ec0b";
}
.twi-images:before {
content: "\ec0c";
}
.twi-inbox:before {
content: "\ec0d";
}
.twi-inbox-in:before {
content: "\ec0e";
}
.twi-inbox-out:before {
content: "\ec0f";
}
.twi-indent:before {
content: "\ec10";
}
.twi-industry:before {
content: "\ec11";
}
.twi-industry-alt:before {
content: "\ec12";
}
.twi-infinity:before {
content: "\ec13";
}
.twi-info:before {
content: "\ec14";
}
.twi-info-circle:before {
content: "\ec15";
}
.twi-info-square:before {
content: "\ec16";
}
.twi-inhaler:before {
content: "\ec17";
}
.twi-integral:before {
content: "\ec18";
}
.twi-intersection:before {
content: "\ec19";
}
.twi-inventory:before {
content: "\ec1a";
}
.twi-island-tropical:before {
content: "\ec1b";
}
.twi-italic:before {
content: "\ec1c";
}
.twi-jack-o-lantern:before {
content: "\ec1d";
}
.twi-jedi:before {
content: "\ec1e";
}
.twi-joint:before {
content: "\ec1f";
}
.twi-journal-whills:before {
content: "\ec20";
}
.twi-kaaba:before {
content: "\ec21";
}
.twi-key:before {
content: "\ec22";
}
.twi-keyboard:before {
content: "\ec23";
}
.twi-keynote:before {
content: "\ec24";
}
.twi-key-skeleton:before {
content: "\ec25";
}
.twi-khanda:before {
content: "\ec26";
}
.twi-kidneys:before {
content: "\ec27";
}
.twi-kiss:before {
content: "\ec28";
}
.twi-kiss-beam:before {
content: "\ec29";
}
.twi-kiss-wink-heart:before {
content: "\ec2a";
}
.twi-kite:before {
content: "\ec2b";
}
.twi-kiwi-bird:before {
content: "\ec2c";
}
.twi-knife-kitchen:before {
content: "\ec2d";
}
.twi-lambda:before {
content: "\ec2e";
}
.twi-lamp:before {
content: "\ec2f";
}
.twi-landmark:before {
content: "\ec30";
}
.twi-landmark-alt:before {
content: "\ec31";
}
.twi-language:before {
content: "\ec32";
}
.twi-laptop:before {
content: "\ec33";
}
.twi-laptop-code:before {
content: "\ec34";
}
.twi-laptop-medical:before {
content: "\ec35";
}
.twi-laugh:before {
content: "\ec36";
}
.twi-laugh-beam:before {
content: "\ec37";
}
.twi-laugh-squint:before {
content: "\ec38";
}
.twi-laugh-wink:before {
content: "\ec39";
}
.twi-layer-group:before {
content: "\ec3a";
}
.twi-layer-minus:before {
content: "\ec3b";
}
.twi-layer-plus:before {
content: "\ec3c";
}
.twi-leaf:before {
content: "\ec3d";
}
.twi-leaf-heart:before {
content: "\ec3e";
}
.twi-leaf-maple:before {
content: "\ec3f";
}
.twi-leaf-oak:before {
content: "\ec40";
}
.twi-lemon:before {
content: "\ec41";
}
.twi-less-than:before {
content: "\ec42";
}
.twi-less-than-equal:before {
content: "\ec43";
}
.twi-level-down:before {
content: "\ec44";
}
.twi-level-down-alt:before {
content: "\ec45";
}
.twi-level-up:before {
content: "\ec46";
}
.twi-level-up-alt:before {
content: "\ec47";
}
.twi-life-ring:before {
content: "\ec48";
}
.twi-lightbulb:before {
content: "\ec49";
}
.twi-lightbulb-dollar:before {
content: "\ec4a";
}
.twi-lightbulb-exclamation:before {
content: "\ec4b";
}
.twi-lightbulb-on:before {
content: "\ec4c";
}
.twi-lightbulb-slash:before {
content: "\ec4d";
}
.twi-lights-holiday:before {
content: "\ec4e";
}
.twi-link:before {
content: "\ec4f";
}
.twi-lips:before {
content: "\ec50";
}
.twi-lira-sign:before {
content: "\ec51";
}
.twi-list:before {
content: "\ec52";
}
.twi-list-alt:before {
content: "\ec53";
}
.twi-list-ol:before {
content: "\ec54";
}
.twi-list-ul:before {
content: "\ec55";
}
.twi-location:before {
content: "\ec56";
}
.twi-location-arrow:before {
content: "\ec57";
}
.twi-location-circle:before {
content: "\ec58";
}
.twi-location-slash:before {
content: "\ec59";
}
.twi-lock:before {
content: "\ec5a";
}
.twi-lock-alt:before {
content: "\ec5b";
}
.twi-lock-open:before {
content: "\ec5c";
}
.twi-lock-open-alt:before {
content: "\ec5d";
}
.twi-long-arrow-alt-down:before {
content: "\ec5e";
}
.twi-long-arrow-alt-left:before {
content: "\ec5f";
}
.twi-long-arrow-alt-right:before {
content: "\ec60";
}
.twi-long-arrow-alt-up:before {
content: "\ec61";
}
.twi-long-arrow-down:before {
content: "\ec62";
}
.twi-long-arrow-left:before {
content: "\ec63";
}
.twi-long-arrow-right:before {
content: "\ec64";
}
.twi-long-arrow-up:before {
content: "\ec65";
}
.twi-loveseat:before {
content: "\ec66";
}
.twi-low-vision:before {
content: "\ec67";
}
.twi-luchador:before {
content: "\ec68";
}
.twi-luggage-cart:before {
content: "\ec69";
}
.twi-lungs:before {
content: "\ec6a";
}
.twi-mace:before {
content: "\ec6b";
}
.twi-magic:before {
content: "\ec6c";
}
.twi-magnet:before {
content: "\ec6d";
}
.twi-mailbox:before {
content: "\ec6e";
}
.twi-mail-bulk:before {
content: "\ec6f";
}
.twi-male:before {
content: "\ec70";
}
.twi-mandolin:before {
content: "\ec71";
}
.twi-map:before {
content: "\ec72";
}
.twi-map-marked:before {
content: "\ec73";
}
.twi-map-marked-alt:before {
content: "\ec74";
}
.twi-map-marker:before {
content: "\ec75";
}
.twi-map-marker-alt:before {
content: "\ec76";
}
.twi-map-marker-alt-slash:before {
content: "\ec77";
}
.twi-map-marker-check:before {
content: "\ec78";
}
.twi-map-marker-edit:before {
content: "\ec79";
}
.twi-map-marker-exclamation:before {
content: "\ec7a";
}
.twi-map-marker-minus:before {
content: "\ec7b";
}
.twi-map-marker-plus:before {
content: "\ec7c";
}
.twi-map-marker-question:before {
content: "\ec7d";
}
.twi-map-marker-slash:before {
content: "\ec7e";
}
.twi-map-marker-smile:before {
content: "\ec7f";
}
.twi-map-marker-times:before {
content: "\ec80";
}
.twi-map-pin:before {
content: "\ec81";
}
.twi-map-signs:before {
content: "\ec82";
}
.twi-marker:before {
content: "\ec83";
}
.twi-mars:before {
content: "\ec84";
}
.twi-mars-double:before {
content: "\ec85";
}
.twi-mars-stroke:before {
content: "\ec86";
}
.twi-mars-stroke-h:before {
content: "\ec87";
}
.twi-mars-stroke-v:before {
content: "\ec88";
}
.twi-mask:before {
content: "\ec89";
}
.twi-meat:before {
content: "\ec8a";
}
.twi-medal:before {
content: "\ec8b";
}
.twi-medkit:before {
content: "\ec8c";
}
.twi-megaphone:before {
content: "\ec8d";
}
.twi-meh:before {
content: "\ec8e";
}
.twi-meh-blank:before {
content: "\ec8f";
}
.twi-meh-rolling-eyes:before {
content: "\ec90";
}
.twi-memory:before {
content: "\ec91";
}
.twi-menorah:before {
content: "\ec92";
}
.twi-mercury:before {
content: "\ec93";
}
.twi-meteor:before {
content: "\ec94";
}
.twi-microchip:before {
content: "\ec95";
}
.twi-microphone:before {
content: "\ec96";
}
.twi-microphone-alt:before {
content: "\ec97";
}
.twi-microphone-alt-slash:before {
content: "\ec98";
}
.twi-microphone-slash:before {
content: "\ec99";
}
.twi-microscope:before {
content: "\ec9a";
}
.twi-mind-share:before {
content: "\ec9b";
}
.twi-minus:before {
content: "\ec9c";
}
.twi-minus-circle:before {
content: "\ec9d";
}
.twi-minus-hexagon:before {
content: "\ec9e";
}
.twi-minus-octagon:before {
content: "\ec9f";
}
.twi-minus-square:before {
content: "\eca0";
}
.twi-mistletoe:before {
content: "\eca1";
}
.twi-mitten:before {
content: "\eca2";
}
.twi-mobile:before {
content: "\eca3";
}
.twi-mobile-alt:before {
content: "\eca4";
}
.twi-mobile-android:before {
content: "\eca5";
}
.twi-mobile-android-alt:before {
content: "\eca6";
}
.twi-money-bill:before {
content: "\eca7";
}
.twi-money-bill-alt:before {
content: "\eca8";
}
.twi-money-bill-wave:before {
content: "\eca9";
}
.twi-money-bill-wave-alt:before {
content: "\ecaa";
}
.twi-money-check:before {
content: "\ecab";
}
.twi-money-check-alt:before {
content: "\ecac";
}
.twi-monitor-heart-rate:before {
content: "\ecad";
}
.twi-monkey:before {
content: "\ecae";
}
.twi-monument:before {
content: "\ecaf";
}
.twi-moon:before {
content: "\ecb0";
}
.twi-moon-cloud:before {
content: "\ecb1";
}
.twi-moon-stars:before {
content: "\ecb2";
}
.twi-mortar-pestle:before {
content: "\ecb3";
}
.twi-mosque:before {
content: "\ecb4";
}
.twi-motorcycle:before {
content: "\ecb5";
}
.twi-mountain:before {
content: "\ecb6";
}
.twi-mountains:before {
content: "\ecb7";
}
.twi-mouse-pointer:before {
content: "\ecb8";
}
.twi-mug-hot:before {
content: "\ecb9";
}
.twi-mug-marshmallows:before {
content: "\ecba";
}
.twi-music:before {
content: "\ecbb";
}
.twi-narwhal:before {
content: "\ecbc";
}
.twi-network-wired:before {
content: "\ecbd";
}
.twi-neuter:before {
content: "\ecbe";
}
.twi-newspaper:before {
content: "\ecbf";
}
.twi-not-equal:before {
content: "\ecc0";
}
.twi-notes-medical:before {
content: "\ecc1";
}
.twi-object-group:before {
content: "\ecc2";
}
.twi-object-ungroup:before {
content: "\ecc3";
}
.twi-octagon:before {
content: "\ecc4";
}
.twi-oil-can:before {
content: "\ecc5";
}
.twi-oil-temp:before {
content: "\ecc6";
}
.twi-om:before {
content: "\ecc7";
}
.twi-omega:before {
content: "\ecc8";
}
.twi-ornament:before {
content: "\ecc9";
}
.twi-otter:before {
content: "\ecca";
}
.twi-outdent:before {
content: "\eccb";
}
.twi-pager:before {
content: "\eccc";
}
.twi-paint-brush:before {
content: "\eccd";
}
.twi-paint-brush-alt:before {
content: "\ecce";
}
.twi-paint-roller:before {
content: "\eccf";
}
.twi-palette:before {
content: "\ecd0";
}
.twi-pallet:before {
content: "\ecd1";
}
.twi-pallet-alt:before {
content: "\ecd2";
}
.twi-paperclip:before {
content: "\ecd3";
}
.twi-paper-plane:before {
content: "\ecd4";
}
.twi-parachute-box:before {
content: "\ecd5";
}
.twi-paragraph:before {
content: "\ecd6";
}
.twi-parking:before {
content: "\ecd7";
}
.twi-parking-circle:before {
content: "\ecd8";
}
.twi-parking-circle-slash:before {
content: "\ecd9";
}
.twi-parking-slash:before {
content: "\ecda";
}
.twi-passport:before {
content: "\ecdb";
}
.twi-pastafarianism:before {
content: "\ecdc";
}
.twi-paste:before {
content: "\ecdd";
}
.twi-pause:before {
content: "\ecde";
}
.twi-pause-circle:before {
content: "\ecdf";
}
.twi-paw:before {
content: "\ece0";
}
.twi-paw-alt:before {
content: "\ece1";
}
.twi-paw-claws:before {
content: "\ece2";
}
.twi-peace:before {
content: "\ece3";
}
.twi-pegasus:before {
content: "\ece4";
}
.twi-pen:before {
content: "\ece5";
}
.twi-pen-alt:before {
content: "\ece6";
}
.twi-pencil:before {
content: "\ece7";
}
.twi-pencil-alt:before {
content: "\ece8";
}
.twi-pencil-paintbrush:before {
content: "\ece9";
}
.twi-pencil-ruler:before {
content: "\ecea";
}
.twi-pen-fancy:before {
content: "\eceb";
}
.twi-pennant:before {
content: "\ecec";
}
.twi-pen-nib:before {
content: "\eced";
}
.twi-pen-square:before {
content: "\ecee";
}
.twi-people-carry:before {
content: "\ecef";
}
.twi-pepper-hot:before {
content: "\ecf0";
}
.twi-percent:before {
content: "\ecf1";
}
.twi-percentage:before {
content: "\ecf2";
}
.twi-person-booth:before {
content: "\ecf3";
}
.twi-person-carry:before {
content: "\ecf4";
}
.twi-person-dolly:before {
content: "\ecf5";
}
.twi-person-dolly-empty:before {
content: "\ecf6";
}
.twi-person-sign:before {
content: "\ecf7";
}
.twi-phone:before {
content: "\ecf8";
}
.twi-phone-office:before {
content: "\ecf9";
}
.twi-phone-plus:before {
content: "\ecfa";
}
.twi-phone-slash:before {
content: "\ecfb";
}
.twi-phone-square:before {
content: "\ecfc";
}
.twi-phone-volume:before {
content: "\ecfd";
}
.twi-pi:before {
content: "\ecfe";
}
.twi-pie:before {
content: "\ecff";
}
.twi-pig:before {
content: "\ed00";
}
.twi-piggy-bank:before {
content: "\ed01";
}
.twi-pills:before {
content: "\ed02";
}
.twi-pizza:before {
content: "\ed03";
}
.twi-pizza-slice:before {
content: "\ed04";
}
.twi-place-of-worship:before {
content: "\ed05";
}
.twi-plane:before {
content: "\ed06";
}
.twi-plane-alt:before {
content: "\ed07";
}
.twi-plane-arrival:before {
content: "\ed08";
}
.twi-plane-departure:before {
content: "\ed09";
}
.twi-play:before {
content: "\ed0a";
}
.twi-play-circle:before {
content: "\ed0b";
}
.twi-plug:before {
content: "\ed0c";
}
.twi-plus:before {
content: "\ed0d";
}
.twi-plus-circle:before {
content: "\ed0e";
}
.twi-plus-hexagon:before {
content: "\ed0f";
}
.twi-plus-octagon:before {
content: "\ed10";
}
.twi-plus-square:before {
content: "\ed11";
}
.twi-podcast:before {
content: "\ed12";
}
.twi-podium:before {
content: "\ed13";
}
.twi-podium-star:before {
content: "\ed14";
}
.twi-poll:before {
content: "\ed15";
}
.twi-poll-h:before {
content: "\ed16";
}
.twi-poll-people:before {
content: "\ed17";
}
.twi-poo:before {
content: "\ed18";
}
.twi-poop:before {
content: "\ed19";
}
.twi-poo-storm:before {
content: "\ed1a";
}
.twi-popcorn:before {
content: "\ed1b";
}
.twi-portrait:before {
content: "\ed1c";
}
.twi-pound-sign:before {
content: "\ed1d";
}
.twi-power-off:before {
content: "\ed1e";
}
.twi-pray:before {
content: "\ed1f";
}
.twi-praying-hands:before {
content: "\ed20";
}
.twi-prescription:before {
content: "\ed21";
}
.twi-prescription-bottle:before {
content: "\ed22";
}
.twi-prescription-bottle-alt:before {
content: "\ed23";
}
.twi-presentation:before {
content: "\ed24";
}
.twi-print:before {
content: "\ed25";
}
.twi-print-search:before {
content: "\ed26";
}
.twi-print-slash:before {
content: "\ed27";
}
.twi-procedures:before {
content: "\ed28";
}
.twi-project-diagram:before {
content: "\ed29";
}
.twi-pumpkin:before {
content: "\ed2a";
}
.twi-puzzle-piece:before {
content: "\ed2b";
}
.twi-qrcode:before {
content: "\ed2c";
}
.twi-question:before {
content: "\ed2d";
}
.twi-question-circle:before {
content: "\ed2e";
}
.twi-question-square:before {
content: "\ed2f";
}
.twi-quidditch:before {
content: "\ed30";
}
.twi-quote-left:before {
content: "\ed31";
}
.twi-quote-right:before {
content: "\ed32";
}
.twi-quran:before {
content: "\ed33";
}
.twi-rabbit:before {
content: "\ed34";
}
.twi-rabbit-fast:before {
content: "\ed35";
}
.twi-racquet:before {
content: "\ed36";
}
.twi-radiation:before {
content: "\ed37";
}
.twi-radiation-alt:before {
content: "\ed38";
}
.twi-rainbow:before {
content: "\ed39";
}
.twi-raindrops:before {
content: "\ed3a";
}
.twi-ram:before {
content: "\ed3b";
}
.twi-ramp-loading:before {
content: "\ed3c";
}
.twi-random:before {
content: "\ed3d";
}
.twi-receipt:before {
content: "\ed3e";
}
.twi-rectangle-landscape:before {
content: "\ed3f";
}
.twi-rectangle-portrait:before {
content: "\ed40";
}
.twi-rectangle-wide:before {
content: "\ed41";
}
.twi-recycle:before {
content: "\ed42";
}
.twi-redo:before {
content: "\ed43";
}
.twi-redo-alt:before {
content: "\ed44";
}
.twi-registered:before {
content: "\ed45";
}
.twi-repeat:before {
content: "\ed46";
}
.twi-repeat-1:before {
content: "\ed47";
}
.twi-repeat-1-alt:before {
content: "\ed48";
}
.twi-repeat-alt:before {
content: "\ed49";
}
.twi-reply:before {
content: "\ed4a";
}
.twi-reply-all:before {
content: "\ed4b";
}
.twi-republican:before {
content: "\ed4c";
}
.twi-restroom:before {
content: "\ed4d";
}
.twi-retweet:before {
content: "\ed4e";
}
.twi-retweet-alt:before {
content: "\ed4f";
}
.twi-ribbon:before {
content: "\ed50";
}
.twi-ring:before {
content: "\ed51";
}
.twi-rings-wedding:before {
content: "\ed52";
}
.twi-road:before {
content: "\ed53";
}
.twi-robot:before {
content: "\ed54";
}
.twi-rocket:before {
content: "\ed55";
}
.twi-route:before {
content: "\ed56";
}
.twi-route-highway:before {
content: "\ed57";
}
.twi-route-interstate:before {
content: "\ed58";
}
.twi-rss:before {
content: "\ed59";
}
.twi-rss-square:before {
content: "\ed5a";
}
.twi-ruble-sign:before {
content: "\ed5b";
}
.twi-ruler:before {
content: "\ed5c";
}
.twi-ruler-combined:before {
content: "\ed5d";
}
.twi-ruler-horizontal:before {
content: "\ed5e";
}
.twi-ruler-triangle:before {
content: "\ed5f";
}
.twi-ruler-vertical:before {
content: "\ed60";
}
.twi-running:before {
content: "\ed61";
}
.twi-rupee-sign:before {
content: "\ed62";
}
.twi-rv:before {
content: "\ed63";
}
.twi-sack:before {
content: "\ed64";
}
.twi-sack-dollar:before {
content: "\ed65";
}
.twi-sad-cry:before {
content: "\ed66";
}
.twi-sad-tear:before {
content: "\ed67";
}
.twi-salad:before {
content: "\ed68";
}
.twi-sandwich:before {
content: "\ed69";
}
.twi-satellite:before {
content: "\ed6a";
}
.twi-satellite-dish:before {
content: "\ed6b";
}
.twi-sausage:before {
content: "\ed6c";
}
.twi-save:before {
content: "\ed6d";
}
.twi-scalpel:before {
content: "\ed6e";
}
.twi-scalpel-path:before {
content: "\ed6f";
}
.twi-scanner:before {
content: "\ed70";
}
.twi-scanner-keyboard:before {
content: "\ed71";
}
.twi-scanner-touchscreen:before {
content: "\ed72";
}
.twi-scarecrow:before {
content: "\ed73";
}
.twi-scarf:before {
content: "\ed74";
}
.twi-school:before {
content: "\ed75";
}
.twi-screwdriver:before {
content: "\ed76";
}
.twi-scroll:before {
content: "\ed77";
}
.twi-scroll-old:before {
content: "\ed78";
}
.twi-scrubber:before {
content: "\ed79";
}
.twi-scythe:before {
content: "\ed7a";
}
.twi-sd-card:before {
content: "\ed7b";
}
.twi-search:before {
content: "\ed7c";
}
.twi-search-dollar:before {
content: "\ed7d";
}
.twi-search-location:before {
content: "\ed7e";
}
.twi-search-minus:before {
content: "\ed7f";
}
.twi-search-plus:before {
content: "\ed80";
}
.twi-seedling:before {
content: "\ed81";
}
.twi-server:before {
content: "\ed82";
}
.twi-shapes:before {
content: "\ed83";
}
.twi-share:before {
content: "\ed84";
}
.twi-share-all:before {
content: "\ed85";
}
.twi-share-alt:before {
content: "\ed86";
}
.twi-share-alt-square:before {
content: "\ed87";
}
.twi-share-square:before {
content: "\ed88";
}
.twi-sheep:before {
content: "\ed89";
}
.twi-shekel-sign:before {
content: "\ed8a";
}
.twi-shield:before {
content: "\ed8b";
}
.twi-shield-alt:before {
content: "\ed8c";
}
.twi-shield-check:before {
content: "\ed8d";
}
.twi-shield-cross:before {
content: "\ed8e";
}
.twi-ship:before {
content: "\ed8f";
}
.twi-shipping-fast:before {
content: "\ed90";
}
.twi-shipping-timed:before {
content: "\ed91";
}
.twi-shish-kebab:before {
content: "\ed92";
}
.twi-shoe-prints:before {
content: "\ed93";
}
.twi-shopping-bag:before {
content: "\ed94";
}
.twi-shopping-basket:before {
content: "\ed95";
}
.twi-shopping-cart:before {
content: "\ed96";
}
.twi-shovel:before {
content: "\ed97";
}
.twi-shovel-snow:before {
content: "\ed98";
}
.twi-shower:before {
content: "\ed99";
}
.twi-shredder:before {
content: "\ed9a";
}
.twi-shuttlecock:before {
content: "\ed9b";
}
.twi-shuttle-van:before {
content: "\ed9c";
}
.twi-sickle:before {
content: "\ed9d";
}
.twi-sigma:before {
content: "\ed9e";
}
.twi-sign:before {
content: "\ed9f";
}
.twi-signal:before {
content: "\eda0";
}
.twi-signal-1:before {
content: "\eda1";
}
.twi-signal-2:before {
content: "\eda2";
}
.twi-signal-3:before {
content: "\eda3";
}
.twi-signal-4:before {
content: "\eda4";
}
.twi-signal-alt:before {
content: "\eda5";
}
.twi-signal-alt-1:before {
content: "\eda6";
}
.twi-signal-alt-2:before {
content: "\eda7";
}
.twi-signal-alt-3:before {
content: "\eda8";
}
.twi-signal-alt-slash:before {
content: "\eda9";
}
.twi-signal-slash:before {
content: "\edaa";
}
.twi-signature:before {
content: "\edab";
}
.twi-sign-in:before {
content: "\edac";
}
.twi-sign-in-alt:before {
content: "\edad";
}
.twi-sign-language:before {
content: "\edae";
}
.twi-sign-out:before {
content: "\edaf";
}
.twi-sign-out-alt:before {
content: "\edb0";
}
.twi-sim-card:before {
content: "\edb1";
}
.twi-sitemap:before {
content: "\edb2";
}
.twi-skating:before {
content: "\edb3";
}
.twi-skeleton:before {
content: "\edb4";
}
.twi-skiing:before {
content: "\edb5";
}
.twi-skiing-nordic:before {
content: "\edb6";
}
.twi-ski-jump:before {
content: "\edb7";
}
.twi-ski-lift:before {
content: "\edb8";
}
.twi-skull:before {
content: "\edb9";
}
.twi-skull-crossbones:before {
content: "\edba";
}
.twi-slash:before {
content: "\edbb";
}
.twi-sledding:before {
content: "\edbc";
}
.twi-sleigh:before {
content: "\edbd";
}
.twi-sliders-h:before {
content: "\edbe";
}
.twi-sliders-h-square:before {
content: "\edbf";
}
.twi-sliders-v:before {
content: "\edc0";
}
.twi-sliders-v-square:before {
content: "\edc1";
}
.twi-smile:before {
content: "\edc2";
}
.twi-smile-beam:before {
content: "\edc3";
}
.twi-smile-plus:before {
content: "\edc4";
}
.twi-smile-wink:before {
content: "\edc5";
}
.twi-smog:before {
content: "\edc6";
}
.twi-smoke:before {
content: "\edc7";
}
.twi-smoking:before {
content: "\edc8";
}
.twi-smoking-ban:before {
content: "\edc9";
}
.twi-sms:before {
content: "\edca";
}
.twi-snake:before {
content: "\edcb";
}
.twi-snow-blowing:before {
content: "\edcc";
}
.twi-snowboarding:before {
content: "\edcd";
}
.twi-snowflake:before {
content: "\edce";
}
.twi-snowflakes:before {
content: "\edcf";
}
.twi-snowman:before {
content: "\edd0";
}
.twi-snowmobile:before {
content: "\edd1";
}
.twi-snowplow:before {
content: "\edd2";
}
.twi-socks:before {
content: "\edd3";
}
.twi-solar-panel:before {
content: "\edd4";
}
.twi-sort:before {
content: "\edd5";
}
.twi-sort-alpha-down:before {
content: "\edd6";
}
.twi-sort-alpha-up:before {
content: "\edd7";
}
.twi-sort-amount-down:before {
content: "\edd8";
}
.twi-sort-amount-up:before {
content: "\edd9";
}
.twi-sort-down:before {
content: "\edda";
}
.twi-sort-numeric-down:before {
content: "\eddb";
}
.twi-sort-numeric-up:before {
content: "\eddc";
}
.twi-sort-up:before {
content: "\eddd";
}
.twi-soup:before {
content: "\edde";
}
.twi-spa:before {
content: "\eddf";
}
.twi-space-shuttle:before {
content: "\ede0";
}
.twi-spade:before {
content: "\ede1";
}
.twi-spider:before {
content: "\ede2";
}
.twi-spider-black-widow:before {
content: "\ede3";
}
.twi-spider-web:before {
content: "\ede4";
}
.twi-spinner:before {
content: "\ede5";
}
.twi-spinner-third:before {
content: "\ede6";
}
.twi-splotch:before {
content: "\ede7";
}
.twi-spray-can:before {
content: "\ede8";
}
.twi-square:before {
content: "\ede9";
}
.twi-square-full:before {
content: "\edea";
}
.twi-square-root:before {
content: "\edeb";
}
.twi-square-root-alt:before {
content: "\edec";
}
.twi-squirrel:before {
content: "\eded";
}
.twi-staff:before {
content: "\edee";
}
.twi-stamp:before {
content: "\edef";
}
.twi-star:before {
content: "\edf0";
}
.twi-star-and-crescent:before {
content: "\edf1";
}
.twi-star-christmas:before {
content: "\edf2";
}
.twi-star-exclamation:before {
content: "\edf3";
}
.twi-star-half:before {
content: "\edf4";
}
.twi-star-half-alt:before {
content: "\edf5";
}
.twi-star-of-david:before {
content: "\edf6";
}
.twi-star-of-life:before {
content: "\edf7";
}
.twi-stars:before {
content: "\edf8";
}
.twi-steak:before {
content: "\edf9";
}
.twi-steering-wheel:before {
content: "\edfa";
}
.twi-step-backward:before {
content: "\edfb";
}
.twi-step-forward:before {
content: "\edfc";
}
.twi-stethoscope:before {
content: "\edfd";
}
.twi-sticky-note:before {
content: "\edfe";
}
.twi-stocking:before {
content: "\edff";
}
.twi-stomach:before {
content: "\ee00";
}
.twi-stop:before {
content: "\ee01";
}
.twi-stop-circle:before {
content: "\ee02";
}
.twi-stopwatch:before {
content: "\ee03";
}
.twi-store:before {
content: "\ee04";
}
.twi-store-alt:before {
content: "\ee05";
}
.twi-stream:before {
content: "\ee06";
}
.twi-street-view:before {
content: "\ee07";
}
.twi-stretcher:before {
content: "\ee08";
}
.twi-strikethrough:before {
content: "\ee09";
}
.twi-stroopwafel:before {
content: "\ee0a";
}
.twi-subscript:before {
content: "\ee0b";
}
.twi-subway:before {
content: "\ee0c";
}
.twi-suitcase:before {
content: "\ee0d";
}
.twi-suitcase-rolling:before {
content: "\ee0e";
}
.twi-sun:before {
content: "\ee0f";
}
.twi-sun-cloud:before {
content: "\ee10";
}
.twi-sun-dust:before {
content: "\ee11";
}
.twi-sun-haze:before {
content: "\ee12";
}
.twi-sunrise:before {
content: "\ee13";
}
.twi-sunset:before {
content: "\ee14";
}
.twi-superscript:before {
content: "\ee15";
}
.twi-surprise:before {
content: "\ee16";
}
.twi-swatchbook:before {
content: "\ee17";
}
.twi-swimmer:before {
content: "\ee18";
}
.twi-swimming-pool:before {
content: "\ee19";
}
.twi-sword:before {
content: "\ee1a";
}
.twi-swords:before {
content: "\ee1b";
}
.twi-synagogue:before {
content: "\ee1c";
}
.twi-sync:before {
content: "\ee1d";
}
.twi-sync-alt:before {
content: "\ee1e";
}
.twi-syringe:before {
content: "\ee1f";
}
.twi-table:before {
content: "\ee20";
}
.twi-tablet:before {
content: "\ee21";
}
.twi-tablet-alt:before {
content: "\ee22";
}
.twi-tablet-android:before {
content: "\ee23";
}
.twi-tablet-android-alt:before {
content: "\ee24";
}
.twi-table-tennis:before {
content: "\ee25";
}
.twi-tablet-rugged:before {
content: "\ee26";
}
.twi-tablets:before {
content: "\ee27";
}
.twi-tachometer:before {
content: "\ee28";
}
.twi-tachometer-alt:before {
content: "\ee29";
}
.twi-tachometer-alt-average:before {
content: "\ee2a";
}
.twi-tachometer-alt-fast:before {
content: "\ee2b";
}
.twi-tachometer-alt-fastest:before {
content: "\ee2c";
}
.twi-tachometer-alt-slow:before {
content: "\ee2d";
}
.twi-tachometer-alt-slowest:before {
content: "\ee2e";
}
.twi-tachometer-average:before {
content: "\ee2f";
}
.twi-tachometer-fast:before {
content: "\ee30";
}
.twi-tachometer-fastest:before {
content: "\ee31";
}
.twi-tachometer-slow:before {
content: "\ee32";
}
.twi-tachometer-slowest:before {
content: "\ee33";
}
.twi-taco:before {
content: "\ee34";
}
.twi-tag:before {
content: "\ee35";
}
.twi-tags:before {
content: "\ee36";
}
.twi-tally:before {
content: "\ee37";
}
.twi-tanakh:before {
content: "\ee38";
}
.twi-tape:before {
content: "\ee39";
}
.twi-tasks:before {
content: "\ee3a";
}
.twi-tasks-alt:before {
content: "\ee3b";
}
.twi-taxi:before {
content: "\ee3c";
}
.twi-teeth:before {
content: "\ee3d";
}
.twi-teeth-open:before {
content: "\ee3e";
}
.twi-temperature-frigid:before {
content: "\ee3f";
}
.twi-temperature-high:before {
content: "\ee40";
}
.twi-temperature-hot:before {
content: "\ee41";
}
.twi-temperature-low:before {
content: "\ee42";
}
.twi-tenge:before {
content: "\ee43";
}
.twi-tennis-ball:before {
content: "\ee44";
}
.twi-terminal:before {
content: "\ee45";
}
.twi-text-height:before {
content: "\ee46";
}
.twi-text-width:before {
content: "\ee47";
}
.twi-th:before {
content: "\ee48";
}
.twi-theater-masks:before {
content: "\ee49";
}
.twi-thermometer:before {
content: "\ee4a";
}
.twi-thermometer-empty:before {
content: "\ee4b";
}
.twi-thermometer-full:before {
content: "\ee4c";
}
.twi-thermometer-half:before {
content: "\ee4d";
}
.twi-thermometer-quarter:before {
content: "\ee4e";
}
.twi-thermometer-three-quarters:before {
content: "\ee4f";
}
.twi-theta:before {
content: "\ee50";
}
.twi-th-large:before {
content: "\ee51";
}
.twi-th-list:before {
content: "\ee52";
}
.twi-thumbs-down:before {
content: "\ee53";
}
.twi-thumbs-up:before {
content: "\ee54";
}
.twi-thumbtack:before {
content: "\ee55";
}
.twi-thunderstorm:before {
content: "\ee56";
}
.twi-thunderstorm-moon:before {
content: "\ee57";
}
.twi-thunderstorm-sun:before {
content: "\ee58";
}
.twi-ticket:before {
content: "\ee59";
}
.twi-ticket-alt:before {
content: "\ee5a";
}
.twi-tilde:before {
content: "\ee5b";
}
.twi-times:before {
content: "\ee5c";
}
.twi-times-circle:before {
content: "\ee5d";
}
.twi-times-hexagon:before {
content: "\ee5e";
}
.twi-times-octagon:before {
content: "\ee5f";
}
.twi-times-square:before {
content: "\ee60";
}
.twi-tint:before {
content: "\ee61";
}
.twi-tint-slash:before {
content: "\ee62";
}
.twi-tire:before {
content: "\ee63";
}
.twi-tired:before {
content: "\ee64";
}
.twi-tire-flat:before {
content: "\ee65";
}
.twi-tire-pressure-warning:before {
content: "\ee66";
}
.twi-tire-rugged:before {
content: "\ee67";
}
.twi-toggle-off:before {
content: "\ee68";
}
.twi-toggle-on:before {
content: "\ee69";
}
.twi-toilet:before {
content: "\ee6a";
}
.twi-toilet-paper:before {
content: "\ee6b";
}
.twi-toilet-paper-alt:before {
content: "\ee6c";
}
.twi-tombstone:before {
content: "\ee6d";
}
.twi-tombstone-alt:before {
content: "\ee6e";
}
.twi-toolbox:before {
content: "\ee6f";
}
.twi-tools:before {
content: "\ee70";
}
.twi-tooth:before {
content: "\ee71";
}
.twi-toothbrush:before {
content: "\ee72";
}
.twi-torah:before {
content: "\ee73";
}
.twi-torii-gate:before {
content: "\ee74";
}
.twi-tornado:before {
content: "\ee75";
}
.twi-tractor:before {
content: "\ee76";
}
.twi-trademark:before {
content: "\ee77";
}
.twi-traffic-cone:before {
content: "\ee78";
}
.twi-traffic-light:before {
content: "\ee79";
}
.twi-traffic-light-go:before {
content: "\ee7a";
}
.twi-traffic-light-slow:before {
content: "\ee7b";
}
.twi-traffic-light-stop:before {
content: "\ee7c";
}
.twi-train:before {
content: "\ee7d";
}
.twi-tram:before {
content: "\ee7e";
}
.twi-transgender:before {
content: "\ee7f";
}
.twi-transgender-alt:before {
content: "\ee80";
}
.twi-trash:before {
content: "\ee81";
}
.twi-trash-alt:before {
content: "\ee82";
}
.twi-trash-restore:before {
content: "\ee83";
}
.twi-trash-restore-alt:before {
content: "\ee84";
}
.twi-treasure-chest:before {
content: "\ee85";
}
.twi-tree:before {
content: "\ee86";
}
.twi-tree-alt:before {
content: "\ee87";
}
.twi-tree-christmas:before {
content: "\ee88";
}
.twi-tree-decorated:before {
content: "\ee89";
}
.twi-tree-large:before {
content: "\ee8a";
}
.twi-tree-palm:before {
content: "\ee8b";
}
.twi-trees:before {
content: "\ee8c";
}
.twi-triangle:before {
content: "\ee8d";
}
.twi-trophy:before {
content: "\ee8e";
}
.twi-trophy-alt:before {
content: "\ee8f";
}
.twi-truck:before {
content: "\ee90";
}
.twi-truck-container:before {
content: "\ee91";
}
.twi-truck-couch:before {
content: "\ee92";
}
.twi-truck-loading:before {
content: "\ee93";
}
.twi-truck-monster:before {
content: "\ee94";
}
.twi-truck-moving:before {
content: "\ee95";
}
.twi-truck-pickup:before {
content: "\ee96";
}
.twi-truck-plow:before {
content: "\ee97";
}
.twi-truck-ramp:before {
content: "\ee98";
}
.twi-tshirt:before {
content: "\ee99";
}
.twi-tty:before {
content: "\ee9a";
}
.twi-turkey:before {
content: "\ee9b";
}
.twi-turtle:before {
content: "\ee9c";
}
.twi-tv:before {
content: "\ee9d";
}
.twi-tv-retro:before {
content: "\ee9e";
}
.twi-umbrella:before {
content: "\ee9f";
}
.twi-umbrella-beach:before {
content: "\eea0";
}
.twi-underline:before {
content: "\eea1";
}
.twi-undo:before {
content: "\eea2";
}
.twi-undo-alt:before {
content: "\eea3";
}
.twi-unicorn:before {
content: "\eea4";
}
.twi-union:before {
content: "\eea5";
}
.twi-universal-access:before {
content: "\eea6";
}
.twi-university:before {
content: "\eea7";
}
.twi-unlink:before {
content: "\eea8";
}
.twi-unlock:before {
content: "\eea9";
}
.twi-unlock-alt:before {
content: "\eeaa";
}
.twi-upload:before {
content: "\eeab";
}
.twi-usd-circle:before {
content: "\eeac";
}
.twi-usd-square:before {
content: "\eead";
}
.twi-user:before {
content: "\eeae";
}
.twi-user-alt:before {
content: "\eeaf";
}
.twi-user-alt-slash:before {
content: "\eeb0";
}
.twi-user-astronaut:before {
content: "\eeb1";
}
.twi-user-chart:before {
content: "\eeb2";
}
.twi-user-check:before {
content: "\eeb3";
}
.twi-user-circle:before {
content: "\eeb4";
}
.twi-user-clock:before {
content: "\eeb5";
}
.twi-user-cog:before {
content: "\eeb6";
}
.twi-user-crown:before {
content: "\eeb7";
}
.twi-user-edit:before {
content: "\eeb8";
}
.twi-user-friends:before {
content: "\eeb9";
}
.twi-user-graduate:before {
content: "\eeba";
}
.twi-user-hard-hat:before {
content: "\eebb";
}
.twi-user-headset:before {
content: "\eebc";
}
.twi-user-injured:before {
content: "\eebd";
}
.twi-user-lock:before {
content: "\eebe";
}
.twi-user-md:before {
content: "\eebf";
}
.twi-user-md-chat:before {
content: "\eec0";
}
.twi-user-minus:before {
content: "\eec1";
}
.twi-user-ninja:before {
content: "\eec2";
}
.twi-user-nurse:before {
content: "\eec3";
}
.twi-user-plus:before {
content: "\eec4";
}
.twi-users:before {
content: "\eec5";
}
.twi-users-class:before {
content: "\eec6";
}
.twi-users-cog:before {
content: "\eec7";
}
.twi-users-crown:before {
content: "\eec8";
}
.twi-user-secret:before {
content: "\eec9";
}
.twi-user-shield:before {
content: "\eeca";
}
.twi-user-slash:before {
content: "\eecb";
}
.twi-users-medical:before {
content: "\eecc";
}
.twi-user-tag:before {
content: "\eecd";
}
.twi-user-tie:before {
content: "\eece";
}
.twi-user-times:before {
content: "\eecf";
}
.twi-utensil-fork:before {
content: "\eed0";
}
.twi-utensil-knife:before {
content: "\eed1";
}
.twi-utensils:before {
content: "\eed2";
}
.twi-utensils-alt:before {
content: "\eed3";
}
.twi-utensil-spoon:before {
content: "\eed4";
}
.twi-value-absolute:before {
content: "\eed5";
}
.twi-vector-square:before {
content: "\eed6";
}
.twi-venus:before {
content: "\eed7";
}
.twi-venus-double:before {
content: "\eed8";
}
.twi-venus-mars:before {
content: "\eed9";
}
.twi-vial:before {
content: "\eeda";
}
.twi-vials:before {
content: "\eedb";
}
.twi-video:before {
content: "\eedc";
}
.twi-video-plus:before {
content: "\eedd";
}
.twi-video-slash:before {
content: "\eede";
}
.twi-vihara:before {
content: "\eedf";
}
.twi-volcano:before {
content: "\eee0";
}
.twi-volleyball-ball:before {
content: "\eee1";
}
.twi-volume:before {
content: "\eee2";
}
.twi-volume-down:before {
content: "\eee3";
}
.twi-volume-mute:before {
content: "\eee4";
}
.twi-volume-off:before {
content: "\eee5";
}
.twi-volume-slash:before {
content: "\eee6";
}
.twi-volume-up:before {
content: "\eee7";
}
.twi-vote-nay:before {
content: "\eee8";
}
.twi-vote-yea:before {
content: "\eee9";
}
.twi-vr-cardboard:before {
content: "\eeea";
}
.twi-walker:before {
content: "\eeeb";
}
.twi-walking:before {
content: "\eeec";
}
.twi-wallet:before {
content: "\eeed";
}
.twi-wand:before {
content: "\eeee";
}
.twi-wand-magic:before {
content: "\eeef";
}
.twi-warehouse:before {
content: "\eef0";
}
.twi-warehouse-alt:before {
content: "\eef1";
}
.twi-watch:before {
content: "\eef2";
}
.twi-watch-fitness:before {
content: "\eef3";
}
.twi-water:before {
content: "\eef4";
}
.twi-water-lower:before {
content: "\eef5";
}
.twi-water-rise:before {
content: "\eef6";
}
.twi-wave-square:before {
content: "\eef7";
}
.twi-webcam:before {
content: "\eef8";
}
.twi-webcam-slash:before {
content: "\eef9";
}
.twi-weight:before {
content: "\eefa";
}
.twi-weight-hanging:before {
content: "\eefb";
}
.twi-whale:before {
content: "\eefc";
}
.twi-wheat:before {
content: "\eefd";
}
.twi-wheelchair:before {
content: "\eefe";
}
.twi-whistle:before {
content: "\eeff";
}
.twi-wifi:before {
content: "\ef00";
}
.twi-wifi-1:before {
content: "\ef01";
}
.twi-wifi-2:before {
content: "\ef02";
}
.twi-wifi-slash:before {
content: "\ef03";
}
.twi-wind:before {
content: "\ef04";
}
.twi-window:before {
content: "\ef05";
}
.twi-window-alt:before {
content: "\ef06";
}
.twi-window-close:before {
content: "\ef07";
}
.twi-window-maximize:before {
content: "\ef08";
}
.twi-window-minimize:before {
content: "\ef09";
}
.twi-window-restore:before {
content: "\ef0a";
}
.twi-windsock:before {
content: "\ef0b";
}
.twi-wind-warning:before {
content: "\ef0c";
}
.twi-wine-bottle:before {
content: "\ef0d";
}
.twi-wine-glass:before {
content: "\ef0e";
}
.twi-wine-glass-alt:before {
content: "\ef0f";
}
.twi-won-sign:before {
content: "\ef10";
}
.twi-wreath:before {
content: "\ef11";
}
.twi-wrench:before {
content: "\ef12";
}
.twi-x-ray:before {
content: "\ef13";
}
.twi-yen-sign:before {
content: "\ef14";
}
.twi-yin-yang:before {
content: "\ef15";
}
.twi-abacus1:before {
content: "\ef16";
}
.twi-acorn1:before {
content: "\ef17";
}
.twi-ad1:before {
content: "\ef18";
}
.twi-address-book1:before {
content: "\ef19";
}
.twi-address-card1:before {
content: "\ef1a";
}
.twi-adjust1:before {
content: "\ef1b";
}
.twi-air-freshener1:before {
content: "\ef1c";
}
.twi-alarm-clock1:before {
content: "\ef1d";
}
.twi-alicorn1:before {
content: "\ef1e";
}
.twi-align-center1:before {
content: "\ef1f";
}
.twi-align-justify1:before {
content: "\ef20";
}
.twi-align-left1:before {
content: "\ef21";
}
.twi-align-right1:before {
content: "\ef22";
}
.twi-allergies1:before {
content: "\ef23";
}
.twi-ambulance1:before {
content: "\ef24";
}
.twi-american-sign-language-interpreting1:before {
content: "\ef25";
}
.twi-analytics1:before {
content: "\ef26";
}
.twi-anchor1:before {
content: "\ef27";
}
.twi-angel1:before {
content: "\ef28";
}
.twi-angle-double-down1:before {
content: "\ef29";
}
.twi-angle-double-left1:before {
content: "\ef2a";
}
.twi-angle-double-right1:before {
content: "\ef2b";
}
.twi-angle-double-up1:before {
content: "\ef2c";
}
.twi-angle-down1:before {
content: "\ef2d";
}
.twi-angle-left1:before {
content: "\ef2e";
}
.twi-angle-right1:before {
content: "\ef2f";
}
.twi-angle-up1:before {
content: "\ef30";
}
.twi-angry1:before {
content: "\ef31";
}
.twi-ankh1:before {
content: "\ef32";
}
.twi-apple-alt1:before {
content: "\ef33";
}
.twi-apple-crate1:before {
content: "\ef34";
}
.twi-archive1:before {
content: "\ef35";
}
.twi-archway1:before {
content: "\ef36";
}
.twi-arrow-alt-circle-down1:before {
content: "\ef37";
}
.twi-arrow-alt-circle-left1:before {
content: "\ef38";
}
.twi-arrow-alt-circle-right1:before {
content: "\ef39";
}
.twi-arrow-alt-circle-up1:before {
content: "\ef3a";
}
.twi-arrow-alt-down1:before {
content: "\ef3b";
}
.twi-arrow-alt-from-bottom1:before {
content: "\ef3c";
}
.twi-arrow-alt-from-left1:before {
content: "\ef3d";
}
.twi-arrow-alt-from-right1:before {
content: "\ef3e";
}
.twi-arrow-alt-from-top1:before {
content: "\ef3f";
}
.twi-arrow-alt-left1:before {
content: "\ef40";
}
.twi-arrow-alt-right1:before {
content: "\ef41";
}
.twi-arrow-alt-square-down1:before {
content: "\ef42";
}
.twi-arrow-alt-square-left1:before {
content: "\ef43";
}
.twi-arrow-alt-square-right1:before {
content: "\ef44";
}
.twi-arrow-alt-square-up1:before {
content: "\ef45";
}
.twi-arrow-alt-to-bottom1:before {
content: "\ef46";
}
.twi-arrow-alt-to-left1:before {
content: "\ef47";
}
.twi-arrow-alt-to-right1:before {
content: "\ef48";
}
.twi-arrow-alt-to-top1:before {
content: "\ef49";
}
.twi-arrow-alt-up1:before {
content: "\ef4a";
}
.twi-arrow-circle-down1:before {
content: "\ef4b";
}
.twi-arrow-circle-left1:before {
content: "\ef4c";
}
.twi-arrow-circle-right1:before {
content: "\ef4d";
}
.twi-arrow-circle-up1:before {
content: "\ef4e";
}
.twi-arrow-down1:before {
content: "\ef4f";
}
.twi-arrow-from-bottom1:before {
content: "\ef50";
}
.twi-arrow-from-left1:before {
content: "\ef51";
}
.twi-arrow-from-right1:before {
content: "\ef52";
}
.twi-arrow-from-top1:before {
content: "\ef53";
}
.twi-arrow-left1:before {
content: "\ef54";
}
.twi-arrow-right1:before {
content: "\ef55";
}
.twi-arrows1:before {
content: "\ef56";
}
.twi-arrows-alt1:before {
content: "\ef57";
}
.twi-arrows-alt-h1:before {
content: "\ef58";
}
.twi-arrows-alt-v1:before {
content: "\ef59";
}
.twi-arrows-h1:before {
content: "\ef5a";
}
.twi-arrow-square-down1:before {
content: "\ef5b";
}
.twi-arrow-square-left1:before {
content: "\ef5c";
}
.twi-arrow-square-right1:before {
content: "\ef5d";
}
.twi-arrow-square-up1:before {
content: "\ef5e";
}
.twi-arrows-v1:before {
content: "\ef5f";
}
.twi-arrow-to-bottom1:before {
content: "\ef60";
}
.twi-arrow-to-left1:before {
content: "\ef61";
}
.twi-arrow-to-right1:before {
content: "\ef62";
}
.twi-arrow-to-top1:before {
content: "\ef63";
}
.twi-arrow-up1:before {
content: "\ef64";
}
.twi-assistive-listening-systems1:before {
content: "\ef65";
}
.twi-asterisk1:before {
content: "\ef66";
}
.twi-at1:before {
content: "\ef67";
}
.twi-atlas1:before {
content: "\ef68";
}
.twi-atom1:before {
content: "\ef69";
}
.twi-atom-alt1:before {
content: "\ef6a";
}
.twi-audio-description1:before {
content: "\ef6b";
}
.twi-award1:before {
content: "\ef6c";
}
.twi-axe1:before {
content: "\ef6d";
}
.twi-axe-battle1:before {
content: "\ef6e";
}
.twi-baby1:before {
content: "\ef6f";
}
.twi-baby-carriage1:before {
content: "\ef70";
}
.twi-backpack1:before {
content: "\ef71";
}
.twi-backspace1:before {
content: "\ef72";
}
.twi-backward1:before {
content: "\ef73";
}
.twi-bacon1:before {
content: "\ef74";
}
.twi-badge1:before {
content: "\ef75";
}
.twi-badge-check1:before {
content: "\ef76";
}
.twi-badge-dollar1:before {
content: "\ef77";
}
.twi-badge-percent1:before {
content: "\ef78";
}
.twi-badger-honey1:before {
content: "\ef79";
}
.twi-balance-scale1:before {
content: "\ef7a";
}
.twi-balance-scale-left1:before {
content: "\ef7b";
}
.twi-balance-scale-right1:before {
content: "\ef7c";
}
.twi-ballot1:before {
content: "\ef7d";
}
.twi-ballot-check1:before {
content: "\ef7e";
}
.twi-ball-pile1:before {
content: "\ef7f";
}
.twi-ban1:before {
content: "\ef80";
}
.twi-band-aid1:before {
content: "\ef81";
}
.twi-barcode1:before {
content: "\ef82";
}
.twi-barcode-alt1:before {
content: "\ef83";
}
.twi-barcode-read1:before {
content: "\ef84";
}
.twi-barcode-scan1:before {
content: "\ef85";
}
.twi-bars1:before {
content: "\ef86";
}
.twi-baseball1:before {
content: "\ef87";
}
.twi-baseball-ball1:before {
content: "\ef88";
}
.twi-basketball-ball1:before {
content: "\ef89";
}
.twi-basketball-hoop1:before {
content: "\ef8a";
}
.twi-bat1:before {
content: "\ef8b";
}
.twi-bath1:before {
content: "\ef8c";
}
.twi-battery-bolt1:before {
content: "\ef8d";
}
.twi-battery-empty1:before {
content: "\ef8e";
}
.twi-battery-full1:before {
content: "\ef8f";
}
.twi-battery-half1:before {
content: "\ef90";
}
.twi-battery-quarter1:before {
content: "\ef91";
}
.twi-battery-slash1:before {
content: "\ef92";
}
.twi-battery-three-quarters1:before {
content: "\ef93";
}
.twi-bed1:before {
content: "\ef94";
}
.twi-beer1:before {
content: "\ef95";
}
.twi-bell1:before {
content: "\ef96";
}
.twi-bells1:before {
content: "\ef97";
}
.twi-bell-school1:before {
content: "\ef98";
}
.twi-bell-school-slash1:before {
content: "\ef99";
}
.twi-bell-slash1:before {
content: "\ef9a";
}
.twi-bezier-curve1:before {
content: "\ef9b";
}
.twi-bible1:before {
content: "\ef9c";
}
.twi-bicycle1:before {
content: "\ef9d";
}
.twi-binoculars1:before {
content: "\ef9e";
}
.twi-biohazard1:before {
content: "\ef9f";
}
.twi-birthday-cake1:before {
content: "\efa0";
}
.twi-blanket1:before {
content: "\efa1";
}
.twi-blender1:before {
content: "\efa2";
}
.twi-blender-phone1:before {
content: "\efa3";
}
.twi-blind1:before {
content: "\efa4";
}
.twi-blog1:before {
content: "\efa5";
}
.twi-bold1:before {
content: "\efa6";
}
.twi-bolt1:before {
content: "\efa7";
}
.twi-bomb1:before {
content: "\efa8";
}
.twi-bone1:before {
content: "\efa9";
}
.twi-bone-break1:before {
content: "\efaa";
}
.twi-bong1:before {
content: "\efab";
}
.twi-book1:before {
content: "\efac";
}
.twi-book-alt1:before {
content: "\efad";
}
.twi-book-dead1:before {
content: "\efae";
}
.twi-book-heart1:before {
content: "\efaf";
}
.twi-bookmark1:before {
content: "\efb0";
}
.twi-book-medical1:before {
content: "\efb1";
}
.twi-book-open1:before {
content: "\efb2";
}
.twi-book-reader1:before {
content: "\efb3";
}
.twi-books1:before {
content: "\efb4";
}
.twi-books-medical1:before {
content: "\efb5";
}
.twi-book-spells1:before {
content: "\efb6";
}
.twi-book-user1:before {
content: "\efb7";
}
.twi-boot1:before {
content: "\efb8";
}
.twi-booth-curtain1:before {
content: "\efb9";
}
.twi-bow-arrow1:before {
content: "\efba";
}
.twi-bowling-ball1:before {
content: "\efbb";
}
.twi-bowling-pins1:before {
content: "\efbc";
}
.twi-box1:before {
content: "\efbd";
}
.twi-box-alt1:before {
content: "\efbe";
}
.twi-box-ballot1:before {
content: "\efbf";
}
.twi-box-check1:before {
content: "\efc0";
}
.twi-boxes1:before {
content: "\efc1";
}
.twi-boxes-alt1:before {
content: "\efc2";
}
.twi-box-fragile1:before {
content: "\efc3";
}
.twi-box-full1:before {
content: "\efc4";
}
.twi-box-heart1:before {
content: "\efc5";
}
.twi-boxing-glove1:before {
content: "\efc6";
}
.twi-box-open1:before {
content: "\efc7";
}
.twi-box-up1:before {
content: "\efc8";
}
.twi-box-usd1:before {
content: "\efc9";
}
.twi-brackets1:before {
content: "\efca";
}
.twi-brackets-curly1:before {
content: "\efcb";
}
.twi-braille1:before {
content: "\efcc";
}
.twi-brain1:before {
content: "\efcd";
}
.twi-bread-loaf1:before {
content: "\efce";
}
.twi-bread-slice1:before {
content: "\efcf";
}
.twi-briefcase1:before {
content: "\efd0";
}
.twi-briefcase-medical1:before {
content: "\efd1";
}
.twi-broadcast-tower1:before {
content: "\efd2";
}
.twi-broom1:before {
content: "\efd3";
}
.twi-browser1:before {
content: "\efd4";
}
.twi-brush1:before {
content: "\efd5";
}
.twi-bug1:before {
content: "\efd6";
}
.twi-building1:before {
content: "\efd7";
}
.twi-bullhorn1:before {
content: "\efd8";
}
.twi-bullseye1:before {
content: "\efd9";
}
.twi-bullseye-arrow1:before {
content: "\efda";
}
.twi-bullseye-pointer1:before {
content: "\efdb";
}
.twi-burn1:before {
content: "\efdc";
}
.twi-burrito1:before {
content: "\efdd";
}
.twi-bus1:before {
content: "\efde";
}
.twi-bus-alt1:before {
content: "\efdf";
}
.twi-business-time1:before {
content: "\efe0";
}
.twi-bus-school1:before {
content: "\efe1";
}
.twi-cabinet-filing1:before {
content: "\efe2";
}
.twi-calculator1:before {
content: "\efe3";
}
.twi-calculator-alt1:before {
content: "\efe4";
}
.twi-calendar1:before {
content: "\efe5";
}
.twi-calendar-alt1:before {
content: "\efe6";
}
.twi-calendar-check1:before {
content: "\efe7";
}
.twi-calendar-day1:before {
content: "\efe8";
}
.twi-calendar-edit1:before {
content: "\efe9";
}
.twi-calendar-exclamation1:before {
content: "\efea";
}
.twi-calendar-minus1:before {
content: "\efeb";
}
.twi-calendar-plus1:before {
content: "\efec";
}
.twi-calendar-star1:before {
content: "\efed";
}
.twi-calendar-times1:before {
content: "\efee";
}
.twi-calendar-week1:before {
content: "\efef";
}
.twi-camera1:before {
content: "\eff0";
}
.twi-camera-alt1:before {
content: "\eff1";
}
.twi-camera-retro1:before {
content: "\eff2";
}
.twi-campfire1:before {
content: "\eff3";
}
.twi-campground1:before {
content: "\eff4";
}
.twi-candle-holder1:before {
content: "\eff5";
}
.twi-candy-cane1:before {
content: "\eff6";
}
.twi-candy-corn1:before {
content: "\eff7";
}
.twi-cannabis1:before {
content: "\eff8";
}
.twi-capsules1:before {
content: "\eff9";
}
.twi-car1:before {
content: "\effa";
}
.twi-car-alt1:before {
content: "\effb";
}
.twi-car-battery1:before {
content: "\effc";
}
.twi-car-bump1:before {
content: "\effd";
}
.twi-car-crash1:before {
content: "\effe";
}
.twi-caret-circle-down1:before {
content: "\efff";
}
.twi-caret-circle-left1:before {
content: "\f000";
}
.twi-caret-circle-right1:before {
content: "\f001";
}
.twi-caret-circle-up1:before {
content: "\f002";
}
.twi-caret-down1:before {
content: "\f003";
}
.twi-caret-left1:before {
content: "\f004";
}
.twi-caret-right1:before {
content: "\f005";
}
.twi-caret-square-down1:before {
content: "\f006";
}
.twi-caret-square-left1:before {
content: "\f007";
}
.twi-caret-square-right1:before {
content: "\f008";
}
.twi-caret-square-up1:before {
content: "\f009";
}
.twi-caret-up1:before {
content: "\f00a";
}
.twi-car-garage1:before {
content: "\f00b";
}
.twi-car-mechanic1:before {
content: "\f00c";
}
.twi-carrot1:before {
content: "\f00d";
}
.twi-car-side1:before {
content: "\f00e";
}
.twi-cart-arrow-down1:before {
content: "\f00f";
}
.twi-car-tilt1:before {
content: "\f010";
}
.twi-cart-plus1:before {
content: "\f011";
}
.twi-car-wash1:before {
content: "\f012";
}
.twi-cash-register1:before {
content: "\f013";
}
.twi-cat1:before {
content: "\f014";
}
.twi-cauldron1:before {
content: "\f015";
}
.twi-certificate1:before {
content: "\f016";
}
.twi-chair1:before {
content: "\f017";
}
.twi-chair-office1:before {
content: "\f018";
}
.twi-chalkboard1:before {
content: "\f019";
}
.twi-chalkboard-teacher1:before {
content: "\f01a";
}
.twi-charging-station1:before {
content: "\f01b";
}
.twi-chart-area1:before {
content: "\f01c";
}
.twi-chart-bar1:before {
content: "\f01d";
}
.twi-chart-line1:before {
content: "\f01e";
}
.twi-chart-line-down1:before {
content: "\f01f";
}
.twi-chart-network1:before {
content: "\f020";
}
.twi-chart-pie1:before {
content: "\f021";
}
.twi-chart-pie-alt1:before {
content: "\f022";
}
.twi-chart-scatter1:before {
content: "\f023";
}
.twi-check1:before {
content: "\f024";
}
.twi-check-circle1:before {
content: "\f025";
}
.twi-check-double1:before {
content: "\f026";
}
.twi-check-square1:before {
content: "\f027";
}
.twi-cheese1:before {
content: "\f028";
}
.twi-cheeseburger1:before {
content: "\f029";
}
.twi-cheese-swiss1:before {
content: "\f02a";
}
.twi-chess1:before {
content: "\f02b";
}
.twi-chess-bishop1:before {
content: "\f02c";
}
.twi-chess-bishop-alt1:before {
content: "\f02d";
}
.twi-chess-board1:before {
content: "\f02e";
}
.twi-chess-clock1:before {
content: "\f02f";
}
.twi-chess-clock-alt1:before {
content: "\f030";
}
.twi-chess-king1:before {
content: "\f031";
}
.twi-chess-king-alt1:before {
content: "\f032";
}
.twi-chess-knight1:before {
content: "\f033";
}
.twi-chess-knight-alt1:before {
content: "\f034";
}
.twi-chess-pawn1:before {
content: "\f035";
}
.twi-chess-pawn-alt1:before {
content: "\f036";
}
.twi-chess-queen1:before {
content: "\f037";
}
.twi-chess-queen-alt1:before {
content: "\f038";
}
.twi-chess-rook1:before {
content: "\f039";
}
.twi-chess-rook-alt1:before {
content: "\f03a";
}
.twi-chevron-circle-down1:before {
content: "\f03b";
}
.twi-chevron-circle-left1:before {
content: "\f03c";
}
.twi-chevron-circle-right1:before {
content: "\f03d";
}
.twi-chevron-circle-up1:before {
content: "\f03e";
}
.twi-chevron-double-down1:before {
content: "\f03f";
}
.twi-chevron-double-left1:before {
content: "\f040";
}
.twi-chevron-double-right1:before {
content: "\f041";
}
.twi-chevron-double-up1:before {
content: "\f042";
}
.twi-chevron-down1:before {
content: "\f043";
}
.twi-chevron-left1:before {
content: "\f044";
}
.twi-chevron-right1:before {
content: "\f045";
}
.twi-chevron-square-down1:before {
content: "\f046";
}
.twi-chevron-square-left1:before {
content: "\f047";
}
.twi-chevron-square-right1:before {
content: "\f048";
}
.twi-chevron-square-up1:before {
content: "\f049";
}
.twi-chevron-up1:before {
content: "\f04a";
}
.twi-child1:before {
content: "\f04b";
}
.twi-chimney1:before {
content: "\f04c";
}
.twi-church1:before {
content: "\f04d";
}
.twi-circle1:before {
content: "\f04e";
}
.twi-circle-notch1:before {
content: "\f04f";
}
.twi-city1:before {
content: "\f050";
}
.twi-claw-marks1:before {
content: "\f051";
}
.twi-clinic-medical1:before {
content: "\f052";
}
.twi-clipboard1:before {
content: "\f053";
}
.twi-clipboard-check1:before {
content: "\f054";
}
.twi-clipboard-list1:before {
content: "\f055";
}
.twi-clipboard-list-check1:before {
content: "\f056";
}
.twi-clipboard-prescription1:before {
content: "\f057";
}
.twi-clipboard-user1:before {
content: "\f058";
}
.twi-clock1:before {
content: "\f059";
}
.twi-clone1:before {
content: "\f05a";
}
.twi-closed-captioning1:before {
content: "\f05b";
}
.twi-cloud1:before {
content: "\f05c";
}
.twi-cloud-download1:before {
content: "\f05d";
}
.twi-cloud-download-alt1:before {
content: "\f05e";
}
.twi-cloud-drizzle1:before {
content: "\f05f";
}
.twi-cloud-hail1:before {
content: "\f060";
}
.twi-cloud-hail-mixed1:before {
content: "\f061";
}
.twi-cloud-meatball1:before {
content: "\f062";
}
.twi-cloud-moon1:before {
content: "\f063";
}
.twi-cloud-moon-rain1:before {
content: "\f064";
}
.twi-cloud-rain1:before {
content: "\f065";
}
.twi-cloud-rainbow1:before {
content: "\f066";
}
.twi-clouds1:before {
content: "\f067";
}
.twi-cloud-showers1:before {
content: "\f068";
}
.twi-cloud-showers-heavy1:before {
content: "\f069";
}
.twi-cloud-sleet1:before {
content: "\f06a";
}
.twi-clouds-moon1:before {
content: "\f06b";
}
.twi-cloud-snow1:before {
content: "\f06c";
}
.twi-clouds-sun1:before {
content: "\f06d";
}
.twi-cloud-sun1:before {
content: "\f06e";
}
.twi-cloud-sun-rain1:before {
content: "\f06f";
}
.twi-cloud-upload1:before {
content: "\f070";
}
.twi-cloud-upload-alt1:before {
content: "\f071";
}
.twi-club1:before {
content: "\f072";
}
.twi-cocktail1:before {
content: "\f073";
}
.twi-code1:before {
content: "\f074";
}
.twi-code-branch1:before {
content: "\f075";
}
.twi-code-commit1:before {
content: "\f076";
}
.twi-code-merge1:before {
content: "\f077";
}
.twi-coffee1:before {
content: "\f078";
}
.twi-coffee-togo1:before {
content: "\f079";
}
.twi-coffin1:before {
content: "\f07a";
}
.twi-cog1:before {
content: "\f07b";
}
.twi-cogs1:before {
content: "\f07c";
}
.twi-coins1:before {
content: "\f07d";
}
.twi-columns1:before {
content: "\f07e";
}
.twi-comment1:before {
content: "\f07f";
}
.twi-comment-alt1:before {
content: "\f080";
}
.twi-comment-alt-check1:before {
content: "\f081";
}
.twi-comment-alt-dollar1:before {
content: "\f082";
}
.twi-comment-alt-dots1:before {
content: "\f083";
}
.twi-comment-alt-edit1:before {
content: "\f084";
}
.twi-comment-alt-exclamation1:before {
content: "\f085";
}
.twi-comment-alt-lines1:before {
content: "\f086";
}
.twi-comment-alt-medical1:before {
content: "\f087";
}
.twi-comment-alt-minus1:before {
content: "\f088";
}
.twi-comment-alt-plus1:before {
content: "\f089";
}
.twi-comment-alt-slash1:before {
content: "\f08a";
}
.twi-comment-alt-smile1:before {
content: "\f08b";
}
.twi-comment-alt-times1:before {
content: "\f08c";
}
.twi-comment-check1:before {
content: "\f08d";
}
.twi-comment-dollar1:before {
content: "\f08e";
}
.twi-comment-dots1:before {
content: "\f08f";
}
.twi-comment-edit1:before {
content: "\f090";
}
.twi-comment-exclamation1:before {
content: "\f091";
}
.twi-comment-lines1:before {
content: "\f092";
}
.twi-comment-medical1:before {
content: "\f093";
}
.twi-comment-minus1:before {
content: "\f094";
}
.twi-comment-plus1:before {
content: "\f095";
}
.twi-comments1:before {
content: "\f096";
}
.twi-comments-alt1:before {
content: "\f097";
}
.twi-comments-alt-dollar1:before {
content: "\f098";
}
.twi-comments-dollar1:before {
content: "\f099";
}
.twi-comment-slash1:before {
content: "\f09a";
}
.twi-comment-smile1:before {
content: "\f09b";
}
.twi-comment-times1:before {
content: "\f09c";
}
.twi-compact-disc1:before {
content: "\f09d";
}
.twi-compass1:before {
content: "\f09e";
}
.twi-compass-slash1:before {
content: "\f09f";
}
.twi-compress1:before {
content: "\f0a0";
}
.twi-compress-alt1:before {
content: "\f0a1";
}
.twi-compress-arrows-alt1:before {
content: "\f0a2";
}
.twi-compress-wide1:before {
content: "\f0a3";
}
.twi-concierge-bell1:before {
content: "\f0a4";
}
.twi-container-storage1:before {
content: "\f0a5";
}
.twi-conveyor-belt1:before {
content: "\f0a6";
}
.twi-conveyor-belt-alt1:before {
content: "\f0a7";
}
.twi-cookie1:before {
content: "\f0a8";
}
.twi-cookie-bite1:before {
content: "\f0a9";
}
.twi-copy1:before {
content: "\f0aa";
}
.twi-copyright1:before {
content: "\f0ab";
}
.twi-corn1:before {
content: "\f0ac";
}
.twi-couch1:before {
content: "\f0ad";
}
.twi-cow1:before {
content: "\f0ae";
}
.twi-credit-card1:before {
content: "\f0af";
}
.twi-credit-card-blank1:before {
content: "\f0b0";
}
.twi-credit-card-front1:before {
content: "\f0b1";
}
.twi-cricket1:before {
content: "\f0b2";
}
.twi-croissant1:before {
content: "\f0b3";
}
.twi-crop1:before {
content: "\f0b4";
}
.twi-crop-alt1:before {
content: "\f0b5";
}
.twi-cross1:before {
content: "\f0b6";
}
.twi-crosshairs1:before {
content: "\f0b7";
}
.twi-crow1:before {
content: "\f0b8";
}
.twi-crown1:before {
content: "\f0b9";
}
.twi-crutch1:before {
content: "\f0ba";
}
.twi-crutches1:before {
content: "\f0bb";
}
.twi-cube1:before {
content: "\f0bc";
}
.twi-cubes1:before {
content: "\f0bd";
}
.twi-curling1:before {
content: "\f0be";
}
.twi-cut1:before {
content: "\f0bf";
}
.twi-dagger1:before {
content: "\f0c0";
}
.twi-database1:before {
content: "\f0c1";
}
.twi-deaf1:before {
content: "\f0c2";
}
.twi-debug1:before {
content: "\f0c3";
}
.twi-deer1:before {
content: "\f0c4";
}
.twi-deer-rudolph1:before {
content: "\f0c5";
}
.twi-democrat1:before {
content: "\f0c6";
}
.twi-desktop1:before {
content: "\f0c7";
}
.twi-desktop-alt1:before {
content: "\f0c8";
}
.twi-dewpoint1:before {
content: "\f0c9";
}
.twi-dharmachakra1:before {
content: "\f0ca";
}
.twi-diagnoses1:before {
content: "\f0cb";
}
.twi-diamond1:before {
content: "\f0cc";
}
.twi-dice1:before {
content: "\f0cd";
}
.twi-dice-d41:before {
content: "\f0ce";
}
.twi-dice-d61:before {
content: "\f0cf";
}
.twi-dice-d81:before {
content: "\f0d0";
}
.twi-dice-d101:before {
content: "\f0d1";
}
.twi-dice-d121:before {
content: "\f0d2";
}
.twi-dice-d201:before {
content: "\f0d3";
}
.twi-dice-five1:before {
content: "\f0d4";
}
.twi-dice-four1:before {
content: "\f0d5";
}
.twi-dice-one1:before {
content: "\f0d6";
}
.twi-dice-six1:before {
content: "\f0d7";
}
.twi-dice-three1:before {
content: "\f0d8";
}
.twi-dice-two1:before {
content: "\f0d9";
}
.twi-digital-tachograph1:before {
content: "\f0da";
}
.twi-diploma1:before {
content: "\f0db";
}
.twi-directions1:before {
content: "\f0dc";
}
.twi-disease1:before {
content: "\f0dd";
}
.twi-divide1:before {
content: "\f0de";
}
.twi-dizzy1:before {
content: "\f0df";
}
.twi-dna1:before {
content: "\f0e0";
}
.twi-dog1:before {
content: "\f0e1";
}
.twi-dog-leashed1:before {
content: "\f0e2";
}
.twi-dollar-sign1:before {
content: "\f0e3";
}
.twi-dolly1:before {
content: "\f0e4";
}
.twi-dolly-empty1:before {
content: "\f0e5";
}
.twi-dolly-flatbed1:before {
content: "\f0e6";
}
.twi-dolly-flatbed-alt1:before {
content: "\f0e7";
}
.twi-dolly-flatbed-empty1:before {
content: "\f0e8";
}
.twi-donate1:before {
content: "\f0e9";
}
.twi-do-not-enter1:before {
content: "\f0ea";
}
.twi-door-closed1:before {
content: "\f0eb";
}
.twi-door-open1:before {
content: "\f0ec";
}
.twi-dot-circle1:before {
content: "\f0ed";
}
.twi-dove1:before {
content: "\f0ee";
}
.twi-download1:before {
content: "\f0ef";
}
.twi-drafting-compass1:before {
content: "\f0f0";
}
.twi-dragon1:before {
content: "\f0f1";
}
.twi-draw-circle1:before {
content: "\f0f2";
}
.twi-draw-polygon1:before {
content: "\f0f3";
}
.twi-draw-square1:before {
content: "\f0f4";
}
.twi-dreidel1:before {
content: "\f0f5";
}
.twi-drum1:before {
content: "\f0f6";
}
.twi-drum-steelpan1:before {
content: "\f0f7";
}
.twi-drumstick1:before {
content: "\f0f8";
}
.twi-drumstick-bite1:before {
content: "\f0f9";
}
.twi-duck1:before {
content: "\f0fa";
}
.twi-dumbbell1:before {
content: "\f0fb";
}
.twi-dumpster1:before {
content: "\f0fc";
}
.twi-dumpster-fire1:before {
content: "\f0fd";
}
.twi-dungeon1:before {
content: "\f0fe";
}
.twi-ear1:before {
content: "\f0ff";
}
.twi-ear-muffs1:before {
content: "\f100";
}
.twi-eclipse1:before {
content: "\f101";
}
.twi-eclipse-alt1:before {
content: "\f102";
}
.twi-edit1:before {
content: "\f103";
}
.twi-egg1:before {
content: "\f104";
}
.twi-egg-fried1:before {
content: "\f105";
}
.twi-eject1:before {
content: "\f106";
}
.twi-elephant1:before {
content: "\f107";
}
.twi-ellipsis-h1:before {
content: "\f108";
}
.twi-ellipsis-h-alt1:before {
content: "\f109";
}
.twi-ellipsis-v1:before {
content: "\f10a";
}
.twi-ellipsis-v-alt1:before {
content: "\f10b";
}
.twi-empty-set1:before {
content: "\f10c";
}
.twi-engine-warning1:before {
content: "\f10d";
}
.twi-envelope1:before {
content: "\f10e";
}
.twi-envelope-open1:before {
content: "\f10f";
}
.twi-envelope-open-dollar1:before {
content: "\f110";
}
.twi-envelope-open-text1:before {
content: "\f111";
}
.twi-envelope-square1:before {
content: "\f112";
}
.twi-equals1:before {
content: "\f113";
}
.twi-eraser1:before {
content: "\f114";
}
.twi-ethernet1:before {
content: "\f115";
}
.twi-euro-sign1:before {
content: "\f116";
}
.twi-exchange1:before {
content: "\f117";
}
.twi-exchange-alt1:before {
content: "\f118";
}
.twi-exclamation1:before {
content: "\f119";
}
.twi-exclamation-circle1:before {
content: "\f11a";
}
.twi-exclamation-square1:before {
content: "\f11b";
}
.twi-exclamation-triangle1:before {
content: "\f11c";
}
.twi-expand1:before {
content: "\f11d";
}
.twi-expand-alt1:before {
content: "\f11e";
}
.twi-expand-arrows1:before {
content: "\f11f";
}
.twi-expand-arrows-alt1:before {
content: "\f120";
}
.twi-expand-wide1:before {
content: "\f121";
}
.twi-external-link1:before {
content: "\f122";
}
.twi-external-link-alt1:before {
content: "\f123";
}
.twi-external-link-square1:before {
content: "\f124";
}
.twi-external-link-square-alt1:before {
content: "\f125";
}
.twi-eye1:before {
content: "\f126";
}
.twi-eye-dropper1:before {
content: "\f127";
}
.twi-eye-evil1:before {
content: "\f128";
}
.twi-eye-slash1:before {
content: "\f129";
}
.twi-fast-backward1:before {
content: "\f12a";
}
.twi-fast-forward1:before {
content: "\f12b";
}
.twi-fax1:before {
content: "\f12c";
}
.twi-feather1:before {
content: "\f12d";
}
.twi-feather-alt1:before {
content: "\f12e";
}
.twi-female1:before {
content: "\f12f";
}
.twi-field-hockey1:before {
content: "\f130";
}
.twi-fighter-jet1:before {
content: "\f131";
}
.twi-file1:before {
content: "\f132";
}
.twi-file-alt1:before {
content: "\f133";
}
.twi-file-archive1:before {
content: "\f134";
}
.twi-file-audio1:before {
content: "\f135";
}
.twi-file-certificate1:before {
content: "\f136";
}
.twi-file-chart-line1:before {
content: "\f137";
}
.twi-file-chart-pie1:before {
content: "\f138";
}
.twi-file-check1:before {
content: "\f139";
}
.twi-file-code1:before {
content: "\f13a";
}
.twi-file-contract1:before {
content: "\f13b";
}
.twi-file-csv1:before {
content: "\f13c";
}
.twi-file-download1:before {
content: "\f13d";
}
.twi-file-edit1:before {
content: "\f13e";
}
.twi-file-excel1:before {
content: "\f13f";
}
.twi-file-exclamation1:before {
content: "\f140";
}
.twi-file-export1:before {
content: "\f141";
}
.twi-file-image1:before {
content: "\f142";
}
.twi-file-import1:before {
content: "\f143";
}
.twi-file-invoice1:before {
content: "\f144";
}
.twi-file-invoice-dollar1:before {
content: "\f145";
}
.twi-file-medical1:before {
content: "\f146";
}
.twi-file-medical-alt1:before {
content: "\f147";
}
.twi-file-minus1:before {
content: "\f148";
}
.twi-file-pdf1:before {
content: "\f149";
}
.twi-file-plus1:before {
content: "\f14a";
}
.twi-file-powerpoint1:before {
content: "\f14b";
}
.twi-file-prescription1:before {
content: "\f14c";
}
.twi-file-signature1:before {
content: "\f14d";
}
.twi-files-medical1:before {
content: "\f14e";
}
.twi-file-spreadsheet1:before {
content: "\f14f";
}
.twi-file-times1:before {
content: "\f150";
}
.twi-file-upload1:before {
content: "\f151";
}
.twi-file-user1:before {
content: "\f152";
}
.twi-file-video1:before {
content: "\f153";
}
.twi-file-word1:before {
content: "\f154";
}
.twi-fill1:before {
content: "\f155";
}
.twi-fill-drip1:before {
content: "\f156";
}
.twi-film1:before {
content: "\f157";
}
.twi-film-alt1:before {
content: "\f158";
}
.twi-filter1:before {
content: "\f159";
}
.twi-fingerprint1:before {
content: "\f15a";
}
.twi-fire1:before {
content: "\f15b";
}
.twi-fire-alt1:before {
content: "\f15c";
}
.twi-fire-extinguisher1:before {
content: "\f15d";
}
.twi-fireplace1:before {
content: "\f15e";
}
.twi-fire-smoke1:before {
content: "\f15f";
}
.twi-first-aid1:before {
content: "\f160";
}
.twi-fish1:before {
content: "\f161";
}
.twi-fish-cooked1:before {
content: "\f162";
}
.twi-fist-raised1:before {
content: "\f163";
}
.twi-flag1:before {
content: "\f164";
}
.twi-flag-alt1:before {
content: "\f165";
}
.twi-flag-checkered1:before {
content: "\f166";
}
.twi-flag-usa1:before {
content: "\f167";
}
.twi-flame1:before {
content: "\f168";
}
.twi-flask1:before {
content: "\f169";
}
.twi-flask-poison1:before {
content: "\f16a";
}
.twi-flask-potion1:before {
content: "\f16b";
}
.twi-flower1:before {
content: "\f16c";
}
.twi-flower-daffodil1:before {
content: "\f16d";
}
.twi-flower-tulip1:before {
content: "\f16e";
}
.twi-flushed1:before {
content: "\f16f";
}
.twi-fog1:before {
content: "\f170";
}
.twi-folder1:before {
content: "\f171";
}
.twi-folder-minus1:before {
content: "\f172";
}
.twi-folder-open1:before {
content: "\f173";
}
.twi-folder-plus1:before {
content: "\f174";
}
.twi-folders1:before {
content: "\f175";
}
.twi-folder-times1:before {
content: "\f176";
}
.twi-folder-tree1:before {
content: "\f177";
}
.twi-font1:before {
content: "\f178";
}
.twi-font-awesome-logo-full1:before {
content: "\f179";
}
.twi-football-ball1:before {
content: "\f17a";
}
.twi-football-helmet1:before {
content: "\f17b";
}
.twi-forklift1:before {
content: "\f17c";
}
.twi-forward1:before {
content: "\f17d";
}
.twi-fragile1:before {
content: "\f17e";
}
.twi-french-fries1:before {
content: "\f17f";
}
.twi-frog1:before {
content: "\f180";
}
.twi-frosty-head1:before {
content: "\f181";
}
.twi-frown1:before {
content: "\f182";
}
.twi-frown-open1:before {
content: "\f183";
}
.twi-function1:before {
content: "\f184";
}
.twi-funnel-dollar1:before {
content: "\f185";
}
.twi-futbol1:before {
content: "\f186";
}
.twi-gamepad1:before {
content: "\f187";
}
.twi-gas-pump1:before {
content: "\f188";
}
.twi-gas-pump-slash1:before {
content: "\f189";
}
.twi-gavel1:before {
content: "\f18a";
}
.twi-gem1:before {
content: "\f18b";
}
.twi-genderless1:before {
content: "\f18c";
}
.twi-ghost1:before {
content: "\f18d";
}
.twi-gift1:before {
content: "\f18e";
}
.twi-gift-card1:before {
content: "\f18f";
}
.twi-gifts1:before {
content: "\f190";
}
.twi-gingerbread-man1:before {
content: "\f191";
}
.twi-glass1:before {
content: "\f192";
}
.twi-glass-champagne1:before {
content: "\f193";
}
.twi-glass-cheers1:before {
content: "\f194";
}
.twi-glasses1:before {
content: "\f195";
}
.twi-glasses-alt1:before {
content: "\f196";
}
.twi-glass-martini1:before {
content: "\f197";
}
.twi-glass-martini-alt1:before {
content: "\f198";
}
.twi-glass-whiskey1:before {
content: "\f199";
}
.twi-glass-whiskey-rocks1:before {
content: "\f19a";
}
.twi-globe1:before {
content: "\f19b";
}
.twi-globe-africa1:before {
content: "\f19c";
}
.twi-globe-americas1:before {
content: "\f19d";
}
.twi-globe-asia1:before {
content: "\f19e";
}
.twi-globe-europe1:before {
content: "\f19f";
}
.twi-globe-snow1:before {
content: "\f1a0";
}
.twi-globe-stand1:before {
content: "\f1a1";
}
.twi-golf-ball1:before {
content: "\f1a2";
}
.twi-golf-club1:before {
content: "\f1a3";
}
.twi-gopuram1:before {
content: "\f1a4";
}
.twi-graduation-cap1:before {
content: "\f1a5";
}
.twi-greater-than1:before {
content: "\f1a6";
}
.twi-greater-than-equal1:before {
content: "\f1a7";
}
.twi-grimace1:before {
content: "\f1a8";
}
.twi-grin1:before {
content: "\f1a9";
}
.twi-grin-alt1:before {
content: "\f1aa";
}
.twi-grin-beam1:before {
content: "\f1ab";
}
.twi-grin-beam-sweat1:before {
content: "\f1ac";
}
.twi-grin-hearts1:before {
content: "\f1ad";
}
.twi-grin-squint1:before {
content: "\f1ae";
}
.twi-grin-squint-tears1:before {
content: "\f1af";
}
.twi-grin-stars1:before {
content: "\f1b0";
}
.twi-grin-tears1:before {
content: "\f1b1";
}
.twi-grin-tongue1:before {
content: "\f1b2";
}
.twi-grin-tongue-squint1:before {
content: "\f1b3";
}
.twi-grin-tongue-wink1:before {
content: "\f1b4";
}
.twi-grin-wink1:before {
content: "\f1b5";
}
.twi-grip-horizontal1:before {
content: "\f1b6";
}
.twi-grip-lines1:before {
content: "\f1b7";
}
.twi-grip-lines-vertical1:before {
content: "\f1b8";
}
.twi-grip-vertical1:before {
content: "\f1b9";
}
.twi-guitar1:before {
content: "\f1ba";
}
.twi-h11:before {
content: "\f1bb";
}
.twi-h21:before {
content: "\f1bc";
}
.twi-h31:before {
content: "\f1bd";
}
.twi-hamburger1:before {
content: "\f1be";
}
.twi-hammer1:before {
content: "\f1bf";
}
.twi-hammer-war1:before {
content: "\f1c0";
}
.twi-hamsa1:before {
content: "\f1c1";
}
.twi-hand-heart1:before {
content: "\f1c2";
}
.twi-hand-holding1:before {
content: "\f1c3";
}
.twi-hand-holding-box1:before {
content: "\f1c4";
}
.twi-hand-holding-heart1:before {
content: "\f1c5";
}
.twi-hand-holding-magic1:before {
content: "\f1c6";
}
.twi-hand-holding-seedling1:before {
content: "\f1c7";
}
.twi-hand-holding-usd1:before {
content: "\f1c8";
}
.twi-hand-holding-water1:before {
content: "\f1c9";
}
.twi-hand-lizard1:before {
content: "\f1ca";
}
.twi-hand-middle-finger1:before {
content: "\f1cb";
}
.twi-hand-paper1:before {
content: "\f1cc";
}
.twi-hand-peace1:before {
content: "\f1cd";
}
.twi-hand-point-down1:before {
content: "\f1ce";
}
.twi-hand-pointer1:before {
content: "\f1cf";
}
.twi-hand-point-left1:before {
content: "\f1d0";
}
.twi-hand-point-right1:before {
content: "\f1d1";
}
.twi-hand-point-up1:before {
content: "\f1d2";
}
.twi-hand-receiving1:before {
content: "\f1d3";
}
.twi-hand-rock1:before {
content: "\f1d4";
}
.twi-hands1:before {
content: "\f1d5";
}
.twi-hand-scissors1:before {
content: "\f1d6";
}
.twi-handshake1:before {
content: "\f1d7";
}
.twi-handshake-alt1:before {
content: "\f1d8";
}
.twi-hands-heart1:before {
content: "\f1d9";
}
.twi-hands-helping1:before {
content: "\f1da";
}
.twi-hand-spock1:before {
content: "\f1db";
}
.twi-hands-usd1:before {
content: "\f1dc";
}
.twi-hanukiah1:before {
content: "\f1dd";
}
.twi-hard-hat1:before {
content: "\f1de";
}
.twi-hashtag1:before {
content: "\f1df";
}
.twi-hat-santa1:before {
content: "\f1e0";
}
.twi-hat-winter1:before {
content: "\f1e1";
}
.twi-hat-witch1:before {
content: "\f1e2";
}
.twi-hat-wizard1:before {
content: "\f1e3";
}
.twi-haykal1:before {
content: "\f1e4";
}
.twi-hdd1:before {
content: "\f1e5";
}
.twi-heading1:before {
content: "\f1e6";
}
.twi-headphones1:before {
content: "\f1e7";
}
.twi-headphones-alt1:before {
content: "\f1e8";
}
.twi-headset1:before {
content: "\f1e9";
}
.twi-head-side1:before {
content: "\f1ea";
}
.twi-head-side-brain1:before {
content: "\f1eb";
}
.twi-head-side-medical1:before {
content: "\f1ec";
}
.twi-head-vr1:before {
content: "\f1ed";
}
.twi-heart1:before {
content: "\f1ee";
}
.twi-heartbeat1:before {
content: "\f1ef";
}
.twi-heart-broken1:before {
content: "\f1f0";
}
.twi-heart-circle1:before {
content: "\f1f1";
}
.twi-heart-rate1:before {
content: "\f1f2";
}
.twi-heart-square1:before {
content: "\f1f3";
}
.twi-helicopter1:before {
content: "\f1f4";
}
.twi-helmet-battle1:before {
content: "\f1f5";
}
.twi-hexagon1:before {
content: "\f1f6";
}
.twi-highlighter1:before {
content: "\f1f7";
}
.twi-hiking1:before {
content: "\f1f8";
}
.twi-hippo1:before {
content: "\f1f9";
}
.twi-history1:before {
content: "\f1fa";
}
.twi-hockey-mask1:before {
content: "\f1fb";
}
.twi-hockey-puck1:before {
content: "\f1fc";
}
.twi-hockey-sticks1:before {
content: "\f1fd";
}
.twi-holly-berry1:before {
content: "\f1fe";
}
.twi-home1:before {
content: "\f1ff";
}
.twi-home-alt1:before {
content: "\f200";
}
.twi-home-heart1:before {
content: "\f201";
}
.twi-home-lg1:before {
content: "\f202";
}
.twi-home-lg-alt1:before {
content: "\f203";
}
.twi-hood-cloak1:before {
content: "\f204";
}
.twi-horse1:before {
content: "\f205";
}
.twi-horse-head1:before {
content: "\f206";
}
.twi-hospital1:before {
content: "\f207";
}
.twi-hospital-alt1:before {
content: "\f208";
}
.twi-hospitals1:before {
content: "\f209";
}
.twi-hospital-symbol1:before {
content: "\f20a";
}
.twi-hospital-user1:before {
content: "\f20b";
}
.twi-hotdog1:before {
content: "\f20c";
}
.twi-hotel1:before {
content: "\f20d";
}
.twi-hot-tub1:before {
content: "\f20e";
}
.twi-hourglass1:before {
content: "\f20f";
}
.twi-hourglass-end1:before {
content: "\f210";
}
.twi-hourglass-half1:before {
content: "\f211";
}
.twi-hourglass-start1:before {
content: "\f212";
}
.twi-house-damage1:before {
content: "\f213";
}
.twi-house-flood1:before {
content: "\f214";
}
.twi-hryvnia1:before {
content: "\f215";
}
.twi-h-square1:before {
content: "\f216";
}
.twi-humidity1:before {
content: "\f217";
}
.twi-hurricane1:before {
content: "\f218";
}
.twi-ice-cream1:before {
content: "\f219";
}
.twi-ice-skate1:before {
content: "\f21a";
}
.twi-icicles1:before {
content: "\f21b";
}
.twi-i-cursor1:before {
content: "\f21c";
}
.twi-id-badge1:before {
content: "\f21d";
}
.twi-id-card1:before {
content: "\f21e";
}
.twi-id-card-alt1:before {
content: "\f21f";
}
.twi-igloo1:before {
content: "\f220";
}
.twi-image1:before {
content: "\f221";
}
.twi-images1:before {
content: "\f222";
}
.twi-inbox1:before {
content: "\f223";
}
.twi-inbox-in1:before {
content: "\f224";
}
.twi-inbox-out1:before {
content: "\f225";
}
.twi-indent1:before {
content: "\f226";
}
.twi-industry1:before {
content: "\f227";
}
.twi-industry-alt1:before {
content: "\f228";
}
.twi-infinity1:before {
content: "\f229";
}
.twi-info1:before {
content: "\f22a";
}
.twi-info-circle1:before {
content: "\f22b";
}
.twi-info-square1:before {
content: "\f22c";
}
.twi-inhaler1:before {
content: "\f22d";
}
.twi-integral1:before {
content: "\f22e";
}
.twi-intersection1:before {
content: "\f22f";
}
.twi-inventory1:before {
content: "\f230";
}
.twi-island-tropical1:before {
content: "\f231";
}
.twi-italic1:before {
content: "\f232";
}
.twi-jack-o-lantern1:before {
content: "\f233";
}
.twi-jedi1:before {
content: "\f234";
}
.twi-joint1:before {
content: "\f235";
}
.twi-journal-whills1:before {
content: "\f236";
}
.twi-kaaba1:before {
content: "\f237";
}
.twi-key1:before {
content: "\f238";
}
.twi-keyboard1:before {
content: "\f239";
}
.twi-keynote1:before {
content: "\f23a";
}
.twi-key-skeleton1:before {
content: "\f23b";
}
.twi-khanda1:before {
content: "\f23c";
}
.twi-kidneys1:before {
content: "\f23d";
}
.twi-kiss1:before {
content: "\f23e";
}
.twi-kiss-beam1:before {
content: "\f23f";
}
.twi-kiss-wink-heart1:before {
content: "\f240";
}
.twi-kite1:before {
content: "\f241";
}
.twi-kiwi-bird1:before {
content: "\f242";
}
.twi-knife-kitchen1:before {
content: "\f243";
}
.twi-lambda1:before {
content: "\f244";
}
.twi-lamp1:before {
content: "\f245";
}
.twi-landmark1:before {
content: "\f246";
}
.twi-landmark-alt1:before {
content: "\f247";
}
.twi-language1:before {
content: "\f248";
}
.twi-laptop1:before {
content: "\f249";
}
.twi-laptop-code1:before {
content: "\f24a";
}
.twi-laptop-medical1:before {
content: "\f24b";
}
.twi-laugh1:before {
content: "\f24c";
}
.twi-laugh-beam1:before {
content: "\f24d";
}
.twi-laugh-squint1:before {
content: "\f24e";
}
.twi-laugh-wink1:before {
content: "\f24f";
}
.twi-layer-group1:before {
content: "\f250";
}
.twi-layer-minus1:before {
content: "\f251";
}
.twi-layer-plus1:before {
content: "\f252";
}
.twi-leaf1:before {
content: "\f253";
}
.twi-leaf-heart1:before {
content: "\f254";
}
.twi-leaf-maple1:before {
content: "\f255";
}
.twi-leaf-oak1:before {
content: "\f256";
}
.twi-lemon1:before {
content: "\f257";
}
.twi-less-than1:before {
content: "\f258";
}
.twi-less-than-equal1:before {
content: "\f259";
}
.twi-level-down1:before {
content: "\f25a";
}
.twi-level-down-alt1:before {
content: "\f25b";
}
.twi-level-up1:before {
content: "\f25c";
}
.twi-level-up-alt1:before {
content: "\f25d";
}
.twi-life-ring1:before {
content: "\f25e";
}
.twi-lightbulb1:before {
content: "\f25f";
}
.twi-lightbulb-dollar1:before {
content: "\f260";
}
.twi-lightbulb-exclamation1:before {
content: "\f261";
}
.twi-lightbulb-on1:before {
content: "\f262";
}
.twi-lightbulb-slash1:before {
content: "\f263";
}
.twi-lights-holiday1:before {
content: "\f264";
}
.twi-link1:before {
content: "\f265";
}
.twi-lips1:before {
content: "\f266";
}
.twi-lira-sign1:before {
content: "\f267";
}
.twi-list1:before {
content: "\f268";
}
.twi-list-alt1:before {
content: "\f269";
}
.twi-list-ol1:before {
content: "\f26a";
}
.twi-list-ul1:before {
content: "\f26b";
}
.twi-location1:before {
content: "\f26c";
}
.twi-location-arrow1:before {
content: "\f26d";
}
.twi-location-circle1:before {
content: "\f26e";
}
.twi-location-slash1:before {
content: "\f26f";
}
.twi-lock1:before {
content: "\f270";
}
.twi-lock-alt1:before {
content: "\f271";
}
.twi-lock-open1:before {
content: "\f272";
}
.twi-lock-open-alt1:before {
content: "\f273";
}
.twi-long-arrow-alt-down1:before {
content: "\f274";
}
.twi-long-arrow-alt-left1:before {
content: "\f275";
}
.twi-long-arrow-alt-right1:before {
content: "\f276";
}
.twi-long-arrow-alt-up1:before {
content: "\f277";
}
.twi-long-arrow-down1:before {
content: "\f278";
}
.twi-long-arrow-left1:before {
content: "\f279";
}
.twi-long-arrow-right1:before {
content: "\f27a";
}
.twi-long-arrow-up1:before {
content: "\f27b";
}
.twi-loveseat1:before {
content: "\f27c";
}
.twi-low-vision1:before {
content: "\f27d";
}
.twi-luchador1:before {
content: "\f27e";
}
.twi-luggage-cart1:before {
content: "\f27f";
}
.twi-lungs1:before {
content: "\f280";
}
.twi-mace1:before {
content: "\f281";
}
.twi-magic1:before {
content: "\f282";
}
.twi-magnet1:before {
content: "\f283";
}
.twi-mailbox1:before {
content: "\f284";
}
.twi-mail-bulk1:before {
content: "\f285";
}
.twi-male1:before {
content: "\f286";
}
.twi-mandolin1:before {
content: "\f287";
}
.twi-map1:before {
content: "\f288";
}
.twi-map-marked1:before {
content: "\f289";
}
.twi-map-marked-alt1:before {
content: "\f28a";
}
.twi-map-marker1:before {
content: "\f28b";
}
.twi-map-marker-alt1:before {
content: "\f28c";
}
.twi-map-marker-alt-slash1:before {
content: "\f28d";
}
.twi-map-marker-check1:before {
content: "\f28e";
}
.twi-map-marker-edit1:before {
content: "\f28f";
}
.twi-map-marker-exclamation1:before {
content: "\f290";
}
.twi-map-marker-minus1:before {
content: "\f291";
}
.twi-map-marker-plus1:before {
content: "\f292";
}
.twi-map-marker-question1:before {
content: "\f293";
}
.twi-map-marker-slash1:before {
content: "\f294";
}
.twi-map-marker-smile1:before {
content: "\f295";
}
.twi-map-marker-times1:before {
content: "\f296";
}
.twi-map-pin1:before {
content: "\f297";
}
.twi-map-signs1:before {
content: "\f298";
}
.twi-marker1:before {
content: "\f299";
}
.twi-mars1:before {
content: "\f29a";
}
.twi-mars-double1:before {
content: "\f29b";
}
.twi-mars-stroke1:before {
content: "\f29c";
}
.twi-mars-stroke-h1:before {
content: "\f29d";
}
.twi-mars-stroke-v1:before {
content: "\f29e";
}
.twi-mask1:before {
content: "\f29f";
}
.twi-meat1:before {
content: "\f2a0";
}
.twi-medal1:before {
content: "\f2a1";
}
.twi-medkit1:before {
content: "\f2a2";
}
.twi-megaphone1:before {
content: "\f2a3";
}
.twi-meh1:before {
content: "\f2a4";
}
.twi-meh-blank1:before {
content: "\f2a5";
}
.twi-meh-rolling-eyes1:before {
content: "\f2a6";
}
.twi-memory1:before {
content: "\f2a7";
}
.twi-menorah1:before {
content: "\f2a8";
}
.twi-mercury1:before {
content: "\f2a9";
}
.twi-meteor1:before {
content: "\f2aa";
}
.twi-microchip1:before {
content: "\f2ab";
}
.twi-microphone1:before {
content: "\f2ac";
}
.twi-microphone-alt1:before {
content: "\f2ad";
}
.twi-microphone-alt-slash1:before {
content: "\f2ae";
}
.twi-microphone-slash1:before {
content: "\f2af";
}
.twi-microscope1:before {
content: "\f2b0";
}
.twi-mind-share1:before {
content: "\f2b1";
}
.twi-minus1:before {
content: "\f2b2";
}
.twi-minus-circle1:before {
content: "\f2b3";
}
.twi-minus-hexagon1:before {
content: "\f2b4";
}
.twi-minus-octagon1:before {
content: "\f2b5";
}
.twi-minus-square1:before {
content: "\f2b6";
}
.twi-mistletoe1:before {
content: "\f2b7";
}
.twi-mitten1:before {
content: "\f2b8";
}
.twi-mobile1:before {
content: "\f2b9";
}
.twi-mobile-alt1:before {
content: "\f2ba";
}
.twi-mobile-android1:before {
content: "\f2bb";
}
.twi-mobile-android-alt1:before {
content: "\f2bc";
}
.twi-money-bill1:before {
content: "\f2bd";
}
.twi-money-bill-alt1:before {
content: "\f2be";
}
.twi-money-bill-wave1:before {
content: "\f2bf";
}
.twi-money-bill-wave-alt1:before {
content: "\f2c0";
}
.twi-money-check1:before {
content: "\f2c1";
}
.twi-money-check-alt1:before {
content: "\f2c2";
}
.twi-monitor-heart-rate1:before {
content: "\f2c3";
}
.twi-monkey1:before {
content: "\f2c4";
}
.twi-monument1:before {
content: "\f2c5";
}
.twi-moon1:before {
content: "\f2c6";
}
.twi-moon-cloud1:before {
content: "\f2c7";
}
.twi-moon-stars1:before {
content: "\f2c8";
}
.twi-mortar-pestle1:before {
content: "\f2c9";
}
.twi-mosque1:before {
content: "\f2ca";
}
.twi-motorcycle1:before {
content: "\f2cb";
}
.twi-mountain1:before {
content: "\f2cc";
}
.twi-mountains1:before {
content: "\f2cd";
}
.twi-mouse-pointer1:before {
content: "\f2ce";
}
.twi-mug-hot1:before {
content: "\f2cf";
}
.twi-mug-marshmallows1:before {
content: "\f2d0";
}
.twi-music1:before {
content: "\f2d1";
}
.twi-narwhal1:before {
content: "\f2d2";
}
.twi-network-wired1:before {
content: "\f2d3";
}
.twi-neuter1:before {
content: "\f2d4";
}
.twi-newspaper1:before {
content: "\f2d5";
}
.twi-not-equal1:before {
content: "\f2d6";
}
.twi-notes-medical1:before {
content: "\f2d7";
}
.twi-object-group1:before {
content: "\f2d8";
}
.twi-object-ungroup1:before {
content: "\f2d9";
}
.twi-octagon1:before {
content: "\f2da";
}
.twi-oil-can1:before {
content: "\f2db";
}
.twi-oil-temp1:before {
content: "\f2dc";
}
.twi-om1:before {
content: "\f2dd";
}
.twi-omega1:before {
content: "\f2de";
}
.twi-ornament1:before {
content: "\f2df";
}
.twi-otter1:before {
content: "\f2e0";
}
.twi-outdent1:before {
content: "\f2e1";
}
.twi-pager1:before {
content: "\f2e2";
}
.twi-paint-brush1:before {
content: "\f2e3";
}
.twi-paint-brush-alt1:before {
content: "\f2e4";
}
.twi-paint-roller1:before {
content: "\f2e5";
}
.twi-palette1:before {
content: "\f2e6";
}
.twi-pallet1:before {
content: "\f2e7";
}
.twi-pallet-alt1:before {
content: "\f2e8";
}
.twi-paperclip1:before {
content: "\f2e9";
}
.twi-paper-plane1:before {
content: "\f2ea";
}
.twi-parachute-box1:before {
content: "\f2eb";
}
.twi-paragraph1:before {
content: "\f2ec";
}
.twi-parking1:before {
content: "\f2ed";
}
.twi-parking-circle1:before {
content: "\f2ee";
}
.twi-parking-circle-slash1:before {
content: "\f2ef";
}
.twi-parking-slash1:before {
content: "\f2f0";
}
.twi-passport1:before {
content: "\f2f1";
}
.twi-pastafarianism1:before {
content: "\f2f2";
}
.twi-paste1:before {
content: "\f2f3";
}
.twi-pause1:before {
content: "\f2f4";
}
.twi-pause-circle1:before {
content: "\f2f5";
}
.twi-paw1:before {
content: "\f2f6";
}
.twi-paw-alt1:before {
content: "\f2f7";
}
.twi-paw-claws1:before {
content: "\f2f8";
}
.twi-peace1:before {
content: "\f2f9";
}
.twi-pegasus1:before {
content: "\f2fa";
}
.twi-pen1:before {
content: "\f2fb";
}
.twi-pen-alt1:before {
content: "\f2fc";
}
.twi-pencil1:before {
content: "\f2fd";
}
.twi-pencil-alt1:before {
content: "\f2fe";
}
.twi-pencil-paintbrush1:before {
content: "\f2ff";
}
.twi-pencil-ruler1:before {
content: "\f300";
}
.twi-pen-fancy1:before {
content: "\f301";
}
.twi-pennant1:before {
content: "\f302";
}
.twi-pen-nib1:before {
content: "\f303";
}
.twi-pen-square1:before {
content: "\f304";
}
.twi-people-carry1:before {
content: "\f305";
}
.twi-pepper-hot1:before {
content: "\f306";
}
.twi-percent1:before {
content: "\f307";
}
.twi-percentage1:before {
content: "\f308";
}
.twi-person-booth1:before {
content: "\f309";
}
.twi-person-carry1:before {
content: "\f30a";
}
.twi-person-dolly1:before {
content: "\f30b";
}
.twi-person-dolly-empty1:before {
content: "\f30c";
}
.twi-person-sign1:before {
content: "\f30d";
}
.twi-phone1:before {
content: "\f30e";
}
.twi-phone-office1:before {
content: "\f30f";
}
.twi-phone-plus1:before {
content: "\f310";
}
.twi-phone-slash1:before {
content: "\f311";
}
.twi-phone-square1:before {
content: "\f312";
}
.twi-phone-volume1:before {
content: "\f313";
}
.twi-pi1:before {
content: "\f314";
}
.twi-pie1:before {
content: "\f315";
}
.twi-pig1:before {
content: "\f316";
}
.twi-piggy-bank1:before {
content: "\f317";
}
.twi-pills1:before {
content: "\f318";
}
.twi-pizza1:before {
content: "\f319";
}
.twi-pizza-slice1:before {
content: "\f31a";
}
.twi-place-of-worship1:before {
content: "\f31b";
}
.twi-plane1:before {
content: "\f31c";
}
.twi-plane-alt1:before {
content: "\f31d";
}
.twi-plane-arrival1:before {
content: "\f31e";
}
.twi-plane-departure1:before {
content: "\f31f";
}
.twi-play1:before {
content: "\f320";
}
.twi-play-circle1:before {
content: "\f321";
}
.twi-plug1:before {
content: "\f322";
}
.twi-plus1:before {
content: "\f323";
}
.twi-plus-circle1:before {
content: "\f324";
}
.twi-plus-hexagon1:before {
content: "\f325";
}
.twi-plus-octagon1:before {
content: "\f326";
}
.twi-plus-square1:before {
content: "\f327";
}
.twi-podcast1:before {
content: "\f328";
}
.twi-podium1:before {
content: "\f329";
}
.twi-podium-star1:before {
content: "\f32a";
}
.twi-poll1:before {
content: "\f32b";
}
.twi-poll-h1:before {
content: "\f32c";
}
.twi-poll-people1:before {
content: "\f32d";
}
.twi-poo1:before {
content: "\f32e";
}
.twi-poop1:before {
content: "\f32f";
}
.twi-poo-storm1:before {
content: "\f330";
}
.twi-popcorn1:before {
content: "\f331";
}
.twi-portrait1:before {
content: "\f332";
}
.twi-pound-sign1:before {
content: "\f333";
}
.twi-power-off1:before {
content: "\f334";
}
.twi-pray1:before {
content: "\f335";
}
.twi-praying-hands1:before {
content: "\f336";
}
.twi-prescription1:before {
content: "\f337";
}
.twi-prescription-bottle1:before {
content: "\f338";
}
.twi-prescription-bottle-alt1:before {
content: "\f339";
}
.twi-presentation1:before {
content: "\f33a";
}
.twi-print1:before {
content: "\f33b";
}
.twi-print-search1:before {
content: "\f33c";
}
.twi-print-slash1:before {
content: "\f33d";
}
.twi-procedures1:before {
content: "\f33e";
}
.twi-project-diagram1:before {
content: "\f33f";
}
.twi-pumpkin1:before {
content: "\f340";
}
.twi-puzzle-piece1:before {
content: "\f341";
}
.twi-qrcode1:before {
content: "\f342";
}
.twi-question1:before {
content: "\f343";
}
.twi-question-circle1:before {
content: "\f344";
}
.twi-question-square1:before {
content: "\f345";
}
.twi-quidditch1:before {
content: "\f346";
}
.twi-quote-left1:before {
content: "\f347";
}
.twi-quote-right1:before {
content: "\f348";
}
.twi-quran1:before {
content: "\f349";
}
.twi-rabbit1:before {
content: "\f34a";
}
.twi-rabbit-fast1:before {
content: "\f34b";
}
.twi-racquet1:before {
content: "\f34c";
}
.twi-radiation1:before {
content: "\f34d";
}
.twi-radiation-alt1:before {
content: "\f34e";
}
.twi-rainbow1:before {
content: "\f34f";
}
.twi-raindrops1:before {
content: "\f350";
}
.twi-ram1:before {
content: "\f351";
}
.twi-ramp-loading1:before {
content: "\f352";
}
.twi-random1:before {
content: "\f353";
}
.twi-receipt1:before {
content: "\f354";
}
.twi-rectangle-landscape1:before {
content: "\f355";
}
.twi-rectangle-portrait1:before {
content: "\f356";
}
.twi-rectangle-wide1:before {
content: "\f357";
}
.twi-recycle1:before {
content: "\f358";
}
.twi-redo1:before {
content: "\f359";
}
.twi-redo-alt1:before {
content: "\f35a";
}
.twi-registered1:before {
content: "\f35b";
}
.twi-repeat1:before {
content: "\f35c";
}
.twi-repeat-11:before {
content: "\f35d";
}
.twi-repeat-1-alt1:before {
content: "\f35e";
}
.twi-repeat-alt1:before {
content: "\f35f";
}
.twi-reply1:before {
content: "\f360";
}
.twi-reply-all1:before {
content: "\f361";
}
.twi-republican1:before {
content: "\f362";
}
.twi-restroom1:before {
content: "\f363";
}
.twi-retweet1:before {
content: "\f364";
}
.twi-retweet-alt1:before {
content: "\f365";
}
.twi-ribbon1:before {
content: "\f366";
}
.twi-ring1:before {
content: "\f367";
}
.twi-rings-wedding1:before {
content: "\f368";
}
.twi-road1:before {
content: "\f369";
}
.twi-robot1:before {
content: "\f36a";
}
.twi-rocket1:before {
content: "\f36b";
}
.twi-route1:before {
content: "\f36c";
}
.twi-route-highway1:before {
content: "\f36d";
}
.twi-route-interstate1:before {
content: "\f36e";
}
.twi-rss1:before {
content: "\f36f";
}
.twi-rss-square1:before {
content: "\f370";
}
.twi-ruble-sign1:before {
content: "\f371";
}
.twi-ruler1:before {
content: "\f372";
}
.twi-ruler-combined1:before {
content: "\f373";
}
.twi-ruler-horizontal1:before {
content: "\f374";
}
.twi-ruler-triangle1:before {
content: "\f375";
}
.twi-ruler-vertical1:before {
content: "\f376";
}
.twi-running1:before {
content: "\f377";
}
.twi-rupee-sign1:before {
content: "\f378";
}
.twi-rv1:before {
content: "\f379";
}
.twi-sack1:before {
content: "\f37a";
}
.twi-sack-dollar1:before {
content: "\f37b";
}
.twi-sad-cry1:before {
content: "\f37c";
}
.twi-sad-tear1:before {
content: "\f37d";
}
.twi-salad1:before {
content: "\f37e";
}
.twi-sandwich1:before {
content: "\f37f";
}
.twi-satellite1:before {
content: "\f380";
}
.twi-satellite-dish1:before {
content: "\f381";
}
.twi-sausage1:before {
content: "\f382";
}
.twi-save1:before {
content: "\f383";
}
.twi-scalpel1:before {
content: "\f384";
}
.twi-scalpel-path1:before {
content: "\f385";
}
.twi-scanner1:before {
content: "\f386";
}
.twi-scanner-keyboard1:before {
content: "\f387";
}
.twi-scanner-touchscreen1:before {
content: "\f388";
}
.twi-scarecrow1:before {
content: "\f389";
}
.twi-scarf1:before {
content: "\f38a";
}
.twi-school1:before {
content: "\f38b";
}
.twi-screwdriver1:before {
content: "\f38c";
}
.twi-scroll1:before {
content: "\f38d";
}
.twi-scroll-old1:before {
content: "\f38e";
}
.twi-scrubber1:before {
content: "\f38f";
}
.twi-scythe1:before {
content: "\f390";
}
.twi-sd-card1:before {
content: "\f391";
}
.twi-search1:before {
content: "\f392";
}
.twi-search-dollar1:before {
content: "\f393";
}
.twi-search-location1:before {
content: "\f394";
}
.twi-search-minus1:before {
content: "\f395";
}
.twi-search-plus1:before {
content: "\f396";
}
.twi-seedling1:before {
content: "\f397";
}
.twi-server1:before {
content: "\f398";
}
.twi-shapes1:before {
content: "\f399";
}
.twi-share1:before {
content: "\f39a";
}
.twi-share-all1:before {
content: "\f39b";
}
.twi-share-alt1:before {
content: "\f39c";
}
.twi-share-alt-square1:before {
content: "\f39d";
}
.twi-share-square1:before {
content: "\f39e";
}
.twi-sheep1:before {
content: "\f39f";
}
.twi-shekel-sign1:before {
content: "\f3a0";
}
.twi-shield1:before {
content: "\f3a1";
}
.twi-shield-alt1:before {
content: "\f3a2";
}
.twi-shield-check1:before {
content: "\f3a3";
}
.twi-shield-cross1:before {
content: "\f3a4";
}
.twi-ship1:before {
content: "\f3a5";
}
.twi-shipping-fast1:before {
content: "\f3a6";
}
.twi-shipping-timed1:before {
content: "\f3a7";
}
.twi-shish-kebab1:before {
content: "\f3a8";
}
.twi-shoe-prints1:before {
content: "\f3a9";
}
.twi-shopping-bag1:before {
content: "\f3aa";
}
.twi-shopping-basket1:before {
content: "\f3ab";
}
.twi-shopping-cart1:before {
content: "\f3ac";
}
.twi-shovel1:before {
content: "\f3ad";
}
.twi-shovel-snow1:before {
content: "\f3ae";
}
.twi-shower1:before {
content: "\f3af";
}
.twi-shredder1:before {
content: "\f3b0";
}
.twi-shuttlecock1:before {
content: "\f3b1";
}
.twi-shuttle-van1:before {
content: "\f3b2";
}
.twi-sickle1:before {
content: "\f3b3";
}
.twi-sigma1:before {
content: "\f3b4";
}
.twi-sign1:before {
content: "\f3b5";
}
.twi-signal1:before {
content: "\f3b6";
}
.twi-signal-11:before {
content: "\f3b7";
}
.twi-signal-21:before {
content: "\f3b8";
}
.twi-signal-31:before {
content: "\f3b9";
}
.twi-signal-41:before {
content: "\f3ba";
}
.twi-signal-alt1:before {
content: "\f3bb";
}
.twi-signal-alt-11:before {
content: "\f3bc";
}
.twi-signal-alt-21:before {
content: "\f3bd";
}
.twi-signal-alt-31:before {
content: "\f3be";
}
.twi-signal-alt-slash1:before {
content: "\f3bf";
}
.twi-signal-slash1:before {
content: "\f3c0";
}
.twi-signature1:before {
content: "\f3c1";
}
.twi-sign-in1:before {
content: "\f3c2";
}
.twi-sign-in-alt1:before {
content: "\f3c3";
}
.twi-sign-language1:before {
content: "\f3c4";
}
.twi-sign-out1:before {
content: "\f3c5";
}
.twi-sign-out-alt1:before {
content: "\f3c6";
}
.twi-sim-card1:before {
content: "\f3c7";
}
.twi-sitemap1:before {
content: "\f3c8";
}
.twi-skating1:before {
content: "\f3c9";
}
.twi-skeleton1:before {
content: "\f3ca";
}
.twi-skiing1:before {
content: "\f3cb";
}
.twi-skiing-nordic1:before {
content: "\f3cc";
}
.twi-ski-jump1:before {
content: "\f3cd";
}
.twi-ski-lift1:before {
content: "\f3ce";
}
.twi-skull1:before {
content: "\f3cf";
}
.twi-skull-crossbones1:before {
content: "\f3d0";
}
.twi-slash1:before {
content: "\f3d1";
}
.twi-sledding1:before {
content: "\f3d2";
}
.twi-sleigh1:before {
content: "\f3d3";
}
.twi-sliders-h1:before {
content: "\f3d4";
}
.twi-sliders-h-square1:before {
content: "\f3d5";
}
.twi-sliders-v1:before {
content: "\f3d6";
}
.twi-sliders-v-square1:before {
content: "\f3d7";
}
.twi-smile1:before {
content: "\f3d8";
}
.twi-smile-beam1:before {
content: "\f3d9";
}
.twi-smile-plus1:before {
content: "\f3da";
}
.twi-smile-wink1:before {
content: "\f3db";
}
.twi-smog1:before {
content: "\f3dc";
}
.twi-smoke1:before {
content: "\f3dd";
}
.twi-smoking1:before {
content: "\f3de";
}
.twi-smoking-ban1:before {
content: "\f3df";
}
.twi-sms1:before {
content: "\f3e0";
}
.twi-snake1:before {
content: "\f3e1";
}
.twi-snow-blowing1:before {
content: "\f3e2";
}
.twi-snowboarding1:before {
content: "\f3e3";
}
.twi-snowflake1:before {
content: "\f3e4";
}
.twi-snowflakes1:before {
content: "\f3e5";
}
.twi-snowman1:before {
content: "\f3e6";
}
.twi-snowmobile1:before {
content: "\f3e7";
}
.twi-snowplow1:before {
content: "\f3e8";
}
.twi-socks1:before {
content: "\f3e9";
}
.twi-solar-panel1:before {
content: "\f3ea";
}
.twi-sort1:before {
content: "\f3eb";
}
.twi-sort-alpha-down1:before {
content: "\f3ec";
}
.twi-sort-alpha-up1:before {
content: "\f3ed";
}
.twi-sort-amount-down1:before {
content: "\f3ee";
}
.twi-sort-amount-up1:before {
content: "\f3ef";
}
.twi-sort-down1:before {
content: "\f3f0";
}
.twi-sort-numeric-down1:before {
content: "\f3f1";
}
.twi-sort-numeric-up1:before {
content: "\f3f2";
}
.twi-sort-up1:before {
content: "\f3f3";
}
.twi-soup1:before {
content: "\f3f4";
}
.twi-spa1:before {
content: "\f3f5";
}
.twi-space-shuttle1:before {
content: "\f3f6";
}
.twi-spade1:before {
content: "\f3f7";
}
.twi-spider1:before {
content: "\f3f8";
}
.twi-spider-black-widow1:before {
content: "\f3f9";
}
.twi-spider-web1:before {
content: "\f3fa";
}
.twi-spinner1:before {
content: "\f3fb";
}
.twi-spinner-third1:before {
content: "\f3fc";
}
.twi-splotch1:before {
content: "\f3fd";
}
.twi-spray-can1:before {
content: "\f3fe";
}
.twi-square1:before {
content: "\f3ff";
}
.twi-square-full1:before {
content: "\f400";
}
.twi-square-root1:before {
content: "\f401";
}
.twi-square-root-alt1:before {
content: "\f402";
}
.twi-squirrel1:before {
content: "\f403";
}
.twi-staff1:before {
content: "\f404";
}
.twi-stamp1:before {
content: "\f405";
}
.twi-star1:before {
content: "\f406";
}
.twi-star-and-crescent1:before {
content: "\f407";
}
.twi-star-christmas1:before {
content: "\f408";
}
.twi-star-exclamation1:before {
content: "\f409";
}
.twi-star-half1:before {
content: "\f40a";
}
.twi-star-half-alt1:before {
content: "\f40b";
}
.twi-star-of-david1:before {
content: "\f40c";
}
.twi-star-of-life1:before {
content: "\f40d";
}
.twi-stars1:before {
content: "\f40e";
}
.twi-steak1:before {
content: "\f40f";
}
.twi-steering-wheel1:before {
content: "\f410";
}
.twi-step-backward1:before {
content: "\f411";
}
.twi-step-forward1:before {
content: "\f412";
}
.twi-stethoscope1:before {
content: "\f413";
}
.twi-sticky-note1:before {
content: "\f414";
}
.twi-stocking1:before {
content: "\f415";
}
.twi-stomach1:before {
content: "\f416";
}
.twi-stop1:before {
content: "\f417";
}
.twi-stop-circle1:before {
content: "\f418";
}
.twi-stopwatch1:before {
content: "\f419";
}
.twi-store1:before {
content: "\f41a";
}
.twi-store-alt1:before {
content: "\f41b";
}
.twi-stream1:before {
content: "\f41c";
}
.twi-street-view1:before {
content: "\f41d";
}
.twi-stretcher1:before {
content: "\f41e";
}
.twi-strikethrough1:before {
content: "\f41f";
}
.twi-stroopwafel1:before {
content: "\f420";
}
.twi-subscript1:before {
content: "\f421";
}
.twi-subway1:before {
content: "\f422";
}
.twi-suitcase1:before {
content: "\f423";
}
.twi-suitcase-rolling1:before {
content: "\f424";
}
.twi-sun1:before {
content: "\f425";
}
.twi-sun-cloud1:before {
content: "\f426";
}
.twi-sun-dust1:before {
content: "\f427";
}
.twi-sun-haze1:before {
content: "\f428";
}
.twi-sunrise1:before {
content: "\f429";
}
.twi-sunset1:before {
content: "\f42a";
}
.twi-superscript1:before {
content: "\f42b";
}
.twi-surprise1:before {
content: "\f42c";
}
.twi-swatchbook1:before {
content: "\f42d";
}
.twi-swimmer1:before {
content: "\f42e";
}
.twi-swimming-pool1:before {
content: "\f42f";
}
.twi-sword1:before {
content: "\f430";
}
.twi-swords1:before {
content: "\f431";
}
.twi-synagogue1:before {
content: "\f432";
}
.twi-sync1:before {
content: "\f433";
}
.twi-sync-alt1:before {
content: "\f434";
}
.twi-syringe1:before {
content: "\f435";
}
.twi-table1:before {
content: "\f436";
}
.twi-tablet1:before {
content: "\f437";
}
.twi-tablet-alt1:before {
content: "\f438";
}
.twi-tablet-android1:before {
content: "\f439";
}
.twi-tablet-android-alt1:before {
content: "\f43a";
}
.twi-table-tennis1:before {
content: "\f43b";
}
.twi-tablet-rugged1:before {
content: "\f43c";
}
.twi-tablets1:before {
content: "\f43d";
}
.twi-tachometer1:before {
content: "\f43e";
}
.twi-tachometer-alt1:before {
content: "\f43f";
}
.twi-tachometer-alt-average1:before {
content: "\f440";
}
.twi-tachometer-alt-fast1:before {
content: "\f441";
}
.twi-tachometer-alt-fastest1:before {
content: "\f442";
}
.twi-tachometer-alt-slow1:before {
content: "\f443";
}
.twi-tachometer-alt-slowest1:before {
content: "\f444";
}
.twi-tachometer-average1:before {
content: "\f445";
}
.twi-tachometer-fast1:before {
content: "\f446";
}
.twi-tachometer-fastest1:before {
content: "\f447";
}
.twi-tachometer-slow1:before {
content: "\f448";
}
.twi-tachometer-slowest1:before {
content: "\f449";
}
.twi-taco1:before {
content: "\f44a";
}
.twi-tag1:before {
content: "\f44b";
}
.twi-tags1:before {
content: "\f44c";
}
.twi-tally1:before {
content: "\f44d";
}
.twi-tanakh1:before {
content: "\f44e";
}
.twi-tape1:before {
content: "\f44f";
}
.twi-tasks1:before {
content: "\f450";
}
.twi-tasks-alt1:before {
content: "\f451";
}
.twi-taxi1:before {
content: "\f452";
}
.twi-teeth1:before {
content: "\f453";
}
.twi-teeth-open1:before {
content: "\f454";
}
.twi-temperature-frigid1:before {
content: "\f455";
}
.twi-temperature-high1:before {
content: "\f456";
}
.twi-temperature-hot1:before {
content: "\f457";
}
.twi-temperature-low1:before {
content: "\f458";
}
.twi-tenge1:before {
content: "\f459";
}
.twi-tennis-ball1:before {
content: "\f45a";
}
.twi-terminal1:before {
content: "\f45b";
}
.twi-text-height1:before {
content: "\f45c";
}
.twi-text-width1:before {
content: "\f45d";
}
.twi-th1:before {
content: "\f45e";
}
.twi-theater-masks1:before {
content: "\f45f";
}
.twi-thermometer1:before {
content: "\f460";
}
.twi-thermometer-empty1:before {
content: "\f461";
}
.twi-thermometer-full1:before {
content: "\f462";
}
.twi-thermometer-half1:before {
content: "\f463";
}
.twi-thermometer-quarter1:before {
content: "\f464";
}
.twi-thermometer-three-quarters1:before {
content: "\f465";
}
.twi-theta1:before {
content: "\f466";
}
.twi-th-large1:before {
content: "\f467";
}
.twi-th-list1:before {
content: "\f468";
}
.twi-thumbs-down1:before {
content: "\f469";
}
.twi-thumbs-up1:before {
content: "\f46a";
}
.twi-thumbtack1:before {
content: "\f46b";
}
.twi-thunderstorm1:before {
content: "\f46c";
}
.twi-thunderstorm-moon1:before {
content: "\f46d";
}
.twi-thunderstorm-sun1:before {
content: "\f46e";
}
.twi-ticket1:before {
content: "\f46f";
}
.twi-ticket-alt1:before {
content: "\f470";
}
.twi-tilde1:before {
content: "\f471";
}
.twi-times1:before {
content: "\f472";
}
.twi-times-circle1:before {
content: "\f473";
}
.twi-times-hexagon1:before {
content: "\f474";
}
.twi-times-octagon1:before {
content: "\f475";
}
.twi-times-square1:before {
content: "\f476";
}
.twi-tint1:before {
content: "\f477";
}
.twi-tint-slash1:before {
content: "\f478";
}
.twi-tire1:before {
content: "\f479";
}
.twi-tired1:before {
content: "\f47a";
}
.twi-tire-flat1:before {
content: "\f47b";
}
.twi-tire-pressure-warning1:before {
content: "\f47c";
}
.twi-tire-rugged1:before {
content: "\f47d";
}
.twi-toggle-off1:before {
content: "\f47e";
}
.twi-toggle-on1:before {
content: "\f47f";
}
.twi-toilet1:before {
content: "\f480";
}
.twi-toilet-paper1:before {
content: "\f481";
}
.twi-toilet-paper-alt1:before {
content: "\f482";
}
.twi-tombstone1:before {
content: "\f483";
}
.twi-tombstone-alt1:before {
content: "\f484";
}
.twi-toolbox1:before {
content: "\f485";
}
.twi-tools1:before {
content: "\f486";
}
.twi-tooth1:before {
content: "\f487";
}
.twi-toothbrush1:before {
content: "\f488";
}
.twi-torah1:before {
content: "\f489";
}
.twi-torii-gate1:before {
content: "\f48a";
}
.twi-tornado1:before {
content: "\f48b";
}
.twi-tractor1:before {
content: "\f48c";
}
.twi-trademark1:before {
content: "\f48d";
}
.twi-traffic-cone1:before {
content: "\f48e";
}
.twi-traffic-light1:before {
content: "\f48f";
}
.twi-traffic-light-go1:before {
content: "\f490";
}
.twi-traffic-light-slow1:before {
content: "\f491";
}
.twi-traffic-light-stop1:before {
content: "\f492";
}
.twi-train1:before {
content: "\f493";
}
.twi-tram1:before {
content: "\f494";
}
.twi-transgender1:before {
content: "\f495";
}
.twi-transgender-alt1:before {
content: "\f496";
}
.twi-trash1:before {
content: "\f497";
}
.twi-trash-alt1:before {
content: "\f498";
}
.twi-trash-restore1:before {
content: "\f499";
}
.twi-trash-restore-alt1:before {
content: "\f49a";
}
.twi-treasure-chest1:before {
content: "\f49b";
}
.twi-tree1:before {
content: "\f49c";
}
.twi-tree-alt1:before {
content: "\f49d";
}
.twi-tree-christmas1:before {
content: "\f49e";
}
.twi-tree-decorated1:before {
content: "\f49f";
}
.twi-tree-large1:before {
content: "\f4a0";
}
.twi-tree-palm1:before {
content: "\f4a1";
}
.twi-trees1:before {
content: "\f4a2";
}
.twi-triangle1:before {
content: "\f4a3";
}
.twi-trophy1:before {
content: "\f4a4";
}
.twi-trophy-alt1:before {
content: "\f4a5";
}
.twi-truck1:before {
content: "\f4a6";
}
.twi-truck-container1:before {
content: "\f4a7";
}
.twi-truck-couch1:before {
content: "\f4a8";
}
.twi-truck-loading1:before {
content: "\f4a9";
}
.twi-truck-monster1:before {
content: "\f4aa";
}
.twi-truck-moving1:before {
content: "\f4ab";
}
.twi-truck-pickup1:before {
content: "\f4ac";
}
.twi-truck-plow1:before {
content: "\f4ad";
}
.twi-truck-ramp1:before {
content: "\f4ae";
}
.twi-tshirt1:before {
content: "\f4af";
}
.twi-tty1:before {
content: "\f4b0";
}
.twi-turkey1:before {
content: "\f4b1";
}
.twi-turtle1:before {
content: "\f4b2";
}
.twi-tv1:before {
content: "\f4b3";
}
.twi-tv-retro1:before {
content: "\f4b4";
}
.twi-umbrella1:before {
content: "\f4b5";
}
.twi-umbrella-beach1:before {
content: "\f4b6";
}
.twi-underline1:before {
content: "\f4b7";
}
.twi-undo1:before {
content: "\f4b8";
}
.twi-undo-alt1:before {
content: "\f4b9";
}
.twi-unicorn1:before {
content: "\f4ba";
}
.twi-union1:before {
content: "\f4bb";
}
.twi-universal-access1:before {
content: "\f4bc";
}
.twi-university1:before {
content: "\f4bd";
}
.twi-unlink1:before {
content: "\f4be";
}
.twi-unlock1:before {
content: "\f4bf";
}
.twi-unlock-alt1:before {
content: "\f4c0";
}
.twi-upload1:before {
content: "\f4c1";
}
.twi-usd-circle1:before {
content: "\f4c2";
}
.twi-usd-square1:before {
content: "\f4c3";
}
.twi-user1:before {
content: "\f4c4";
}
.twi-user-alt1:before {
content: "\f4c5";
}
.twi-user-alt-slash1:before {
content: "\f4c6";
}
.twi-user-astronaut1:before {
content: "\f4c7";
}
.twi-user-chart1:before {
content: "\f4c8";
}
.twi-user-check1:before {
content: "\f4c9";
}
.twi-user-circle1:before {
content: "\f4ca";
}
.twi-user-clock1:before {
content: "\f4cb";
}
.twi-user-cog1:before {
content: "\f4cc";
}
.twi-user-crown1:before {
content: "\f4cd";
}
.twi-user-edit1:before {
content: "\f4ce";
}
.twi-user-friends1:before {
content: "\f4cf";
}
.twi-user-graduate1:before {
content: "\f4d0";
}
.twi-user-hard-hat1:before {
content: "\f4d1";
}
.twi-user-headset1:before {
content: "\f4d2";
}
.twi-user-injured1:before {
content: "\f4d3";
}
.twi-user-lock1:before {
content: "\f4d4";
}
.twi-user-md1:before {
content: "\f4d5";
}
.twi-user-md-chat1:before {
content: "\f4d6";
}
.twi-user-minus1:before {
content: "\f4d7";
}
.twi-user-ninja1:before {
content: "\f4d8";
}
.twi-user-nurse1:before {
content: "\f4d9";
}
.twi-user-plus1:before {
content: "\f4da";
}
.twi-users1:before {
content: "\f4db";
}
.twi-users-class1:before {
content: "\f4dc";
}
.twi-users-cog1:before {
content: "\f4dd";
}
.twi-users-crown1:before {
content: "\f4de";
}
.twi-user-secret1:before {
content: "\f4df";
}
.twi-user-shield1:before {
content: "\f4e0";
}
.twi-user-slash1:before {
content: "\f4e1";
}
.twi-users-medical1:before {
content: "\f4e2";
}
.twi-user-tag1:before {
content: "\f4e3";
}
.twi-user-tie1:before {
content: "\f4e4";
}
.twi-user-times1:before {
content: "\f4e5";
}
.twi-utensil-fork1:before {
content: "\f4e6";
}
.twi-utensil-knife1:before {
content: "\f4e7";
}
.twi-utensils1:before {
content: "\f4e8";
}
.twi-utensils-alt1:before {
content: "\f4e9";
}
.twi-utensil-spoon1:before {
content: "\f4ea";
}
.twi-value-absolute1:before {
content: "\f4eb";
}
.twi-vector-square1:before {
content: "\f4ec";
}
.twi-venus1:before {
content: "\f4ed";
}
.twi-venus-double1:before {
content: "\f4ee";
}
.twi-venus-mars1:before {
content: "\f4ef";
}
.twi-vial1:before {
content: "\f4f0";
}
.twi-vials1:before {
content: "\f4f1";
}
.twi-video1:before {
content: "\f4f2";
}
.twi-video-plus1:before {
content: "\f4f3";
}
.twi-video-slash1:before {
content: "\f4f4";
}
.twi-vihara1:before {
content: "\f4f5";
}
.twi-volcano1:before {
content: "\f4f6";
}
.twi-volleyball-ball1:before {
content: "\f4f7";
}
.twi-volume1:before {
content: "\f4f8";
}
.twi-volume-down1:before {
content: "\f4f9";
}
.twi-volume-mute1:before {
content: "\f4fa";
}
.twi-volume-off1:before {
content: "\f4fb";
}
.twi-volume-slash1:before {
content: "\f4fc";
}
.twi-volume-up1:before {
content: "\f4fd";
}
.twi-vote-nay1:before {
content: "\f4fe";
}
.twi-vote-yea1:before {
content: "\f4ff";
}
.twi-vr-cardboard1:before {
content: "\f500";
}
.twi-walker1:before {
content: "\f501";
}
.twi-walking1:before {
content: "\f502";
}
.twi-wallet1:before {
content: "\f503";
}
.twi-wand1:before {
content: "\f504";
}
.twi-wand-magic1:before {
content: "\f505";
}
.twi-warehouse1:before {
content: "\f506";
}
.twi-warehouse-alt1:before {
content: "\f507";
}
.twi-watch1:before {
content: "\f508";
}
.twi-watch-fitness1:before {
content: "\f509";
}
.twi-water1:before {
content: "\f50a";
}
.twi-water-lower1:before {
content: "\f50b";
}
.twi-water-rise1:before {
content: "\f50c";
}
.twi-wave-square1:before {
content: "\f50d";
}
.twi-webcam1:before {
content: "\f50e";
}
.twi-webcam-slash1:before {
content: "\f50f";
}
.twi-weight1:before {
content: "\f510";
}
.twi-weight-hanging1:before {
content: "\f511";
}
.twi-whale1:before {
content: "\f512";
}
.twi-wheat1:before {
content: "\f513";
}
.twi-wheelchair1:before {
content: "\f514";
}
.twi-whistle1:before {
content: "\f515";
}
.twi-wifi1:before {
content: "\f516";
}
.twi-wifi-11:before {
content: "\f517";
}
.twi-wifi-21:before {
content: "\f518";
}
.twi-wifi-slash1:before {
content: "\f519";
}
.twi-wind1:before {
content: "\f51a";
}
.twi-window1:before {
content: "\f51b";
}
.twi-window-alt1:before {
content: "\f51c";
}
.twi-window-close1:before {
content: "\f51d";
}
.twi-window-maximize1:before {
content: "\f51e";
}
.twi-window-minimize1:before {
content: "\f51f";
}
.twi-window-restore1:before {
content: "\f520";
}
.twi-windsock1:before {
content: "\f521";
}
.twi-wind-warning1:before {
content: "\f522";
}
.twi-wine-bottle1:before {
content: "\f523";
}
.twi-wine-glass1:before {
content: "\f524";
}
.twi-wine-glass-alt1:before {
content: "\f525";
}
.twi-won-sign1:before {
content: "\f526";
}
.twi-wreath1:before {
content: "\f527";
}
.twi-wrench1:before {
content: "\f528";
}
.twi-x-ray1:before {
content: "\f529";
}
.twi-yen-sign1:before {
content: "\f52a";
}
.twi-yin-yang1:before {
content: "\f52b";
}
.twi-abacus2:before {
content: "\f52c";
}
.twi-acorn2:before {
content: "\f52d";
}
.twi-ad2:before {
content: "\f52e";
}
.twi-address-book2:before {
content: "\f52f";
}
.twi-address-card2:before {
content: "\f530";
}
.twi-adjust2:before {
content: "\f531";
}
.twi-air-freshener2:before {
content: "\f532";
}
.twi-alarm-clock2:before {
content: "\f533";
}
.twi-alicorn2:before {
content: "\f534";
}
.twi-align-center2:before {
content: "\f535";
}
.twi-align-justify2:before {
content: "\f536";
}
.twi-align-left2:before {
content: "\f537";
}
.twi-align-right2:before {
content: "\f538";
}
.twi-allergies2:before {
content: "\f539";
}
.twi-ambulance2:before {
content: "\f53a";
}
.twi-american-sign-language-interpreting2:before {
content: "\f53b";
}
.twi-analytics2:before {
content: "\f53c";
}
.twi-anchor2:before {
content: "\f53d";
}
.twi-angel2:before {
content: "\f53e";
}
.twi-angle-double-down2:before {
content: "\f53f";
}
.twi-angle-double-left2:before {
content: "\f540";
}
.twi-angle-double-right2:before {
content: "\f541";
}
.twi-angle-double-up2:before {
content: "\f542";
}
.twi-angle-down2:before {
content: "\f543";
}
.twi-angle-left2:before {
content: "\f544";
}
.twi-angle-right2:before {
content: "\f545";
}
.twi-angle-up2:before {
content: "\f546";
}
.twi-angry2:before {
content: "\f547";
}
.twi-ankh2:before {
content: "\f548";
}
.twi-apple-alt2:before {
content: "\f549";
}
.twi-apple-crate2:before {
content: "\f54a";
}
.twi-archive2:before {
content: "\f54b";
}
.twi-archway2:before {
content: "\f54c";
}
.twi-arrow-alt-circle-down2:before {
content: "\f54d";
}
.twi-arrow-alt-circle-left2:before {
content: "\f54e";
}
.twi-arrow-alt-circle-right2:before {
content: "\f54f";
}
.twi-arrow-alt-circle-up2:before {
content: "\f550";
}
.twi-arrow-alt-down2:before {
content: "\f551";
}
.twi-arrow-alt-from-bottom2:before {
content: "\f552";
}
.twi-arrow-alt-from-left2:before {
content: "\f553";
}
.twi-arrow-alt-from-right2:before {
content: "\f554";
}
.twi-arrow-alt-from-top2:before {
content: "\f555";
}
.twi-arrow-alt-left2:before {
content: "\f556";
}
.twi-arrow-alt-right2:before {
content: "\f557";
}
.twi-arrow-alt-square-down2:before {
content: "\f558";
}
.twi-arrow-alt-square-left2:before {
content: "\f559";
}
.twi-arrow-alt-square-right2:before {
content: "\f55a";
}
.twi-arrow-alt-square-up2:before {
content: "\f55b";
}
.twi-arrow-alt-to-bottom2:before {
content: "\f55c";
}
.twi-arrow-alt-to-left2:before {
content: "\f55d";
}
.twi-arrow-alt-to-right2:before {
content: "\f55e";
}
.twi-arrow-alt-to-top2:before {
content: "\f55f";
}
.twi-arrow-alt-up2:before {
content: "\f560";
}
.twi-arrow-circle-down2:before {
content: "\f561";
}
.twi-arrow-circle-left2:before {
content: "\f562";
}
.twi-arrow-circle-right2:before {
content: "\f563";
}
.twi-arrow-circle-up2:before {
content: "\f564";
}
.twi-arrow-down2:before {
content: "\f565";
}
.twi-arrow-from-bottom2:before {
content: "\f566";
}
.twi-arrow-from-left2:before {
content: "\f567";
}
.twi-arrow-from-right2:before {
content: "\f568";
}
.twi-arrow-from-top2:before {
content: "\f569";
}
.twi-arrow-left2:before {
content: "\f56a";
}
.twi-arrow-right2:before {
content: "\f56b";
}
.twi-arrows2:before {
content: "\f56c";
}
.twi-arrows-alt2:before {
content: "\f56d";
}
.twi-arrows-alt-h2:before {
content: "\f56e";
}
.twi-arrows-alt-v2:before {
content: "\f56f";
}
.twi-arrows-h2:before {
content: "\f570";
}
.twi-arrow-square-down2:before {
content: "\f571";
}
.twi-arrow-square-left2:before {
content: "\f572";
}
.twi-arrow-square-right2:before {
content: "\f573";
}
.twi-arrow-square-up2:before {
content: "\f574";
}
.twi-arrows-v2:before {
content: "\f575";
}
.twi-arrow-to-bottom2:before {
content: "\f576";
}
.twi-arrow-to-left2:before {
content: "\f577";
}
.twi-arrow-to-right2:before {
content: "\f578";
}
.twi-arrow-to-top2:before {
content: "\f579";
}
.twi-arrow-up2:before {
content: "\f57a";
}
.twi-assistive-listening-systems2:before {
content: "\f57b";
}
.twi-asterisk2:before {
content: "\f57c";
}
.twi-at2:before {
content: "\f57d";
}
.twi-atlas2:before {
content: "\f57e";
}
.twi-atom2:before {
content: "\f57f";
}
.twi-atom-alt2:before {
content: "\f580";
}
.twi-audio-description2:before {
content: "\f581";
}
.twi-award2:before {
content: "\f582";
}
.twi-axe2:before {
content: "\f583";
}
.twi-axe-battle2:before {
content: "\f584";
}
.twi-baby2:before {
content: "\f585";
}
.twi-baby-carriage2:before {
content: "\f586";
}
.twi-backpack2:before {
content: "\f587";
}
.twi-backspace2:before {
content: "\f588";
}
.twi-backward2:before {
content: "\f589";
}
.twi-bacon2:before {
content: "\f58a";
}
.twi-badge2:before {
content: "\f58b";
}
.twi-badge-check2:before {
content: "\f58c";
}
.twi-badge-dollar2:before {
content: "\f58d";
}
.twi-badge-percent2:before {
content: "\f58e";
}
.twi-badger-honey2:before {
content: "\f58f";
}
.twi-balance-scale2:before {
content: "\f590";
}
.twi-balance-scale-left2:before {
content: "\f591";
}
.twi-balance-scale-right2:before {
content: "\f592";
}
.twi-ballot2:before {
content: "\f593";
}
.twi-ballot-check2:before {
content: "\f594";
}
.twi-ball-pile2:before {
content: "\f595";
}
.twi-ban2:before {
content: "\f596";
}
.twi-band-aid2:before {
content: "\f597";
}
.twi-barcode2:before {
content: "\f598";
}
.twi-barcode-alt2:before {
content: "\f599";
}
.twi-barcode-read2:before {
content: "\f59a";
}
.twi-barcode-scan2:before {
content: "\f59b";
}
.twi-bars2:before {
content: "\f59c";
}
.twi-baseball2:before {
content: "\f59d";
}
.twi-baseball-ball2:before {
content: "\f59e";
}
.twi-basketball-ball2:before {
content: "\f59f";
}
.twi-basketball-hoop2:before {
content: "\f5a0";
}
.twi-bat2:before {
content: "\f5a1";
}
.twi-bath2:before {
content: "\f5a2";
}
.twi-battery-bolt2:before {
content: "\f5a3";
}
.twi-battery-empty2:before {
content: "\f5a4";
}
.twi-battery-full2:before {
content: "\f5a5";
}
.twi-battery-half2:before {
content: "\f5a6";
}
.twi-battery-quarter2:before {
content: "\f5a7";
}
.twi-battery-slash2:before {
content: "\f5a8";
}
.twi-battery-three-quarters2:before {
content: "\f5a9";
}
.twi-bed2:before {
content: "\f5aa";
}
.twi-beer2:before {
content: "\f5ab";
}
.twi-bell2:before {
content: "\f5ac";
}
.twi-bells2:before {
content: "\f5ad";
}
.twi-bell-school2:before {
content: "\f5ae";
}
.twi-bell-school-slash2:before {
content: "\f5af";
}
.twi-bell-slash2:before {
content: "\f5b0";
}
.twi-bezier-curve2:before {
content: "\f5b1";
}
.twi-bible2:before {
content: "\f5b2";
}
.twi-bicycle2:before {
content: "\f5b3";
}
.twi-binoculars2:before {
content: "\f5b4";
}
.twi-biohazard2:before {
content: "\f5b5";
}
.twi-birthday-cake2:before {
content: "\f5b6";
}
.twi-blanket2:before {
content: "\f5b7";
}
.twi-blender2:before {
content: "\f5b8";
}
.twi-blender-phone2:before {
content: "\f5b9";
}
.twi-blind2:before {
content: "\f5ba";
}
.twi-blog2:before {
content: "\f5bb";
}
.twi-bold2:before {
content: "\f5bc";
}
.twi-bolt2:before {
content: "\f5bd";
}
.twi-bomb2:before {
content: "\f5be";
}
.twi-bone2:before {
content: "\f5bf";
}
.twi-bone-break2:before {
content: "\f5c0";
}
.twi-bong2:before {
content: "\f5c1";
}
.twi-book2:before {
content: "\f5c2";
}
.twi-book-alt2:before {
content: "\f5c3";
}
.twi-book-dead2:before {
content: "\f5c4";
}
.twi-book-heart2:before {
content: "\f5c5";
}
.twi-bookmark2:before {
content: "\f5c6";
}
.twi-book-medical2:before {
content: "\f5c7";
}
.twi-book-open2:before {
content: "\f5c8";
}
.twi-book-reader2:before {
content: "\f5c9";
}
.twi-books2:before {
content: "\f5ca";
}
.twi-books-medical2:before {
content: "\f5cb";
}
.twi-book-spells2:before {
content: "\f5cc";
}
.twi-book-user2:before {
content: "\f5cd";
}
.twi-boot2:before {
content: "\f5ce";
}
.twi-booth-curtain2:before {
content: "\f5cf";
}
.twi-bow-arrow2:before {
content: "\f5d0";
}
.twi-bowling-ball2:before {
content: "\f5d1";
}
.twi-bowling-pins2:before {
content: "\f5d2";
}
.twi-box2:before {
content: "\f5d3";
}
.twi-box-alt2:before {
content: "\f5d4";
}
.twi-box-ballot2:before {
content: "\f5d5";
}
.twi-box-check2:before {
content: "\f5d6";
}
.twi-boxes2:before {
content: "\f5d7";
}
.twi-boxes-alt2:before {
content: "\f5d8";
}
.twi-box-fragile2:before {
content: "\f5d9";
}
.twi-box-full2:before {
content: "\f5da";
}
.twi-box-heart2:before {
content: "\f5db";
}
.twi-boxing-glove2:before {
content: "\f5dc";
}
.twi-box-open2:before {
content: "\f5dd";
}
.twi-box-up2:before {
content: "\f5de";
}
.twi-box-usd2:before {
content: "\f5df";
}
.twi-brackets2:before {
content: "\f5e0";
}
.twi-brackets-curly2:before {
content: "\f5e1";
}
.twi-braille2:before {
content: "\f5e2";
}
.twi-brain2:before {
content: "\f5e3";
}
.twi-bread-loaf2:before {
content: "\f5e4";
}
.twi-bread-slice2:before {
content: "\f5e5";
}
.twi-briefcase2:before {
content: "\f5e6";
}
.twi-briefcase-medical2:before {
content: "\f5e7";
}
.twi-broadcast-tower2:before {
content: "\f5e8";
}
.twi-broom2:before {
content: "\f5e9";
}
.twi-browser2:before {
content: "\f5ea";
}
.twi-brush2:before {
content: "\f5eb";
}
.twi-bug2:before {
content: "\f5ec";
}
.twi-building2:before {
content: "\f5ed";
}
.twi-bullhorn2:before {
content: "\f5ee";
}
.twi-bullseye2:before {
content: "\f5ef";
}
.twi-bullseye-arrow2:before {
content: "\f5f0";
}
.twi-bullseye-pointer2:before {
content: "\f5f1";
}
.twi-burn2:before {
content: "\f5f2";
}
.twi-burrito2:before {
content: "\f5f3";
}
.twi-bus2:before {
content: "\f5f4";
}
.twi-bus-alt2:before {
content: "\f5f5";
}
.twi-business-time2:before {
content: "\f5f6";
}
.twi-bus-school2:before {
content: "\f5f7";
}
.twi-cabinet-filing2:before {
content: "\f5f8";
}
.twi-calculator2:before {
content: "\f5f9";
}
.twi-calculator-alt2:before {
content: "\f5fa";
}
.twi-calendar2:before {
content: "\f5fb";
}
.twi-calendar-alt2:before {
content: "\f5fc";
}
.twi-calendar-check2:before {
content: "\f5fd";
}
.twi-calendar-day2:before {
content: "\f5fe";
}
.twi-calendar-edit2:before {
content: "\f5ff";
}
.twi-calendar-exclamation2:before {
content: "\f600";
}
.twi-calendar-minus2:before {
content: "\f601";
}
.twi-calendar-plus2:before {
content: "\f602";
}
.twi-calendar-star2:before {
content: "\f603";
}
.twi-calendar-times2:before {
content: "\f604";
}
.twi-calendar-week2:before {
content: "\f605";
}
.twi-camera2:before {
content: "\f606";
}
.twi-camera-alt2:before {
content: "\f607";
}
.twi-camera-retro2:before {
content: "\f608";
}
.twi-campfire2:before {
content: "\f609";
}
.twi-campground2:before {
content: "\f60a";
}
.twi-candle-holder2:before {
content: "\f60b";
}
.twi-candy-cane2:before {
content: "\f60c";
}
.twi-candy-corn2:before {
content: "\f60d";
}
.twi-cannabis2:before {
content: "\f60e";
}
.twi-capsules2:before {
content: "\f60f";
}
.twi-car2:before {
content: "\f610";
}
.twi-car-alt2:before {
content: "\f611";
}
.twi-car-battery2:before {
content: "\f612";
}
.twi-car-bump2:before {
content: "\f613";
}
.twi-car-crash2:before {
content: "\f614";
}
.twi-caret-circle-down2:before {
content: "\f615";
}
.twi-caret-circle-left2:before {
content: "\f616";
}
.twi-caret-circle-right2:before {
content: "\f617";
}
.twi-caret-circle-up2:before {
content: "\f618";
}
.twi-caret-down2:before {
content: "\f619";
}
.twi-caret-left2:before {
content: "\f61a";
}
.twi-caret-right2:before {
content: "\f61b";
}
.twi-caret-square-down2:before {
content: "\f61c";
}
.twi-caret-square-left2:before {
content: "\f61d";
}
.twi-caret-square-right2:before {
content: "\f61e";
}
.twi-caret-square-up2:before {
content: "\f61f";
}
.twi-caret-up2:before {
content: "\f620";
}
.twi-car-garage2:before {
content: "\f621";
}
.twi-car-mechanic2:before {
content: "\f622";
}
.twi-carrot2:before {
content: "\f623";
}
.twi-car-side2:before {
content: "\f624";
}
.twi-cart-arrow-down2:before {
content: "\f625";
}
.twi-car-tilt2:before {
content: "\f626";
}
.twi-cart-plus2:before {
content: "\f627";
}
.twi-car-wash2:before {
content: "\f628";
}
.twi-cash-register2:before {
content: "\f629";
}
.twi-cat2:before {
content: "\f62a";
}
.twi-cauldron2:before {
content: "\f62b";
}
.twi-certificate2:before {
content: "\f62c";
}
.twi-chair2:before {
content: "\f62d";
}
.twi-chair-office2:before {
content: "\f62e";
}
.twi-chalkboard2:before {
content: "\f62f";
}
.twi-chalkboard-teacher2:before {
content: "\f630";
}
.twi-charging-station2:before {
content: "\f631";
}
.twi-chart-area2:before {
content: "\f632";
}
.twi-chart-bar2:before {
content: "\f633";
}
.twi-chart-line2:before {
content: "\f634";
}
.twi-chart-line-down2:before {
content: "\f635";
}
.twi-chart-network2:before {
content: "\f636";
}
.twi-chart-pie2:before {
content: "\f637";
}
.twi-chart-pie-alt2:before {
content: "\f638";
}
.twi-chart-scatter2:before {
content: "\f639";
}
.twi-check2:before {
content: "\f63a";
}
.twi-check-circle2:before {
content: "\f63b";
}
.twi-check-double2:before {
content: "\f63c";
}
.twi-check-square2:before {
content: "\f63d";
}
.twi-cheese2:before {
content: "\f63e";
}
.twi-cheeseburger2:before {
content: "\f63f";
}
.twi-cheese-swiss2:before {
content: "\f640";
}
.twi-chess2:before {
content: "\f641";
}
.twi-chess-bishop2:before {
content: "\f642";
}
.twi-chess-bishop-alt2:before {
content: "\f643";
}
.twi-chess-board2:before {
content: "\f644";
}
.twi-chess-clock2:before {
content: "\f645";
}
.twi-chess-clock-alt2:before {
content: "\f646";
}
.twi-chess-king2:before {
content: "\f647";
}
.twi-chess-king-alt2:before {
content: "\f648";
}
.twi-chess-knight2:before {
content: "\f649";
}
.twi-chess-knight-alt2:before {
content: "\f64a";
}
.twi-chess-pawn2:before {
content: "\f64b";
}
.twi-chess-pawn-alt2:before {
content: "\f64c";
}
.twi-chess-queen2:before {
content: "\f64d";
}
.twi-chess-queen-alt2:before {
content: "\f64e";
}
.twi-chess-rook2:before {
content: "\f64f";
}
.twi-chess-rook-alt2:before {
content: "\f650";
}
.twi-chevron-circle-down2:before {
content: "\f651";
}
.twi-chevron-circle-left2:before {
content: "\f652";
}
.twi-chevron-circle-right2:before {
content: "\f653";
}
.twi-chevron-circle-up2:before {
content: "\f654";
}
.twi-chevron-double-down2:before {
content: "\f655";
}
.twi-chevron-double-left2:before {
content: "\f656";
}
.twi-chevron-double-right2:before {
content: "\f657";
}
.twi-chevron-double-up2:before {
content: "\f658";
}
.twi-chevron-down2:before {
content: "\f659";
}
.twi-chevron-left2:before {
content: "\f65a";
}
.twi-chevron-right2:before {
content: "\f65b";
}
.twi-chevron-square-down2:before {
content: "\f65c";
}
.twi-chevron-square-left2:before {
content: "\f65d";
}
.twi-chevron-square-right2:before {
content: "\f65e";
}
.twi-chevron-square-up2:before {
content: "\f65f";
}
.twi-chevron-up2:before {
content: "\f660";
}
.twi-child2:before {
content: "\f661";
}
.twi-chimney2:before {
content: "\f662";
}
.twi-church2:before {
content: "\f663";
}
.twi-circle2:before {
content: "\f664";
}
.twi-circle-notch2:before {
content: "\f665";
}
.twi-city2:before {
content: "\f666";
}
.twi-claw-marks2:before {
content: "\f667";
}
.twi-clinic-medical2:before {
content: "\f668";
}
.twi-clipboard2:before {
content: "\f669";
}
.twi-clipboard-check2:before {
content: "\f66a";
}
.twi-clipboard-list2:before {
content: "\f66b";
}
.twi-clipboard-list-check2:before {
content: "\f66c";
}
.twi-clipboard-prescription2:before {
content: "\f66d";
}
.twi-clipboard-user2:before {
content: "\f66e";
}
.twi-clock2:before {
content: "\f66f";
}
.twi-clone2:before {
content: "\f670";
}
.twi-closed-captioning2:before {
content: "\f671";
}
.twi-cloud2:before {
content: "\f672";
}
.twi-cloud-download2:before {
content: "\f673";
}
.twi-cloud-download-alt2:before {
content: "\f674";
}
.twi-cloud-drizzle2:before {
content: "\f675";
}
.twi-cloud-hail2:before {
content: "\f676";
}
.twi-cloud-hail-mixed2:before {
content: "\f677";
}
.twi-cloud-meatball2:before {
content: "\f678";
}
.twi-cloud-moon2:before {
content: "\f679";
}
.twi-cloud-moon-rain2:before {
content: "\f67a";
}
.twi-cloud-rain2:before {
content: "\f67b";
}
.twi-cloud-rainbow2:before {
content: "\f67c";
}
.twi-clouds2:before {
content: "\f67d";
}
.twi-cloud-showers2:before {
content: "\f67e";
}
.twi-cloud-showers-heavy2:before {
content: "\f67f";
}
.twi-cloud-sleet2:before {
content: "\f680";
}
.twi-clouds-moon2:before {
content: "\f681";
}
.twi-cloud-snow2:before {
content: "\f682";
}
.twi-clouds-sun2:before {
content: "\f683";
}
.twi-cloud-sun2:before {
content: "\f684";
}
.twi-cloud-sun-rain2:before {
content: "\f685";
}
.twi-cloud-upload2:before {
content: "\f686";
}
.twi-cloud-upload-alt2:before {
content: "\f687";
}
.twi-club2:before {
content: "\f688";
}
.twi-cocktail2:before {
content: "\f689";
}
.twi-code2:before {
content: "\f68a";
}
.twi-code-branch2:before {
content: "\f68b";
}
.twi-code-commit2:before {
content: "\f68c";
}
.twi-code-merge2:before {
content: "\f68d";
}
.twi-coffee2:before {
content: "\f68e";
}
.twi-coffee-togo2:before {
content: "\f68f";
}
.twi-coffin2:before {
content: "\f690";
}
.twi-cog2:before {
content: "\f691";
}
.twi-cogs2:before {
content: "\f692";
}
.twi-coins2:before {
content: "\f693";
}
.twi-columns2:before {
content: "\f694";
}
.twi-comment2:before {
content: "\f695";
}
.twi-comment-alt2:before {
content: "\f696";
}
.twi-comment-alt-check2:before {
content: "\f697";
}
.twi-comment-alt-dollar2:before {
content: "\f698";
}
.twi-comment-alt-dots2:before {
content: "\f699";
}
.twi-comment-alt-edit2:before {
content: "\f69a";
}
.twi-comment-alt-exclamation2:before {
content: "\f69b";
}
.twi-comment-alt-lines2:before {
content: "\f69c";
}
.twi-comment-alt-medical2:before {
content: "\f69d";
}
.twi-comment-alt-minus2:before {
content: "\f69e";
}
.twi-comment-alt-plus2:before {
content: "\f69f";
}
.twi-comment-alt-slash2:before {
content: "\f6a0";
}
.twi-comment-alt-smile2:before {
content: "\f6a1";
}
.twi-comment-alt-times2:before {
content: "\f6a2";
}
.twi-comment-check2:before {
content: "\f6a3";
}
.twi-comment-dollar2:before {
content: "\f6a4";
}
.twi-comment-dots2:before {
content: "\f6a5";
}
.twi-comment-edit2:before {
content: "\f6a6";
}
.twi-comment-exclamation2:before {
content: "\f6a7";
}
.twi-comment-lines2:before {
content: "\f6a8";
}
.twi-comment-medical2:before {
content: "\f6a9";
}
.twi-comment-minus2:before {
content: "\f6aa";
}
.twi-comment-plus2:before {
content: "\f6ab";
}
.twi-comments2:before {
content: "\f6ac";
}
.twi-comments-alt2:before {
content: "\f6ad";
}
.twi-comments-alt-dollar2:before {
content: "\f6ae";
}
.twi-comments-dollar2:before {
content: "\f6af";
}
.twi-comment-slash2:before {
content: "\f6b0";
}
.twi-comment-smile2:before {
content: "\f6b1";
}
.twi-comment-times2:before {
content: "\f6b2";
}
.twi-compact-disc2:before {
content: "\f6b3";
}
.twi-compass2:before {
content: "\f6b4";
}
.twi-compass-slash2:before {
content: "\f6b5";
}
.twi-compress2:before {
content: "\f6b6";
}
.twi-compress-alt2:before {
content: "\f6b7";
}
.twi-compress-arrows-alt2:before {
content: "\f6b8";
}
.twi-compress-wide2:before {
content: "\f6b9";
}
.twi-concierge-bell2:before {
content: "\f6ba";
}
.twi-container-storage2:before {
content: "\f6bb";
}
.twi-conveyor-belt2:before {
content: "\f6bc";
}
.twi-conveyor-belt-alt2:before {
content: "\f6bd";
}
.twi-cookie2:before {
content: "\f6be";
}
.twi-cookie-bite2:before {
content: "\f6bf";
}
.twi-copy2:before {
content: "\f6c0";
}
.twi-copyright2:before {
content: "\f6c1";
}
.twi-corn2:before {
content: "\f6c2";
}
.twi-couch2:before {
content: "\f6c3";
}
.twi-cow2:before {
content: "\f6c4";
}
.twi-credit-card2:before {
content: "\f6c5";
}
.twi-credit-card-blank2:before {
content: "\f6c6";
}
.twi-credit-card-front2:before {
content: "\f6c7";
}
.twi-cricket2:before {
content: "\f6c8";
}
.twi-croissant2:before {
content: "\f6c9";
}
.twi-crop2:before {
content: "\f6ca";
}
.twi-crop-alt2:before {
content: "\f6cb";
}
.twi-cross2:before {
content: "\f6cc";
}
.twi-crosshairs2:before {
content: "\f6cd";
}
.twi-crow2:before {
content: "\f6ce";
}
.twi-crown2:before {
content: "\f6cf";
}
.twi-crutch2:before {
content: "\f6d0";
}
.twi-crutches2:before {
content: "\f6d1";
}
.twi-cube2:before {
content: "\f6d2";
}
.twi-cubes2:before {
content: "\f6d3";
}
.twi-curling2:before {
content: "\f6d4";
}
.twi-cut2:before {
content: "\f6d5";
}
.twi-dagger2:before {
content: "\f6d6";
}
.twi-database2:before {
content: "\f6d7";
}
.twi-deaf2:before {
content: "\f6d8";
}
.twi-debug2:before {
content: "\f6d9";
}
.twi-deer2:before {
content: "\f6da";
}
.twi-deer-rudolph2:before {
content: "\f6db";
}
.twi-democrat2:before {
content: "\f6dc";
}
.twi-desktop2:before {
content: "\f6dd";
}
.twi-desktop-alt2:before {
content: "\f6de";
}
.twi-dewpoint2:before {
content: "\f6df";
}
.twi-dharmachakra2:before {
content: "\f6e0";
}
.twi-diagnoses2:before {
content: "\f6e1";
}
.twi-diamond2:before {
content: "\f6e2";
}
.twi-dice2:before {
content: "\f6e3";
}
.twi-dice-d42:before {
content: "\f6e4";
}
.twi-dice-d62:before {
content: "\f6e5";
}
.twi-dice-d82:before {
content: "\f6e6";
}
.twi-dice-d102:before {
content: "\f6e7";
}
.twi-dice-d122:before {
content: "\f6e8";
}
.twi-dice-d202:before {
content: "\f6e9";
}
.twi-dice-five2:before {
content: "\f6ea";
}
.twi-dice-four2:before {
content: "\f6eb";
}
.twi-dice-one2:before {
content: "\f6ec";
}
.twi-dice-six2:before {
content: "\f6ed";
}
.twi-dice-three2:before {
content: "\f6ee";
}
.twi-dice-two2:before {
content: "\f6ef";
}
.twi-digital-tachograph2:before {
content: "\f6f0";
}
.twi-diploma2:before {
content: "\f6f1";
}
.twi-directions2:before {
content: "\f6f2";
}
.twi-disease2:before {
content: "\f6f3";
}
.twi-divide2:before {
content: "\f6f4";
}
.twi-dizzy2:before {
content: "\f6f5";
}
.twi-dna2:before {
content: "\f6f6";
}
.twi-dog2:before {
content: "\f6f7";
}
.twi-dog-leashed2:before {
content: "\f6f8";
}
.twi-dollar-sign2:before {
content: "\f6f9";
}
.twi-dolly2:before {
content: "\f6fa";
}
.twi-dolly-empty2:before {
content: "\f6fb";
}
.twi-dolly-flatbed2:before {
content: "\f6fc";
}
.twi-dolly-flatbed-alt2:before {
content: "\f6fd";
}
.twi-dolly-flatbed-empty2:before {
content: "\f6fe";
}
.twi-donate2:before {
content: "\f6ff";
}
.twi-do-not-enter2:before {
content: "\f700";
}
.twi-door-closed2:before {
content: "\f701";
}
.twi-door-open2:before {
content: "\f702";
}
.twi-dot-circle2:before {
content: "\f703";
}
.twi-dove2:before {
content: "\f704";
}
.twi-download2:before {
content: "\f705";
}
.twi-drafting-compass2:before {
content: "\f706";
}
.twi-dragon2:before {
content: "\f707";
}
.twi-draw-circle2:before {
content: "\f708";
}
.twi-draw-polygon2:before {
content: "\f709";
}
.twi-draw-square2:before {
content: "\f70a";
}
.twi-dreidel2:before {
content: "\f70b";
}
.twi-drum2:before {
content: "\f70c";
}
.twi-drum-steelpan2:before {
content: "\f70d";
}
.twi-drumstick2:before {
content: "\f70e";
}
.twi-drumstick-bite2:before {
content: "\f70f";
}
.twi-duck2:before {
content: "\f710";
}
.twi-dumbbell2:before {
content: "\f711";
}
.twi-dumpster2:before {
content: "\f712";
}
.twi-dumpster-fire2:before {
content: "\f713";
}
.twi-dungeon2:before {
content: "\f714";
}
.twi-ear2:before {
content: "\f715";
}
.twi-ear-muffs2:before {
content: "\f716";
}
.twi-eclipse2:before {
content: "\f717";
}
.twi-eclipse-alt2:before {
content: "\f718";
}
.twi-edit2:before {
content: "\f719";
}
.twi-egg2:before {
content: "\f71a";
}
.twi-egg-fried2:before {
content: "\f71b";
}
.twi-eject2:before {
content: "\f71c";
}
.twi-elephant2:before {
content: "\f71d";
}
.twi-ellipsis-h2:before {
content: "\f71e";
}
.twi-ellipsis-h-alt2:before {
content: "\f71f";
}
.twi-ellipsis-v2:before {
content: "\f720";
}
.twi-ellipsis-v-alt2:before {
content: "\f721";
}
.twi-empty-set2:before {
content: "\f722";
}
.twi-engine-warning2:before {
content: "\f723";
}
.twi-envelope2:before {
content: "\f724";
}
.twi-envelope-open2:before {
content: "\f725";
}
.twi-envelope-open-dollar2:before {
content: "\f726";
}
.twi-envelope-open-text2:before {
content: "\f727";
}
.twi-envelope-square2:before {
content: "\f728";
}
.twi-equals2:before {
content: "\f729";
}
.twi-eraser2:before {
content: "\f72a";
}
.twi-ethernet2:before {
content: "\f72b";
}
.twi-euro-sign2:before {
content: "\f72c";
}
.twi-exchange2:before {
content: "\f72d";
}
.twi-exchange-alt2:before {
content: "\f72e";
}
.twi-exclamation2:before {
content: "\f72f";
}
.twi-exclamation-circle2:before {
content: "\f730";
}
.twi-exclamation-square2:before {
content: "\f731";
}
.twi-exclamation-triangle2:before {
content: "\f732";
}
.twi-expand2:before {
content: "\f733";
}
.twi-expand-alt2:before {
content: "\f734";
}
.twi-expand-arrows2:before {
content: "\f735";
}
.twi-expand-arrows-alt2:before {
content: "\f736";
}
.twi-expand-wide2:before {
content: "\f737";
}
.twi-external-link2:before {
content: "\f738";
}
.twi-external-link-alt2:before {
content: "\f739";
}
.twi-external-link-square2:before {
content: "\f73a";
}
.twi-external-link-square-alt2:before {
content: "\f73b";
}
.twi-eye2:before {
content: "\f73c";
}
.twi-eye-dropper2:before {
content: "\f73d";
}
.twi-eye-evil2:before {
content: "\f73e";
}
.twi-eye-slash2:before {
content: "\f73f";
}
.twi-fast-backward2:before {
content: "\f740";
}
.twi-fast-forward2:before {
content: "\f741";
}
.twi-fax2:before {
content: "\f742";
}
.twi-feather2:before {
content: "\f743";
}
.twi-feather-alt2:before {
content: "\f744";
}
.twi-female2:before {
content: "\f745";
}
.twi-field-hockey2:before {
content: "\f746";
}
.twi-fighter-jet2:before {
content: "\f747";
}
.twi-file2:before {
content: "\f748";
}
.twi-file-alt2:before {
content: "\f749";
}
.twi-file-archive2:before {
content: "\f74a";
}
.twi-file-audio2:before {
content: "\f74b";
}
.twi-file-certificate2:before {
content: "\f74c";
}
.twi-file-chart-line2:before {
content: "\f74d";
}
.twi-file-chart-pie2:before {
content: "\f74e";
}
.twi-file-check2:before {
content: "\f74f";
}
.twi-file-code2:before {
content: "\f750";
}
.twi-file-contract2:before {
content: "\f751";
}
.twi-file-csv2:before {
content: "\f752";
}
.twi-file-download2:before {
content: "\f753";
}
.twi-file-edit2:before {
content: "\f754";
}
.twi-file-excel2:before {
content: "\f755";
}
.twi-file-exclamation2:before {
content: "\f756";
}
.twi-file-export2:before {
content: "\f757";
}
.twi-file-image2:before {
content: "\f758";
}
.twi-file-import2:before {
content: "\f759";
}
.twi-file-invoice2:before {
content: "\f75a";
}
.twi-file-invoice-dollar2:before {
content: "\f75b";
}
.twi-file-medical2:before {
content: "\f75c";
}
.twi-file-medical-alt2:before {
content: "\f75d";
}
.twi-file-minus2:before {
content: "\f75e";
}
.twi-file-pdf2:before {
content: "\f75f";
}
.twi-file-plus2:before {
content: "\f760";
}
.twi-file-powerpoint2:before {
content: "\f761";
}
.twi-file-prescription2:before {
content: "\f762";
}
.twi-file-signature2:before {
content: "\f763";
}
.twi-files-medical2:before {
content: "\f764";
}
.twi-file-spreadsheet2:before {
content: "\f765";
}
.twi-file-times2:before {
content: "\f766";
}
.twi-file-upload2:before {
content: "\f767";
}
.twi-file-user2:before {
content: "\f768";
}
.twi-file-video2:before {
content: "\f769";
}
.twi-file-word2:before {
content: "\f76a";
}
.twi-fill2:before {
content: "\f76b";
}
.twi-fill-drip2:before {
content: "\f76c";
}
.twi-film2:before {
content: "\f76d";
}
.twi-film-alt2:before {
content: "\f76e";
}
.twi-filter2:before {
content: "\f76f";
}
.twi-fingerprint2:before {
content: "\f770";
}
.twi-fire2:before {
content: "\f771";
}
.twi-fire-alt2:before {
content: "\f772";
}
.twi-fire-extinguisher2:before {
content: "\f773";
}
.twi-fireplace2:before {
content: "\f774";
}
.twi-fire-smoke2:before {
content: "\f775";
}
.twi-first-aid2:before {
content: "\f776";
}
.twi-fish2:before {
content: "\f777";
}
.twi-fish-cooked2:before {
content: "\f778";
}
.twi-fist-raised2:before {
content: "\f779";
}
.twi-flag2:before {
content: "\f77a";
}
.twi-flag-alt2:before {
content: "\f77b";
}
.twi-flag-checkered2:before {
content: "\f77c";
}
.twi-flag-usa2:before {
content: "\f77d";
}
.twi-flame2:before {
content: "\f77e";
}
.twi-flask2:before {
content: "\f77f";
}
.twi-flask-poison2:before {
content: "\f780";
}
.twi-flask-potion2:before {
content: "\f781";
}
.twi-flower2:before {
content: "\f782";
}
.twi-flower-daffodil2:before {
content: "\f783";
}
.twi-flower-tulip2:before {
content: "\f784";
}
.twi-flushed2:before {
content: "\f785";
}
.twi-fog2:before {
content: "\f786";
}
.twi-folder2:before {
content: "\f787";
}
.twi-folder-minus2:before {
content: "\f788";
}
.twi-folder-open2:before {
content: "\f789";
}
.twi-folder-plus2:before {
content: "\f78a";
}
.twi-folders2:before {
content: "\f78b";
}
.twi-folder-times2:before {
content: "\f78c";
}
.twi-folder-tree2:before {
content: "\f78d";
}
.twi-font2:before {
content: "\f78e";
}
.twi-font-awesome-logo-full2:before {
content: "\f78f";
}
.twi-football-ball2:before {
content: "\f790";
}
.twi-football-helmet2:before {
content: "\f791";
}
.twi-forklift2:before {
content: "\f792";
}
.twi-forward2:before {
content: "\f793";
}
.twi-fragile2:before {
content: "\f794";
}
.twi-french-fries2:before {
content: "\f795";
}
.twi-frog2:before {
content: "\f796";
}
.twi-frosty-head2:before {
content: "\f797";
}
.twi-frown2:before {
content: "\f798";
}
.twi-frown-open2:before {
content: "\f799";
}
.twi-function2:before {
content: "\f79a";
}
.twi-funnel-dollar2:before {
content: "\f79b";
}
.twi-futbol2:before {
content: "\f79c";
}
.twi-gamepad2:before {
content: "\f79d";
}
.twi-gas-pump2:before {
content: "\f79e";
}
.twi-gas-pump-slash2:before {
content: "\f79f";
}
.twi-gavel2:before {
content: "\f7a0";
}
.twi-gem2:before {
content: "\f7a1";
}
.twi-genderless2:before {
content: "\f7a2";
}
.twi-ghost2:before {
content: "\f7a3";
}
.twi-gift2:before {
content: "\f7a4";
}
.twi-gift-card2:before {
content: "\f7a5";
}
.twi-gifts2:before {
content: "\f7a6";
}
.twi-gingerbread-man2:before {
content: "\f7a7";
}
.twi-glass2:before {
content: "\f7a8";
}
.twi-glass-champagne2:before {
content: "\f7a9";
}
.twi-glass-cheers2:before {
content: "\f7aa";
}
.twi-glasses2:before {
content: "\f7ab";
}
.twi-glasses-alt2:before {
content: "\f7ac";
}
.twi-glass-martini2:before {
content: "\f7ad";
}
.twi-glass-martini-alt2:before {
content: "\f7ae";
}
.twi-glass-whiskey2:before {
content: "\f7af";
}
.twi-glass-whiskey-rocks2:before {
content: "\f7b0";
}
.twi-globe2:before {
content: "\f7b1";
}
.twi-globe-africa2:before {
content: "\f7b2";
}
.twi-globe-americas2:before {
content: "\f7b3";
}
.twi-globe-asia2:before {
content: "\f7b4";
}
.twi-globe-europe2:before {
content: "\f7b5";
}
.twi-globe-snow2:before {
content: "\f7b6";
}
.twi-globe-stand2:before {
content: "\f7b7";
}
.twi-golf-ball2:before {
content: "\f7b8";
}
.twi-golf-club2:before {
content: "\f7b9";
}
.twi-gopuram2:before {
content: "\f7ba";
}
.twi-graduation-cap2:before {
content: "\f7bb";
}
.twi-greater-than2:before {
content: "\f7bc";
}
.twi-greater-than-equal2:before {
content: "\f7bd";
}
.twi-grimace2:before {
content: "\f7be";
}
.twi-grin2:before {
content: "\f7bf";
}
.twi-grin-alt2:before {
content: "\f7c0";
}
.twi-grin-beam2:before {
content: "\f7c1";
}
.twi-grin-beam-sweat2:before {
content: "\f7c2";
}
.twi-grin-hearts2:before {
content: "\f7c3";
}
.twi-grin-squint2:before {
content: "\f7c4";
}
.twi-grin-squint-tears2:before {
content: "\f7c5";
}
.twi-grin-stars2:before {
content: "\f7c6";
}
.twi-grin-tears2:before {
content: "\f7c7";
}
.twi-grin-tongue2:before {
content: "\f7c8";
}
.twi-grin-tongue-squint2:before {
content: "\f7c9";
}
.twi-grin-tongue-wink2:before {
content: "\f7ca";
}
.twi-grin-wink2:before {
content: "\f7cb";
}
.twi-grip-horizontal2:before {
content: "\f7cc";
}
.twi-grip-lines2:before {
content: "\f7cd";
}
.twi-grip-lines-vertical2:before {
content: "\f7ce";
}
.twi-grip-vertical2:before {
content: "\f7cf";
}
.twi-guitar2:before {
content: "\f7d0";
}
.twi-h12:before {
content: "\f7d1";
}
.twi-h22:before {
content: "\f7d2";
}
.twi-h32:before {
content: "\f7d3";
}
.twi-hamburger2:before {
content: "\f7d4";
}
.twi-hammer2:before {
content: "\f7d5";
}
.twi-hammer-war2:before {
content: "\f7d6";
}
.twi-hamsa2:before {
content: "\f7d7";
}
.twi-hand-heart2:before {
content: "\f7d8";
}
.twi-hand-holding2:before {
content: "\f7d9";
}
.twi-hand-holding-box2:before {
content: "\f7da";
}
.twi-hand-holding-heart2:before {
content: "\f7db";
}
.twi-hand-holding-magic2:before {
content: "\f7dc";
}
.twi-hand-holding-seedling2:before {
content: "\f7dd";
}
.twi-hand-holding-usd2:before {
content: "\f7de";
}
.twi-hand-holding-water2:before {
content: "\f7df";
}
.twi-hand-lizard2:before {
content: "\f7e0";
}
.twi-hand-middle-finger2:before {
content: "\f7e1";
}
.twi-hand-paper2:before {
content: "\f7e2";
}
.twi-hand-peace2:before {
content: "\f7e3";
}
.twi-hand-point-down2:before {
content: "\f7e4";
}
.twi-hand-pointer2:before {
content: "\f7e5";
}
.twi-hand-point-left2:before {
content: "\f7e6";
}
.twi-hand-point-right2:before {
content: "\f7e7";
}
.twi-hand-point-up2:before {
content: "\f7e8";
}
.twi-hand-receiving2:before {
content: "\f7e9";
}
.twi-hand-rock2:before {
content: "\f7ea";
}
.twi-hands2:before {
content: "\f7eb";
}
.twi-hand-scissors2:before {
content: "\f7ec";
}
.twi-handshake2:before {
content: "\f7ed";
}
.twi-handshake-alt2:before {
content: "\f7ee";
}
.twi-hands-heart2:before {
content: "\f7ef";
}
.twi-hands-helping2:before {
content: "\f7f0";
}
.twi-hand-spock2:before {
content: "\f7f1";
}
.twi-hands-usd2:before {
content: "\f7f2";
}
.twi-hanukiah2:before {
content: "\f7f3";
}
.twi-hard-hat2:before {
content: "\f7f4";
}
.twi-hashtag2:before {
content: "\f7f5";
}
.twi-hat-santa2:before {
content: "\f7f6";
}
.twi-hat-winter2:before {
content: "\f7f7";
}
.twi-hat-witch2:before {
content: "\f7f8";
}
.twi-hat-wizard2:before {
content: "\f7f9";
}
.twi-haykal2:before {
content: "\f7fa";
}
.twi-hdd2:before {
content: "\f7fb";
}
.twi-heading2:before {
content: "\f7fc";
}
.twi-headphones2:before {
content: "\f7fd";
}
.twi-headphones-alt2:before {
content: "\f7fe";
}
.twi-headset2:before {
content: "\f7ff";
}
.twi-head-side2:before {
content: "\f800";
}
.twi-head-side-brain2:before {
content: "\f801";
}
.twi-head-side-medical2:before {
content: "\f802";
}
.twi-head-vr2:before {
content: "\f803";
}
.twi-heart2:before {
content: "\f804";
}
.twi-heartbeat2:before {
content: "\f805";
}
.twi-heart-broken2:before {
content: "\f806";
}
.twi-heart-circle2:before {
content: "\f807";
}
.twi-heart-rate2:before {
content: "\f808";
}
.twi-heart-square2:before {
content: "\f809";
}
.twi-helicopter2:before {
content: "\f80a";
}
.twi-helmet-battle2:before {
content: "\f80b";
}
.twi-hexagon2:before {
content: "\f80c";
}
.twi-highlighter2:before {
content: "\f80d";
}
.twi-hiking2:before {
content: "\f80e";
}
.twi-hippo2:before {
content: "\f80f";
}
.twi-history2:before {
content: "\f810";
}
.twi-hockey-mask2:before {
content: "\f811";
}
.twi-hockey-puck2:before {
content: "\f812";
}
.twi-hockey-sticks2:before {
content: "\f813";
}
.twi-holly-berry2:before {
content: "\f814";
}
.twi-home2:before {
content: "\f815";
}
.twi-home-alt2:before {
content: "\f816";
}
.twi-home-heart2:before {
content: "\f817";
}
.twi-home-lg2:before {
content: "\f818";
}
.twi-home-lg-alt2:before {
content: "\f819";
}
.twi-hood-cloak2:before {
content: "\f81a";
}
.twi-horse2:before {
content: "\f81b";
}
.twi-horse-head2:before {
content: "\f81c";
}
.twi-hospital2:before {
content: "\f81d";
}
.twi-hospital-alt2:before {
content: "\f81e";
}
.twi-hospitals2:before {
content: "\f81f";
}
.twi-hospital-symbol2:before {
content: "\f820";
}
.twi-hospital-user2:before {
content: "\f821";
}
.twi-hotdog2:before {
content: "\f822";
}
.twi-hotel2:before {
content: "\f823";
}
.twi-hot-tub2:before {
content: "\f824";
}
.twi-hourglass2:before {
content: "\f825";
}
.twi-hourglass-end2:before {
content: "\f826";
}
.twi-hourglass-half2:before {
content: "\f827";
}
.twi-hourglass-start2:before {
content: "\f828";
}
.twi-house-damage2:before {
content: "\f829";
}
.twi-house-flood2:before {
content: "\f82a";
}
.twi-hryvnia2:before {
content: "\f82b";
}
.twi-h-square2:before {
content: "\f82c";
}
.twi-humidity2:before {
content: "\f82d";
}
.twi-hurricane2:before {
content: "\f82e";
}
.twi-ice-cream2:before {
content: "\f82f";
}
.twi-ice-skate2:before {
content: "\f830";
}
.twi-icicles2:before {
content: "\f831";
}
.twi-i-cursor2:before {
content: "\f832";
}
.twi-id-badge2:before {
content: "\f833";
}
.twi-id-card2:before {
content: "\f834";
}
.twi-id-card-alt2:before {
content: "\f835";
}
.twi-igloo2:before {
content: "\f836";
}
.twi-image2:before {
content: "\f837";
}
.twi-images2:before {
content: "\f838";
}
.twi-inbox2:before {
content: "\f839";
}
.twi-inbox-in2:before {
content: "\f83a";
}
.twi-inbox-out2:before {
content: "\f83b";
}
.twi-indent2:before {
content: "\f83c";
}
.twi-industry2:before {
content: "\f83d";
}
.twi-industry-alt2:before {
content: "\f83e";
}
.twi-infinity2:before {
content: "\f83f";
}
.twi-info2:before {
content: "\f840";
}
.twi-info-circle2:before {
content: "\f841";
}
.twi-info-square2:before {
content: "\f842";
}
.twi-inhaler2:before {
content: "\f843";
}
.twi-integral2:before {
content: "\f844";
}
.twi-intersection2:before {
content: "\f845";
}
.twi-inventory2:before {
content: "\f846";
}
.twi-island-tropical2:before {
content: "\f847";
}
.twi-italic2:before {
content: "\f848";
}
.twi-jack-o-lantern2:before {
content: "\f849";
}
.twi-jedi2:before {
content: "\f84a";
}
.twi-joint2:before {
content: "\f84b";
}
.twi-journal-whills2:before {
content: "\f84c";
}
.twi-kaaba2:before {
content: "\f84d";
}
.twi-key2:before {
content: "\f84e";
}
.twi-keyboard2:before {
content: "\f84f";
}
.twi-keynote2:before {
content: "\f850";
}
.twi-key-skeleton2:before {
content: "\f851";
}
.twi-khanda2:before {
content: "\f852";
}
.twi-kidneys2:before {
content: "\f853";
}
.twi-kiss2:before {
content: "\f854";
}
.twi-kiss-beam2:before {
content: "\f855";
}
.twi-kiss-wink-heart2:before {
content: "\f856";
}
.twi-kite2:before {
content: "\f857";
}
.twi-kiwi-bird2:before {
content: "\f858";
}
.twi-knife-kitchen2:before {
content: "\f859";
}
.twi-lambda2:before {
content: "\f85a";
}
.twi-lamp2:before {
content: "\f85b";
}
.twi-landmark2:before {
content: "\f85c";
}
.twi-landmark-alt2:before {
content: "\f85d";
}
.twi-language2:before {
content: "\f85e";
}
.twi-laptop2:before {
content: "\f85f";
}
.twi-laptop-code2:before {
content: "\f860";
}
.twi-laptop-medical2:before {
content: "\f861";
}
.twi-laugh2:before {
content: "\f862";
}
.twi-laugh-beam2:before {
content: "\f863";
}
.twi-laugh-squint2:before {
content: "\f864";
}
.twi-laugh-wink2:before {
content: "\f865";
}
.twi-layer-group2:before {
content: "\f866";
}
.twi-layer-minus2:before {
content: "\f867";
}
.twi-layer-plus2:before {
content: "\f868";
}
.twi-leaf2:before {
content: "\f869";
}
.twi-leaf-heart2:before {
content: "\f86a";
}
.twi-leaf-maple2:before {
content: "\f86b";
}
.twi-leaf-oak2:before {
content: "\f86c";
}
.twi-lemon2:before {
content: "\f86d";
}
.twi-less-than2:before {
content: "\f86e";
}
.twi-less-than-equal2:before {
content: "\f86f";
}
.twi-level-down2:before {
content: "\f870";
}
.twi-level-down-alt2:before {
content: "\f871";
}
.twi-level-up2:before {
content: "\f872";
}
.twi-level-up-alt2:before {
content: "\f873";
}
.twi-life-ring2:before {
content: "\f874";
}
.twi-lightbulb2:before {
content: "\f875";
}
.twi-lightbulb-dollar2:before {
content: "\f876";
}
.twi-lightbulb-exclamation2:before {
content: "\f877";
}
.twi-lightbulb-on2:before {
content: "\f878";
}
.twi-lightbulb-slash2:before {
content: "\f879";
}
.twi-lights-holiday2:before {
content: "\f87a";
}
.twi-link2:before {
content: "\f87b";
}
.twi-lips2:before {
content: "\f87c";
}
.twi-lira-sign2:before {
content: "\f87d";
}
.twi-list2:before {
content: "\f87e";
}
.twi-list-alt2:before {
content: "\f87f";
}
.twi-list-ol2:before {
content: "\f880";
}
.twi-list-ul2:before {
content: "\f881";
}
.twi-location2:before {
content: "\f882";
}
.twi-location-arrow2:before {
content: "\f883";
}
.twi-location-circle2:before {
content: "\f884";
}
.twi-location-slash2:before {
content: "\f885";
}
.twi-lock2:before {
content: "\f886";
}
.twi-lock-alt2:before {
content: "\f887";
}
.twi-lock-open2:before {
content: "\f888";
}
.twi-lock-open-alt2:before {
content: "\f889";
}
.twi-long-arrow-alt-down2:before {
content: "\f88a";
}
.twi-long-arrow-alt-left2:before {
content: "\f88b";
}
.twi-long-arrow-alt-right2:before {
content: "\f88c";
}
.twi-long-arrow-alt-up2:before {
content: "\f88d";
}
.twi-long-arrow-down2:before {
content: "\f88e";
}
.twi-long-arrow-left2:before {
content: "\f88f";
}
.twi-long-arrow-right2:before {
content: "\f890";
}
.twi-long-arrow-up2:before {
content: "\f891";
}
.twi-loveseat2:before {
content: "\f892";
}
.twi-low-vision2:before {
content: "\f893";
}
.twi-luchador2:before {
content: "\f894";
}
.twi-luggage-cart2:before {
content: "\f895";
}
.twi-lungs2:before {
content: "\f896";
}
.twi-mace2:before {
content: "\f897";
}
.twi-magic2:before {
content: "\f898";
}
.twi-magnet2:before {
content: "\f899";
}
.twi-mailbox2:before {
content: "\f89a";
}
.twi-mail-bulk2:before {
content: "\f89b";
}
.twi-male2:before {
content: "\f89c";
}
.twi-mandolin2:before {
content: "\f89d";
}
.twi-map2:before {
content: "\f89e";
}
.twi-map-marked2:before {
content: "\f89f";
}
.twi-map-marked-alt2:before {
content: "\f8a0";
}
.twi-map-marker2:before {
content: "\f8a1";
}
.twi-map-marker-alt2:before {
content: "\f8a2";
}
.twi-map-marker-alt-slash2:before {
content: "\f8a3";
}
.twi-map-marker-check2:before {
content: "\f8a4";
}
.twi-map-marker-edit2:before {
content: "\f8a5";
}
.twi-map-marker-exclamation2:before {
content: "\f8a6";
}
.twi-map-marker-minus2:before {
content: "\f8a7";
}
.twi-map-marker-plus2:before {
content: "\f8a8";
}
.twi-map-marker-question2:before {
content: "\f8a9";
}
.twi-map-marker-slash2:before {
content: "\f8aa";
}
.twi-map-marker-smile2:before {
content: "\f8ab";
}
.twi-map-marker-times2:before {
content: "\f8ac";
}
.twi-map-pin2:before {
content: "\f8ad";
}
.twi-map-signs2:before {
content: "\f8ae";
}
.twi-marker2:before {
content: "\f8af";
}
.twi-mars2:before {
content: "\f8b0";
}
.twi-mars-double2:before {
content: "\f8b1";
}
.twi-mars-stroke2:before {
content: "\f8b2";
}
.twi-mars-stroke-h2:before {
content: "\f8b3";
}
.twi-mars-stroke-v2:before {
content: "\f8b4";
}
.twi-mask2:before {
content: "\f8b5";
}
.twi-meat2:before {
content: "\f8b6";
}
.twi-medal2:before {
content: "\f8b7";
}
.twi-medkit2:before {
content: "\f8b8";
}
.twi-megaphone2:before {
content: "\f8b9";
}
.twi-meh2:before {
content: "\f8ba";
}
.twi-meh-blank2:before {
content: "\f8bb";
}
.twi-meh-rolling-eyes2:before {
content: "\f8bc";
}
.twi-memory2:before {
content: "\f8bd";
}
.twi-menorah2:before {
content: "\f8be";
}
.twi-mercury2:before {
content: "\f8bf";
}
.twi-meteor2:before {
content: "\f8c0";
}
.twi-microchip2:before {
content: "\f8c1";
}
.twi-microphone2:before {
content: "\f8c2";
}
.twi-microphone-alt2:before {
content: "\f8c3";
}
.twi-microphone-alt-slash2:before {
content: "\f8c4";
}
.twi-microphone-slash2:before {
content: "\f8c5";
}
.twi-microscope2:before {
content: "\f8c6";
}
.twi-mind-share2:before {
content: "\f8c7";
}
.twi-minus2:before {
content: "\f8c8";
}
.twi-minus-circle2:before {
content: "\f8c9";
}
.twi-minus-hexagon2:before {
content: "\f8ca";
}
.twi-minus-octagon2:before {
content: "\f8cb";
}
.twi-minus-square2:before {
content: "\f8cc";
}
.twi-mistletoe2:before {
content: "\f8cd";
}
.twi-mitten2:before {
content: "\f8ce";
}
.twi-mobile2:before {
content: "\f8cf";
}
.twi-mobile-alt2:before {
content: "\f8d0";
}
.twi-mobile-android2:before {
content: "\f8d1";
}
.twi-mobile-android-alt2:before {
content: "\f8d2";
}
.twi-money-bill2:before {
content: "\f8d3";
}
.twi-money-bill-alt2:before {
content: "\f8d4";
}
.twi-money-bill-wave2:before {
content: "\f8d5";
}
.twi-money-bill-wave-alt2:before {
content: "\f8d6";
}
.twi-money-check2:before {
content: "\f8d7";
}
.twi-money-check-alt2:before {
content: "\f8d8";
}
.twi-monitor-heart-rate2:before {
content: "\f8d9";
}
.twi-monkey2:before {
content: "\f8da";
}
.twi-monument2:before {
content: "\f8db";
}
.twi-moon2:before {
content: "\f8dc";
}
.twi-moon-cloud2:before {
content: "\f8dd";
}
.twi-moon-stars2:before {
content: "\f8de";
}
.twi-mortar-pestle2:before {
content: "\f8df";
}
.twi-mosque2:before {
content: "\f8e0";
}
.twi-motorcycle2:before {
content: "\f8e1";
}
.twi-mountain2:before {
content: "\f8e2";
}
.twi-mountains2:before {
content: "\f8e3";
}
.twi-mouse-pointer2:before {
content: "\f8e4";
}
.twi-mug-hot2:before {
content: "\f8e5";
}
.twi-mug-marshmallows2:before {
content: "\f8e6";
}
.twi-music2:before {
content: "\f8e7";
}
.twi-narwhal2:before {
content: "\f8e8";
}
.twi-network-wired2:before {
content: "\f8e9";
}
.twi-neuter2:before {
content: "\f8ea";
}
.twi-newspaper2:before {
content: "\f8eb";
}
.twi-not-equal2:before {
content: "\f8ec";
}
.twi-notes-medical2:before {
content: "\f8ed";
}
.twi-object-group2:before {
content: "\f8ee";
}
.twi-object-ungroup2:before {
content: "\f8ef";
}
.twi-octagon2:before {
content: "\f8f0";
}
.twi-oil-can2:before {
content: "\f8f1";
}
.twi-oil-temp2:before {
content: "\f8f2";
}
.twi-om2:before {
content: "\f8f3";
}
.twi-omega2:before {
content: "\f8f4";
}
.twi-ornament2:before {
content: "\f8f5";
}
.twi-otter2:before {
content: "\f8f6";
}
.twi-outdent2:before {
content: "\f8f7";
}
.twi-pager2:before {
content: "\f8f8";
}
.twi-paint-brush2:before {
content: "\f8f9";
}
.twi-paint-brush-alt2:before {
content: "\f8fa";
}
.twi-paint-roller2:before {
content: "\f8fb";
}
.twi-palette2:before {
content: "\f8fc";
}
.twi-pallet2:before {
content: "\f8fd";
}
.twi-pallet-alt2:before {
content: "\f8fe";
}
.twi-paperclip2:before {
content: "\f8ff";
}
.twi-paper-plane2:before {
content: "\f900";
}
.twi-parachute-box2:before {
content: "\f901";
}
.twi-paragraph2:before {
content: "\f902";
}
.twi-parking2:before {
content: "\f903";
}
.twi-parking-circle2:before {
content: "\f904";
}
.twi-parking-circle-slash2:before {
content: "\f905";
}
.twi-parking-slash2:before {
content: "\f906";
}
.twi-passport2:before {
content: "\f907";
}
.twi-pastafarianism2:before {
content: "\f908";
}
.twi-paste2:before {
content: "\f909";
}
.twi-pause2:before {
content: "\f90a";
}
.twi-pause-circle2:before {
content: "\f90b";
}
.twi-paw2:before {
content: "\f90c";
}
.twi-paw-alt2:before {
content: "\f90d";
}
.twi-paw-claws2:before {
content: "\f90e";
}
.twi-peace2:before {
content: "\f90f";
}
.twi-pegasus2:before {
content: "\f910";
}
.twi-pen2:before {
content: "\f911";
}
.twi-pen-alt2:before {
content: "\f912";
}
.twi-pencil2:before {
content: "\f913";
}
.twi-pencil-alt2:before {
content: "\f914";
}
.twi-pencil-paintbrush2:before {
content: "\f915";
}
.twi-pencil-ruler2:before {
content: "\f916";
}
.twi-pen-fancy2:before {
content: "\f917";
}
.twi-pennant2:before {
content: "\f918";
}
.twi-pen-nib2:before {
content: "\f919";
}
.twi-pen-square2:before {
content: "\f91a";
}
.twi-people-carry2:before {
content: "\f91b";
}
.twi-pepper-hot2:before {
content: "\f91c";
}
.twi-percent2:before {
content: "\f91d";
}
.twi-percentage2:before {
content: "\f91e";
}
.twi-person-booth2:before {
content: "\f91f";
}
.twi-person-carry2:before {
content: "\f920";
}
.twi-person-dolly2:before {
content: "\f921";
}
.twi-person-dolly-empty2:before {
content: "\f922";
}
.twi-person-sign2:before {
content: "\f923";
}
.twi-phone2:before {
content: "\f924";
}
.twi-phone-office2:before {
content: "\f925";
}
.twi-phone-plus2:before {
content: "\f926";
}
.twi-phone-slash2:before {
content: "\f927";
}
.twi-phone-square2:before {
content: "\f928";
}
.twi-phone-volume2:before {
content: "\f929";
}
.twi-pi2:before {
content: "\f92a";
}
.twi-pie2:before {
content: "\f92b";
}
.twi-pig2:before {
content: "\f92c";
}
.twi-piggy-bank2:before {
content: "\f92d";
}
.twi-pills2:before {
content: "\f92e";
}
.twi-pizza2:before {
content: "\f92f";
}
.twi-pizza-slice2:before {
content: "\f930";
}
.twi-place-of-worship2:before {
content: "\f931";
}
.twi-plane2:before {
content: "\f932";
}
.twi-plane-alt2:before {
content: "\f933";
}
.twi-plane-arrival2:before {
content: "\f934";
}
.twi-plane-departure2:before {
content: "\f935";
}
.twi-play2:before {
content: "\f936";
}
.twi-play-circle2:before {
content: "\f937";
}
.twi-plug2:before {
content: "\f938";
}
.twi-plus2:before {
content: "\f939";
}
.twi-plus-circle2:before {
content: "\f93a";
}
.twi-plus-hexagon2:before {
content: "\f93b";
}
.twi-plus-octagon2:before {
content: "\f93c";
}
.twi-plus-square2:before {
content: "\f93d";
}
.twi-podcast2:before {
content: "\f93e";
}
.twi-podium2:before {
content: "\f93f";
}
.twi-podium-star2:before {
content: "\f940";
}
.twi-poll2:before {
content: "\f941";
}
.twi-poll-h2:before {
content: "\f942";
}
.twi-poll-people2:before {
content: "\f943";
}
.twi-poo2:before {
content: "\f944";
}
.twi-poop2:before {
content: "\f945";
}
.twi-poo-storm2:before {
content: "\f946";
}
.twi-popcorn2:before {
content: "\f947";
}
.twi-portrait2:before {
content: "\f948";
}
.twi-pound-sign2:before {
content: "\f949";
}
.twi-power-off2:before {
content: "\f94a";
}
.twi-pray2:before {
content: "\f94b";
}
.twi-praying-hands2:before {
content: "\f94c";
}
.twi-prescription2:before {
content: "\f94d";
}
.twi-prescription-bottle2:before {
content: "\f94e";
}
.twi-prescription-bottle-alt2:before {
content: "\f94f";
}
.twi-presentation2:before {
content: "\f950";
}
.twi-print2:before {
content: "\f951";
}
.twi-print-search2:before {
content: "\f952";
}
.twi-print-slash2:before {
content: "\f953";
}
.twi-procedures2:before {
content: "\f954";
}
.twi-project-diagram2:before {
content: "\f955";
}
.twi-pumpkin2:before {
content: "\f956";
}
.twi-puzzle-piece2:before {
content: "\f957";
}
.twi-qrcode2:before {
content: "\f958";
}
.twi-question2:before {
content: "\f959";
}
.twi-question-circle2:before {
content: "\f95a";
}
.twi-question-square2:before {
content: "\f95b";
}
.twi-quidditch2:before {
content: "\f95c";
}
.twi-quote-left2:before {
content: "\f95d";
}
.twi-quote-right2:before {
content: "\f95e";
}
.twi-quran2:before {
content: "\f95f";
}
.twi-rabbit2:before {
content: "\f960";
}
.twi-rabbit-fast2:before {
content: "\f961";
}
.twi-racquet2:before {
content: "\f962";
}
.twi-radiation2:before {
content: "\f963";
}
.twi-radiation-alt2:before {
content: "\f964";
}
.twi-rainbow2:before {
content: "\f965";
}
.twi-raindrops2:before {
content: "\f966";
}
.twi-ram2:before {
content: "\f967";
}
.twi-ramp-loading2:before {
content: "\f968";
}
.twi-random2:before {
content: "\f969";
}
.twi-receipt2:before {
content: "\f96a";
}
.twi-rectangle-landscape2:before {
content: "\f96b";
}
.twi-rectangle-portrait2:before {
content: "\f96c";
}
.twi-rectangle-wide2:before {
content: "\f96d";
}
.twi-recycle2:before {
content: "\f96e";
}
.twi-redo2:before {
content: "\f96f";
}
.twi-redo-alt2:before {
content: "\f970";
}
.twi-registered2:before {
content: "\f971";
}
.twi-repeat2:before {
content: "\f972";
}
.twi-repeat-12:before {
content: "\f973";
}
.twi-repeat-1-alt2:before {
content: "\f974";
}
.twi-repeat-alt2:before {
content: "\f975";
}
.twi-reply2:before {
content: "\f976";
}
.twi-reply-all2:before {
content: "\f977";
}
.twi-republican2:before {
content: "\f978";
}
.twi-restroom2:before {
content: "\f979";
}
.twi-retweet2:before {
content: "\f97a";
}
.twi-retweet-alt2:before {
content: "\f97b";
}
.twi-ribbon2:before {
content: "\f97c";
}
.twi-ring2:before {
content: "\f97d";
}
.twi-rings-wedding2:before {
content: "\f97e";
}
.twi-road2:before {
content: "\f97f";
}
.twi-robot2:before {
content: "\f980";
}
.twi-rocket2:before {
content: "\f981";
}
.twi-route2:before {
content: "\f982";
}
.twi-route-highway2:before {
content: "\f983";
}
.twi-route-interstate2:before {
content: "\f984";
}
.twi-rss2:before {
content: "\f985";
}
.twi-rss-square2:before {
content: "\f986";
}
.twi-ruble-sign2:before {
content: "\f987";
}
.twi-ruler2:before {
content: "\f988";
}
.twi-ruler-combined2:before {
content: "\f989";
}
.twi-ruler-horizontal2:before {
content: "\f98a";
}
.twi-ruler-triangle2:before {
content: "\f98b";
}
.twi-ruler-vertical2:before {
content: "\f98c";
}
.twi-running2:before {
content: "\f98d";
}
.twi-rupee-sign2:before {
content: "\f98e";
}
.twi-rv2:before {
content: "\f98f";
}
.twi-sack2:before {
content: "\f990";
}
.twi-sack-dollar2:before {
content: "\f991";
}
.twi-sad-cry2:before {
content: "\f992";
}
.twi-sad-tear2:before {
content: "\f993";
}
.twi-salad2:before {
content: "\f994";
}
.twi-sandwich2:before {
content: "\f995";
}
.twi-satellite2:before {
content: "\f996";
}
.twi-satellite-dish2:before {
content: "\f997";
}
.twi-sausage2:before {
content: "\f998";
}
.twi-save2:before {
content: "\f999";
}
.twi-scalpel2:before {
content: "\f99a";
}
.twi-scalpel-path2:before {
content: "\f99b";
}
.twi-scanner2:before {
content: "\f99c";
}
.twi-scanner-keyboard2:before {
content: "\f99d";
}
.twi-scanner-touchscreen2:before {
content: "\f99e";
}
.twi-scarecrow2:before {
content: "\f99f";
}
.twi-scarf2:before {
content: "\f9a0";
}
.twi-school2:before {
content: "\f9a1";
}
.twi-screwdriver2:before {
content: "\f9a2";
}
.twi-scroll2:before {
content: "\f9a3";
}
.twi-scroll-old2:before {
content: "\f9a4";
}
.twi-scrubber2:before {
content: "\f9a5";
}
.twi-scythe2:before {
content: "\f9a6";
}
.twi-sd-card2:before {
content: "\f9a7";
}
.twi-search2:before {
content: "\f9a8";
}
.twi-search-dollar2:before {
content: "\f9a9";
}
.twi-search-location2:before {
content: "\f9aa";
}
.twi-search-minus2:before {
content: "\f9ab";
}
.twi-search-plus2:before {
content: "\f9ac";
}
.twi-seedling2:before {
content: "\f9ad";
}
.twi-server2:before {
content: "\f9ae";
}
.twi-shapes2:before {
content: "\f9af";
}
.twi-share2:before {
content: "\f9b0";
}
.twi-share-all2:before {
content: "\f9b1";
}
.twi-share-alt2:before {
content: "\f9b2";
}
.twi-share-alt-square2:before {
content: "\f9b3";
}
.twi-share-square2:before {
content: "\f9b4";
}
.twi-sheep2:before {
content: "\f9b5";
}
.twi-shekel-sign2:before {
content: "\f9b6";
}
.twi-shield2:before {
content: "\f9b7";
}
.twi-shield-alt2:before {
content: "\f9b8";
}
.twi-shield-check2:before {
content: "\f9b9";
}
.twi-shield-cross2:before {
content: "\f9ba";
}
.twi-ship2:before {
content: "\f9bb";
}
.twi-shipping-fast2:before {
content: "\f9bc";
}
.twi-shipping-timed2:before {
content: "\f9bd";
}
.twi-shish-kebab2:before {
content: "\f9be";
}
.twi-shoe-prints2:before {
content: "\f9bf";
}
.twi-shopping-bag2:before {
content: "\f9c0";
}
.twi-shopping-basket2:before {
content: "\f9c1";
}
.twi-shopping-cart2:before {
content: "\f9c2";
}
.twi-shovel2:before {
content: "\f9c3";
}
.twi-shovel-snow2:before {
content: "\f9c4";
}
.twi-shower2:before {
content: "\f9c5";
}
.twi-shredder2:before {
content: "\f9c6";
}
.twi-shuttlecock2:before {
content: "\f9c7";
}
.twi-shuttle-van2:before {
content: "\f9c8";
}
.twi-sickle2:before {
content: "\f9c9";
}
.twi-sigma2:before {
content: "\f9ca";
}
.twi-sign2:before {
content: "\f9cb";
}
.twi-signal2:before {
content: "\f9cc";
}
.twi-signal-12:before {
content: "\f9cd";
}
.twi-signal-22:before {
content: "\f9ce";
}
.twi-signal-32:before {
content: "\f9cf";
}
.twi-signal-42:before {
content: "\f9d0";
}
.twi-signal-alt2:before {
content: "\f9d1";
}
.twi-signal-alt-12:before {
content: "\f9d2";
}
.twi-signal-alt-22:before {
content: "\f9d3";
}
.twi-signal-alt-32:before {
content: "\f9d4";
}
.twi-signal-alt-slash2:before {
content: "\f9d5";
}
.twi-signal-slash2:before {
content: "\f9d6";
}
.twi-signature2:before {
content: "\f9d7";
}
.twi-sign-in2:before {
content: "\f9d8";
}
.twi-sign-in-alt2:before {
content: "\f9d9";
}
.twi-sign-language2:before {
content: "\f9da";
}
.twi-sign-out2:before {
content: "\f9db";
}
.twi-sign-out-alt2:before {
content: "\f9dc";
}
.twi-sim-card2:before {
content: "\f9dd";
}
.twi-sitemap2:before {
content: "\f9de";
}
.twi-skating2:before {
content: "\f9df";
}
.twi-skeleton2:before {
content: "\f9e0";
}
.twi-skiing2:before {
content: "\f9e1";
}
.twi-skiing-nordic2:before {
content: "\f9e2";
}
.twi-ski-jump2:before {
content: "\f9e3";
}
.twi-ski-lift2:before {
content: "\f9e4";
}
.twi-skull2:before {
content: "\f9e5";
}
.twi-skull-crossbones2:before {
content: "\f9e6";
}
.twi-slash2:before {
content: "\f9e7";
}
.twi-sledding2:before {
content: "\f9e8";
}
.twi-sleigh2:before {
content: "\f9e9";
}
.twi-sliders-h2:before {
content: "\f9ea";
}
.twi-sliders-h-square2:before {
content: "\f9eb";
}
.twi-sliders-v2:before {
content: "\f9ec";
}
.twi-sliders-v-square2:before {
content: "\f9ed";
}
.twi-smile2:before {
content: "\f9ee";
}
.twi-smile-beam2:before {
content: "\f9ef";
}
.twi-smile-plus2:before {
content: "\f9f0";
}
.twi-smile-wink2:before {
content: "\f9f1";
}
.twi-smog2:before {
content: "\f9f2";
}
.twi-smoke2:before {
content: "\f9f3";
}
.twi-smoking2:before {
content: "\f9f4";
}
.twi-smoking-ban2:before {
content: "\f9f5";
}
.twi-sms2:before {
content: "\f9f6";
}
.twi-snake2:before {
content: "\f9f7";
}
.twi-snow-blowing2:before {
content: "\f9f8";
}
.twi-snowboarding2:before {
content: "\f9f9";
}
.twi-snowflake2:before {
content: "\f9fa";
}
.twi-snowflakes2:before {
content: "\f9fb";
}
.twi-snowman2:before {
content: "\f9fc";
}
.twi-snowmobile2:before {
content: "\f9fd";
}
.twi-snowplow2:before {
content: "\f9fe";
}
.twi-socks2:before {
content: "\f9ff";
}
.twi-solar-panel2:before {
content: "\fa00";
}
.twi-sort2:before {
content: "\fa01";
}
.twi-sort-alpha-down2:before {
content: "\fa02";
}
.twi-sort-alpha-up2:before {
content: "\fa03";
}
.twi-sort-amount-down2:before {
content: "\fa04";
}
.twi-sort-amount-up2:before {
content: "\fa05";
}
.twi-sort-down2:before {
content: "\fa06";
}
.twi-sort-numeric-down2:before {
content: "\fa07";
}
.twi-sort-numeric-up2:before {
content: "\fa08";
}
.twi-sort-up2:before {
content: "\fa09";
}
.twi-soup2:before {
content: "\fa0a";
}
.twi-spa2:before {
content: "\fa0b";
}
.twi-space-shuttle2:before {
content: "\fa0c";
}
.twi-spade2:before {
content: "\fa0d";
}
.twi-spider2:before {
content: "\fa0e";
}
.twi-spider-black-widow2:before {
content: "\fa0f";
}
.twi-spider-web2:before {
content: "\fa10";
}
.twi-spinner2:before {
content: "\fa11";
}
.twi-spinner-third2:before {
content: "\fa12";
}
.twi-splotch2:before {
content: "\fa13";
}
.twi-spray-can2:before {
content: "\fa14";
}
.twi-square2:before {
content: "\fa15";
}
.twi-square-full2:before {
content: "\fa16";
}
.twi-square-root2:before {
content: "\fa17";
}
.twi-square-root-alt2:before {
content: "\fa18";
}
.twi-squirrel2:before {
content: "\fa19";
}
.twi-staff2:before {
content: "\fa1a";
}
.twi-stamp2:before {
content: "\fa1b";
}
.twi-star2:before {
content: "\fa1c";
}
.twi-star-and-crescent2:before {
content: "\fa1d";
}
.twi-star-christmas2:before {
content: "\fa1e";
}
.twi-star-exclamation2:before {
content: "\fa1f";
}
.twi-star-half2:before {
content: "\fa20";
}
.twi-star-half-alt2:before {
content: "\fa21";
}
.twi-star-of-david2:before {
content: "\fa22";
}
.twi-star-of-life2:before {
content: "\fa23";
}
.twi-stars2:before {
content: "\fa24";
}
.twi-steak2:before {
content: "\fa25";
}
.twi-steering-wheel2:before {
content: "\fa26";
}
.twi-step-backward2:before {
content: "\fa27";
}
.twi-step-forward2:before {
content: "\fa28";
}
.twi-stethoscope2:before {
content: "\fa29";
}
.twi-sticky-note2:before {
content: "\fa2a";
}
.twi-stocking2:before {
content: "\fa2b";
}
.twi-stomach2:before {
content: "\fa2c";
}
.twi-stop2:before {
content: "\fa2d";
}
.twi-stop-circle2:before {
content: "\fa2e";
}
.twi-stopwatch2:before {
content: "\fa2f";
}
.twi-store2:before {
content: "\fa30";
}
.twi-store-alt2:before {
content: "\fa31";
}
.twi-stream2:before {
content: "\fa32";
}
.twi-street-view2:before {
content: "\fa33";
}
.twi-stretcher2:before {
content: "\fa34";
}
.twi-strikethrough2:before {
content: "\fa35";
}
.twi-stroopwafel2:before {
content: "\fa36";
}
.twi-subscript2:before {
content: "\fa37";
}
.twi-subway2:before {
content: "\fa38";
}
.twi-suitcase2:before {
content: "\fa39";
}
.twi-suitcase-rolling2:before {
content: "\fa3a";
}
.twi-sun2:before {
content: "\fa3b";
}
.twi-sun-cloud2:before {
content: "\fa3c";
}
.twi-sun-dust2:before {
content: "\fa3d";
}
.twi-sun-haze2:before {
content: "\fa3e";
}
.twi-sunrise2:before {
content: "\fa3f";
}
.twi-sunset2:before {
content: "\fa40";
}
.twi-superscript2:before {
content: "\fa41";
}
.twi-surprise2:before {
content: "\fa42";
}
.twi-swatchbook2:before {
content: "\fa43";
}
.twi-swimmer2:before {
content: "\fa44";
}
.twi-swimming-pool2:before {
content: "\fa45";
}
.twi-sword2:before {
content: "\fa46";
}
.twi-swords2:before {
content: "\fa47";
}
.twi-synagogue2:before {
content: "\fa48";
}
.twi-sync2:before {
content: "\fa49";
}
.twi-sync-alt2:before {
content: "\fa4a";
}
.twi-syringe2:before {
content: "\fa4b";
}
.twi-table2:before {
content: "\fa4c";
}
.twi-tablet2:before {
content: "\fa4d";
}
.twi-tablet-alt2:before {
content: "\fa4e";
}
.twi-tablet-android2:before {
content: "\fa4f";
}
.twi-tablet-android-alt2:before {
content: "\fa50";
}
.twi-table-tennis2:before {
content: "\fa51";
}
.twi-tablet-rugged2:before {
content: "\fa52";
}
.twi-tablets2:before {
content: "\fa53";
}
.twi-tachometer2:before {
content: "\fa54";
}
.twi-tachometer-alt2:before {
content: "\fa55";
}
.twi-tachometer-alt-average2:before {
content: "\fa56";
}
.twi-tachometer-alt-fast2:before {
content: "\fa57";
}
.twi-tachometer-alt-fastest2:before {
content: "\fa58";
}
.twi-tachometer-alt-slow2:before {
content: "\fa59";
}
.twi-tachometer-alt-slowest2:before {
content: "\fa5a";
}
.twi-tachometer-average2:before {
content: "\fa5b";
}
.twi-tachometer-fast2:before {
content: "\fa5c";
}
.twi-tachometer-fastest2:before {
content: "\fa5d";
}
.twi-tachometer-slow2:before {
content: "\fa5e";
}
.twi-tachometer-slowest2:before {
content: "\fa5f";
}
.twi-taco2:before {
content: "\fa60";
}
.twi-tag2:before {
content: "\fa61";
}
.twi-tags2:before {
content: "\fa62";
}
.twi-tally2:before {
content: "\fa63";
}
.twi-tanakh2:before {
content: "\fa64";
}
.twi-tape2:before {
content: "\fa65";
}
.twi-tasks2:before {
content: "\fa66";
}
.twi-tasks-alt2:before {
content: "\fa67";
}
.twi-taxi2:before {
content: "\fa68";
}
.twi-teeth2:before {
content: "\fa69";
}
.twi-teeth-open2:before {
content: "\fa6a";
}
.twi-temperature-frigid2:before {
content: "\fa6b";
}
.twi-temperature-high2:before {
content: "\fa6c";
}
.twi-temperature-hot2:before {
content: "\fa6d";
}
.twi-temperature-low2:before {
content: "\fa6e";
}
.twi-tenge2:before {
content: "\fa6f";
}
.twi-tennis-ball2:before {
content: "\fa70";
}
.twi-terminal2:before {
content: "\fa71";
}
.twi-text-height2:before {
content: "\fa72";
}
.twi-text-width2:before {
content: "\fa73";
}
.twi-th2:before {
content: "\fa74";
}
.twi-theater-masks2:before {
content: "\fa75";
}
.twi-thermometer2:before {
content: "\fa76";
}
.twi-thermometer-empty2:before {
content: "\fa77";
}
.twi-thermometer-full2:before {
content: "\fa78";
}
.twi-thermometer-half2:before {
content: "\fa79";
}
.twi-thermometer-quarter2:before {
content: "\fa7a";
}
.twi-thermometer-three-quarters2:before {
content: "\fa7b";
}
.twi-theta2:before {
content: "\fa7c";
}
.twi-th-large2:before {
content: "\fa7d";
}
.twi-th-list2:before {
content: "\fa7e";
}
.twi-thumbs-down2:before {
content: "\fa7f";
}
.twi-thumbs-up2:before {
content: "\fa80";
}
.twi-thumbtack2:before {
content: "\fa81";
}
.twi-thunderstorm2:before {
content: "\fa82";
}
.twi-thunderstorm-moon2:before {
content: "\fa83";
}
.twi-thunderstorm-sun2:before {
content: "\fa84";
}
.twi-ticket2:before {
content: "\fa85";
}
.twi-ticket-alt2:before {
content: "\fa86";
}
.twi-tilde2:before {
content: "\fa87";
}
.twi-times2:before {
content: "\fa88";
}
.twi-times-circle2:before {
content: "\fa89";
}
.twi-times-hexagon2:before {
content: "\fa8a";
}
.twi-times-octagon2:before {
content: "\fa8b";
}
.twi-times-square2:before {
content: "\fa8c";
}
.twi-tint2:before {
content: "\fa8d";
}
.twi-tint-slash2:before {
content: "\fa8e";
}
.twi-tire2:before {
content: "\fa8f";
}
.twi-tired2:before {
content: "\fa90";
}
.twi-tire-flat2:before {
content: "\fa91";
}
.twi-tire-pressure-warning2:before {
content: "\fa92";
}
.twi-tire-rugged2:before {
content: "\fa93";
}
.twi-toggle-off2:before {
content: "\fa94";
}
.twi-toggle-on2:before {
content: "\fa95";
}
.twi-toilet2:before {
content: "\fa96";
}
.twi-toilet-paper2:before {
content: "\fa97";
}
.twi-toilet-paper-alt2:before {
content: "\fa98";
}
.twi-tombstone2:before {
content: "\fa99";
}
.twi-tombstone-alt2:before {
content: "\fa9a";
}
.twi-toolbox2:before {
content: "\fa9b";
}
.twi-tools2:before {
content: "\fa9c";
}
.twi-tooth2:before {
content: "\fa9d";
}
.twi-toothbrush2:before {
content: "\fa9e";
}
.twi-torah2:before {
content: "\fa9f";
}
.twi-torii-gate2:before {
content: "\faa0";
}
.twi-tornado2:before {
content: "\faa1";
}
.twi-tractor2:before {
content: "\faa2";
}
.twi-trademark2:before {
content: "\faa3";
}
.twi-traffic-cone2:before {
content: "\faa4";
}
.twi-traffic-light2:before {
content: "\faa5";
}
.twi-traffic-light-go2:before {
content: "\faa6";
}
.twi-traffic-light-slow2:before {
content: "\faa7";
}
.twi-traffic-light-stop2:before {
content: "\faa8";
}
.twi-train2:before {
content: "\faa9";
}
.twi-tram2:before {
content: "\faaa";
}
.twi-transgender2:before {
content: "\faab";
}
.twi-transgender-alt2:before {
content: "\faac";
}
.twi-trash2:before {
content: "\faad";
}
.twi-trash-alt2:before {
content: "\faae";
}
.twi-trash-restore2:before {
content: "\faaf";
}
.twi-trash-restore-alt2:before {
content: "\fab0";
}
.twi-treasure-chest2:before {
content: "\fab1";
}
.twi-tree2:before {
content: "\fab2";
}
.twi-tree-alt2:before {
content: "\fab3";
}
.twi-tree-christmas2:before {
content: "\fab4";
}
.twi-tree-decorated2:before {
content: "\fab5";
}
.twi-tree-large2:before {
content: "\fab6";
}
.twi-tree-palm2:before {
content: "\fab7";
}
.twi-trees2:before {
content: "\fab8";
}
.twi-triangle2:before {
content: "\fab9";
}
.twi-trophy2:before {
content: "\faba";
}
.twi-trophy-alt2:before {
content: "\fabb";
}
.twi-truck2:before {
content: "\fabc";
}
.twi-truck-container2:before {
content: "\fabd";
}
.twi-truck-couch2:before {
content: "\fabe";
}
.twi-truck-loading2:before {
content: "\fabf";
}
.twi-truck-monster2:before {
content: "\fac0";
}
.twi-truck-moving2:before {
content: "\fac1";
}
.twi-truck-pickup2:before {
content: "\fac2";
}
.twi-truck-plow2:before {
content: "\fac3";
}
.twi-truck-ramp2:before {
content: "\fac4";
}
.twi-tshirt2:before {
content: "\fac5";
}
.twi-tty2:before {
content: "\fac6";
}
.twi-turkey2:before {
content: "\fac7";
}
.twi-turtle2:before {
content: "\fac8";
}
.twi-tv2:before {
content: "\fac9";
}
.twi-tv-retro2:before {
content: "\faca";
}
.twi-umbrella2:before {
content: "\facb";
}
.twi-umbrella-beach2:before {
content: "\facc";
}
.twi-underline2:before {
content: "\facd";
}
.twi-undo2:before {
content: "\face";
}
.twi-undo-alt2:before {
content: "\facf";
}
.twi-unicorn2:before {
content: "\fad0";
}
.twi-union2:before {
content: "\fad1";
}
.twi-universal-access2:before {
content: "\fad2";
}
.twi-university2:before {
content: "\fad3";
}
.twi-unlink2:before {
content: "\fad4";
}
.twi-unlock2:before {
content: "\fad5";
}
.twi-unlock-alt2:before {
content: "\fad6";
}
.twi-upload2:before {
content: "\fad7";
}
.twi-usd-circle2:before {
content: "\fad8";
}
.twi-usd-square2:before {
content: "\fad9";
}
.twi-user2:before {
content: "\fada";
}
.twi-user-alt2:before {
content: "\fadb";
}
.twi-user-alt-slash2:before {
content: "\fadc";
}
.twi-user-astronaut2:before {
content: "\fadd";
}
.twi-user-chart2:before {
content: "\fade";
}
.twi-user-check2:before {
content: "\fadf";
}
.twi-user-circle2:before {
content: "\fae0";
}
.twi-user-clock2:before {
content: "\fae1";
}
.twi-user-cog2:before {
content: "\fae2";
}
.twi-user-crown2:before {
content: "\fae3";
}
.twi-user-edit2:before {
content: "\fae4";
}
.twi-user-friends2:before {
content: "\fae5";
}
.twi-user-graduate2:before {
content: "\fae6";
}
.twi-user-hard-hat2:before {
content: "\fae7";
}
.twi-user-headset2:before {
content: "\fae8";
}
.twi-user-injured2:before {
content: "\fae9";
}
.twi-user-lock2:before {
content: "\faea";
}
.twi-user-md2:before {
content: "\faeb";
}
.twi-user-md-chat2:before {
content: "\faec";
}
.twi-user-minus2:before {
content: "\faed";
}
.twi-user-ninja2:before {
content: "\faee";
}
.twi-user-nurse2:before {
content: "\faef";
}
.twi-user-plus2:before {
content: "\faf0";
}
.twi-users2:before {
content: "\faf1";
}
.twi-users-class2:before {
content: "\faf2";
}
.twi-users-cog2:before {
content: "\faf3";
}
.twi-users-crown2:before {
content: "\faf4";
}
.twi-user-secret2:before {
content: "\faf5";
}
.twi-user-shield2:before {
content: "\faf6";
}
.twi-user-slash2:before {
content: "\faf7";
}
.twi-users-medical2:before {
content: "\faf8";
}
.twi-user-tag2:before {
content: "\faf9";
}
.twi-user-tie2:before {
content: "\fafa";
}
.twi-user-times2:before {
content: "\fafb";
}
.twi-utensil-fork2:before {
content: "\fafc";
}
.twi-utensil-knife2:before {
content: "\fafd";
}
.twi-utensils2:before {
content: "\fafe";
}
.twi-utensils-alt2:before {
content: "\faff";
}
.twi-utensil-spoon2:before {
content: "\fb00";
}
.twi-value-absolute2:before {
content: "\fb01";
}
.twi-vector-square2:before {
content: "\fb02";
}
.twi-venus2:before {
content: "\fb03";
}
.twi-venus-double2:before {
content: "\fb04";
}
.twi-venus-mars2:before {
content: "\fb05";
}
.twi-vial2:before {
content: "\fb06";
}
.twi-vials2:before {
content: "\fb07";
}
.twi-video2:before {
content: "\fb08";
}
.twi-video-plus2:before {
content: "\fb09";
}
.twi-video-slash2:before {
content: "\fb0a";
}
.twi-vihara2:before {
content: "\fb0b";
}
.twi-volcano2:before {
content: "\fb0c";
}
.twi-volleyball-ball2:before {
content: "\fb0d";
}
.twi-volume2:before {
content: "\fb0e";
}
.twi-volume-down2:before {
content: "\fb0f";
}
.twi-volume-mute2:before {
content: "\fb10";
}
.twi-volume-off2:before {
content: "\fb11";
}
.twi-volume-slash2:before {
content: "\fb12";
}
.twi-volume-up2:before {
content: "\fb13";
}
.twi-vote-nay2:before {
content: "\fb14";
}
.twi-vote-yea2:before {
content: "\fb15";
}
.twi-vr-cardboard2:before {
content: "\fb16";
}
.twi-walker2:before {
content: "\fb17";
}
.twi-walking2:before {
content: "\fb18";
}
.twi-wallet2:before {
content: "\fb19";
}
.twi-wand2:before {
content: "\fb1a";
}
.twi-wand-magic2:before {
content: "\fb1b";
}
.twi-warehouse2:before {
content: "\fb1c";
}
.twi-warehouse-alt2:before {
content: "\fb1d";
}
.twi-watch2:before {
content: "\fb1e";
}
.twi-watch-fitness2:before {
content: "\fb1f";
}
.twi-water2:before {
content: "\fb20";
}
.twi-water-lower2:before {
content: "\fb21";
}
.twi-water-rise2:before {
content: "\fb22";
}
.twi-wave-square2:before {
content: "\fb23";
}
.twi-webcam2:before {
content: "\fb24";
}
.twi-webcam-slash2:before {
content: "\fb25";
}
.twi-weight2:before {
content: "\fb26";
}
.twi-weight-hanging2:before {
content: "\fb27";
}
.twi-whale2:before {
content: "\fb28";
}
.twi-wheat2:before {
content: "\fb29";
}
.twi-wheelchair2:before {
content: "\fb2a";
}
.twi-whistle2:before {
content: "\fb2b";
}
.twi-wifi2:before {
content: "\fb2c";
}
.twi-wifi-12:before {
content: "\fb2d";
}
.twi-wifi-22:before {
content: "\fb2e";
}
.twi-wifi-slash2:before {
content: "\fb2f";
}
.twi-wind2:before {
content: "\fb30";
}
.twi-window2:before {
content: "\fb31";
}
.twi-window-alt2:before {
content: "\fb32";
}
.twi-window-close2:before {
content: "\fb33";
}
.twi-window-maximize2:before {
content: "\fb34";
}
.twi-window-minimize2:before {
content: "\fb35";
}
.twi-window-restore2:before {
content: "\fb36";
}
.twi-windsock2:before {
content: "\fb37";
}
.twi-wind-warning2:before {
content: "\fb38";
}
.twi-wine-bottle2:before {
content: "\fb39";
}
.twi-wine-glass2:before {
content: "\fb3a";
}
.twi-wine-glass-alt2:before {
content: "\fb3b";
}
.twi-won-sign2:before {
content: "\fb3c";
}
.twi-wreath2:before {
content: "\fb3d";
}
.twi-wrench2:before {
content: "\fb3e";
}
.twi-x-ray2:before {
content: "\fb3f";
}
.twi-yen-sign2:before {
content: "\fb40";
}
.twi-yin-yang2:before {
content: "\fb41";
}
.twi-px:before {
content: "\fb42";
}
.twi-accessible-icon:before {
content: "\fb43";
}
.twi-accusoft:before {
content: "\fb44";
}
.twi-acquisitions-incorporated:before {
content: "\fb45";
}
.twi-adn:before {
content: "\fb46";
}
.twi-adobe:before {
content: "\fb47";
}
.twi-adversal:before {
content: "\fb48";
}
.twi-affiliatetheme:before {
content: "\fb49";
}
.twi-airbnb:before {
content: "\fb4a";
}
.twi-algolia:before {
content: "\fb4b";
}
.twi-alipay:before {
content: "\fb4c";
}
.twi-amazon:before {
content: "\fb4d";
}
.twi-amazon-pay:before {
content: "\fb4e";
}
.twi-amilia:before {
content: "\fb4f";
}
.twi-android:before {
content: "\fb50";
}
.twi-angellist:before {
content: "\fb51";
}
.twi-angrycreative:before {
content: "\fb52";
}
.twi-angular:before {
content: "\fb53";
}
.twi-apper:before {
content: "\fb54";
}
.twi-apple:before {
content: "\fb55";
}
.twi-apple-pay:before {
content: "\fb56";
}
.twi-app-store:before {
content: "\fb57";
}
.twi-app-store-ios:before {
content: "\fb58";
}
.twi-artstation:before {
content: "\fb59";
}
.twi-asymmetrik:before {
content: "\fb5a";
}
.twi-atlassian:before {
content: "\fb5b";
}
.twi-audible:before {
content: "\fb5c";
}
.twi-autoprefixer:before {
content: "\fb5d";
}
.twi-avianex:before {
content: "\fb5e";
}
.twi-aviato:before {
content: "\fb5f";
}
.twi-aws:before {
content: "\fb60";
}
.twi-bandcamp:before {
content: "\fb61";
}
.twi-battle-net:before {
content: "\fb62";
}
.twi-behance:before {
content: "\fb63";
}
.twi-behance-square:before {
content: "\fb64";
}
.twi-bimobject:before {
content: "\fb65";
}
.twi-bitbucket:before {
content: "\fb66";
}
.twi-bitcoin:before {
content: "\fb67";
}
.twi-bity:before {
content: "\fb68";
}
.twi-blackberry:before {
content: "\fb69";
}
.twi-black-tie:before {
content: "\fb6a";
}
.twi-blogger:before {
content: "\fb6b";
}
.twi-blogger-b:before {
content: "\fb6c";
}
.twi-bluetooth:before {
content: "\fb6d";
}
.twi-bluetooth-b:before {
content: "\fb6e";
}
.twi-bootstrap:before {
content: "\fb6f";
}
.twi-btc:before {
content: "\fb70";
}
.twi-buffer:before {
content: "\fb71";
}
.twi-buromobelexperte:before {
content: "\fb72";
}
.twi-buysellads:before {
content: "\fb73";
}
.twi-canadian-maple-leaf:before {
content: "\fb74";
}
.twi-cc-amazon-pay:before {
content: "\fb75";
}
.twi-cc-amex:before {
content: "\fb76";
}
.twi-cc-apple-pay:before {
content: "\fb77";
}
.twi-cc-diners-club:before {
content: "\fb78";
}
.twi-cc-discover:before {
content: "\fb79";
}
.twi-cc-jcb:before {
content: "\fb7a";
}
.twi-cc-mastercard:before {
content: "\fb7b";
}
.twi-cc-paypal:before {
content: "\fb7c";
}
.twi-cc-stripe:before {
content: "\fb7d";
}
.twi-cc-visa:before {
content: "\fb7e";
}
.twi-centercode:before {
content: "\fb7f";
}
.twi-centos:before {
content: "\fb80";
}
.twi-chrome:before {
content: "\fb81";
}
.twi-chromecast:before {
content: "\fb82";
}
.twi-cloudscale:before {
content: "\fb83";
}
.twi-cloudsmith:before {
content: "\fb84";
}
.twi-cloudversify:before {
content: "\fb85";
}
.twi-codepen:before {
content: "\fb86";
}
.twi-codiepie:before {
content: "\fb87";
}
.twi-confluence:before {
content: "\fb88";
}
.twi-connectdevelop:before {
content: "\fb89";
}
.twi-contao:before {
content: "\fb8a";
}
.twi-cpanel:before {
content: "\fb8b";
}
.twi-creative-commons:before {
content: "\fb8c";
}
.twi-creative-commons-by:before {
content: "\fb8d";
}
.twi-creative-commons-nc:before {
content: "\fb8e";
}
.twi-creative-commons-nc-eu:before {
content: "\fb8f";
}
.twi-creative-commons-nc-jp:before {
content: "\fb90";
}
.twi-creative-commons-nd:before {
content: "\fb91";
}
.twi-creative-commons-pd:before {
content: "\fb92";
}
.twi-creative-commons-pd-alt:before {
content: "\fb93";
}
.twi-creative-commons-remix:before {
content: "\fb94";
}
.twi-creative-commons-sa:before {
content: "\fb95";
}
.twi-creative-commons-sampling:before {
content: "\fb96";
}
.twi-creative-commons-sampling-plus:before {
content: "\fb97";
}
.twi-creative-commons-share:before {
content: "\fb98";
}
.twi-creative-commons-zero:before {
content: "\fb99";
}
.twi-critical-role:before {
content: "\fb9a";
}
.twi-css3:before {
content: "\fb9b";
}
.twi-css3-alt:before {
content: "\fb9c";
}
.twi-cuttlefish:before {
content: "\fb9d";
}
.twi-d-and-d:before {
content: "\fb9e";
}
.twi-d-and-d-beyond:before {
content: "\fb9f";
}
.twi-dashcube:before {
content: "\fba0";
}
.twi-delicious:before {
content: "\fba1";
}
.twi-deploydog:before {
content: "\fba2";
}
.twi-deskpro:before {
content: "\fba3";
}
.twi-dev:before {
content: "\fba4";
}
.twi-deviantart:before {
content: "\fba5";
}
.twi-dhl:before {
content: "\fba6";
}
.twi-diaspora:before {
content: "\fba7";
}
.twi-digg:before {
content: "\fba8";
}
.twi-digital-ocean:before {
content: "\fba9";
}
.twi-discord:before {
content: "\fbaa";
}
.twi-discourse:before {
content: "\fbab";
}
.twi-dochub:before {
content: "\fbac";
}
.twi-docker:before {
content: "\fbad";
}
.twi-draft2digital:before {
content: "\fbae";
}
.twi-dribbble:before {
content: "\fbaf";
}
.twi-dribbble-square:before {
content: "\fbb0";
}
.twi-dropbox:before {
content: "\fbb1";
}
.twi-drupal:before {
content: "\fbb2";
}
.twi-dyalog:before {
content: "\fbb3";
}
.twi-earlybirds:before {
content: "\fbb4";
}
.twi-ebay:before {
content: "\fbb5";
}
.twi-edge:before {
content: "\fbb6";
}
.twi-elementor:before {
content: "\fbb7";
}
.twi-ello:before {
content: "\fbb8";
}
.twi-ember:before {
content: "\fbb9";
}
.twi-empire:before {
content: "\fbba";
}
.twi-envira:before {
content: "\fbbb";
}
.twi-erlang:before {
content: "\fbbc";
}
.twi-ethereum:before {
content: "\fbbd";
}
.twi-etsy:before {
content: "\fbbe";
}
.twi-evernote:before {
content: "\fbbf";
}
.twi-expeditedssl:before {
content: "\fbc0";
}
.twi-facebook:before {
content: "\fbc1";
}
.twi-facebook-f:before {
content: "\fbc2";
}
.twi-facebook-messenger:before {
content: "\fbc3";
}
.twi-facebook-square:before {
content: "\fbc4";
}
.twi-fantasy-flight-games:before {
content: "\fbc5";
}
.twi-fedex:before {
content: "\fbc6";
}
.twi-fedora:before {
content: "\fbc7";
}
.twi-figma:before {
content: "\fbc8";
}
.twi-firefox:before {
content: "\fbc9";
}
.twi-firstdraft:before {
content: "\fbca";
}
.twi-first-order:before {
content: "\fbcb";
}
.twi-first-order-alt:before {
content: "\fbcc";
}
.twi-flickr:before {
content: "\fbcd";
}
.twi-flipboard:before {
content: "\fbce";
}
.twi-fly:before {
content: "\fbcf";
}
.twi-font-awesome:before {
content: "\fbd0";
}
.twi-font-awesome-alt:before {
content: "\fbd1";
}
.twi-font-awesome-flag:before {
content: "\fbd2";
}
.twi-font-awesome-logo-full3:before {
content: "\fbd3";
}
.twi-fonticons:before {
content: "\fbd4";
}
.twi-fonticons-fi:before {
content: "\fbd5";
}
.twi-fort-awesome:before {
content: "\fbd6";
}
.twi-fort-awesome-alt:before {
content: "\fbd7";
}
.twi-forumbee:before {
content: "\fbd8";
}
.twi-foursquare:before {
content: "\fbd9";
}
.twi-freebsd:before {
content: "\fbda";
}
.twi-free-code-camp:before {
content: "\fbdb";
}
.twi-fulcrum:before {
content: "\fbdc";
}
.twi-galactic-republic:before {
content: "\fbdd";
}
.twi-galactic-senate:before {
content: "\fbde";
}
.twi-get-pocket:before {
content: "\fbdf";
}
.twi-gg:before {
content: "\fbe0";
}
.twi-gg-circle:before {
content: "\fbe1";
}
.twi-git:before {
content: "\fbe2";
}
.twi-github:before {
content: "\fbe3";
}
.twi-github-alt:before {
content: "\fbe4";
}
.twi-github-square:before {
content: "\fbe5";
}
.twi-gitkraken:before {
content: "\fbe6";
}
.twi-gitlab:before {
content: "\fbe7";
}
.twi-git-square:before {
content: "\fbe8";
}
.twi-gitter:before {
content: "\fbe9";
}
.twi-glide:before {
content: "\fbea";
}
.twi-glide-g:before {
content: "\fbeb";
}
.twi-gofore:before {
content: "\fbec";
}
.twi-goodreads:before {
content: "\fbed";
}
.twi-goodreads-g:before {
content: "\fbee";
}
.twi-google:before {
content: "\fbef";
}
.twi-google-drive:before {
content: "\fbf0";
}
.twi-google-play:before {
content: "\fbf1";
}
.twi-google-plus:before {
content: "\fbf2";
}
.twi-google-plus-g:before {
content: "\fbf3";
}
.twi-google-plus-square:before {
content: "\fbf4";
}
.twi-google-wallet:before {
content: "\fbf5";
}
.twi-gratipay:before {
content: "\fbf6";
}
.twi-grav:before {
content: "\fbf7";
}
.twi-gripfire:before {
content: "\fbf8";
}
.twi-grunt:before {
content: "\fbf9";
}
.twi-gulp:before {
content: "\fbfa";
}
.twi-hacker-news:before {
content: "\fbfb";
}
.twi-hacker-news-square:before {
content: "\fbfc";
}
.twi-hackerrank:before {
content: "\fbfd";
}
.twi-hips:before {
content: "\fbfe";
}
.twi-hire-a-helper:before {
content: "\fbff";
}
.twi-hooli:before {
content: "\fc00";
}
.twi-hornbill:before {
content: "\fc01";
}
.twi-hotjar:before {
content: "\fc02";
}
.twi-houzz:before {
content: "\fc03";
}
.twi-html5:before {
content: "\fc04";
}
.twi-hubspot:before {
content: "\fc05";
}
.twi-imdb:before {
content: "\fc06";
}
.twi-instagram:before {
content: "\fc07";
}
.twi-intercom:before {
content: "\fc08";
}
.twi-internet-explorer:before {
content: "\fc09";
}
.twi-invision:before {
content: "\fc0a";
}
.twi-ioxhost:before {
content: "\fc0b";
}
.twi-itch-io:before {
content: "\fc0c";
}
.twi-itunes:before {
content: "\fc0d";
}
.twi-itunes-note:before {
content: "\fc0e";
}
.twi-java:before {
content: "\fc0f";
}
.twi-jedi-order:before {
content: "\fc10";
}
.twi-jenkins:before {
content: "\fc11";
}
.twi-jira:before {
content: "\fc12";
}
.twi-joget:before {
content: "\fc13";
}
.twi-joomla:before {
content: "\fc14";
}
.twi-js:before {
content: "\fc15";
}
.twi-jsfiddle:before {
content: "\fc16";
}
.twi-js-square:before {
content: "\fc17";
}
.twi-kaggle:before {
content: "\fc18";
}
.twi-keybase:before {
content: "\fc19";
}
.twi-keycdn:before {
content: "\fc1a";
}
.twi-kickstarter:before {
content: "\fc1b";
}
.twi-kickstarter-k:before {
content: "\fc1c";
}
.twi-korvue:before {
content: "\fc1d";
}
.twi-laravel:before {
content: "\fc1e";
}
.twi-lastfm:before {
content: "\fc1f";
}
.twi-lastfm-square:before {
content: "\fc20";
}
.twi-leanpub:before {
content: "\fc21";
}
.twi-less:before {
content: "\fc22";
}
.twi-line:before {
content: "\fc23";
}
.twi-linkedin:before {
content: "\fc24";
}
.twi-linkedin-in:before {
content: "\fc25";
}
.twi-linode:before {
content: "\fc26";
}
.twi-linux:before {
content: "\fc27";
}
.twi-lyft:before {
content: "\fc28";
}
.twi-magento:before {
content: "\fc29";
}
.twi-mailchimp:before {
content: "\fc2a";
}
.twi-mandalorian:before {
content: "\fc2b";
}
.twi-markdown:before {
content: "\fc2c";
}
.twi-mastodon:before {
content: "\fc2d";
}
.twi-maxcdn:before {
content: "\fc2e";
}
.twi-medapps:before {
content: "\fc2f";
}
.twi-medium:before {
content: "\fc30";
}
.twi-medium-m:before {
content: "\fc31";
}
.twi-medrt:before {
content: "\fc32";
}
.twi-meetup:before {
content: "\fc33";
}
.twi-megaport:before {
content: "\fc34";
}
.twi-mendeley:before {
content: "\fc35";
}
.twi-microsoft:before {
content: "\fc36";
}
.twi-mix:before {
content: "\fc37";
}
.twi-mixcloud:before {
content: "\fc38";
}
.twi-mizuni:before {
content: "\fc39";
}
.twi-modx:before {
content: "\fc3a";
}
.twi-monero:before {
content: "\fc3b";
}
.twi-napster:before {
content: "\fc3c";
}
.twi-neos:before {
content: "\fc3d";
}
.twi-nimblr:before {
content: "\fc3e";
}
.twi-nintendo-switch:before {
content: "\fc3f";
}
.twi-node:before {
content: "\fc40";
}
.twi-node-js:before {
content: "\fc41";
}
.twi-npm:before {
content: "\fc42";
}
.twi-ns8:before {
content: "\fc43";
}
.twi-nutritionix:before {
content: "\fc44";
}
.twi-odnoklassniki:before {
content: "\fc45";
}
.twi-odnoklassniki-square:before {
content: "\fc46";
}
.twi-old-republic:before {
content: "\fc47";
}
.twi-opencart:before {
content: "\fc48";
}
.twi-openid:before {
content: "\fc49";
}
.twi-opera:before {
content: "\fc4a";
}
.twi-optin-monster:before {
content: "\fc4b";
}
.twi-osi:before {
content: "\fc4c";
}
.twi-page4:before {
content: "\fc4d";
}
.twi-pagelines:before {
content: "\fc4e";
}
.twi-palfed:before {
content: "\fc4f";
}
.twi-patreon:before {
content: "\fc50";
}
.twi-paypal:before {
content: "\fc51";
}
.twi-penny-arcade:before {
content: "\fc52";
}
.twi-periscope:before {
content: "\fc53";
}
.twi-phabricator:before {
content: "\fc54";
}
.twi-phoenix-framework:before {
content: "\fc55";
}
.twi-phoenix-squadron:before {
content: "\fc56";
}
.twi-php:before {
content: "\fc57";
}
.twi-pied-piper:before {
content: "\fc58";
}
.twi-pied-piper-alt:before {
content: "\fc59";
}
.twi-pied-piper-hat:before {
content: "\fc5a";
}
.twi-pied-piper-pp:before {
content: "\fc5b";
}
.twi-pinterest:before {
content: "\fc5c";
}
.twi-pinterest-p:before {
content: "\fc5d";
}
.twi-pinterest-square:before {
content: "\fc5e";
}
.twi-playstation:before {
content: "\fc5f";
}
.twi-product-hunt:before {
content: "\fc60";
}
.twi-pushed:before {
content: "\fc61";
}
.twi-python:before {
content: "\fc62";
}
.twi-qq:before {
content: "\fc63";
}
.twi-quinscape:before {
content: "\fc64";
}
.twi-quora:before {
content: "\fc65";
}
.twi-raspberry-pi:before {
content: "\fc66";
}
.twi-ravelry:before {
content: "\fc67";
}
.twi-react:before {
content: "\fc68";
}
.twi-reacteurope:before {
content: "\fc69";
}
.twi-readme:before {
content: "\fc6a";
}
.twi-rebel:before {
content: "\fc6b";
}
.twi-reddit:before {
content: "\fc6c";
}
.twi-reddit-alien:before {
content: "\fc6d";
}
.twi-reddit-square:before {
content: "\fc6e";
}
.twi-redhat:before {
content: "\fc6f";
}
.twi-red-river:before {
content: "\fc70";
}
.twi-renren:before {
content: "\fc71";
}
.twi-replyd:before {
content: "\fc72";
}
.twi-researchgate:before {
content: "\fc73";
}
.twi-resolving:before {
content: "\fc74";
}
.twi-rev:before {
content: "\fc75";
}
.twi-rocketchat:before {
content: "\fc76";
}
.twi-rockrms:before {
content: "\fc77";
}
.twi-r-project:before {
content: "\fc78";
}
.twi-safari:before {
content: "\fc79";
}
.twi-salesforce:before {
content: "\fc7a";
}
.twi-sass:before {
content: "\fc7b";
}
.twi-schlix:before {
content: "\fc7c";
}
.twi-scribd:before {
content: "\fc7d";
}
.twi-searchengin:before {
content: "\fc7e";
}
.twi-sellcast:before {
content: "\fc7f";
}
.twi-sellsy:before {
content: "\fc80";
}
.twi-servicestack:before {
content: "\fc81";
}
.twi-shirtsinbulk:before {
content: "\fc82";
}
.twi-shopware:before {
content: "\fc83";
}
.twi-simplybuilt:before {
content: "\fc84";
}
.twi-sistrix:before {
content: "\fc85";
}
.twi-sith:before {
content: "\fc86";
}
.twi-sketch:before {
content: "\fc87";
}
.twi-skyatlas:before {
content: "\fc88";
}
.twi-skype:before {
content: "\fc89";
}
.twi-slack:before {
content: "\fc8a";
}
.twi-slack-hash:before {
content: "\fc8b";
}
.twi-slideshare:before {
content: "\fc8c";
}
.twi-snapchat:before {
content: "\fc8d";
}
.twi-snapchat-ghost:before {
content: "\fc8e";
}
.twi-snapchat-square:before {
content: "\fc8f";
}
.twi-soundcloud:before {
content: "\fc90";
}
.twi-sourcetree:before {
content: "\fc91";
}
.twi-speakap:before {
content: "\fc92";
}
.twi-speaker-deck:before {
content: "\fc93";
}
.twi-spotify:before {
content: "\fc94";
}
.twi-squarespace:before {
content: "\fc95";
}
.twi-stack-exchange:before {
content: "\fc96";
}
.twi-stack-overflow:before {
content: "\fc97";
}
.twi-staylinked:before {
content: "\fc98";
}
.twi-steam:before {
content: "\fc99";
}
.twi-steam-square:before {
content: "\fc9a";
}
.twi-steam-symbol:before {
content: "\fc9b";
}
.twi-sticker-mule:before {
content: "\fc9c";
}
.twi-strava:before {
content: "\fc9d";
}
.twi-stripe:before {
content: "\fc9e";
}
.twi-stripe-s:before {
content: "\fc9f";
}
.twi-studiovinari:before {
content: "\fca0";
}
.twi-stumbleupon:before {
content: "\fca1";
}
.twi-stumbleupon-circle:before {
content: "\fca2";
}
.twi-superpowers:before {
content: "\fca3";
}
.twi-supple:before {
content: "\fca4";
}
.twi-suse:before {
content: "\fca5";
}
.twi-symfony:before {
content: "\fca6";
}
.twi-teamspeak:before {
content: "\fca7";
}
.twi-telegram:before {
content: "\fca8";
}
.twi-telegram-plane:before {
content: "\fca9";
}
.twi-tencent-weibo:before {
content: "\fcaa";
}
.twi-themeco:before {
content: "\fcab";
}
.twi-themeisle:before {
content: "\fcac";
}
.twi-the-red-yeti:before {
content: "\fcad";
}
.twi-think-peaks:before {
content: "\fcae";
}
.twi-trade-federation:before {
content: "\fcaf";
}
.twi-trello:before {
content: "\fcb0";
}
.twi-tripadvisor:before {
content: "\fcb1";
}
.twi-tumblr:before {
content: "\fcb2";
}
.twi-tumblr-square:before {
content: "\fcb3";
}
.twi-twitch:before {
content: "\fcb4";
}
.twi-twitter:before {
content: "\fcb5";
}
.twi-twitter-square:before {
content: "\fcb6";
}
.twi-typo3:before {
content: "\fcb7";
}
.twi-uber:before {
content: "\fcb8";
}
.twi-ubuntu:before {
content: "\fcb9";
}
.twi-uikit:before {
content: "\fcba";
}
.twi-uniregistry:before {
content: "\fcbb";
}
.twi-untappd:before {
content: "\fcbc";
}
.twi-ups:before {
content: "\fcbd";
}
.twi-usb:before {
content: "\fcbe";
}
.twi-usps:before {
content: "\fcbf";
}
.twi-ussunnah:before {
content: "\fcc0";
}
.twi-vaadin:before {
content: "\fcc1";
}
.twi-viacoin:before {
content: "\fcc2";
}
.twi-viadeo:before {
content: "\fcc3";
}
.twi-viadeo-square:before {
content: "\fcc4";
}
.twi-viber:before {
content: "\fcc5";
}
.twi-vimeo:before {
content: "\fcc6";
}
.twi-vimeo-square:before {
content: "\fcc7";
}
.twi-vimeo-v:before {
content: "\fcc8";
}
.twi-vine:before {
content: "\fcc9";
}
.twi-vk:before {
content: "\fcca";
}
.twi-vnv:before {
content: "\fccb";
}
.twi-vuejs:before {
content: "\fccc";
}
.twi-waze:before {
content: "\fccd";
}
.twi-weebly:before {
content: "\fcce";
}
.twi-weibo:before {
content: "\fccf";
}
.twi-weixin:before {
content: "\fcd0";
}
.twi-whatsapp:before {
content: "\fcd1";
}
.twi-whatsapp-square:before {
content: "\fcd2";
}
.twi-whmcs:before {
content: "\fcd3";
}
.twi-wikipedia-w:before {
content: "\fcd4";
}
.twi-windows:before {
content: "\fcd5";
}
.twi-wix:before {
content: "\fcd6";
}
.twi-wizards-of-the-coast:before {
content: "\fcd7";
}
.twi-wolf-pack-battalion:before {
content: "\fcd8";
}
.twi-wordpress:before {
content: "\fcd9";
}
.twi-wordpress-simple:before {
content: "\fcda";
}
.twi-wpbeginner:before {
content: "\fcdb";
}
.twi-wpexplorer:before {
content: "\fcdc";
}
.twi-wpforms:before {
content: "\fcdd";
}
.twi-wpressr:before {
content: "\fcde";
}
.twi-xbox:before {
content: "\fcdf";
}
.twi-xing:before {
content: "\fce0";
}
.twi-xing-square:before {
content: "\fce1";
}
.twi-yahoo:before {
content: "\fce2";
}
.twi-yammer:before {
content: "\fce3";
}
.twi-yandex:before {
content: "\fce4";
}
.twi-yandex-international:before {
content: "\fce5";
}
.twi-yarn:before {
content: "\fce6";
}
.twi-y-combinator:before {
content: "\fce7";
}
.twi-yelp:before {
content: "\fce8";
}
.twi-yoast:before {
content: "\fce9";
}
.twi-youtube:before {
content: "\fcea";
}
.twi-youtube-square:before {
content: "\fceb";
}
.twi-zhihu:before {
content: "\fcec";
}
.twi-amilia1:before {
content: "\fced";
}
.twi-android1:before {
content: "\fcee";
}
.twi-angellist1:before {
content: "\fcef";
}
.twi-angrycreative1:before {
content: "\fcf0";
}
.twi-angular1:before {
content: "\fcf1";
}
.twi-apper1:before {
content: "\fcf2";
}
.twi-apple1:before {
content: "\fcf3";
}
.twi-apple-pay1:before {
content: "\fcf4";
}
.twi-app-store1:before {
content: "\fcf5";
}
.twi-app-store-ios1:before {
content: "\fcf6";
}
.twi-artstation1:before {
content: "\fcf7";
}
.twi-asymmetrik1:before {
content: "\fcf8";
}
.twi-atlassian1:before {
content: "\fcf9";
}
.twi-audible1:before {
content: "\fcfa";
}
.twi-autoprefixer1:before {
content: "\fcfb";
}
.twi-avianex1:before {
content: "\fcfc";
}
.twi-aviato1:before {
content: "\fcfd";
}
.twi-aws1:before {
content: "\fcfe";
}
.twi-bandcamp1:before {
content: "\fcff";
}
.twi-battle-net1:before {
content: "\fd00";
}
.twi-behance1:before {
content: "\fd01";
}
.twi-behance-square1:before {
content: "\fd02";
}
.twi-bimobject1:before {
content: "\fd03";
}
.twi-bitbucket1:before {
content: "\fd04";
}
.twi-bitcoin1:before {
content: "\fd05";
}
.twi-bity1:before {
content: "\fd06";
}
.twi-blackberry1:before {
content: "\fd07";
}
.twi-black-tie1:before {
content: "\fd08";
}
.twi-blogger1:before {
content: "\fd09";
}
.twi-blogger-b1:before {
content: "\fd0a";
}
.twi-bluetooth1:before {
content: "\fd0b";
}
.twi-bluetooth-b1:before {
content: "\fd0c";
}
.twi-bootstrap1:before {
content: "\fd0d";
}
.twi-btc1:before {
content: "\fd0e";
}
.twi-buffer1:before {
content: "\fd0f";
}
.twi-buromobelexperte1:before {
content: "\fd10";
}
.twi-buysellads1:before {
content: "\fd11";
}
.twi-canadian-maple-leaf1:before {
content: "\fd12";
}
.twi-cc-amazon-pay1:before {
content: "\fd13";
}
.twi-cc-amex1:before {
content: "\fd14";
}
.twi-cc-apple-pay1:before {
content: "\fd15";
}
.twi-cc-diners-club1:before {
content: "\fd16";
}
.twi-cc-discover1:before {
content: "\fd17";
}
.twi-cc-jcb1:before {
content: "\fd18";
}
.twi-cc-mastercard1:before {
content: "\fd19";
}
.twi-cc-paypal1:before {
content: "\fd1a";
}
.twi-cc-stripe1:before {
content: "\fd1b";
}
.twi-cc-visa1:before {
content: "\fd1c";
}
.twi-centercode1:before {
content: "\fd1d";
}
.twi-centos1:before {
content: "\fd1e";
}
.twi-chrome1:before {
content: "\fd1f";
}
.twi-chromecast1:before {
content: "\fd20";
}
.twi-cloudscale1:before {
content: "\fd21";
}
.twi-cloudsmith1:before {
content: "\fd22";
}
.twi-cloudversify1:before {
content: "\fd23";
}
.twi-codepen1:before {
content: "\fd24";
}
.twi-codiepie1:before {
content: "\fd25";
}
.twi-confluence1:before {
content: "\fd26";
}
.twi-connectdevelop1:before {
content: "\fd27";
}
.twi-contao1:before {
content: "\fd28";
}
.twi-cpanel1:before {
content: "\fd29";
}
.twi-creative-commons1:before {
content: "\fd2a";
}
.twi-creative-commons-by1:before {
content: "\fd2b";
}
.twi-creative-commons-nc1:before {
content: "\fd2c";
}
.twi-creative-commons-nc-eu1:before {
content: "\fd2d";
}
.twi-creative-commons-nc-jp1:before {
content: "\fd2e";
}
.twi-creative-commons-nd1:before {
content: "\fd2f";
}
.twi-creative-commons-pd1:before {
content: "\fd30";
}
.twi-creative-commons-pd-alt1:before {
content: "\fd31";
}
.twi-creative-commons-remix1:before {
content: "\fd32";
}
.twi-creative-commons-sa1:before {
content: "\fd33";
}
.twi-creative-commons-sampling1:before {
content: "\fd34";
}
.twi-creative-commons-sampling-plus1:before {
content: "\fd35";
}
.twi-creative-commons-share1:before {
content: "\fd36";
}
.twi-creative-commons-zero1:before {
content: "\fd37";
}
.twi-critical-role1:before {
content: "\fd38";
}
.twi-css31:before {
content: "\fd39";
}
.twi-css3-alt1:before {
content: "\fd3a";
}
.twi-cuttlefish1:before {
content: "\fd3b";
}
.twi-d-and-d1:before {
content: "\fd3c";
}
.twi-d-and-d-beyond1:before {
content: "\fd3d";
}
.twi-dashcube1:before {
content: "\fd3e";
}
.twi-delicious1:before {
content: "\fd3f";
}
.twi-deploydog1:before {
content: "\fd40";
}
.twi-deskpro1:before {
content: "\fd41";
}
.twi-dev1:before {
content: "\fd42";
}
.twi-deviantart1:before {
content: "\fd43";
}
.twi-dhl1:before {
content: "\fd44";
}
.twi-diaspora1:before {
content: "\fd45";
}
.twi-digg1:before {
content: "\fd46";
}
.twi-digital-ocean1:before {
content: "\fd47";
}
.twi-discord1:before {
content: "\fd48";
}
.twi-discourse1:before {
content: "\fd49";
}
.twi-dochub1:before {
content: "\fd4a";
}
.twi-docker1:before {
content: "\fd4b";
}
.twi-draft2digital1:before {
content: "\fd4c";
}
.twi-dribbble1:before {
content: "\fd4d";
}
.twi-dribbble-square1:before {
content: "\fd4e";
}
.twi-dropbox1:before {
content: "\fd4f";
}
.twi-drupal1:before {
content: "\fd50";
}
.twi-dyalog1:before {
content: "\fd51";
}
.twi-earlybirds1:before {
content: "\fd52";
}
.twi-ebay1:before {
content: "\fd53";
}
.twi-edge1:before {
content: "\fd54";
}
.twi-elementor1:before {
content: "\fd55";
}
.twi-ello1:before {
content: "\fd56";
}
.twi-ember1:before {
content: "\fd57";
}
.twi-empire1:before {
content: "\fd58";
}
.twi-envira1:before {
content: "\fd59";
}
.twi-erlang1:before {
content: "\fd5a";
}
.twi-ethereum1:before {
content: "\fd5b";
}
.twi-etsy1:before {
content: "\fd5c";
}
.twi-evernote1:before {
content: "\fd5d";
}
.twi-expeditedssl1:before {
content: "\fd5e";
}
.twi-facebook1:before {
content: "\fd5f";
}
.twi-facebook-f1:before {
content: "\fd60";
}
.twi-facebook-messenger1:before {
content: "\fd61";
}
.twi-facebook-square1:before {
content: "\fd62";
}
.twi-fantasy-flight-games1:before {
content: "\fd63";
}
.twi-fedex1:before {
content: "\fd64";
}
.twi-fedora1:before {
content: "\fd65";
}
.twi-figma1:before {
content: "\fd66";
}
.twi-firefox1:before {
content: "\fd67";
}
.twi-firstdraft1:before {
content: "\fd68";
}
.twi-first-order1:before {
content: "\fd69";
}
.twi-first-order-alt1:before {
content: "\fd6a";
}
.twi-flickr1:before {
content: "\fd6b";
}
.twi-flipboard1:before {
content: "\fd6c";
}
.twi-fly1:before {
content: "\fd6d";
}
.twi-font-awesome1:before {
content: "\fd6e";
}
.twi-font-awesome-alt1:before {
content: "\fd6f";
}
.twi-font-awesome-flag1:before {
content: "\fd70";
}
.twi-font-awesome-logo-full4:before {
content: "\fd71";
}
.twi-fonticons1:before {
content: "\fd72";
}
.twi-fonticons-fi1:before {
content: "\fd73";
}
.twi-fort-awesome1:before {
content: "\fd74";
}
.twi-fort-awesome-alt1:before {
content: "\fd75";
}
.twi-forumbee1:before {
content: "\fd76";
}
.twi-foursquare1:before {
content: "\fd77";
}
.twi-freebsd1:before {
content: "\fd78";
}
.twi-free-code-camp1:before {
content: "\fd79";
}
.twi-fulcrum1:before {
content: "\fd7a";
}
.twi-galactic-republic1:before {
content: "\fd7b";
}
.twi-galactic-senate1:before {
content: "\fd7c";
}
.twi-get-pocket1:before {
content: "\fd7d";
}
.twi-gg1:before {
content: "\fd7e";
}
.twi-gg-circle1:before {
content: "\fd7f";
}
.twi-git1:before {
content: "\fd80";
}
.twi-github1:before {
content: "\fd81";
}
.twi-github-alt1:before {
content: "\fd82";
}
.twi-github-square1:before {
content: "\fd83";
}
.twi-gitkraken1:before {
content: "\fd84";
}
.twi-gitlab1:before {
content: "\fd85";
}
.twi-git-square1:before {
content: "\fd86";
}
.twi-gitter1:before {
content: "\fd87";
}
.twi-glide1:before {
content: "\fd88";
}
.twi-glide-g1:before {
content: "\fd89";
}
.twi-gofore1:before {
content: "\fd8a";
}
.twi-goodreads1:before {
content: "\fd8b";
}
.twi-goodreads-g1:before {
content: "\fd8c";
}
.twi-google1:before {
content: "\fd8d";
}
.twi-google-drive1:before {
content: "\fd8e";
}
.twi-google-play1:before {
content: "\fd8f";
}
.twi-google-plus1:before {
content: "\fd90";
}
.twi-google-plus-g1:before {
content: "\fd91";
}
.twi-google-plus-square1:before {
content: "\fd92";
}
.twi-google-wallet1:before {
content: "\fd93";
}
.twi-gratipay1:before {
content: "\fd94";
}
.twi-grav1:before {
content: "\fd95";
}
.twi-gripfire1:before {
content: "\fd96";
}
.twi-grunt1:before {
content: "\fd97";
}
.twi-gulp1:before {
content: "\fd98";
}
.twi-hacker-news1:before {
content: "\fd99";
}
.twi-hacker-news-square1:before {
content: "\fd9a";
}
.twi-hackerrank1:before {
content: "\fd9b";
}
.twi-hips1:before {
content: "\fd9c";
}
.twi-hire-a-helper1:before {
content: "\fd9d";
}
.twi-hooli1:before {
content: "\fd9e";
}
.twi-hornbill1:before {
content: "\fd9f";
}
.twi-hotjar1:before {
content: "\fda0";
}
.twi-houzz1:before {
content: "\fda1";
}
.twi-html51:before {
content: "\fda2";
}
.twi-hubspot1:before {
content: "\fda3";
}
.twi-imdb1:before {
content: "\fda4";
}
.twi-instagram1:before {
content: "\fda5";
}
.twi-intercom1:before {
content: "\fda6";
}
.twi-internet-explorer1:before {
content: "\fda7";
}
.twi-invision1:before {
content: "\fda8";
}
.twi-ioxhost1:before {
content: "\fda9";
}
.twi-itch-io1:before {
content: "\fdaa";
}
.twi-itunes1:before {
content: "\fdab";
}
.twi-itunes-note1:before {
content: "\fdac";
}
.twi-java1:before {
content: "\fdad";
}
.twi-jedi-order1:before {
content: "\fdae";
}
.twi-jenkins1:before {
content: "\fdaf";
}
.twi-jira1:before {
content: "\fdb0";
}
.twi-joget1:before {
content: "\fdb1";
}
.twi-joomla1:before {
content: "\fdb2";
}
.twi-js1:before {
content: "\fdb3";
}
.twi-jsfiddle1:before {
content: "\fdb4";
}
.twi-js-square1:before {
content: "\fdb5";
}
.twi-kaggle1:before {
content: "\fdb6";
}
.twi-keybase1:before {
content: "\fdb7";
}
.twi-keycdn1:before {
content: "\fdb8";
}
.twi-kickstarter1:before {
content: "\fdb9";
}
.twi-kickstarter-k1:before {
content: "\fdba";
}
.twi-korvue1:before {
content: "\fdbb";
}
.twi-laravel1:before {
content: "\fdbc";
}
.twi-lastfm1:before {
content: "\fdbd";
}
.twi-lastfm-square1:before {
content: "\fdbe";
}
.twi-leanpub1:before {
content: "\fdbf";
}
.twi-less1:before {
content: "\fdc0";
}
.twi-line1:before {
content: "\fdc1";
}
.twi-linkedin1:before {
content: "\fdc2";
}
.twi-linkedin-in1:before {
content: "\fdc3";
}
.twi-linode1:before {
content: "\fdc4";
}
.twi-linux1:before {
content: "\fdc5";
}
.twi-lyft1:before {
content: "\fdc6";
}
.twi-magento1:before {
content: "\fdc7";
}
.twi-mailchimp1:before {
content: "\fdc8";
}
.twi-mandalorian1:before {
content: "\fdc9";
}
.twi-markdown1:before {
content: "\fdca";
}
.twi-mastodon1:before {
content: "\fdcb";
}
.twi-maxcdn1:before {
content: "\fdcc";
}
.twi-medapps1:before {
content: "\fdcd";
}
.twi-medium1:before {
content: "\fdce";
}
.twi-medium-m1:before {
content: "\fdcf";
}
.twi-medrt1:before {
content: "\fdd0";
}
.twi-meetup1:before {
content: "\fdd1";
}
.twi-megaport1:before {
content: "\fdd2";
}
.twi-mendeley1:before {
content: "\fdd3";
}
.twi-microsoft1:before {
content: "\fdd4";
}
.twi-mix1:before {
content: "\fdd5";
}
.twi-mixcloud1:before {
content: "\fdd6";
}
.twi-mizuni1:before {
content: "\fdd7";
}
.twi-modx1:before {
content: "\fdd8";
}
.twi-monero1:before {
content: "\fdd9";
}
.twi-napster1:before {
content: "\fdda";
}
.twi-neos1:before {
content: "\fddb";
}
.twi-nimblr1:before {
content: "\fddc";
}
.twi-nintendo-switch1:before {
content: "\fddd";
}
.twi-node1:before {
content: "\fdde";
}
.twi-node-js1:before {
content: "\fddf";
}
.twi-npm1:before {
content: "\fde0";
}
.twi-ns81:before {
content: "\fde1";
}
.twi-nutritionix1:before {
content: "\fde2";
}
.twi-odnoklassniki1:before {
content: "\fde3";
}
.twi-odnoklassniki-square1:before {
content: "\fde4";
}
.twi-old-republic1:before {
content: "\fde5";
}
.twi-opencart1:before {
content: "\fde6";
}
.twi-openid1:before {
content: "\fde7";
}
.twi-opera1:before {
content: "\fde8";
}
.twi-optin-monster1:before {
content: "\fde9";
}
.twi-osi1:before {
content: "\fdea";
}
.twi-page41:before {
content: "\fdeb";
}
.twi-pagelines1:before {
content: "\fdec";
}
.twi-palfed1:before {
content: "\fded";
}
.twi-patreon1:before {
content: "\fdee";
}
.twi-paypal1:before {
content: "\fdef";
}
.twi-penny-arcade1:before {
content: "\fdf0";
}
.twi-periscope1:before {
content: "\fdf1";
}
.twi-phabricator1:before {
content: "\fdf2";
}
.twi-phoenix-framework1:before {
content: "\fdf3";
}
.twi-phoenix-squadron1:before {
content: "\fdf4";
}
.twi-php1:before {
content: "\fdf5";
}
.twi-pied-piper1:before {
content: "\fdf6";
}
.twi-pied-piper-alt1:before {
content: "\fdf7";
}
.twi-pied-piper-hat1:before {
content: "\fdf8";
}
.twi-pied-piper-pp1:before {
content: "\fdf9";
}
.twi-pinterest1:before {
content: "\fdfa";
}
.twi-pinterest-p1:before {
content: "\fdfb";
}
.twi-pinterest-square1:before {
content: "\fdfc";
}
.twi-playstation1:before {
content: "\fdfd";
}
.twi-product-hunt1:before {
content: "\fdfe";
}
.twi-pushed1:before {
content: "\fdff";
}
.twi-python1:before {
content: "\fe00";
}
.twi-qq1:before {
content: "\fe01";
}
.twi-quinscape1:before {
content: "\fe02";
}
.twi-quora1:before {
content: "\fe03";
}
.twi-raspberry-pi1:before {
content: "\fe04";
}
.twi-ravelry1:before {
content: "\fe05";
}
.twi-react1:before {
content: "\fe06";
}
.twi-reacteurope1:before {
content: "\fe07";
}
.twi-readme1:before {
content: "\fe08";
}
.twi-rebel1:before {
content: "\fe09";
}
.twi-reddit1:before {
content: "\fe0a";
}
.twi-reddit-alien1:before {
content: "\fe0b";
}
.twi-reddit-square1:before {
content: "\fe0c";
}
.twi-redhat1:before {
content: "\fe0d";
}
.twi-red-river1:before {
content: "\fe0e";
}
.twi-renren1:before {
content: "\fe0f";
}
.twi-replyd1:before {
content: "\fe10";
}
.twi-researchgate1:before {
content: "\fe11";
}
.twi-resolving1:before {
content: "\fe12";
}
.twi-rev1:before {
content: "\fe13";
}
.twi-rocketchat1:before {
content: "\fe14";
}
.twi-rockrms1:before {
content: "\fe15";
}
.twi-r-project1:before {
content: "\fe16";
}
.twi-safari1:before {
content: "\fe17";
}
.twi-salesforce1:before {
content: "\fe18";
}
.twi-sass1:before {
content: "\fe19";
}
.twi-schlix1:before {
content: "\fe1a";
}
.twi-scribd1:before {
content: "\fe1b";
}
.twi-searchengin1:before {
content: "\fe1c";
}
.twi-sellcast1:before {
content: "\fe1d";
}
.twi-sellsy1:before {
content: "\fe1e";
}
.twi-servicestack1:before {
content: "\fe1f";
}
.twi-shirtsinbulk1:before {
content: "\fe20";
}
.twi-shopware1:before {
content: "\fe21";
}
.twi-simplybuilt1:before {
content: "\fe22";
}
.twi-sistrix1:before {
content: "\fe23";
}
.twi-sith1:before {
content: "\fe24";
}
.twi-sketch1:before {
content: "\fe25";
}
.twi-skyatlas1:before {
content: "\fe26";
}
.twi-skype1:before {
content: "\fe27";
}
.twi-slack1:before {
content: "\fe28";
}
.twi-slack-hash1:before {
content: "\fe29";
}
.twi-slideshare1:before {
content: "\fe2a";
}
.twi-snapchat1:before {
content: "\fe2b";
}
.twi-snapchat-ghost1:before {
content: "\fe2c";
}
.twi-snapchat-square1:before {
content: "\fe2d";
}
.twi-soundcloud1:before {
content: "\fe2e";
}
.twi-sourcetree1:before {
content: "\fe2f";
}
.twi-speakap1:before {
content: "\fe30";
}
.twi-speaker-deck1:before {
content: "\fe31";
}
.twi-spotify1:before {
content: "\fe32";
}
.twi-squarespace1:before {
content: "\fe33";
}
.twi-stack-exchange1:before {
content: "\fe34";
}
.twi-stack-overflow1:before {
content: "\fe35";
}
.twi-staylinked1:before {
content: "\fe36";
}
.twi-steam1:before {
content: "\fe37";
}
.twi-steam-square1:before {
content: "\fe38";
}
.twi-steam-symbol1:before {
content: "\fe39";
}
.twi-sticker-mule1:before {
content: "\fe3a";
}
.twi-strava1:before {
content: "\fe3b";
}
.twi-stripe1:before {
content: "\fe3c";
}
.twi-stripe-s1:before {
content: "\fe3d";
}
.twi-studiovinari1:before {
content: "\fe3e";
}
.twi-stumbleupon1:before {
content: "\fe3f";
}
.twi-stumbleupon-circle1:before {
content: "\fe40";
}
.twi-superpowers1:before {
content: "\fe41";
}
.twi-supple1:before {
content: "\fe42";
}
.twi-suse1:before {
content: "\fe43";
}
.twi-symfony1:before {
content: "\fe44";
}
.twi-teamspeak1:before {
content: "\fe45";
}
.twi-telegram1:before {
content: "\fe46";
}
.twi-telegram-plane1:before {
content: "\fe47";
}
.twi-tencent-weibo1:before {
content: "\fe48";
}
.twi-themeco1:before {
content: "\fe49";
}
.twi-themeisle1:before {
content: "\fe4a";
}
.twi-the-red-yeti1:before {
content: "\fe4b";
}
.twi-think-peaks1:before {
content: "\fe4c";
}
.twi-trade-federation1:before {
content: "\fe4d";
}
.twi-trello1:before {
content: "\fe4e";
}
.twi-tripadvisor1:before {
content: "\fe4f";
}
.twi-tumblr1:before {
content: "\fe50";
}
.twi-tumblr-square1:before {
content: "\fe51";
}
.twi-twitch1:before {
content: "\fe52";
}
.twi-twitter1:before {
content: "\fe53";
}
.twi-twitter-square1:before {
content: "\fe54";
}
.twi-typo31:before {
content: "\fe55";
}
.twi-uber1:before {
content: "\fe56";
}
.twi-ubuntu1:before {
content: "\fe57";
}
.twi-uikit1:before {
content: "\fe58";
}
.twi-uniregistry1:before {
content: "\fe59";
}
.twi-untappd1:before {
content: "\fe5a";
}
.twi-ups1:before {
content: "\fe5b";
}
.twi-usb1:before {
content: "\fe5c";
}
.twi-usps1:before {
content: "\fe5d";
}
.twi-ussunnah1:before {
content: "\fe5e";
}
.twi-vaadin1:before {
content: "\fe5f";
}
.twi-viacoin1:before {
content: "\fe60";
}
.twi-viadeo1:before {
content: "\fe61";
}
.twi-viadeo-square1:before {
content: "\fe62";
}
.twi-viber1:before {
content: "\fe63";
}
.twi-vimeo1:before {
content: "\fe64";
}
.twi-vimeo-square1:before {
content: "\fe65";
}
.twi-vimeo-v1:before {
content: "\fe66";
}
.twi-vine1:before {
content: "\fe67";
}
.twi-vk1:before {
content: "\fe68";
}
.twi-vnv1:before {
content: "\fe69";
}
.twi-vuejs1:before {
content: "\fe6a";
}
.twi-waze1:before {
content: "\fe6b";
}
.twi-weebly1:before {
content: "\fe6c";
}
.twi-weibo1:before {
content: "\fe6d";
}
.twi-weixin1:before {
content: "\fe6e";
}
.twi-whatsapp1:before {
content: "\fe6f";
}
.twi-whatsapp-square1:before {
content: "\fe70";
}
.twi-whmcs1:before {
content: "\fe71";
}
.twi-wikipedia-w1:before {
content: "\fe72";
}
.twi-windows1:before {
content: "\fe73";
}
.twi-wix1:before {
content: "\fe74";
}
.twi-wizards-of-the-coast1:before {
content: "\fe75";
}
.twi-wolf-pack-battalion1:before {
content: "\fe76";
}
.twi-wordpress1:before {
content: "\fe77";
}
.twi-wordpress-simple1:before {
content: "\fe78";
}
.twi-wpbeginner1:before {
content: "\fe79";
}
.twi-wpexplorer1:before {
content: "\fe7a";
}
.twi-wpforms1:before {
content: "\fe7b";
}
.twi-wpressr1:before {
content: "\fe7c";
}
.twi-xbox1:before {
content: "\fe7d";
}
.twi-xing1:before {
content: "\fe7e";
}
.twi-xing-square1:before {
content: "\fe7f";
}
.twi-yahoo1:before {
content: "\fe80";
}
.twi-yammer1:before {
content: "\fe81";
}
.twi-yandex1:before {
content: "\fe82";
}
.twi-yandex-international1:before {
content: "\fe83";
}
.twi-yarn1:before {
content: "\fe84";
}
.twi-y-combinator1:before {
content: "\fe85";
}
.twi-yelp1:before {
content: "\fe86";
}
.twi-yoast1:before {
content: "\fe87";
}
.twi-youtube1:before {
content: "\fe88";
}
.twi-youtube-square1:before {
content: "\fe89";
}
.twi-zhihu1:before {
content: "\fe8a";
}
.twi-px1:before {
content: "\fe8b";
}
.twi-accessible-icon1:before {
content: "\fe8c";
}
.twi-accusoft1:before {
content: "\fe8d";
}
.twi-acquisitions-incorporated1:before {
content: "\fe8e";
}
.twi-adn1:before {
content: "\fe8f";
}
.twi-adobe1:before {
content: "\fe90";
}
.twi-adversal1:before {
content: "\fe91";
}
.twi-affiliatetheme1:before {
content: "\fe92";
}
.twi-airbnb1:before {
content: "\fe93";
}
.twi-algolia1:before {
content: "\fe94";
}
.twi-alipay1:before {
content: "\fe95";
}
.twi-amazon1:before {
content: "\fe96";
}
.twi-amazon-pay1:before {
content: "\fe97";
}@font-face
{
font-family: "IcoFont";
font-weight: normal;
font-style: "Regular";
src: url(//msjsupply.com/wp-content/themes/industing/assets/fonts/icofont.woff2) format("woff2"),
url(//msjsupply.com/wp-content/themes/industing/assets/fonts/icofont.woff) format("woff");
}
[class^="icofont-"], [class*=" icofont-"]
{
font-family: 'IcoFont' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
line-height: inherit; -webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
}
.icofont-angry-monster:before
{
content: "\e800";
}
.icofont-bathtub:before
{
content: "\e801";
}
.icofont-bird-wings:before
{
content: "\e802";
}
.icofont-bow:before
{
content: "\e803";
}
.icofont-castle:before
{
content: "\e804";
}
.icofont-circuit:before
{
content: "\e805";
}
.icofont-crown-king:before
{
content: "\e806";
}
.icofont-crown-queen:before
{
content: "\e807";
}
.icofont-dart:before
{
content: "\e808";
}
.icofont-disability-race:before
{
content: "\e809";
}
.icofont-diving-goggle:before
{
content: "\e80a";
}
.icofont-eye-open:before
{
content: "\e80b";
}
.icofont-flora-flower:before
{
content: "\e80c";
}
.icofont-flora:before
{
content: "\e80d";
}
.icofont-gift-box:before
{
content: "\e80e";
}
.icofont-halloween-pumpkin:before
{
content: "\e80f";
}
.icofont-hand-power:before
{
content: "\e810";
}
.icofont-hand-thunder:before
{
content: "\e811";
}
.icofont-king-monster:before
{
content: "\e812";
}
.icofont-love:before
{
content: "\e813";
}
.icofont-magician-hat:before
{
content: "\e814";
}
.icofont-native-american:before
{
content: "\e815";
}
.icofont-owl-look:before
{
content: "\e816";
}
.icofont-phoenix:before
{
content: "\e817";
}
.icofont-robot-face:before
{
content: "\e818";
}
.icofont-sand-clock:before
{
content: "\e819";
}
.icofont-shield-alt:before
{
content: "\e81a";
}
.icofont-ship-wheel:before
{
content: "\e81b";
}
.icofont-skull-danger:before
{
content: "\e81c";
}
.icofont-skull-face:before
{
content: "\e81d";
}
.icofont-snowmobile:before
{
content: "\e81e";
}
.icofont-space-shuttle:before
{
content: "\e81f";
}
.icofont-star-shape:before
{
content: "\e820";
}
.icofont-swirl:before
{
content: "\e821";
}
.icofont-tattoo-wing:before
{
content: "\e822";
}
.icofont-throne:before
{
content: "\e823";
}
.icofont-tree-alt:before
{
content: "\e824";
}
.icofont-triangle:before
{
content: "\e825";
}
.icofont-unity-hand:before
{
content: "\e826";
}
.icofont-weed:before
{
content: "\e827";
}
.icofont-woman-bird:before
{
content: "\e828";
}
.icofont-bat:before
{
content: "\e829";
}
.icofont-bear-face:before
{
content: "\e82a";
}
.icofont-bear-tracks:before
{
content: "\e82b";
}
.icofont-bear:before
{
content: "\e82c";
}
.icofont-bird-alt:before
{
content: "\e82d";
}
.icofont-bird-flying:before
{
content: "\e82e";
}
.icofont-bird:before
{
content: "\e82f";
}
.icofont-birds:before
{
content: "\e830";
}
.icofont-bone:before
{
content: "\e831";
}
.icofont-bull:before
{
content: "\e832";
}
.icofont-butterfly-alt:before
{
content: "\e833";
}
.icofont-butterfly:before
{
content: "\e834";
}
.icofont-camel-alt:before
{
content: "\e835";
}
.icofont-camel-head:before
{
content: "\e836";
}
.icofont-camel:before
{
content: "\e837";
}
.icofont-cat-alt-1:before
{
content: "\e838";
}
.icofont-cat-alt-2:before
{
content: "\e839";
}
.icofont-cat-alt-3:before
{
content: "\e83a";
}
.icofont-cat-dog:before
{
content: "\e83b";
}
.icofont-cat-face:before
{
content: "\e83c";
}
.icofont-cat:before
{
content: "\e83d";
}
.icofont-cow-head:before
{
content: "\e83e";
}
.icofont-cow:before
{
content: "\e83f";
}
.icofont-crab:before
{
content: "\e840";
}
.icofont-crocodile:before
{
content: "\e841";
}
.icofont-deer-head:before
{
content: "\e842";
}
.icofont-dog-alt:before
{
content: "\e843";
}
.icofont-dog-barking:before
{
content: "\e844";
}
.icofont-dog:before
{
content: "\e845";
}
.icofont-dolphin:before
{
content: "\e846";
}
.icofont-duck-tracks:before
{
content: "\e847";
}
.icofont-eagle-head:before
{
content: "\e848";
}
.icofont-eaten-fish:before
{
content: "\e849";
}
.icofont-elephant-alt:before
{
content: "\e84a";
}
.icofont-elephant-head-alt:before
{
content: "\e84b";
}
.icofont-elephant-head:before
{
content: "\e84c";
}
.icofont-elephant:before
{
content: "\e84d";
}
.icofont-elk:before
{
content: "\e84e";
}
.icofont-fish-1:before
{
content: "\e84f";
}
.icofont-fish-2:before
{
content: "\e850";
}
.icofont-fish-3:before
{
content: "\e851";
}
.icofont-fish-4:before
{
content: "\e852";
}
.icofont-fish-5:before
{
content: "\e853";
}
.icofont-fish:before
{
content: "\e854";
}
.icofont-fox-alt:before
{
content: "\e855";
}
.icofont-fox:before
{
content: "\e856";
}
.icofont-frog-tracks:before
{
content: "\e857";
}
.icofont-frog:before
{
content: "\e858";
}
.icofont-froggy:before
{
content: "\e859";
}
.icofont-giraffe-head-1:before
{
content: "\e85a";
}
.icofont-giraffe-head-2:before
{
content: "\e85b";
}
.icofont-giraffe-head:before
{
content: "\e85c";
}
.icofont-giraffe:before
{
content: "\e85d";
}
.icofont-goat-head:before
{
content: "\e85e";
}
.icofont-gorilla:before
{
content: "\e85f";
}
.icofont-hen-tracks:before
{
content: "\e860";
}
.icofont-horse-head-1:before
{
content: "\e861";
}
.icofont-horse-head-2:before
{
content: "\e862";
}
.icofont-horse-head:before
{
content: "\e863";
}
.icofont-horse-tracks:before
{
content: "\e864";
}
.icofont-jellyfish:before
{
content: "\e865";
}
.icofont-kangaroo:before
{
content: "\e866";
}
.icofont-lemur:before
{
content: "\e867";
}
.icofont-lion-head-1:before
{
content: "\e868";
}
.icofont-lion-head-2:before
{
content: "\e869";
}
.icofont-lion-head:before
{
content: "\e86a";
}
.icofont-lion:before
{
content: "\e86b";
}
.icofont-monkey-2:before
{
content: "\e86c";
}
.icofont-monkey-3:before
{
content: "\e86d";
}
.icofont-monkey-face:before
{
content: "\e86e";
}
.icofont-monkey:before
{
content: "\e86f";
}
.icofont-octopus-alt:before
{
content: "\e870";
}
.icofont-octopus:before
{
content: "\e871";
}
.icofont-owl:before
{
content: "\e872";
}
.icofont-panda-face:before
{
content: "\e873";
}
.icofont-panda:before
{
content: "\e874";
}
.icofont-panther:before
{
content: "\e875";
}
.icofont-parrot-lip:before
{
content: "\e876";
}
.icofont-parrot:before
{
content: "\e877";
}
.icofont-paw:before
{
content: "\e878";
}
.icofont-pelican:before
{
content: "\e879";
}
.icofont-penguin:before
{
content: "\e87a";
}
.icofont-pig-face:before
{
content: "\e87b";
}
.icofont-pig:before
{
content: "\e87c";
}
.icofont-pigeon-1:before
{
content: "\e87d";
}
.icofont-pigeon-2:before
{
content: "\e87e";
}
.icofont-pigeon:before
{
content: "\e87f";
}
.icofont-rabbit:before
{
content: "\e880";
}
.icofont-rat:before
{
content: "\e881";
}
.icofont-rhino-head:before
{
content: "\e882";
}
.icofont-rhino:before
{
content: "\e883";
}
.icofont-rooster:before
{
content: "\e884";
}
.icofont-seahorse:before
{
content: "\e885";
}
.icofont-seal:before
{
content: "\e886";
}
.icofont-shrimp-alt:before
{
content: "\e887";
}
.icofont-shrimp:before
{
content: "\e888";
}
.icofont-snail-1:before
{
content: "\e889";
}
.icofont-snail-2:before
{
content: "\e88a";
}
.icofont-snail-3:before
{
content: "\e88b";
}
.icofont-snail:before
{
content: "\e88c";
}
.icofont-snake:before
{
content: "\e88d";
}
.icofont-squid:before
{
content: "\e88e";
}
.icofont-squirrel:before
{
content: "\e88f";
}
.icofont-tiger-face:before
{
content: "\e890";
}
.icofont-tiger:before
{
content: "\e891";
}
.icofont-turtle:before
{
content: "\e892";
}
.icofont-whale:before
{
content: "\e893";
}
.icofont-woodpecker:before
{
content: "\e894";
}
.icofont-zebra:before
{
content: "\e895";
}
.icofont-brand-acer:before
{
content: "\e896";
}
.icofont-brand-adidas:before
{
content: "\e897";
}
.icofont-brand-adobe:before
{
content: "\e898";
}
.icofont-brand-air-new-zealand:before
{
content: "\e899";
}
.icofont-brand-airbnb:before
{
content: "\e89a";
}
.icofont-brand-aircell:before
{
content: "\e89b";
}
.icofont-brand-airtel:before
{
content: "\e89c";
}
.icofont-brand-alcatel:before
{
content: "\e89d";
}
.icofont-brand-alibaba:before
{
content: "\e89e";
}
.icofont-brand-aliexpress:before
{
content: "\e89f";
}
.icofont-brand-alipay:before
{
content: "\e8a0";
}
.icofont-brand-amazon:before
{
content: "\e8a1";
}
.icofont-brand-amd:before
{
content: "\e8a2";
}
.icofont-brand-american-airlines:before
{
content: "\e8a3";
}
.icofont-brand-android-robot:before
{
content: "\e8a4";
}
.icofont-brand-android:before
{
content: "\e8a5";
}
.icofont-brand-aol:before
{
content: "\e8a6";
}
.icofont-brand-apple:before
{
content: "\e8a7";
}
.icofont-brand-appstore:before
{
content: "\e8a8";
}
.icofont-brand-asus:before
{
content: "\e8a9";
}
.icofont-brand-ati:before
{
content: "\e8aa";
}
.icofont-brand-att:before
{
content: "\e8ab";
}
.icofont-brand-audi:before
{
content: "\e8ac";
}
.icofont-brand-axiata:before
{
content: "\e8ad";
}
.icofont-brand-bada:before
{
content: "\e8ae";
}
.icofont-brand-bbc:before
{
content: "\e8af";
}
.icofont-brand-bing:before
{
content: "\e8b0";
}
.icofont-brand-blackberry:before
{
content: "\e8b1";
}
.icofont-brand-bmw:before
{
content: "\e8b2";
}
.icofont-brand-box:before
{
content: "\e8b3";
}
.icofont-brand-burger-king:before
{
content: "\e8b4";
}
.icofont-brand-business-insider:before
{
content: "\e8b5";
}
.icofont-brand-buzzfeed:before
{
content: "\e8b6";
}
.icofont-brand-cannon:before
{
content: "\e8b7";
}
.icofont-brand-casio:before
{
content: "\e8b8";
}
.icofont-brand-china-mobile:before
{
content: "\e8b9";
}
.icofont-brand-china-telecom:before
{
content: "\e8ba";
}
.icofont-brand-china-unicom:before
{
content: "\e8bb";
}
.icofont-brand-cisco:before
{
content: "\e8bc";
}
.icofont-brand-citibank:before
{
content: "\e8bd";
}
.icofont-brand-cnet:before
{
content: "\e8be";
}
.icofont-brand-cnn:before
{
content: "\e8bf";
}
.icofont-brand-cocal-cola:before
{
content: "\e8c0";
}
.icofont-brand-compaq:before
{
content: "\e8c1";
}
.icofont-brand-debian:before
{
content: "\e8c2";
}
.icofont-brand-delicious:before
{
content: "\e8c3";
}
.icofont-brand-dell:before
{
content: "\e8c4";
}
.icofont-brand-designbump:before
{
content: "\e8c5";
}
.icofont-brand-designfloat:before
{
content: "\e8c6";
}
.icofont-brand-disney:before
{
content: "\e8c7";
}
.icofont-brand-dodge:before
{
content: "\e8c8";
}
.icofont-brand-dove:before
{
content: "\e8c9";
}
.icofont-brand-drupal:before
{
content: "\e8ca";
}
.icofont-brand-ebay:before
{
content: "\e8cb";
}
.icofont-brand-eleven:before
{
content: "\e8cc";
}
.icofont-brand-emirates:before
{
content: "\e8cd";
}
.icofont-brand-espn:before
{
content: "\e8ce";
}
.icofont-brand-etihad-airways:before
{
content: "\e8cf";
}
.icofont-brand-etisalat:before
{
content: "\e8d0";
}
.icofont-brand-etsy:before
{
content: "\e8d1";
}
.icofont-brand-fastrack:before
{
content: "\e8d2";
}
.icofont-brand-fedex:before
{
content: "\e8d3";
}
.icofont-brand-ferrari:before
{
content: "\e8d4";
}
.icofont-brand-fitbit:before
{
content: "\e8d5";
}
.icofont-brand-flikr:before
{
content: "\e8d6";
}
.icofont-brand-forbes:before
{
content: "\e8d7";
}
.icofont-brand-foursquare:before
{
content: "\e8d8";
}
.icofont-brand-foxconn:before
{
content: "\e8d9";
}
.icofont-brand-fujitsu:before
{
content: "\e8da";
}
.icofont-brand-general-electric:before
{
content: "\e8db";
}
.icofont-brand-gillette:before
{
content: "\e8dc";
}
.icofont-brand-gizmodo:before
{
content: "\e8dd";
}
.icofont-brand-gnome:before
{
content: "\e8de";
}
.icofont-brand-google:before
{
content: "\e8df";
}
.icofont-brand-gopro:before
{
content: "\e8e0";
}
.icofont-brand-gucci:before
{
content: "\e8e1";
}
.icofont-brand-hallmark:before
{
content: "\e8e2";
}
.icofont-brand-hi5:before
{
content: "\e8e3";
}
.icofont-brand-honda:before
{
content: "\e8e4";
}
.icofont-brand-hp:before
{
content: "\e8e5";
}
.icofont-brand-hsbc:before
{
content: "\e8e6";
}
.icofont-brand-htc:before
{
content: "\e8e7";
}
.icofont-brand-huawei:before
{
content: "\e8e8";
}
.icofont-brand-hulu:before
{
content: "\e8e9";
}
.icofont-brand-hyundai:before
{
content: "\e8ea";
}
.icofont-brand-ibm:before
{
content: "\e8eb";
}
.icofont-brand-icofont:before
{
content: "\e8ec";
}
.icofont-brand-icq:before
{
content: "\e8ed";
}
.icofont-brand-ikea:before
{
content: "\e8ee";
}
.icofont-brand-imdb:before
{
content: "\e8ef";
}
.icofont-brand-indiegogo:before
{
content: "\e8f0";
}
.icofont-brand-intel:before
{
content: "\e8f1";
}
.icofont-brand-ipair:before
{
content: "\e8f2";
}
.icofont-brand-jaguar:before
{
content: "\e8f3";
}
.icofont-brand-java:before
{
content: "\e8f4";
}
.icofont-brand-joomla:before
{
content: "\e8f5";
}
.icofont-brand-kickstarter:before
{
content: "\e8f6";
}
.icofont-brand-kik:before
{
content: "\e8f7";
}
.icofont-brand-lastfm:before
{
content: "\e8f8";
}
.icofont-brand-lego:before
{
content: "\e8f9";
}
.icofont-brand-lenovo:before
{
content: "\e8fa";
}
.icofont-brand-levis:before
{
content: "\e8fb";
}
.icofont-brand-lexus:before
{
content: "\e8fc";
}
.icofont-brand-lg:before
{
content: "\e8fd";
}
.icofont-brand-life-hacker:before
{
content: "\e8fe";
}
.icofont-brand-linux-mint:before
{
content: "\e8ff";
}
.icofont-brand-linux:before
{
content: "\e900";
}
.icofont-brand-lionix:before
{
content: "\e901";
}
.icofont-brand-loreal:before
{
content: "\e902";
}
.icofont-brand-louis-vuitton:before
{
content: "\e903";
}
.icofont-brand-mac-os:before
{
content: "\e904";
}
.icofont-brand-marvel-app:before
{
content: "\e905";
}
.icofont-brand-mashable:before
{
content: "\e906";
}
.icofont-brand-mazda:before
{
content: "\e907";
}
.icofont-brand-mcdonals:before
{
content: "\e908";
}
.icofont-brand-mercedes:before
{
content: "\e909";
}
.icofont-brand-micromax:before
{
content: "\e90a";
}
.icofont-brand-microsoft:before
{
content: "\e90b";
}
.icofont-brand-mobileme:before
{
content: "\e90c";
}
.icofont-brand-mobily:before
{
content: "\e90d";
}
.icofont-brand-motorola:before
{
content: "\e90e";
}
.icofont-brand-msi:before
{
content: "\e90f";
}
.icofont-brand-mts:before
{
content: "\e910";
}
.icofont-brand-myspace:before
{
content: "\e911";
}
.icofont-brand-mytv:before
{
content: "\e912";
}
.icofont-brand-nasa:before
{
content: "\e913";
}
.icofont-brand-natgeo:before
{
content: "\e914";
}
.icofont-brand-nbc:before
{
content: "\e915";
}
.icofont-brand-nescafe:before
{
content: "\e916";
}
.icofont-brand-nestle:before
{
content: "\e917";
}
.icofont-brand-netflix:before
{
content: "\e918";
}
.icofont-brand-nexus:before
{
content: "\e919";
}
.icofont-brand-nike:before
{
content: "\e91a";
}
.icofont-brand-nokia:before
{
content: "\e91b";
}
.icofont-brand-nvidia:before
{
content: "\e91c";
}
.icofont-brand-omega:before
{
content: "\e91d";
}
.icofont-brand-opensuse:before
{
content: "\e91e";
}
.icofont-brand-oracle:before
{
content: "\e91f";
}
.icofont-brand-panasonic:before
{
content: "\e920";
}
.icofont-brand-paypal:before
{
content: "\e921";
}
.icofont-brand-pepsi:before
{
content: "\e922";
}
.icofont-brand-philips:before
{
content: "\e923";
}
.icofont-brand-pizza-hut:before
{
content: "\e924";
}
.icofont-brand-playstation:before
{
content: "\e925";
}
.icofont-brand-puma:before
{
content: "\e926";
}
.icofont-brand-qatar-air:before
{
content: "\e927";
}
.icofont-brand-qvc:before
{
content: "\e928";
}
.icofont-brand-readernaut:before
{
content: "\e929";
}
.icofont-brand-redbull:before
{
content: "\e92a";
}
.icofont-brand-reebok:before
{
content: "\e92b";
}
.icofont-brand-reuters:before
{
content: "\e92c";
}
.icofont-brand-samsung:before
{
content: "\e92d";
}
.icofont-brand-sap:before
{
content: "\e92e";
}
.icofont-brand-saudia-airlines:before
{
content: "\e92f";
}
.icofont-brand-scribd:before
{
content: "\e930";
}
.icofont-brand-shell:before
{
content: "\e931";
}
.icofont-brand-siemens:before
{
content: "\e932";
}
.icofont-brand-sk-telecom:before
{
content: "\e933";
}
.icofont-brand-slideshare:before
{
content: "\e934";
}
.icofont-brand-smashing-magazine:before
{
content: "\e935";
}
.icofont-brand-snapchat:before
{
content: "\e936";
}
.icofont-brand-sony-ericsson:before
{
content: "\e937";
}
.icofont-brand-sony:before
{
content: "\e938";
}
.icofont-brand-soundcloud:before
{
content: "\e939";
}
.icofont-brand-sprint:before
{
content: "\e93a";
}
.icofont-brand-squidoo:before
{
content: "\e93b";
}
.icofont-brand-starbucks:before
{
content: "\e93c";
}
.icofont-brand-stc:before
{
content: "\e93d";
}
.icofont-brand-steam:before
{
content: "\e93e";
}
.icofont-brand-suzuki:before
{
content: "\e93f";
}
.icofont-brand-symbian:before
{
content: "\e940";
}
.icofont-brand-t-mobile:before
{
content: "\e941";
}
.icofont-brand-tango:before
{
content: "\e942";
}
.icofont-brand-target:before
{
content: "\e943";
}
.icofont-brand-tata-indicom:before
{
content: "\e944";
}
.icofont-brand-techcrunch:before
{
content: "\e945";
}
.icofont-brand-telenor:before
{
content: "\e946";
}
.icofont-brand-teliasonera:before
{
content: "\e947";
}
.icofont-brand-tesla:before
{
content: "\e948";
}
.icofont-brand-the-verge:before
{
content: "\e949";
}
.icofont-brand-thenextweb:before
{
content: "\e94a";
}
.icofont-brand-toshiba:before
{
content: "\e94b";
}
.icofont-brand-toyota:before
{
content: "\e94c";
}
.icofont-brand-tribenet:before
{
content: "\e94d";
}
.icofont-brand-ubuntu:before
{
content: "\e94e";
}
.icofont-brand-unilever:before
{
content: "\e94f";
}
.icofont-brand-vaio:before
{
content: "\e950";
}
.icofont-brand-verizon:before
{
content: "\e951";
}
.icofont-brand-viber:before
{
content: "\e952";
}
.icofont-brand-vodafone:before
{
content: "\e953";
}
.icofont-brand-volkswagen:before
{
content: "\e954";
}
.icofont-brand-walmart:before
{
content: "\e955";
}
.icofont-brand-warnerbros:before
{
content: "\e956";
}
.icofont-brand-whatsapp:before
{
content: "\e957";
}
.icofont-brand-wikipedia:before
{
content: "\e958";
}
.icofont-brand-windows:before
{
content: "\e959";
}
.icofont-brand-wire:before
{
content: "\e95a";
}
.icofont-brand-wordpress:before
{
content: "\e95b";
}
.icofont-brand-xiaomi:before
{
content: "\e95c";
}
.icofont-brand-yahoobuzz:before
{
content: "\e95d";
}
.icofont-brand-yamaha:before
{
content: "\e95e";
}
.icofont-brand-youtube:before
{
content: "\e95f";
}
.icofont-brand-zain:before
{
content: "\e960";
}
.icofont-bank-alt:before
{
content: "\e961";
}
.icofont-bank:before
{
content: "\e962";
}
.icofont-barcode:before
{
content: "\e963";
}
.icofont-bill-alt:before
{
content: "\e964";
}
.icofont-billboard:before
{
content: "\e965";
}
.icofont-briefcase-1:before
{
content: "\e966";
}
.icofont-briefcase-2:before
{
content: "\e967";
}
.icofont-businessman:before
{
content: "\e968";
}
.icofont-businesswoman:before
{
content: "\e969";
}
.icofont-chair:before
{
content: "\e96a";
}
.icofont-coins:before
{
content: "\e96b";
}
.icofont-company:before
{
content: "\e96c";
}
.icofont-contact-add:before
{
content: "\e96d";
}
.icofont-files-stack:before
{
content: "\e96e";
}
.icofont-handshake-deal:before
{
content: "\e96f";
}
.icofont-id-card:before
{
content: "\e970";
}
.icofont-meeting-add:before
{
content: "\e971";
}
.icofont-money-bag:before
{
content: "\e972";
}
.icofont-pie-chart:before
{
content: "\e973";
}
.icofont-presentation-alt:before
{
content: "\e974";
}
.icofont-presentation:before
{
content: "\e975";
}
.icofont-stamp:before
{
content: "\e976";
}
.icofont-stock-mobile:before
{
content: "\e977";
}
.icofont-chart-arrows-axis:before
{
content: "\e978";
}
.icofont-chart-bar-graph:before
{
content: "\e979";
}
.icofont-chart-flow-1:before
{
content: "\e97a";
}
.icofont-chart-flow-2:before
{
content: "\e97b";
}
.icofont-chart-flow:before
{
content: "\e97c";
}
.icofont-chart-growth:before
{
content: "\e97d";
}
.icofont-chart-histogram-alt:before
{
content: "\e97e";
}
.icofont-chart-histogram:before
{
content: "\e97f";
}
.icofont-chart-line-alt:before
{
content: "\e980";
}
.icofont-chart-line:before
{
content: "\e981";
}
.icofont-chart-pie-alt:before
{
content: "\e982";
}
.icofont-chart-pie:before
{
content: "\e983";
}
.icofont-chart-radar-graph:before
{
content: "\e984";
}
.icofont-architecture-alt:before
{
content: "\e985";
}
.icofont-architecture:before
{
content: "\e986";
}
.icofont-barricade:before
{
content: "\e987";
}
.icofont-bolt:before
{
content: "\e988";
}
.icofont-bricks:before
{
content: "\e989";
}
.icofont-building-alt:before
{
content: "\e98a";
}
.icofont-bull-dozer:before
{
content: "\e98b";
}
.icofont-calculations:before
{
content: "\e98c";
}
.icofont-cement-mix:before
{
content: "\e98d";
}
.icofont-cement-mixer:before
{
content: "\e98e";
}
.icofont-concrete-mixer:before
{
content: "\e98f";
}
.icofont-danger-zone:before
{
content: "\e990";
}
.icofont-drill:before
{
content: "\e991";
}
.icofont-eco-energy:before
{
content: "\e992";
}
.icofont-eco-environmen:before
{
content: "\e993";
}
.icofont-energy-air:before
{
content: "\e994";
}
.icofont-energy-oil:before
{
content: "\e995";
}
.icofont-energy-savings:before
{
content: "\e996";
}
.icofont-energy-solar:before
{
content: "\e997";
}
.icofont-energy-water:before
{
content: "\e998";
}
.icofont-engineer:before
{
content: "\e999";
}
.icofont-fire-extinguisher-alt:before
{
content: "\e99a";
}
.icofont-fire-extinguisher:before
{
content: "\e99b";
}
.icofont-fix-tools:before
{
content: "\e99c";
}
.icofont-fork-lift:before
{
content: "\e99d";
}
.icofont-glue-oil:before
{
content: "\e99e";
}
.icofont-hammer-alt:before
{
content: "\e99f";
}
.icofont-hammer:before
{
content: "\e9a0";
}
.icofont-help-robot:before
{
content: "\e9a1";
}
.icofont-industries-1:before
{
content: "\e9a2";
}
.icofont-industries-2:before
{
content: "\e9a3";
}
.icofont-industries-3:before
{
content: "\e9a4";
}
.icofont-industries-4:before
{
content: "\e9a5";
}
.icofont-industries-5:before
{
content: "\e9a6";
}
.icofont-industries:before
{
content: "\e9a7";
}
.icofont-labour:before
{
content: "\e9a8";
}
.icofont-mining:before
{
content: "\e9a9";
}
.icofont-paint-brush:before
{
content: "\e9aa";
}
.icofont-pollution:before
{
content: "\e9ab";
}
.icofont-power-zone:before
{
content: "\e9ac";
}
.icofont-radio-active:before
{
content: "\e9ad";
}
.icofont-recycle-alt:before
{
content: "\e9ae";
}
.icofont-recycling-man:before
{
content: "\e9af";
}
.icofont-safety-hat-light:before
{
content: "\e9b0";
}
.icofont-safety-hat:before
{
content: "\e9b1";
}
.icofont-saw:before
{
content: "\e9b2";
}
.icofont-screw-driver:before
{
content: "\e9b3";
}
.icofont-tools-1:before
{
content: "\e9b4";
}
.icofont-tools-bag:before
{
content: "\e9b5";
}
.icofont-tow-truck:before
{
content: "\e9b6";
}
.icofont-trolley:before
{
content: "\e9b7";
}
.icofont-trowel:before
{
content: "\e9b8";
}
.icofont-under-construction-alt:before
{
content: "\e9b9";
}
.icofont-under-construction:before
{
content: "\e9ba";
}
.icofont-vehicle-cement:before
{
content: "\e9bb";
}
.icofont-vehicle-crane:before
{
content: "\e9bc";
}
.icofont-vehicle-delivery-van:before
{
content: "\e9bd";
}
.icofont-vehicle-dozer:before
{
content: "\e9be";
}
.icofont-vehicle-excavator:before
{
content: "\e9bf";
}
.icofont-vehicle-trucktor:before
{
content: "\e9c0";
}
.icofont-vehicle-wrecking:before
{
content: "\e9c1";
}
.icofont-worker:before
{
content: "\e9c2";
}
.icofont-workers-group:before
{
content: "\e9c3";
}
.icofont-wrench:before
{
content: "\e9c4";
}
.icofont-afghani-false:before
{
content: "\e9c5";
}
.icofont-afghani-minus:before
{
content: "\e9c6";
}
.icofont-afghani-plus:before
{
content: "\e9c7";
}
.icofont-afghani-true:before
{
content: "\e9c8";
}
.icofont-afghani:before
{
content: "\e9c9";
}
.icofont-baht-false:before
{
content: "\e9ca";
}
.icofont-baht-minus:before
{
content: "\e9cb";
}
.icofont-baht-plus:before
{
content: "\e9cc";
}
.icofont-baht-true:before
{
content: "\e9cd";
}
.icofont-baht:before
{
content: "\e9ce";
}
.icofont-bitcoin-false:before
{
content: "\e9cf";
}
.icofont-bitcoin-minus:before
{
content: "\e9d0";
}
.icofont-bitcoin-plus:before
{
content: "\e9d1";
}
.icofont-bitcoin-true:before
{
content: "\e9d2";
}
.icofont-bitcoin:before
{
content: "\e9d3";
}
.icofont-dollar-flase:before
{
content: "\e9d4";
}
.icofont-dollar-minus:before
{
content: "\e9d5";
}
.icofont-dollar-plus:before
{
content: "\e9d6";
}
.icofont-dollar-true:before
{
content: "\e9d7";
}
.icofont-dollar:before
{
content: "\e9d8";
}
.icofont-dong-false:before
{
content: "\e9d9";
}
.icofont-dong-minus:before
{
content: "\e9da";
}
.icofont-dong-plus:before
{
content: "\e9db";
}
.icofont-dong-true:before
{
content: "\e9dc";
}
.icofont-dong:before
{
content: "\e9dd";
}
.icofont-euro-false:before
{
content: "\e9de";
}
.icofont-euro-minus:before
{
content: "\e9df";
}
.icofont-euro-plus:before
{
content: "\e9e0";
}
.icofont-euro-true:before
{
content: "\e9e1";
}
.icofont-euro:before
{
content: "\e9e2";
}
.icofont-frank-false:before
{
content: "\e9e3";
}
.icofont-frank-minus:before
{
content: "\e9e4";
}
.icofont-frank-plus:before
{
content: "\e9e5";
}
.icofont-frank-true:before
{
content: "\e9e6";
}
.icofont-frank:before
{
content: "\e9e7";
}
.icofont-hryvnia-false:before
{
content: "\e9e8";
}
.icofont-hryvnia-minus:before
{
content: "\e9e9";
}
.icofont-hryvnia-plus:before
{
content: "\e9ea";
}
.icofont-hryvnia-true:before
{
content: "\e9eb";
}
.icofont-hryvnia:before
{
content: "\e9ec";
}
.icofont-lira-false:before
{
content: "\e9ed";
}
.icofont-lira-minus:before
{
content: "\e9ee";
}
.icofont-lira-plus:before
{
content: "\e9ef";
}
.icofont-lira-true:before
{
content: "\e9f0";
}
.icofont-lira:before
{
content: "\e9f1";
}
.icofont-peseta-false:before
{
content: "\e9f2";
}
.icofont-peseta-minus:before
{
content: "\e9f3";
}
.icofont-peseta-plus:before
{
content: "\e9f4";
}
.icofont-peseta-true:before
{
content: "\e9f5";
}
.icofont-peseta:before
{
content: "\e9f6";
}
.icofont-peso-false:before
{
content: "\e9f7";
}
.icofont-peso-minus:before
{
content: "\e9f8";
}
.icofont-peso-plus:before
{
content: "\e9f9";
}
.icofont-peso-true:before
{
content: "\e9fa";
}
.icofont-peso:before
{
content: "\e9fb";
}
.icofont-pound-false:before
{
content: "\e9fc";
}
.icofont-pound-minus:before
{
content: "\e9fd";
}
.icofont-pound-plus:before
{
content: "\e9fe";
}
.icofont-pound-true:before
{
content: "\e9ff";
}
.icofont-pound:before
{
content: "\ea00";
}
.icofont-renminbi-false:before
{
content: "\ea01";
}
.icofont-renminbi-minus:before
{
content: "\ea02";
}
.icofont-renminbi-plus:before
{
content: "\ea03";
}
.icofont-renminbi-true:before
{
content: "\ea04";
}
.icofont-renminbi:before
{
content: "\ea05";
}
.icofont-riyal-false:before
{
content: "\ea06";
}
.icofont-riyal-minus:before
{
content: "\ea07";
}
.icofont-riyal-plus:before
{
content: "\ea08";
}
.icofont-riyal-true:before
{
content: "\ea09";
}
.icofont-riyal:before
{
content: "\ea0a";
}
.icofont-rouble-false:before
{
content: "\ea0b";
}
.icofont-rouble-minus:before
{
content: "\ea0c";
}
.icofont-rouble-plus:before
{
content: "\ea0d";
}
.icofont-rouble-true:before
{
content: "\ea0e";
}
.icofont-rouble:before
{
content: "\ea0f";
}
.icofont-rupee-false:before
{
content: "\ea10";
}
.icofont-rupee-minus:before
{
content: "\ea11";
}
.icofont-rupee-plus:before
{
content: "\ea12";
}
.icofont-rupee-true:before
{
content: "\ea13";
}
.icofont-rupee:before
{
content: "\ea14";
}
.icofont-taka-false:before
{
content: "\ea15";
}
.icofont-taka-minus:before
{
content: "\ea16";
}
.icofont-taka-plus:before
{
content: "\ea17";
}
.icofont-taka-true:before
{
content: "\ea18";
}
.icofont-taka:before
{
content: "\ea19";
}
.icofont-turkish-lira-false:before
{
content: "\ea1a";
}
.icofont-turkish-lira-minus:before
{
content: "\ea1b";
}
.icofont-turkish-lira-plus:before
{
content: "\ea1c";
}
.icofont-turkish-lira-true:before
{
content: "\ea1d";
}
.icofont-turkish-lira:before
{
content: "\ea1e";
}
.icofont-won-false:before
{
content: "\ea1f";
}
.icofont-won-minus:before
{
content: "\ea20";
}
.icofont-won-plus:before
{
content: "\ea21";
}
.icofont-won-true:before
{
content: "\ea22";
}
.icofont-won:before
{
content: "\ea23";
}
.icofont-yen-false:before
{
content: "\ea24";
}
.icofont-yen-minus:before
{
content: "\ea25";
}
.icofont-yen-plus:before
{
content: "\ea26";
}
.icofont-yen-true:before
{
content: "\ea27";
}
.icofont-yen:before
{
content: "\ea28";
}
.icofont-android-nexus:before
{
content: "\ea29";
}
.icofont-android-tablet:before
{
content: "\ea2a";
}
.icofont-apple-watch:before
{
content: "\ea2b";
}
.icofont-drawing-tablet:before
{
content: "\ea2c";
}
.icofont-earphone:before
{
content: "\ea2d";
}
.icofont-flash-drive:before
{
content: "\ea2e";
}
.icofont-game-console:before
{
content: "\ea2f";
}
.icofont-game-controller:before
{
content: "\ea30";
}
.icofont-game-pad:before
{
content: "\ea31";
}
.icofont-game:before
{
content: "\ea32";
}
.icofont-headphone-alt-1:before
{
content: "\ea33";
}
.icofont-headphone-alt-2:before
{
content: "\ea34";
}
.icofont-headphone-alt-3:before
{
content: "\ea35";
}
.icofont-headphone-alt:before
{
content: "\ea36";
}
.icofont-headphone:before
{
content: "\ea37";
}
.icofont-htc-one:before
{
content: "\ea38";
}
.icofont-imac:before
{
content: "\ea39";
}
.icofont-ipad:before
{
content: "\ea3a";
}
.icofont-iphone:before
{
content: "\ea3b";
}
.icofont-ipod-nano:before
{
content: "\ea3c";
}
.icofont-ipod-touch:before
{
content: "\ea3d";
}
.icofont-keyboard-alt:before
{
content: "\ea3e";
}
.icofont-keyboard-wireless:before
{
content: "\ea3f";
}
.icofont-keyboard:before
{
content: "\ea40";
}
.icofont-laptop-alt:before
{
content: "\ea41";
}
.icofont-laptop:before
{
content: "\ea42";
}
.icofont-macbook:before
{
content: "\ea43";
}
.icofont-magic-mouse:before
{
content: "\ea44";
}
.icofont-micro-chip:before
{
content: "\ea45";
}
.icofont-microphone-alt:before
{
content: "\ea46";
}
.icofont-microphone:before
{
content: "\ea47";
}
.icofont-monitor:before
{
content: "\ea48";
}
.icofont-mouse:before
{
content: "\ea49";
}
.icofont-mp3-player:before
{
content: "\ea4a";
}
.icofont-nintendo:before
{
content: "\ea4b";
}
.icofont-playstation-alt:before
{
content: "\ea4c";
}
.icofont-psvita:before
{
content: "\ea4d";
}
.icofont-radio-mic:before
{
content: "\ea4e";
}
.icofont-radio:before
{
content: "\ea4f";
}
.icofont-refrigerator:before
{
content: "\ea50";
}
.icofont-samsung-galaxy:before
{
content: "\ea51";
}
.icofont-surface-tablet:before
{
content: "\ea52";
}
.icofont-ui-head-phone:before
{
content: "\ea53";
}
.icofont-ui-keyboard:before
{
content: "\ea54";
}
.icofont-washing-machine:before
{
content: "\ea55";
}
.icofont-wifi-router:before
{
content: "\ea56";
}
.icofont-wii-u:before
{
content: "\ea57";
}
.icofont-windows-lumia:before
{
content: "\ea58";
}
.icofont-wireless-mouse:before
{
content: "\ea59";
}
.icofont-xbox-360:before
{
content: "\ea5a";
}
.icofont-arrow-down:before
{
content: "\ea5b";
}
.icofont-arrow-left:before
{
content: "\ea5c";
}
.icofont-arrow-right:before
{
content: "\ea5d";
}
.icofont-arrow-up:before
{
content: "\ea5e";
}
.icofont-block-down:before
{
content: "\ea5f";
}
.icofont-block-left:before
{
content: "\ea60";
}
.icofont-block-right:before
{
content: "\ea61";
}
.icofont-block-up:before
{
content: "\ea62";
}
.icofont-bubble-down:before
{
content: "\ea63";
}
.icofont-bubble-left:before
{
content: "\ea64";
}
.icofont-bubble-right:before
{
content: "\ea65";
}
.icofont-bubble-up:before
{
content: "\ea66";
}
.icofont-caret-down:before
{
content: "\ea67";
}
.icofont-caret-left:before
{
content: "\ea68";
}
.icofont-caret-right:before
{
content: "\ea69";
}
.icofont-caret-up:before
{
content: "\ea6a";
}
.icofont-circled-down:before
{
content: "\ea6b";
}
.icofont-circled-left:before
{
content: "\ea6c";
}
.icofont-circled-right:before
{
content: "\ea6d";
}
.icofont-circled-up:before
{
content: "\ea6e";
}
.icofont-collapse:before
{
content: "\ea6f";
}
.icofont-cursor-drag:before
{
content: "\ea70";
}
.icofont-curved-double-left:before
{
content: "\ea71";
}
.icofont-curved-double-right:before
{
content: "\ea72";
}
.icofont-curved-down:before
{
content: "\ea73";
}
.icofont-curved-left:before
{
content: "\ea74";
}
.icofont-curved-right:before
{
content: "\ea75";
}
.icofont-curved-up:before
{
content: "\ea76";
}
.icofont-dotted-down:before
{
content: "\ea77";
}
.icofont-dotted-left:before
{
content: "\ea78";
}
.icofont-dotted-right:before
{
content: "\ea79";
}
.icofont-dotted-up:before
{
content: "\ea7a";
}
.icofont-double-left:before
{
content: "\ea7b";
}
.icofont-double-right:before
{
content: "\ea7c";
}
.icofont-expand-alt:before
{
content: "\ea7d";
}
.icofont-hand-down:before
{
content: "\ea7e";
}
.icofont-hand-drag:before
{
content: "\ea7f";
}
.icofont-hand-drag1:before
{
content: "\ea80";
}
.icofont-hand-drag2:before
{
content: "\ea81";
}
.icofont-hand-drawn-alt-down:before
{
content: "\ea82";
}
.icofont-hand-drawn-alt-left:before
{
content: "\ea83";
}
.icofont-hand-drawn-alt-right:before
{
content: "\ea84";
}
.icofont-hand-drawn-alt-up:before
{
content: "\ea85";
}
.icofont-hand-drawn-down:before
{
content: "\ea86";
}
.icofont-hand-drawn-left:before
{
content: "\ea87";
}
.icofont-hand-drawn-right:before
{
content: "\ea88";
}
.icofont-hand-drawn-up:before
{
content: "\ea89";
}
.icofont-hand-grippers:before
{
content: "\ea8a";
}
.icofont-hand-left:before
{
content: "\ea8b";
}
.icofont-hand-right:before
{
content: "\ea8c";
}
.icofont-hand-up:before
{
content: "\ea8d";
}
.icofont-line-block-down:before
{
content: "\ea8e";
}
.icofont-line-block-left:before
{
content: "\ea8f";
}
.icofont-line-block-right:before
{
content: "\ea90";
}
.icofont-line-block-up:before
{
content: "\ea91";
}
.icofont-long-arrow-down:before
{
content: "\ea92";
}
.icofont-long-arrow-left:before
{
content: "\ea93";
}
.icofont-long-arrow-right:before
{
content: "\ea94";
}
.icofont-long-arrow-up:before
{
content: "\ea95";
}
.icofont-rounded-collapse:before
{
content: "\ea96";
}
.icofont-rounded-double-left:before
{
content: "\ea97";
}
.icofont-rounded-double-right:before
{
content: "\ea98";
}
.icofont-rounded-down:before
{
content: "\ea99";
}
.icofont-rounded-expand:before
{
content: "\ea9a";
}
.icofont-rounded-left-down:before
{
content: "\ea9b";
}
.icofont-rounded-left-up:before
{
content: "\ea9c";
}
.icofont-rounded-left:before
{
content: "\ea9d";
}
.icofont-rounded-right-down:before
{
content: "\ea9e";
}
.icofont-rounded-right-up:before
{
content: "\ea9f";
}
.icofont-rounded-right:before
{
content: "\eaa0";
}
.icofont-rounded-up:before
{
content: "\eaa1";
}
.icofont-scroll-bubble-down:before
{
content: "\eaa2";
}
.icofont-scroll-bubble-left:before
{
content: "\eaa3";
}
.icofont-scroll-bubble-right:before
{
content: "\eaa4";
}
.icofont-scroll-bubble-up:before
{
content: "\eaa5";
}
.icofont-scroll-double-down:before
{
content: "\eaa6";
}
.icofont-scroll-double-left:before
{
content: "\eaa7";
}
.icofont-scroll-double-right:before
{
content: "\eaa8";
}
.icofont-scroll-double-up:before
{
content: "\eaa9";
}
.icofont-scroll-down:before
{
content: "\eaaa";
}
.icofont-scroll-left:before
{
content: "\eaab";
}
.icofont-scroll-long-down:before
{
content: "\eaac";
}
.icofont-scroll-long-left:before
{
content: "\eaad";
}
.icofont-scroll-long-right:before
{
content: "\eaae";
}
.icofont-scroll-long-up:before
{
content: "\eaaf";
}
.icofont-scroll-right:before
{
content: "\eab0";
}
.icofont-scroll-up:before
{
content: "\eab1";
}
.icofont-simple-down:before
{
content: "\eab2";
}
.icofont-simple-left-down:before
{
content: "\eab3";
}
.icofont-simple-left-up:before
{
content: "\eab4";
}
.icofont-simple-left:before
{
content: "\eab5";
}
.icofont-simple-right-down:before
{
content: "\eab6";
}
.icofont-simple-right-up:before
{
content: "\eab7";
}
.icofont-simple-right:before
{
content: "\eab8";
}
.icofont-simple-up:before
{
content: "\eab9";
}
.icofont-square-down:before
{
content: "\eaba";
}
.icofont-square-left:before
{
content: "\eabb";
}
.icofont-square-right:before
{
content: "\eabc";
}
.icofont-square-up:before
{
content: "\eabd";
}
.icofont-stylish-down:before
{
content: "\eabe";
}
.icofont-stylish-left:before
{
content: "\eabf";
}
.icofont-stylish-right:before
{
content: "\eac0";
}
.icofont-stylish-up:before
{
content: "\eac1";
}
.icofont-swoosh-down:before
{
content: "\eac2";
}
.icofont-swoosh-left:before
{
content: "\eac3";
}
.icofont-swoosh-right:before
{
content: "\eac4";
}
.icofont-swoosh-up:before
{
content: "\eac5";
}
.icofont-thin-double-left:before
{
content: "\eac6";
}
.icofont-thin-double-right:before
{
content: "\eac7";
}
.icofont-thin-down:before
{
content: "\eac8";
}
.icofont-thin-left:before
{
content: "\eac9";
}
.icofont-thin-right:before
{
content: "\eaca";
}
.icofont-thin-up:before
{
content: "\eacb";
}
.icofont-abc:before
{
content: "\eacc";
}
.icofont-atom:before
{
content: "\eacd";
}
.icofont-award:before
{
content: "\eace";
}
.icofont-bell-alt:before
{
content: "\eacf";
}
.icofont-black-board:before
{
content: "\ead0";
}
.icofont-book-alt:before
{
content: "\ead1";
}
.icofont-book:before
{
content: "\ead2";
}
.icofont-brainstorming:before
{
content: "\ead3";
}
.icofont-certificate-alt-1:before
{
content: "\ead4";
}
.icofont-certificate-alt-2:before
{
content: "\ead5";
}
.icofont-certificate:before
{
content: "\ead6";
}
.icofont-education:before
{
content: "\ead7";
}
.icofont-electron:before
{
content: "\ead8";
}
.icofont-fountain-pen:before
{
content: "\ead9";
}
.icofont-globe-alt:before
{
content: "\eada";
}
.icofont-graduate-alt:before
{
content: "\eadb";
}
.icofont-graduate:before
{
content: "\eadc";
}
.icofont-group-students:before
{
content: "\eadd";
}
.icofont-hat-alt:before
{
content: "\eade";
}
.icofont-hat:before
{
content: "\eadf";
}
.icofont-instrument:before
{
content: "\eae0";
}
.icofont-lamp-light:before
{
content: "\eae1";
}
.icofont-medal:before
{
content: "\eae2";
}
.icofont-microscope-alt:before
{
content: "\eae3";
}
.icofont-microscope:before
{
content: "\eae4";
}
.icofont-paper:before
{
content: "\eae5";
}
.icofont-pen-alt-4:before
{
content: "\eae6";
}
.icofont-pen-nib:before
{
content: "\eae7";
}
.icofont-pencil-alt-5:before
{
content: "\eae8";
}
.icofont-quill-pen:before
{
content: "\eae9";
}
.icofont-read-book-alt:before
{
content: "\eaea";
}
.icofont-read-book:before
{
content: "\eaeb";
}
.icofont-school-bag:before
{
content: "\eaec";
}
.icofont-school-bus:before
{
content: "\eaed";
}
.icofont-student-alt:before
{
content: "\eaee";
}
.icofont-student:before
{
content: "\eaef";
}
.icofont-teacher:before
{
content: "\eaf0";
}
.icofont-test-bulb:before
{
content: "\eaf1";
}
.icofont-test-tube-alt:before
{
content: "\eaf2";
}
.icofont-university:before
{
content: "\eaf3";
}
.icofont-angry:before
{
content: "\eaf4";
}
.icofont-astonished:before
{
content: "\eaf5";
}
.icofont-confounded:before
{
content: "\eaf6";
}
.icofont-confused:before
{
content: "\eaf7";
}
.icofont-crying:before
{
content: "\eaf8";
}
.icofont-dizzy:before
{
content: "\eaf9";
}
.icofont-expressionless:before
{
content: "\eafa";
}
.icofont-heart-eyes:before
{
content: "\eafb";
}
.icofont-laughing:before
{
content: "\eafc";
}
.icofont-nerd-smile:before
{
content: "\eafd";
}
.icofont-open-mouth:before
{
content: "\eafe";
}
.icofont-rage:before
{
content: "\eaff";
}
.icofont-rolling-eyes:before
{
content: "\eb00";
}
.icofont-sad:before
{
content: "\eb01";
}
.icofont-simple-smile:before
{
content: "\eb02";
}
.icofont-slightly-smile:before
{
content: "\eb03";
}
.icofont-smirk:before
{
content: "\eb04";
}
.icofont-stuck-out-tongue:before
{
content: "\eb05";
}
.icofont-wink-smile:before
{
content: "\eb06";
}
.icofont-worried:before
{
content: "\eb07";
}
.icofont-file-alt:before
{
content: "\eb08";
}
.icofont-file-audio:before
{
content: "\eb09";
}
.icofont-file-avi-mp4:before
{
content: "\eb0a";
}
.icofont-file-bmp:before
{
content: "\eb0b";
}
.icofont-file-code:before
{
content: "\eb0c";
}
.icofont-file-css:before
{
content: "\eb0d";
}
.icofont-file-document:before
{
content: "\eb0e";
}
.icofont-file-eps:before
{
content: "\eb0f";
}
.icofont-file-excel:before
{
content: "\eb10";
}
.icofont-file-exe:before
{
content: "\eb11";
}
.icofont-file-file:before
{
content: "\eb12";
}
.icofont-file-flv:before
{
content: "\eb13";
}
.icofont-file-gif:before
{
content: "\eb14";
}
.icofont-file-html5:before
{
content: "\eb15";
}
.icofont-file-image:before
{
content: "\eb16";
}
.icofont-file-iso:before
{
content: "\eb17";
}
.icofont-file-java:before
{
content: "\eb18";
}
.icofont-file-javascript:before
{
content: "\eb19";
}
.icofont-file-jpg:before
{
content: "\eb1a";
}
.icofont-file-midi:before
{
content: "\eb1b";
}
.icofont-file-mov:before
{
content: "\eb1c";
}
.icofont-file-mp3:before
{
content: "\eb1d";
}
.icofont-file-pdf:before
{
content: "\eb1e";
}
.icofont-file-php:before
{
content: "\eb1f";
}
.icofont-file-png:before
{
content: "\eb20";
}
.icofont-file-powerpoint:before
{
content: "\eb21";
}
.icofont-file-presentation:before
{
content: "\eb22";
}
.icofont-file-psb:before
{
content: "\eb23";
}
.icofont-file-psd:before
{
content: "\eb24";
}
.icofont-file-python:before
{
content: "\eb25";
}
.icofont-file-ruby:before
{
content: "\eb26";
}
.icofont-file-spreadsheet:before
{
content: "\eb27";
}
.icofont-file-sql:before
{
content: "\eb28";
}
.icofont-file-svg:before
{
content: "\eb29";
}
.icofont-file-text:before
{
content: "\eb2a";
}
.icofont-file-tiff:before
{
content: "\eb2b";
}
.icofont-file-video:before
{
content: "\eb2c";
}
.icofont-file-wave:before
{
content: "\eb2d";
}
.icofont-file-wmv:before
{
content: "\eb2e";
}
.icofont-file-word:before
{
content: "\eb2f";
}
.icofont-file-zip:before
{
content: "\eb30";
}
.icofont-cycling-alt:before
{
content: "\eb31";
}
.icofont-cycling:before
{
content: "\eb32";
}
.icofont-dumbbell:before
{
content: "\eb33";
}
.icofont-dumbbells:before
{
content: "\eb34";
}
.icofont-gym-alt-1:before
{
content: "\eb35";
}
.icofont-gym-alt-2:before
{
content: "\eb36";
}
.icofont-gym-alt-3:before
{
content: "\eb37";
}
.icofont-gym:before
{
content: "\eb38";
}
.icofont-muscle-weight:before
{
content: "\eb39";
}
.icofont-muscle:before
{
content: "\eb3a";
}
.icofont-apple:before
{
content: "\eb3b";
}
.icofont-arabian-coffee:before
{
content: "\eb3c";
}
.icofont-artichoke:before
{
content: "\eb3d";
}
.icofont-asparagus:before
{
content: "\eb3e";
}
.icofont-avocado:before
{
content: "\eb3f";
}
.icofont-baby-food:before
{
content: "\eb40";
}
.icofont-banana:before
{
content: "\eb41";
}
.icofont-bbq:before
{
content: "\eb42";
}
.icofont-beans:before
{
content: "\eb43";
}
.icofont-beer:before
{
content: "\eb44";
}
.icofont-bell-pepper-capsicum:before
{
content: "\eb45";
}
.icofont-birthday-cake:before
{
content: "\eb46";
}
.icofont-bread:before
{
content: "\eb47";
}
.icofont-broccoli:before
{
content: "\eb48";
}
.icofont-burger:before
{
content: "\eb49";
}
.icofont-cabbage:before
{
content: "\eb4a";
}
.icofont-carrot:before
{
content: "\eb4b";
}
.icofont-cauli-flower:before
{
content: "\eb4c";
}
.icofont-cheese:before
{
content: "\eb4d";
}
.icofont-chef:before
{
content: "\eb4e";
}
.icofont-cherry:before
{
content: "\eb4f";
}
.icofont-chicken-fry:before
{
content: "\eb50";
}
.icofont-chicken:before
{
content: "\eb51";
}
.icofont-cocktail:before
{
content: "\eb52";
}
.icofont-coconut-water:before
{
content: "\eb53";
}
.icofont-coconut:before
{
content: "\eb54";
}
.icofont-coffee-alt:before
{
content: "\eb55";
}
.icofont-coffee-cup:before
{
content: "\eb56";
}
.icofont-coffee-mug:before
{
content: "\eb57";
}
.icofont-coffee-pot:before
{
content: "\eb58";
}
.icofont-cola:before
{
content: "\eb59";
}
.icofont-corn:before
{
content: "\eb5a";
}
.icofont-croissant:before
{
content: "\eb5b";
}
.icofont-crop-plant:before
{
content: "\eb5c";
}
.icofont-cucumber:before
{
content: "\eb5d";
}
.icofont-culinary:before
{
content: "\eb5e";
}
.icofont-cup-cake:before
{
content: "\eb5f";
}
.icofont-dining-table:before
{
content: "\eb60";
}
.icofont-donut:before
{
content: "\eb61";
}
.icofont-egg-plant:before
{
content: "\eb62";
}
.icofont-egg-poached:before
{
content: "\eb63";
}
.icofont-farmer-alt:before
{
content: "\eb64";
}
.icofont-farmer:before
{
content: "\eb65";
}
.icofont-fast-food:before
{
content: "\eb66";
}
.icofont-food-basket:before
{
content: "\eb67";
}
.icofont-food-cart:before
{
content: "\eb68";
}
.icofont-fork-and-knife:before
{
content: "\eb69";
}
.icofont-french-fries:before
{
content: "\eb6a";
}
.icofont-fruits:before
{
content: "\eb6b";
}
.icofont-grapes:before
{
content: "\eb6c";
}
.icofont-honey:before
{
content: "\eb6d";
}
.icofont-hot-dog:before
{
content: "\eb6e";
}
.icofont-ice-cream-alt:before
{
content: "\eb6f";
}
.icofont-ice-cream:before
{
content: "\eb70";
}
.icofont-juice:before
{
content: "\eb71";
}
.icofont-ketchup:before
{
content: "\eb72";
}
.icofont-kiwi:before
{
content: "\eb73";
}
.icofont-layered-cake:before
{
content: "\eb74";
}
.icofont-lemon-alt:before
{
content: "\eb75";
}
.icofont-lemon:before
{
content: "\eb76";
}
.icofont-lobster:before
{
content: "\eb77";
}
.icofont-mango:before
{
content: "\eb78";
}
.icofont-milk:before
{
content: "\eb79";
}
.icofont-mushroom:before
{
content: "\eb7a";
}
.icofont-noodles:before
{
content: "\eb7b";
}
.icofont-onion:before
{
content: "\eb7c";
}
.icofont-orange:before
{
content: "\eb7d";
}
.icofont-pear:before
{
content: "\eb7e";
}
.icofont-peas:before
{
content: "\eb7f";
}
.icofont-pepper:before
{
content: "\eb80";
}
.icofont-pie-alt:before
{
content: "\eb81";
}
.icofont-pie:before
{
content: "\eb82";
}
.icofont-pineapple:before
{
content: "\eb83";
}
.icofont-pizza-slice:before
{
content: "\eb84";
}
.icofont-pizza:before
{
content: "\eb85";
}
.icofont-plant:before
{
content: "\eb86";
}
.icofont-popcorn:before
{
content: "\eb87";
}
.icofont-potato:before
{
content: "\eb88";
}
.icofont-pumpkin:before
{
content: "\eb89";
}
.icofont-raddish:before
{
content: "\eb8a";
}
.icofont-restaurant-menu:before
{
content: "\eb8b";
}
.icofont-restaurant:before
{
content: "\eb8c";
}
.icofont-salt-and-pepper:before
{
content: "\eb8d";
}
.icofont-sandwich:before
{
content: "\eb8e";
}
.icofont-sausage:before
{
content: "\eb8f";
}
.icofont-soft-drinks:before
{
content: "\eb90";
}
.icofont-soup-bowl:before
{
content: "\eb91";
}
.icofont-spoon-and-fork:before
{
content: "\eb92";
}
.icofont-steak:before
{
content: "\eb93";
}
.icofont-strawberry:before
{
content: "\eb94";
}
.icofont-sub-sandwich:before
{
content: "\eb95";
}
.icofont-sushi:before
{
content: "\eb96";
}
.icofont-taco:before
{
content: "\eb97";
}
.icofont-tea-pot:before
{
content: "\eb98";
}
.icofont-tea:before
{
content: "\eb99";
}
.icofont-tomato:before
{
content: "\eb9a";
}
.icofont-watermelon:before
{
content: "\eb9b";
}
.icofont-wheat:before
{
content: "\eb9c";
}
.icofont-baby-backpack:before
{
content: "\eb9d";
}
.icofont-baby-cloth:before
{
content: "\eb9e";
}
.icofont-baby-milk-bottle:before
{
content: "\eb9f";
}
.icofont-baby-trolley:before
{
content: "\eba0";
}
.icofont-baby:before
{
content: "\eba1";
}
.icofont-candy:before
{
content: "\eba2";
}
.icofont-holding-hands:before
{
content: "\eba3";
}
.icofont-infant-nipple:before
{
content: "\eba4";
}
.icofont-kids-scooter:before
{
content: "\eba5";
}
.icofont-safety-pin:before
{
content: "\eba6";
}
.icofont-teddy-bear:before
{
content: "\eba7";
}
.icofont-toy-ball:before
{
content: "\eba8";
}
.icofont-toy-cat:before
{
content: "\eba9";
}
.icofont-toy-duck:before
{
content: "\ebaa";
}
.icofont-toy-elephant:before
{
content: "\ebab";
}
.icofont-toy-hand:before
{
content: "\ebac";
}
.icofont-toy-horse:before
{
content: "\ebad";
}
.icofont-toy-lattu:before
{
content: "\ebae";
}
.icofont-toy-train:before
{
content: "\ebaf";
}
.icofont-burglar:before
{
content: "\ebb0";
}
.icofont-cannon-firing:before
{
content: "\ebb1";
}
.icofont-cc-camera:before
{
content: "\ebb2";
}
.icofont-cop-badge:before
{
content: "\ebb3";
}
.icofont-cop:before
{
content: "\ebb4";
}
.icofont-court-hammer:before
{
content: "\ebb5";
}
.icofont-court:before
{
content: "\ebb6";
}
.icofont-finger-print:before
{
content: "\ebb7";
}
.icofont-gavel:before
{
content: "\ebb8";
}
.icofont-handcuff-alt:before
{
content: "\ebb9";
}
.icofont-handcuff:before
{
content: "\ebba";
}
.icofont-investigation:before
{
content: "\ebbb";
}
.icofont-investigator:before
{
content: "\ebbc";
}
.icofont-jail:before
{
content: "\ebbd";
}
.icofont-judge:before
{
content: "\ebbe";
}
.icofont-law-alt-1:before
{
content: "\ebbf";
}
.icofont-law-alt-2:before
{
content: "\ebc0";
}
.icofont-law-alt-3:before
{
content: "\ebc1";
}
.icofont-law-book:before
{
content: "\ebc2";
}
.icofont-law-document:before
{
content: "\ebc3";
}
.icofont-law-order:before
{
content: "\ebc4";
}
.icofont-law-protect:before
{
content: "\ebc5";
}
.icofont-law-scales:before
{
content: "\ebc6";
}
.icofont-law:before
{
content: "\ebc7";
}
.icofont-lawyer-alt-1:before
{
content: "\ebc8";
}
.icofont-lawyer-alt-2:before
{
content: "\ebc9";
}
.icofont-lawyer:before
{
content: "\ebca";
}
.icofont-legal:before
{
content: "\ebcb";
}
.icofont-pistol:before
{
content: "\ebcc";
}
.icofont-police-badge:before
{
content: "\ebcd";
}
.icofont-police-cap:before
{
content: "\ebce";
}
.icofont-police-car-alt-1:before
{
content: "\ebcf";
}
.icofont-police-car-alt-2:before
{
content: "\ebd0";
}
.icofont-police-car:before
{
content: "\ebd1";
}
.icofont-police-hat:before
{
content: "\ebd2";
}
.icofont-police-van:before
{
content: "\ebd3";
}
.icofont-police:before
{
content: "\ebd4";
}
.icofont-thief-alt:before
{
content: "\ebd5";
}
.icofont-thief:before
{
content: "\ebd6";
}
.icofont-abacus-alt:before
{
content: "\ebd7";
}
.icofont-abacus:before
{
content: "\ebd8";
}
.icofont-angle-180:before
{
content: "\ebd9";
}
.icofont-angle-45:before
{
content: "\ebda";
}
.icofont-angle-90:before
{
content: "\ebdb";
}
.icofont-angle:before
{
content: "\ebdc";
}
.icofont-calculator-alt-1:before
{
content: "\ebdd";
}
.icofont-calculator-alt-2:before
{
content: "\ebde";
}
.icofont-calculator:before
{
content: "\ebdf";
}
.icofont-circle-ruler-alt:before
{
content: "\ebe0";
}
.icofont-circle-ruler:before
{
content: "\ebe1";
}
.icofont-compass-alt-1:before
{
content: "\ebe2";
}
.icofont-compass-alt-2:before
{
content: "\ebe3";
}
.icofont-compass-alt-3:before
{
content: "\ebe4";
}
.icofont-compass-alt-4:before
{
content: "\ebe5";
}
.icofont-golden-ratio:before
{
content: "\ebe6";
}
.icofont-marker-alt-1:before
{
content: "\ebe7";
}
.icofont-marker-alt-2:before
{
content: "\ebe8";
}
.icofont-marker-alt-3:before
{
content: "\ebe9";
}
.icofont-marker:before
{
content: "\ebea";
}
.icofont-math:before
{
content: "\ebeb";
}
.icofont-mathematical-alt-1:before
{
content: "\ebec";
}
.icofont-mathematical-alt-2:before
{
content: "\ebed";
}
.icofont-mathematical:before
{
content: "\ebee";
}
.icofont-pen-alt-1:before
{
content: "\ebef";
}
.icofont-pen-alt-2:before
{
content: "\ebf0";
}
.icofont-pen-alt-3:before
{
content: "\ebf1";
}
.icofont-pen-holder-alt-1:before
{
content: "\ebf2";
}
.icofont-pen-holder:before
{
content: "\ebf3";
}
.icofont-pen:before
{
content: "\ebf4";
}
.icofont-pencil-alt-1:before
{
content: "\ebf5";
}
.icofont-pencil-alt-2:before
{
content: "\ebf6";
}
.icofont-pencil-alt-3:before
{
content: "\ebf7";
}
.icofont-pencil-alt-4:before
{
content: "\ebf8";
}
.icofont-pencil:before
{
content: "\ebf9";
}
.icofont-ruler-alt-1:before
{
content: "\ebfa";
}
.icofont-ruler-alt-2:before
{
content: "\ebfb";
}
.icofont-ruler-compass-alt:before
{
content: "\ebfc";
}
.icofont-ruler-compass:before
{
content: "\ebfd";
}
.icofont-ruler-pencil-alt-1:before
{
content: "\ebfe";
}
.icofont-ruler-pencil-alt-2:before
{
content: "\ebff";
}
.icofont-ruler-pencil:before
{
content: "\ec00";
}
.icofont-ruler:before
{
content: "\ec01";
}
.icofont-rulers-alt:before
{
content: "\ec02";
}
.icofont-rulers:before
{
content: "\ec03";
}
.icofont-square-root:before
{
content: "\ec04";
}
.icofont-ui-calculator:before
{
content: "\ec05";
}
.icofont-aids:before
{
content: "\ec06";
}
.icofont-ambulance-crescent:before
{
content: "\ec07";
}
.icofont-ambulance-cross:before
{
content: "\ec08";
}
.icofont-ambulance:before
{
content: "\ec09";
}
.icofont-autism:before
{
content: "\ec0a";
}
.icofont-bandage:before
{
content: "\ec0b";
}
.icofont-blind:before
{
content: "\ec0c";
}
.icofont-blood-drop:before
{
content: "\ec0d";
}
.icofont-blood-test:before
{
content: "\ec0e";
}
.icofont-blood:before
{
content: "\ec0f";
}
.icofont-brain-alt:before
{
content: "\ec10";
}
.icofont-brain:before
{
content: "\ec11";
}
.icofont-capsule:before
{
content: "\ec12";
}
.icofont-crutch:before
{
content: "\ec13";
}
.icofont-disabled:before
{
content: "\ec14";
}
.icofont-dna-alt-1:before
{
content: "\ec15";
}
.icofont-dna-alt-2:before
{
content: "\ec16";
}
.icofont-dna:before
{
content: "\ec17";
}
.icofont-doctor-alt:before
{
content: "\ec18";
}
.icofont-doctor:before
{
content: "\ec19";
}
.icofont-drug-pack:before
{
content: "\ec1a";
}
.icofont-drug:before
{
content: "\ec1b";
}
.icofont-first-aid-alt:before
{
content: "\ec1c";
}
.icofont-first-aid:before
{
content: "\ec1d";
}
.icofont-heart-beat-alt:before
{
content: "\ec1e";
}
.icofont-heart-beat:before
{
content: "\ec1f";
}
.icofont-heartbeat:before
{
content: "\ec20";
}
.icofont-herbal:before
{
content: "\ec21";
}
.icofont-hospital:before
{
content: "\ec22";
}
.icofont-icu:before
{
content: "\ec23";
}
.icofont-injection-syringe:before
{
content: "\ec24";
}
.icofont-laboratory:before
{
content: "\ec25";
}
.icofont-medical-sign-alt:before
{
content: "\ec26";
}
.icofont-medical-sign:before
{
content: "\ec27";
}
.icofont-nurse-alt:before
{
content: "\ec28";
}
.icofont-nurse:before
{
content: "\ec29";
}
.icofont-nursing-home:before
{
content: "\ec2a";
}
.icofont-operation-theater:before
{
content: "\ec2b";
}
.icofont-paralysis-disability:before
{
content: "\ec2c";
}
.icofont-patient-bed:before
{
content: "\ec2d";
}
.icofont-patient-file:before
{
content: "\ec2e";
}
.icofont-pills:before
{
content: "\ec2f";
}
.icofont-prescription:before
{
content: "\ec30";
}
.icofont-pulse:before
{
content: "\ec31";
}
.icofont-stethoscope-alt:before
{
content: "\ec32";
}
.icofont-stethoscope:before
{
content: "\ec33";
}
.icofont-stretcher:before
{
content: "\ec34";
}
.icofont-surgeon-alt:before
{
content: "\ec35";
}
.icofont-surgeon:before
{
content: "\ec36";
}
.icofont-tablets:before
{
content: "\ec37";
}
.icofont-test-bottle:before
{
content: "\ec38";
}
.icofont-test-tube:before
{
content: "\ec39";
}
.icofont-thermometer-alt:before
{
content: "\ec3a";
}
.icofont-thermometer:before
{
content: "\ec3b";
}
.icofont-tooth:before
{
content: "\ec3c";
}
.icofont-xray:before
{
content: "\ec3d";
}
.icofont-ui-add:before
{
content: "\ec3e";
}
.icofont-ui-alarm:before
{
content: "\ec3f";
}
.icofont-ui-battery:before
{
content: "\ec40";
}
.icofont-ui-block:before
{
content: "\ec41";
}
.icofont-ui-bluetooth:before
{
content: "\ec42";
}
.icofont-ui-brightness:before
{
content: "\ec43";
}
.icofont-ui-browser:before
{
content: "\ec44";
}
.icofont-ui-calendar:before
{
content: "\ec45";
}
.icofont-ui-call:before
{
content: "\ec46";
}
.icofont-ui-camera:before
{
content: "\ec47";
}
.icofont-ui-cart:before
{
content: "\ec48";
}
.icofont-ui-cell-phone:before
{
content: "\ec49";
}
.icofont-ui-chat:before
{
content: "\ec4a";
}
.icofont-ui-check:before
{
content: "\ec4b";
}
.icofont-ui-clip-board:before
{
content: "\ec4c";
}
.icofont-ui-clip:before
{
content: "\ec4d";
}
.icofont-ui-clock:before
{
content: "\ec4e";
}
.icofont-ui-close:before
{
content: "\ec4f";
}
.icofont-ui-contact-list:before
{
content: "\ec50";
}
.icofont-ui-copy:before
{
content: "\ec51";
}
.icofont-ui-cut:before
{
content: "\ec52";
}
.icofont-ui-delete:before
{
content: "\ec53";
}
.icofont-ui-dial-phone:before
{
content: "\ec54";
}
.icofont-ui-edit:before
{
content: "\ec55";
}
.icofont-ui-email:before
{
content: "\ec56";
}
.icofont-ui-file:before
{
content: "\ec57";
}
.icofont-ui-fire-wall:before
{
content: "\ec58";
}
.icofont-ui-flash-light:before
{
content: "\ec59";
}
.icofont-ui-flight:before
{
content: "\ec5a";
}
.icofont-ui-folder:before
{
content: "\ec5b";
}
.icofont-ui-game:before
{
content: "\ec5c";
}
.icofont-ui-handicapped:before
{
content: "\ec5d";
}
.icofont-ui-home:before
{
content: "\ec5e";
}
.icofont-ui-image:before
{
content: "\ec5f";
}
.icofont-ui-laoding:before
{
content: "\ec60";
}
.icofont-ui-lock:before
{
content: "\ec61";
}
.icofont-ui-love-add:before
{
content: "\ec62";
}
.icofont-ui-love-broken:before
{
content: "\ec63";
}
.icofont-ui-love-remove:before
{
content: "\ec64";
}
.icofont-ui-love:before
{
content: "\ec65";
}
.icofont-ui-map:before
{
content: "\ec66";
}
.icofont-ui-message:before
{
content: "\ec67";
}
.icofont-ui-messaging:before
{
content: "\ec68";
}
.icofont-ui-movie:before
{
content: "\ec69";
}
.icofont-ui-music-player:before
{
content: "\ec6a";
}
.icofont-ui-music:before
{
content: "\ec6b";
}
.icofont-ui-mute:before
{
content: "\ec6c";
}
.icofont-ui-network:before
{
content: "\ec6d";
}
.icofont-ui-next:before
{
content: "\ec6e";
}
.icofont-ui-note:before
{
content: "\ec6f";
}
.icofont-ui-office:before
{
content: "\ec70";
}
.icofont-ui-password:before
{
content: "\ec71";
}
.icofont-ui-pause:before
{
content: "\ec72";
}
.icofont-ui-play-stop:before
{
content: "\ec73";
}
.icofont-ui-play:before
{
content: "\ec74";
}
.icofont-ui-pointer:before
{
content: "\ec75";
}
.icofont-ui-power:before
{
content: "\ec76";
}
.icofont-ui-press:before
{
content: "\ec77";
}
.icofont-ui-previous:before
{
content: "\ec78";
}
.icofont-ui-rate-add:before
{
content: "\ec79";
}
.icofont-ui-rate-blank:before
{
content: "\ec7a";
}
.icofont-ui-rate-remove:before
{
content: "\ec7b";
}
.icofont-ui-rating:before
{
content: "\ec7c";
}
.icofont-ui-record:before
{
content: "\ec7d";
}
.icofont-ui-remove:before
{
content: "\ec7e";
}
.icofont-ui-reply:before
{
content: "\ec7f";
}
.icofont-ui-rotation:before
{
content: "\ec80";
}
.icofont-ui-rss:before
{
content: "\ec81";
}
.icofont-ui-search:before
{
content: "\ec82";
}
.icofont-ui-settings:before
{
content: "\ec83";
}
.icofont-ui-social-link:before
{
content: "\ec84";
}
.icofont-ui-tag:before
{
content: "\ec85";
}
.icofont-ui-text-chat:before
{
content: "\ec86";
}
.icofont-ui-text-loading:before
{
content: "\ec87";
}
.icofont-ui-theme:before
{
content: "\ec88";
}
.icofont-ui-timer:before
{
content: "\ec89";
}
.icofont-ui-touch-phone:before
{
content: "\ec8a";
}
.icofont-ui-travel:before
{
content: "\ec8b";
}
.icofont-ui-unlock:before
{
content: "\ec8c";
}
.icofont-ui-user-group:before
{
content: "\ec8d";
}
.icofont-ui-user:before
{
content: "\ec8e";
}
.icofont-ui-v-card:before
{
content: "\ec8f";
}
.icofont-ui-video-chat:before
{
content: "\ec90";
}
.icofont-ui-video-message:before
{
content: "\ec91";
}
.icofont-ui-video-play:before
{
content: "\ec92";
}
.icofont-ui-video:before
{
content: "\ec93";
}
.icofont-ui-volume:before
{
content: "\ec94";
}
.icofont-ui-weather:before
{
content: "\ec95";
}
.icofont-ui-wifi:before
{
content: "\ec96";
}
.icofont-ui-zoom-in:before
{
content: "\ec97";
}
.icofont-ui-zoom-out:before
{
content: "\ec98";
}
.icofont-cassette-player:before
{
content: "\ec99";
}
.icofont-cassette:before
{
content: "\ec9a";
}
.icofont-forward:before
{
content: "\ec9b";
}
.icofont-guiter:before
{
content: "\ec9c";
}
.icofont-movie:before
{
content: "\ec9d";
}
.icofont-multimedia:before
{
content: "\ec9e";
}
.icofont-music-alt:before
{
content: "\ec9f";
}
.icofont-music-disk:before
{
content: "\eca0";
}
.icofont-music-note:before
{
content: "\eca1";
}
.icofont-music-notes:before
{
content: "\eca2";
}
.icofont-music:before
{
content: "\eca3";
}
.icofont-mute-volume:before
{
content: "\eca4";
}
.icofont-pause:before
{
content: "\eca5";
}
.icofont-play-alt-1:before
{
content: "\eca6";
}
.icofont-play-alt-2:before
{
content: "\eca7";
}
.icofont-play-alt-3:before
{
content: "\eca8";
}
.icofont-play-pause:before
{
content: "\eca9";
}
.icofont-play:before
{
content: "\ecaa";
}
.icofont-record:before
{
content: "\ecab";
}
.icofont-retro-music-disk:before
{
content: "\ecac";
}
.icofont-rewind:before
{
content: "\ecad";
}
.icofont-song-notes:before
{
content: "\ecae";
}
.icofont-sound-wave-alt:before
{
content: "\ecaf";
}
.icofont-sound-wave:before
{
content: "\ecb0";
}
.icofont-stop:before
{
content: "\ecb1";
}
.icofont-video-alt:before
{
content: "\ecb2";
}
.icofont-video-cam:before
{
content: "\ecb3";
}
.icofont-video-clapper:before
{
content: "\ecb4";
}
.icofont-video:before
{
content: "\ecb5";
}
.icofont-volume-bar:before
{
content: "\ecb6";
}
.icofont-volume-down:before
{
content: "\ecb7";
}
.icofont-volume-mute:before
{
content: "\ecb8";
}
.icofont-volume-off:before
{
content: "\ecb9";
}
.icofont-volume-up:before
{
content: "\ecba";
}
.icofont-youtube-play:before
{
content: "\ecbb";
}
.icofont-2checkout-alt:before
{
content: "\ecbc";
}
.icofont-2checkout:before
{
content: "\ecbd";
}
.icofont-amazon-alt:before
{
content: "\ecbe";
}
.icofont-amazon:before
{
content: "\ecbf";
}
.icofont-american-express-alt:before
{
content: "\ecc0";
}
.icofont-american-express:before
{
content: "\ecc1";
}
.icofont-apple-pay-alt:before
{
content: "\ecc2";
}
.icofont-apple-pay:before
{
content: "\ecc3";
}
.icofont-bank-transfer-alt:before
{
content: "\ecc4";
}
.icofont-bank-transfer:before
{
content: "\ecc5";
}
.icofont-braintree-alt:before
{
content: "\ecc6";
}
.icofont-braintree:before
{
content: "\ecc7";
}
.icofont-cash-on-delivery-alt:before
{
content: "\ecc8";
}
.icofont-cash-on-delivery:before
{
content: "\ecc9";
}
.icofont-diners-club-alt-1:before
{
content: "\ecca";
}
.icofont-diners-club-alt-2:before
{
content: "\eccb";
}
.icofont-diners-club-alt-3:before
{
content: "\eccc";
}
.icofont-diners-club:before
{
content: "\eccd";
}
.icofont-discover-alt:before
{
content: "\ecce";
}
.icofont-discover:before
{
content: "\eccf";
}
.icofont-eway-alt:before
{
content: "\ecd0";
}
.icofont-eway:before
{
content: "\ecd1";
}
.icofont-google-wallet-alt-1:before
{
content: "\ecd2";
}
.icofont-google-wallet-alt-2:before
{
content: "\ecd3";
}
.icofont-google-wallet-alt-3:before
{
content: "\ecd4";
}
.icofont-google-wallet:before
{
content: "\ecd5";
}
.icofont-jcb-alt:before
{
content: "\ecd6";
}
.icofont-jcb:before
{
content: "\ecd7";
}
.icofont-maestro-alt:before
{
content: "\ecd8";
}
.icofont-maestro:before
{
content: "\ecd9";
}
.icofont-mastercard-alt:before
{
content: "\ecda";
}
.icofont-mastercard:before
{
content: "\ecdb";
}
.icofont-payoneer-alt:before
{
content: "\ecdc";
}
.icofont-payoneer:before
{
content: "\ecdd";
}
.icofont-paypal-alt:before
{
content: "\ecde";
}
.icofont-paypal:before
{
content: "\ecdf";
}
.icofont-sage-alt:before
{
content: "\ece0";
}
.icofont-sage:before
{
content: "\ece1";
}
.icofont-skrill-alt:before
{
content: "\ece2";
}
.icofont-skrill:before
{
content: "\ece3";
}
.icofont-stripe-alt:before
{
content: "\ece4";
}
.icofont-stripe:before
{
content: "\ece5";
}
.icofont-visa-alt:before
{
content: "\ece6";
}
.icofont-visa-electron:before
{
content: "\ece7";
}
.icofont-visa:before
{
content: "\ece8";
}
.icofont-western-union-alt:before
{
content: "\ece9";
}
.icofont-western-union:before
{
content: "\ecea";
}
.icofont-boy:before
{
content: "\eceb";
}
.icofont-business-man-alt-1:before
{
content: "\ecec";
}
.icofont-business-man-alt-2:before
{
content: "\eced";
}
.icofont-business-man-alt-3:before
{
content: "\ecee";
}
.icofont-business-man:before
{
content: "\ecef";
}
.icofont-female:before
{
content: "\ecf0";
}
.icofont-funky-man:before
{
content: "\ecf1";
}
.icofont-girl-alt:before
{
content: "\ecf2";
}
.icofont-girl:before
{
content: "\ecf3";
}
.icofont-group:before
{
content: "\ecf4";
}
.icofont-hotel-boy-alt:before
{
content: "\ecf5";
}
.icofont-hotel-boy:before
{
content: "\ecf6";
}
.icofont-kid:before
{
content: "\ecf7";
}
.icofont-man-in-glasses:before
{
content: "\ecf8";
}
.icofont-people:before
{
content: "\ecf9";
}
.icofont-support:before
{
content: "\ecfa";
}
.icofont-user-alt-1:before
{
content: "\ecfb";
}
.icofont-user-alt-2:before
{
content: "\ecfc";
}
.icofont-user-alt-3:before
{
content: "\ecfd";
}
.icofont-user-alt-4:before
{
content: "\ecfe";
}
.icofont-user-alt-5:before
{
content: "\ecff";
}
.icofont-user-alt-6:before
{
content: "\ed00";
}
.icofont-user-alt-7:before
{
content: "\ed01";
}
.icofont-user-female:before
{
content: "\ed02";
}
.icofont-user-male:before
{
content: "\ed03";
}
.icofont-user-suited:before
{
content: "\ed04";
}
.icofont-user:before
{
content: "\ed05";
}
.icofont-users-alt-1:before
{
content: "\ed06";
}
.icofont-users-alt-2:before
{
content: "\ed07";
}
.icofont-users-alt-3:before
{
content: "\ed08";
}
.icofont-users-alt-4:before
{
content: "\ed09";
}
.icofont-users-alt-5:before
{
content: "\ed0a";
}
.icofont-users-alt-6:before
{
content: "\ed0b";
}
.icofont-users-social:before
{
content: "\ed0c";
}
.icofont-users:before
{
content: "\ed0d";
}
.icofont-waiter-alt:before
{
content: "\ed0e";
}
.icofont-waiter:before
{
content: "\ed0f";
}
.icofont-woman-in-glasses:before
{
content: "\ed10";
}
.icofont-search-1:before
{
content: "\ed11";
}
.icofont-search-2:before
{
content: "\ed12";
}
.icofont-search-document:before
{
content: "\ed13";
}
.icofont-search-folder:before
{
content: "\ed14";
}
.icofont-search-job:before
{
content: "\ed15";
}
.icofont-search-map:before
{
content: "\ed16";
}
.icofont-search-property:before
{
content: "\ed17";
}
.icofont-search-restaurant:before
{
content: "\ed18";
}
.icofont-search-stock:before
{
content: "\ed19";
}
.icofont-search-user:before
{
content: "\ed1a";
}
.icofont-search:before
{
content: "\ed1b";
}
.icofont-500px:before
{
content: "\ed1c";
}
.icofont-aim:before
{
content: "\ed1d";
}
.icofont-badoo:before
{
content: "\ed1e";
}
.icofont-baidu-tieba:before
{
content: "\ed1f";
}
.icofont-bbm-messenger:before
{
content: "\ed20";
}
.icofont-bebo:before
{
content: "\ed21";
}
.icofont-behance:before
{
content: "\ed22";
}
.icofont-blogger:before
{
content: "\ed23";
}
.icofont-bootstrap:before
{
content: "\ed24";
}
.icofont-brightkite:before
{
content: "\ed25";
}
.icofont-cloudapp:before
{
content: "\ed26";
}
.icofont-concrete5:before
{
content: "\ed27";
}
.icofont-delicious:before
{
content: "\ed28";
}
.icofont-designbump:before
{
content: "\ed29";
}
.icofont-designfloat:before
{
content: "\ed2a";
}
.icofont-deviantart:before
{
content: "\ed2b";
}
.icofont-digg:before
{
content: "\ed2c";
}
.icofont-dotcms:before
{
content: "\ed2d";
}
.icofont-dribbble:before
{
content: "\ed2e";
}
.icofont-dribble:before
{
content: "\ed2f";
}
.icofont-dropbox:before
{
content: "\ed30";
}
.icofont-ebuddy:before
{
content: "\ed31";
}
.icofont-ello:before
{
content: "\ed32";
}
.icofont-ember:before
{
content: "\ed33";
}
.icofont-envato:before
{
content: "\ed34";
}
.icofont-evernote:before
{
content: "\ed35";
}
.icofont-facebook-messenger:before
{
content: "\ed36";
}
.icofont-facebook:before
{
content: "\ed37";
}
.icofont-feedburner:before
{
content: "\ed38";
}
.icofont-flikr:before
{
content: "\ed39";
}
.icofont-folkd:before
{
content: "\ed3a";
}
.icofont-foursquare:before
{
content: "\ed3b";
}
.icofont-friendfeed:before
{
content: "\ed3c";
}
.icofont-ghost:before
{
content: "\ed3d";
}
.icofont-github:before
{
content: "\ed3e";
}
.icofont-gnome:before
{
content: "\ed3f";
}
.icofont-google-buzz:before
{
content: "\ed40";
}
.icofont-google-hangouts:before
{
content: "\ed41";
}
.icofont-google-map:before
{
content: "\ed42";
}
.icofont-google-plus:before
{
content: "\ed43";
}
.icofont-google-talk:before
{
content: "\ed44";
}
.icofont-hype-machine:before
{
content: "\ed45";
}
.icofont-instagram:before
{
content: "\ed46";
}
.icofont-kakaotalk:before
{
content: "\ed47";
}
.icofont-kickstarter:before
{
content: "\ed48";
}
.icofont-kik:before
{
content: "\ed49";
}
.icofont-kiwibox:before
{
content: "\ed4a";
}
.icofont-line-messenger:before
{
content: "\ed4b";
}
.icofont-line:before
{
content: "\ed4c";
}
.icofont-linkedin:before
{
content: "\ed4d";
}
.icofont-linux-mint:before
{
content: "\ed4e";
}
.icofont-live-messenger:before
{
content: "\ed4f";
}
.icofont-livejournal:before
{
content: "\ed50";
}
.icofont-magento:before
{
content: "\ed51";
}
.icofont-meetme:before
{
content: "\ed52";
}
.icofont-meetup:before
{
content: "\ed53";
}
.icofont-mixx:before
{
content: "\ed54";
}
.icofont-newsvine:before
{
content: "\ed55";
}
.icofont-nimbuss:before
{
content: "\ed56";
}
.icofont-odnoklassniki:before
{
content: "\ed57";
}
.icofont-opencart:before
{
content: "\ed58";
}
.icofont-oscommerce:before
{
content: "\ed59";
}
.icofont-pandora:before
{
content: "\ed5a";
}
.icofont-photobucket:before
{
content: "\ed5b";
}
.icofont-picasa:before
{
content: "\ed5c";
}
.icofont-pinterest:before
{
content: "\ed5d";
}
.icofont-prestashop:before
{
content: "\ed5e";
}
.icofont-qik:before
{
content: "\ed5f";
}
.icofont-qq:before
{
content: "\ed60";
}
.icofont-readernaut:before
{
content: "\ed61";
}
.icofont-reddit:before
{
content: "\ed62";
}
.icofont-renren:before
{
content: "\ed63";
}
.icofont-rss:before
{
content: "\ed64";
}
.icofont-shopify:before
{
content: "\ed65";
}
.icofont-silverstripe:before
{
content: "\ed66";
}
.icofont-skype:before
{
content: "\ed67";
}
.icofont-slack:before
{
content: "\ed68";
}
.icofont-slashdot:before
{
content: "\ed69";
}
.icofont-slidshare:before
{
content: "\ed6a";
}
.icofont-smugmug:before
{
content: "\ed6b";
}
.icofont-snapchat:before
{
content: "\ed6c";
}
.icofont-soundcloud:before
{
content: "\ed6d";
}
.icofont-spotify:before
{
content: "\ed6e";
}
.icofont-stack-exchange:before
{
content: "\ed6f";
}
.icofont-stack-overflow:before
{
content: "\ed70";
}
.icofont-steam:before
{
content: "\ed71";
}
.icofont-stumbleupon:before
{
content: "\ed72";
}
.icofont-tagged:before
{
content: "\ed73";
}
.icofont-technorati:before
{
content: "\ed74";
}
.icofont-telegram:before
{
content: "\ed75";
}
.icofont-tinder:before
{
content: "\ed76";
}
.icofont-trello:before
{
content: "\ed77";
}
.icofont-tumblr:before
{
content: "\ed78";
}
.icofont-twitch:before
{
content: "\ed79";
}
.icofont-twitter:before
{
content: "\ed7a";
}
.icofont-typo3:before
{
content: "\ed7b";
}
.icofont-ubercart:before
{
content: "\ed7c";
}
.icofont-viber:before
{
content: "\ed7d";
}
.icofont-viddler:before
{
content: "\ed7e";
}
.icofont-vimeo:before
{
content: "\ed7f";
}
.icofont-vine:before
{
content: "\ed80";
}
.icofont-virb:before
{
content: "\ed81";
}
.icofont-virtuemart:before
{
content: "\ed82";
}
.icofont-vk:before
{
content: "\ed83";
}
.icofont-wechat:before
{
content: "\ed84";
}
.icofont-weibo:before
{
content: "\ed85";
}
.icofont-whatsapp:before
{
content: "\ed86";
}
.icofont-xing:before
{
content: "\ed87";
}
.icofont-yahoo:before
{
content: "\ed88";
}
.icofont-yelp:before
{
content: "\ed89";
}
.icofont-youku:before
{
content: "\ed8a";
}
.icofont-youtube:before
{
content: "\ed8b";
}
.icofont-zencart:before
{
content: "\ed8c";
}
.icofont-badminton-birdie:before
{
content: "\ed8d";
}
.icofont-baseball:before
{
content: "\ed8e";
}
.icofont-baseballer:before
{
content: "\ed8f";
}
.icofont-basketball-hoop:before
{
content: "\ed90";
}
.icofont-basketball:before
{
content: "\ed91";
}
.icofont-billiard-ball:before
{
content: "\ed92";
}
.icofont-boot-alt-1:before
{
content: "\ed93";
}
.icofont-boot-alt-2:before
{
content: "\ed94";
}
.icofont-boot:before
{
content: "\ed95";
}
.icofont-bowling-alt:before
{
content: "\ed96";
}
.icofont-bowling:before
{
content: "\ed97";
}
.icofont-canoe:before
{
content: "\ed98";
}
.icofont-cheer-leader:before
{
content: "\ed99";
}
.icofont-climbing:before
{
content: "\ed9a";
}
.icofont-corner:before
{
content: "\ed9b";
}
.icofont-field-alt:before
{
content: "\ed9c";
}
.icofont-field:before
{
content: "\ed9d";
}
.icofont-football-alt:before
{
content: "\ed9e";
}
.icofont-football-american:before
{
content: "\ed9f";
}
.icofont-football:before
{
content: "\eda0";
}
.icofont-foul:before
{
content: "\eda1";
}
.icofont-goal-keeper:before
{
content: "\eda2";
}
.icofont-goal:before
{
content: "\eda3";
}
.icofont-golf-alt:before
{
content: "\eda4";
}
.icofont-golf-bag:before
{
content: "\eda5";
}
.icofont-golf-cart:before
{
content: "\eda6";
}
.icofont-golf-field:before
{
content: "\eda7";
}
.icofont-golf:before
{
content: "\eda8";
}
.icofont-golfer:before
{
content: "\eda9";
}
.icofont-helmet:before
{
content: "\edaa";
}
.icofont-hockey-alt:before
{
content: "\edab";
}
.icofont-hockey:before
{
content: "\edac";
}
.icofont-ice-skate:before
{
content: "\edad";
}
.icofont-jersey-alt:before
{
content: "\edae";
}
.icofont-jersey:before
{
content: "\edaf";
}
.icofont-jumping:before
{
content: "\edb0";
}
.icofont-kick:before
{
content: "\edb1";
}
.icofont-leg:before
{
content: "\edb2";
}
.icofont-match-review:before
{
content: "\edb3";
}
.icofont-medal-sport:before
{
content: "\edb4";
}
.icofont-offside:before
{
content: "\edb5";
}
.icofont-olympic-logo:before
{
content: "\edb6";
}
.icofont-olympic:before
{
content: "\edb7";
}
.icofont-padding:before
{
content: "\edb8";
}
.icofont-penalty-card:before
{
content: "\edb9";
}
.icofont-racer:before
{
content: "\edba";
}
.icofont-racing-car:before
{
content: "\edbb";
}
.icofont-racing-flag-alt:before
{
content: "\edbc";
}
.icofont-racing-flag:before
{
content: "\edbd";
}
.icofont-racings-wheel:before
{
content: "\edbe";
}
.icofont-referee:before
{
content: "\edbf";
}
.icofont-refree-jersey:before
{
content: "\edc0";
}
.icofont-result-sport:before
{
content: "\edc1";
}
.icofont-rugby-ball:before
{
content: "\edc2";
}
.icofont-rugby-player:before
{
content: "\edc3";
}
.icofont-rugby:before
{
content: "\edc4";
}
.icofont-runner-alt-1:before
{
content: "\edc5";
}
.icofont-runner-alt-2:before
{
content: "\edc6";
}
.icofont-runner:before
{
content: "\edc7";
}
.icofont-score-board:before
{
content: "\edc8";
}
.icofont-skiing-man:before
{
content: "\edc9";
}
.icofont-skydiving-goggles:before
{
content: "\edca";
}
.icofont-snow-mobile:before
{
content: "\edcb";
}
.icofont-steering:before
{
content: "\edcc";
}
.icofont-stopwatch:before
{
content: "\edcd";
}
.icofont-substitute:before
{
content: "\edce";
}
.icofont-swimmer:before
{
content: "\edcf";
}
.icofont-table-tennis:before
{
content: "\edd0";
}
.icofont-team-alt:before
{
content: "\edd1";
}
.icofont-team:before
{
content: "\edd2";
}
.icofont-tennis-player:before
{
content: "\edd3";
}
.icofont-tennis:before
{
content: "\edd4";
}
.icofont-tracking:before
{
content: "\edd5";
}
.icofont-trophy-alt:before
{
content: "\edd6";
}
.icofont-trophy:before
{
content: "\edd7";
}
.icofont-volleyball-alt:before
{
content: "\edd8";
}
.icofont-volleyball-fire:before
{
content: "\edd9";
}
.icofont-volleyball:before
{
content: "\edda";
}
.icofont-water-bottle:before
{
content: "\eddb";
}
.icofont-whistle-alt:before
{
content: "\eddc";
}
.icofont-whistle:before
{
content: "\eddd";
}
.icofont-win-trophy:before
{
content: "\edde";
}
.icofont-align-center:before
{
content: "\eddf";
}
.icofont-align-left:before
{
content: "\ede0";
}
.icofont-align-right:before
{
content: "\ede1";
}
.icofont-all-caps:before
{
content: "\ede2";
}
.icofont-bold:before
{
content: "\ede3";
}
.icofont-brush:before
{
content: "\ede4";
}
.icofont-clip-board:before
{
content: "\ede5";
}
.icofont-code-alt:before
{
content: "\ede6";
}
.icofont-color-bucket:before
{
content: "\ede7";
}
.icofont-color-picker:before
{
content: "\ede8";
}
.icofont-copy-invert:before
{
content: "\ede9";
}
.icofont-copy:before
{
content: "\edea";
}
.icofont-cut:before
{
content: "\edeb";
}
.icofont-delete-alt:before
{
content: "\edec";
}
.icofont-edit-alt:before
{
content: "\eded";
}
.icofont-eraser-alt:before
{
content: "\edee";
}
.icofont-font:before
{
content: "\edef";
}
.icofont-heading:before
{
content: "\edf0";
}
.icofont-indent:before
{
content: "\edf1";
}
.icofont-italic-alt:before
{
content: "\edf2";
}
.icofont-italic:before
{
content: "\edf3";
}
.icofont-justify-all:before
{
content: "\edf4";
}
.icofont-justify-center:before
{
content: "\edf5";
}
.icofont-justify-left:before
{
content: "\edf6";
}
.icofont-justify-right:before
{
content: "\edf7";
}
.icofont-link-broken:before
{
content: "\edf8";
}
.icofont-outdent:before
{
content: "\edf9";
}
.icofont-paper-clip:before
{
content: "\edfa";
}
.icofont-paragraph:before
{
content: "\edfb";
}
.icofont-pin:before
{
content: "\edfc";
}
.icofont-printer:before
{
content: "\edfd";
}
.icofont-redo:before
{
content: "\edfe";
}
.icofont-rotation:before
{
content: "\edff";
}
.icofont-save:before
{
content: "\ee00";
}
.icofont-small-cap:before
{
content: "\ee01";
}
.icofont-strike-through:before
{
content: "\ee02";
}
.icofont-sub-listing:before
{
content: "\ee03";
}
.icofont-subscript:before
{
content: "\ee04";
}
.icofont-superscript:before
{
content: "\ee05";
}
.icofont-table:before
{
content: "\ee06";
}
.icofont-text-height:before
{
content: "\ee07";
}
.icofont-text-width:before
{
content: "\ee08";
}
.icofont-trash:before
{
content: "\ee09";
}
.icofont-underline:before
{
content: "\ee0a";
}
.icofont-undo:before
{
content: "\ee0b";
}
.icofont-air-balloon:before
{
content: "\ee0c";
}
.icofont-airplane-alt:before
{
content: "\ee0d";
}
.icofont-airplane:before
{
content: "\ee0e";
}
.icofont-articulated-truck:before
{
content: "\ee0f";
}
.icofont-auto-mobile:before
{
content: "\ee10";
}
.icofont-auto-rickshaw:before
{
content: "\ee11";
}
.icofont-bicycle-alt-1:before
{
content: "\ee12";
}
.icofont-bicycle-alt-2:before
{
content: "\ee13";
}
.icofont-bicycle:before
{
content: "\ee14";
}
.icofont-bus-alt-1:before
{
content: "\ee15";
}
.icofont-bus-alt-2:before
{
content: "\ee16";
}
.icofont-bus-alt-3:before
{
content: "\ee17";
}
.icofont-bus:before
{
content: "\ee18";
}
.icofont-cab:before
{
content: "\ee19";
}
.icofont-cable-car:before
{
content: "\ee1a";
}
.icofont-car-alt-1:before
{
content: "\ee1b";
}
.icofont-car-alt-2:before
{
content: "\ee1c";
}
.icofont-car-alt-3:before
{
content: "\ee1d";
}
.icofont-car-alt-4:before
{
content: "\ee1e";
}
.icofont-car:before
{
content: "\ee1f";
}
.icofont-delivery-time:before
{
content: "\ee20";
}
.icofont-fast-delivery:before
{
content: "\ee21";
}
.icofont-fire-truck-alt:before
{
content: "\ee22";
}
.icofont-fire-truck:before
{
content: "\ee23";
}
.icofont-free-delivery:before
{
content: "\ee24";
}
.icofont-helicopter:before
{
content: "\ee25";
}
.icofont-motor-bike-alt:before
{
content: "\ee26";
}
.icofont-motor-bike:before
{
content: "\ee27";
}
.icofont-motor-biker:before
{
content: "\ee28";
}
.icofont-oil-truck:before
{
content: "\ee29";
}
.icofont-rickshaw:before
{
content: "\ee2a";
}
.icofont-rocket-alt-1:before
{
content: "\ee2b";
}
.icofont-rocket-alt-2:before
{
content: "\ee2c";
}
.icofont-rocket:before
{
content: "\ee2d";
}
.icofont-sail-boat-alt-1:before
{
content: "\ee2e";
}
.icofont-sail-boat-alt-2:before
{
content: "\ee2f";
}
.icofont-sail-boat:before
{
content: "\ee30";
}
.icofont-scooter:before
{
content: "\ee31";
}
.icofont-sea-plane:before
{
content: "\ee32";
}
.icofont-ship-alt:before
{
content: "\ee33";
}
.icofont-ship:before
{
content: "\ee34";
}
.icofont-speed-boat:before
{
content: "\ee35";
}
.icofont-taxi:before
{
content: "\ee36";
}
.icofont-tractor:before
{
content: "\ee37";
}
.icofont-train-line:before
{
content: "\ee38";
}
.icofont-train-steam:before
{
content: "\ee39";
}
.icofont-tram:before
{
content: "\ee3a";
}
.icofont-truck-alt:before
{
content: "\ee3b";
}
.icofont-truck-loaded:before
{
content: "\ee3c";
}
.icofont-truck:before
{
content: "\ee3d";
}
.icofont-van-alt:before
{
content: "\ee3e";
}
.icofont-van:before
{
content: "\ee3f";
}
.icofont-yacht:before
{
content: "\ee40";
}
.icofont-5-star-hotel:before
{
content: "\ee41";
}
.icofont-air-ticket:before
{
content: "\ee42";
}
.icofont-beach-bed:before
{
content: "\ee43";
}
.icofont-beach:before
{
content: "\ee44";
}
.icofont-camping-vest:before
{
content: "\ee45";
}
.icofont-direction-sign:before
{
content: "\ee46";
}
.icofont-hill-side:before
{
content: "\ee47";
}
.icofont-hill:before
{
content: "\ee48";
}
.icofont-hotel:before
{
content: "\ee49";
}
.icofont-island-alt:before
{
content: "\ee4a";
}
.icofont-island:before
{
content: "\ee4b";
}
.icofont-sandals-female:before
{
content: "\ee4c";
}
.icofont-sandals-male:before
{
content: "\ee4d";
}
.icofont-travelling:before
{
content: "\ee4e";
}
.icofont-breakdown:before
{
content: "\ee4f";
}
.icofont-celsius:before
{
content: "\ee50";
}
.icofont-clouds:before
{
content: "\ee51";
}
.icofont-cloudy:before
{
content: "\ee52";
}
.icofont-dust:before
{
content: "\ee53";
}
.icofont-eclipse:before
{
content: "\ee54";
}
.icofont-fahrenheit:before
{
content: "\ee55";
}
.icofont-forest-fire:before
{
content: "\ee56";
}
.icofont-full-night:before
{
content: "\ee57";
}
.icofont-full-sunny:before
{
content: "\ee58";
}
.icofont-hail-night:before
{
content: "\ee59";
}
.icofont-hail-rainy-night:before
{
content: "\ee5a";
}
.icofont-hail-rainy-sunny:before
{
content: "\ee5b";
}
.icofont-hail-rainy:before
{
content: "\ee5c";
}
.icofont-hail-sunny:before
{
content: "\ee5d";
}
.icofont-hail-thunder-night:before
{
content: "\ee5e";
}
.icofont-hail-thunder-sunny:before
{
content: "\ee5f";
}
.icofont-hail-thunder:before
{
content: "\ee60";
}
.icofont-hail:before
{
content: "\ee61";
}
.icofont-hill-night:before
{
content: "\ee62";
}
.icofont-hill-sunny:before
{
content: "\ee63";
}
.icofont-hurricane:before
{
content: "\ee64";
}
.icofont-meteor:before
{
content: "\ee65";
}
.icofont-night:before
{
content: "\ee66";
}
.icofont-rainy-night:before
{
content: "\ee67";
}
.icofont-rainy-sunny:before
{
content: "\ee68";
}
.icofont-rainy-thunder:before
{
content: "\ee69";
}
.icofont-rainy:before
{
content: "\ee6a";
}
.icofont-snow-alt:before
{
content: "\ee6b";
}
.icofont-snow-flake:before
{
content: "\ee6c";
}
.icofont-snow-temp:before
{
content: "\ee6d";
}
.icofont-snow:before
{
content: "\ee6e";
}
.icofont-snowy-hail:before
{
content: "\ee6f";
}
.icofont-snowy-night-hail:before
{
content: "\ee70";
}
.icofont-snowy-night-rainy:before
{
content: "\ee71";
}
.icofont-snowy-night:before
{
content: "\ee72";
}
.icofont-snowy-rainy:before
{
content: "\ee73";
}
.icofont-snowy-sunny-hail:before
{
content: "\ee74";
}
.icofont-snowy-sunny-rainy:before
{
content: "\ee75";
}
.icofont-snowy-sunny:before
{
content: "\ee76";
}
.icofont-snowy-thunder-night:before
{
content: "\ee77";
}
.icofont-snowy-thunder-sunny:before
{
content: "\ee78";
}
.icofont-snowy-thunder:before
{
content: "\ee79";
}
.icofont-snowy-windy-night:before
{
content: "\ee7a";
}
.icofont-snowy-windy-sunny:before
{
content: "\ee7b";
}
.icofont-snowy-windy:before
{
content: "\ee7c";
}
.icofont-snowy:before
{
content: "\ee7d";
}
.icofont-sun-alt:before
{
content: "\ee7e";
}
.icofont-sun-rise:before
{
content: "\ee7f";
}
.icofont-sun-set:before
{
content: "\ee80";
}
.icofont-sun:before
{
content: "\ee81";
}
.icofont-sunny-day-temp:before
{
content: "\ee82";
}
.icofont-sunny:before
{
content: "\ee83";
}
.icofont-thunder-light:before
{
content: "\ee84";
}
.icofont-tornado:before
{
content: "\ee85";
}
.icofont-umbrella-alt:before
{
content: "\ee86";
}
.icofont-umbrella:before
{
content: "\ee87";
}
.icofont-volcano:before
{
content: "\ee88";
}
.icofont-wave:before
{
content: "\ee89";
}
.icofont-wind-scale-0:before
{
content: "\ee8a";
}
.icofont-wind-scale-1:before
{
content: "\ee8b";
}
.icofont-wind-scale-10:before
{
content: "\ee8c";
}
.icofont-wind-scale-11:before
{
content: "\ee8d";
}
.icofont-wind-scale-12:before
{
content: "\ee8e";
}
.icofont-wind-scale-2:before
{
content: "\ee8f";
}
.icofont-wind-scale-3:before
{
content: "\ee90";
}
.icofont-wind-scale-4:before
{
content: "\ee91";
}
.icofont-wind-scale-5:before
{
content: "\ee92";
}
.icofont-wind-scale-6:before
{
content: "\ee93";
}
.icofont-wind-scale-7:before
{
content: "\ee94";
}
.icofont-wind-scale-8:before
{
content: "\ee95";
}
.icofont-wind-scale-9:before
{
content: "\ee96";
}
.icofont-wind-waves:before
{
content: "\ee97";
}
.icofont-wind:before
{
content: "\ee98";
}
.icofont-windy-hail:before
{
content: "\ee99";
}
.icofont-windy-night:before
{
content: "\ee9a";
}
.icofont-windy-raining:before
{
content: "\ee9b";
}
.icofont-windy-sunny:before
{
content: "\ee9c";
}
.icofont-windy-thunder-raining:before
{
content: "\ee9d";
}
.icofont-windy-thunder:before
{
content: "\ee9e";
}
.icofont-windy:before
{
content: "\ee9f";
}
.icofont-addons:before
{
content: "\eea0";
}
.icofont-address-book:before
{
content: "\eea1";
}
.icofont-adjust:before
{
content: "\eea2";
}
.icofont-alarm:before
{
content: "\eea3";
}
.icofont-anchor:before
{
content: "\eea4";
}
.icofont-archive:before
{
content: "\eea5";
}
.icofont-at:before
{
content: "\eea6";
}
.icofont-attachment:before
{
content: "\eea7";
}
.icofont-audio:before
{
content: "\eea8";
}
.icofont-automation:before
{
content: "\eea9";
}
.icofont-badge:before
{
content: "\eeaa";
}
.icofont-bag-alt:before
{
content: "\eeab";
}
.icofont-bag:before
{
content: "\eeac";
}
.icofont-ban:before
{
content: "\eead";
}
.icofont-bar-code:before
{
content: "\eeae";
}
.icofont-bars:before
{
content: "\eeaf";
}
.icofont-basket:before
{
content: "\eeb0";
}
.icofont-battery-empty:before
{
content: "\eeb1";
}
.icofont-battery-full:before
{
content: "\eeb2";
}
.icofont-battery-half:before
{
content: "\eeb3";
}
.icofont-battery-low:before
{
content: "\eeb4";
}
.icofont-beaker:before
{
content: "\eeb5";
}
.icofont-beard:before
{
content: "\eeb6";
}
.icofont-bed:before
{
content: "\eeb7";
}
.icofont-bell:before
{
content: "\eeb8";
}
.icofont-beverage:before
{
content: "\eeb9";
}
.icofont-bill:before
{
content: "\eeba";
}
.icofont-bin:before
{
content: "\eebb";
}
.icofont-binary:before
{
content: "\eebc";
}
.icofont-binoculars:before
{
content: "\eebd";
}
.icofont-bluetooth:before
{
content: "\eebe";
}
.icofont-bomb:before
{
content: "\eebf";
}
.icofont-book-mark:before
{
content: "\eec0";
}
.icofont-box:before
{
content: "\eec1";
}
.icofont-briefcase:before
{
content: "\eec2";
}
.icofont-broken:before
{
content: "\eec3";
}
.icofont-bucket:before
{
content: "\eec4";
}
.icofont-bucket1:before
{
content: "\eec5";
}
.icofont-bucket2:before
{
content: "\eec6";
}
.icofont-bug:before
{
content: "\eec7";
}
.icofont-building:before
{
content: "\eec8";
}
.icofont-bulb-alt:before
{
content: "\eec9";
}
.icofont-bullet:before
{
content: "\eeca";
}
.icofont-bullhorn:before
{
content: "\eecb";
}
.icofont-bullseye:before
{
content: "\eecc";
}
.icofont-calendar:before
{
content: "\eecd";
}
.icofont-camera-alt:before
{
content: "\eece";
}
.icofont-camera:before
{
content: "\eecf";
}
.icofont-card:before
{
content: "\eed0";
}
.icofont-cart-alt:before
{
content: "\eed1";
}
.icofont-cart:before
{
content: "\eed2";
}
.icofont-cc:before
{
content: "\eed3";
}
.icofont-charging:before
{
content: "\eed4";
}
.icofont-chat:before
{
content: "\eed5";
}
.icofont-check-alt:before
{
content: "\eed6";
}
.icofont-check-circled:before
{
content: "\eed7";
}
.icofont-check:before
{
content: "\eed8";
}
.icofont-checked:before
{
content: "\eed9";
}
.icofont-children-care:before
{
content: "\eeda";
}
.icofont-clip:before
{
content: "\eedb";
}
.icofont-clock-time:before
{
content: "\eedc";
}
.icofont-close-circled:before
{
content: "\eedd";
}
.icofont-close-line-circled:before
{
content: "\eede";
}
.icofont-close-line-squared-alt:before
{
content: "\eedf";
}
.icofont-close-line-squared:before
{
content: "\eee0";
}
.icofont-close-line:before
{
content: "\eee1";
}
.icofont-close-squared-alt:before
{
content: "\eee2";
}
.icofont-close-squared:before
{
content: "\eee3";
}
.icofont-close:before
{
content: "\eee4";
}
.icofont-cloud-download:before
{
content: "\eee5";
}
.icofont-cloud-refresh:before
{
content: "\eee6";
}
.icofont-cloud-upload:before
{
content: "\eee7";
}
.icofont-cloud:before
{
content: "\eee8";
}
.icofont-code-not-allowed:before
{
content: "\eee9";
}
.icofont-code:before
{
content: "\eeea";
}
.icofont-comment:before
{
content: "\eeeb";
}
.icofont-compass-alt:before
{
content: "\eeec";
}
.icofont-compass:before
{
content: "\eeed";
}
.icofont-computer:before
{
content: "\eeee";
}
.icofont-connection:before
{
content: "\eeef";
}
.icofont-console:before
{
content: "\eef0";
}
.icofont-contacts:before
{
content: "\eef1";
}
.icofont-contrast:before
{
content: "\eef2";
}
.icofont-copyright:before
{
content: "\eef3";
}
.icofont-credit-card:before
{
content: "\eef4";
}
.icofont-crop:before
{
content: "\eef5";
}
.icofont-crown:before
{
content: "\eef6";
}
.icofont-cube:before
{
content: "\eef7";
}
.icofont-cubes:before
{
content: "\eef8";
}
.icofont-dashboard-web:before
{
content: "\eef9";
}
.icofont-dashboard:before
{
content: "\eefa";
}
.icofont-data:before
{
content: "\eefb";
}
.icofont-database-add:before
{
content: "\eefc";
}
.icofont-database-locked:before
{
content: "\eefd";
}
.icofont-database-remove:before
{
content: "\eefe";
}
.icofont-database:before
{
content: "\eeff";
}
.icofont-delete:before
{
content: "\ef00";
}
.icofont-diamond:before
{
content: "\ef01";
}
.icofont-dice-multiple:before
{
content: "\ef02";
}
.icofont-dice:before
{
content: "\ef03";
}
.icofont-disc:before
{
content: "\ef04";
}
.icofont-diskette:before
{
content: "\ef05";
}
.icofont-document-folder:before
{
content: "\ef06";
}
.icofont-download-alt:before
{
content: "\ef07";
}
.icofont-download:before
{
content: "\ef08";
}
.icofont-downloaded:before
{
content: "\ef09";
}
.icofont-drag:before
{
content: "\ef0a";
}
.icofont-drag1:before
{
content: "\ef0b";
}
.icofont-drag2:before
{
content: "\ef0c";
}
.icofont-drag3:before
{
content: "\ef0d";
}
.icofont-earth:before
{
content: "\ef0e";
}
.icofont-ebook:before
{
content: "\ef0f";
}
.icofont-edit:before
{
content: "\ef10";
}
.icofont-eject:before
{
content: "\ef11";
}
.icofont-email:before
{
content: "\ef12";
}
.icofont-envelope-open:before
{
content: "\ef13";
}
.icofont-envelope:before
{
content: "\ef14";
}
.icofont-eraser:before
{
content: "\ef15";
}
.icofont-error:before
{
content: "\ef16";
}
.icofont-excavator:before
{
content: "\ef17";
}
.icofont-exchange:before
{
content: "\ef18";
}
.icofont-exclamation-circle:before
{
content: "\ef19";
}
.icofont-exclamation-square:before
{
content: "\ef1a";
}
.icofont-exclamation-tringle:before
{
content: "\ef1b";
}
.icofont-exclamation:before
{
content: "\ef1c";
}
.icofont-exit:before
{
content: "\ef1d";
}
.icofont-expand:before
{
content: "\ef1e";
}
.icofont-external-link:before
{
content: "\ef1f";
}
.icofont-external:before
{
content: "\ef20";
}
.icofont-eye-alt:before
{
content: "\ef21";
}
.icofont-eye-blocked:before
{
content: "\ef22";
}
.icofont-eye-dropper:before
{
content: "\ef23";
}
.icofont-eye:before
{
content: "\ef24";
}
.icofont-favourite:before
{
content: "\ef25";
}
.icofont-fax:before
{
content: "\ef26";
}
.icofont-file-fill:before
{
content: "\ef27";
}
.icofont-film:before
{
content: "\ef28";
}
.icofont-filter:before
{
content: "\ef29";
}
.icofont-fire-alt:before
{
content: "\ef2a";
}
.icofont-fire-burn:before
{
content: "\ef2b";
}
.icofont-fire:before
{
content: "\ef2c";
}
.icofont-flag-alt-1:before
{
content: "\ef2d";
}
.icofont-flag-alt-2:before
{
content: "\ef2e";
}
.icofont-flag:before
{
content: "\ef2f";
}
.icofont-flame-torch:before
{
content: "\ef30";
}
.icofont-flash-light:before
{
content: "\ef31";
}
.icofont-flash:before
{
content: "\ef32";
}
.icofont-flask:before
{
content: "\ef33";
}
.icofont-focus:before
{
content: "\ef34";
}
.icofont-folder-open:before
{
content: "\ef35";
}
.icofont-folder:before
{
content: "\ef36";
}
.icofont-foot-print:before
{
content: "\ef37";
}
.icofont-garbage:before
{
content: "\ef38";
}
.icofont-gear-alt:before
{
content: "\ef39";
}
.icofont-gear:before
{
content: "\ef3a";
}
.icofont-gears:before
{
content: "\ef3b";
}
.icofont-gift:before
{
content: "\ef3c";
}
.icofont-glass:before
{
content: "\ef3d";
}
.icofont-globe:before
{
content: "\ef3e";
}
.icofont-graffiti:before
{
content: "\ef3f";
}
.icofont-grocery:before
{
content: "\ef40";
}
.icofont-hand:before
{
content: "\ef41";
}
.icofont-hanger:before
{
content: "\ef42";
}
.icofont-hard-disk:before
{
content: "\ef43";
}
.icofont-heart-alt:before
{
content: "\ef44";
}
.icofont-heart:before
{
content: "\ef45";
}
.icofont-history:before
{
content: "\ef46";
}
.icofont-home:before
{
content: "\ef47";
}
.icofont-horn:before
{
content: "\ef48";
}
.icofont-hour-glass:before
{
content: "\ef49";
}
.icofont-id:before
{
content: "\ef4a";
}
.icofont-image:before
{
content: "\ef4b";
}
.icofont-inbox:before
{
content: "\ef4c";
}
.icofont-infinite:before
{
content: "\ef4d";
}
.icofont-info-circle:before
{
content: "\ef4e";
}
.icofont-info-square:before
{
content: "\ef4f";
}
.icofont-info:before
{
content: "\ef50";
}
.icofont-institution:before
{
content: "\ef51";
}
.icofont-interface:before
{
content: "\ef52";
}
.icofont-invisible:before
{
content: "\ef53";
}
.icofont-jacket:before
{
content: "\ef54";
}
.icofont-jar:before
{
content: "\ef55";
}
.icofont-jewlery:before
{
content: "\ef56";
}
.icofont-karate:before
{
content: "\ef57";
}
.icofont-key-hole:before
{
content: "\ef58";
}
.icofont-key:before
{
content: "\ef59";
}
.icofont-label:before
{
content: "\ef5a";
}
.icofont-lamp:before
{
content: "\ef5b";
}
.icofont-layers:before
{
content: "\ef5c";
}
.icofont-layout:before
{
content: "\ef5d";
}
.icofont-leaf:before
{
content: "\ef5e";
}
.icofont-leaflet:before
{
content: "\ef5f";
}
.icofont-learn:before
{
content: "\ef60";
}
.icofont-lego:before
{
content: "\ef61";
}
.icofont-lens:before
{
content: "\ef62";
}
.icofont-letter:before
{
content: "\ef63";
}
.icofont-letterbox:before
{
content: "\ef64";
}
.icofont-library:before
{
content: "\ef65";
}
.icofont-license:before
{
content: "\ef66";
}
.icofont-life-bouy:before
{
content: "\ef67";
}
.icofont-life-buoy:before
{
content: "\ef68";
}
.icofont-life-jacket:before
{
content: "\ef69";
}
.icofont-life-ring:before
{
content: "\ef6a";
}
.icofont-light-bulb:before
{
content: "\ef6b";
}
.icofont-lighter:before
{
content: "\ef6c";
}
.icofont-lightning-ray:before
{
content: "\ef6d";
}
.icofont-like:before
{
content: "\ef6e";
}
.icofont-line-height:before
{
content: "\ef6f";
}
.icofont-link-alt:before
{
content: "\ef70";
}
.icofont-link:before
{
content: "\ef71";
}
.icofont-list:before
{
content: "\ef72";
}
.icofont-listening:before
{
content: "\ef73";
}
.icofont-listine-dots:before
{
content: "\ef74";
}
.icofont-listing-box:before
{
content: "\ef75";
}
.icofont-listing-number:before
{
content: "\ef76";
}
.icofont-live-support:before
{
content: "\ef77";
}
.icofont-location-arrow:before
{
content: "\ef78";
}
.icofont-location-pin:before
{
content: "\ef79";
}
.icofont-lock:before
{
content: "\ef7a";
}
.icofont-login:before
{
content: "\ef7b";
}
.icofont-logout:before
{
content: "\ef7c";
}
.icofont-lollipop:before
{
content: "\ef7d";
}
.icofont-long-drive:before
{
content: "\ef7e";
}
.icofont-look:before
{
content: "\ef7f";
}
.icofont-loop:before
{
content: "\ef80";
}
.icofont-luggage:before
{
content: "\ef81";
}
.icofont-lunch:before
{
content: "\ef82";
}
.icofont-lungs:before
{
content: "\ef83";
}
.icofont-magic-alt:before
{
content: "\ef84";
}
.icofont-magic:before
{
content: "\ef85";
}
.icofont-magnet:before
{
content: "\ef86";
}
.icofont-mail-box:before
{
content: "\ef87";
}
.icofont-mail:before
{
content: "\ef88";
}
.icofont-male:before
{
content: "\ef89";
}
.icofont-map-pins:before
{
content: "\ef8a";
}
.icofont-map:before
{
content: "\ef8b";
}
.icofont-maximize:before
{
content: "\ef8c";
}
.icofont-measure:before
{
content: "\ef8d";
}
.icofont-medicine:before
{
content: "\ef8e";
}
.icofont-mega-phone:before
{
content: "\ef8f";
}
.icofont-megaphone-alt:before
{
content: "\ef90";
}
.icofont-megaphone:before
{
content: "\ef91";
}
.icofont-memorial:before
{
content: "\ef92";
}
.icofont-memory-card:before
{
content: "\ef93";
}
.icofont-mic-mute:before
{
content: "\ef94";
}
.icofont-mic:before
{
content: "\ef95";
}
.icofont-military:before
{
content: "\ef96";
}
.icofont-mill:before
{
content: "\ef97";
}
.icofont-minus-circle:before
{
content: "\ef98";
}
.icofont-minus-square:before
{
content: "\ef99";
}
.icofont-minus:before
{
content: "\ef9a";
}
.icofont-mobile-phone:before
{
content: "\ef9b";
}
.icofont-molecule:before
{
content: "\ef9c";
}
.icofont-money:before
{
content: "\ef9d";
}
.icofont-moon:before
{
content: "\ef9e";
}
.icofont-mop:before
{
content: "\ef9f";
}
.icofont-muffin:before
{
content: "\efa0";
}
.icofont-mustache:before
{
content: "\efa1";
}
.icofont-navigation-menu:before
{
content: "\efa2";
}
.icofont-navigation:before
{
content: "\efa3";
}
.icofont-network-tower:before
{
content: "\efa4";
}
.icofont-network:before
{
content: "\efa5";
}
.icofont-news:before
{
content: "\efa6";
}
.icofont-newspaper:before
{
content: "\efa7";
}
.icofont-no-smoking:before
{
content: "\efa8";
}
.icofont-not-allowed:before
{
content: "\efa9";
}
.icofont-notebook:before
{
content: "\efaa";
}
.icofont-notepad:before
{
content: "\efab";
}
.icofont-notification:before
{
content: "\efac";
}
.icofont-numbered:before
{
content: "\efad";
}
.icofont-opposite:before
{
content: "\efae";
}
.icofont-optic:before
{
content: "\efaf";
}
.icofont-options:before
{
content: "\efb0";
}
.icofont-package:before
{
content: "\efb1";
}
.icofont-page:before
{
content: "\efb2";
}
.icofont-paint:before
{
content: "\efb3";
}
.icofont-paper-plane:before
{
content: "\efb4";
}
.icofont-paperclip:before
{
content: "\efb5";
}
.icofont-papers:before
{
content: "\efb6";
}
.icofont-pay:before
{
content: "\efb7";
}
.icofont-penguin-linux:before
{
content: "\efb8";
}
.icofont-pestle:before
{
content: "\efb9";
}
.icofont-phone-circle:before
{
content: "\efba";
}
.icofont-phone:before
{
content: "\efbb";
}
.icofont-picture:before
{
content: "\efbc";
}
.icofont-pine:before
{
content: "\efbd";
}
.icofont-pixels:before
{
content: "\efbe";
}
.icofont-plugin:before
{
content: "\efbf";
}
.icofont-plus-circle:before
{
content: "\efc0";
}
.icofont-plus-square:before
{
content: "\efc1";
}
.icofont-plus:before
{
content: "\efc2";
}
.icofont-polygonal:before
{
content: "\efc3";
}
.icofont-power:before
{
content: "\efc4";
}
.icofont-price:before
{
content: "\efc5";
}
.icofont-print:before
{
content: "\efc6";
}
.icofont-puzzle:before
{
content: "\efc7";
}
.icofont-qr-code:before
{
content: "\efc8";
}
.icofont-queen:before
{
content: "\efc9";
}
.icofont-question-circle:before
{
content: "\efca";
}
.icofont-question-square:before
{
content: "\efcb";
}
.icofont-question:before
{
content: "\efcc";
}
.icofont-quote-left:before
{
content: "\efcd";
}
.icofont-quote-right:before
{
content: "\efce";
}
.icofont-random:before
{
content: "\efcf";
}
.icofont-recycle:before
{
content: "\efd0";
}
.icofont-refresh:before
{
content: "\efd1";
}
.icofont-repair:before
{
content: "\efd2";
}
.icofont-reply-all:before
{
content: "\efd3";
}
.icofont-reply:before
{
content: "\efd4";
}
.icofont-resize:before
{
content: "\efd5";
}
.icofont-responsive:before
{
content: "\efd6";
}
.icofont-retweet:before
{
content: "\efd7";
}
.icofont-road:before
{
content: "\efd8";
}
.icofont-robot:before
{
content: "\efd9";
}
.icofont-royal:before
{
content: "\efda";
}
.icofont-rss-feed:before
{
content: "\efdb";
}
.icofont-safety:before
{
content: "\efdc";
}
.icofont-sale-discount:before
{
content: "\efdd";
}
.icofont-satellite:before
{
content: "\efde";
}
.icofont-send-mail:before
{
content: "\efdf";
}
.icofont-server:before
{
content: "\efe0";
}
.icofont-settings-alt:before
{
content: "\efe1";
}
.icofont-settings:before
{
content: "\efe2";
}
.icofont-share-alt:before
{
content: "\efe3";
}
.icofont-share-boxed:before
{
content: "\efe4";
}
.icofont-share:before
{
content: "\efe5";
}
.icofont-shield:before
{
content: "\efe6";
}
.icofont-shopping-cart:before
{
content: "\efe7";
}
.icofont-sign-in:before
{
content: "\efe8";
}
.icofont-sign-out:before
{
content: "\efe9";
}
.icofont-signal:before
{
content: "\efea";
}
.icofont-site-map:before
{
content: "\efeb";
}
.icofont-smart-phone:before
{
content: "\efec";
}
.icofont-soccer:before
{
content: "\efed";
}
.icofont-sort-alt:before
{
content: "\efee";
}
.icofont-sort:before
{
content: "\efef";
}
.icofont-space:before
{
content: "\eff0";
}
.icofont-spanner:before
{
content: "\eff1";
}
.icofont-speech-comments:before
{
content: "\eff2";
}
.icofont-speed-meter:before
{
content: "\eff3";
}
.icofont-spinner-alt-1:before
{
content: "\eff4";
}
.icofont-spinner-alt-2:before
{
content: "\eff5";
}
.icofont-spinner-alt-3:before
{
content: "\eff6";
}
.icofont-spinner-alt-4:before
{
content: "\eff7";
}
.icofont-spinner-alt-5:before
{
content: "\eff8";
}
.icofont-spinner-alt-6:before
{
content: "\eff9";
}
.icofont-spinner:before
{
content: "\effa";
}
.icofont-spreadsheet:before
{
content: "\effb";
}
.icofont-square:before
{
content: "\effc";
}
.icofont-ssl-security:before
{
content: "\effd";
}
.icofont-star-alt-1:before
{
content: "\effe";
}
.icofont-star-alt-2:before
{
content: "\efff";
}
.icofont-star:before
{
content: "\f000";
}
.icofont-street-view:before
{
content: "\f001";
}
.icofont-support-faq:before
{
content: "\f002";
}
.icofont-tack-pin:before
{
content: "\f003";
}
.icofont-tag:before
{
content: "\f004";
}
.icofont-tags:before
{
content: "\f005";
}
.icofont-tasks-alt:before
{
content: "\f006";
}
.icofont-tasks:before
{
content: "\f007";
}
.icofont-telephone:before
{
content: "\f008";
}
.icofont-telescope:before
{
content: "\f009";
}
.icofont-terminal:before
{
content: "\f00a";
}
.icofont-thumbs-down:before
{
content: "\f00b";
}
.icofont-thumbs-up:before
{
content: "\f00c";
}
.icofont-tick-boxed:before
{
content: "\f00d";
}
.icofont-tick-mark:before
{
content: "\f00e";
}
.icofont-ticket:before
{
content: "\f00f";
}
.icofont-tie:before
{
content: "\f010";
}
.icofont-toggle-off:before
{
content: "\f011";
}
.icofont-toggle-on:before
{
content: "\f012";
}
.icofont-tools-alt-2:before
{
content: "\f013";
}
.icofont-tools:before
{
content: "\f014";
}
.icofont-touch:before
{
content: "\f015";
}
.icofont-traffic-light:before
{
content: "\f016";
}
.icofont-transparent:before
{
content: "\f017";
}
.icofont-tree:before
{
content: "\f018";
}
.icofont-unique-idea:before
{
content: "\f019";
}
.icofont-unlock:before
{
content: "\f01a";
}
.icofont-unlocked:before
{
content: "\f01b";
}
.icofont-upload-alt:before
{
content: "\f01c";
}
.icofont-upload:before
{
content: "\f01d";
}
.icofont-usb-drive:before
{
content: "\f01e";
}
.icofont-usb:before
{
content: "\f01f";
}
.icofont-vector-path:before
{
content: "\f020";
}
.icofont-verification-check:before
{
content: "\f021";
}
.icofont-wall-clock:before
{
content: "\f022";
}
.icofont-wall:before
{
content: "\f023";
}
.icofont-wallet:before
{
content: "\f024";
}
.icofont-warning-alt:before
{
content: "\f025";
}
.icofont-warning:before
{
content: "\f026";
}
.icofont-water-drop:before
{
content: "\f027";
}
.icofont-web:before
{
content: "\f028";
}
.icofont-wheelchair:before
{
content: "\f029";
}
.icofont-wifi-alt:before
{
content: "\f02a";
}
.icofont-wifi:before
{
content: "\f02b";
}
.icofont-world:before
{
content: "\f02c";
}
.icofont-zigzag:before
{
content: "\f02d";
}
.icofont-zipped:before
{
content: "\f02e";
}
.icofont-xs
{
font-size: .5em;
}
.icofont-sm
{
font-size: .75em;
}
.icofont-md
{
font-size: 1.25em;
}
.icofont-lg
{
font-size: 1.5em;
}
.icofont-1x
{
font-size: 1em;
}
.icofont-2x
{
font-size: 2em;
}
.icofont-3x
{
font-size: 3em;
}
.icofont-4x
{
font-size: 4em;
}
.icofont-5x
{
font-size: 5em;
}
.icofont-6x
{
font-size: 6em;
}
.icofont-7x
{
font-size: 7em;
}
.icofont-8x
{
font-size: 8em;
}
.icofont-9x
{
font-size: 9em;
}
.icofont-10x
{
font-size: 10em;
}
.icofont-fw
{
text-align: center;
width: 1.25em;
}
.icofont-ul
{
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
.icofont-ul > li
{
position: relative;
line-height: 2em;
}
.icofont-ul > li .icofont
{
display: inline-block;
vertical-align: middle;
}
.icofont-border
{
border: solid 0.08em #f1f1f1;
border-radius: .1em;
padding: .2em .25em .15em;
}
.icofont-pull-left
{
float: left;
}
.icofont-pull-right
{
float: right;
}
.icofont.icofont-pull-left
{
margin-right: .3em;
}
.icofont.icofont-pull-right
{
margin-left: .3em;
}
.icofont-spin
{
-webkit-animation: icofont-spin 2s infinite linear;
animation: icofont-spin 2s infinite linear;
display: inline-block;
}
.icofont-pulse
{
-webkit-animation: icofont-spin 1s infinite steps(8);
animation: icofont-spin 1s infinite steps(8);
display: inline-block;
}
@-webkit-keyframes icofont-spin
{
0%
{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%
{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes icofont-spin
{
0%
{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%
{
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.icofont-rotate-90
{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.icofont-rotate-180
{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.icofont-rotate-270
{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.icofont-flip-horizontal
{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.icofont-flip-vertical
{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
}
.icofont-flip-horizontal.icofont-flip-vertical
{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1);
}
:root .icofont-rotate-90,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-flip-horizontal,
:root .icofont-flip-vertical
{
-webkit-filter: none;
filter: none;
display: inline-block;
}
.icofont-inverse
{
color: #fff;
}
.sr-only
{
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus
{
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//msjsupply.com/wp-content/themes/industing/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated.hinge {
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
animation-duration: .75s;
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
transform: translate3d(0,0,0);
}
40%, 43% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -30px, 0);
}
70% {
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0,-4px,0);
}
}
.bounce {
animation-name: bounce;
transform-origin: center bottom;
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
animation-name: flash;
} @keyframes pulse {
from {
transform: scale3d(1, 1, 1);
}
50% {
transform: scale3d(1.05, 1.05, 1.05);
}
to {
transform: scale3d(1, 1, 1);
}
}
.pulse {
animation-name: pulse;
}
@keyframes rubberBand {
from {
transform: scale3d(1, 1, 1);
}
30% {
transform: scale3d(1.25, 0.75, 1);
}
40% {
transform: scale3d(0.75, 1.25, 1);
}
50% {
transform: scale3d(1.15, 0.85, 1);
}
65% {
transform: scale3d(.95, 1.05, 1);
}
75% {
transform: scale3d(1.05, .95, 1);
}
to {
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
animation-name: rubberBand;
}
@keyframes shake {
from, to {
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
transform: translate3d(10px, 0, 0);
}
}
.shake {
animation-name: shake;
}
@keyframes headShake {
0% {
transform: translateX(0);
}
6.5% {
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
transform: translateX(5px) rotateY(7deg);
}
31.5% {
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
transform: translateX(2px) rotateY(3deg);
}
50% {
transform: translateX(0);
}
}
.headShake {
animation-timing-function: ease-in-out;
animation-name: headShake;
}
@keyframes swing {
20% {
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
transform: rotate3d(0, 0, 1, -5deg);
}
to {
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
transform-origin: top center;
animation-name: swing;
}
@keyframes tada {
from {
transform: scale3d(1, 1, 1);
}
10%, 20% {
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
transform: scale3d(1, 1, 1);
}
}
.tada {
animation-name: tada;
} @keyframes wobble {
from {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
transform: none;
}
}
.wobble {
animation-name: wobble;
}
@keyframes jello {
from, 11.1%, to {
transform: none;
}
22.2% {
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
animation-name: jello;
transform-origin: center;
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, 25px, 0);
}
75% {
transform: translate3d(0, -10px, 0);
}
90% {
transform: translate3d(0, 5px, 0);
}
to {
transform: none;
}
}
.bounceInDown {
animation-name: bounceInDown;
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(25px, 0, 0);
}
75% {
transform: translate3d(-10px, 0, 0);
}
90% {
transform: translate3d(5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInLeft {
animation-name: bounceInLeft;
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
transform: translate3d(-25px, 0, 0);
}
75% {
transform: translate3d(10px, 0, 0);
}
90% {
transform: translate3d(-5px, 0, 0);
}
to {
transform: none;
}
}
.bounceInRight {
animation-name: bounceInRight;
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
75% {
transform: translate3d(0, 10px, 0);
}
90% {
transform: translate3d(0, -5px, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
animation-name: bounceInUp;
}
@keyframes bounceOut {
20% {
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
animation-name: bounceOut;
}
@keyframes bounceOutDown {
20% {
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
20% {
opacity: 1;
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
20% {
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
animation-name: bounceOutUp;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
animation-name: fadeIn;
}
@keyframes fadeInDown {
from {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDown {
animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
from {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInDownBig {
animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeftBig {
animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
from {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRightBig {
animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUp {
animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
from {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInUpBig {
animation-name: fadeInUpBig;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
animation-name: fadeOutUpBig;
}
@keyframes flip {
from {
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) scale3d(.95, .95, .95);
animation-timing-function: ease-in;
}
to {
transform: perspective(400px);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
animation-name: flip;
}
@keyframes flipInX {
from {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInX;
}
@keyframes flipInY {
from {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
animation-timing-function: ease-in;
opacity: 0;
}
40% {
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
animation-timing-function: ease-in;
}
60% {
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipInY;
}
@keyframes flipOutX {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@keyframes flipOutY {
from {
transform: perspective(400px);
}
30% {
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@keyframes lightSpeedIn {
from {
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
transform: skewX(20deg);
opacity: 1;
}
80% {
transform: skewX(-5deg);
opacity: 1;
}
to {
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
animation-name: lightSpeedIn;
animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
animation-name: lightSpeedOut;
animation-timing-function: ease-in;
}
@keyframes rotateIn {
from {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
transform-origin: center;
transform: none;
opacity: 1;
}
}
.rotateIn {
animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
from {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
transform-origin: left bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
from {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
transform-origin: right bottom;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
animation-name: rotateInUpRight;
}
@keyframes rotateOut {
from {
transform-origin: center;
opacity: 1;
}
to {
transform-origin: center;
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
from {
transform-origin: left bottom;
opacity: 1;
}
to {
transform-origin: left bottom;
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
from {
transform-origin: right bottom;
opacity: 1;
}
to {
transform-origin: right bottom;
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
animation-name: rotateOutUpRight;
}
@keyframes hinge {
0% {
transform-origin: top left;
animation-timing-function: ease-in-out;
}
20%, 60% {
transform: rotate3d(0, 0, 1, 80deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
}
40%, 80% {
transform: rotate3d(0, 0, 1, 60deg);
transform-origin: top left;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
animation-name: hinge;
}
@keyframes jackInTheBox {
from {
opacity: 0;
transform: scale(0.1) rotate(30deg);
transform-origin: center bottom;
}
50% {
transform: rotate(-10deg);
}
70% {
transform: rotate(3deg);
}
to {
opacity: 1;
transform: scale(1);
}
}
.jackInTheBox {
animation-name: jackInTheBox;
} @keyframes rollIn {
from {
opacity: 0;
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
transform: none;
}
}
.rollIn {
animation-name: rollIn;
} @keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
animation-name: rollOut;
}
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}
@keyframes zoomInDown {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
animation-name: zoomInDown;
}
@keyframes zoomInLeft {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
animation-name: zoomInLeft;
}
@keyframes zoomInRight {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
animation-name: zoomInRight;
}
@keyframes zoomInUp {
from {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
animation-name: zoomInUp;
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
animation-name: zoomOut;
}
@keyframes zoomOutDown {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(-2000px, 0, 0);
transform-origin: left center;
}
}
.zoomOutLeft {
animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
transform: scale(.1) translate3d(2000px, 0, 0);
transform-origin: right center;
}
}
.zoomOutRight {
animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
40% {
opacity: 1;
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform-origin: center bottom;
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
animation-name: zoomOutUp;
}
@keyframes slideInDown {
from {
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
animation-name: slideInDown;
}
@keyframes slideInLeft {
from {
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
animation-name: slideInLeft;
}
@keyframes slideInRight {
from {
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
animation-name: slideInRight;
}
@keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
animation-name: slideInUp;
}
@keyframes slideOutDown {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
animation-name: slideOutDown;
}
@keyframes slideOutLeft {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
animation-name: slideOutLeft;
}
@keyframes slideOutRight {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
animation-name: slideOutRight;
}
@keyframes slideOutUp {
from {
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
animation-name: slideOutUp;
}.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
display: block;
max-width: none;
max-height: none;
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}  .xzoom-container { 
display: inline-block;
}
.xzoom-thumbs {
text-align: center;
margin: 10px 0 10px 0;
}
.xzoom { 
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);  
}
.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
} .xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
border: 1px solid #cecece;
margin-left: 5px;
margin-bottom: 10px;
}
.xzoom-source, .xzoom-hidden {
display: block;
position: static;
float: none;
clear: both;
} .xzoom-hidden {
overflow: hidden;
} .xzoom-preview {
border: 1px solid #888;
background: #2f4f4f;
box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
} .xzoom-lens {
border: 1px solid #555;
box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
cursor: crosshair;
} .xzoom-loading {
background-position: center center;
background-repeat: no-repeat;
border-radius: 100%;
opacity: .7;
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/xloading.gif);
width: 48px;
height: 48px;
} .xactive {
-webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); 
border: 1px solid #4aaad2;
} .xzoom-caption {
position: absolute;
bottom: -43px;
left: 0;
background: #000;
width: 100%;
text-align: left;
}
.xzoom-caption span {
color: #fff;
font-family: Arial, sans-serif;
display: block;
font-size: 0.75em;
font-weight: bold;
padding: 10px;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }.preloader {
background: #06163a;
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 99999;
} .la-ball-circus,.la-ball-circus>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-circus{display:block;font-size:0;color:#fff}
.la-ball-circus.la-dark{color:#FFF}
.la-ball-circus>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-circus{width:16px;height:16px}
.la-ball-circus>div{position:absolute;top:0;left:-100%;display:block;width:16px;width:100%;height:16px;height:100%;border-radius:100%;opacity:.5;-webkit-animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);-moz-animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);-o-animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);animation:ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1),ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1)}
.la-ball-circus>div:nth-child(1){-webkit-animation-delay:0s,-0.5s;-moz-animation-delay:0s,-0.5s;-o-animation-delay:0s,-0.5s;animation-delay:0s,-0.5s}
.la-ball-circus>div:nth-child(2){-webkit-animation-delay:-0.5s,-1s;-moz-animation-delay:-0.5s,-1s;-o-animation-delay:-0.5s,-1s;animation-delay:-0.5s,-1s}
.la-ball-circus>div:nth-child(3){-webkit-animation-delay:-1s,-1.5s;-moz-animation-delay:-1s,-1.5s;-o-animation-delay:-1s,-1.5s;animation-delay:-1s,-1.5s}
.la-ball-circus>div:nth-child(4){-webkit-animation-delay:-1.5s,-2s;-moz-animation-delay:-1.5s,-2s;-o-animation-delay:-1.5s,-2s;animation-delay:-1.5s,-2s}
.la-ball-circus>div:nth-child(5){-webkit-animation-delay:-2s,-2.5s;-moz-animation-delay:-2s,-2.5s;-o-animation-delay:-2s,-2.5s;animation-delay:-2s,-2.5s}
.la-ball-circus.la-sm{width:8px;height:8px}
.la-ball-circus.la-sm>div{width:8px;height:8px}
.la-ball-circus.la-2x{width:32px;height:32px;  left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-circus.la-2x>div{width:32px;height:32px}
.la-ball-circus.la-3x{width:48px;height:48px}
.la-ball-circus.la-3x>div{width:48px;height:48px}@-webkit-keyframes ball-circus-position{50%{left:100%}}@-moz-keyframes ball-circus-position{50%{left:100%}}@-o-keyframes ball-circus-position{50%{left:100%}}@keyframes ball-circus-position{50%{left:100%}}@-webkit-keyframes ball-circus-size{50%{-webkit-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}}@-moz-keyframes ball-circus-size{50%{-moz-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}}@-o-keyframes ball-circus-size{50%{-o-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}}@keyframes ball-circus-size{50%{-webkit-transform:scale(0.3, 0.3);-moz-transform:scale(0.3, 0.3);-o-transform:scale(0.3, 0.3);transform:scale(0.3, 0.3)}} .la-ball-climbing-dot,
.la-ball-climbing-dot>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-climbing-dot{display:block;font-size:0;color:#fff}
.la-ball-climbing-dot.la-dark{color:#333}
.la-ball-climbing-dot>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-climbing-dot{width:42px;height:32px}
.la-ball-climbing-dot>div:nth-child(1){position:absolute;bottom:32%;left:18%;width:14px;height:14px;border-radius:100%;-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-ms-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation:ball-climbing-dot-jump 0.6s ease-in-out infinite;-moz-animation:ball-climbing-dot-jump 0.6s ease-in-out infinite;-o-animation:ball-climbing-dot-jump 0.6s ease-in-out infinite;animation:ball-climbing-dot-jump 0.6s ease-in-out infinite}
.la-ball-climbing-dot>div:not(:nth-child(1)){position:absolute;top:0;right:0;width:14px;height:2px;border-radius:0;-webkit-transform:translate(60%, 0);-moz-transform:translate(60%, 0);-ms-transform:translate(60%, 0);-o-transform:translate(60%, 0);transform:translate(60%, 0);-webkit-animation:ball-climbing-dot-steps 1.8s linear infinite;-moz-animation:ball-climbing-dot-steps 1.8s linear infinite;-o-animation:ball-climbing-dot-steps 1.8s linear infinite;animation:ball-climbing-dot-steps 1.8s linear infinite}.la-ball-climbing-dot>div:not(:nth-child(1)):nth-child(2){-webkit-animation-delay:0ms;-moz-animation-delay:0ms;-o-animation-delay:0ms;animation-delay:0ms}
.la-ball-climbing-dot>div:not(:nth-child(1)):nth-child(3){-webkit-animation-delay:-600ms;-moz-animation-delay:-600ms;-o-animation-delay:-600ms;animation-delay:-600ms}
.la-ball-climbing-dot>div:not(:nth-child(1)):nth-child(4){-webkit-animation-delay:-1200ms;-moz-animation-delay:-1200ms;-o-animation-delay:-1200ms;animation-delay:-1200ms}
.la-ball-climbing-dot.la-sm{width:20px;height:16px}
.la-ball-climbing-dot.la-sm>div:nth-child(1){width:6px;height:6px}
.la-ball-climbing-dot.la-sm>div:not(:nth-child(1)){width:6px;height:1px}
.la-ball-climbing-dot.la-2x{width:84px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-climbing-dot.la-2x>div:nth-child(1){width:28px;height:28px}
.la-ball-climbing-dot.la-2x>div:not(:nth-child(1)){width:28px;height:4px}
.la-ball-climbing-dot.la-3x{width:126px;height:96px}
.la-ball-climbing-dot.la-3x>div:nth-child(1){width:42px;height:42px}
.la-ball-climbing-dot.la-3x>div:not(:nth-child(1)){width:42px;height:6px}@-webkit-keyframes ball-climbing-dot-jump{0%{-webkit-transform:scale(1, 0.7);transform:scale(1, 0.7)}20%{-webkit-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}40%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}50%{bottom:125%}46%{-webkit-transform:scale(1, 1);transform:scale(1, 1)}80%{-webkit-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}90%{-webkit-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}100%{-webkit-transform:scale(1, 0.7);transform:scale(1, 0.7)}}@-moz-keyframes ball-climbing-dot-jump{0%{-moz-transform:scale(1, 0.7);transform:scale(1, 0.7)}20%{-moz-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}40%{-moz-transform:scale(1, 1);transform:scale(1, 1)}50%{bottom:125%}46%{-moz-transform:scale(1, 1);transform:scale(1, 1)}80%{-moz-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}90%{-moz-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}100%{-moz-transform:scale(1, 0.7);transform:scale(1, 0.7)}}@-o-keyframes ball-climbing-dot-jump{0%{-o-transform:scale(1, 0.7);transform:scale(1, 0.7)}20%{-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}40%{-o-transform:scale(1, 1);transform:scale(1, 1)}50%{bottom:125%}46%{-o-transform:scale(1, 1);transform:scale(1, 1)}80%{-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}90%{-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}100%{-o-transform:scale(1, 0.7);transform:scale(1, 0.7)}}@keyframes ball-climbing-dot-jump{0%{-webkit-transform:scale(1, 0.7);-moz-transform:scale(1, 0.7);-o-transform:scale(1, 0.7);transform:scale(1, 0.7)}20%{-webkit-transform:scale(0.7, 1.2);-moz-transform:scale(0.7, 1.2);-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}40%{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}50%{bottom:125%}46%{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-o-transform:scale(1, 1);transform:scale(1, 1)}80%{-webkit-transform:scale(0.7, 1.2);-moz-transform:scale(0.7, 1.2);-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}90%{-webkit-transform:scale(0.7, 1.2);-moz-transform:scale(0.7, 1.2);-o-transform:scale(0.7, 1.2);transform:scale(0.7, 1.2)}100%{-webkit-transform:scale(1, 0.7);-moz-transform:scale(1, 0.7);-o-transform:scale(1, 0.7);transform:scale(1, 0.7)}}@-webkit-keyframes ball-climbing-dot-steps{0%{top:0;right:0;opacity:0}50%{opacity:1}100%{top:100%;right:100%;opacity:0}}@-moz-keyframes ball-climbing-dot-steps{0%{top:0;right:0;opacity:0}50%{opacity:1}100%{top:100%;right:100%;opacity:0}}@-o-keyframes ball-climbing-dot-steps{0%{top:0;right:0;opacity:0}50%{opacity:1}100%{top:100%;right:100%;opacity:0}}@keyframes ball-climbing-dot-steps{0%{top:0;right:0;opacity:0}50%{opacity:1}100%{top:100%;right:100%;opacity:0}} .la-ball-clip-rotate,.la-ball-clip-rotate>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-clip-rotate{display:block;font-size:0;color:#fff}
.la-ball-clip-rotate.la-dark{color:#333}
.la-ball-clip-rotate>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-clip-rotate{width:32px;height:32px}
.la-ball-clip-rotate>div{width:32px;height:32px;background:transparent;border-width:2px;border-bottom-color:transparent;border-radius:100%;-webkit-animation:ball-clip-rotate 0.75s linear infinite;-moz-animation:ball-clip-rotate 0.75s linear infinite;-o-animation:ball-clip-rotate 0.75s linear infinite;animation:ball-clip-rotate 0.75s linear infinite}.la-ball-clip-rotate.la-sm{width:16px;height:16px}
.la-ball-clip-rotate.la-sm>div{width:16px;height:16px;border-width:1px}
.la-ball-clip-rotate.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-clip-rotate.la-2x>div{width:64px;height:64px;border-width:4px}
.la-ball-clip-rotate.la-3x{width:96px;height:96px}
.la-ball-clip-rotate.la-3x>div{width:96px;height:96px;border-width:6px}@-webkit-keyframes ball-clip-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes ball-clip-rotate{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}50%{-moz-transform:rotate(180deg);transform:rotate(180deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes ball-clip-rotate{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}50%{-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ball-clip-rotate{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}} .la-ball-clip-rotate-multiple,
.la-ball-clip-rotate-multiple>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-clip-rotate-multiple{display:block;font-size:0;color:#fff}
.la-ball-clip-rotate-multiple.la-dark{color:#333}
.la-ball-clip-rotate-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-clip-rotate-multiple{width:32px;height:32px}
.la-ball-clip-rotate-multiple>div{position:absolute;top:50%;left:50%;background:transparent;border-style:solid;border-width:2px;border-radius:100%;-webkit-animation:ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;-moz-animation:ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;-o-animation:ball-clip-rotate-multiple-rotate 1s ease-in-out infinite;animation:ball-clip-rotate-multiple-rotate 1s ease-in-out infinite}
.la-ball-clip-rotate-multiple>div:first-child{position:absolute;width:32px;height:32px;border-right-color:transparent;border-left-color:transparent}
.la-ball-clip-rotate-multiple>div:last-child{width:16px;height:16px;border-top-color:transparent;border-bottom-color:transparent;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;-webkit-animation-direction:reverse;-moz-animation-direction:reverse;-o-animation-direction:reverse;animation-direction:reverse}
.la-ball-clip-rotate-multiple.la-sm{width:16px;height:16px}
.la-ball-clip-rotate-multiple.la-sm>div{border-width:1px}
.la-ball-clip-rotate-multiple.la-sm>div:first-child{width:16px;height:16px}
.la-ball-clip-rotate-multiple.la-sm>div:last-child{width:8px;height:8px}
.la-ball-clip-rotate-multiple.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-clip-rotate-multiple.la-2x>div{border-width:4px}
.la-ball-clip-rotate-multiple.la-2x>div:first-child{width:64px;height:64px}
.la-ball-clip-rotate-multiple.la-2x>div:last-child{width:32px;height:32px}
.la-ball-clip-rotate-multiple.la-3x{width:96px;height:96px;}
.la-ball-clip-rotate-multiple.la-3x>div{border-width:6px}
.la-ball-clip-rotate-multiple.la-3x>div:first-child{width:96px;height:96px}
.la-ball-clip-rotate-multiple.la-3x>div:last-child{width:48px;height:48px}@-webkit-keyframes ball-clip-rotate-multiple-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-moz-keyframes ball-clip-rotate-multiple-rotate{0%{-moz-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-moz-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-moz-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-o-keyframes ball-clip-rotate-multiple-rotate{0%{-o-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-o-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-o-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@keyframes ball-clip-rotate-multiple-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);-moz-transform:translate(-50%, -50%) rotate(0deg);-o-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);-moz-transform:translate(-50%, -50%) rotate(180deg);-o-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);-moz-transform:translate(-50%, -50%) rotate(360deg);-o-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}} .la-ball-clip-rotate-pulse,
.la-ball-clip-rotate-pulse>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-clip-rotate-pulse{display:block;font-size:0;color:#fff}
.la-ball-clip-rotate-pulse.la-dark{color:#333}
.la-ball-clip-rotate-pulse>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-clip-rotate-pulse{width:32px;height:32px}
.la-ball-clip-rotate-pulse>div{position:absolute;top:50%;left:50%;border-radius:100%}
.la-ball-clip-rotate-pulse>div:first-child{position:absolute;width:32px;height:32px;background:transparent;border-style:solid;border-width:2px;border-right-color:transparent;border-left-color:transparent;-webkit-animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-moz-animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-o-animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;animation:ball-clip-rotate-pulse-rotate 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite}
.la-ball-clip-rotate-pulse>div:last-child{width:16px;height:16px;-webkit-animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-moz-animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-o-animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;animation:ball-clip-rotate-pulse-scale 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite}
.la-ball-clip-rotate-pulse.la-sm{width:16px;height:16px}
.la-ball-clip-rotate-pulse.la-sm>div:first-child{width:16px;height:16px;border-width:1px}
.la-ball-clip-rotate-pulse.la-sm>div:last-child{width:8px;height:8px}
.la-ball-clip-rotate-pulse.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-clip-rotate-pulse.la-2x>div:first-child{width:64px;height:64px;border-width:4px}
.la-ball-clip-rotate-pulse.la-2x>div:last-child{width:32px;height:32px}
.la-ball-clip-rotate-pulse.la-3x{width:96px;height:96px}
.la-ball-clip-rotate-pulse.la-3x>div:first-child{width:96px;height:96px;border-width:6px}
.la-ball-clip-rotate-pulse.la-3x>div:last-child{width:48px;height:48px}@-webkit-keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-moz-keyframes ball-clip-rotate-pulse-rotate{0%{-moz-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-moz-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-moz-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-o-keyframes ball-clip-rotate-pulse-rotate{0%{-o-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-o-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-o-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@keyframes ball-clip-rotate-pulse-rotate{0%{-webkit-transform:translate(-50%, -50%) rotate(0deg);-moz-transform:translate(-50%, -50%) rotate(0deg);-o-transform:translate(-50%, -50%) rotate(0deg);transform:translate(-50%, -50%) rotate(0deg)}50%{-webkit-transform:translate(-50%, -50%) rotate(180deg);-moz-transform:translate(-50%, -50%) rotate(180deg);-o-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg)}100%{-webkit-transform:translate(-50%, -50%) rotate(360deg);-moz-transform:translate(-50%, -50%) rotate(360deg);-o-transform:translate(-50%, -50%) rotate(360deg);transform:translate(-50%, -50%) rotate(360deg)}}@-webkit-keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-webkit-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}}@-moz-keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-moz-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-moz-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}}@-o-keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-o-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-o-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}}@keyframes ball-clip-rotate-pulse-scale{0%,100%{opacity:1;-webkit-transform:translate(-50%, -50%) scale(1);-moz-transform:translate(-50%, -50%) scale(1);-o-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1)}30%{opacity:.3;-webkit-transform:translate(-50%, -50%) scale(0.15);-moz-transform:translate(-50%, -50%) scale(0.15);-o-transform:translate(-50%, -50%) scale(0.15);transform:translate(-50%, -50%) scale(0.15)}} .la-ball-newton-cradle,
.la-ball-newton-cradle>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-newton-cradle{display:block;font-size:0;color:#fff}
.la-ball-newton-cradle.la-dark{color:#333}
.la-ball-newton-cradle>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-newton-cradle{width:40px;height:10px}
.la-ball-newton-cradle>div{width:10px;height:10px;border-radius:100%}
.la-ball-newton-cradle>div:first-child{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%);-webkit-animation:ball-newton-cradle-left 1s 0s ease-out infinite;-moz-animation:ball-newton-cradle-left 1s 0s ease-out infinite;-o-animation:ball-newton-cradle-left 1s 0s ease-out infinite;animation:ball-newton-cradle-left 1s 0s ease-out infinite}.la-ball-newton-cradle>div:last-child{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%);-webkit-animation:ball-newton-cradle-right 1s 0s ease-out infinite;-moz-animation:ball-newton-cradle-right 1s 0s ease-out infinite;-o-animation:ball-newton-cradle-right 1s 0s ease-out infinite;animation:ball-newton-cradle-right 1s 0s ease-out infinite}
.la-ball-newton-cradle.la-sm{width:20px;height:4px}
.la-ball-newton-cradle.la-sm>div{width:4px;height:4px}
.la-ball-newton-cradle.la-2x{width:80px;height:20px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-newton-cradle.la-2x>div{width:20px;height:20px}
.la-ball-newton-cradle.la-3x{width:120px;height:30px}
.la-ball-newton-cradle.la-3x>div{width:30px;height:30px}@-webkit-keyframes ball-newton-cradle-left{25%{-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@-moz-keyframes ball-newton-cradle-left{25%{-moz-transform:translateX(-100%);transform:translateX(-100%);-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-moz-transform:translateX(0%);transform:translateX(0%)}}@-o-keyframes ball-newton-cradle-left{25%{-o-transform:translateX(-100%);transform:translateX(-100%);-o-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-o-transform:translateX(0%);transform:translateX(0%)}}@keyframes ball-newton-cradle-left{25%{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}50%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}}@-webkit-keyframes ball-newton-cradle-right{50%{-webkit-transform:translateX(0%);transform:translateX(0%)}75%{-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@-moz-keyframes ball-newton-cradle-right{50%{-moz-transform:translateX(0%);transform:translateX(0%)}75%{-moz-transform:translateX(100%);transform:translateX(100%);-moz-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-moz-transform:translateX(0%);transform:translateX(0%)}}@-o-keyframes ball-newton-cradle-right{50%{-o-transform:translateX(0%);transform:translateX(0%)}75%{-o-transform:translateX(100%);transform:translateX(100%);-o-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-o-transform:translateX(0%);transform:translateX(0%)}}@keyframes ball-newton-cradle-right{50%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}75%{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}} .la-ball-rotate,
.la-ball-rotate>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-rotate{display:block;font-size:0;color:#fff}
.la-ball-rotate.la-dark{color:#333}
.la-ball-rotate>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-rotate{width:10px;height:10px}
.la-ball-rotate>div{width:10px;height:10px;border-radius:100%;-webkit-animation:ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;-moz-animation:ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;-o-animation:ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;animation:ball-rotate-animation 1s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite}
.la-ball-rotate>div:before,
.la-ball-rotate>div:after{position:absolute;width:inherit;height:inherit;margin:inherit;content:"";background:currentColor;border-radius:inherit;opacity:.8}
.la-ball-rotate>div:before{top:0;left:-150%}
.la-ball-rotate>div:after{top:0;left:150%}
.la-ball-rotate.la-sm{width:4px;height:4px}
.la-ball-rotate.la-sm>div{width:4px;height:4px}
.la-ball-rotate.la-2x{width:20px;height:20px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-rotate.la-2x>div{width:20px;height:20px}
.la-ball-rotate.la-3x{width:30px;height:30px}
.la-ball-rotate.la-3x>div{width:30px;height:30px}@-webkit-keyframes ball-rotate-animation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes ball-rotate-animation{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}50%{-moz-transform:rotate(180deg);transform:rotate(180deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes ball-rotate-animation{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}50%{-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ball-rotate-animation{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}} .la-ball-scale-multiple,
.la-ball-scale-multiple>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-scale-multiple{display:block;font-size:0;color:#fff}
.la-ball-scale-multiple.la-dark{color:#333}
.la-ball-scale-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-scale-multiple{width:32px;height:32px}
.la-ball-scale-multiple>div{position:absolute;top:0;left:0;width:32px;height:32px;border-radius:100%;opacity:0;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;-moz-animation:ball-scale-multiple 1s 0s linear infinite;-o-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}
.la-ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:.2s;-moz-animation-delay:.2s;-o-animation-delay:.2s;animation-delay:.2s}
.la-ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:.4s;-moz-animation-delay:.4s;-o-animation-delay:.4s;animation-delay:.4s}
.la-ball-scale-multiple.la-sm{width:16px;height:16px}
.la-ball-scale-multiple.la-sm>div{width:16px;height:16px}
.la-ball-scale-multiple.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-scale-multiple.la-2x>div{width:64px;height:64px}
.la-ball-scale-multiple.la-3x{width:96px;height:96px}
.la-ball-scale-multiple.la-3x>div{width:96px;height:96px}@-webkit-keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes ball-scale-multiple{0%{opacity:0;-moz-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes ball-scale-multiple{0%{opacity:0;-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-o-transform:scale(1);transform:scale(1)}}@keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}} .la-ball-scale-ripple-multiple,
.la-ball-scale-ripple-multiple>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-scale-ripple-multiple{display:block;font-size:0;color:#fff}
.la-ball-scale-ripple-multiple.la-dark{color:#333}
.la-ball-scale-ripple-multiple>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-scale-ripple-multiple{width:32px;height:32px}
.la-ball-scale-ripple-multiple>div{position:absolute;top:0;left:0;width:32px;height:32px;background:transparent;border-width:2px;border-radius:100%;opacity:0;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);-moz-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);-o-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8)}
.la-ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:0s;-moz-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}
.la-ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:.25s;-moz-animation-delay:.25s;-o-animation-delay:.25s;animation-delay:.25s}
.la-ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:.5s;-moz-animation-delay:.5s;-o-animation-delay:.5s;animation-delay:.5s}
.la-ball-scale-ripple-multiple.la-sm{width:16px;height:16px}
.la-ball-scale-ripple-multiple.la-sm>div{width:16px;height:16px;border-width:1px}
.la-ball-scale-ripple-multiple.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-scale-ripple-multiple.la-2x>div{width:64px;height:64px;border-width:4px}
.la-ball-scale-ripple-multiple.la-3x{width:96px;height:96px}
.la-ball-scale-ripple-multiple.la-3x>div{width:96px;height:96px;border-width:6px}@-webkit-keyframes ball-scale-ripple-multiple{0%{opacity:1;-webkit-transform:scale(0.1);transform:scale(0.1)}70%{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}95%{opacity:0}}@-moz-keyframes ball-scale-ripple-multiple{0%{opacity:1;-moz-transform:scale(0.1);transform:scale(0.1)}70%{opacity:.5;-moz-transform:scale(1);transform:scale(1)}95%{opacity:0}}@-o-keyframes ball-scale-ripple-multiple{0%{opacity:1;-o-transform:scale(0.1);transform:scale(0.1)}70%{opacity:.5;-o-transform:scale(1);transform:scale(1)}95%{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{opacity:1;-webkit-transform:scale(0.1);-moz-transform:scale(0.1);-o-transform:scale(0.1);transform:scale(0.1)}70%{opacity:.5;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}95%{opacity:0}} .la-ball-zig-zag,
.la-ball-zig-zag>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-ball-zig-zag{display:block;font-size:0;color:#fff}
.la-ball-zig-zag.la-dark{color:#333}
.la-ball-zig-zag>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-ball-zig-zag{position:relative;width:32px;height:32px}
.la-ball-zig-zag>div{position:absolute;top:50%;left:50%;width:10px;height:10px;margin-top:-5px;margin-left:-5px;border-radius:100%}
.la-ball-zig-zag>div:first-child{-webkit-animation:ball-zig-effect 0.7s 0s infinite linear;-moz-animation:ball-zig-effect 0.7s 0s infinite linear;-o-animation:ball-zig-effect 0.7s 0s infinite linear;animation:ball-zig-effect 0.7s 0s infinite linear}
.la-ball-zig-zag>div:last-child{-webkit-animation:ball-zag-effect 0.7s 0s infinite linear;-moz-animation:ball-zag-effect 0.7s 0s infinite linear;-o-animation:ball-zag-effect 0.7s 0s infinite linear;animation:ball-zag-effect 0.7s 0s infinite linear}
.la-ball-zig-zag.la-sm{width:16px;height:16px}
.la-ball-zig-zag.la-sm>div{width:4px;height:4px;margin-top:-2px;margin-left:-2px}
.la-ball-zig-zag.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-ball-zig-zag.la-2x>div{width:20px;height:20px;margin-top:-10px;margin-left:-10px}
.la-ball-zig-zag.la-3x{width:96px;height:96px}
.la-ball-zig-zag.la-3x>div{width:30px;height:30px;margin-top:-15px;margin-left:-15px}@-webkit-keyframes ball-zig-effect{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}33%{-webkit-transform:translate(-75%, -150%);transform:translate(-75%, -150%)}66%{-webkit-transform:translate(75%, -150%);transform:translate(75%, -150%)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-moz-keyframes ball-zig-effect{0%{-moz-transform:translate(0, 0);transform:translate(0, 0)}33%{-moz-transform:translate(-75%, -150%);transform:translate(-75%, -150%)}66%{-moz-transform:translate(75%, -150%);transform:translate(75%, -150%)}100%{-moz-transform:translate(0, 0);transform:translate(0, 0)}}@-o-keyframes ball-zig-effect{0%{-o-transform:translate(0, 0);transform:translate(0, 0)}33%{-o-transform:translate(-75%, -150%);transform:translate(-75%, -150%)}66%{-o-transform:translate(75%, -150%);transform:translate(75%, -150%)}100%{-o-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes ball-zig-effect{0%{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}33%{-webkit-transform:translate(-75%, -150%);-moz-transform:translate(-75%, -150%);-o-transform:translate(-75%, -150%);transform:translate(-75%, -150%)}66%{-webkit-transform:translate(75%, -150%);-moz-transform:translate(75%, -150%);-o-transform:translate(75%, -150%);transform:translate(75%, -150%)}100%{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}}@-webkit-keyframes ball-zag-effect{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}33%{-webkit-transform:translate(75%, 150%);transform:translate(75%, 150%)}66%{-webkit-transform:translate(-75%, 150%);transform:translate(-75%, 150%)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@-moz-keyframes ball-zag-effect{0%{-moz-transform:translate(0, 0);transform:translate(0, 0)}33%{-moz-transform:translate(75%, 150%);transform:translate(75%, 150%)}66%{-moz-transform:translate(-75%, 150%);transform:translate(-75%, 150%)}100%{-moz-transform:translate(0, 0);transform:translate(0, 0)}}@-o-keyframes ball-zag-effect{0%{-o-transform:translate(0, 0);transform:translate(0, 0)}33%{-o-transform:translate(75%, 150%);transform:translate(75%, 150%)}66%{-o-transform:translate(-75%, 150%);transform:translate(-75%, 150%)}100%{-o-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes ball-zag-effect{0%{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}33%{-webkit-transform:translate(75%, 150%);-moz-transform:translate(75%, 150%);-o-transform:translate(75%, 150%);transform:translate(75%, 150%)}66%{-webkit-transform:translate(-75%, 150%);-moz-transform:translate(-75%, 150%);-o-transform:translate(-75%, 150%);transform:translate(-75%, 150%)}100%{-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}} .la-fire,.la-fire>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-fire{display:block;font-size:0;color:#fff}
.la-fire.la-dark{color:#333}
.la-fire>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-fire{width:32px;height:32px}
.la-fire>div{position:absolute;bottom:0;left:50%;width:12px;height:12px;border-radius:0;border-radius:2px;-webkit-transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);-moz-transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);-ms-transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);-o-transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);transform:translateY(0) translateX(-50%) rotate(45deg) scale(0);-webkit-animation:fire-diamonds 1.5s infinite linear;-moz-animation:fire-diamonds 1.5s infinite linear;-o-animation:fire-diamonds 1.5s infinite linear;animation:fire-diamonds 1.5s infinite linear}
.la-fire>div:nth-child(1){-webkit-animation-delay:-.85s;-moz-animation-delay:-.85s;-o-animation-delay:-.85s;animation-delay:-.85s}
.la-fire>div:nth-child(2){-webkit-animation-delay:-1.85s;-moz-animation-delay:-1.85s;-o-animation-delay:-1.85s;animation-delay:-1.85s}
.la-fire>div:nth-child(3){-webkit-animation-delay:-2.85s;-moz-animation-delay:-2.85s;-o-animation-delay:-2.85s;animation-delay:-2.85s}
.la-fire.la-sm{width:16px;height:16px}
.la-fire.la-sm>div{width:6px;height:6px}
.la-fire.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-fire.la-2x>div{width:24px;height:24px}
.la-fire.la-3x{width:96px;height:96px}
.la-fire.la-3x>div{width:36px;height:36px}@-webkit-keyframes fire-diamonds{0%{-webkit-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}50%{-webkit-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}100%{-webkit-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}}@-moz-keyframes fire-diamonds{0%{-moz-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}50%{-moz-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}100%{-moz-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}}@-o-keyframes fire-diamonds{0%{-o-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}50%{-o-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}100%{-o-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}}@keyframes fire-diamonds{0%{-webkit-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);-moz-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);-o-transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(75%) translateX(-50%) rotate(45deg) scale(0)}50%{-webkit-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);-moz-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);-o-transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1);transform:translateY(-87.5%) translateX(-50%) rotate(45deg) scale(1)}100%{-webkit-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);-moz-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);-o-transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0);transform:translateY(-212.5%) translateX(-50%) rotate(45deg) scale(0)}} .la-line-scale,
.la-line-scale>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-line-scale{display:block;font-size:0;color:#fff}
.la-line-scale.la-dark{color:#333}
.la-line-scale>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-line-scale{width:40px;height:32px}
.la-line-scale>div{width:4px;height:32px;margin:2px;margin-top:0;margin-bottom:0;border-radius:0;-webkit-animation:line-scale 1.2s infinite ease;-moz-animation:line-scale 1.2s infinite ease;-o-animation:line-scale 1.2s infinite ease;animation:line-scale 1.2s infinite ease}
.la-line-scale>div:nth-child(1){-webkit-animation-delay:-1.2s;-moz-animation-delay:-1.2s;-o-animation-delay:-1.2s;animation-delay:-1.2s}
.la-line-scale>div:nth-child(2){-webkit-animation-delay:-1.1s;-moz-animation-delay:-1.1s;-o-animation-delay:-1.1s;animation-delay:-1.1s}
.la-line-scale>div:nth-child(3){-webkit-animation-delay:-1s;-moz-animation-delay:-1s;-o-animation-delay:-1s;animation-delay:-1s}
.la-line-scale>div:nth-child(4){-webkit-animation-delay:-.9s;-moz-animation-delay:-.9s;-o-animation-delay:-.9s;animation-delay:-.9s}
.la-line-scale>div:nth-child(5){-webkit-animation-delay:-.8s;-moz-animation-delay:-.8s;-o-animation-delay:-.8s;animation-delay:-.8s}
.la-line-scale.la-sm{width:20px;height:16px}
.la-line-scale.la-sm>div{width:2px;height:16px;margin:1px;margin-top:0;margin-bottom:0}
.la-line-scale.la-2x{width:80px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-line-scale.la-2x>div{width:5px;height:64px;margin:4px;margin-top:0;margin-bottom:0}
.la-line-scale.la-3x{width:120px;height:96px}
.la-line-scale.la-3x>div{width:12px;height:96px;margin:6px;margin-top:0;margin-bottom:0}@-webkit-keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-moz-keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(0.4);-moz-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);transform:scaleY(1)}}@-o-keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(0.4);-o-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}}@keyframes line-scale{0%,40%,100%{-webkit-transform:scaleY(0.4);-moz-transform:scaleY(0.4);-o-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}} .la-line-scale-party,.la-line-scale-party>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-line-scale-party{display:block;font-size:0;color:#fff}
.la-line-scale-party.la-dark{color:#333}
.la-line-scale-party>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-line-scale-party{width:40px;height:32px}
.la-line-scale-party>div{width:4px;height:32px;margin:2px;margin-top:0;margin-bottom:0;border-radius:0;-webkit-animation-name:line-scale-party;-moz-animation-name:line-scale-party;-o-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite}
.la-line-scale-party>div:nth-child(1){-webkit-animation-duration:.43s;-moz-animation-duration:.43s;-o-animation-duration:.43s;animation-duration:.43s;-webkit-animation-delay:-.23s;-moz-animation-delay:-.23s;-o-animation-delay:-.23s;animation-delay:-.23s}
.la-line-scale-party>div:nth-child(2){-webkit-animation-duration:.62s;-moz-animation-duration:.62s;-o-animation-duration:.62s;animation-duration:.62s;-webkit-animation-delay:-.32s;-moz-animation-delay:-.32s;-o-animation-delay:-.32s;animation-delay:-.32s}
.la-line-scale-party>div:nth-child(3){-webkit-animation-duration:.43s;-moz-animation-duration:.43s;-o-animation-duration:.43s;animation-duration:.43s;-webkit-animation-delay:-.44s;-moz-animation-delay:-.44s;-o-animation-delay:-.44s;animation-delay:-.44s}
.la-line-scale-party>div:nth-child(4){-webkit-animation-duration:.8s;-moz-animation-duration:.8s;-o-animation-duration:.8s;animation-duration:.8s;-webkit-animation-delay:-.31s;-moz-animation-delay:-.31s;-o-animation-delay:-.31s;animation-delay:-.31s}
.la-line-scale-party>div:nth-child(5){-webkit-animation-duration:.74s;-moz-animation-duration:.74s;-o-animation-duration:.74s;animation-duration:.74s;-webkit-animation-delay:-.24s;-moz-animation-delay:-.24s;-o-animation-delay:-.24s;animation-delay:-.24s}
.la-line-scale-party.la-sm{width:20px;height:16px}
.la-line-scale-party.la-sm>div{width:2px;height:16px;margin:1px;margin-top:0;margin-bottom:0}
.la-line-scale-party.la-2x{width:80px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-line-scale-party.la-2x>div{width:5px;height:64px;margin:4px;margin-top:0;margin-bottom:0}
.la-line-scale-party.la-3x{width:120px;height:96px}
.la-line-scale-party.la-3x>div{width:12px;height:96px;margin:6px;margin-top:0;margin-bottom:0}@-webkit-keyframes line-scale-party{0%{-webkit-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(0.3);transform:scaleY(0.3)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@-moz-keyframes line-scale-party{0%{-moz-transform:scaleY(1);transform:scaleY(1)}50%{-moz-transform:scaleY(0.3);transform:scaleY(0.3)}100%{-moz-transform:scaleY(1);transform:scaleY(1)}}@-o-keyframes line-scale-party{0%{-o-transform:scaleY(1);transform:scaleY(1)}50%{-o-transform:scaleY(0.3);transform:scaleY(0.3)}100%{-o-transform:scaleY(1);transform:scaleY(1)}}@keyframes line-scale-party{0%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}50%{-webkit-transform:scaleY(0.3);-moz-transform:scaleY(0.3);-o-transform:scaleY(0.3);transform:scaleY(0.3)}100%{-webkit-transform:scaleY(1);-moz-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1)}} .la-line-scale-pulse-out,
.la-line-scale-pulse-out>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-line-scale-pulse-out{display:block;font-size:0;color:#fff}
.la-line-scale-pulse-out.la-dark{color:#333}
.la-line-scale-pulse-out>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-line-scale-pulse-out{width:40px;height:32px}
.la-line-scale-pulse-out>div{width:4px;height:32px;margin:2px;margin-top:0;margin-bottom:0;border-radius:0;-webkit-animation:line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);-moz-animation:line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);-o-animation:line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);animation:line-scale-pulse-out 0.9s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85)}
.la-line-scale-pulse-out>div:nth-child(3){-webkit-animation-delay:-.9s;-moz-animation-delay:-.9s;-o-animation-delay:-.9s;animation-delay:-.9s}
.la-line-scale-pulse-out>div:nth-child(2),
.la-line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.7s;-moz-animation-delay:-.7s;-o-animation-delay:-.7s;animation-delay:-.7s}
.la-line-scale-pulse-out>div:nth-child(1),
.la-line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.5s;-moz-animation-delay:-.5s;-o-animation-delay:-.5s;animation-delay:-.5s}
.la-line-scale-pulse-out.la-sm{width:20px;height:16px}
.la-line-scale-pulse-out.la-sm>div{width:2px;height:16px;margin:1px;margin-top:0;margin-bottom:0}
.la-line-scale-pulse-out.la-2x{width:80px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-line-scale-pulse-out.la-2x>div{width:5px;height:64px;margin:4px;margin-top:0;margin-bottom:0}
.la-line-scale-pulse-out.la-3x{width:120px;height:96px}
.la-line-scale-pulse-out.la-3x>div{width:12px;height:96px;margin:6px;margin-top:0;margin-bottom:0}@-webkit-keyframes line-scale-pulse-out{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(0.3);transform:scaley(0.3)}100%{-webkit-transform:scaley(1);transform:scaley(1)}}@-moz-keyframes line-scale-pulse-out{0%{-moz-transform:scaley(1);transform:scaley(1)}50%{-moz-transform:scaley(0.3);transform:scaley(0.3)}100%{-moz-transform:scaley(1);transform:scaley(1)}}@-o-keyframes line-scale-pulse-out{0%{-o-transform:scaley(1);transform:scaley(1)}50%{-o-transform:scaley(0.3);transform:scaley(0.3)}100%{-o-transform:scaley(1);transform:scaley(1)}}@keyframes line-scale-pulse-out{0%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(0.3);-moz-transform:scaley(0.3);-o-transform:scaley(0.3);transform:scaley(0.3)}100%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}} .la-line-spin-clockwise-fade-rotating,
.la-line-spin-clockwise-fade-rotating>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-line-spin-clockwise-fade-rotating{display:block;font-size:0;color:#fff}
.la-line-spin-clockwise-fade-rotating.la-dark{color:#333}
.la-line-spin-clockwise-fade-rotating>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-line-spin-clockwise-fade-rotating{width:32px;height:32px;-webkit-animation:line-spin-clockwise-fade-rotating-rotate 6s infinite linear;-moz-animation:line-spin-clockwise-fade-rotating-rotate 6s infinite linear;-o-animation:line-spin-clockwise-fade-rotating-rotate 6s infinite linear;animation:line-spin-clockwise-fade-rotating-rotate 6s infinite linear}
.la-line-spin-clockwise-fade-rotating>div{position:absolute;width:2px;height:10px;margin:2px;margin-top:-5px;margin-left:-1px;border-radius:0;-webkit-animation:line-spin-clockwise-fade-rotating 1s infinite ease-in-out;-moz-animation:line-spin-clockwise-fade-rotating 1s infinite ease-in-out;-o-animation:line-spin-clockwise-fade-rotating 1s infinite ease-in-out;animation:line-spin-clockwise-fade-rotating 1s infinite ease-in-out}
.la-line-spin-clockwise-fade-rotating>div:nth-child(1){top:15%;left:50%;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-animation-delay:-.875s;-moz-animation-delay:-.875s;-o-animation-delay:-.875s;animation-delay:-.875s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(2){top:25.2512626585%;left:74.7487373415%;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation-delay:-.75s;-moz-animation-delay:-.75s;-o-animation-delay:-.75s;animation-delay:-.75s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(3){top:50%;left:85%;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation-delay:-.625s;-moz-animation-delay:-.625s;-o-animation-delay:-.625s;animation-delay:-.625s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(4){top:74.7487373415%;left:74.7487373415%;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-ms-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);-webkit-animation-delay:-.5s;-moz-animation-delay:-.5s;-o-animation-delay:-.5s;animation-delay:-.5s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(5){top:84.9999999974%;left:50.0000000004%;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-delay:-.375s;-moz-animation-delay:-.375s;-o-animation-delay:-.375s;animation-delay:-.375s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(6){top:74.7487369862%;left:25.2512627193%;-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);-ms-transform:rotate(225deg);-o-transform:rotate(225deg);transform:rotate(225deg);-webkit-animation-delay:-.25s;-moz-animation-delay:-.25s;-o-animation-delay:-.25s;animation-delay:-.25s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(7){top:49.9999806189%;left:15.0000039834%;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);-webkit-animation-delay:-.125s;-moz-animation-delay:-.125s;-o-animation-delay:-.125s;animation-delay:-.125s}
.la-line-spin-clockwise-fade-rotating>div:nth-child(8){top:25.2506949798%;left:25.2513989292%;-webkit-transform:rotate(315deg);-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-o-transform:rotate(315deg);transform:rotate(315deg);-webkit-animation-delay:0s;-moz-animation-delay:0s;-o-animation-delay:0s;animation-delay:0s}
.la-line-spin-clockwise-fade-rotating.la-sm{width:16px;height:16px}
.la-line-spin-clockwise-fade-rotating.la-sm>div{width:1px;height:4px;margin-top:-2px;margin-left:0}
.la-line-spin-clockwise-fade-rotating.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-line-spin-clockwise-fade-rotating.la-2x>div{width:4px;height:20px;margin-top:-10px;margin-left:-2px}
.la-line-spin-clockwise-fade-rotating.la-3x{width:96px;height:96px}
.la-line-spin-clockwise-fade-rotating.la-3x>div{width:6px;height:30px;margin-top:-15px;margin-left:-3px}@-webkit-keyframes line-spin-clockwise-fade-rotating-rotate{100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-moz-keyframes line-spin-clockwise-fade-rotating-rotate{100%{-moz-transform:rotate(-360deg);transform:rotate(-360deg)}}@-o-keyframes line-spin-clockwise-fade-rotating-rotate{100%{-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes line-spin-clockwise-fade-rotating-rotate{100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes line-spin-clockwise-fade-rotating{50%{opacity:.2}100%{opacity:1}}@-moz-keyframes line-spin-clockwise-fade-rotating{50%{opacity:.2}100%{opacity:1}}@-o-keyframes line-spin-clockwise-fade-rotating{50%{opacity:.2}100%{opacity:1}}@keyframes line-spin-clockwise-fade-rotating{50%{opacity:.2}100%{opacity:1}} .la-square-jelly-box,
.la-square-jelly-box>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-square-jelly-box{display:block;font-size:0;color:#fff}
.la-square-jelly-box.la-dark{color:#333}
.la-square-jelly-box>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-square-jelly-box{width:32px;height:32px}
.la-square-jelly-box>div:nth-child(1),
.la-square-jelly-box>div:nth-child(2){position:absolute;left:0;width:100%}
.la-square-jelly-box>div:nth-child(1){top:-25%;z-index:1;height:100%;border-radius:10%;-webkit-animation:square-jelly-box-animate 0.6s -0.1s linear infinite;-moz-animation:square-jelly-box-animate 0.6s -0.1s linear infinite;-o-animation:square-jelly-box-animate 0.6s -0.1s linear infinite;animation:square-jelly-box-animate 0.6s -0.1s linear infinite}
.la-square-jelly-box>div:nth-child(2){bottom:-9%;height:10%;background:#000;border-radius:50%;opacity:.2;-webkit-animation:square-jelly-box-shadow 0.6s -0.1s linear infinite;-moz-animation:square-jelly-box-shadow 0.6s -0.1s linear infinite;-o-animation:square-jelly-box-shadow 0.6s -0.1s linear infinite;animation:square-jelly-box-shadow 0.6s -0.1s linear infinite}
.la-square-jelly-box.la-sm{width:16px;height:16px}
.la-square-jelly-box.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-square-jelly-box.la-3x{width:96px;height:96px}@-webkit-keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-webkit-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-webkit-transform:translateY(50%) scale(1, 0.9) rotate(45deg);transform:translateY(50%) scale(1, 0.9) rotate(45deg)}75%{-webkit-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-webkit-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@-moz-keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-moz-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-moz-transform:translateY(50%) scale(1, 0.9) rotate(45deg);transform:translateY(50%) scale(1, 0.9) rotate(45deg)}75%{-moz-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-moz-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@-o-keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-o-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-o-transform:translateY(50%) scale(1, 0.9) rotate(45deg);transform:translateY(50%) scale(1, 0.9) rotate(45deg)}75%{-o-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-o-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@keyframes square-jelly-box-animate{17%{border-bottom-right-radius:10%}25%{-webkit-transform:translateY(25%) rotate(22.5deg);-moz-transform:translateY(25%) rotate(22.5deg);-o-transform:translateY(25%) rotate(22.5deg);transform:translateY(25%) rotate(22.5deg)}50%{border-bottom-right-radius:100%;-webkit-transform:translateY(50%) scale(1, 0.9) rotate(45deg);-moz-transform:translateY(50%) scale(1, 0.9) rotate(45deg);-o-transform:translateY(50%) scale(1, 0.9) rotate(45deg);transform:translateY(50%) scale(1, 0.9) rotate(45deg)}75%{-webkit-transform:translateY(25%) rotate(67.5deg);-moz-transform:translateY(25%) rotate(67.5deg);-o-transform:translateY(25%) rotate(67.5deg);transform:translateY(25%) rotate(67.5deg)}100%{-webkit-transform:translateY(0) rotate(90deg);-moz-transform:translateY(0) rotate(90deg);-o-transform:translateY(0) rotate(90deg);transform:translateY(0) rotate(90deg)}}@-webkit-keyframes square-jelly-box-shadow{50%{-webkit-transform:scale(1.25, 1);transform:scale(1.25, 1)}}@-moz-keyframes square-jelly-box-shadow{50%{-moz-transform:scale(1.25, 1);transform:scale(1.25, 1)}}@-o-keyframes square-jelly-box-shadow{50%{-o-transform:scale(1.25, 1);transform:scale(1.25, 1)}}@keyframes square-jelly-box-shadow{50%{-webkit-transform:scale(1.25, 1);-moz-transform:scale(1.25, 1);-o-transform:scale(1.25, 1);transform:scale(1.25, 1)}} .la-square-spin,
.la-square-spin>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-square-spin{display:block;font-size:0;color:#fff}
.la-square-spin.la-dark{color:#333}
.la-square-spin>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-square-spin{width:32px;height:32px}
.la-square-spin>div{width:100%;height:100%;border-radius:0;-webkit-animation:square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-moz-animation:square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;-o-animation:square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;animation:square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite}
.la-square-spin.la-sm{width:16px;height:16px}
.la-square-spin.la-2x{width:55px;height:55px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-square-spin.la-3x{width:96px;height:96px}@-webkit-keyframes square-spin{0%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(360deg);transform:perspective(100px) rotateX(0) rotateY(360deg)}}@-moz-keyframes square-spin{0%{-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}25%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-moz-transform:perspective(100px) rotateX(0) rotateY(360deg);transform:perspective(100px) rotateX(0) rotateY(360deg)}}@-o-keyframes square-spin{0%{transform:perspective(100px) rotateX(0) rotateY(0)}25%{transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{transform:perspective(100px) rotateX(0) rotateY(360deg)}}@keyframes square-spin{0%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);-moz-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);-moz-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);-moz-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);-moz-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(360deg);-moz-transform:perspective(100px) rotateX(0) rotateY(360deg);transform:perspective(100px) rotateX(0) rotateY(360deg)}} .loader-inner {
bottom: 0;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0;
}
.sk-folding-cube {
width: 50px;
height: 50px;
-webkit-transform: rotateZ(45deg);
transform: rotateZ(45deg); 
}
.sk-folding-cube .sk-cube {
float: left;
width: 50%;
height: 50%;
position: relative;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1); }
.sk-folding-cube .sk-cube:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
animation: sk-foldCubeAngle 2.4s infinite linear both;
-webkit-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
transform-origin: 100% 100%; }
.sk-folding-cube .sk-cube2 {
-webkit-transform: scale(1.1) rotateZ(90deg);
transform: scale(1.1) rotateZ(90deg); }
.sk-folding-cube .sk-cube3 {
-webkit-transform: scale(1.1) rotateZ(180deg);
transform: scale(1.1) rotateZ(180deg); }
.sk-folding-cube .sk-cube4 {
-webkit-transform: scale(1.1) rotateZ(270deg);
transform: scale(1.1) rotateZ(270deg); }
.sk-folding-cube .sk-cube2:before {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s; }
.sk-folding-cube .sk-cube3:before {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s; }
.sk-folding-cube .sk-cube4:before {
-webkit-animation-delay: 0.9s;
animation-delay: 0.9s; }
@-webkit-keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0; }
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; }
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0; } }
@keyframes sk-foldCubeAngle {
0%, 10% {
-webkit-transform: perspective(140px) rotateX(-180deg);
transform: perspective(140px) rotateX(-180deg);
opacity: 0; }
25%, 75% {
-webkit-transform: perspective(140px) rotateX(0deg);
transform: perspective(140px) rotateX(0deg);
opacity: 1; }
90%, 100% {
-webkit-transform: perspective(140px) rotateY(180deg);
transform: perspective(140px) rotateY(180deg);
opacity: 0; } } .la-pacman,
.la-pacman>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-pacman{display:block;font-size:0;color:#fff}
.la-pacman.la-dark{color:#333}
.la-pacman>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-pacman{width:32px;height:32px}
.la-pacman>div:nth-child(1),
.la-pacman>div:nth-child(2){width:0;height:0;background:transparent;border-style:solid;border-width:16px;border-right-color:transparent;border-radius:100%;-webkit-animation:pacman-rotate-half-up 0.5s 0s infinite;-moz-animation:pacman-rotate-half-up 0.5s 0s infinite;-o-animation:pacman-rotate-half-up 0.5s 0s infinite;animation:pacman-rotate-half-up 0.5s 0s infinite}
.la-pacman>div:nth-child(2){margin-top:-32px;-webkit-animation-name:pacman-rotate-half-down;-moz-animation-name:pacman-rotate-half-down;-o-animation-name:pacman-rotate-half-down;animation-name:pacman-rotate-half-down}
.la-pacman>div:nth-child(3),
.la-pacman>div:nth-child(4),
.la-pacman>div:nth-child(5),
.la-pacman>div:nth-child(6){position:absolute;top:50%;left:200%;width:8px;height:8px;border-radius:100%;opacity:0;-webkit-animation:pacman-balls 2s 0s infinite linear;-moz-animation:pacman-balls 2s 0s infinite linear;-o-animation:pacman-balls 2s 0s infinite linear;animation:pacman-balls 2s 0s infinite linear}
.la-pacman>div:nth-child(3){-webkit-animation-delay:-1.44s;-moz-animation-delay:-1.44s;-o-animation-delay:-1.44s;animation-delay:-1.44s}
.la-pacman>div:nth-child(4){-webkit-animation-delay:-1.94s;-moz-animation-delay:-1.94s;-o-animation-delay:-1.94s;animation-delay:-1.94s}
.la-pacman>div:nth-child(5){-webkit-animation-delay:-2.44s;-moz-animation-delay:-2.44s;-o-animation-delay:-2.44s;animation-delay:-2.44s}
.la-pacman>div:nth-child(6){-webkit-animation-delay:-2.94s;-moz-animation-delay:-2.94s;-o-animation-delay:-2.94s;animation-delay:-2.94s}
.la-pacman.la-sm{width:16px;height:16px}.la-pacman.la-sm>div:nth-child(1),
.la-pacman.la-sm>div:nth-child(2){border-width:8px}
.la-pacman.la-sm>div:nth-child(2){margin-top:-16px}
.la-pacman.la-sm>div:nth-child(3),
.la-pacman.la-sm>div:nth-child(4),
.la-pacman.la-sm>div:nth-child(5),
.la-pacman.la-sm>div:nth-child(6){width:4px;height:4px}
.la-pacman.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-pacman.la-2x>div:nth-child(1),
.la-pacman.la-2x>div:nth-child(2){border-width:32px}
.la-pacman.la-2x>div:nth-child(2){margin-top:-64px}
.la-pacman.la-2x>div:nth-child(3),
.la-pacman.la-2x>div:nth-child(4),
.la-pacman.la-2x>div:nth-child(5),
.la-pacman.la-2x>div:nth-child(6){width:16px;height:16px}
.la-pacman.la-3x{width:96px;height:96px}
.la-pacman.la-3x>div:nth-child(1),
.la-pacman.la-3x>div:nth-child(2){border-width:48px}
.la-pacman.la-3x>div:nth-child(2){margin-top:-96px}
.la-pacman.la-3x>div:nth-child(3),
.la-pacman.la-3x>div:nth-child(4),
.la-pacman.la-3x>div:nth-child(5),
.la-pacman.la-3x>div:nth-child(6){width:24px;height:24px}@-webkit-keyframes pacman-rotate-half-up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes pacman-rotate-half-up{0%,100%{-moz-transform:rotate(270deg);transform:rotate(270deg)}50%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes pacman-rotate-half-up{0%,100%{-o-transform:rotate(270deg);transform:rotate(270deg)}50%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pacman-rotate-half-up{0%,100%{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes pacman-rotate-half-down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-moz-keyframes pacman-rotate-half-down{0%,100%{-moz-transform:rotate(90deg);transform:rotate(90deg)}50%{-moz-transform:rotate(0deg);transform:rotate(0deg)}}@-o-keyframes pacman-rotate-half-down{0%,100%{-o-transform:rotate(90deg);transform:rotate(90deg)}50%{-o-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes pacman-rotate-half-down{0%,100%{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes pacman-balls{0%{left:200%;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}5%{opacity:.5}66%{opacity:1}67%{opacity:0}100%{left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}@-moz-keyframes pacman-balls{0%{left:200%;opacity:0;-moz-transform:translateY(-50%);transform:translateY(-50%)}5%{opacity:.5}66%{opacity:1}67%{opacity:0}100%{left:0;-moz-transform:translateY(-50%);transform:translateY(-50%)}}@-o-keyframes pacman-balls{0%{left:200%;opacity:0;-o-transform:translateY(-50%);transform:translateY(-50%)}5%{opacity:.5}66%{opacity:1}67%{opacity:0}100%{left:0;-o-transform:translateY(-50%);transform:translateY(-50%)}}@keyframes pacman-balls{0%{left:200%;opacity:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}5%{opacity:.5}66%{opacity:1}67%{opacity:0}100%{left:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}} .la-timer,.la-timer>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.la-timer{display:block;font-size:0;color:#fff}
.la-timer.la-dark{color:#333}
.la-timer>div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor}
.la-timer{width:32px;height:32px}
.la-timer>div{width:32px;height:32px;background:transparent;border-width:2px;border-radius:100%}
.la-timer>div:before,
.la-timer>div:after{position:absolute;top:14px;left:14px;display:block;width:2px;margin-top:-1px;margin-left:-1px;content:"";background:currentColor;border-radius:2px;-webkit-transform-origin:1px 1px 0;-moz-transform-origin:1px 1px 0;-ms-transform-origin:1px 1px 0;-o-transform-origin:1px 1px 0;transform-origin:1px 1px 0;-webkit-animation:timer-loader 1250ms infinite linear;-moz-animation:timer-loader 1250ms infinite linear;-o-animation:timer-loader 1250ms infinite linear;animation:timer-loader 1250ms infinite linear;-webkit-animation-delay:-625ms;-moz-animation-delay:-625ms;-o-animation-delay:-625ms;animation-delay:-625ms}
.la-timer>div:before{height:12px}
.la-timer>div:after{height:8px;-webkit-animation-duration:15s;-moz-animation-duration:15s;-o-animation-duration:15s;animation-duration:15s;-webkit-animation-delay:-7.5s;-moz-animation-delay:-7.5s;-o-animation-delay:-7.5s;animation-delay:-7.5s}
.la-timer.la-sm{width:16px;height:16px}
.la-timer.la-sm>div{width:16px;height:16px;border-width:1px}
.la-timer.la-sm>div:before,
.la-timer.la-sm>div:after{top:7px;left:7px;width:1px;margin-top:-.5px;margin-left:-.5px;border-radius:1px;-webkit-transform-origin:0.5px 0.5px 0;-moz-transform-origin:0.5px 0.5px 0;-ms-transform-origin:0.5px 0.5px 0;-o-transform-origin:0.5px 0.5px 0;transform-origin:0.5px 0.5px 0}
.la-timer.la-sm>div:before{height:6px}
.la-timer.la-sm>div:after{height:4px}
.la-timer.la-2x{width:64px;height:64px; left: 0; top: 0; right: 0; margin: auto; bottom: 0; position: absolute;}
.la-timer.la-2x>div{width:64px;height:64px;border-width:4px}
.la-timer.la-2x>div:before,
.la-timer.la-2x>div:after{top:28px;left:28px;width:4px;margin-top:-2px;margin-left:-2px;border-radius:4px;-webkit-transform-origin:2px 2px 0;-moz-transform-origin:2px 2px 0;-ms-transform-origin:2px 2px 0;-o-transform-origin:2px 2px 0;transform-origin:2px 2px 0}
.la-timer.la-2x>div:before{height:24px}
.la-timer.la-2x>div:after{height:16px}
.la-timer.la-3x{width:96px;height:96px}
.la-timer.la-3x>div{width:96px;height:96px;border-width:6px}
.la-timer.la-3x>div:before,
.la-timer.la-3x>div:after{top:42px;left:42px;width:6px;margin-top:-3px;margin-left:-3px;border-radius:6px;-webkit-transform-origin:3px 3px 0;-moz-transform-origin:3px 3px 0;-ms-transform-origin:3px 3px 0;-o-transform-origin:3px 3px 0;transform-origin:3px 3px 0}
.la-timer.la-3x>div:before{height:36px}
.la-timer.la-3x>div:after{height:24px}@-webkit-keyframes timer-loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes timer-loader{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes timer-loader{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes timer-loader{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}body, html{
margin: 0;
padding: 0;
}
body{
font-family: 'Rubik', sans-serif;
font-size: 14px;
line-height: 26px;
color: #959ba9;
font-weight: 400;
letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Barlow Condensed', sans-serif;
font-weight: 600;
color: #06163a;
margin: 0 0 15px;
}
.barlow{
font-family: 'Barlow Condensed', sans-serif;
}
a{
color: #ff5e14;
text-decoration: none;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
a:hover, a:focus{
text-decoration: none;
outline: 0;
}
.ind_btn{
position: relative;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
background: transparent;
display: inline-block;
color: #FFF;
height: 60px;
min-width: 200px;
padding: 25px 25px;
text-align: center;
line-height: .9;
margin-bottom: 6px;
}
.ind_btn:hover{
color: #ff5e14;
}
.ind_btn.ib_dark:hover{
color: #FFF;
}
.ind_btn.id_dark2:hover{
color: #FFF;
}
.ind_btn.id_light:hover{
color: #06163a;
}
.ind_btn span{
position: relative;
z-index: 4;
}
.ind_btn:before{
width: 100%;
height: 100%;
background: #ff5e14;
content: '';
position: absolute;
left: 0;
top: 0;
z-index: 2;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.ind_btn.ib_dark:before{
background: #06163a;
}
.ind_btn:hover:before{
left: 6px;
top: 6px;
}
.ind_btn:after{
width: 100%;
height: 100%;
background: #FFF;
content: '';
position: absolute;
left: 6px;
top: 6px;
z-index: 1;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.ind_btn.ib_dark:after{
background: #ffe6db;
}
.ind_btn.id_gray:after{
background: #edf3ff;
}
.ind_btn.id_dark2:after{
background: #162c5f;
}
.ind_btn.id_light:after{
background: #ffe0d2;
}
.ind_btn:hover:after{
left: 0;
top: 0;
z-index: 3;
}
.ind_btn.ib_dark:hover:after{
background: #ff5e14;
}
.ind_btn_2{
height: 60px;
background: #ff5e14;
min-width: 170px;
display: inline-block;
font-size: 14px;
letter-spacing: 0;
font-weight: 500;
text-transform: uppercase;
color: #fff;
text-align: center;
line-height: 60px;
position: relative;
}
.ind_btn_2 span{
position: relative;
z-index: 2;
}
.ind_btn_2:after{
content: '';
width: 1px;
height: 1px;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 0;
visibility: hidden;
background: #06163a;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.ind_btn_2:hover{
color: #FFF;
}
.ind_btn_2:hover:after{
opacity: 1;
visibility: visible;
width: 100%;
height: 100%;
}
input:focus, textarea:focus, select:focus, button:focus{
outline: 0;
box-shadow: none;
}
.fa{
line-height: inherit;
}
.commonSection{
padding: 120px 0;
position: relative;
background: #FFF;
}
.commonSection.bgtp, .bgtp{
background: transparent;
}
.graySection{
background: #f5f5f5;
}
.graySection2{
background: #f8f7ff;
}
.noPadding{
padding: 0;
}
.noPaddingRight{
padding-right: 0;
}
.noPaddingLeft{
padding-left: 0;
}
.noPaddingBottom{
padding-bottom: 0;
}
.mrm15{
margin-right: -15px;
}
.sub_title{
font-family: 'Rubik', sans-serif;
font-size: 16px;
color: #c3c8d4;
letter-spacing: 0;
text-transform: uppercase;
font-weight: 500;
margin: 0 0 20px;
line-height: .8;
}
.sub_title.gray_sub_title{
color: #959ba9;
}
.sub_title.dark_sub_title{
color: #ff5e14;
}
.sub_title.light_sub_title{
color: #FFF;
}
.sec_title{
font-size: 80px;
line-height: 90px;
letter-spacing: -2.4px;
margin: 0 0 80px;
position: relative;
}
.sec_title.dark_sec_title{
color: #FFF;
}
.sec_title.light_sec_title{
color: #FFF;
}
.sec_title span{
position: relative;
}
.sec_title span i{
font-size: 120px;
line-height: 90px;
color: #e9edf6;
letter-spacing: -3.6px;
position: absolute;
bottom: -2px;
left: -70px;
z-index: 1;
}
.sec_title span span{
z-index: 2;
position: relative;
}
.sec_title.with_bar{
padding-bottom: 29px;
}
.sec_title.with_bar:after{
width: 60px;
height: 2px;
background: #ff5e14;
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
}
.sec_title.dark_sec_title.with_bar:after{
background: #203259;
}
.sec_title.light_sec_title.with_bar:after{
background: rgba(255, 255, 255, .3);
}
.elementor-align-left .sec_title.with_bar:after{
right: auto;
left: 0;
margin: 0;
}
.elementor-align-right .sec_title.with_bar:after{
right: 0;
left: auto;
margin: 0;
}
.ind_lead{
font-size: 18px;
line-height: 30px;
color: #ff5e14;
margin: 0;
}
.bgDiv{
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
height: 100%;
}
.imgDiv{
position: relative;
overflow: hidden;
}
.imgDiv img{
width: 100%;
height: auto;
}
.imgDiv2{
position: relative;
}
.imgDiv2 img{
width: auto;
height: auto;
}
.fullheightimg{
overflow: hidden;
}
.elementor .fullheightimg img{
width: auto;
height: 100%;
max-width: inherit;
}
.page_banner{
position: relative;
background: #06163a;
padding: 110px 0 120px;
}
.page_banner:after{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(6, 22, 58, .8);
}
.page_banner .container{
position: relative;
z-index: 2;
}
.page_banner h2{
font-size: 100px;
line-height: .8;
text-transform: capitalize;
letter-spacing: -3px;
margin: 0 0 47px;
color: #FFF;
}
.page_banner h2.show_blog_title{
font-size: 60px;
line-height: 70px;
margin-bottom: 34px;
letter-spacing: 0;
}
.breadcrumbs{
position: relative;
font-size: 14px;
letter-spacing: 0;
font-weight: 500;
text-transform: uppercase;
color: #949bac;
line-height: .8;
}
.breadcrumbs a{
color: inherit;
}
.breadcrumbs a:hover{
color: #ff5e14;
}
.breadcrumbs span{
color: #FFF;
}
.breadcrumbs i{
font-style: normal;
margin: 0 8px 0 7px;
}.topbar{
background: #06163a;
position: relative;
overflow: hidden;
min-height: 100px;
}
.topbar:before{
position: absolute;
width: 28.85416666666667%;
height: 100%;
content: '';
background: #ff5e14;
left: -22px;
top: 0;
transform: skew(-24deg, 0deg);
-moz-transform: skew(-24deg, 0deg);
-webkit-transform: skew(-24deg, 0deg);
}
.topbar .header-container{
position: relative;
z-index: 2;
}
.logo{
position: relative;
max-width: 555px;
padding: 25px 0 24px;
}
.logo img{
height: 51px;
width: auto;
max-width: 100%;
}
.logo.textLogo {
padding: 35px 0 34px;
}
.textLogo a{
font-family: 'Barlow Condensed', sans-serif;
color: #FFF;
text-transform: capitalize;
font-weight: 600;
letter-spacing: .75px;
font-size: 30px;
line-height: .7;
}
.textLogo a:hover{
color: #06163a;
}
.topbar_right{
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-o-justify-content: flex-end;
justify-content: flex-end;
}
.topbar_element{
position: relative;
}
.settings_bar{
padding-top: 37px;
}
.settings_bar a {
font-size: 14px;
line-height: .8;
color: #fff;
display: inline-block;
}
.settings_bar a:hover, .settings_bar a.active{
color: #ff5e14;
}
.settings_cart{
padding-top: 37px;
margin-right: 15px;
}
.settings_cart a{
font-size: 14px;
line-height: .8;
color: #fff;
display: inline-block;
position: relative;
}
.settings_cart a:hover, .settings_cart a.active{
color: #ff5e14;
}
.settings_cart span{
position: absolute;
width: 18px;
height: 18px;
background: #ff5e14;
color: #FFF;
font-size: 10px;
border-radius: 50%;
text-align: center;
line-height: 18px;
font-weight: 600;
letter-spacing: .75px;
font-family: 'Barlow Condensed', sans-serif;
top: -8px;
right: 8px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.search_element{
margin-right: 15px;
padding-top: 38px;
margin-left: 15px;
}
.search_element form{
margin: 0;
padding: 0;
font-size: 14px;
line-height: 26px;
color: #707f9f;
}
.search_element i{
line-height: 26px;
margin-right: 7px;
position: relative;
display: inline-block;
top: 1px;
}
.search_element input[type="search"]{
border: none;
padding: 0;
background: transparent;
margin: 0;
border-radius: 0;
width: 138px;
color: #a9b2c7;
}
.search_element input[type="search"]::-moz-placeholder{
color: #a9b2c7 !important;
opacity: 1 !important;
}
.search_element input[type="search"]::-ms-input-placeholder{
color: #a9b2c7 !important;
opacity: 1 !important;
}
.search_element input[type="search"]::-webkit-input-placeholder{
color: #a9b2c7 !important;
opacity: 1 !important;
}
.info_element{
line-height: .8;
text-align: left;
padding-left: 26px;
top: 28px;
margin-right: 45px;
}
.info_element i{
font-size: 14px;
color: #ff5e14;
position: absolute;
left: 0;
top: 4px;
}
.info_element h5{
font-size: 18px;
color: #fff;
margin: 0 0 17px;
line-height: inherit;
}
.info_element p{
color: #a9b2c7;
margin: 0;
line-height: inherit;
}
.info_element p a{
color: inherit;
}
.info_element p a:hover{
color: #ff5e14;
} .mobileMenuBar{
display: none;
}
.nav_bar{
background: #fff;
min-height: 70px;
position: relative;
}
.nav_bar .right_bgs{
width: calc(24.79166666666667% - 35px);
height: 80px;
background: #ff5e14;
position: absolute;
right: 0;
bottom: 0;
}
.nav_bar .right_bgs:before{
width: 40px;
height: 80px;
border-style: solid;
border-width: 0px 40px 80px 0;
border-color: transparent #ff5e14 transparent transparent;
background: transparent;
position: absolute;
left: -40px;
top: 0;
content: '';
}
.mainmenu{
position: relative;
line-height: .8;
text-align: left;
}
.mainmenu ul{
margin: 0;
padding: 0;
line-height: .8;
}
.mainmenu ul li{
list-style: none;
display: inline-block;
line-height: .8;
margin-right: 32px;
padding: 30px 0 27px;
position: relative;
}
.mainmenu ul li:last-child{
margin-right: 0px;
}
.mainmenu > ul > li > a{
font-size: 16px;
color: #7e889b;
display: inline-block;
line-height: .85;
text-transform: uppercase;
font-weight: 500; }
.mainmenu ul li:hover > a, .mainmenu ul li.current-menu-parent > a{ color: #ff5e14;
}
.mainmenu ul.sub-menu{
position: absolute;
width: 230px;
padding: 14px 0 12px;
background: #ff5e14;
top: 150%;
left: 0;
z-index: 9;
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
visibility: hidden;
opacity: 0;
text-align: left;
}
.mainmenu ul.sub-menu li ul.sub-menu{
left: 100%;
}
.mainmenu ul li:hover > ul.sub-menu{
top: 100%;
opacity: 1;
visibility: visible;
}
.mainmenu ul.sub-menu li:hover ul.sub-menu{
top: 0%;
opacity: 1;
visibility: visible;
}
.mainmenu ul.sub-menu li {
display: block;
position: relative;
padding: 0 30px;
margin: 0;
}
.mainmenu ul.sub-menu li a {
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
display: block;
width: 100%;
color: #fff;
line-height: 22px;
border-bottom: 1px solid rgba(255, 255, 255, .5);
padding: 12px 0 10px;
}
.mainmenu ul.sub-menu li:hover > a, .mainmenu ul.sub-menu li.current-menu-item > a{
color: #06163a;
}
.mainmenu ul.sub-menu li:last-child > a{
border-bottom: none;
}
.top_social{
position: relative;
z-index: 2;
line-height: .8;
padding-top: 23px;
display: flex;
justify-content: flex-end;
}
.top_social a{
font-size: 14px;
line-height: .8;
letter-spacing: 0;
color: #fff;
margin-left: 24px;
}
.top_social a:first-child{
margin-left: 0;
}
.top_social a:hover{
color: #06163A;
}
.submenu_toggler{
display: none;
} .popup {
background: rgba(17, 17, 17, 0.98);
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
height: 100vh;
opacity: 0;
padding-top: 30px;
padding-bottom: 30px;
position: fixed;
top: 0;
left: 0;
visibility: hidden;
transform: translateY(-100%);
transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
width: 100%;
z-index: 1000;
}
.close-popup{
background-color: #fff;
border-radius: 50%;
box-shadow: 0 0 0 0px #fff;
font-weight: 600;
height: 50px;
width: 50px;
position: absolute;
display: inline-block;
right: 15px;
top: 35px;
text-transform: uppercase;
transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
-moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
z-index: 99;
}
.close-popup:after{
width: 15px;
height: 1px;
background: #000;
position: absolute;
right: 17.5px;
top: 24px;
content: '';
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transition: all ease 400ms;
-webkit-transition: all ease 400ms;
-moz-transition: all ease 400ms;
}
.close-popup:before{
width: 15px;
height: 1px;
background: #000;
position: absolute;
right: 17.5px;
top: 24px;
content: '';
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transition: all ease 400ms;
-webkit-transition: all ease 400ms;
-moz-transition: all ease 400ms;
}
.close-popup:hover{
box-shadow: 0 0 0 10px rgba(255,255,255, .2);
box-shadow: 0 0 0 10px rgba(255,255,255, .2);
-moz-box-shadow: 0 0 0 10px rgba(255,255,255, .2);
}
.close-popup:hover:after,
.close-popup:hover:before{
background: #ff5e14;
}
.popup_logos{
z-index: 99;
position: absolute;
left: 15px;
top: 34px;
}
.popup_logos img{
max-height: 51px;
width: auto;
}
.popup_logos.popTextLogo a{
font-family: 'Barlow Condensed', sans-serif;
color: #FFF;
text-transform: capitalize;
font-weight: 600;
letter-spacing: .75px;
font-size: 30px;
line-height: .7;
}
.popup_logos.popTextLogo a:hover{
color: #ff5e14;
}
.footer__contacts{
position: absolute;
left: 0;
bottom: 40px;
margin: 0;
}
.footer__contacts li{
list-style: none;
display: block;
font-size: 14px;
color: #fff;
line-height: 22px;
margin: 0 0 7px;
font-weight: 300;
}
.footer__contacts li:last-child{
margin-bottom: 0;
}
.popup__btn-close {
background-color: transparent;
border: 0;
letter-spacing: .3rem;
opacity: 1;
position: absolute;
right: 30px;
top: 30px;
font-weight: 700;
text-transform: uppercase;
transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
z-index: 1;
}
.popup__btn-close:hover {
opacity: .5;
}
.popup-inner {
display: -webkit-flex;
display: -ms-flexbox;
display: -moz-box;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
justify-content: center;
height: 100vh;
transform: translateY(-100%);
transition: all 0.6s 1000ms cubic-bezier(0.7, 0, 0.3, 1);
width: 100%;
}
.show-popup .popup-inner, .show-overlay-nav .popup-inner {
transform: translateY(0);
}
.show-popup .popup.popup-overlay, .show-overlay-nav .popup.popup__menu {
opacity: 1;
overflow-x: hidden;
overflow-y: auto;
visibility: visible;
transform: translateY(0);
}
.show-popup,
.show-overlay-nav {
overflow: hidden;
}
.popup.popup__menu {
background-image: url(//msjsupply.com/wp-content/themes/industing/assets/images/line-maker.svg);
background-repeat: repeat;
background-position: center center;
padding: 0;
}
.popup.popup__menu .popup-inner {
display: flex;
}
.show-overlay-nav .popup.popup__menu.popup__menu {
box-shadow: none;
overflow: hidden;
}
.show-overlay-nav .top {
background-color: transparent;
box-shadow: none;
}
.dl-menu__wrap {
height: auto;
position: relative;
perspective: 600px;
perspective-origin: 50% -200%;
text-align: center;
transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
width: 100%;
}
.dl-menu__wrap ul {
list-style: none;
padding: 0;
transform-style: preserve-3d;
}
.dl-menu__wrap ul li {
margin: 15px 0;
position: relative;
}
.dl-menu__wrap ul li a {
color: #FFF;
text-transform: uppercase;
font-size: 14px;
line-height: .8;
letter-spacing: 1px;
font-weight: 400;
padding-right: 15px;
padding-top: 8px;
padding-left: 15px;
padding-bottom: 6px;
position: relative;
text-decoration: none;
-webkit-text-decoration-skip: objects;
transition: all 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.dl-menu__wrap ul li.menu-item-has-children a{
padding-right: 30px;
}
.dl-menu__wrap ul li a::after {
background-color: #ff5e14;
content: '';
height: 100%;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 0;
pointer-events: none;
user-select: none;
transition: all 0.6s 0s cubic-bezier(0.7, 0, 0.3, 1);
z-index: -1;
}
.dl-menu__wrap ul li.menu-item-has-children > a{
position: relative;
}
.dl-menu__wrap ul li.menu-item-has-children > a:before{
position: absolute;
right: 14px;
top: 2px;
content: "\ea2d";
transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
font-family: "themewar";
font-size: 10px;
color: #fff;
line-height: 28px;
}
.dl-menu__wrap ul ul.dl-submenu li.menu-item-has-children a:before{
right: 0;
}
.dl-menu__wrap ul li.menu-item-has-children > a:hover:before{
transform: rotate(-180deg);
}
.dl-menu__wrap ul li.active > a::after,
.dl-menu__wrap ul li a:hover::after {
width: 100%;
}
.dl-menu__wrap ul li .dl-submenu {
display: none;
}
.dl-menu__wrap .dl-menu {
margin: 0;
pointer-events: none;
transform: translateY(10px);
backface-visibility: hidden;
width: 100%;
}
.dl-menu__wrap .dl-menu.dl-menu-toggle {
transition: all 0.3s ease;
}
.dl-menu__wrap ul li .dl-submenu li a{
padding-right: 15px;
}
.dl-menu__wrap .dl-menu.dl-menuopen {
opacity: 1;
pointer-events: auto;
transform: translateY(0px);
}
.dl-menu__wrap .dl-menu.dl-subview li,
.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen > a, 
.dl-menu__wrap .dl-menu.dl-subview li.dl-subview > a {
display: none;
}
.dl-menu__wrap .dl-menu.dl-subview li.dl-subview, 
.dl-menu__wrap .dl-menu.dl-subview li.dl-subview .dl-submenu, 
.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen, 
.dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen > 
.dl-submenu, .dl-menu__wrap .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
display: block;
}
.dl-menu__wrap .dl-menu.dl-animate-out-3 {
-webkit-animation: MenuAnimOut3 0.4s ease;
animation: MenuAnimOut3 0.4s ease;
}
.dl-menu__wrap .dl-menu.dl-animate-in-3 {
-webkit-animation: MenuAnimIn3 0.4s ease;
animation: MenuAnimIn3 0.4s ease;
}
.dl-menu__wrap .dl-menu .dl-back a {
position: relative;
width: 26px;
padding-top: 12px;
padding-bottom: 12px;
}
.dl-menu__wrap .dl-menu .dl-back a:before {
content: '';
background-color: transparent;
background-image: url(//msjsupply.com/wp-content/themes/industing/assets/images/arrow-back.svg);
background-repeat: no-repeat;
background-position: center center;
height: 26px;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
text-align: center;
width: 26px;
}
.dl-menu__wrap .dl-menu.dl-subview .dl-back {
-webkit-animation: SubMenuAnimIn3 0.4s ease;
animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menu__wrap > .dl-submenu {
margin: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.dl-menu__wrap > .dl-submenu.dl-animate-in-3 {
-webkit-animation: SubMenuAnimIn3 0.4s ease;
animation: SubMenuAnimIn3 0.4s ease;
}
.dl-menu__wrap > .dl-submenu.dl-animate-out-3 {
-webkit-animation: SubMenuAnimOut3 0.4s ease;
animation: SubMenuAnimOut3 0.4s ease;
}
@keyframes MenuAnimOut3 {
100% {
transform: translateZ(300px);
opacity: 0;
}
}
@keyframes MenuAnimIn3 {
0% {
transform: translateZ(300px);
opacity: 0;
}
100% {
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes SubMenuAnimIn3 {
0% {
transform: translateZ(-300px);
opacity: 0;
}
100% {
transform: translateZ(0px);
opacity: 1;
}
}
@keyframes SubMenuAnimOut3 {
0% {
transform: translateZ(0px);
opacity: 1;
}
100% {
transform: translateZ(-300px);
opacity: 0;
}
}
.popUp_social {
position: absolute;
right: 0;
bottom: 45px;
padding: 0;
}
.popUp_social a {
display: inline-block;
font-size: 13px;
font-weight: 400;
line-height: .8;
color: #06163a;
text-align: center;
width: 49px;
height: 49px;
border-radius: 50%;
background: #fff;
padding: 18px 0;
margin: 0 6px 0 0;
transition: all ease 400ms;
-moz-transition: all ease 400ms;
-webkit-transition: all ease 400ms;
}
.popUp_social a:hover{
color: #FFF;
background: #ff5e14;
} .slider_01{
width: 100%;
height: 100vh;
background: #06163a;
overflow: hidden;
}
.slider_01 .tp-loader.spinner0{
display: none;
}
.slider_01 .slotholder:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(13,4,56,1);
background: -moz-linear-gradient(left, rgba(13,4,56,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(13,4,56,1)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(left, rgba(13,4,56,1) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(left, rgba(13,4,56,1) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(left, rgba(13,4,56,1) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(13,4,56,1) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0438', endColorstr='#000000', GradientType=1 );
}
.slider_01 .hermes.tparrows{
height: 120px;
background: rgba(0, 0, 0, .3);
color: #a29d98;
font-size: 18px;
letter-spacing: 0;
}
.slider_01 .hermes.tparrows:before{
color: #a29d98;
font-size: 18px;
font-family: "Font Awesome 5 Pro";
height: 120px;
line-height: 120px;
}
.slider_01 .hermes.tparrows.tp-leftarrow:before{
content: "\f104";
}
.slider_01 .hermes.tparrows.tp-rightarrow:before{
content: "\f105";
}
.slider_01 .hermes .tp-arr-imgholder {
width:130px;
position:absolute;
left:0px;
top:0px;
height:120px;
transform:translateX(-130px);
-webkit-transform:translateX(-130px);
transition:all 0.3s;
transition-delay:0.3s;
}
.slider_01 .hermes .tp-arr-imgholder:after{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255, 94, 20, .7);
content: '';
}
.slider_01 .hermes.tp-rightarrow .tp-arr-imgholder{
transform:translateX(130px);
-webkit-transform:translateX(130px);
}
.slider_01 .hermes.tparrows:hover .tp-arr-imgholder {
transform:translateX(0px);
-webkit-transform:translateX(0px);            
}
.slider_01 .hermes .tp-arr-allwrapper {
width: 130px;
}
.slider_01 .tp-bannertimer{
display: none !important;
} .video_01{
position: relative;
padding-bottom: 30px;
}
.video_01 > img{
max-width: 100%;
height: auto;
}
.video_01 .vp{
width: 320px;
height: auto;
position: absolute;
left: 0;
bottom: 0;
border: 10px solid #FFF;
}
.video_01 .vp img{
width: 100%;
height: auto;
}
.video_01 .vp a{
width: 80px;
height: 80px;
background: #FFF;
border-radius: 50%;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
font-size: 18px;
letter-spacing: 0;
text-align: center;
animation: video_shadows 1s linear infinite;
color: #ff5e14;
position: absolute;
line-height: 80px;
}
.video_01 .vp a i{
line-height: 80px;
}
.video_01 .vp a:hover{
background: #ff5e14;
color: #FFF;
}
.about_us_content{
padding-left: 60px;
padding-top: 64px;
}
.about_us_content .sec_title{
margin-bottom: 21px;
}
.about_us_content .ind_lead{
margin-bottom: 18px;
}
.mb28{
margin-bottom: 34px;
}
.about_us_content img{
max-width: 100%;
height: auto;
} .icon_box_01{
position: relative;
background: #FFF;
padding: 60px 25px 54px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.icon_box_01.box_shadow{
box-shadow: 0 8px 15px rgba(202, 211, 255, .20);
}
.icon_box_01:hover{
background: #ff5e14;
box-shadow: 0 16px 32px rgba(255, 94, 20, .40);
}
.icon_box_01 i.bigger{
font-size: 200px;
color: #fff9f9;
position: absolute;
width: 100%;
text-align: center;
z-index: 1;
left: 0;
top: 19px;
line-height: .82;
letter-spacing: 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.icon_box_01:hover i.bigger{
color: #fe6620;
}
.icon_box_01 *{
position: relative;
z-index: 2;
}
.icon_box_01 i.smaller{
font-size: 40px;
color: #ff5e14;
display: block;
margin: 0 0 39px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.icon_box_01:hover i.smaller{
color: #FFF;
}
.icon_box_01 span{
display: block;
background: #ffddce;
width: 34px;
height: 2px;
margin: 0 auto 31px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.icon_box_01:hover span{
background: #fff;
width: 74px;
}
.icon_box_01 h3{
font-size: 30px;
line-height: 40px;
letter-spacing: -.9px;
margin: 0 0 21px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.icon_box_01 h3 a{
color: inherit;
transition: none;
}
.icon_box_01:hover h3{
color: #FFF;
}
.icon_box_01 p{
margin: 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.icon_box_01:hover p{
color: #fff;
}
.elementor-align-left .icon_box_01 i.bigger{
text-align: left;
}
.elementor-align-left .icon_box_01 span{
margin-left: 0;
}
.elementor-align-right .icon_box_01 i.bigger{
text-align: right;
}
.elementor-align-right .icon_box_01 span{
margin-right: 0;
} .casestudysection{
padding-bottom: 90px;
}
.filterMenu{
position: relative;
margin: 0 0 40px;
}
.filterMenu.emptyStyle{
margin-bottom: 50px;
}
.filterMenu ul{
margin: 0;
padding: 0;
}
.filterMenu ul li{
list-style: none;
display: inline-block;
font-size: 14px;
font-weight: 500;
color: #06163a;
text-transform: capitalize;
letter-spacing: -.42px;
line-height: .8;
margin-right: 45px;
margin-top: 27px;
cursor: pointer;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.emptyStyle.filterMenu ul li{
margin-top: 0;
position: relative;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 20px;
}
.emptyStyle.filterMenu ul li:after{
width: 0%;
position: absolute;
bottom: 0px;
height: 2px;
background: #ff5e14;
left: 0;
right: 0;
margin: 0 auto;
content: "";
opacity: 0;
visibility: hidden;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.emptyStyle.filterMenu ul li:hover:after, .emptyStyle.filterMenu ul li.active:after{
width: 100%;
opacity: 1;
visibility: visible;
}
.filterMenu ul li:last-child{
margin-right: 0;
}
.filterMenu ul li i{
color: #ff5e14;
font-size: 16px;
margin-right: 10px;
display: inline-block;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.filterMenu ul li .icon_img{
width: 20px;
height: 20px;
border-radius: 50%;
margin-right: 10px;
}
.filterMenu ul li:hover, .filterMenu ul li.active{
color: #ff5e14;
}
.filterMenu ul li:hover i, .filterMenu ul li.active i{
color: #06163a;
}
.filterMenu ul li.all{
float: left;
height: 70px;
background: #ff5e14;
color: #FFF;
padding: 27px 45px 28px;
margin-top: 0;
margin-bottom: 0;
letter-spacing: 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.filterMenu ul li.all i{
color: #FFF;
margin-right: 10px;
display: inline-block;
position: relative;
top: 1px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.filterMenu ul li.all:hover{
color: #06163a;
}
.filterMenu ul li.all:hover i{
color: #06163a;
}
.filterMenu ul li.all.active{
color: #fff;
}
.singlefolio {
position: relative;
overflow: hidden;
margin: 0 0 30px;
}
.singlefolio img {
display: block;
width: 100%;
height: auto;
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.folioHover {
visibility: hidden;
opacity: 0;
position: absolute;
left: 20px;
bottom: 46px;
z-index: 3;
transition: all ease 900ms;
-moz-transition: all ease 900ms;
-webkit-transition: all ease 900ms;
-o-transition: all ease 900ms;
}
.singlefolio:after{
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(255, 94, 20, .8);
overflow: hidden;
width: 0;
height: 100%;
content: '';
transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
}
.singlefolio .folioHover p{
font-size: 12px;
line-height: .8;
font-weight: 500;
color: #FFF;
display: block;
margin: 0 0 8px;
}
.singlefolio .folioHover a.cate {
font-size: inherit;
line-height: inherit;
color: #fff;
text-transform: uppercase;
transition: all ease 400ms;
-webkit-transition: all ease 400ms;
-moz-transition: all ease 400ms;
}
.singlefolio .folioHover h4{
font-size: 22px;
line-height: 1.2;
color: #fff;
margin: 0;
text-transform: uppercase;
}
.singlefolio .folioHover h4 a{
color: #fff;    
transition: all ease 400ms;
-webkit-transition: all ease 400ms;
-moz-transition: all ease 400ms;
}
.singlefolio:hover img {
transform: scale(1.1) rotate(2deg);
-moz-transform: scale(1.1) rotate(2deg);
-webkit-transform: scale(1.1) rotate(2deg);
-ms-transform: scale(1.1) rotate(2deg);
-o-transform: scale(1.1) rotate(2deg);
-webkit-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.singlefolio:hover .folioHover {
visibility: visible;
opacity: 1;
left: 50px;
}
.singlefolio:hover:after{
width: 100%;
}
.singlefolio .folioHover p a.cate:hover,
.singlefolio .folioHover h4 a:hover{
color: #06163a;
} .funfactSection{
background: #06163a;
position: relative;
}
.pdt120{
padding-top: 120px;
}
.pdl115{
padding-left: 115px;
}
.pdb38{
padding-bottom: 38px;
}
.icon_box_02{
position: relative;
margin-bottom: 77px;
}
.funfactSection .icon_box_02{
padding-right: 50px;
}
.icon_box_02 i{
font-size: 50px;
letter-spacing: 0;
color: #ff5e14;
display: inline-block;
line-height: .8;
text-align: left;
margin-bottom: 38px;
}
.icon_box_02 h3{
font-size: 28px;
line-height: 26px;
color: #a9b2c7;
margin: 0 0 27px;
}
.icon_box_02 span{
color: #FFF;
}
.icon_box_02 p{
color: #a9b2c7;
margin: 0;
}
.mrm110px{
margin-right: -110px;
}
.slider_01 .rev_slider .tp-caption.textRes br{
display: none;
}
.straceImg{
position: relative;
height: 100%;
}
.straceImg2{
position: relative;
height: 100%;
}
rs-dotted.twoxtwo{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(22, 6, 58, .5);
}
rs-dotted.twoxtwo{
background: rgba(13,4,56,1);
background: -moz-linear-gradient(left, rgba(13,4,56,1) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(13,4,56,1)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(left, rgba(13,4,56,1) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(left, rgba(13,4,56,1) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(left, rgba(13,4,56,1) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(13,4,56,1) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0438', endColorstr='#000000', GradientType=1 );
}
.hermes .tp-arr-imgholder:after,
.hermes .tp-arr-imgholder:after{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255, 94, 20, .7);
content: '';
} .icon_box_03{
position: relative;
border: 4px solid #eee9ff;
padding: 57px 20px 48px 58px;
margin-bottom: 30px;
}
.icon_box_03 i{
font-size: 48px;
letter-spacing: 0;
line-height: 1;
display: block;
color: #ff5e14;
margin-bottom: 30px;
}
.icon_box_03 img{
width: 48px;
height: 48px;
margin-bottom: 30px;
}
.icon_box_03 h3{
font-size: 36px;
letter-spacing: -1.08px;
margin: 0 0 25px;
text-transform: capitalize;
}
.icon_box_03 h3 a{
color: #06163a;
}
.icon_box_03 h3 a:hover{
color: #ff5e14;
}
.icon_box_03 p{
margin: 0 0 15px;
}
.icon_box_03 ul{
margin: 0;
padding: 0;
}
.icon_box_03 ul li{
list-style: none;
font-size: 14px;
line-height: 30px;
color: #959ba9;
position: relative;
}
.icon_box_03 ul li:before{
content: '\f61b';
font-family: "themewar";
font-size: 14px;
line-height: 30px;
letter-spacing: 0;
color: #ff5e14;
font-weight: 300;
margin-right: 11px;
}
.elementor-align-center .icon_box_03{
text-align: center;
padding: 57px 25px 48px 25px;
}
.elementor-align-left .icon_box_03{
text-align: left;
}
.elementor-align-right .icon_box_03{
text-align: right;
padding: 57px 58px 48px 20px;
}
.serviceSlider .owl-nav{
position: absolute;
right: 0;
top: -186px;
}
.serviceSlider.owl-carousel .owl-nav button{
width: 60px;
height: 60px;
border: 2px solid #eee9ff;
color: #606e8c;
font-size: 16px;
line-height: .8;
text-align: center;
border-radius: 50%;
letter-spacing: 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.serviceSlider.owl-carousel .owl-nav button.owl-prev{
margin-right: 20px;
}
.serviceSlider.owl-carousel .owl-nav button:hover{
color: #FFF;
background: #ff5e14;
border-color: #ff5e14;
}
.serviceSlider.owl-carousel.left_right .owl-nav{
left: 0;
}
.serviceSlider.owl-carousel.left_right .owl-nav button.owl-prev{
left: 0;
right: auto;
position: absolute;
}
.serviceSlider.owl-carousel.left_right .owl-nav button.owl-next{
left: auto;
right: 0;
position: absolute;
}
.serviceSlider.owl-carousel.center_bottom .owl-nav{
left: 0;
top: auto;
bottom: -70px;
text-align: center;
}
.serviceSlider.owl-carousel.center_bottom .owl-nav button.owl-prev{
margin-right: 10px;
}
.serviceSlider.owl-carousel.center_bottom .owl-nav button.owl-next{
margin-left: 10px;
}
.serviceListingPage{
padding-bottom: 90px;
} .whyChooseUs{
background: #06163a;
}
.video_02 {
position: relative;
height: 100%;
}
.videoPlay1{
display: inline-block;
width: 120px;
height: 120px;
background: #fff;
animation: video_shadows 1s linear infinite;
color: #ff5e14;
font-size: 16px;
letter-spacing: 0;
line-height: .8;
text-align: center;
border-radius: 50%;
padding: 52px 0;
}
.video_02 .videoPlay1{
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
}
.videoPlay1:hover{
background: #ff5e14;
color: #FFF;
}
.video_02 img{
height: 100vh;
max-width: 100%;
width: auto;
}
.whyChooseUsContent{
padding: 120px 31% 120px 70px;
}
.whyChooseUsContent .sub_title{
color: #b8becb;
margin-bottom: 15px;
}
.whyChooseUsContent .sec_title{
font-size: 100px;
line-height: 110px;
margin-bottom: 19px;
}
.whyChooseUsContent p{
font-size: 16px;
line-height: 28px;
color: #a9b2c7;
margin: 0 0 34px;
} .testimonialSection .sub_title{
margin-bottom: 22px;
}
.testimonialSection .sec_title{
margin-bottom: 35px;
}
.testimonialSection p{
margin-bottom: 0;
}
.testimonialSection .ind_lead{
margin-bottom: 26px;
}
.ts_item{
padding: 0 15px;
}
.testimonialSliderHolder{
padding-left: 15px;
overflow: hidden;
}
.testimonial_item{
position: relative;
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/bg/1.jpg) repeat;
padding: 50px 50px 53px;
border-radius: 5px;
}
.testimonial_item .ratings{
display: block;
font-size: 14px;
line-height: .8;
color: #ffd200;
margin: 0 0 30px;
}
.testimonial_item .ratings i{
margin-right: 6px;
display: inline-block;
}
.testimonial_item h3{
font-size: 30px;
line-height: .8;
color: #06163a;
letter-spacing: -.6px;
text-transform: capitalize;
margin: 0 0 29px;
}
.testimonial_item p{
margin: 0 0 32px;
}
.ti_author{
position: relative;
}
.testimonial_item .ti_author img{
float: left;
margin-right: 21px;
width: 70px;
height: 70px;
border-radius: 50%;
box-shadow: 0 16px 32px rgba(48, 79, 134, .3);
}
.ti_author h4{
font-size: 24px;
line-height: .8;
text-transform: capitalize;
letter-spacing: -.48px;
margin: 0 0 18px;
padding-top: 13px;
}
.ti_author span{
font-size: 14px;
color: #ff5e14;
display: block;
line-height: .8;
}
.ts_item.slick-slide:focus{
outline: 0;
box-shadow: none;
} .csItem{
position: relative;
text-align: center;
}
.csItem img{
width: auto !important;
max-width: 100% !important;
display: inline-block !important;
height: auto;
} .newsSection{
padding-bottom: 90px;
}
.blogItem{
position: relative;
margin-bottom: 30px;
}
.bi_thumb{
position: relative;
overflow: hidden;
}
.bi_thumb img{
width: 100%;
height: auto;
}
.bi_details{
border: 2px solid #eee9ff;
border-top: none;
padding: 40px 35px 30px 38px;
}
.bi_meta{
position: relative;
color: #ff5e14;
font-size: 14px;
line-height: 14px;
margin-bottom: 19px;
}
.bi_meta span{
display: inline-block;
margin-right: 30px;
}
.bi_meta span:last-child{
margin-right: 0;
}
.bi_meta span i{
margin-right: 6px;
position: relative;
top: -1px;
}
.bi_meta a{
color: #ff5e14;
}
.bi_meta a:hover{
color: #06163a;
}
.bi_details h3{
font-size: 30px;
line-height: 36px;
letter-spacing: 0;
margin: 0 0 23px;
}
.bi_details h3 a{
color: #06163A;
}
.bi_details h3 a:hover{
color: #ff5e14;
}
.bi_details p{
margin: 0 0 19px;
word-break: break-all;
}
.bi_details .read_more{
font-size: 14px;
line-height: .8;
position: relative;
text-transform: capitalize;
font-weight: 500;
color: #ff5e14;
display: inline-block;
text-decoration: underline;
}
.bi_details .read_more:hover{
color: #06163A;
text-decoration: underline;
}
.blogItem2{
border: 2px solid #eee9ff;
padding: 40px 35px 39px 35px;
margin-bottom: 30px;
}
.blogItem2 .bi_meta{
margin-bottom: 18.5px;
}
.blogItem2 h3{
font-size: 30px;
line-height: 36px;
letter-spacing: 0;
margin: 0;
}
.blogItem2 h3 a{
color: #06163A;
}
.blogItem2 h3 a:hover{
color: #ff5e14;
}
.blog_slide_2.owl-carousel .owl-dots,
.blog_slide.owl-carousel .owl-dots {
text-align: center;
line-height: 4px;
position: relative;
left: 0;
right: 0;
margin: 8px auto 0;
bottom: 0;
}
.blog_slide_2.owl-carousel .owl-dots{
margin-top: 40px;
}
.blog_slide_2.owl-carousel .owl-dots .owl-dot,
.blog_slide.owl-carousel .owl-dots .owl-dot {
width: 20px;
height: 4px;
display: inline-block;
background: #ffddce;
border-radius: 10px;
margin-right: 10px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.blog_slide_2.owl-carousel .owl-dots .owl-dot span,
.blog_slide.owl-carousel .owl-dots .owl-dot span {
display: none;
}
.blog_slide_2.owl-carousel .owl-dots .owl-dot.active,
.blog_slide.owl-carousel .owl-dots .owl-dot.active {
width: 40px;
background: #ff5e14;
}
.blogItem.col_2_g .bi_meta span{
margin-right: 17px;
}
.blogItem.col_2_g .bi_meta span:last-of-type{
margin-right: 0px;
}
.blogItem.col_2_g .bi_details{
padding-left: 30px;
padding-right: 25px;
} .footer_01{
position: relative;
padding: 100px 0 50px;
background: #051230;
}
.footer_01 .widget{
position: relative;
margin: 0 0 50px;
}
.about_widget{
position: relative;
padding-right: 10px;
}
.about_widget img{
max-width: 100%;
height: auto;
margin-bottom: 18px;
}
.about_widget p{
font-size: 14px;
line-height: 26px;
margin: 0 0 25px;
color: #acafc0;
letter-spacing: 0;
}
.caller{
position: relative;
background: #0f1d3e;
padding-left: 76px;
border-radius: 5px;
padding-top: 20px;
padding-bottom: 19px;
max-width: 248px;
}
.caller i{
font-size: 30px;
line-height: 30px;
color: #ff5e14;
position: absolute;
left: 30px;
top: 20px;
}
.caller span{
font-size: 14px;
line-height: .8;
color: #727e9a;
display: block;
margin: 2px 0 10px;
}
.caller h3{
font-size: 24px;
line-height: .8;
color: #FFF;
margin: 0;
}
.footer_01 .widget_title{
font-size: 24px;
letter-spacing: 0;
text-transform: capitalize;
font-weight: 600;
color: #FFF;
margin: 12px 0 40px;
line-height: .8;
}
.footer_01 .widget_title:after{
content: '.';
color: #ff5e14;
display: inline-block;
}
.footer_01 .widget ul{
margin: 0;
padding: 0;
line-height: .8;
}
.footer_01 .widget ul li{
list-style: none;
display: block;
line-height: .8;
margin-bottom: 30px;
}
.footer_01 .widget ul li ul li{
padding-left: 15px;
}
.footer_01 .widget ul li:last-child{
margin-bottom: 0;
}
.footer_01 .widget ul li a{
display: inline-block;
line-height: .8;
font-size: 14px;
letter-spacing: 0;
color: #acafc0;
position: relative;
}
.footer_01 .widget ul li a:before{
content: '--';
color: #acafc0;
letter-spacing: 0;
margin-right: 8px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.footer_01 .widget ul li a:hover{
color: #ff5e14;
}
.footer_01 .widget ul li a:hover:before{
margin-right: 13px;
}
.footer_01 .widget .allfeeds h6{
color: #a2aeca;
}
.footer_01 .widget .allfeeds h6 a{
color: inherit;
}
.footer_01 .widget .allfeeds h6 a:hover{
color: #ff5e14;
}
.footer_01 .widget .allfeeds span{
color: #757b98;
}
.f1_col4 .widget_mc4wp_form_widget,
.f2_col4 .widget_mc4wp_form_widget {
margin-bottom: 40px;
}
.f1_col4 .industing_social_widget .widget_title,
.f2_col4 .industing_social_widget .widget_title{
margin-bottom: 25px;
}
.mc4wp-alert{
position: relative;
margin-top: 12px;
}
.mc4wp-error p {
color: rgba(216,48,57,.87);
background: #ffbaba;
padding: 12px;
}
.mc4wp-success{
background: #d4edda;
color: #155724;
padding: 12px;
text-align: left;
}
footer .socialLinks{
text-align: left;
}
footer .socialLinks a{
width: auto;
height: auto;
border: none;
color: #acafc0;
font-size: 14px;
background: transparent;
line-height: .8;
border-radius: 0;
display: inline-block;
margin-right: 16px;
}
footer .socialLinks a:hover {
color: #ff5e14;
background: transparent;
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
.widget_mc4wp_form_widget p{
font-size: 14px;
line-height: 26px;
margin: 20px 0 0;
color: #acafc0;
letter-spacing: 0;
}
.widget_mc4wp_form_widget p a:hover{
color: #acafc0;
}
.pdl45{
padding-left: 45px;
}
.pdl65{
padding-left: 65px;
}
.recentServices{
position: relative;
}
.serviceItem{
position: relative;
margin-bottom: 21px;
min-height: 70px;
}
.serviceItem img{
width: 80px;
height: 70px;
margin: 0 26px 0 0;
}
.serviceItem h5{
font-size: 18px;
line-height: 20px;
color: #a2aeca;
margin: -1px 0 16px;
}
.serviceItem h5 a{
color: #a2aeca;
line-height: inherit;
}
.serviceItem h5 a:hover{
color: #ff5e14;
}
.serviceItem span{
display: block;
color: #757b98;
line-height: .8;
}
.mc4wp-form{
position: relative;
margin: 0;
padding: 0;
}
.mc4wp-form input[type="email"], .mc4wp-form input[type="text"]{
height: 70px;
width: 100%;
border: none;
background: #0f1f45;
border-radius: 70px;
color: #bfbfcb;
font-size: 14px;
letter-spacing: 0;
margin: 0 0 20px;
padding: 0 15px 0 40px;
}
.mc4wp-form input[type="email"]::-moz-placeholder, 
.mc4wp-form input[type="text"]::-moz-placeholder{
color: #bfbfcb;
opacity: 1 !important;
}
.mc4wp-form input[type="email"]::-ms-input-placeholder, 
.mc4wp-form input[type="text"]::-ms-input-placeholder{
color: #787f85;
opacity: 1 !important;
}
.mc4wp-form input[type="email"]::-webkit-input-placeholder,
.mc4wp-form input[type="text"]::-webkit-input-placeholder{
color: #bfbfcb;
opacity: 1 !important;
}
.mc4wp-form input:-internal-autofill-selected{
background-color: #0f1f45;
}
.mc4wp-form button, .mc4wp-form input[type="submit"]{
background: #f46904;
color: #FFF;
height: 60px;
margin: 0;
padding: 2px 44px 0;
min-width: 200px;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2.8px;
border: none;
border-radius: 60px;
font-weight: 500;
text-align: center;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.mc4wp-form button:hover, .mc4wp-form input[type="submit"]:hover{
color: #ff5e14;
background: #0f1f45;
}
.widget .socials{
position: relative;
}
.widget .socials a{
font-size: 14px;
line-height: .8;
display: inline-block;
color: #acafc0;
margin-right: 17px;
}
.widget .socials a:last-child{
margin-right: 0;
}
.widget .socials a:hover{
color: #ff5e14;
}
.widget.footer_social .widget_title{
margin: 0 0 25px;
}
.footer_01 .subscribe_widget{
margin-bottom: 40px;
} .copyright_section{
background: #051230;
}
.siteinfo{
text-align: center;
border-top: 2px solid #1a2c55;
font-size: 14px;
line-height: 26px;
color: #ffffff;
padding: 25px 0 24px;
}
.siteinfo a{
color: #FFF;
}
.siteinfo a:hover{
color: #ff5e14;
} .header_02{
position: relative;
background: #fff;
}
.logo_02{
position: relative;
padding: 30px 0 29px;
}
.logo_02 img{
max-width: 100%;
height: 51px;
width: auto;
}
.logo_02.textLogo2 a{
font-family: 'Barlow Condensed', sans-serif;
color: #06163a;
text-transform: capitalize;
font-weight: 600;
letter-spacing: .75px;
font-size: 30px;
line-height: .7;
margin: 15px 0;
display: inline-block;
}
.logo_02.textLogo2 a:hover{
color: #ff5e14;
}
.header_02 .mainmenu > ul > li{
padding: 49px 0 48px;
}
.header_02 .ind_btn_2{
margin: 25px 0 0;
} .topbar_02{
min-height: 100px;
background: #06163a;
position: relative;
}
.topbar_left{
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-start;
-moz-justify-content: flex-start;
-ms-justify-content: flex-start;
-o-justify-content: flex-start;
justify-content: flex-start;
padding-top: 28px;
padding-bottom: 30px;
}
.topbar_left .info_element{
top: 0;
}
.social_and_settings{
line-height: .8;
padding: 43px 0;
}
.social_and_settings span{
display: inline-block;
line-height: .8;
}
.social_and_settings a{
color: #a9b2c7;
font-size: 14px;
line-height: .8;
display: inline-block;
position: relative;
margin-right: 20px;
}
.social_and_settings a.src{
margin: 0 17px 0 36px;
}
.social_and_settings a:last-child{
margin-right: 0;
}
.social_and_settings a.toggler{
color: #FFF;
}
.social_and_settings a:hover, .social_and_settings a.active{
color: #ff5e14;
}
.social_and_settings .cartToggler{
margin-right: 17px;
position: relative;
}
.social_and_settings .cartToggler:hover, .social_and_settings .cartToggler.active{
color: #ff5e14;
}
.social_and_settings .cartToggler span{
position: absolute;
width: 18px;
height: 18px;
background: #ff5e14;
color: #FFF;
font-size: 10px;
border-radius: 50%;
text-align: center;
line-height: 18px;
font-weight: 600;
letter-spacing: .75px;
font-family: 'Barlow Condensed', sans-serif;
top: -8px;
right: 8px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.header_2_searc_form{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #06163a;
display: none;
}
.header_2_searc_form form{
margin: 0;
padding: 15px 0;
position: relative;
display: block;
}
.header_2_searc_form form input{
display: block;
font-size: 20px;
font-weight: 400;
color: #959ba9;
background: transparent;
border: none;
padding: 0;
margin: 0;
height: 70px;
width: 100%;
}
.header_2_searc_form form input::-moz-placeholder{
color: #959ba9 !important;
opacity: 1 !important;
}
.header_2_searc_form form input::-ms-input-placeholder{
color: #959ba9 !important;
opacity: 1 !important;
}
.header_2_searc_form form input::-webkit-input-placeholder{
color: #959ba9 !important;
opacity: 1 !important;
}
.header_2_searc_form form button{
position: absolute;
right: 0;
top: 0;
color: #FFF;
font-size: 20px;
background: transparent;
border: none;
padding: 0;
margin: 0;
bottom: 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.header_2_searc_form form button:hover{
color: #ff5e14;
} .slider_02{
width: 100%;
max-height: 100vh;
background: #06163a;
position: relative;
overflow: hidden;
}
.bigHeading{
letter-spacing: -3px;
}
.slider_02 .slotholder:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: '';
background: rgba(22, 6, 58, .5);
}
.slider_02 .hermes.tparrows{
height: 120px;
background: rgba(0, 0, 0, .3);
color: #a29d98;
font-size: 18px;
letter-spacing: 0;
}
.slider_02 .hermes.tparrows:before{
color: #a29d98;
font-size: 18px;
font-family: "Font Awesome 5 Pro";
height: 120px;
line-height: 120px;
}
.slider_02 .hermes.tparrows.tp-leftarrow:before{
content: "\f104";
}
.slider_02 .hermes.tparrows.tp-rightarrow:before{
content: "\f105";
}
.slider_02 .hermes .tp-arr-imgholder {
width:130px;
position:absolute;
left:0px;
top:0px;
height:120px;
transform:translateX(-130px);
-webkit-transform:translateX(-130px);
transition:all 0.3s;
transition-delay:0.3s;
}
.slider_02 .hermes .tp-arr-imgholder:after{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(255, 94, 20, .7);
content: '';
}
.slider_02 .hermes.tp-rightarrow .tp-arr-imgholder{
transform:translateX(130px);
-webkit-transform:translateX(130px);
}
.slider_02 .hermes.tparrows:hover .tp-arr-imgholder {
transform:translateX(0px);
-webkit-transform:translateX(0px);            
}
.slider_02 .hermes .tp-arr-allwrapper {
width: 130px;
}
.slider_02 .tp-bannertimer{
display: none !important;
} .featureSection2{
position: relative;
margin-top: -203px;
z-index: 2;
padding-bottom: 120px;
}
.hide_overflow{
overflow: hidden;
} .experienceSection{
padding: 0 0 120px;
position: relative;
}
.aboutCompanys{
position: relative;
border: 10px solid #f3f3ff;
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/bg/2.jpg) repeat;
padding: 87px 0 77px;
}
.abc_left{
padding-left: 70px;
}
.aboutCompanys h5{
font-size: 16px;
line-height: 1.2;
color: #ff5e14;
font-weight: 500;
margin: 0 0 18px;
text-transform: uppercase;
font-family: 'Rubik', sans-serif;
}
.aboutCompanys h2{
font-size: 80px;
line-height: 90px;
font-weight: 600;
margin: 0;
letter-spacing: -2.4px;
}
.abc_right{
padding-left: 20px;
padding-right: 36px;
word-break: break-all;
}
.aboutCompanys p{
margin: -3px 0 24px;
}
.aboutCompanys .ab_sign{
height: 73px;
width: auto;
}
.ab_btn{
width: 60px;
height: 60px;
background: #ff5e14;
color: #FFF;
font-size: 20px;
letter-spacing: 0;
line-height: 58px;
text-align: center;
position: absolute;
right: 0;
bottom: 0;
}
.ab_btn i{
line-height: 58px;
}
.ab_btn:hover{
color: #FFF;
background: #06163A;
} .pdb80{
padding-bottom: 80px;
}
.singleService{
position: relative;
margin-bottom: 40px;
}
.serviceThumb{
position: relative;
overflow: hidden;
padding: 0 18px;
}
.serviceThumb img{
width: 100%;
height: auto;
background: #06163a;
opacity: 1;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.singleService:hover .serviceThumb img{
opacity: .7;
}
.serviceThumb a{
height: 60px;
background: #ff5e14;
width: 170px;
display: inline-block;
font-size: 14px;
letter-spacing: 0;
font-weight: 500;
text-transform: uppercase;
color: #fff;
text-align: center;
line-height: 60px;
position: relative;
position: absolute;
left: 0;
top: 30px;
bottom: 0;
margin: auto;
right: 0;
opacity: 0;
visibility: hidden;
}
.singleService:hover .serviceThumb a{
opacity: 1;
visibility: visible;
top: 0;
}
.serviceThumb a:hover{
color: #FFF;
}
.serviceThumb a span{
position: relative;
z-index: 2;
}
.serviceThumb a:after{
content: '';
width: 1px;
height: 1px;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 0;
visibility: hidden;
background: #06163a;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.serviceThumb a:hover:after {
opacity: 1;
visibility: visible;
width: 100%;
height: 100%;
}
.serviceDetails{
padding: 136px 45px 34px 45px;
margin-top: -107px;
background: #fff;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.singleService:hover .serviceDetails{
box-shadow: 0 16px 32px rgba(6, 22, 58, .08);
}
.serviceDetails h2{
font-size: 36px;
line-height: 46px;
font-weight: 600;
letter-spacing: -1.08px;
color: #06163a;
margin: 0 0 22px;
}
.serviceDetails h2 a{
color: inherit;
}
.serviceDetails h2 a:hover{
color: #ff5e14;
}
.serviceDetails p{
margin: 0;
}
.singleService .serviceDetails > a{
font-size: 14px;
text-transform: capitalize;
font-weight: 500;
letter-spacing: 0;
color: #959ba9;
display: inline-block;
line-height: .8;
position: relative;
padding-bottom: 11px;
}
.singleService .serviceDetails > a:hover{
color: #ff5e14;
}
.singleService .serviceDetails > a:after{
width: 100%;
height: 3px;
background: #ff5e14;
position: absolute;
left: 0;
bottom: 0;
content: '';
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.singleService .serviceDetails > a i{
font-size: 15px;
position: relative;
top: 2px;
margin-left: 6px;
}
.style2 .serviceDetails{
box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
padding-bottom: 0;
}
.style2 .serviceDetails p{
margin-bottom: 25px;
} .cta_left h6{
font-family: 'Rubik', sans-serif;
font-size: 16px;
color: #ff5e14;
letter-spacing: 0;
text-transform: uppercase;
font-weight: 500;
margin: 0 0 20px;
line-height: .8;
}
.cta_left h2{
font-size: 70px;
line-height: 80px;
letter-spacing: -1.4px;
margin: 0;
color: #FFF;
}
.ind_btn_icon{
height: 60px;
min-width: 200px;
text-align: center;
padding: 24px 15px;
background: #ff5e14;
color: #FFF;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
letter-spacing: 0;
line-height: .8;
display: inline-block;
position: relative;
}
.ind_btn_icon span{
position: relative;
z-index: 2;
}
.ind_btn_icon i{
margin-right: 6px;
position: relative;
top: -1px;
}
.ind_btn_icon:after{
content: '';
width: 1px;
height: 1px;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 0;
visibility: hidden;
background: #06163a;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.ind_btn_icon.lights:after{
background: #FFF;
}
.ind_btn_icon:hover{
color: #FFF;
}
.ind_btn_icon.lights:hover{
color: #06163a;
}
.ind_btn_icon:hover:after{
opacity: 1;
visibility: visible;
width: 100%;
height: 100%;
}
.pdt60{
padding-top: 60px;
} .workSecion{
padding-bottom: 100px;
}
.workSecion .sec_title{
margin-bottom: 83px;
}
.singlefolio_02{
position: relative;
padding-bottom: 67px;
margin-bottom: 20px;
}
.singlefolio_02 img{
width: 100%;
height: auto;
}
.sf2_con{
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
width: calc(100% - 40px);
background: #FFF;
box-shadow: 0 8px 15px rgba(202, 211, 255, .2);
padding: 33px 40px 30px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.sf2_con p{
line-height: .8;
margin: 0 0 12px;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
color: #ff5e14;
letter-spacing: 0;
}
.sf2_con p a{
color: inherit;
}
.sf2_con p a:hover{
color: #06163a;
}
.sf2_con h3{
font-size: 30px;
line-height: 1.2;
color: #06163a;
text-transform: capitalize;
letter-spacing: -.9px;
margin: 0;
}
.sf2_con h3 a{
color: inherit;
}
.sf2_con h3 a:hover{
color: #ff5e14;
}
.worksSlider .owl-nav{
position: absolute;
right: 0;
top: -173px;
}
.worksSlider.owl-carousel .owl-nav button{
width: 60px;
height: 60px;
border: 2px solid #eee9ff;
color: #606e8c;
font-size: 16px;
line-height: .8;
text-align: center;
border-radius: 50%;
letter-spacing: 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.worksSlider.owl-carousel .owl-nav button.owl-prev{
margin-right: 20px;
}
.worksSlider.owl-carousel .owl-nav button:hover{
color: #FFF;
background: #ff5e14;
border-color: #ff5e14;
}
.worksSlider.owl-carousel.left_right .owl-nav{
left: 0;
}
.worksSlider.owl-carousel.left_right .owl-nav button.owl-prev{
left: 0;
right: auto;
position: absolute;
}
.worksSlider.owl-carousel.left_right .owl-nav button.owl-next{
left: auto;
right: 0;
position: absolute;
}
.worksSlider.owl-carousel.center_bottom .owl-nav{
left: 0;
top: auto;
bottom: -70px;
text-align: center;
}
.worksSlider.owl-carousel.center_bottom .owl-nav button.owl-prev{
margin-right: 10px;
}
.worksSlider.owl-carousel.center_bottom .owl-nav button.owl-next{
margin-left: 10px;
} .singleTeam{
position: relative;
}
.singleTeam img{
display: block;
width: 100%;
height: auto;
margin-bottom: 42px;
}
.singleTeam span{
display: block;
font-size: 14px;
text-transform: uppercase;
color: #ff5e14;
font-weight: 500;
line-height: .8;
margin: 0 0 17px;
}
.singleTeam h3{
font-size: 36px;
text-transform: capitalize;
color: #06163a;
letter-spacing: -.72px;
line-height: .8;
margin: 0 0 23px;
}
.singleTeam h3 a{
color: inherit;
}
.singleTeam h3 a:hover{
color: #ff5e14;
}
.singleTeam p{
margin: 0 0 20px;
word-break: break-all;
padding: 0 10px;
}
.teamsocials{
font-size: 14px;
line-height: .8;
color: #acafc0;
}
.teamsocials a{
display: inline-block;
color: inherit;
margin-right: 16px;
}
.teamsocials a:last-child{
margin-right: 0;
}
.teamsocials a:hover{
color: #ff5e14;
}
.teamslider.owl-carousel{
padding-bottom: 44px;
}
.teamslider.owl-carousel .owl-dots{
text-align: center;
line-height: 4px;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
.teamslider.owl-carousel .owl-dots .owl-dot{
width: 20px;
height: 4px;
display: inline-block;
background: #ffddce;
border-radius: 10px;
margin-right: 10px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.teamslider.owl-carousel .owl-dots .owl-dot:hover{
background: #ff5e14;
}
.teamslider.owl-carousel .owl-dots .owl-dot.active{
width: 40px;
background: #ff5e14;
}
.teamslider.owl-carousel .owl-dots .owl-dot:last-child{
margin-right: 0;
}
.teamslider.owl-carousel .owl-dots .owl-dot span{
display: none;
}
.elementor-align-left .singleTeam p{
padding: 0;
}
.elementor-align-right .singleTeam p{
padding: 0;
} .mtb204{
margin: 204px 0;
}
.videoPlay{
color: #ff5e14;
display: inline-block;
position: relative;
padding: 0;
animation: video_shadows 1s linear infinite;
border-radius: 50%;
}
.videoPlay i{
display: inline-block;
line-height: 120px;
font-size: 16px;
color: #ff5e14;
background: #FFF;
width: 120px;
height: 120px;
z-index: 3;
text-align: center;
position: relative;
border-radius: 50%;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.videoPlay:hover i{
background: #ff5e14;
color: #FFF;
}
@keyframes video_shadows {
0% {
box-shadow: 0 0 0 0 rgba(255, 255, 255, .06), 0 0 0 20px rgba(255, 255, 255, .06), 0 0 0 40px rgba(255, 255, 255, .06);
}
100% {
box-shadow: 0 0 0 20px rgba(255, 255, 255, .06), 0 0 0 40px rgba(255, 255, 255, .06), 0 0 0 60px rgba(255, 255, 255, 0);
}
} .testimonialSection2{
position: relative;
padding: 55px 0 0;
}
.pdt65{
padding-top: 65px;
}
.pdb120{
padding-bottom: 120px;
}
.testimonial_item2{
padding: 0 110px 0 0;
background: none;
}
.testimonialSection2 .sub_title{
margin-bottom: 22px;
}
.testimonialSection2 .sec_title{
margin-bottom: 63px;
}
.testimonial_item.testimonial_item2 h3{
margin-bottom: 31px;
color: #ff5e14;
}
.testimonial_item2.testimonial_item p{
margin: 0 0 24px;
position: relative;
z-index: 5;
}
.question{
width: 392px;
height: 515px;
content: '';
position: absolute;
right: -258px;
bottom: -120px;
z-index: 2;
}  .blogItem3{
position: relative;
}
.bi3_thumb{
position: relative;
overflow: hidden;
margin-bottom: 33px;
}
.bi3_thumb img{
display: block;
width: 100%;
height: auto;
}
.bmeta{
font-size: 14px;
line-height: .8;
color: #959ba9;
margin: 0 0 17px;
}
.bmeta a{
display: inline-block;
margin-right: 26px;
color: inherit;
}
.bmeta a:last-child{
margin-right: 0;
}
.bmeta a i{
margin-right: 6px;
position: relative;
top: -1px;
}
.bmeta a:hover{
color: #ff5e14;
}
.blogItem3 h3{
font-size: 30px;
line-height: 40px;
color: #06163a;
margin: 0 0 18px;
letter-spacing: -.6px;
}
.blogItem3 h3 a{
color: inherit;
}
.blogItem3 h3 a:hover{
color: #ff5e14;
}
.bdesc{
position: relative;
margin: 0 0 20px;
}
.bauthor{
position: relative;
padding-left: 61px;
line-height: .8;
padding-top: 15px;
padding-bottom: 14px;
}
.bauthor img{
width: 40px !important;
height: 40px !important;
border-radius: 50% !important;
position: absolute;
left: 0;
top: 0;
}
.bauthor a{
font-size: 14px;
line-height: .8;
font-weight: 500;
color: #06163a;
display: inline-block;
}
.bauthor a:hover{
color: #ff5e14;
}
.blogItem2.bIcollapse{
margin-bottom: -2px;
}
.bIcollapse .bi_meta{
color: #959ba9;
}
.bIcollapse .bi_meta span{
margin-right: 20px;
}
.bIcollapse .bi_meta span:last-child{
margin-right: 0;
}
.bIcollapse .bi_meta a{
color: #959ba9;
}
.bIcollapse .bi_meta a:hover{
color: #ff5e14;
}
.pdb115{
padding-bottom: 115px;
} .footer_02{
padding: 100px 0;
background: #051230;
}
.footer_02 .widget{
position: relative;
display: block;
margin: 0;
}
.about_widget_2{
position: relative;
}
.about_widget_2 img{
max-width: 100%;
height: auto;
margin-bottom: 24px;
}
.about_widget_2 p{
color: #acafc0;
margin: 0 0 24px;
}
.fo_social{
position: relative;
line-height: .8;
}
.fo_social a{
font-size: 14px;
line-height: .8;
color: #acafc0;
display: inline-block;
margin-right: 16px;
}
.fo_social a:hover{
color: #ff5e14;
}
.footer_02 .widget_title{
font-size: 24px;
letter-spacing: 0;
text-transform: capitalize;
font-weight: 600;
color: #FFF;
margin: 12px 0 45px;
line-height: .8;
}
.footer_02 .widget_title:after{
content: '.';
display: inline-block;
position: relative;
color: #ff5e14;
}
.footer_02 .widget ul{
margin: 0;
padding: 1px 0 0;
border-left: 1px solid #192c58;
}
.footer_02 .widget ul li{
line-height: .8;
font-size: 14px;
letter-spacing: 0;
color: #acafc0;
list-style: none;
margin-bottom: 30px;
}
.footer_02 .widget ul li:last-child{
margin-bottom: 0;
}
.footer_02 .widget ul li a{
color: inherit;
display: inline-block;
line-height: .8;
position: relative;
padding-left: 30px;
}
.footer_02 .widget ul li a:hover{
color: #ff5e14;
padding-left: 35px;
}
.footer_02 .widget ul li a:before{
width: 10px;
height: 1px;
background: #192c58;
position: absolute;
left: -1px;
top: 0;
bottom: 0;
margin: auto 0;
content: '';
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.footer_02 .widget ul li a:hover:before{
background: #FFF;
}
.f2_col2{
padding-left: 72px;
}
.f2_col3{
padding-left: 36px;
}
.footer_02 .widget .serviceItem img{
margin-right: 20px;
}
.footer_02 .widget .allfeeds h6{
color: #a5aec5;
padding-right: 0;
}
.footer_02 .widget .allfeeds h6 a{
color: inherit;
}
.footer_02 .widget .allfeeds h6 a:hover{
color: #ff5e14;
}
.newsFeeds{
position: relative;
}
.newsFeeds div.newsfeed{
position: relative;
border-bottom: 1px solid #192c58;
padding-bottom: 25px;
margin-bottom: 31px;
}
.newsFeeds div.newsfeed:last-of-type, .newsFeeds div.newsfeed:last-child{
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}
.newsfeed p{
font-size: 14px;
color: #ff5e14;
line-height: .8;
margin: 0 0 16px;
}
.newsfeed p i{
position: relative;
top: -1px;
margin-right: 6px;
display: inline-block;
}
.newsfeed p a{
color: inherit;
}
.newsfeed p a:hover{
color: #a5aec5;
}
.newsfeed h4{
font-size: 24px;
line-height: 30px;
color: #a5aec5;
letter-spacing: 0;
margin: 0;
}
.newsfeed h4 a{
color: inherit;
}
.newsfeed h4 a:hover{
color: #ff5e14;
} .aboutSection{
padding-top: 93px;
}
.aboutImg{
padding-right: 23px;
position: relative;
}
.aboutImg img{
max-width: 100%;
height: auto;
position: relative;
z-index: 2;
}
.aboutImg .i2{
float: left;
margin-top: -184px;
margin-left: 55px;
}
.yearsofexp{
width: 160px;
height: 160px;
background: #ff5e14;
position: absolute;
right: -27px;
bottom: 50px;
box-shadow: 0 16px 32px rgba(255, 94, 20, .3);
text-align: center;
z-index: 3;
padding: 41px 0 0;
}
.yearsofexp h2{
font-size: 60px;
color: #FFF;
font-weight: 300;
color: #FFF;
line-height: .8;
margin: 0 0 18px;
}
.yearsofexp > span{
font-size: 12px;
text-transform: capitalize;
color: #FFF;
font-weight: 500;
margin: 0;
line-height: .8;
display: block;
}
.aboutDescs{
padding: 63px 0 0 58px;
}
.aboutDescs .sec_title{
margin-bottom: 22px;
}
.aboutDescs p.ind_lead{
margin-bottom: 29px;
}
.aboutDescs p{
margin-bottom: 34px;
}
.skillSections{
background: #f6f7ff;
}
.skillHolders{
position: relative;
padding: 120px 85px 78px 145px;
}
.skillHolders .sub_title{
color: #9ea4b3;
}
.skillHolders .sec_title{
margin-bottom: 70px;
}
.singleSkill{
position: relative;
margin-bottom: 41px;
overflow: hidden;
}
.singleSkill > span{
font-size: 14px;
line-height: 1;
font-weight: 500;
text-transform: uppercase;
color: #06163a;
display: block;
margin-bottom: 23px;
}
.skillBG{
width: 100%;
height: 60px;
background: #FFF;
position: relative;
}
.skill{
position: absolute;
left: 0;
top: 0;
height: 100%;
background: #ff5e14;
}
.skillBG span{
font-size: 20px;
color: #fff;
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
line-height: .8;
position: absolute;
right: 40px;
padding-top: 22px;
}
.stretchBGDiv{
position: relative;
height: 100%;
}
.singleTeam02{
position: relative;
padding: 20px 0 0 20px;
}
.st2_inner{
position: relative;
background: #f4f7ff;
text-align: center;
padding-bottom: 39px;
}
.st2_inner img{
width: 100%;
height: auto;
position: relative;
top: -20px;
left: -20px;
margin-bottom: 17px;
}
.st2_inner h2{
font-size: 30px;
line-height: 1.1;
color: #06163a;
letter-spacing: -.90px;
margin: 0 0 23px;
}
.st2_inner h2 a{
color: inherit;
}
.st2_inner h2 a:hover{
color: #ff5e14;
}
.st2_inner span{
display: block;
color: #ff5e14;
font-size: 14px;
letter-spacing: 0;
margin: 0;
text-transform: uppercase;
font-weight: 500;
line-height: .8;
}
.teamslider2 .owl-nav{
position: absolute;
right: 0;
top: -186px;
}
.teamslider2.owl-carousel .owl-nav button{
width: 60px;
height: 60px;
border: 2px solid #eee9ff;
color: #606e8c;
font-size: 16px;
line-height: .8;
text-align: center;
border-radius: 50%;
letter-spacing: 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.teamslider2.owl-carousel .owl-nav button.owl-prev{
margin-right: 20px;
}
.teamslider2.owl-carousel .owl-nav button:hover{
color: #FFF;
background: #ff5e14;
border-color: #ff5e14;
}
.calltoactions{
padding: 116px 0 103px;
background: #06163a;
}
.cta_left_02{
position: relative;
padding-left: 120px;
padding-top: 5px;
}
.cta_left_02.ctimg_no{
padding-left: 0px;
}
.cta_left_02 img{
width: 80px;
height: 80px;
position: absolute;
left: 0;
top: 3px;
}
.cta_left_02 i{
font-size: 80px;
line-height: .8;
color: #ff5e14;
position: absolute;
left: 0;
top: 3px;
}
.cta_left_02 h6{
font-size: 16px;
letter-spacing: 3.2px;
color: #8993a8;
line-height: .8;
font-family: 'Rubik', sans-serif;
margin: 0px 0 14px;
text-transform: uppercase;
}
.cta_left_02 h2{
font-size: 70px;
line-height: 90px;
text-transform: capitalize;
color: #fff;
letter-spacing: -2.1px;
margin: 0;
}
.pdt29{
padding-top: 29px;
}
.history_box{
position: relative;
float: left;
width: 25%;
}
.history_box h5{
font-size: 20px;
color: #ff5e14;
letter-spacing: -.60px;
line-height: .8;
text-transform: none;
margin: 0 0 39px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.history_box:focus ~ .history_box h5, .history_box:hover ~ .history_box h5 {
color: #06163a;
}
.elementor-row:not(:focus-within):not(:hover) .history_box h5 {
color: #06163a;
}
.history_box .hisbar{
position: relative;
height: 2px;
background: #ff5e14;
margin: 0 0 51px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.history_box:focus ~ .history_box .hisbar, .history_box:hover ~ .history_box .hisbar {
background: #ececec;
}
.elementor-row:not(:focus-within):not(:hover) .history_box .hisbar {
background: #ececec;
}
.history_box .hisbar:before{
height: 20px;
width: 20px;
background: #FFF;
border: 6px solid  #ff5e14;
position: absolute;
left: 0;
top: -9px;
border-radius: 50%;
z-index: 1;
content: '';
}
.history_box span{
display: block;
font-size: 14px;
color: #9aa1b0;
line-height: .8;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 2.8px;
margin: 0 0 25px;
}
.history_box h3{
font-size: 24px;
line-height: 1.2;
letter-spacing: -.72px;
margin: 0 0 22px;
}
.history_box p{
margin: 0 0 19px;
padding-right: 35px;
}
.history_box a{
font-size: 14px;
text-transform: capitalize;
font-weight: 500;
letter-spacing: 0;
color: #959ba9;
display: inline-block;
line-height: .8;
}
.history_box a:hover{
color: #ff5e14;
}
.singleFeature{
position: relative;
overflow: hidden;
margin-bottom: 64px
}
.singleFeature img{
width: 100%;
height: auto;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.singleFeature:hover img{
transform: scale(1.07) rotate(-2deg);
-webkit-transform: scale(1.07) rotate(-2deg);
-moz-transform: scale(1.07) rotate(-2deg);
}
.singleFeature:after{
width: 100%;
height: 100%;
position: absolute;
left: 0;
bottom: 0;
content: '';
background: -moz-linear-gradient(top, rgba(6,22,58,0) 0%, rgba(6,22,58,1) 100%); background: -webkit-linear-gradient(top, rgba(6,22,58,0) 0%,rgba(6,22,58,1) 100%); background: linear-gradient(to bottom, rgba(6,22,58,0) 0%,rgba(6,22,58,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0006163a', endColorstr='#06163a',GradientType=0 ); }
.sf_content{
position: absolute;
width: 100%;
text-align: center;
padding: 0 15px 32px;
left: 0;
bottom: 0;
z-index: 2;
}
.sf_content i{
font-size: 40px;
line-height: .8;
color: #FFF;
display: block;
letter-spacing: 0;
margin: 0 0 12px;
}
.sf_content h3{
font-size: 30px;
line-height: 40px;
letter-spacing: -.90px;
color: #FFF;
margin: 0;
}
.sf_content h3 a{
color: inherit;
}
.sf_content h3 a:hover{
color: #ff5e14;
}
.elementor-align-left .sf_content{
text-align: left;
}
.elementor-align-right .sf_content{
text-align: right;
}
.featureSlider{
margin: 0 -15px;
}
.featureSlider.owl-carousel .owl-dots{
text-align: center;
line-height: 4px;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
.featureSlider.owl-carousel .owl-dots .owl-dot{
width: 20px;
height: 4px;
display: inline-block;
background: #cbcce9;
border-radius: 10px;
margin-right: 10px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.featureSlider.owl-carousel .owl-dots .owl-dot:hover{
background: #ff5e14;
}
.featureSlider.owl-carousel .owl-dots .owl-dot.active{
width: 40px;
background: #ff5e14;
}
.featureSlider.owl-carousel .owl-dots .owl-dot:last-child{
margin-right: 0;
}
.featureSlider.owl-carousel .owl-dots .owl-dot span{
display: none;
} .teamSection{
padding-bottom: 60px;
}
.teamSection .singleTeam02{
margin-bottom: 60px;
}
.imgCarousel, .imgCarousel .carousel-inner, .imgCarousel .carousel-item{
height: 100%;
}
.icItem{
height: 100%;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.imgCarousel .carousel-indicators{
position: absolute;
left: 60px;
bottom: 57px;
margin: 0;
text-align: left;
display: inline-block;
line-height: 14px;
}
.imgCarousel .carousel-indicators li{
height: 14px;
width: 14px;
background: rgba(0, 0, 0, .3);
border-radius: 50%;
margin: 0 17px 0 0;
opacity: 1;
display: inline-block;
padding: 0;
flex: none;
border: none;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.imgCarousel .carousel-indicators li:hover, .imgCarousel .carousel-indicators li.active{
background: #FFF;
}
.overlays{
position: relative;
}
.overlays:after{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgba(6, 22, 58, .8);
content: '';
}
.overlays .container, .overlays .container-fluid{
position: relative;
z-index: 2;
}
.pdt25{
padding-top: 25px;
}
.serviceSecions{
padding-bottom: 90px;
}
.serviceSecions .icon_box_03{
margin-bottom: 30px;
}
.td_thumbs{
position: relative;
}
.td_thumbs img{
width: 100%;
height: auto;
}
.member_details_area{
position: relative;
}
.member_details_area h3 {
font-size: 36px;
text-transform: capitalize;
color: #06163a;
letter-spacing: -.72px;
line-height: .8;
margin: 0 0 22px;
}
.member_details_area span {
display: block;
font-size: 16px;
text-transform: uppercase;
color: #ff5e14;
font-weight: 500;
line-height: .8;
margin: 0 0 28px;
}
.mem_det{
position: relative;
margin: 0 0 22px;
}
.mem_det p {
font-size: 16px;
color: #959ba9;
line-height: 28px;
font-weight: 400;
margin: 0 0 12px;
}
.member_meta {
margin: 0 0 42px;
padding: 0;
}
.member_meta li {
text-transform: uppercase;
color: #959ba9;
display: block;
font-family: 'Barlow Condensed', sans-serif;
padding: 9px 0;
border-bottom: 1px solid #ebe8ff;
font-weight: 300;
font-size: 16px;
line-height: 24px;
}
.member_meta li i {
display: inline-block;
color: #ff5e14;
font-size: 18px;
position: relative;
bottom: -1px;
margin: 0;
}
.member_meta li span {
font-weight: 600;
display: inline-block;
padding: 0 10px;
margin: 0;
color: #06163a;
}
.memSocial{
position: relative;
}
.memSocial a{
display: inline-block;
font-size: 15px;
color: #959ba9;
margin: 0 15px 0 0;
line-height: .8;
}
.memSocial a:hover{
color: #ff5e14;
}
.mem_facts {
background: #051230;
padding: 0 0;
}
.mem_fact {
position: relative;
padding: 98px 0 110px;
}
.mem_fact h1 {
font-size: 60px;
line-height: 1;
letter-spacing: 2.4px;
font-weight: 500;
color: #fff;
margin: 0 0 25px;
}
.mem_fact h3 {
text-transform: uppercase;
font-size: 18px;
line-height: .8;
color: #aaaaaa;
letter-spacing: 0;
margin: 0;
}
.MEMBR {
border-right: 1px solid rgba(255, 255, 255, .1);
}
.sectionColleague .singleTeam02{
margin-bottom: 45px;
}
.colueage_slider.owl-carousel .owl-dots {
text-align: center;
line-height: 4px;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
}
.colueage_slider.owl-carousel .owl-dots .owl-dot {
width: 20px;
height: 4px;
display: inline-block;
background: #ffddce;
border-radius: 10px;
margin-right: 10px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.colueage_slider.owl-carousel .owl-dots .owl-dot span {
display: none;
}
.colueage_slider.owl-carousel .owl-dots .owl-dot.active {
width: 40px;
background: #ff5e14;
} .sidebar_1 .widget{
position: relative;
border: 4px solid #eee9ff;
margin: 0 0 40px;
padding: 54px 0 36px;
}
.sidebar_1 .widget .widget_title{
font-size: 36px;
text-transform: capitalize;
color: #06163a;
letter-spacing: -1.08px;
text-transform: capitalize;
line-height: .8;
margin: 0 0 40px;
padding: 0 30px 0 55px;
}
.sidebar_1 .widget ul{
margin: 0;
padding: 0;
}
.sidebar_1 .widget ul li{
list-style: none;
line-height: .8;
padding: 0 30px 0 55px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.sidebar_1 .widget ul li:hover{
background: #ff5e14;
}
.sidebar_1 .widget ul li a{
font-size: 14px;
line-height: .8;
color: #6c768e;
display: inline-block;
padding: 21px 0 21px 0;
}
.sidebar_1 .widget ul li:hover a, .sidebar_1 .widget ul li.current-menu-item a{
color: #FFF;
}
.sidebar_1 .widget ul li a i{
color: #ff5e14;
width: 27px;
text-align: left;
position: relative;
top: 0;
}
.sidebar_1 .widget ul li:hover a i, .sidebar_1 .widget ul li.current-menu-item a i{
color: #FFF;
}
.allBrouchers{
position: relative;
padding: 0 55px;
}
.singleBrou{
position: relative;
border-bottom: 2px solid #eee9ff;
padding-left: 31px;
padding-top: 3px;
line-height: .8;
padding-bottom: 29px;
margin-bottom: 30px;
}
.allBrouchers .singleBrou:last-of-type, .allBrouchers .singleBrou:last-child{
padding-bottom: 19px;
margin-bottom: 0;
border-bottom: none;
}
.singleBrou i{
font-size: 20px;
line-height: .8;
position: absolute;
left: 0;
top: 3px;
color: #ff5e14;
}
.singleBrou h3{
font-size: 20px;
color: #06163a;
letter-spacing: 0;
line-height: .8;
margin: 0 0 21px;
}
.singleBrou h3 a{
color: #06163a;
}
.singleBrou h3 a span{
color: #ff5e14;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.singleBrou h3 a:hover{
color: #ff5e14;
}
.singleBrou h3 a:hover span{
color: #06163a;
}
.singleBrou > a{
font-size: 14px;
display: inline-block;
color: #6c768e;
line-height: .8;
}
.singleBrou > a:hover{
color: #ff5e14;
}
.allLatestWorks{
position: relative;
padding: 0 55px;
margin-top: -8px;
}
.ltworks{
position: relative;
border-bottom: 2px solid #eee9ff;
padding-bottom: 19px;
margin-bottom: 25px;
}
.allLatestWorks .ltworks:last-of-type, .allLatestWorks .ltworks:last-child{
border-bottom: none;
margin-bottom: 0;
padding-bottom: 9px;
}
.ltworks h3{
font-size: 20px;
line-height: 30px;
color: #06163a;
letter-spacing: 0;
margin: 0 0 5px;
}
.ltworks h3 a{
color: inherit;
}
.ltworks h3 a:hover{
color: #ff5e14;
}
.ltworks p{
font-size: 14px;
line-height: 30px;
letter-spacing: 0;
color: #ff5e14;
margin: 0;
}
.ltworks p a{
color: inherit;
}
.ltworks p a:hover{
color: #06163a;
}
.widget.havqueswidget{
background: #ff5e14;
border: none;
padding-top: 58px;
padding-bottom: 54px;
}
.widget.havqueswidget .widget_title{
color: #FFF;
}
.hqw_content{
position: relative;
padding: 2px 55px 0;
}
.hqw_content p{
color: #FFF;
margin: 0 0 17px;
}
.hqw_content h5{
font-size: 18px;
line-height: 26px;
color: #fff;
letter-spacing: 0;
margin: 0 0 7px;
}
.hqw_content h5:last-of-type, .hqw_content h5:last-child{
margin-bottom: 0;
} .service_details_area{
position: relative;
padding-right: 30px;
}
.ser_full .service_details_area{
padding: 0;
}
.sda_sub{
position: relative;
line-height: .8;
font-size: 16px;
color: #ff5e14;
font-weight: 500;
text-transform: uppercase;
margin-bottom: 22px;
}
.sda_sub p{
color: inherit;
display: inline-block;
margin: 0;
line-height: inherit;
}
.entry_title{
font-size: 80px;
line-height: 90px;
letter-spacing: -2.4px;
margin: 0 0 65px;
}
.sda_gall{
position: relative;
margin-bottom: 22px;
}
.sda_gl{
position: relative;
margin-bottom: 30px;
}
.sda_gl img{
width: 100%;
height: auto;
}
.sda_content{
font-size: 16px;
line-height: 28px;
color: #6c768e;
}
.sda_content p{
margin: 0 0 25px;
}
.sda_content p.lead_content{
font-size: 20px;
line-height: 32px;
color: #06163a;
margin: 3px 0 28px;
}
.sda_content p:last-child, .sda_content p:last-of-type{
margin-bottom: 0;
}
.sda_tags{
position: relative;
margin: 53px 0 52px;
}
.icon_box_04{
width: 170px;
height: 170px;
border-radius: 50%;
background: #ff5e14;
color: #FFF;
text-align: center;
box-shadow: 0 16px 32px rgba(255, 94, 20, .3);
padding: 51px 0 0;
display: inline-block;
}
.sda_tags .icon_box_04{
margin-right: 40px;
}
.icon_box_04 i{
font-size: 40px;
line-height: .8;
display: block;
color: #FFF;
text-align: center;
margin-bottom: 21px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.icon_box_04 h4{
font-size: 20px;
letter-spacing: -.60px;
text-transform: capitalize;
margin: 0;
line-height: .8;
color: #FFF;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
} .ind_pagination{
position: relative;
}
.ind_pagination a, .ind_pagination span{
width: 70px;
height: 70px;
background: #f8f8f8;
border-radius: 50%;
font-size: 14px;
color: #9fa7c5;
line-height: 70px;
text-align: center;
display: inline-block;
font-weight: 500;
margin-right: 12px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.ind_pagination a:hover, .ind_pagination span.current{
background: #ff5e14;
color: #FFF;
}
.ind_pagination a:last-child{
margin-right: 0;
}
.mt25{
margin-top: 25px;
}
.ind_pagination .nav-links{
width: 100%;
}
.ind_pagination .screen-reader-text{
display: none;
}
.singleFolio_03{
width: 100%;
height: auto;
margin-bottom: 30px;
position: relative;
z-index: 2;
}
.singleFolio_03 img{
width: 100%;
height: auto;
}
.blankFolio{
width: 100%;
height: 70px;
background: #FFF;
margin-bottom: 30px;
}
.folioHover_03{
width: calc(100% - 85px);
height: 215px;
position: absolute;
box-shadow: 0 0 25px rgba(0, 0, 0, .06);
left: 30px;
background: #FFF;
bottom: 0px;
padding-left: 30px;
padding-right: 30px;
transition: all ease 400ms;
-moz-transition: all ease 400ms;
-webkit-transition: all ease 400ms;
-ms-transition: all ease 400ms;
-o-transition: all ease 400ms;
opacity: 0;
visibility: hidden;
z-index: 3;
}
#shafulls .shaf_itme:nth-child(even):visible .folioHover_03{
background: #ff5e14
}
.rightHover .folioHover_03{
left: auto;
right: -100px;
padding-left: 0;
padding-right: 30px;
}
.singleFolio_03:hover .folioHover_03{
opacity: 1;
visibility: visible;
bottom: 60px;
z-index: 6;
}
.folioHover_03 h2{
font-size: 75px;
line-height: 65px;
text-transform: capitalize;
color: #06163a;
margin: 24px 0 21px;
letter-spacing: -2.4px;
}
.singleFolio_03:hover .folioHover_03 h2{
opacity: 1;
visibility: visible;
}
.folioHover_03 .cats{
position: relative;
font-size: 12px;
text-transform: uppercase;
color: #ff5e14;
font-weight: 300;
line-height: .8;
}
.folioHover_03 .cats a{
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
color: #ff5e14;
letter-spacing: 0;
line-height: .8;
transition: all ease 100ms;
-moz-transition: all ease 400ms;
-webkit-transition: all ease 400ms;
-ms-transition: all ease 400ms;
-o-transition: all ease 400ms;
}
.folioHover_03 .cats a:hover{
color: #06163a;
}
.folioHover_03 .cats span{
display: inline-block;
padding-left: 12px;
padding-right: 12px;
}
.mores{
position: absolute;
width: 50px;
height: 50px;
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/right_arrow.png) no-repeat center center #ff5e14;
border-radius: 50%;
right: -25px;
top: 0;
bottom: 0;
margin:  auto 0;
}
.rightHover .mores{
right: auto;
left: -25px;
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/left_arrow.png) no-repeat center center #ff5e14;
}
.mores:hover{
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/right_arrow.png) no-repeat center center #06163a;
}
.rightHover .mores:hover{
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/left_arrow.png) no-repeat center center #06163a;
}
#shafulls{
overflow: visible !important;
}
.singleFolio_04{
position: relative;
background: #FFF;
box-shadow: 0 0px 10px rgba(0, 0, 0, .03);
margin-bottom: 30px;
}
.sf4_img{
position: relative;
overflow: hidden;
}
.sf4_img img{
width: 100%;
height: auto;
}
.sf4_img .sf4_hov{
background: rgba(6, 22, 58, .8);
position: absolute;
visibility: hidden;
opacity: 0;
width: 100%;
height: 100%;
right: 0;
left: 0;
top: 0;
bottom: 0;
margin: auto;
text-align: center;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.singleFolio_04:hover .sf4_hov{
visibility: visible;
opacity: 1;
}
.sf4_hov a.detailsLink2 {
background: #fff none repeat scroll 0 0;
border-radius: 50%;
bottom: 0;
color: #ff5e14;
display: inline-block;
font-size: 16px;
line-height: .8;
padding: 22px 0;
height: 60px;
position: relative;
right: -80px;
width: 60px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
opacity: 0;
visibility: hidden;
-webkit-transition: all 700ms ease-in-out;
-moz-transition: all 700ms ease-in-out;
-ms-transition: all 700ms ease-in-out;
-o-transition: all 700ms ease-in-out;
transition: all 700ms ease-in-out;
}
.sf4_hov a.prePhoto2 {
background: #ff5e14;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 16px;
height: 60px;
left: -80px;
position: relative;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
width: 60px;
margin-right: 10px;
line-height: .8;
padding: 22px 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all 700ms ease-in-out;
-moz-transition: all 700ms ease-in-out;
-ms-transition: all 700ms ease-in-out;
-o-transition: all 700ms ease-in-out;
transition: all 700ms ease-in-out;
}
.sf4_hov a.prePhoto2:hover{
color: #ff5e14;
background: #FFF;
}
.sf4_hov a.detailsLink2:hover{
color: #FFF;
background: #ff5e14;
}
.singleFolio_04:hover .sf4_hov a.detailsLink2{
right: 0;
opacity: 1;
visibility: visible;
}
.singleFolio_04:hover .sf4_hov a.prePhoto2{
left: 0;
opacity: 1;
visibility: visible;
}
.sf4_det{
position: relative;
padding: 34px 30px 32px;
}
.sf4_det h3{
font-size: 30px;
letter-spacing: -.90px;
margin: 0 0 11px;
line-height: 1.1;
}
.sf4_det h3 a{
color: inherit;
}
.sf4_det h3 a:hover{
color: #ff5e14;
}
.sf4_cat{
margin: 0 0 20px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
color: #ff5e14;
letter-spacing: 0;
line-height: .8;
transition: all ease 100ms;
-moz-transition: all ease 400ms;
-webkit-transition: all ease 400ms;
-ms-transition: all ease 400ms;
-o-transition: all ease 400ms;
}
.sf4_cat span{
color: #959ba9;
margin: 0 7px;
}
.sf4_cat a{
color: inherit;
}
.sf4_cat a:hover{
color: #06163a;
}
.sf4_con{
padding: 0 10px;
}
.singleFolio_05{
position: relative;
background: #FFF;
margin-bottom: 30px;
}
.sf5_img{
position: relative;
overflow: hidden;
}
.sf5_img img{
width: 100%;
height: auto;
}
.sf5_meta{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding: 0 30px 30px;
line-height: .8;
z-index: 2;
}
.sf5_img:after {
width: 100%;
height: 100%;
position: absolute;
left: 0;
bottom: 0;
content: '';
z-index: 1;
background: -moz-linear-gradient(top, rgba(6,22,58,0) 0%, rgba(6,22,58,.7) 100%);
background: -webkit-linear-gradient(top, rgba(6,22,58,0) 0%,rgba(6,22,58,.7) 100%);
background: linear-gradient(to bottom, rgba(6,22,58,0) 0%,rgba(6,22,58,.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0006163a', endColorstr='#06163a',GradientType=0 );
}
.sf5_meta a{
line-height: .8;
color: #fff;
}
.sf5_meta a:first-child{
position: relative;
bottom: -5px;
}
.sf5_meta a:hover{
color: #ff5e14;
}
.sf5_meta a i{
font-size: 20px;
}
.sf5_det{
border: thin solid #E6E6E6;
border-top: none;
padding: 34px 30px 0;
}
.sf5_det h3{
font-size: 30px;
letter-spacing: -.90px;
margin: 0 0 11px;
line-height: 1.1;
}
.sf5_det h3 a{
color: inherit;
}
.sf5_det h3 a:hover{
color: #ff5e14;
}
.sf5_cat{
margin: 0 0 20px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
color: #ff5e14;
letter-spacing: 0;
line-height: .8;
transition: all ease 100ms;
-moz-transition: all ease 400ms;
-webkit-transition: all ease 400ms;
-ms-transition: all ease 400ms;
-o-transition: all ease 400ms;
}
.sf5_cat span{
color: #959ba9;
margin: 0 7px;
}
.sf5_cat a{
color: inherit;
}
.sf5_cat a:hover{
color: #06163a;
}
.sf5_con{
padding: 0 10px 32px;
}
.sf5_det > a{
position: relative;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
background: #ff5e14;
display: inline-block;
color: #FFF;
height: 60px;
min-width: 170px;
padding: 25px 25px;
text-align: center;
line-height: .9;
margin-bottom: -1px;
}
.sf5_det > a:hover{
background: #06163a;
}
.projectDetailsPage{
padding-bottom: 90px;
}
.fgs{
position: relative;
margin-bottom: 30px;
}
.fgs img{
width: 100%;
height: auto;
}
.proj_details{
position: relative;
}
.proj_details.rightPos{
padding-left: 30px;
}
.proj_details.leftPos{
padding-right: 30px;
}
.pd_cat{
position: relative;
font-size: 14px;
letter-spacing: 0;
text-transform: uppercase;
line-height: .8;
font-weight: 500;
color: #ff5e14;
margin-bottom: 23px;
}
.pd_cat a{
color: #ff5e14;
}
.pd_cat a:hover{
color: #06163a;
}
.proj_details h2{
font-size: 36px;
line-height: 1.1;
letter-spacing: -1.08px;
margin: 0 0 39px;
}
.pd_details{
font-size: 16px;
color: #959ba9;
line-height: 28px;
font-weight: 400;
letter-spacing: 0;
word-break: break-all;
padding-bottom: 42px;
border-bottom: 1px solid #ebe8ff;
margin-bottom: 52px;
}
.pd_details p{
margin: 0 0 16px;
}
.pd_details p:last-of-type, .pd_details p:last-child{
margin-bottom: 0;
}
.pd_meta{
position: relative;
padding-bottom: 50px;
border-bottom: 1px solid #ebe8ff;
margin-bottom: 51px;
}
.pd_meta p{
margin: 0 0 20px;
line-height: .8;
}
.pd_meta p:last-of-type, .pd_meta p:last-child{
margin-bottom: 0;
}
.pd_meta p strong{
font-weight: 500;
color: #092232;
}
.pd_meta p a{
color: inherit;
}
.pd_meta p a:hover{
color: #ff5e14;
}
.pd_social{
position: relative;
font-size: 14px;
line-height: .8;
}
.pd_social span, .pd_social a{
display: inline-block;
}
.pd_social span{
font-weight: 500;
color: #092232;
margin-right: 21px;
}
.pd_social a{
display: inline-block;
color: #b0bbc2;
margin-right: 16px;
}
.pd_social a:last-child{
margin-right: 0;
}
.pd_social a:hover{
color: #ff5e14;
}
.mt42{
margin-top: 40px;
}
.relatedworfsection{
background: #f7f6ff;
}
.rel_btns{
position: relative;
margin-left: -144px;
}
.rel_btns span{
height: 70px;
background: #06163a;
color: #fff;
min-width: 211px;
text-align: center;
padding: 24px 15px 0;
display: inline-block;
font-size: 14px;
letter-spacing: -.42px;
text-transform: capitalize;
font-weight: 500;
}
.rel_btns span i{
color: #ff5e14;
margin-right: 10px;
position: relative;
top: 1px;
}
.fsSlider{
position: relative;
}
.fsSlider .owl-nav{
}
.fsSlider.owl-carousel .owl-nav button {
display: inline-block;
width: 50px;
height: 50px;
position: absolute;
background: #fff;
color: #ff5e14;
z-index: 99;
top: 0;
left: 15px;
bottom: 0;
margin: auto 0;
font-size: 14px;
line-height: 50px;
text-align: center;
padding: 0;
cursor: pointer;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.fsSlider.owl-carousel .owl-nav button.owl-next{
left: auto;
right: 15px;
}
.fsSlider.owl-carousel .owl-nav button:hover{
background: #ff5e14;
color: #fff;
}
.relatedSlider .singlefolio{
margin-bottom: 0;
}
.relatedSlider .slick-slide{
margin: 0 15px;
outline: none;
}
.relatedArrows {
margin-right: -185px;
float: right;
display: inline-flex;
}
.relatedArrows span{
display: inline-block;
width: 70px;
height: 70px;
font-size: 14px;
line-height: .8;
text-align: center;
padding: 28px 0;
cursor: pointer;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.relatedArrows span.prevRelated{
background: #FFF;
color: #ff5e14;
margin-right: 20px;
}
.relatedArrows span.prevRelated:hover{
background: #ff5e14;
color: #FFF;
}
.relatedArrows span.nextRelated{
background: #ff5e14;
color: #FFF;
}
.relatedArrows span.nextRelated:hover{
background: #FFF;
color: #ff5e14;
}
.mb60{
margin-bottom: 60px;
}
.nextprevPagination {
position: relative;
border-top: 1px solid #ebe8ff;
border-bottom: 1px solid #ebe8ff;
padding: 51px 0 47px;
margin-top: 60px;
}
.nextprevPagination a.nextFolio,
.nextprevPagination a.prevFolio {
text-transform: uppercase;
color: #06163a;
line-height: .8;
font-size: 16px;
margin: 0;
display: inline-block;
}
.nextprevPagination a.prevFolio i {
line-height: .8;
margin-right: 8px;
position: relative;
top: 1px;
}
.nextprevPagination a.nextFolio i {
line-height: .8;
margin-left: 8px;
position: relative;
top: 1px;
}
.nextprevPagination a:hover {
color: #ff5e14;
}
.fmetasarea{
position: relative;
border-bottom: 1px solid #ebe8ff;
padding-bottom: 30px;
margin-bottom: 82px;
}
.fmetasarea p{
margin: 8px 0 0;
}
.fmetasarea p strong{
font-weight: 500;
color: #092232;
margin: 0 0 0;
display: block;
}
.fmetasarea p a{
color: inherit;
}
.fmetasarea p a:hover{
color: #ff5e14;
}
.fw_contents{
position: relative;
padding: 0 0 10px;
}
.fw_contents h3 {
font-size: 36px;
line-height: 1.1;
margin: 0 0 25px;
}
.fw_contents p{
font-size: 16px;
color: #959ba9;
line-height: 28px;
font-weight: 400;
margin: 0 0 12px;
}
.s_fw{
} .singleBlog{
position: relative;
}
.sbThumb{
position: relative;
margin-bottom: 41px;
}
.sbab .sbThumb{
margin-bottom: 0;
}
.sbThumb img{
width: auto;
max-width: 100%;
height: auto;
}
.mediaItem{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(9, 34, 50, .5);
text-align: center;
}
.mediaItem a{
width: 70px;
height: 70px;
background: #ff5e14;
color: #FFF;
text-align: center;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
border-radius: 50%;
font-size: 16px;
letter-spacing: 0;
line-height: .8;
padding: 27px 0;
}
.mediaItem a:hover{
color: #ff5e14;
background: #FFF;
}
.sbAbsolute{
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
background: rgba(9, 34, 50, .9);
}
.sbacon{
position: absolute;
width: 100%;
left: 0;
bottom: 0;
padding: 0 30px 32px;
}
.sbDetails{
position: relative;
margin-bottom: 21px;
}
.sb_cats{
margin: 0 0 17px;
font-weight: 500;
letter-spacing: 0;
text-transform: uppercase;
font-size: 14px;
color: #ff5e14;
line-height: .8;
}
.sb_cats a{
color: #ff5e14;
line-height: .8;
display: inline-block;
margin-bottom: 15px;
}
.sb_cats a:hover{
color: #06163a;
}
.sbAbsolute .sb_cats a:hover{
color: #FFF;
}
.sbDetails h4{
font-size: 24px;
line-height: 36px;
color: #06163a;
letter-spacing: 0;
margin: 0;
}
.sbDetails h4 a{
color: inherit;
}
.sbAbsolute .sbDetails h4 a{
color: #FFF;
}
.sbDetails h4 a:hover{
color: #ff5e14;
}
.sb_footer{
position: relative;
line-height: .8;
border-top: 1px solid #e1ebff;
padding-top: 23px;
}
.sb_footer span{
display: inline-block;
font-size: 14px;
letter-spacing: 0;
line-height: .8;
color: #7d8c95;
margin-right: 27px;
}
.sb_footer span:last-child{
margin-right: 0;
}
.sb_footer span i{
display: inline-block;
line-height: .8;
color: inherit;
margin-right: 8px;
position: relative;
top: -1px;
}
.sb_footer span a{
display: inline-block;
line-height: .8;
color: inherit;
}
.sb_footer span a:hover{
color: #ff5e14;
}
.blog_mash{
margin-bottom: 51px;
}
.mt3{
margin-top: 3px;
} .sidebar_2{
position: relative;
padding-left: 45px;
padding-right: 25px;
}
.sidebar_2.inLeft{
position: relative;
padding-right: 45px;
padding-left: 25px;
}
.sidebar_2 .widget{
position: relative;
margin-bottom: 70px;
}
.sidebar_2 .widget .widget_title{
position: relative;
font-size: 28px;
line-height: .7;
color: #06163a;
text-transform: capitalize;
margin: 0 0 41px;
text-align: center;
padding: 0 30px;
}
.sidebar_2 .widget .widget_title:before{
height: 2px;
width: 30px;
background: #ebebeb;
position: absolute;
left: 0;
top: 12px;
content: '';
}
.sidebar_2 .widget .widget_title:after{
height: 2px;
width: 30px;
background: #ebebeb;
position: absolute;
right: 0;
top: 12px;
content: '';
}
.sidebar_2 .searchForms{
margin: 0;
padding: 0;
position: relative;
}
.sidebar_2 .searchForms input[type="search"]{
width: 100%;
height: 60px;
background: #f9f7ff;
border-radius: 60px;
border: none;
font-size: 12px;
color: #797e97;
padding-left: 30px;
padding-right: 60px;
}
.sidebar_2 .searchForms button{
height: 60px;
width: 60px;
border-radius: 50%;
color: #FFF;
text-align: center;
background: #ff5e14;
position: absolute;
right: 0;
top: 0;
border: none;
font-size: 14px;
line-height: 60px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.sidebar_2 .searchForms button:hover{
color: #ff5e14;
background: #06163a;
}
.instafeeds{
position: relative;
}
.instafeeds a{
float: left;
margin-right: 16px;
margin-bottom: 16px;
}
.instafeeds a:nth-child(3), 
.instafeeds a:nth-child(6), 
.instafeeds a:nth-child(9),
.instafeeds a:nth-child(12){
margin-right: 0;
}
.instafeeds a img{
width: 86px;
height: 80px;
}
.instafeeds a:hover {
animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
transform: translate3d(4px, 0, 0);
}
}
.socialLinks{
text-align: center;
position: relative;
}
.socialLinks a{
width: 40px;
height: 40px;
border: 1px solid #e3e3e3;
color: #797e97;
font-size: 16px;
line-height: 42px;
border-radius: 50%;
display: inline-block;
margin-right: 10px;
}
.socialLinks a:last-child{
margin-right: 0;
}
.socialLinks a:hover{
color: #FFF;
border-color: #ff5e14;
background: #ff5e14;
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
}
.sidebar_2 .widget ul{
margin: 0;
padding: 0;
line-height: .8;
}
.sidebar_2 .widget ul li{
list-style: none;
display: inline-block;
line-height: .8;
text-align: right;
font-size: 14px;
color: #7d8c95;
width: 100%;
border-bottom: 1px solid #eaeaea;
padding: 18px 0 18px;
}
.sidebar_2 .widget ul li:first-child{
padding-top: 1px;
}
.sidebar_2 .widget ul li:last-child{
padding-bottom: 0;
border-bottom: none;
}
.sidebar_2 .widget ul li a{
float: left;
color: inherit;
line-height: .8;
}
.sidebar_2 .widget ul li a:hover{
color: #ff5e14;
}
.allfeeds{
position: relative;
}
.allfeeds .singlefeeds {
position: relative;
margin-bottom: 18px;
}
.allfeeds .singlefeeds:last-of-type{
margin-bottom: 0;
}
.allfeeds img{
float: left;
width: 80px;
height: 70px;
margin-right: 20px;
}
.allfeeds h6{
font-size: 16px;
line-height: 20px;
color: #06163a;
letter-spacing: 0;
margin: 0 0 10px;
padding-right: 25px;
position: relative;
}
.allfeeds a{
color: inherit;
}
.allfeeds a:hover{
color: #ff5e14;
}
.allfeeds span{
font-size: 14px;
line-height: 16px;
color: #ababb9;
display: block;
}
.allfeeds span i{
font-size: 15px;
line-height: 16px;
position: relative;
display: inline-block;
margin-right: 8px;
}
.tagcloud,
.tagclouds{
position: relative;
display: inline-block;
width: 100%;
}
.tagcloud a,
.tagclouds a{
float: left;
font-size: 14px !important;
line-height: .8 !important;
color: #7d8c95;
text-transform: capitalize;
border: 1px solid #eaeaea;
height: 40px;
padding: 0 20px;
line-height: 38px !important;
margin-right: 5px;
margin-bottom: 5px;
padding-top: 1px;
background: transparent;
}
.tagcloud a:hover,
.tagclouds a:hover{
background: #ff5e14;
border-color: #ff5e14;
color: #FFF;
}
.mb51{
margin-bottom: 51px;
}
.mt10{
margin-top: 10px;
}
.sidebar_2 .serviceItem h5{
color: #06163a;
}
.sidebar_2 .serviceItem h5 a{
color: inherit;
}
.sidebar_2 .serviceItem h5 a:hover{
color: #ff5e14;
}
.sidebar_2 .newsfeed h4{
color: #06163a;
}
.sidebar_2 .newsfeed h4 a{
color: inherit;
}
.sidebar_2 .newsfeed h4 a:hover{
color: #ff5e14;
}
.sidebar_2 .newsFeeds div.newsfeed{
border-color: #eaeaea;
}
.sidebar_2 .newsFeeds p a:hover {
color: #06163a;
} .newsDetailsArea{
position: relative;
}
.newsDetailsArea .postCarousel{
position: relative;
z-index: 2;
top: 2px;
}
.newsDetails{
border: 2px solid #e2edff;
padding: 50px 48px 50px 48px;
position: relative;
}
.postCarousel{
position: relative;
}
.postCarousel .carousel-control{
width: 60px;
height: 60px;
background: #ff5e14;
color: #FFF;
font-size: 16px;
line-height: .8;
text-align: center;
border-radius: 0%;
letter-spacing: 0;
position: absolute;
padding: 22px 0;
top: 0;
left: 30px;
bottom: 0;
margin: auto 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.postCarousel .carousel-control.right{
right: 30px;
left: auto;
}
.postCarousel .carousel-item img{
width: 100%;
height: auto;
}
.postCarousel .carousel-control:hover{
color: #ff5e14;
background: #06163a;
}
.ndMeta{
position: relative;
line-height: .8;
margin: 0 0 16px;
}
.ndMeta span{
display: inline-block;
font-size: 14px;
letter-spacing: 0;
color: #7e889b;
margin-right: 21px;
}
.ndMeta span i{
position: relative;
top: -1px;
margin-right: 10px;
}
.ndMeta span a{
color: inherit;
}
.ndMeta span a:hover{
color: #ff5e14;
}
.newsDetails h2.ndTitle{
font-size: 44px;
line-height: 54px;
letter-spacing: -1.32px;
margin: 0 0 23px;
}
.nd_content{
position: relative;
margin-bottom: 43px;
}
.page .nd_content{
margin-bottom: 0;
}
.nd_content p{
margin: 0 0 18px;
}
.nd_content p:last-of-type{
margin-bottom: 0;
}
blockquote{
background: #f0f1ff;
font-size: 14px;
line-height: 24px;
color: #7e889b;
padding: 25px 40px 32px 102px;
position: relative;
margin: 44px 0 44px;
}
blockquote:after{
width: 30px;
height: 28px;
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/quote.png) no-repeat center center;
content: '';
position: absolute;
left: 47px;
top: 30px;
}
blockquote p{
margin: 0;
color: #7e889b;
}
blockquote cite{
font-size: 14px;
letter-spacing: -.42px;
color: #06163a;
line-height: .8;
text-transform: capitalize;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 600;
display: block;
font-style: normal;
margin: 16px 0 0;
}
.has-3-columns .wp-block-column blockquote{
padding: 30px 20px;
}
.has-3-columns .wp-block-column blockquote:after{
display: none;
}
.ndTags{
position: relative;
}
.ndTags h5{
font-size: 18px;
text-transform: capitalize;
letter-spacing: -.54px;
color: #06163a;
line-height: .8;
margin: 0 0 24px;
}
.ndTags a{
font-size: 14px;
color: #7e889b;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
display: inline-block;
line-height: 18px;
}
.ndTags a:hover{
color: #ff5e14;
}
.ndShare{
position: relative;
}
.ndShare h5{
font-size: 18px;
text-transform: capitalize;
letter-spacing: -.54px;
color: #06163a;
line-height: .8;
margin: 0 0 29px;
}
.ndShare a{
font-size: 18px;
color: #7e889b;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
display: inline-block;
line-height: 18px;
margin-left: 28px;
}
.ndShare a:first-child{
margin-left: 0px;
}
.ndShare a:hover{
color: #ff5e14;
}
.mb50{
margin-bottom: 43px;
}
.ndPaginations{
position: relative;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
padding: 50px 0 46px;
margin: 21px 0 50px;
}
.ndPaginations:after{
width: 40px;
height: 40px;
content: '';
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/pagin.png) no-repeat center center;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
margin: auto;
}
.pagin {
position: relative;
}
.pagin strong{
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
line-height: .8;
color: #7e889b;
display: block;
margin-bottom: 15px;
}
.pagin  h3{
font-size: 24px;
line-height: 26px;
letter-spacing: -.72px;
color: #06163a;
margin: 0;
}
.pagin  h3 a{
color: inherit;
}
.pagin  h3 a:hover{
color: #ff5e14;
}
.pdl5{
padding-left: 10px;
}
.pdr5{
padding-right: 10px;
}
.mh1{
min-height: 1px;
}
.ndAuthor{
position: relative;
padding-top: 60px;
}
.ndAuthorInner{
position: relative;
background: #f3f1ff;
padding: 101px 30px 45px;
}
.ndAuthorInner img{
width: 120px;
height: 120px;
border: 6px solid #FFF;
border-radius: 50%;
position: absolute;
left: 0;
right: 0;
top: -60px;
margin: 0 auto;
}
.ndAuthorInner h3{
font-size: 26px;
line-height: .8;
color: #06163a;
text-transform: capitalize;
letter-spacing: -.78px;
margin: 0 0 22px;
}
.ndAuthorInner h3 a{
color: inherit;
}
.ndAuthorInner h3 a:hover{
color: #ff5e14;
}
.authorSocial{
font-size: 12px;
color: #9498b6;
line-height: .8;
margin-bottom: 23px;
}
.authorSocial a{
color: inherit;
line-height: .8;
display: inline-block;
margin: 0 6px;
}
.authorSocial a:hover{
color: #ff5e14;
}
.ndAuthorInner p{
margin: 0;
color: #7e889b;
line-height: 24px;
font-size: 14px;
padding: 0 15px;
}
.mb49{
margin-bottom: 49px;
}
.comment_area{
position: relative;
}
.page .comment_area{
margin-top: 43px;
}
.commentTitle,
.comment_area > h3{
font-size: 26px;
line-height: .8;
text-transform: capitalize;
color: #06163a;
letter-spacing: -.78px;
margin: 0 0 40px;
}
.commentTitle small a{
font-size: 14px;
color: #7e889b;
letter-spacing: 0;
text-transform: capitalize;
line-height: .8;
position: relative;
float: right;
font-weight: 500;
display: inline-block;
}
.commentTitle small a:before {
content: "\f360";
font-family: "themewar";
font-size: 14px;
margin-right: 5px;
}
.commentTitle small a:hover {
color: #ff5e14;
}
.comment_list{
margin: 0 0 49px;
padding: 0 0 10px;
border-bottom: 1px solid #eaeaea;
}
.comment_list li{
list-style: none;
display: block;
position: relative;
}
.ndComment{
position: relative;
min-height: 100px;
padding-left: 130px;
padding-top: 10px;
margin-bottom: 39px;
}
.ndComment > img{
position: absolute;
width: 100px;
height: 100px;
border-radius: 50%;
left: 0;
top: 0;
}
.ndcHead{
position: relative;
margin-bottom: 24px;
}
.ndcHead h5{
font-size: 18px;
line-height: 22px;
text-transform: capitalize;
color: #06163a;
letter-spacing: -.54px;
margin: 0 0 18px;
}
.ndcHead h5 a{
color: inherit;
line-height: inherit;
display: inline-block;
}
.ndcHead h5 a:hover{
color: #ff5e14;
}
.ndcHead span{
display: block;
font-size: 12px;
text-transform: uppercase;
line-height: .8;
letter-spacing: 2.4px;
color: #f46904;
font-weight: 500;
}
.ndcHead a.comment-reply-link{
font-size: 14px;
color: #7e889b;
letter-spacing: 0;
text-transform: capitalize;
line-height: .8;
position: absolute;
right: 0;
top: 4px;
}
.ndcHead a.comment-reply-link:before{
content: "\f360";
font-family: "themewar";
font-size: 14px;
margin-right: 5px;
}
.ndcHead a.comment-reply-link:hover{
color: #ff5e14;
}
.ndcContent{
position: relative;
font-size: 14px;
line-height: 24px;
color: #7e889b;
}
.ndcContent p:last-of-type{
margin-bottom: 0;
}
.comment_list .children{
margin: 0 0 0 40px;
padding: 0;
}
.commentFormArea{
position: relative;
}
.commentForm{
position: relative;
background: #f8f6ff;
padding: 50px;
}
.comment_list .commentForm{
margin-bottom: 50px;
}
.cfItem{
position: relative;
margin-bottom: 20px;
}
.cfItem input, .cfItem textarea{
background: #FFF;
border: none;
border-radius: 0;
padding: 0 50px 0 30px;
height: 60px;
width: 100%;
display: block;
font-size: 14px;
line-height: 24px;
color: #9fa3b8;
}
.cfItem input::-moz-placeholder, 
.cfItem textarea::-moz-placeholder{
color: #9fa3b8 !important;
opacity: 1 !important;
}
.cfItem input::-ms-input-placeholder, 
.cfItem textarea::-ms-input-placeholder{
color: #9fa3b8 !important;
opacity: 1 !important;
}
.cfItem input::-webkit-input-placeholder, 
.cfItem textarea::-webkit-input-placeholder{
color: #9fa3b8 !important;
opacity: 1 !important;
}
.cfItem textarea{
height: 150px;
resize: none;
padding-top: 18px;
padding-bottom: 18px;
}
.cfItem i{
font-size: 14px;
line-height: 60px;
position: absolute;
right: 30px;
top: 0;
color: #ff5e14;
}
.commentForm input[type="submit"]{
height: 60px;
color: #FFF;
text-transform: uppercase;
background: #ff5e14;
border-radius: 60px;
font-size: 14px;
letter-spacing: 1.4px;
font-weight: 500;
line-height: .8;
border: none;
padding: 0 62px;
text-align: center;
margin-top: 10px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.commentForm input[type="submit"]:hover{
color: #ff5e14;
background: #06163a;
}
.newsThumb{
position: relative;
margin-bottom: -2px;
z-index: 2;
}
.ntItem{
position: relative;
overflow: hidden;
}
.ntItem img{
max-width: 100%;
width: auto;
height: auto;
}
.newsGall .owl-nav{
}
.newsGall.owl-carousel .owl-nav button{
width: 60px;
height: 60px;
border: 2px solid #ff5e14;
background: #ff5e14;
color: #FFF;
font-size: 16px;
line-height: .8;
text-align: center;
border-radius: 0%;
letter-spacing: 0;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.newsGall.owl-carousel .owl-nav button.owl-prev{
left: 30px;
right: auto;
}
.newsGall.owl-carousel .owl-nav button.owl-next{
left: auto;
right: 30px;
}
.newsGall.owl-carousel .owl-nav button:hover{
color: #FFF;
background: #06163a;
border-color: #06163a;
}
.newsMedia{
width: 60px;
height: 60px;
background: #ff5e14;
color: #FFF;
font-size: 16px;
text-align: center;
border-radius: 50%;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: auto;
line-height: 60px;
letter-spacing: 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.newsMedia i{
line-height: 60px;
}
.newsMedia:hover{
color: #FFF;
background: #06163a;
}
.comment-form-cookies-consent{
position: relative;
margin: 0 0 15px;
padding: 10px 30px;
background: #fff;
line-height: .8;
}
.comment-form-cookies-consent input[type="checkbox"] {
display: none;
}
.comment-form-cookies-consent label {
display: inline-block;
font-size: 14px;
color: #959ba9;
letter-spacing: 0;
font-weight: 400;
margin: 0 0;
padding-left: 30px;
line-height: 20px;
cursor: pointer;
}
.comment-form-cookies-consent label::before {
background: transparent;
content: "";
height: 15px;
left: 30px;
position: absolute;
top: 22px;
width: 15px;
border: 2px solid #eaeaea;
}
.comment-form-cookies-consent input[type="checkbox"]:checked + label::after {
background: #ff5e14;
bottom: 0;
content: "";
height: 5px;
left: 35px;
margin: auto;
position: absolute;
top: -2px;
width: 5px;
} .shopViewBtn{
position: relative;
}
.shopViewBtn a{
height: 50px;
width: 50px;
background: #f9f9ff;
color: #788892;
text-align: center;
font-size: 18px;
line-height: .8;
display: inline-block;
border-radius: 50%;
padding: 16px 0;
letter-spacing: 0;
}
.shopViewBtn a:hover, .shopViewBtn a.active{
background: #ff5e14;
color: #FFF;
}
.shopViewBtn a:first-child{
margin-right: 16px;
}
.shopAccess{
position: relative;
display: -webkit-flex;
display: flex;
-webkit-justify-content: flex-end;
-moz-justify-content: flex-end;
-ms-justify-content: flex-end;
-o-justify-content: flex-end;
justify-content: flex-end;
}
.shopAccess > div{
position: relative;
}
.searchForms2{
position: relative;
}
.searchForms2 form{
margin: 0;
padding: 0;
}
.searchForms2 input[type="search"]{
width: 270px;
height: 50px;
border: 1px solid #e5e5e5;
border-radius: 50px;
padding: 0 50px 0 30px;
font-size: 16px;
color: #788892;
margin: 0;
}
.searchForms2 button{
position: absolute;
top: 0;
right: 30px;
height: 50px;
font-size: 16px;
color: #788892;
cursor: pointer;
z-index: 2;
border: none;
background: transparent;
padding: 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.searchForms2 button:hover{
color: #ff5e14;
}
.searchForms2 input::-moz-placeholder{
color: #788892 !important;
opacity: 1 !important;
}
.searchForms2 input::-ms-input-placeholder{
color: #788892 !important;
opacity: 1 !important;
}
.searchForms2 input::-webkit-input-placeholder{
color: #788892 !important;
opacity: 1 !important;
}
.sorts{
position: relative;
margin-right: 20px;
}
.sorts select{
width: 180px;
height: 50px;
border: 1px solid #e5e5e5;
border-radius: 50px;
font-size: 16px;
color: #788892;
padding: 0 38px 0 27px;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.sorts i{
position: absolute;
right: 28px;
top: 17px;
line-height: .8;
font-size: 16px;
color: #788892;
letter-spacing: 0;
}
.results{
position: relative;
font-size: 16px;
color: #788892;
line-height: 50px;
margin: 0 30px 0 0;
}
.single_product{
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.05);
border: 1px solid #eaeaea;
background: #fff;
position: relative;
margin: 0 0 30px;
padding: 26px 30px 21px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.single_product:hover{
box-shadow: 0 13px 29px 0 rgba(0, 0, 0, 0.13);
}
.productImg{
margin-bottom:20px;
position: relative;
}
.productImg img{
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.single_product:hover .productImg img{
opacity: .2;
}
.productImg img{
width: 100%;
height: auto;
}
.product_dec {
overflow: hidden; 
}
.product_decIn {
transform: translate3d(0, 55px, 0);
-webkit-transform: translate3d(0, 55px, 0);
-moz-transform: translate3d(0, 55px, 0);
-ms-transform: translate3d(0, 55px, 0);
-o-transform: translate3d(0, 55px, 0);
position: relative;
-webkit-transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-moz-transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-o-transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
transition: all 300ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
}
.single_product:hover .product_decIn{
bottom: 0;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.productTitle{
font-size: 26px;
line-height: 36px;
color: #06163a;
letter-spacing: 0;
font-weight: 500;
margin-bottom: 12px;
}
.productTitle a{
color: inherit;
}
.productTitle a:hover{
color: #ff5e14;
}
.product_price{
font-size: 14px;
color: #06163a;
font-weight: 500;
letter-spacing: 2px;
margin-bottom: 29px;
}
.single_product:hover .product_price{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.product_price del{
color: #959ba9;
margin-right: 10px;
}
.product_price ins{
text-decoration: none;
}
.frome_element .lavel{
right: 15px;
}
.frome_element .product_btn .add_to_cart_button.loading::after{
font-family: WooCommerce;
content: "\e01c";
vertical-align: top;
font-weight: 400;
position: absolute;
top: -2px;
right: -25px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.frome_element .product_btn .added_to_cart{
text-indent: -9999px;
position: relative;
margin-right: 0;
padding-left: 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.frome_element .product_btn .added_to_cart:after{
text-indent: 0px;
z-index: 99;
color: #ff5e14;
content: "\f011";
position: absolute;
bottom: 0px;
right: 0;
font-family: 'themewar';
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.frome_element .product_btn a{
margin-right: 15px;
}
.woocommerce .star-rating, .frome_element .star-rating{
width: 77px;
height: 14px;
line-height: 14px;
margin-top: 5px;
}
.frome_element .star-rating{
float: right;
overflow: hidden;
position: relative;
}
.woocommerce .star-rating::before, .frome_element .star-rating::before{
color: #959ba9;
font-size: 10px;
content: '';
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/rating_1.png) no-repeat left center;
width: 100%;
height: 100%;
float: none;
position: absolute;
left: 0;
bottom: 0;
}
.woocommerce .star-rating span, .frome_element .star-rating span{
font-size: 0px;
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/rating.png) no-repeat left center;
overflow: hidden;
text-indent: -9999px;
height: 100%;
left: .5px;
}
.frome_element .star-rating span{
position: absolute;
left: 0;
}
.shop_slider.owl-carousel{
position: relative;
}
.shop_slider.owl-carousel .owl-dots {
text-align: center;
line-height: 4px;
position: absolute;
left: 0;
bottom: -15px;
width: 100%;
}
.shop_slider.owl-carousel .owl-dots .owl-dot {
width: 20px;
height: 4px;
display: inline-block;
background: #ffddce;
border-radius: 10px;
margin-right: 10px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.shop_slider.owl-carousel .owl-dots .owl-dot.active {
width: 40px;
background: #ff5e14;
}
.shop_slider.owl-carousel .owl-dots .owl-dot span {
display: none;
}
.woocommerce .star-rating span::before, .frome_element .star-rating span::before{
display: none;
}
.product_btn a{
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
text-transform: uppercase;
display: inline-block;
margin-right: 22px;
color: #06163a;
}
.product_btn a i{
color: #ff5e14;
margin-right: 8px;
}
.woocommerce .product_btn a.button{
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
text-transform: uppercase;
display: inline-block;
margin-right: 0;
color: #06163a;
background: transparent;
padding: 0;
line-height: inherit;
border-radius: 0;
}
.product_btn a:nth-of-type(01){
-webkit-transition: all 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-moz-transition: all 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-o-transition: all 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
transition: all 600ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
}
.product_btn a:nth-of-type(02){
-webkit-transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-moz-transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-o-transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
transition: all 1000ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate3d(0, 100%, 0);
-o-transform: translate3d(0, 100%, 0);
}
.single_product:hover .product_btn a:nth-of-type(01),
.single_product:hover .product_btn a:nth-of-type(02){
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
}
.product_btn a:hover, .woocommerce .product_btn a.button:hover{
color: #ff5e14;
}
.lavel {
position: absolute;
right: -15px;
text-align: right;
top: 33px;
width: 125px;
}
.lavel > p {
background: #06163a;
color: #fff;
font-size: 12px;
font-weight: 600;
height: 35px;
letter-spacing: 0;
line-height: 0.8;
padding: 14px 15px;
text-transform: uppercase;
margin-bottom: 5px;
display: inline-block;
}
.lavel > p.offer{
background: #db2b2b;
}
.lavel > p.seller{
background: #06163a;
}
.lavel > p.justIn{
background: #822bdb;
}
.lavel > p.limitedStok{
background: #37bf4e;
}
.mt20{
margin-top: 20px;
}
.price_slider_wrapper{
text-align: center;
margin-bottom: 55px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
width: 100%;
height: 3px;
border-radius: 0;
background: #ebebeb;
position: relative;
margin: 0 0 11px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
background: #ff5e14;
border-radius: 50%;
display: inline-block;
height: 9px;
position: absolute;
top: -3px;
width: 9px;
cursor: pointer;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-ms-transition: none;
-o-transition: none;
}
#slider-range .ui-slider-handle:focus{
outline: 0;
box-shadow: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
background: #ff5e14;
height: 3px;
position: absolute;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label{
margin-bottom: 30px;
text-align: left;
float: left;
margin: 21px 0 0;
font-size: 14px;
line-height: 26px;
color: #959ba9;
font-weight: 400;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
float: right;
height: 45px;
color: #FFF;
text-transform: uppercase;
background: #ff5e14;
border-radius: 60px;
font-size: 12px;
letter-spacing: 1.4px;
font-weight: 500;
line-height: .8;
border: none;
padding: 0 30px;
text-align: center;
margin-top: 10px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
color: #ff5e14;
background: #06163a;
}
.product_wrap{
position: relative;
}
.singlePro{
position: relative;
margin-bottom: 30px;
}
.singlePro img {
float: left;
margin-right: 20px;
border: 1px solid #eaeaea;
}
.singlePro h6 {
font-size: 16px;
line-height: 20px;
color: #06163a;
letter-spacing: 0;
margin: 0 0 16px;
padding-top: 5px;
position: relative;
top: 0px;
}
.singlePro a {
color: inherit;
}
.singlePro a:hover{
color: #ff5e14;
}
.sp_price {
font-size: 12px;
font-weight: 400;
letter-spacing: 1px;
margin-bottom: 0;
line-height: 14px;
}
.sp_price .prices{
float: left;
line-height: 12px;
color: #06163a;
font-weight: 500;
}
.sp_price p{
float: right;
font-size: 10px;
color: #ff5e14;
letter-spacing: 0;
text-align: right;
margin: 0;
line-height: 14px;
}
.sp_price p i{
margin-left: 2px;
}
.product_decp {
padding-left: 40px;
}
.offerDe {
color: #ff5e14;
font-size: 14px;
font-weight: 700;
margin-bottom: 16px;
text-transform: uppercase;
display: block;
line-height: .8;
}
.proTitle{
font-size: 36px;
line-height: 46px;
font-weight: 600;
margin-bottom: 21px;
}
.details_price{
font-size: 20px;
font-weight: 700;
letter-spacing: 2px;
color: #06163a;
margin-bottom: 38px;
}
.details_price del{
color: #999999;
margin-right: 11px;
}
.product_decp > p{
font-size: 14px;
margin: 0;
}
.product_decp > p:last-of-type{
margin-bottom: 41px;
}
.pd_details_meta{
position: relative;
border-top: 1px solid #eaeaea;
padding-top: 28px;
padding-bottom: 27px;
}
.metaTitle{
font-size: 18px;
line-height: .8;
text-transform: capitalize;
margin: 0 0 19px;
}
.text_meta{
margin: 0;
line-height: 14px;
font-size: 14px;
}
.text_meta a{
color: #959ba9;
}
.text_meta a:hover{
color: #ff5e14;
}
.pd_rating{
font-size: 10px;
color: #ff5e14;
letter-spacing: 0;
margin: 0;
line-height: 14px;
}
.pd_rating i{
margin-right: 2px;
}
.woocommerce div.product_decp form.cart{
margin: 0;
}
.woocommerce div.product_decp .quantity {
border: 2px solid #eaeaea;
height: 50px;
position: relative;
z-index: 1;
width: 100px;
float: left;
margin: 0 !important;
}
.woocommerce div.product_decp .quantity input[type="number"] {
border: medium none;
color: #06163a;
font-weight: 500;
height: 100%;
left: 0;
margin: auto;
padding: 0;
position: absolute;
right: 0;
text-align: center;
width: 100%;
z-index: -1;
}
.woocommerce div.product_decp .add_to_car_btn{
float: left;
height: 50px;
min-width: 185px;
background: #ff5e14;
color: #FFF;
text-align: center;
padding: 18px 15px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
line-height: .8;
margin: 0 10px;
border-radius: 0;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce div.product_decp .add_to_car_btn:hover{
background: #06163a;
color: #ff5e14;
}
.woocommerce div.product_decp .add_to_car_btn i{
margin-right: 6px;
display: inline-block;
}
.wishlisth_btn{
border: 2px solid #eaeaea;
height: 50px;
position: relative;
z-index: 1;
width: 50px;
float: left;
font-size: 18px;
line-height: .8;
color: #959ba9;
text-align: center;
padding: 14px 0;
}
.wishlisth_btn:hover{
color: #ff5e14;
border-color: #ff5e14;
}
.pd_details_meta.pdtb30{
padding-top: 30px;
padding-bottom: 30px;
}
.social_shares{
position: relative;
line-height: 16px;
}
.social_shares strong{
font-family: 'Barlow Condensed', sans-serif;
font-weight: 600;
color: #06163a;
letter-spacing: 0;
font-size: 16px;
line-height: 16px;
display: inline-block;
margin-right: 27px;
}
.social_shares a{
font-size: 14px;
line-height: 16px;
display: inline-block;
color: #959ba9;
margin-right: 25px;
}
.social_shares a:hover{
color: #ff5e14;
}
.social_shares a:last-child{
margin-right: 0;
}
.pd_details_meta.pdb0{
padding-bottom: 0;
}
.productSlide{
position: relative;
border: 1px solid #f9f9f9;
}
.productSlide .carousel-indicators{
position: absolute;
bottom: 30px;
left: 30px;
margin: 0;
width: 100%;
text-align: left;
display: block;
justify-content: left;
}
.productSlide .carousel-indicators li{
width: 100px;
height: 70px;
border-radius: 0;
margin: 0;
position: relative;
text-indent: 0;
flex: none;
-moz-flex: none;
-webkit-flex: none;
float: left;
margin: 0 10px 0 0;
border: none;
opacity: .6;
}
.productSlide .carousel-indicators li:hover, .productSlide .carousel-indicators li.active{
opacity: 1;
}
.mb80{
margin-bottom: 80px;
}
.productTabs.nav-tabs{
border-bottom: 1px solid #e8e8e8;
text-align: center;
justify-content: center;
}
.productTabs.nav-tabs .nav-item{
display: inline-block;
float: none;
margin: 0;
position: relative;
}
.productTabs.nav-tabs .nav-link{
padding: 0;
border: none;
color: #06163a;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 600;
font-size: 14px;
letter-spacing: 0;
text-transform: capitalize;
line-height: .8;
position: relative;
padding: 0 13px 21px;
}
.productTabs.nav-tabs .nav-link:after{
position: absolute;
width: 20%;
height: 2px;
background: #ff5e14;
content: '';
left: 0;
bottom: -1px;
right: 0;
margin: 0 auto;
opacity: 0;
visibility: hidden;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.productTabs.nav-tabs .nav-link:hover:after, .productTabs.nav-tabs .nav-link.active:after{
opacity: 1;
visibility: visible;
width: 100%;
}
.productTabs.nav-tabs .nav-link.active, .productTabs.nav-tabs .nav-link:hover{
color: #ff5e14;
}
.productTabContent .descriptionContent{
font-size: 14px;
line-height: 30px;
color: #959ba9;
padding-top: 32px;
}
.productTabContent .descriptionContent p{
margin-bottom: 15px;
}
.productTabContent .descriptionContent p:last-of-type, .productTabContent .descriptionContent p:last-child{
margin-bottom: 0;
}
.adinfo{
position: relative;
padding-top: 23px;
padding-bottom: 11px;
}
.adinfo ul{
margin: 0;
padding: 0;
}
.adinfo ul li{
display: block;
position: relative;
border-bottom: 1px solid #e8e8e8;
position: relative;
padding-left: 180px;
font-size: 14px;
line-height: 48px;
width: 50%;
float: left;
color: #06163a;
font-weight: 500;
}
.adinfo ul li span {
position: absolute;
left: 0;
color: #959ba9;
font-weight: 400;
}
.productTabContent .comment_area{
padding-top: 40px;
padding-bottom: 11px;
}
.commentRating{
position: absolute;
right: 0;
top: 2px;
font-size: 10px;
color: #ff5e14;
letter-spacing: 0;
text-align: right;
margin: 0;
line-height: 14px;
}
.commentRating i {
margin-left: 2px;
}
.relatedProductArea{
border-top: 1px solid #e8e8e8;
margin-top: 69px;
padding-top: 80px;
}
.relatedProductArea .sec_title{
line-height: .8;
font-size: 36px;
letter-spacing: -.60px;
margin: 15px 0 0;
}
.relatedNavs .owl-prev{
height: 60px;
width: 60px;
border: 2px solid #e0e0e0;
background: #FFF;
text-align: center;
font-size: 16px;
color: #ff5e14;
display: inline-block;
padding: 20px 0;
line-height: .8;
margin-right: 16px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.relatedNavs .owl-prev:hover{
border: 2px solid #ff5e14;
background: #ff5e14;
color: #FFF;
}
.relatedNavs .owl-next{
height: 60px;
width: 60px;
border: 2px solid #ff5e14;
background: #ff5e14;
text-align: center;
font-size: 16px;
color: #FFF;
display: inline-block;
padding: 20px 0;
line-height: .8;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.relatedNavs .owl-next:hover{
border: 2px solid #e0e0e0;
background: #FFF;
color: #ff5e14;
}
.mb40{
margin-bottom: 40px;
}
.relatedProductSlider .single_product{
margin-bottom: 0;
}
.comment_container {
position: relative;
min-height: 100px;
padding-left: 130px;
padding-top: 14px;
margin-bottom: 39px;
}
.comment_container img {
position: absolute;
width: 100px;
height: 100px;
border-radius: 50%;
left: 0;
top: 0;
}
.comment_container .star-rating{
margin-top: 0;
}
.comment_container .meta,
.comment_container .woocommerce-review__author{
font-size: 18px;
line-height: .8;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 600;
text-transform: capitalize;
color: #06163a;
letter-spacing: -.54px;
margin: 0 0 21px;
}
.comment_container .meta span{
margin: 0 10px;
}
.comment_container .woocommerce-review__published-date {
font-size: 12px;
text-transform: uppercase;
line-height: .8;
font-family: 'Rubik', sans-serif;
letter-spacing: 2.4px;
color: #f46904;
font-weight: 500;
margin: 0;
}
.comment_container .description {
position: relative;
font-size: 14px;
line-height: 24px;
color: #7e889b;
}
.woocommerce .productTabContent table.shop_attributes{
border: none;
margin: 0;
padding: 0;
}
.woocommerce .productTabContent table.shop_attributes th{
color: #959ba9;
font-weight: 400;
font-size: 14px;
border-bottom: 1px solid #e8e8e8;
padding: 10px;
}
.woocommerce .productTabContent table.shop_attributes td{
color: #06163a;
font-weight: 500;
font-size: 14px;
border-bottom: 1px solid #e8e8e8;
padding: 10px;
} .contactInfoSection{
position: relative;
z-index: 3;
}
.icon_box_05{
position: relative;
padding-top: 59px;
text-align: center;
}
.icon_box_05.ib5_left{
padding-top: 0;
padding-left: 59px;
text-align: left;
margin-bottom: 30px;
}
.icon_box_05.ib5_right{
padding-top: 0;
padding-right: 59px;
text-align: right;
margin-bottom: 30px;
}
.icon_box_05 i{
width: 120px;
height: 120px;
border: 1px solid #ecebff;
color: #ff5e14;
text-align: center;
line-height: 118px;
border-radius: 50%;
background: #fff;
font-size: 36px;
position: absolute;
left: 0;
right: 0;
top: 0;
margin: 0 auto;
}
.icon_box_05.ib5_left i{
left: 0;
top: 0;
bottom: 0;
right: auto;
margin: auto 0;
}
.icon_box_05.ib5_right i{
left: auto;
top: 0;
bottom: 0;
right: 0;
margin: auto 0;
}
.ib5_inner{
border: 1px solid #ecebff;
padding: 100px 25px 32px;
background: #FFF;
}
.icon_box_05.ib5_left .ib5_inner{
padding: 29px 20px 21px 90px;
}
.icon_box_05.ib5_right .ib5_inner{
padding: 29px 90px 21px 20px;
}
.ib5_inner h3{
font-size: 26px;
line-height: .8;
letter-spacing: -.52px;
text-transform: uppercase;
margin: 0 0 26px;
}
.ib5_inner p{
font-size: 14px;
line-height: 26px;
color: #959ba9;
letter-spacing: 0;
margin: 0 0 17px;
}
.ib5_inner p span{
color: #ff5e14;
}
.ib5_inner > a{
font-size: 14px;
display: inline-block;
line-height: .8;
color: #ff5e14;
font-weight: 500;
text-transform: capitalize;
}
.ib5_inner > a:hover{
color: #06163a;
}
.formSections{
background: #06163a;
padding: 180px 0 120px;
margin: -60px 160px 0;
position: relative;
z-index: 2;
}
.mb45{
margin-bottom: 45px;
}
.cotactForm{
position: relative;
}
.iconInput{
position: relative;
margin-bottom: 20px;
}
.iconInput input:not([type="submit"]), .iconInput textarea{
padding: 0 0 0 50px;
background: transparent;
border: none;
border-bottom: 2px solid #5b6c90;
display: block;
width: 100%;
color: #8b97b1;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 600;
letter-spacing: 0;
height: 57px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.iconInput input:not([type="submit"]):focus, .iconInput textarea:focus{
color: #FFF;
border-bottom-color: #fff;
}
.light_form .iconInput input:not([type="submit"]), .light_form .iconInput textarea{
color: #959ba9;
border-color: #ecebff;
margin-bottom: 30px;
}
.light_form .iconInput input:not([type="submit"]):focus, .light_form .iconInput textarea:focus{
color: #06163a;
border-color: #06163a;
}
.iconInput textarea{
padding: 15px 0 0 50px;
resize: none;
height: 156px;
}
.iconInput input::-moz-placeholder,
.iconInput textarea::-moz-placeholder{
color: #8b97b1;
opacity: 1;
}
.iconInput input::-ms-input-placeholder,
.iconInput textarea::-ms-input-placeholder{
color: #8b97b1;
opacity: 1;
}
.iconInput input::-webkit-input-placeholder,
.iconInput textarea::-webkit-input-placeholder{
color: #8b97b1;
opacity: 1;
}
.iconInput input:focus::-moz-placeholder,
.iconInput textarea:focus::-moz-placeholder{
color: #FFF;
opacity: 1;
}
.iconInput input:focus::-ms-input-placeholder,
.iconInput textarea:focus::-ms-input-placeholder{
color: #FFF;
opacity: 1;
}
.iconInput input:focus::-webkit-input-placeholder,
.iconInput textarea:focus::-webkit-input-placeholder{
color: #FFF;
opacity: 1;
}
.light_form .iconInput input::-moz-placeholder,
.light_form .iconInput textarea::-moz-placeholder{
color: #959ba9;
opacity: 1;
}
.light_form .iconInput input::-ms-input-placeholder,
.light_form .iconInput textarea::-ms-input-placeholder{
color: #959ba9;
opacity: 1;
}
.light_form .iconInput input::-webkit-input-placeholder,
.light_form .iconInput textarea::-webkit-input-placeholder{
color: #959ba9;
opacity: 1;
}
.light_form .iconInput input:focus::-moz-placeholder,
.light_form .iconInput textarea:focus::-moz-placeholder{
color: #06163a;
opacity: 1;
}
.light_form .iconInput input:focus::-ms-input-placeholder,
.light_form .iconInput textarea:focus::-ms-input-placeholder{
color: #06163a;
opacity: 1;
}
.light_form .iconInput input:focus::-webkit-input-placeholder,
.light_form .iconInput textarea:focus::-webkit-input-placeholder{
color: #06163a;
opacity: 1;
}
.cotactForm.light_form .reqError,
.cotactForm .reqError{
border-color: #ff5e14 !important;
}
.iconInput i{
position: absolute;
left: 20px;
top: 0;
font-size: 14px;
letter-spacing: -.42px;
color: #f46904;
height: 57px;
line-height: 57px;
}
.cotactForm input[type="submit"]{
position: relative;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
background: #ff5e14;
display: inline-block;
color: #FFF;
height: 60px;
min-width: 200px;
padding: 0 25px;
text-align: center;
line-height: .9;
border: none;
margin-top: 30px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.light_form.cotactForm input[type="submit"]{
margin-top: 20px;
}
.cotactForm input[type="submit"]:hover{
background: #0f224e;
color: #ff5e14;
}
.googleMapSection{
padding: 0;
margin: -60px 0 0;
}
.noMarginTop{
margin-top: 0;
}
.gmap{
width: 100%;
overflow: hidden;
}
.gmap iframe{
border: none;
width: 100%;
height: 600px;
display: block;
}
.pdb90{
padding-bottom: 90px;
} .fof_section{
position: relative;
height: 100vh;
}
.valignMiddle{
position: relative;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.fof_img{
padding-right: 38px;
}
.fof_img img{
max-width: 100%;
height: auto;
}
.fof_contents{
position: relative;
padding-top: 112px;
}
.fof_contents h1{
font-size: 200px;
line-height: .8;
color: #ff5e14;
font-weight: 300;
letter-spacing: 0;
margin: 0 0 22px;
}
.fof_contents h2{
font-size: 80px;
line-height: 90px;
font-weight: 600;
color: #06163a;
margin: 0 0 28px;
letter-spacing: -2.4px;
text-transform: capitalize;
}
.error404 .topbar,
.error404 .nav_bar,
.error404 .popup.popup__menu{
display: none;
}
.error404 .footer_01,
.error404 #backtotop,
.error404 .copyright_section{
display: none;
} .shop_table.cart.cart_table{
width: 100%;
position: relative;
border: none;
border-spacing: 0;
border-collapse: collapse;
}
.shop_table.cart.cart_table tbody{
background: #fff;
}
.woocommerce table.shop_table.cart_table thead tr th{
font-size: 18px;
font-weight: 600;
line-height: inherit;
color: #06163a;
text-transform: uppercase;
background: #f8f7ff;
padding: 17px 0 18px;
font-weight: 600;
border: none;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce table.shop_table.cart_table thead tr th:first-child{
padding-left: 20px;
}
.woocommerce table.shop_table.cart_table thead tr th.product-subtotal{
padding-left: 59px;
}
.woocommerce table.shop_table.cart_table tbody tr td{
vertical-align: middle;
padding: 30px 0;
font-size: 15px;
color: #06163a;
line-height: .3px;
border: none;
border-bottom: thin dotted #eaeaea;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-thumbnail{
padding-left: 20px;
width: 120px;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-thumbnail .thumbimgs{
width: 100px;
height: 100px;
float: left;
border: thin solid #eaeaea;
margin-right: 30px;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-thumbnail img{
width: 100%;
height: 100%;
display: block;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-title{
width: 25%;
padding-right: 15px;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-title a.itemtitle{
font-size: 18px;
color: #06163a;
line-height: 22px;
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-title a.itemtitle:hover{
color: #ff5e14;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-price{
width: 16.6666%;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-price span.amount{
font-size: 18px;
font-weight: 600;
letter-spacing: 2px;
color: #959ba9;
line-height: 22px;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-quantity{
width: 16.6666%;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-quantity label{
display: none;
}
.woocommerce table.shop_table.cart_table .quantity .qty{
border: 2px solid #eaeaea;
height: 50px;
position: relative;
z-index: 1;
width: 100px;
color: #06163a;
font-weight: 500;
padding: 0;
text-align: center;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-subtotal{
font-size: 18px;
font-weight: 600;
letter-spacing: 2px;
color: #06163a;
line-height: 22px;
font-family: 'Barlow Condensed', sans-serif;
padding-left: 59px;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-remove{
padding-right: 20px;
text-align: right;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-remove a.remove{
background: #06163a;
border-radius: 50%;
display: inline-block;
height: 24px;
width: 24px;
line-height: 24px;
text-align: center;
padding: 0;
letter-spacing: 0;
color: #fff !important;
font-weight: 400;
font-size: 15px;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-remove a.remove:hover{
color: #FFF;
background: #ff5e14;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions{
border-bottom: none;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .coupon{
overflow: hidden;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .coupon label[for="coupon_code"]{
display: none;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .input-text{
width: 275px;
height: 60px;
border: thin solid #eaeaea;
margin: 0;
padding-left: 19px;
padding-right: 19px;
color: #959ba9;
font-size: 14px;
resize: none;
float: left;
border-radius: 0;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .input-text::-webkit-input-placeholder{
color: #959ba9;
opacity: 1;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .input-text::-moz-placeholder {
color: #959ba9;
opacity: 1;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .input-text::-moz-placeholder {
color: #959ba9;
opacity: 1;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .input-text::-ms-input-placeholder {
color: #959ba9;
opacity: 1;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .coupon button.button{
background: #ff5e14;
border: medium none;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 500;
height: 60px;
letter-spacing: 0px;
width: auto;
line-height: 0.8;
padding: 0 53px;
text-transform: uppercase;
transition: all 500ms ease 0s;
float: left;
border-radius: 0;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .coupon button.button:hover{
background: #06163a;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions button.button[name="update_cart"]{
background: #ff5e14;
border: medium none;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 500;
height: 60px;
letter-spacing: 0px;
width: auto;
line-height: 0.8;
padding: 0 53px;
text-transform: uppercase;
transition: all 500ms ease 0s;
border-radius: 0;
cursor: pointer;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions button.button[name="update_cart"]:hover{
background: #06163a;
}.woocommerce table.shop_table.cart_table tbody tr td.actions button.button[name="update_cart"]:disabled[disabled]:hover{
background: #ff5e14;
cursor: not-allowed;
}
.cart_table tbody tr td.actions{
padding-bottom: 0;
}
.mt50{
margin-top: 50px;
}
.cart_totals{
position: relative;
background: #ffffff;
}
.cart_totals h2{
background: #f8f7ff;
position: relative;
margin: 0;
height: 60px;
padding: 24px 0 24px 28px;
font-size: 18px;
color: #06163a;
line-height: .8;
text-transform: uppercase;
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table{
width: 100%;
border: none;
border-collapse: collapse;
border-spacing: 0;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tr td, .woocommerce .cart-collaterals .cart_totals table.shop_table tr th{
vertical-align: top;
padding: 30px 0;
border-bottom: 1px dotted #eaeaea;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tr th{
width: 220px;
padding-left: 28px;
font-size: 18px;
color: #06163a;
line-height: .8;
text-transform: capitalize;
letter-spacing: 0;
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tr td{
line-height: .7;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tr td .amount{
display: inline-block;
font-size: 18px;
font-weight: 400;
letter-spacing: 2px;
color: #ff5e14;
line-height: .8;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tr td strong .amount{
font-weight: 700;
}
.woocommerce ul#shipping_method{
margin: 0;
padding: 0;
line-height: .7;
}
.woocommerce ul#shipping_method li{
margin: 0 0 18px;
padding-left: 25px;
font-size: 15px;
color: #959ba9;
line-height: .7;
text-transform: capitalize;
letter-spacing: .3px;
font-weight: 300;
list-style: none;
}
.woocommerce ul#shipping_method li:last-child{
margin-bottom: 0;
}
.woocommerce ul#shipping_method li label{
font-size: 15px;
color: #959ba9;
line-height: .7;
text-transform: capitalize;
font-family: 'Rubik', sans-serif;
letter-spacing: .3px;
display: inline-block;
font-weight: 400;
margin: 0 0 0 0;
}
.woocommerce ul#shipping_method li input[type="radio"]{
margin: 0;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked + label{
color: #ff5e14;
}
.woocommerce ul#shipping_method .amount{
font-size: 15px;
color: #06163a;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked + label .amount{
color: #ff5e14;
}
.wc-proceed-to-checkout{
width: 100%;
position: relative;
text-align: right;
margin-top: 31px;
}
.woocommerce ul#shipping_method li input{
width: inherit;
position: absolute;
left: 0;
top: 0;
height: inherit;
}
.woocommerce ul#shipping_method li label{
cursor: pointer;
position: relative;
-moz-user-select: none;
-o-user-select: none;
-webkit-user-select: none;
color: #959ba9;
font-weight: 400;
line-height: 15px;
}
.woocommerce ul#shipping_method li input[type="radio"]{
display: none;
}
.woocommerce ul#shipping_method li label::before {
background: transparent;
content: "";
height: 15px;
left: -29px;
position: absolute;
top: -1px;
width: 15px;
border: 2px solid #eaeaea;
}
.woocommerce .woocommerce-privacy-policy-text p{
margin-bottom: 18px;
}
.woocommerce ul#shipping_method li input:checked + label::after {
background: #ff5e14;
bottom: 0;
content: "";
height: 5px;
left: -24px;
margin: auto;
position: absolute;
top: -2px;
width: 5px;
}
.cart-collaterals .cart_totals .woocommerce-shipping-destination{
line-height: 22px;
margin: 24px 0 0;
}
.cart-collaterals .cart_totals .woocommerce-shipping-destination strong{
color: #06163a;
}
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator{
margin-top: 20px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button{
margin: 0;
text-transform: uppercase;
font-weight: 500;
line-height: .8;
display: inline-block;
font-size: 12px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover{
color: #06163a;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form{
margin: 21px 0 0;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p.form-row{
margin-bottom: 15px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p.form-row input{
width: 100%;
height: 50px;
border: 1px solid #eaeaea;
margin: 0;
padding-left: 19px;
padding-right: 19px;
color: #959ba9;
font-weight: 400;
font-size: 14px;
border-radius: 0;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p.form-row input::-webkit-input-placeholder{
color: #959ba9;
opacity: 1;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p.form-row input::-moz-placeholder {
color: #959ba9;
opacity: 1;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p.form-row input::-moz-placeholder {
color: #959ba9;
opacity: 1;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p.form-row input::-ms-input-placeholder {
color: #959ba9;
opacity: 1;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p.form-row .select2-container--default .select2-selection--single{
width: 100%;
height: 50px;
border: 1px solid #eaeaea;
margin: 0;
padding-left: 19px;
padding-right: 19px;
color: #959ba9;
font-weight: 400;
font-size: 14px;
border-radius: 0;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p.form-row .select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 48px;
color: #959ba9;
padding: 0;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p.form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 12px;
right: 14px;
width: 20px;
}.woocommerce-cart .cart-collaterals .shipping-calculator-form p.form-row#calc_shipping_state_field > span {
width: 100%;
}
.tabmarginBottom{
margin-bottom: 55px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p button{
background: #ff5e14;
border: medium none;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 500;
height: 60px;
letter-spacing: 0px;
line-height: 0.8;
padding: 25px 53px;
text-transform: uppercase;
transition: all 500ms ease 0s;
border-radius: 0;
cursor: pointer;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p button:hover{
background: #06163a;
color: #FFF;
}
.woocommerce-cart .cart_totals  .wc-proceed-to-checkout{
padding: 0;
margin-top: 31px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
background: #ff5e14;
border: medium none;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 500;
height: 60px;
letter-spacing: 0px;
line-height: 0.8;
padding: 25px 53px;
text-transform: uppercase;
transition: all 500ms ease 0s;
border-radius: 0;
cursor: pointer;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
background: #06163a;
color: #FFF;
}
.wcppec-checkout-buttons__separator{
display: inline-block;
line-height: 60px;
margin: 0 30px;
}
.woo_pp_cart_buttons_div{
display: inline-block;
margin: 0;
padding: 0;
}
.wcppec-checkout-buttons__button{
background: #012166;
border: medium none;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 500;
height: 60px;
letter-spacing: 0px;
line-height: 0.8;
padding: 25px 53px;
text-transform: uppercase;
transition: all 500ms ease 0s;
border-radius: 0;
cursor: pointer;
}
.wcppec-checkout-buttons__button:hover{
background: #0198D8;
color: #FFF;
}
.comonTitle{
font-size: 20px;
text-transform: uppercase;
margin-bottom: 50px;
line-height: .8;
}
.woocommerce-billing-fields{
position: relative;
width: 100%;
height: auto;
background: #fff;
}
.woocommerce-billing-fields p{
margin-bottom: 0;
}
.woocommerce-billing-fields input{
width: 100%;
height: 50px;
border: 1px solid #eaeaea;
margin: 0 0 20px;
padding-left: 19px;
padding-right: 19px;
color: #959ba9;
font-weight: 400;
font-size: 14px;
}
.billing_countries{
position: relative;
}
.billing_countries select{
width: 100%;
height: 50px;
border: thin solid #eaeaea;
margin: 0 0 20px;
padding-left: 19px;
padding-right: 19px;
color: #959ba9;
font-weight: 400;
letter-spacing: 0;
font-size: 14px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.billing_countries select option{
padding: 6px 19px;
}
.billing_countries::after {
color: #959ba9;
font-weight: 300;
letter-spacing: .56px;
font-size: 12px;
content: "\f078";
font-family: "Font Awesome 5 Pro";
position: absolute;
right: 21px;
top: 11px;
}
.billing_countries .select2-container--default .select2-selection--single {
border: thin solid #eaeaea;
}
.billing_countries .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #959ba9;
}
.woocommerce .checkout.woocommerce-checkout .form-row .woocommerce-input-wrapper textarea::-webkit-input-placeholder,
.woocommerce .shipping_address input::-webkit-input-placeholder,
.woocommerce .checkout.woocommerce-checkout .form-row input::-webkit-input-placeholder,
.woocommerce-billing-fields input::-webkit-input-placeholder,
.woocommerce-billing-fields textarea::-webkit-input-placeholder{
color: #959ba9;
opacity: 1;
}
.woocommerce .checkout.woocommerce-checkout .form-row .woocommerce-input-wrapper textarea::-moz-placeholder,
.woocommerce .checkout.woocommerce-checkout .form-row input::-moz-placeholder,
.woocommerce .shipping_address input::-moz-placeholder,
.woocommerce-billing-fields input::-moz-placeholder,
.woocommerce-billing-fields textarea::-moz-placeholder {
color: #959ba9;
opacity: 1;
}
.woocommerce .checkout.woocommerce-checkout .form-row .woocommerce-input-wrapper textarea::-ms-input-placeholder,
.woocommerce .checkout.woocommerce-checkout .form-row input::-ms-input-placeholder,
.woocommerce .shipping_address input::-ms-input-placeholder,
.woocommerce-billing-fields input:-ms-input-placeholder,
.woocommerce-billing-fields textarea::-ms-input-placeholder {
color: #959ba9;
opacity: 1;
}
.loginss{
position: relative;
text-align: left;
color: #959ba9;
font-size: 14px;
letter-spacing: 0;
margin-top: 3px;
padding-left: 40px;
}
.loginss a{
font-size: 18px;
letter-spacing: 0;
}
.loginss a.facs{
color: #3b5998;
}
.loginss a.twit{
color: #00ACED;
}
.loginss a:hover{
color: #ff5e14;
}
.checkoutPage .woocommerce-validated label.checkbox{
cursor: pointer;
position: relative;
-moz-user-select: none;
-o-user-select: none;
-webkit-user-select: none;
color: #959ba9;
font-weight: 400;
line-height: 18px;
margin: 0;
padding-left: 30px;
}
.checkoutPage .woocommerce-validated label.checkbox input[type="checkbox"]{
display: none;
}
.checkoutPage .woocommerce-validated label.checkbox::before {
background: transparent;
border: 2px solid #eaeaea;
content: "";
height: 15px;
left: 0px;
position: absolute;
top: 0;
width: 15px;
}
.checkoutPage .woocommerce-validated input[type="checkbox"]:checked + span::after {
background: #ff5e14;
bottom: 0;
content: "";
height: 5px;
left: 5px;
margin: auto;
position: absolute;
top: -3px;
width: 5px;
}
.loginss input[type="checkbox"]{
width: auto;
display: inline-block;
margin: 0 10px 0 0;
height: auto;
}
.loginss input{
width: inherit;
position: absolute;
left: 0;
top: 0;
height: inherit;
}
.woocommerce-shipping-fields label{
cursor: pointer;
position: relative;
-moz-user-select: none;
-o-user-select: none;
-webkit-user-select: none;
color: #959ba9;
font-weight: 400;
margin: 0;
padding-left: 30px;
}
.woocommerce-shipping-fields input[type="checkbox"]{
display: none;
}
.woocommerce-shipping-fields label::before {
background: transparent;
border: 2px solid #eaeaea;
content: "";
height: 15px;
left: 0px;
position: absolute;
top: 1px;
width: 15px;
}
.woocommerce-shipping-fields input[type="checkbox"]:checked + span::after {
background: #ff5e14;
bottom: 0;
content: "";
height: 5px;
left: 5px;
margin: auto;
position: absolute;
top: 2px;
width: 5px;
}
.woocommerce-checkout-review-order{
background: #f8f7ff;
padding: 47px 30px 20px;
}
.woocommerce .woocommerce-checkout-review-order table{
width: 100%;
height: auto;
border: none;
margin: 0 0 14px;
border-radius: 0;
border-collapse: collapse;
}
.woocommerce .woocommerce-checkout-review-order table thead tr th{
font-size: 16px;
color: #06163a;
text-transform: uppercase;
line-height: .8;
padding-bottom: 20px;
border-bottom: 1px solid #eaeaea;
padding-left: 10px;
font-weight: 600;
border: none;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce .woocommerce-checkout-review-order tbody tr td{
font-size: 15px;
color: #959ba9;
letter-spacing: 0;
line-height: 20px;
padding: 0 0 10px 10px;
border: none;
}
.woocommerce .woocommerce-checkout-review-order tbody tr:last-child td{
padding-bottom: 23px;
}
.woocommerce .woocommerce-checkout-review-order tr td span.amount{
color: #06163a;
letter-spacing: 1px;
font-weight: 500;
font-family: 'Barlow Condensed', sans-serif;
line-height: .8;
}
.woocommerce .woocommerce-checkout-review-order tr td strong{
font-weight: normal;
}
.woocommerce .woocommerce-checkout-review-order tbody tr:first-child td{
padding-top: 23px;
}
.woocommerce .woocommerce-checkout-review-order tfoot tr th{
font-size: 16px;
font-weight: 600;
letter-spacing: 0;
text-transform: capitalize;
color: #06163a;
line-height: 20px;
border-top: 1px solid #eaeaea;
vertical-align: middle;
padding: 21px 0 19px 10px;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce .woocommerce-checkout-review-order tfoot tr td{
font-size: 15px;
font-weight: 600;
letter-spacing: 0;
text-transform: capitalize;
color: #06163a;
line-height: 20px;
border-top: 1px solid #eaeaea;
vertical-align: middle;
padding: 18px 0 18px 10px;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce .woocommerce-checkout-review-order tfoot tr.order-total td span.amount{
font-weight: 600;
color: #ff5e14;
}
.woocommerce .woocommerce-checkout-payment{
position: relative;
padding-left: 40px;
background: transparent !important;
border-radius: 0 !important;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods{
margin: 0;
padding: 0;
border-bottom: 1px solid #eaeaea;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods li{
list-style: none;
margin: 0 0 13px;
padding: 0;
line-height: normal;
font-weight: normal;
}
.woocommerce-checkout-payment ul li input[type="radio"]{
margin-right: 17px;
margin-top: 0;
position: relative;
bottom: -1px;
cursor: pointer;
}
.woocommerce-checkout-payment ul li label{
display: inline-block;
font-size: 14px;
color: #06163a;
letter-spacing: 0;  
font-weight: 300;
text-transform: capitalize;
margin: 0 0 14px;
line-height: .7;
cursor: pointer;
}
.woocommerce .woocommerce-checkout #payment div.payment_box {
padding-left: 0;
position: relative;
padding: 0 0 0 0;
top: 0;
display: none;
background: transparent;
margin: 0;
line-height: 26px;
font-size: 14px;
letter-spacing: 0;
font-weight: 300;
color: #959ba9;
line-height: 26px;
}
.woocommerce .woocommerce-checkout #payment div.payment_box:before{
display: none;
}
.payment_box.visibales{
display: block;
}
.payment_box p{
font-size: 14px;
letter-spacing: 0;
font-weight: 300;
color: #959ba9;
line-height: 26px;
margin: 0;
}
.woocommerce-checkout-payment ul li label img {
height: 23px;
margin-left: 50px;
position: absolute;
top: -8px;
width: auto;
}
.woocommerce-shipping-fields{
position: relative;
width: 100%;
margin-top: 33px;
}
.woocommerce-shipping-fields p{
margin: 0;
}
.woocommerce-shipping-fields textarea{
width: 100%;
height: 100px;
border: 1px solid  #eaeaea;
margin: 0;
padding-left: 19px;
padding-right: 19px;
color: #959ba9;
font-weight: 400;
letter-spacing: 0;
font-size: 14px;
resize: none;
padding-top: 12px;
}
.woocommerce-shipping-fields textarea::-webkit-input-placeholder{
color: #959ba9;
opacity: 1;
}
.woocommerce-shipping-fields textarea::-moz-placeholder {
color: #959ba9;
opacity: 1;
}
.woocommerce-shipping-fields textarea::-moz-placeholder {
color: #959ba9;
opacity: 1;
}
.woocommerce-shipping-fields textarea::-ms-input-placeholder {
color: #959ba9;
opacity: 1;
}
.wc_payment_methods li input{
width: inherit;
position: absolute;
left: 0;
top: 0;
height: inherit;
}
.wc_payment_methods li label{
cursor: pointer;
position: relative;
-moz-user-select: none;
-o-user-select: none;
-webkit-user-select: none;
color: #959ba9;
font-weight: 300;
}
.wc_payment_methods li input[type="radio"]{
display: none;
}
.wc_payment_methods li label::before {
background: transparent;
content: "";
height: 15px;
left: -29px;
position: absolute;
top: -3px;
width: 15px;
border: 2px solid #eaeaea;
}
.wc_payment_methods li input[type="radio"]:checked + label::after {
background: #ff5e14;
bottom: 0;
content: "";
height: 5px;
left: -24px;
margin: auto;
position: absolute;
top: 0;
width: 5px;
}
.woocommerce-shipping-fields h3{
font-size: 18px;
font-weight: 600;
line-height: 0.8;
padding-bottom: 20px;
text-transform: uppercase;
font-family: 'Barlow Condensed', sans-serif;
margin-bottom: 0;
}
#backtotop{
position: fixed;
right: 60px;
bottom: -60px;
width: 60px;
height: 60px;
background: #ff5e14;
color: #FFF;
font-size: 22px;
text-align: center;
line-height: 60px;
opacity: 0;
visibility: hidden;
z-index: 9999;
}
#backtotop i{
position: relative;
z-index: 2;
line-height: 60px;
}
#backtotop:after{
content: '';
width: 1px;
height: 1px;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 0;
visibility: hidden;
background: #06163a;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
#backtotop:hover{
color: #FFF;
}
#backtotop:hover:after{
opacity: 1;
visibility: visible;
width: 100%;
height: 100%;
} .color_settings {
position: fixed;
backface-visibility: hidden;
left: -240px;
top: 25%;
width: 240px;
box-sizing: border-box;
padding: 25px 20px 20px;
z-index: 1000;
background: #fff;
box-shadow: 1px 0 3px rgba(0, 0, 0, 0.1);
-webkit-transition: left 0.3s ease-in-out;
-moz-transition: left 0.3s ease-in-out;
-ms-transition: left 0.3s ease-in-out;
-o-transition: left 0.3s ease-in-out;
transition: left 0.3s ease-in-out;
}
.color_settings .switch-btn {
width: 40px;
height: 40px;
background: #fff;
font-size: 18px;
color: #06163a;
border: none;
position: absolute;
line-height: .8;
padding: 11px 0;
top: 20px;
right: -40px;
box-shadow: -1px 0 2px rgba(0, 0, 0, 0.1) inset;
text-align: center;
}
.color_settings .color_preset button {
background: #fff;
border: none;
border-radius: 0;
height: 30px;
width: 50px;
display: block;
float: left;
margin: 5px;
outline: none;
}
.color_settings .color_preset button.active{
opacity: .2;
}
.color_settings .color_preset h4{
text-align: center;
font-size: 14px;
color: #06163a;
line-height: .8;
font-weight: 500;
text-transform: uppercase;
padding: 9px 0;
margin: 0 0 7px;
border: 2px solid #f5f6fa;
}
.color_settings .switch-btn.active,
.color_settings .switch-btn:hover{
color: #ff5e14;
}
.fixedHeader {
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 999;
border: none;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.logged-in .fixedHeader{
top: 30px;
} .featured_post{
background: rgba(255, 94, 20, .15);
padding: 0 30px 30px;
}
.featured_post .sb_footer{
border-color: rgba(255, 94, 20, .2);
}
.featured_post.noPostThumbs{
padding-top: 30px;
}
.singleBlog .sb_cats a{
margin-bottom: 0;
}
.post1Col{
margin-bottom: 75px;
}
.post1Col .sbDetails h4{
font-size: 30px;
line-height: 42px;
margin-bottom: 14px;
}
.big_post_desc{
font-size: 16px;
line-height: 28px;
}
.postAudios{
position: relative;
margin-bottom: 41px;
}
.postAudios iframe{
display: block;
border: none;
width: 100%;
height: 250px;
}
.postVideos{
position: relative;
margin-bottom: 41px;
}
.postVideos iframe{
display: block;
border: none;
width: 100%;
height: 400px;
}
.folioNoGapping{
padding: 0 !important;
}
.folioNoGapping > div{
margin: 0 !important;
}
.mt55{
margin-top: 55px;
}
.mb30{
margin-bottom: 30px;
}
.teamSection .navigation.pagination{
margin-bottom: 60px;
}
.industingnothingfound{
position: relative;
width: 100%;
}
.industingnothingfound .page-header {
position: relative;
font-size: 28px;
line-height: .7;
color: #06163a;
text-transform: capitalize;
margin: 0 0 23px;
}
.industingnothingfound .page-header h1{
line-height: .7;
margin: 0;
}
.industingnothingfound .page-content p{
margin: 0 0 30px;
}
.industingnothingfound .page-content form{
position: relative;
}
.industingnothingfound .page-content input[type="search"] {
width: 100%;
height: 60px;
background: #f9f7ff;
border-radius: 60px;
border: none;
outline: none;
font-size: 12px;
color: #797e97;
padding-left: 30px;
padding-right: 60px;
}
.industingnothingfound .page-content button {
height: 60px;
width: 60px;
border-radius: 50%;
color: #FFF;
text-align: center;
background: #ff5e14;
position: absolute;
right: 0;
top: 0;
border: none;
font-size: 14px;
line-height: 60px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.industingnothingfound .page-content button:hover {
color: #ff5e14;
background: #06163a;
}
.single_list_product{
position: relative;
box-shadow: 0 0px 2px rgba(0, 0, 0, 0.05);
border: 1px solid #eaeaea;
margin-bottom: 30px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.slp_img{
position: relative;
padding: 30px;
}
.inSidebarView .slp_img{
padding: 15px;
}
.slp_img img{
width: 100%;
height: auto;
}
.slp_desc{
position: relative;
padding: 0 30px 0 0;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
.slp_title {
font-size: 26px;
line-height: 36px;
color: #06163a;
letter-spacing: 0;
font-weight: 600;
margin-bottom: 16px;
}
.inSidebarView .slp_title{
font-size: 22px;
line-height: 32px;
margin-bottom: 12px;
}
.slp_title a{
color: inherit;
}
.slp_title a:hover{
color: #ff5e14;
}
.slp_price {
font-size: 14px;
color: #06163a;
font-weight: 500;
letter-spacing: 2px;
margin-bottom: 20px;
}
.inSidebarView .slp_price{
margin-bottom: 15px;
}
.slp_price .price {
display: inline-block;
float: left;
min-width: 205px;
}
.slp_price del {
color: #959ba9;
margin-right: 10px;
}
.slp_price ins {
text-decoration: none;
}
.slp_price .star-rating{
display: inline-block;
float: left;
margin: 5px 0 0 0;
}
.woocommerce .slp_price .star-rating span{
left: 0;
}
.slp_content{
position: relative;
margin: 0 0 35px;
}
.inSidebarView .slp_content{
margin-bottom: 20px;
}
.slp_content p{
font-size: 14px;
line-height: 26px;
color: #788892;
margin: 0;
}
.slp_btn{
position: relative;
}
.slp_btn a {
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
text-transform: uppercase;
display: inline-block;
margin-right: 26px;
color: #06163a;
}
.woocommerce .slp_btn a.button {
font-size: 14px;
font-weight: 500;
letter-spacing: 0;
text-transform: uppercase;
display: inline-block;
margin-right: 0;
color: #06163a;
background: transparent;
padding: 0;
line-height: inherit;
border-radius: 0;
}
.slp_btn a i {
color: #ff5e14;
margin-right: 8px;
}
.slp_btn a:hover, .woocommerce .slp_btn a.button:hover {
color: #ff5e14;
}
.single_list_product:hover{
box-shadow: 0 13px 29px 0 rgba(0, 0, 0, 0.13);
}
.single_list_product .lavel{
right: auto;
left: 0;
text-align: left;
top: 38px;
}
.hideNow{
display: none;
}
.inLeftAlign{
right: auto;
left: -15px;
text-align: left;
}
.details_price .price{
margin: 0;
color: #06163a !important;
font-size: inherit !important;
}
.details_price .price span{
font-size: 20px;
font-weight: 700;
letter-spacing: 2px;
color: #06163a;
}
.details_price del{
opacity: 1;
}
.text_meta{
text-transform: capitalize;
}
.details_price .price del span{
color: #999999;
}
.details_price .price ins{
text-decoration: none;
}
.product_decp .proExcerpt{
font-size: 14px;
margin: 0 0 41px;
}
.product_decp .star-rating{
float: left;
margin: 0;
}
.woocommerce div.product_decp select{
width: 100%;
height: 50px;
border: 2px solid #eaeaea;
border-radius: 0;
font-size: 14px;
line-height: 26px;
color: #959ba9;
font-weight: 400;
letter-spacing: 0;
padding: 0 15px;
max-width: 100% !important;
min-width: 100% !important;
margin: 0 !important;
}
.woocommerce div.product_decp .reset_variations{
text-indent: -9999px;
position: absolute;
right: 0;
top: 0;
}
.woocommerce div.product_decp .reset_variations:before{
text-align: right;
font-family: "themewar";
content: "\fa89";
font-size: 24px;
color: #06163a;
position: absolute;
right: 0;
top: -1px;
line-height: .8;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce div.product_decp .reset_variations:hover:before{
color: #ff5e14;
}
.woocommerce div.product_decp form.cart .variations{
margin-bottom: 31px;
border-bottom: 1px solid #eaeaea;
padding-bottom: 31px;
}
.woocommerce div.product_decp form.cart .woocommerce-variation-availability p{
display: none;
}
.woocommerce div.product_decp form.cart .woocommerce-variation-price{
margin: -5px 10px 31px 0;
border-bottom: 1px solid #eaeaea;
padding-bottom: 22px;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce div.product_decp form.cart .woocommerce-variation-price span.price{
font-size: 20px;
font-weight: 700;
letter-spacing: 2px;
color: #06163a;
}
.productTabContent{
position: relative;
}
.productTabContent .commentlist{
position: relative;
padding: 0;
border-bottom: 1px solid #eaeaea;
margin-bottom: 34px !important;
}
.productTabContent .comment-reply-title{
font-size: 26px;
line-height: 30px;
text-transform: capitalize;
color: #06163a;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 600;
letter-spacing: -.78px;
display: block;
margin: 0 0 27px;
}
.productTabContent .comment-form{
position: relative;
background: #f8f6ff;
padding: 50px;
}
.productTabContent .comment-form .comment-form-cookies-consent label::before{
top: 12px;
}
.productTabContent .comment-form input[type="text"], 
.productTabContent .comment-form input[type="email"], 
.productTabContent .comment-form textarea {
background: #FFF;
border: none;
border-radius: 0;
padding: 0 50px 0 30px;
height: 60px;
width: 100%;
display: block;
font-size: 14px;
line-height: 24px;
color: #9fa3b8;
}
.productTabContent .comment-form textarea {
height: 150px !important;
resize: none;
padding-top: 18px;
padding-bottom: 18px;
}
.productTabContent .comment-form input[type="text"]::-moz-placeholder, 
.productTabContent .comment-form input[type="email"]::-moz-placeholder, 
.productTabContent .comment-form textarea::-moz-placeholder 
.cfItem textarea::-moz-placeholder{
color: #9fa3b8 !important;
opacity: 1 !important;
}
.productTabContent .comment-form input[type="text"]::-ms-input-placeholder, 
.productTabContent .comment-form input[type="email"]::-ms-input-placeholder, 
.productTabContent .comment-form textarea::-ms-input-placeholder{
color: #9fa3b8 !important;
opacity: 1 !important;
}
.productTabContent .comment-form input[type="text"]::-webkit-input-placeholder, 
.productTabContent .comment-form input[type="email"]::-webkit-input-placeholder, 
.productTabContent .comment-form textarea::-webkit-input-placeholder{
color: #9fa3b8 !important;
opacity: 1 !important;
}
.woocommerce .productTabContent #respond input#submit {
height: 60px;
color: #FFF;
text-transform: uppercase;
background: #ff5e14;
border-radius: 60px;
font-size: 14px;
letter-spacing: 1.4px;
font-weight: 500;
line-height: .8;
border: none;
padding: 0 45px;
text-align: center;
margin-top: 10px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce .productTabContent #respond input#submit:hover {
color: #ff5e14;
background: #06163a;
}
.productTabContent .comment-form .comment-form-rating{
margin: 0 0 0;
font-size: 14px;
color: #959ba9;
letter-spacing: 0;
font-weight: 400;
margin: 0 0 10px; 
}
.productTabContent .comment-form p{
font-size: 14px;
color: #959ba9;
letter-spacing: 0;
font-weight: 400;
}
.productTabContent .comment-form .comment-form-rating .stars{
margin: 0;
}
.relatedProductSlider .lavel{
right: 15px;
}
.relatedProductSlider .product_price .price,
.relatedProductSlider .product_price .price span {
font-size: 14px !important;
color: #06163a !important;
font-weight: 500 !important;
letter-spacing: 2px;
margin-bottom: 29px;
}
.productPassWords{
position: relative;
}
.productPassWords label{
position: relative;
width: 100%;
font-size: 14px;
font-weight: 500;
color: #06163a;
}
.productPassWords input[type="password"] {
width: 100%;
height: 60px;
background: #f9f7ff;
border-radius: 60px;
border: none;
outline: none;
font-size: 12px;
color: #797e97;
padding-left: 30px;
padding-right: 60px;
margin-top: 10px;
}
.productPassWords input[type="submit"] {
height: 60px;
width: 60px;
border-radius: 50%;
color: #FFF;
text-align: center;
background: #ff5e14;
position: absolute;
right: 0;
bottom: 25px;
border: none;
font-size: 14px;
line-height: 60px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.productPassWords input[type="submit"]:hover{
color: #ff5e14;
background: #06163a;
}
.woocommerce .sidebar_2 .widget .product_list_widget{
position: relative;
margin-bottom: 30px;
}
.woocommerce .sidebar_2 .widget .product_list_widget img {
margin: 0 15px 0 0px;
float: left;
width: 75px;
height: 75px;
border: 1px solid #eaeaea;
}
.woocommerce .sidebar_2 .widget .product_list_widget a {
font-size: 16px;
line-height: 20px;
color: #06163a;
letter-spacing: 0;
margin: 1px 0 15px;
position: relative;
float: none;
text-align: left;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 600;
}
.woocommerce .sidebar_2 .widget .product_list_widget a:hover{
color: #ff5e14;
}
.woocommerce .sidebar_2 .widget .star-rating{
height: 10px;
width: 55px;
margin-top: 1px;
}
.woocommerce .sidebar_2 .widget .star-rating::before{
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/rating_1_1.png) no-repeat left center;
}
.woocommerce .sidebar_2 .widget .star-rating span{
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/rating_r_1.png) no-repeat left center;
}
.woocommerce .sidebar_2 .widget .product_list_widget .reviewer,
.woocommerce .sidebar_2 .widget .product_list_widget .amount {
font-size: 12px;
font-weight: 500;
letter-spacing: .5px;
color: #06163a;
margin: 9px 0 0 5px;
text-transform: capitalize;
line-height: 14px;
}
.woocommerce .sidebar_2 .widget .product_list_widget .star-rating{
position: absolute;
right: 0;
}
.woocommerce .sidebar_2 .widget .product_list_widget .amount:nth-child(1){
margin-left: 0;
}
.woocommerce .sidebar_2 .widget .product_list_widget .reviewer{
float: left;
margin-left: 0;
}
.woocommerce .sidebar_2 .widget.widget_recent_reviews .product_list_widget .reviewer{
color: #788892;
font-weight: 400;
}
.woocommerce .sidebar_2 .widget.widget_recent_reviews .product_list_widget .star-rating{
position: relative;
right: auto;
}
.woocommerce .sidebar_2 .widget.widget_recent_reviews .product_list_widget a{
margin: -3px 0 6px;
}
.woocommerce .sidebar_2 .widget .wd_price{
float: left;
text-align: left;
}
.woocommerce .sidebar_2 .widget .wd_price del{
margin-right: 8px;
color: #959ba9;
}
.woocommerce .sidebar_2 .widget .product_list_widget del .amount{
color: #959ba9;
}
.woocommerce .sidebar_2 .widget .wd_price ins{
text-decoration: none;
}
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover{
background-color: #ff5e14;
}
.woocommerce .sidebar_2 .widget.widget_rating_filter .star-rating {
height: 14px;
width: 77px;
margin-top: 2px;
float: left;
}
.woocommerce .sidebar_2 .widget.widget_rating_filter .star-rating::before{
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/rating_1.png) no-repeat left center;
}
.woocommerce .sidebar_2 .widget.widget_rating_filter .star-rating span{
background: url(//msjsupply.com/wp-content/themes/industing/assets/images/rating.png) no-repeat left center;
}
.woocommerce .sidebar_2 .widget.widget_rating_filter a{
float: none;
text-align: right;
font-size: 14px;
line-height: 20px;
}
.woocommerce .sidebar_2 .widget.widget_rating_filter ul li{
padding: 16px 0 16px;
}
.ind_shop_pagi{
margin-top: 27px;
}
.woocommerce .ind_shop_pagi nav.woocommerce-pagination ul{
border: none;
margin: 0;
}
.woocommerce .ind_shop_pagi nav.woocommerce-pagination ul li{
border: none;
margin: 0 5px;
}
.woocommerce .ind_shop_pagi nav.woocommerce-pagination ul li a, 
.woocommerce .ind_shop_pagi nav.woocommerce-pagination ul li span.current,
.woocommerce .ind_shop_pagi nav.woocommerce-pagination ul li a{
background: #f8f8f8;
border-radius: 50%;
font-size: 14px;
color: #9fa7c5;
line-height: 70px;
text-align: center;
display: inline-block;
font-weight: 500;
padding: 0 0;
}
.woocommerce .ind_shop_pagi nav.woocommerce-pagination ul li a:focus, 
.woocommerce .ind_shop_pagi nav.woocommerce-pagination ul li a:hover,
.woocommerce .ind_shop_pagi nav.woocommerce-pagination ul li span.current{
background: #ff5e14;
color: #FFF;
}
.woocommerce-error,
.woocommerce-message{
border-top-color: #ff5e14;
font-size: 14px;
line-height: 26px;
color: #959ba9;
font-weight: 400;
padding: 15px 45px;
}
.woocommerce-error a,
.woocommerce-message a{
height: 40px !important;
background: #ff5e14 !important;
font-size: 14px !important;
font-weight: 500 !important;
color: #fff !important;
text-align: center !important;
padding: 15px 23px !important;
line-height: .8;
border-radius: 0 !important;
text-transform: uppercase !important;
float: right;
}
.woocommerce-error a:hover,
.woocommerce-message a:hover{
background: #06163a !important;
color: #ff5e14 !important;
}
.woocommerce-message::before{
color: #ff5e14;
}
.woocommerce-error::before{
color: #db2b2b;
}
.woocommerce a.added_to_cart{
margin-right: 0;
margin-left: 4px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce .slp_btn a.add_to_cart_button.loading:after{
top: 0;
right: -25px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce a.button.added::after {
display: none;
}
.woocommerce a.added_to_cart{
text-indent: -9999px;
position: relative;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce a.added_to_cart::after {
margin-left: 15px;
color: #ff5e14;
content: "\f011";
position: absolute;
top: 5px;
left: 0;
text-indent: 0px;
z-index: 99;
font-family: 'themewar';
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce .single_product .add_to_cart_button.loading:after{
top: 0;
right: -25px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce .woocommerce-form-login-toggle{
margin-bottom: 30px;
margin-top: 0px;
}
.woocommerce-form-coupon-toggle{
margin-bottom: 0px;
margin-top: 0;
}
.woocommerce-info{
position: relative;
border-top-color: #ff5e14;
padding: 15px 45px;
margin: 0 0 0;
font-size: 14px;
color: #788892;
}
.woocommerce-info::before{
color: #ff5e14;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login,
.woocommerce .checkout_coupon.woocommerce-form-coupon{
padding: 21px 30px 10px;
border: 1px solid #eaeaea;
margin: 0;
border-radius: 0;
position: relative;
}
.woocommerce-info a:hover{
color: #06163a;
}
.woocommerce .checkout_coupon.woocommerce-form-coupon p{
font-size: 14px;
color: #788892;
margin: 0;
padding: 0;
width: 100%;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login p{
font-size: 14px;
color: #788892;
margin: 0;
padding: 0;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login p.lost_password{
padding: 10px 0;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login p.lost_password a:hover{
color: #06163a;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login label{
font-size: 14px;
color: #788892;
margin: 9px 0 8px;
padding: 0;
line-height: .8;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login input[type="text"],
.woocommerce .woocommerce-form.woocommerce-form-login.login input[type="password"] {
width: 100%;
height: 50px;
border: 1px solid #eaeaea;
margin: 11px 0 20px;
padding-left: 20px;
padding-right: 20px;
color: #959ba9;
font-weight: 400;
font-size: 14px;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login label.woocommerce-form-login__rememberme{
position: relative;
margin: 0 0 18px;
padding-left: 30px;
cursor: pointer;
width: 100%;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login label.woocommerce-form-login__rememberme input[type="checkbox"] {
display: none;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login label.woocommerce-form-login__rememberme::before {
background: transparent;
border: 2px solid #eaeaea;
content: "";
height: 15px;
left: 0;
position: absolute;
top: -4px;
width: 15px;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login input[type="checkbox"]:checked + span::after {
background: #ff5e14;
bottom: 0;
content: "";
height: 5px;
left: 5px;
margin: auto;
position: absolute;
top: -5px;
width: 5px;
}
.woocommerce .checkout_coupon.woocommerce-form-coupon input[type="text"] {
width: 100%;
height: 50px;
border: 1px solid #eaeaea;
margin: 11px 0 20px;
padding-left: 20px;
padding-right: 20px;
color: #959ba9;
font-weight: 400;
font-size: 14px;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login button[type="submit"] {
display: block;
height: 50px;
background: #ff5e14;
color: #FFF;
text-align: center;
padding: 21px 45px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
line-height: .8;
margin: 0;
border-radius: 0;
border: none;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce .checkout_coupon.woocommerce-form-coupon button[type="submit"] {
float: left;
height: 50px;
background: #ff5e14;
color: #FFF;
text-align: center;
padding: 21px 45px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
line-height: .8;
margin: 0;
border-radius: 0;
border: none;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
position: absolute;
right: 30px;
top: 58px;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login button[type="submit"]:hover,
.woocommerce .checkout_coupon.woocommerce-form-coupon button[type="submit"]:hover{
background: #06163a;
color: #ff5e14;
}
.woocommerce .checkout.woocommerce-checkout{
margin-top: 60px;
}
.woocommerce .checkout.woocommerce-checkout .form-row{
margin: 0 0 20px;
padding: 0;
}
.woocommerce .checkout.woocommerce-checkout .form-row .woocommerce-input-wrapper{
width: 100%;
}
.woocommerce .checkout.woocommerce-checkout .form-row .select2-container--default .select2-selection--single{
width: 100%;
height: 50px;
border: 1px solid #eaeaea;
margin: 0 0 2px;
padding-left: 19px;
padding-right: 19px;
color: #959ba9;
font-weight: 400;
font-size: 14px;
border-radius: 0;
line-height: 50px;
background-color: transparent;
}
.woocommerce .checkout.woocommerce-checkout .form-row .select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 50px;
font-size: 14px;
color: #959ba9;
box-shadow: none;
outline: none;
}
.woocommerce .checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
height: 50px;
width: 50px;
}
.woocommerce .checkout.woocommerce-checkout .form-row input,
.woocommerce .checkout.woocommerce-checkout .form-row .woocommerce-input-wrapper textarea,
.woocommerce .shipping_address input {
width: 100%;
height: 50px;
border: 1px solid #eaeaea;
margin: 0 0 0;
padding-left: 19px;
padding-right: 19px;
color: #959ba9;
font-weight: 400;
font-size: 14px;
}
.woocommerce .checkout.woocommerce-checkout .form-row .woocommerce-input-wrapper textarea{
height: 100px;
resize: none;
padding: 15px 19px;
}
.woocommerce .woocommerce-shipping-fields .form-row{
width: 100%;
}
.woocommerce .woocommerce-checkout #payment div.form-row{
width: 100%;
padding: 17px 0 0;
}
.woocommerce .woocommerce-checkout #payment div.form-row p a:hover{
color: #959ba9;
}
.woocommerce .woocommerce-checkout #payment div.form-row button{
height: 50px;
background: #ff5e14;
color: #FFF;
text-align: center;
padding: 21px 45px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
line-height: .8;
margin: 0;
border-radius: 0;
border: none;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce .woocommerce-checkout #payment div.form-row button:hover{
background: #06163a;
color: #ff5e14;
}
.cart-empty.woocommerce-info{
margin-bottom: 30px;
} .sidebar_2 .widget select{
width: 100%;
height: 50px;
border: 1px solid #e5e5e5;
border-radius: 50px;
font-size: 16px;
color: #788892;
background: transparent;
padding: 0 20px;
}
.sidebar_2 .widget.widget_categories label,
.sidebar_2 .widget.widget_archive label{
display: none;
}
.sidebar_2 .widget table{
width: 100%;
border: 1px solid #ebebeb;
}
.sidebar_2 .widget table caption {
font-size: 14px;
color: #06163a;
font-weight: 600;
line-height: .8;
caption-side: top;
padding: 16px 5px;
text-align: center;
border: 1px solid #ebebeb;
text-transform: uppercase;
letter-spacing: .75px;
}
.sidebar_2 .widget table thead tr th {
font-size: 14px;
color: #06163a;
font-weight: 700;
text-align: center;
border-bottom: 1px solid #ebebeb;
padding: 7px 2px;
border-right: 1px solid #ebebeb;
}
.sidebar_2 .widget table tbody tr td {
font-size: 14px;
color: #959ba9;
font-weight: 400;
text-align: center;
border-bottom: 1px solid #ebebeb;
border-right: 1px solid #ebebeb;
padding: 7px 2px;
}
.sidebar_2 .widget table tbody tr td a{
color: #06163a;
}
.sidebar_2 .widget table tfoot tr td a{
font-size: 16px;
color: #06163a;
font-weight: 500;
}
.sidebar_2 .widget table tfoot tr td#next a{
float: right;
padding-right: 15px;
}
.sidebar_2 .widget table tbody tr td a:hover,
.sidebar_2 .widget table tfoot tr td a:hover{
color: #e62b4a;
}
.sidebar_2 .widget table tfoot tr td{
padding: 5px 10px;
}
.sidebar_2 .widget ul ul.children{
padding: 18px 0 0;
}
.sidebar_2 .widget ul ul.children li:last-child,
.sidebar_2 .widget ul ul.children li{
border-top: 1px solid #eaeaea;
padding: 18px 0 18px;
border-bottom: none;
}
.sidebar_2 .widget ul ul.children li:last-child{
border-bottom: none;
padding-bottom: 0;
}
.sidebar_2 .widget.widget_pages ul ul.children{
padding-top: 28px;
}
.sidebar_2 .widget.widget_recent_comments ul li{
word-break: break-all;
text-align: left;
line-height: 28px;
padding: 10px 0;
}
.sidebar_2 .widget.widget_recent_comments ul li a{
float: none;
}
.sidebar_2 .widget.widget_rss ul li{
word-break: break-word;
text-align: left;
line-height: 24px;
padding: 15px 0 11px;
}
.sidebar_2 .widget.widget_rss ul li a{
float: none;
}
.sidebar_2 .widget.widget_rss ul li span.rss-date {
display: block;
text-transform: uppercase;
font-size: 12px;
margin: 0px 0 13px;
}
.sidebar_2 .widget.widget_rss ul li .rssSummary {
font-size: 14px;
margin: 0 0 12px;
}
.sidebar_2 .widget.widget_rss ul li cite{
color: #06163a;
font-weight: 400;
font-size: 13px;
}
.sidebar_2 .widget.widget_text p{
margin: 0;
}
.sidebar_2 .widget.widget_text img {
max-width: 100%;
height: auto;
margin: 10px 0;
}
.sidebar_2 .widget.widget_nav_menu ul ul.sub-menu {
padding-top: 27px;
}
.sidebar_2 .widget.widget_nav_menu ul ul.sub-menu li {
padding-top: 18px;
border-top: 1px solid #eaeaea;
border-bottom: none;
}
.sidebar_2 .widget.widget_nav_menu ul ul.sub-menu a,
.sidebar_2 .widget ul ul.children li a{
padding-left: 15px;
}
.industing_page_links{
margin: 15px 0 0;
}
.industing_page_links strong{
margin-right: 10px;
color: #06163a;
}
.industing_page_links .current,
.industing_page_links a span{
display: inline-block;
width: 30px;
height: 30px;
border-radius: 50%;
background: #f8f8f8;
color: #9fa7c5;
text-align: center;
line-height: .8;
font-size: 13px;
padding: 10px 0;
margin: 0 2px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
}
.industing_page_links .current,
.industing_page_links a span:hover{
background: #ff5e14;
color: #fff;
}
.newsDetails .nd_content .post-password-form{
width: 300px;
position: relative;
}
.newsDetails .nd_content input[type="password"] {
width: 100%;
height: 60px;
background: #f9f7ff;
border-radius: 60px;
border: none;
outline: none;
font-size: 12px;
color: #797e97;
padding-left: 30px;
padding-right: 60px;
margin-top: 10px;
}
.newsDetails .nd_content input[type="submit"] {
height: 60px;
width: 60px;
border-radius: 50%;
color: #FFF;
text-align: center;
background: #ff5e14;
position: absolute;
right: 0;
bottom: 9px;
border: none;
font-size: 14px;
line-height: 60px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.newsDetails .nd_content input[type="submit"]:hover{
color: #ff5e14;
background: #06163a;
}
.ndcContent ol,
.ndcContent ul,
.nd_content ol,
.nd_content ul{
margin: 15px 0 24px 20px;
padding: 0;
}
.ndcContent ol ol,
.ndcContent ul ul,
.nd_content ol ol,
.nd_content ul ul{
margin-top: 5px;
margin-bottom: 0;
}
.ndcContent ol li,
.ndcContent ul li,
.nd_content ol li,
.nd_content ul li{
list-style-position: inside;
list-style: unset;
margin-bottom: 5px;
}
.ndcContent ol li,
.ndcContent ul li{
display: list-item;
}
.ndcContent table,
.nd_content table {
width: 100%;
margin: 23px 0 38px;
}
.ndcContent table tbody tr th,
.nd_content table thead tr th,
.nd_content table tbody tr th {
font-weight: 500;
font-size: 14px;
color: #06163a;
padding: 5px 15px;
border: 1px solid #eaeaea;
}
.ndcContent table tbody tr td,
.nd_content table tbody tr th,
.nd_content table tbody tr td {
border: 1px solid #eaeaea;
color: #7e889b;
padding: 5px 15px;
line-height: 24px;
font-weight: 400;
}
.ndcContent table tbody tr td a,
.nd_content table tbody tr th a,
.nd_content table tbody tr td a{
color: #7e889b;
font-weight: 500;
}
.ndcContent table tbody tr td a:hover,
.nd_content table tbody tr th a:hover,
.nd_content table tbody tr td a:hover{
color: #ff5e14;
}
.ndcContent pre,
.nd_content pre {
background: #eaeaea;
font-size: 14px;
line-height: 26px;
color: #959ba9;
height: 250px;
overflow-y: scroll;
padding: 15px 15px;
margin-bottom: 26px;
}
.ndcContent p strong,
.nd_content p strong{
color: #06163a;
}
.ndcContent p a,
.nd_content p a{
color: #ff5e14;
}
.ndcContent p a,
.nd_content p a:hover{
color: #06163a;
}
.ndcContent p img,
.nd_content p img{
max-width: 100%;
width: auto;
height: auto;
}
.ndcContent dt,
.nd_content dt{
color: #06163a;
margin-bottom: 5px;
margin-top: 17px;
}
.nd_content p img.aligncenter{
margin: 0 auto;
text-align: center;
display: block;
}
.nd_content p img.alignleft {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.nd_content p img.alignright {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}
.nd_content div.aligncenter {
margin: 0 auto;
max-width: 100%;
}
.nd_content div.alignnone img,
.nd_content div.aligncenter img{
max-width: 100%;
height: auto;
margin-bottom: 20px;
}
.nd_content div.alignleft{
float: left;
margin-right: 10px;
}
.nd_content div.alignright{
float: right;
margin-left: 10px;
max-width: 100%;
}
.nd_content div.alignnone{
margin: 0 auto;
max-width: 100%;
}
.nd_content div.alignright img,
.nd_content div.alignleft img{
margin-bottom: 10px;
height: auto;
max-width: 100%;
}
blockquote code{
color: #ff5e14;
}
.ndcContent code,
.nd_content code{
color: #ff5e14;
font-size: 14px;
margin: 14px 0 -5px;
display: block;
padding-bottom: 0;
}
.ndComment.pingbackcomments{
padding-left: 0;
}
.nd_content #gallery-1 img{
margin-bottom: 10px;
}
.nd_content iframe{
max-width: 100%;
max-height: 300px;
}
.woocommerce-thankyou-order-received{
background: #f8f7ff;
margin: 0 0 30px;
padding: 15px 15px;
line-height: 1.5;
}
.woocommerce ul.order_details{
padding: 0;
margin: 0 0 50px;
display: flex;
justify-content: flex-start;
}
.woocommerce ul.order_details li{
text-transform: uppercase;
font-weight: 400;
color: #959ba9;
font-size: 14px;
border: none;
background: #f8f7ff;
text-align: left;
margin: 0 0 2px;
padding: 40px 30px 38px;
width: 20%;
border-left: 2px solid #fff;
}
.woocommerce ul.order_details li:first-child{
border-left: none;
}.woocommerce ul.order_details li:last-of-type{
border-left: 2px solid #fff;
}
.woocommerce ul.order_details li strong{
font-family: 'Barlow Condensed', sans-serif;
font-weight: 600;
font-size: 16px;
color: #06163a;
line-height: 1.2;
display: block;
margin: 7px 0 0;
}
.woocommerce-order-details .comonTitle{
margin-bottom: 30px;
}
.woocommerce table.shop_table.ind_od{
border: none;
border-collapse: collapse;
}
.woocommerce table.shop_table.ind_od thead tr th {
font-size: 18px;
font-weight: 600;
color: #06163a;
text-transform: uppercase;
background: #f8f7ff;
padding: 17px 15px 18px;
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
border: none;
}
.woocommerce table.shop_table.ind_od tbody tr td{
font-size: 15px;
color: #959ba9;
line-height: .7;
text-transform: capitalize;
letter-spacing: .3px;
font-weight: 400;
margin: 0 0 0 2px;
border-top: none; 
border-bottom: thin solid #eaeaea;
padding: 15px 15px;
}
.woocommerce table.shop_table.ind_od tbody tr td.product-total{
width: 40%;
}
.woocommerce table.shop_table.ind_od tbody tr td a{
font-size: 18px;
color: #959ba9;
line-height: 22px;
font-weight: 400;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce table.shop_table.ind_od tbody tr td a:hover{
color: #ff5e14;
}
.woocommerce table.shop_table.ind_od tbody tr td.product-name strong{
font-size: 18px;
color: #959ba9;
line-height: 22px;
font-weight: 400;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce table.shop_table.ind_od tbody tr td .amount{
font-size: 18px;
font-weight: 600;
letter-spacing: 2px;
color: #959ba9;
line-height: 22px;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce table.shop_table.ind_od tfoot tr th{
padding: 20px 15px;
font-size: 18px;
color: #06163a;
line-height: .8;
text-transform: capitalize;
letter-spacing: 0;
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
border-top: none; 
border-bottom: thin solid #eaeaea;
}
.woocommerce table.shop_table.ind_od tfoot tr .amount{
font-size: 18px;
font-weight: 600;
letter-spacing: 2px;
color: #06163a;
line-height: 22px;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce table.shop_table.ind_od tfoot tr td{
font-size: 15px;
color: #959ba9;
line-height: 1.5;
text-transform: capitalize;
letter-spacing: .3px;
font-weight: 400;
margin: 0 0 0 2px;
border-top: none; 
border-bottom: thin solid #eaeaea;
}
.woocommerce section.woocommerce-order-details{
margin-bottom: 50px;
}
.comonTitle.mb30{
margin-bottom: 30px;
}
.woocommerce .woocommerce-customer-details address{
border: none;
border-radius: 0;
background: #f8f7ff;
padding: 30px 35px;
line-height: 2;
}
.woocommerce-account .woocommerce-MyAccount-content{
float: none;
width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
float: none;
width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
margin: 0;
padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
list-style: none;
display: block;
border-bottom: 2px solid #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
display: block;
background: #f8f7ff;
font-size: 14px;
line-height: .8;
color: #6c768e;
padding: 21px 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before{
content: '\ef55';
font-family: themewar;
display: inline-block;
position: relative;
font-size: 12px;
margin-right: 8px;
transition: margin-right ease 300ms;
-moz-transition: margin-right ease 300ms;
-webkit-transition: margin-right ease 300ms;
-ms-transition: margin-right ease 300ms;
-o-transition: margin-right ease 300ms;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover, 
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
background: #ff5e14;
color: #FFF;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before, 
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before{
margin-right: 12px;
}
.woocommerce-account .woocommerce-MyAccount-content p strong{
color: #06163a;
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover{
color: #06163a;
}
.woocommerce table.shop_table.my_account_orders.account-orders-table{
border: none;
border-collapse: collapse;
}
.woocommerce table.shop_table.my_account_orders.account-orders-table thead tr th{
font-size: 18px;
font-weight: 600;
color: #06163a;
text-transform: uppercase;
background: #f8f7ff;
padding: 17px 15px 18px;
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
border: none;
}
.woocommerce table.shop_table.my_account_orders.account-orders-table tbody tr td{
font-size: 15px;
color: #959ba9;
line-height: .7;
text-transform: capitalize;
letter-spacing: .3px;
font-weight: 400;
margin: 0 0 0 2px;
border-top: none; 
border-bottom: thin solid #eaeaea;
padding: 15px 15px;
}
.woocommerce table.shop_table.my_account_orders.account-orders-table td .amount{
font-size: 18px;
font-weight: 600;
letter-spacing: 2px;
color: #06163a;
line-height: 22px;
font-family: 'Barlow Condensed', sans-serif;
}
.woocommerce table.shop_table.my_account_orders.account-orders-table td a:hover{
color: #06163a;
}
.woocommerce table.shop_table.my_account_orders.account-orders-table td a.button{
color: #FFF;
background: #ff5e14;
border: none;
border-radius: 0;
font-weight: 500;
text-transform: uppercase;
font-size: 12px;
padding: 8px 15px;
letter-spacing: .75px;
}
.woocommerce table.shop_table.my_account_orders.account-orders-table td a.button:hover{
background: #06163a;
color: #FFF;
}
.woocommerce-MyAccount-content .woocommerce-order-details{
margin-top: 30px;
}
.woocommerce-MyAccount-content mark{
color: #06163a;
padding-left: 5px;
padding-right: 5px;
}
.woocommerce .myAccountPage .woocommerce-MyAccount-content .woocommerce-info .button{
color: #FFF;
background: #ff5e14;
border: none;
border-radius: 0;
font-weight: 500;
text-transform: uppercase;
font-size: 12px;
padding: 15px 18px;
letter-spacing: .75px;
}
.woocommerce .myAccountPage .woocommerce-MyAccount-content .woocommerce-info .button:hover{
background: #06163a;
color: #FFF;
}
.woocommerce .myAccountPage table.shop_table.order_details{
border-radius: 0;
margin: 0;
padding: 0;
border: none;
border-collapse: collapse;
}
.woocommerce .myAccountPage table.shop_table.order_details thead tr th{
font-size: 18px;
font-weight: 600;
color: #06163a;
text-transform: uppercase;
background: #f8f7ff;
padding: 9px 15px 10px;
font-weight: 600;
font-family: 'Barlow Condensed', sans-serif;
border: none;
}
.woocommerce .myAccountPage table.shop_table.order_details tbody tr td{
font-size: 15px;
color: #959ba9;
line-height: .7;
text-transform: capitalize;
letter-spacing: .3px;
font-weight: 400;
margin: 0 0 0 2px;
border-top: none; 
border-bottom: thin solid #eaeaea;
padding: 15px 15px;
}
.woocommerce .myAccountPage table.shop_table.order_details tbody tr td a{
color: inherit;
}
.woocommerce .myAccountPage table.shop_table.order_details tbody tr td a:hover{
color: #ff5e14;
}
.woocommerce .myAccountPage table.shop_table.order_details tbody tr td .button{
color: #FFF;
background: #ff5e14;
border: none;
border-radius: 0;
font-weight: 500;
text-transform: uppercase;
font-size: 12px;
padding: 8px 15px;
letter-spacing: .75px;
}
.woocommerce .myAccountPage table.shop_table.order_details tbody tr td .button:hover{
background: #06163a;
color: #FFF;
}
.woocommerce .myAccountPage .edit-account{
position: relative;
width: 100%;
}
.woocommerce .myAccountPage .edit-account .form-row{
margin: 0 0 20px;
padding: 0;
}
.woocommerce .myAccountPage .edit-account .form-row input {
width: 100%;
height: 50px;
border: 1px solid #eaeaea;
margin: 0;
padding: 0 20px;
color: #959ba9;
font-weight: 400;
font-size: 14px;
}
.woocommerce .myAccountPage .edit-account .form-row input::-moz-placeholder{
color: #9fa3b8 !important;
opacity: 1 !important;
}
.woocommerce .myAccountPage .edit-account .form-row input::-ms-input-placeholder{
color: #9fa3b8 !important;
opacity: 1 !important;
}
.woocommerce .myAccountPage .edit-account .form-row input::-webkit-input-placeholder{
color: #9fa3b8 !important;
opacity: 1 !important;
}
.woocommerce .myAccountPage .edit-account .form-row span em{
font-size: 12px;
color: #788892;
padding: 0;
display: block;
line-height: 22px;
}
.woocommerce .myAccountPage .edit-account fieldset{
margin-top: 44px;
}
.woocommerce .myAccountPage .edit-account .button {
display: block;
height: 50px;
background: #ff5e14;
color: #FFF;
text-align: center;
padding: 21px 45px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
line-height: .8;
margin: 0;
border-radius: 0;
border: none;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce .myAccountPage .woocommerce-Address .woocommerce-Address-title{
position: relative;
margin: 0 0 24px;
}
.woocommerce .myAccountPage .woocommerce-Address .woocommerce-Address-title .comonTitle{
margin: 7px 0 0;
}
.woocommerce .myAccountPage .woocommerce-Address .edit{
color: #FFF;
background: #ff5e14;
border: none;
border-radius: 0;
font-weight: 500;
text-transform: uppercase;
font-size: 12px;
padding: 10px 15px;
letter-spacing: .75px;
line-height: .9;
margin-bottom: 0;
display: inline-block;
}
.woocommerce .myAccountPage .woocommerce-Address .edit:hover,
.woocommerce .myAccountPage .edit-account .button:hover{
background: #06163a;
color: #FFF;
}
.woocommerce .myAccountPage .woocommerce-Address address{
border: none;
border-radius: 0;
background: #f8f7ff;
padding: 30px 35px;
line-height: 2;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .form-row{
margin: 0 0 20px;
padding: 0;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .form-row label{
display: block;
font-family: 'Barlow Condensed', sans-serif;
font-weight: 600;
color: #06163a;
font-size: 14px;
line-height: .8;
margin: 0 0 10px;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .form-row input {
width: 100%;
height: 50px;
border: 1px solid #eaeaea;
margin: 0;
padding: 0 20px;
color: #959ba9;
font-weight: 400;
font-size: 14px;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .form-row input::-moz-placeholder{
color: #9fa3b8 !important;
opacity: 1 !important;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .form-row input::-ms-input-placeholder{
color: #9fa3b8 !important;
opacity: 1 !important;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .form-row input::-webkit-input-placeholder{
color: #9fa3b8 !important;
opacity: 1 !important;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .form-row span{
width: 100%;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single{
width: 100%;
border: 1px solid #eaeaea;
margin: 0;
height: 50px;
padding: 0 20px;
color: #959ba9;
font-weight: 400;
font-size: 14px;
border-radius: 0;
outline: none;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single .select2-selection__rendered{
height: 50px;
font-size: 14px;
color: #959ba9;
font-weight: 400;
padding: 0;
line-height: 50px;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single .select2-selection__arrow{
height: 50px;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b{
left: auto;
right: 20px;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .button {
display: block;
height: 50px;
background: #ff5e14;
color: #FFF;
text-align: center;
padding: 21px 45px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
line-height: .8;
margin: 0;
border-radius: 0;
border: none;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .button:hover{
background: #06163a;
color: #FFF;
}
.woocommerce .woocommerce-form.woocommerce-form-register.register label,
.woocommerce .woocommerce-form.woocommerce-form-login.login label{
font-family: 'Barlow Condensed', sans-serif;
font-weight: 600;
color: #06163a;
margin: 0 0 10px;
line-height: .8;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login input{
margin: 0 0 20px !important;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login label.woocommerce-form-login__rememberme::before{
top: -2px;
}
.woocommerce .woocommerce-form.woocommerce-form-login.login input[type="checkbox"]:checked + span::after{
top: -1px;
}
.woocommerce .woocommerce-form.woocommerce-form-register.register{
padding: 21px 30px 24px;
border: 1px solid #eaeaea;
margin: 0;
border-radius: 0;
position: relative;
}
.woocommerce .woocommerce-form.woocommerce-form-register.register input {
width: 100%;
height: 50px;
border: 1px solid #eaeaea;
margin: 0 0 4px;
padding-left: 20px;
padding-right: 20px;
color: #959ba9;
font-weight: 400;
font-size: 14px;
}
.woocommerce .woocommerce-form.woocommerce-form-register.register p{
font-size: 14px;
line-height: 26px;
color: #959ba9;
margin: 0 0 7px;
padding: 0;
}
.woocommerce .woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text a:hover{
color: #06163a;
}
.woocommerce .woocommerce-form.woocommerce-form-register.register .button {
display: block;
height: 50px;
background: #ff5e14;
color: #FFF;
text-align: center;
padding: 21px 45px;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
line-height: .8;
margin: 5px 0 0;
border-radius: 0;
border: none;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce .woocommerce-form.woocommerce-form-register.register .button:hover{
background: #06163a;
color: #FFF;
}
.woocommerce .shopSections .lost_reset_password{
padding: 21px 30px 24px;
border: 1px solid #eaeaea;
margin: 0;
border-radius: 0;
position: relative;
}
.woocommerce .shopSections .lost_reset_password p{
font-size: 14px;
line-height: 26px;
color: #959ba9;
margin: 0 0 8px;
padding: 0;
}
.woocommerce .shopSections .lost_reset_password p label{
font-family: 'Barlow Condensed', sans-serif;
font-weight: 600;
color: #06163a;
margin: 0 0 10px;
line-height: .8;
}
.woocommerce .shopSections .lost_reset_password input {
width: 100%;
height: 50px;
border: 1px solid #eaeaea;
margin: 0 0 0px;
padding-left: 20px;
padding-right: 20px;
color: #959ba9;
font-weight: 400;
font-size: 14px;
}
.woocommerce section.woocommerce-order-details .order-again .button,
.woocommerce .shopSections .lost_reset_password .button {
display: block;
height: 50px;
background: #ff5e14;
color: #FFF;
text-align: center;
padding: 21px 45px;
font-size: 14px;
font-weight: 500;
display: inline-block;
text-transform: uppercase;
letter-spacing: 0;
line-height: .8;
margin: 14px 0 0;
border-radius: 0;
border: none;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.woocommerce section.woocommerce-order-details .order-again .button:hover,
.woocommerce .shopSections .lost_reset_password .button:hover{
background: #06163a;
color: #FFF;
}
.woocommerce .shopSections.emptyCartPage .woocommerce-notices-wrapper{
margin-bottom: 20px;
}
.ind_btn.slider_btn{
position: relative !important;
font-size: 14px !important;
font-weight: 500 !important;
text-transform: uppercase !important;
letter-spacing: 0 !important;
background: transparent !important;
display: inline-block !important;
color: #FFF !important;
height: 60px !important;
min-width: 200px !important;
padding: 25px 25px !important;
text-align: center !important;
line-height: .9 !important;
}
.ind_btn.slider_btn:hover{
color: #ff5e14 !important;
transition: all ease 300ms !important;
-moz-transition: all ease 300ms !important;
-webkit-transition: all ease 300ms !important;
-ms-transition: all ease 300ms !important;
-o-transition: all ease 300ms !important;
} .nd_content .wp-block-cover {
margin-bottom: 30px !important;
}
.wp-block-button{
margin-bottom: 15px;
}
.wp-block-quote.is-style-large{
padding: 25px 40px 32px 102px;
} .footer_01 .screen-reader-text{
display: none;
}
.footer_01 select{
height: 50px;
width: 100%;
border: none;
background: #0f1f45;
border-radius: 0;
color: #bfbfcb;
font-size: 14px;
letter-spacing: 0;
padding: 0 15px;
}
.footer_01 .widget table{
width: 100%;
border: 1px solid #0f1f45;
}
.footer_01 .widget table caption {
font-size: 14px;
color: #FFF;
font-weight: 600;
line-height: .8;
caption-side: top;
padding: 16px 5px;
text-align: center;
border: 1px solid #0f1f45;
text-transform: uppercase;
letter-spacing: .75px;
}
.footer_01 .widget table thead tr th {
font-size: 14px;
color: #bfbfcb;
font-weight: 700;
text-align: center;
border-bottom: 1px solid #0f1f45;
padding: 7px 2px;
border-right: 1px solid #0f1f45;
}
.footer_01 .widget table tbody tr td {
font-size: 14px;
color: #bfbfcb;
font-weight: 400;
text-align: center;
border-bottom: 1px solid #0f1f45;
border-right: 1px solid #0f1f45;
padding: 7px 2px;
}
.footer_01 .widget table tbody tr td a{
color: #bfbfcb;
}
.footer_01 .widget table tfoot tr td a{
font-size: 16px;
color: #bfbfcb;
font-weight: 500;
}
.footer_01 .widget table tfoot tr td#next a{
float: right;
padding-right: 15px;
}
.footer_01 .widget table tbody tr td a:hover,
.footer_01 .widget table tfoot tr td a:hover{
color: #ff5e14;
}
.footer_01 .widget table tfoot tr td{
padding: 5px 10px;
}
.footer_01 .widget ul li ul{
margin-top: 30px;
}
.footer_01 .widget.widget_recent_comments ul li{
word-break: break-all;
text-align: left;
line-height: 28px;
padding: 10px 0 10px 21px;
position: relative;
}
.footer_01 .widget.widget_recent_comments ul li:before {
content: '--';
color: #acafc0;
letter-spacing: 0;
margin-right: 0;
position: absolute;
left: 0;
top: 9px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.footer_01 .widget.widget_recent_comments ul li a{
display: inline-block;
line-height: 28px;
}
.footer_01 .widget.widget_recent_comments ul li a:before{
display: none;
}
.footer_01 .widget.widget_rss ul li{
word-break: break-word;
text-align: left;
line-height: 24px;
padding: 0;
}
.footer_01 .widget.widget_rss ul li a{
float: none;
line-height: 28px;
}
.footer_01 .widget.widget_rss ul li span.rss-date {
display: block;
text-transform: uppercase;
font-size: 12px;
margin: 0px 0 13px;
}
.footer_01 .widget.widget_rss ul li .rssSummary {
font-size: 14px;
margin: 0 0 12px;
}
.footer_01 .widget.widget_rss ul li cite{
color: #FFF;
font-weight: 400;
font-size: 13px;
}
.footer_01 .searchForms{
margin: 0;
padding: 0;
position: relative;
}
.footer_01 .searchForms input[type="search"]{
width: 100%;
height: 50px;
background: #0f1f45;
border-radius: 0;
border: none;
font-size: 12px;
color: #bfbfcb;
padding-left: 15px;
padding-right: 50px;
}
.footer_01 .searchForms button{
height: 50px;
width: 50px;
border-radius: 0%;
color: #FFF;
text-align: center;
background: #ff5e14;
position: absolute;
right: 0;
top: 0;
border: none;
font-size: 14px;
line-height: 50px;
transition: all ease 300ms;
-moz-transition: all ease 300ms;
-webkit-transition: all ease 300ms;
-ms-transition: all ease 300ms;
-o-transition: all ease 300ms;
}
.footer_01 .searchForms button:hover{
color: #ff5e14;
background: #06163a;
}
.footer_01 .widget_text img{
max-width: 100%;
height: auto;
}
.newsDetails .commonSection.shopSections{
padding: 0;
} a.pd_imgzoom {
position: absolute;
top: 30px;
left: 30px;
width: 45px;
height: 45px;
background: #ff5e14;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
color: #ffffff;
font-size: 16px;
opacity:0;
visibility: hidden;
transition: 0.3s ease-in-out;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
}
a.pd_imgzoom:hover{
color: #ff5e14;
background: #7e889b;
}
.ps_img:hover a.pd_imgzoom{
opacity: 1;
visibility: visible;
}
.productZoomGl .ps_img {
border: 1px solid #eaeaea;
border-radius: unset;
box-shadow: unset;
outline: unset;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: nowrap;
min-height: 736px;
}
.productZoomGl .ps_img img {
border: 0;
outline: 0;
box-shadow: unset;
max-width: 100%;
width: auto;
max-height: 100%;
}
.xzoom-preview{
box-shadow: unset;
border: 1px solid #eaeaea;
z-index: 2;
}
.productZoomGl .pdouctZoomThumb{
display: flex;
justify-content: center;
align-items: center;
margin-top: 12px;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;
}
.productZoomGl .pdouctZoomThumb a {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 100px;
height: 100px;
overflow: hidden;
}
.productZoomGl .pdouctZoomThumb a > img {
width: auto;
max-height: 100%;
outline: unset;
box-shadow: unset;
border: 1px solid #eeeeee;
background: #fff;
margin: 0;
padding: 0;
}
.productZoomGl .pdouctZoomThumb a > img.xactive{
border-color: #ff5e14;
}@media (min-width: 2200px) and (max-width:3000px){
.topbar:before {
width: 32.85416666666667%;
}
.nav_bar .right_bgs {
width: calc(34.79166666666667% - 35px);
}
}
@media (min-width: 3001px) and (max-width:4000px){
.topbar:before {
width: 35.85416666666667%;
}
.nav_bar .right_bgs {
width: calc(38.79166666666667% - 35px);
}
}
@media (min-width: 1200px) and (max-width:1899px){
.mrm110px{
margin-right: -100px;
}
.funfactSection .icon_box_02{
padding-right: 40px;
}
} @media (min-width: 1200px) and (max-width:1600px){
.funfactSection .icon_box_02{
padding-right: 0;
margin-bottom: 30px;
}
.funfactSection .pdl115{
padding-left: 30px;
padding-bottom: 82px;
}
.funfactSection .sec_title.with_bar{
margin-bottom: 40px;
padding-bottom: 20px;
font-size: 70px;
line-height: 70px;
}
.funfactSection .sub_title{
margin-bottom: 10px;
}
.whyChooseUsContent{
padding-left: 20px;
padding-top: 120px;
padding-bottom: 120px;
padding-right: 20%;
}
.whyChooseUsContent .sec_title{
font-size: 60px;
line-height: 66px;
}
.skillHolders{
padding-right: 15px;
padding-left: 15px;
}
.sec_title br{
display: none;
} .singleSkill > span{
margin-bottom: 15px;
}
.folioHover_03 h2{
font-size: 50px;
line-height: 60px;
}
.testimonial_item{
padding-left: 25px;
padding-right: 15px;
}
.ti_author h4{
font-size: 20px;
}
.featureSection2{
margin-top: -120px;
}
.rel_btns{
margin: 0;
}
.relatedArrows{
margin: 0;
}
.skill_padd .elementor-column-wrap.elementor-element-populated{
padding: 60px 50px 60px 100px !important;
}
.why_choose_col_2 .elementor-column-wrap.elementor-element-populated{
padding: 105px 100px 105px 30px !important;
}
.skill_padd .sec_title{
font-size: 55px !important;
line-height: 60px !important;
margin-bottom: 40px !important;
}
.why_choose_col_2 .sec_title{
font-size: 70px !important;
line-height: 80px !important;
}
.why_choose_col_2 .ind_lead{
font-size: 15px !important;
}
.video_02 img{
height: 100vh !important;
width: 100%;
}
} @media (min-width: 992px) and (max-width: 1199px){
.why_choose_col_2,
.why_choose_col_1{
width: 100% !important;
}
.logo_02 img{
width: 100%;
height: auto;
}
.header_02 .mainmenu{
text-align: right !important;
}
.header_02 .ind_btn_2{
display: none;
}
.logo_02{
padding: 37px 0 36px;
}
.mainmenu ul li{
margin-right: 20px;
}
.mainmenu > ul > li:last-child ul.sub-menu, .mainmenu > ul > li:nth-last-child(2) ul.sub-menu{
left: auto;
right: 0;
}
.mainmenu > ul > li:nth-last-child(1) > ul.sub-menu ul.sub-menu, .mainmenu > ul > li:nth-last-child(2) > ul.sub-menu ul.sub-menu,
.mainmenu > ul > li:nth-last-child(1) > ul.sub-menu ul.sub-menu, .mainmenu > ul > li:nth-child(4) > ul.sub-menu ul.sub-menu,
.mainmenu > ul > li:nth-last-child(3) > ul.sub-menu ul.sub-menu, .mainmenu > ul > li:nth-last-child(4) > ul.sub-menu ul.sub-menu{
left: auto;
right: 100%;
}
.nav_bar .right_bgs{
height: 70px;
}
.about_us_content{
padding-left: 25px;
padding-top: 40px;
}
.sec_title{
font-size: 60px;
line-height: 70px;
}
.about_us_content .sec_title{
font-size: 55px;
line-height: 66px;
}
.icon_box_01 {
margin-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
}
.icon_box_01 h3{
font-size: 28px;
line-height: 36px;
}
.funfactSection .pdl115{
padding-left: 15px;
}
.funfactSection .mrm110px{
margin-right: -15px;
}
.testimonial_item2:after{
display: none;
}
.testimonial_item2{
padding-right: 0;
}
.testimonialSection2 .imgDiv2{
padding-top: 84px;
}
.blogItem2{
padding: 39px 15px 38px 15px;
}
.bIcollapse .bi_meta span {
margin-right: 8px;
}
.footer_02 .widget{
margin-bottom: 40px;
}
.icon_box_03{
padding-left: 20px;
}
.whyChooseUsContent{
padding-left: 15px;
padding-right: 15px;
}
.whyChooseUsContent .sec_title{
font-size: 40px;
line-height: 50px;
}
.testimonial_item{
padding-left: 15px;
padding-right: 15px;
}
.ti_author h4{
font-size: 22px;
}
.bi_details{
padding-left: 20px;
padding-right: 15px;
}
.pdl45,
.pdl65 {
padding-left: 15px;
}
.fof_contents h2{
font-size: 50px;
line-height: 54px;
}
.history_box h3{
font-size: 21px;
}
.featureSlider{
margin: 0;
}
.cta_left_02 h2{
font-size: 55px;
line-height: 66px;
}
.skillHolders{
padding-left: 50px;
padding-right: 50px;
}
.sec_title br{
display: none;
}
.aboutImg{
padding-right: 50px;
}
.aboutImg .i2{
margin-left: 0;
margin-top: -160px;
}
.aboutImg .i2 img{
max-width: 97%;
}
.yearsofexp{
right: 5px;
}
.aboutDescs{
padding-left: 30px;
}
.ib5_inner{
padding-left: 15px;
padding-right: 15px;
}
.formSections{
margin-left: 0;
margin-right: 0;
}
.newsDetails{
padding-left: 20px;
padding-right: 20px;
}
.newsDetails h2.ndTitle{
font-size: 40px;
}
.sidebar_2.inLeft,
.sidebar_2{
padding-left: 0px;
padding-right: 0px;
}
.instafeeds a{
margin-right: 15px;
}
.sb_footer span{
font-size: 13px;
margin-right: 10px;
}
.sb_footer span i{
margin-right: 6px;
}
.folioHover_03{
width: calc(100% - 60px);
padding-left: 20px;
padding-right: 15px;
}
.folioHover_03 h2{
font-size: 40px;
line-height: 44px;
}
.proj_details.rightPos{
padding-left: 0;
}
.proj_details.leftPos{
padding-right: 0;
}
.style2 .serviceDetails{
padding-left: 20px;
padding-right: 20px;
}
.sidebar_1 .widget .widget_title{
padding-left: 20px;
font-size: 32px;
}
.sidebar_1 .widget ul li{
padding-left: 20px;
padding-right: 15px;
}
.hqw_content,
.allLatestWorks,
.allBrouchers{
padding-left: 20px;
padding-right: 15px;
}
.entry_title{
font-size: 65px;
line-height: 70px;
}
.sda_tags .icon_box_04 {
margin-right: 20px;
}
.sda_tags .icon_box_04:last-of-type {
margin-right: 0px;
}
.product_btn a:last-of-type{
margin-right: 0;
}
.product_decp{
padding-left: 0;
}
.testimonialSection,
.testimonialSection2{
overflow: hidden;
width: 100vw;
}
.rel_btns{
margin: 0;
}
.relatedArrows{
margin: 0;
}
.singlefolio:hover .folioHover{
left: 35px;
}
.comment_list .children{
margin-left: 25px;
}
blockquote:after{
left: 35px;
}
.woocommerce-checkout-review-order{
padding: 47px 20px 20px;
}
.woocommerce .woocommerce-checkout-review-order tbody tr td{
width: 55%;
}
.industing_home_page_section .row{
margin-left: -10px;
margin-right: -10px;
}
.elementor .fullheightimg img{
width: 100%;
}
.imgCarousel img{
width: 100%;
}
.cotactForm .row{
margin-right: -10px;
margin-left: -10px;
}
.abc_left{
padding-left: 20px;
}
.aboutCompanys h2{
font-size: 75px;
}
.productZoomGl .ps_img{
min-height: 598px;
}
} @media (min-width: 768px) and (max-width: 991px){
.why_choose_col_2,
.why_choose_col_1{
width: 100% !important;
}
.logo_02 img{
width: auto;
height: auto;
}
.header_02 .ind_btn_2{
display: none;
}
.topbar_left .info_element{
margin-right: 15px;
}
.icon_box_01{
margin-bottom: 30px;
}
.abc_left{
padding-left: 20px;
margin-bottom: 30px;
}
.serviceDetails{
padding-left: 35px;
padding-right: 35px;
}
.text-right.leftInMobile{
text-align: left !important;
}
.funfactSection .pdl115{
padding-left: 15px;
}
.funfactSection .mrm110px{
margin-right: -15px;
}
.testimonial_item2:after{
display: none;
}
.imgDiv2.blockInMobile img{
width: 100%;
height: auto;
}
.blogItem3{
margin-bottom: 30px;
}
.footer_02 .widget{
margin-bottom: 40px;
}
.footer_02 .widget.pdl58, .footer_02 .widget.pdl20{
padding-left: 0;
}
#backtotop{
right: 20px;
}
.folioHover_03{
width: calc(100% - 60px);
padding-right: 15px;
}
.folioHover_03 h2{
font-size: 50px;
line-height: 54px;
}
.product_btn a:last-of-type{
margin-right: 0;
}
.results{
display: none;
}
.question{
display: none;
}
.comment_list .children{
margin-left: 25px;
}
blockquote:after{
left: 35px;
}
.woocommerce ul.order_details li{
width: 25%;
}
.woocommerce .checkout.woocommerce-checkout .ind-form-shipping{
margin-bottom: 60px;
}
.ind_btn{
min-width: 170px;
}
.productZoomGl .ps_img{
min-height: 738px;
}
} @media (max-width: 991px){
.woocommerce .shopSections.indLoginPage .woocommerce-form.woocommerce-form-login.login{
margin-bottom: 60px;
}
.newsDetails h2.ndTitle{
word-break: break-word;
}
.nd_content #gallery-1 img{
max-width: 100%;
height: auto;
}
.ndcHead h5{
line-height: 24px;
}
.ndMeta span:last-child{
margin-right: 0;
margin-bottom: 10px;
}
.ndMeta span{
margin-bottom: 10px;
}
.search_element form{
position: relative;
}
.topbar:before{
width: 31%;
}
.logo{
padding-left: 15px;
}
.top_social{
padding: 0 0;
top: -30px;
z-index: 4;
}
.top_social a{
margin-left: 12px;
}
.nav_bar .right_bgs{
width: 25%;
height: 100%;
}
.nav_bar .mobileMenuBar{
text-align: left;
width: 100%;
margin: 14px 0 0;
z-index: 5;
position: relative;
}
.nav_bar .mainmenu{
position: absolute;
left: 0;
top: 78px;
width: 100%;
z-index: 99;
}
.info_element{
margin-right: 15px;
padding-left: 20px;
}
.search_element{
margin-right: 5px;
margin-left: 0px;
}
.info_element h5{
font-size: 16px;
}
.info_element p{
font-size: 12px;
}
.logo_02{
float: left;
width: 50%;
}
.mobileMenuBar{
float: right;
width: 50%;
text-align: right;
margin: 31px 0;
display: block;
}
.mobileMenuBar a{
height: 50px;
background: #ff5e14;
display: inline-block;
font-size: 14px;
letter-spacing: 0;
font-weight: 500;
text-transform: uppercase;
color: #fff;
text-align: center;
line-height: 50px;
position: relative;
padding: 0 20px;
}
.mobileMenuBar a i{
margin-left: 10px;
}
.mainmenu{
position: relative;
width: 100%;
background: #06163a;
display: none;
margin-bottom: 15px;
}
.mainmenu ul li{
display: block;
width: 100%;
margin-right: 0;
border-bottom: 1px solid rgba(255, 255, 255, .2);
text-align: left;
}
.nav_bar .mainmenu > ul > li,
.header_02 .mainmenu > ul > li{
padding: 0;
}
.mainmenu ul li a{
color: #FFF;
background: transparent;
-webkit-text-fill-color: #FFF;
padding: 20px 15px;
}
.mainmenu ul.sub-menu{
position: relative;
opacity: 1;
visibility: visible;
background: #06163a;
width: 100%;
padding: 0;
top: 100%;
display: none;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-ms-transition: none;
-o-transition: none;
}
.mainmenu ul.sub-menu li{
padding: 0 0;
}
.mainmenu ul.sub-menu li a{
border-bottom: none;
padding: 17px 15px 14px;
}
.mainmenu ul.sub-menu li ul.sub-menu{
left: 0;
background: #000;
}
.topbar_02{
min-height: 70px;
}
.header_2_searc_form form{
padding: 0;
}
.mainmenu .submenu_toggler{
display: inline-block;
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 53px;
background: rgba(255, 255, 255, .1);
line-height: 53px;
text-align: center;
color: #FFF;
font-size: 18px;
cursor: pointer;
}
.mainmenu .submenu_toggler i{
line-height: 53px;
}
.mainmenu .sub-menu .submenu_toggler{
background: rgba(255, 255, 255, .4);
}
.mainmenu .submenu_toggler:hover, .mainmenu .submenu_toggler.active-span{
color: #fff;
}
.mrm15{
margin-right: 0;
}
.about_us_content{
padding-left: 0;
}
.sec_title{
font-size: 50px;
line-height: 60px;
}
.filterMenu ul li{
margin-right: 13px;
}
.funfactSection .icon_box_02{
padding-right: 0;
}
.icon_box_03{
padding-left: 20px;
}
.whyChooseUsContent{
padding-left: 20px;
padding-right: 20px;
}
.whyChooseUsContent .sec_title{
font-size: 60px;
line-height: 60px;
}
.testimonialSliderHolder{
margin-top: 50px;
}
.testimonial_item{
padding-left: 10px;
padding-right: 0px;
}
.bi_details{
padding-left: 20px;
padding-right: 15px;
}
.bi_meta span{
margin-right: 15px;
margin-bottom: 10px;
}
.blogItem2 h3{
font-size: 24px;
line-height: 30px;
}
.blogItem2{
padding-left: 15px;
padding-right: 10px;
padding-top: 25px;
padding-bottom: 25px;
}
.footer_01 .widget{
margin-bottom: 40px;
}
.pdl65{
padding-left: 15px;
}
.serviceDetails{
padding-left: 20px;
padding-right: 20px;
}
.fof_contents{
padding-top: 30px;
}
.fof_contents h2{
font-size: 40px;
line-height: 44px;
}
.aboutImg .i2{
margin-left: 0;
margin-top: 0;
}
.aboutImg{
padding-right: 60px;
}
.featureSlider {
margin: 0;
}
.yearsofexp{
right: 5px;
}
.aboutDescs{
padding-left: 0;
padding-right: 15px;
}
.skillHolders{
padding-left: 30px;
padding-right: 30px;
}
.sec_title br{
display: none;
}
.cta_left_02 h2{
font-size: 50px;
line-height: 60px;
}
.history_box{
width: 50%;
}
.woocommerce-checkout-review-order{
padding-left: 10px;
padding-right: 15px;
}
.cart_table tbody tr td.product-thumbnail .thumbimgs{
width: 80px;
height: 80px;
margin-right: 10px;
}
.cart_table tbody tr td.product-thumbnail{
width: 80px;
padding-left: 0px;
}
.cart_table tbody tr td.product-subtotal,
.cart_table thead tr th.product-subtotal{
padding-left: 40px;
}
.cart_table thead tr th.product-price,
.cart_table tbody tr td.product-price{
padding-left: 20px;
}
.cart_table tbody tr td.actions .coupon_submit{
padding: 0 35px;
}
.update_cart{
padding: 0 35px;
}
.cart_totals table tr th{
width: 200px;
}
.gmap iframe{
height: 500px;
}
.icon_box_05.ib5_left .ib5_inner{
padding-left: 70px;
padding-right: 8px;
}
.mb45{
margin-bottom: 20px;
}
.pdb90 .pdl45{
padding-left: 15px;
}
.icon_box_05{
margin-bottom: 30px;
}
.formSections{
margin-left: 0;
margin-right: 0;
}
.sidebar_2{
margin-top: 100px;
padding-left: 120px;
padding-right: 120px;
}
.sidebar_2.inLeft{
margin-top: 0;
padding-left: 120px;
padding-right: 120px;
}
.sidebar_2 .widget{
margin-bottom: 80px;
}
.proj_details.rightPos{
padding-left: 0;
margin-top: 30px;
}
.proj_details.leftPos{
padding-right: 0;
margin-bottom: 50px;
}
.service_details_area{
padding-right: 0;
margin-bottom: 60px;
}
.entry_title{
font-size: 60px;
line-height: 66px;
}
.offset-2{
margin-left: 0;
}
.product_decp{
padding-left: 0;
margin-top: 50px;
}
.ps_img img{
height: auto;
}
.dl-menu__wrap ul li{
margin-top: 0;
margin-bottom: 5px;
}
.footer__contacts{
padding-left: 15px;
}
.testimonialSection,
.testimonialSection2{
overflow: hidden;
width: 100vw;
}
.rel_btns{
margin: 0;
}
.relatedArrows{
margin: 0;
}
.woocommerce table.shop_table_responsive tr td::before, 
.woocommerce-page table.shop_table_responsive tr td::before{
font-size: 15px;
font-weight: 600;
line-height: 20px;
color: #06163a;
text-transform: uppercase;
font-family: 'Barlow Condensed', sans-serif;
border: none;
}
.woocommerce .myAccountPage .woocommerce-Address address,
.woocommerce .woocommerce-customer-details address{
padding: 30px 20px;
}
.productTabContent .comment-form{
padding: 50px 25px;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-title,
.woocommerce table.shop_table.cart_table tbody tr td.product-quantity,
.woocommerce table.shop_table.cart_table tbody tr td.product-price{
width: 100%;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-subtotal{
padding-left: 0;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-quantity:before{
padding-top: 15px;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .coupon{
padding-left: 7px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form p.form-row .select2-container--default .select2-selection--single{
text-align: left;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
background: transparent;
}
.industing_home_page_section .row{
margin-left: -10px;
margin-right: -10px;
}
.blogItem3{
margin-bottom: 30px;
margin-top: 30px;
}
.testimonialSliderHolder{
padding-left: 0;
}
.imgCarousel img{
width: 100%;
}
.cotactForm .row{
margin-right: -10px;
margin-left: -10px;
}
} @media (max-width: 767px){
.slider_02 .hermes .tp-arr-allwrapper,
.slider_01 .hermes .tp-arr-allwrapper{
width: 60px;
}
.sb_footer span{
margin-bottom: 10px;
}
.question{
display: none;
}
.industing_home_page_section .row{
margin-left: -10px;
margin-right: -10px;
}
.breadcrumbs span{
line-height: 24px;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions button.button[name="update_cart"],
.woocommerce table.shop_table.cart_table tbody tr td.actions .coupon button.button{
width: 180px;
padding: 0 20px;
margin-top: 10px;
}
.woocommerce .myAccountPage .edit-account .form-row{
width: 100%;
}
.woocommerce .woocommerce-customer-details address{
margin-bottom: 50px !important;
}
.woocommerce .myAccountPage table.shop_table.order_details tbody tr td{
line-height: 22px;
}
.testimonial_item2:after{
display: none;
}
.topbar .col-xl-4{
width: 50%;
float: left;
}
.topbar .col-xl-8{
width: 50%;
float: right;
}
.topbar:before{
width: 60%;
}
.nav_bar .right_bgs{
width: 42%;
height: 100%;
}
.featureSection2{
margin-top: -100px;
}
.info_element {
display: none;
}
.search_element i{
display: none;
}
.search_element input[type="search"]{
width: 100%;
font-size: 12px;
}
.dl-menu__wrap .dl-menu.dl-menuopen{
transform: translateY(-25px);
}
.logo_02 img{
width: 100%;
height: auto;
}
.header_02 .mobileMenuBar{
margin: 20px 0;
}
.header_02 .logo_02{
padding: 25px 0 20px;
}
.header_02 .ind_btn_2{
margin: 0 -15px 0;
display: block;
}
.mainmenu{
height: calc(100vh - 90px);
overflow: scroll;
}
.nav_bar .mainmenu{
height: calc(100vh - 78px);
overflow: scroll;
}
.topbar_left{
display: none;
}
.topbar_left .info_element{
margin-right: 10px;
}
.topbar_02 .social_and_settings{
padding: 30px 0;
}
.social_and_settings span{
float: left;
}
.bigHeading{
letter-spacing: 0;
}
.sidebar_1 .widget .widget_title{
line-height: 36px;
}
.single-member .elementor-align-right,
.single-tw-service .elementor-align-right{
text-align: center;
}
.td_thumbs{
margin-bottom: 30px;
}
.mem_fact{
padding: 0 0 50px;
}
.mem_facts{
padding: 100px 0 50px;
}
.icon_box_01{
margin-bottom: 30px;
}
.abc_left{
padding: 0 15px;
margin-bottom: 30px;
}
.aboutCompanys h2{
font-size: 60px;
line-height: 65px;
}
.abc_right{
padding: 0 15px;
}
.ab_btn{
left: 0;
right: auto;
}
.aboutCompanys{
padding-bottom: 100px;
}
.cta_left h2{
font-size: 40px;
line-height: 50px;
}
.text-right.leftInMobile{
text-align: left !important;
}
.worksSlider .owl-nav{
position: relative;
top: auto;
}
.funfactSection .pdl115{
padding-left: 15px;
}
.funfactSection .mrm110px{
margin-right: -15px;
}
.testimonial_item2{
padding-right: 0;
}
.imgDiv2.blockInMobile img{
width: 100%;
height: auto;
}
#backtotop{
right: 15px;
bottom: 15px;
}
.footer_02 .widget{
margin-bottom: 40px;
}
.footer_02 .widget.pdl58, .footer_02 .widget.pdl20{
padding-left: 0;
}
.mrm15{
margin-right: 0;
}
.about_us_content{
padding-left: 0;
}
.sec_title{
font-size: 50px !important;
line-height: 60px !important;
}
.testimonialSliderHolder{
padding-left: 0;
}
.filterMenu ul li.all{
width: 100%;
text-align: center;
}
.filterMenu ul li{
float: left;
}
.emptyStyle.filterMenu ul li{
margin-bottom: 20px;
padding-right: 20px;
}
.funfactSection .icon_box_02{
padding-right: 0;
margin-bottom: 40px;
}
.serviceSlider .owl-nav{
top: -80px;
}
.icon_box_03{
padding-left: 30px;
}
.whyChooseUsContent{
padding-left: 0;
padding-right: 15px;
}
.whyChooseUsContent .sec_title{
font-size: 50px;
line-height: 60px;
}
.testimonialSliderHolder{
margin-top: 50px;
}
.testimonial_item{
padding-left: 15px;
padding-right: 5px;
}
.elementor .fullheightimg img{
width: 100%;
}
.sf2_con{
padding: 33px 20px 30px;
}
.blogItem2,
.bi_details{
padding-left: 20px;
padding-right: 15px;
}
.bi_meta span{
margin-right: 15px;
margin-bottom: 15px;
}
.footer_01 .widget{
margin-bottom: 40px;
}
.pdl65,
.pdl45{
padding-left: 15px;
}
.fof_contents{
padding-top: 30px;
}
.fof_contents h1{
font-size: 100px;
}
.fof_contents h2{
font-size: 40px;
line-height: 44px;
}
.page_banner h2{
font-size: 50px;
line-height: 50px;
}
.aboutImg{
padding-right: 0;
}
.yearsofexp{
right: 0;
bottom: -100px;
}
.aboutImg .i2{
margin-left: 0;
margin-top: -80px;
}
.aboutDescs{
padding-left: 0;
padding-right: 15px;
}
.skillHolders{
padding-left: 0;
padding-right: 0;
}
.teamslider2 .owl-nav{
top: -80px;
}
.cta_left_02{
padding-left: 0;
text-align: center;
}
.cta_left_02 i{
position: relative;
left: auto;
margin-bottom: 50px;
}
.pdt29{
padding-top: 50px;
text-align: center !important;
}
.history_box{
width: 100%;
margin-bottom: 30px;
}
.featureSlider{
margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
margin-bottom: 60px;
}
.woocommerce .woocommerce-form.woocommerce-form-register.register,
.woocommerce .shopSections .lost_reset_password,
.woocommerce .woocommerce-form.woocommerce-form-login.login, 
.woocommerce .checkout_coupon.woocommerce-form-coupon{
padding: 21px 15px 10px;
}
.woocommerce .checkout_coupon.woocommerce-form-coupon button[type="submit"]{
position: relative;
top: -5px;
left: 0px;
right: auto;
}
.woocommerce .woocommerce-checkout-review-order tfoot tr td{
font-size: 14px;
}
.woocommerce .shopSections.myAccountPage .woocommerce-address-fields .form-row,
.woocommerce .checkout.woocommerce-checkout .form-row{
width: 100%;
}
.woocommerce-shipping-fields {
margin-bottom: 50px;
}
.woocommerce-checkout-review-order{
padding-left: 5px;
padding-right: 10px;
}
.woocommerce ul#shipping_method li{
padding-left: 12px;
}
.woocommerce ul#shipping_method li label{
font-size: 13px;
letter-spacing: 0;
}
.woocommerce ul#shipping_method li label::before{
left: -24px;
}
.woocommerce ul#shipping_method li input[type="radio"]:checked + label::after{
left: -20px;
}
.woocommerce ul#shipping_method .amount{
letter-spacing: 0;
font-size: 13px;
}
.woocommerce .woocommerce-checkout-review-order tfoot tr th{
width: 50%;
}
.woocommerce .woocommerce-checkout-review-order tbody tr td{
font-size: 14px;
}
.cart_table tbody tr td.product-thumbnail .thumbimgs{
width: 60px;
height: 60px;
margin-right: 10px;
}
.cart_table tbody tr td.product-thumbnail{
width: 60px;
padding-left: 0px;
}
.quantityd{
width: 60px;
height: 40px;
}
.quantityd button.qtyBtn{
left: 7px;
}
.quantityd button.qtyBtn.btnPlus{
right: 7px;
}
.woocommerce table.shop_table.cart_table tbody tr td.product-title a.itemtitle{
font-size: 13px;
line-height: 15px;
}
.cart_table tbody tr td.product-subtotal,
.cart_table tbody tr td.product-price span.amount{
font-size: 14px;
letter-spacing: 0;
}
.cart_table thead tr th.product-subtotal,
.cart_table tbody tr td.product-subtotal{
padding-left: 10px;
padding-right: 10px;
}
.cart_table tbody tr td.product-remove{
padding-right: 0;
}
.update_cart{
float: left;
margin-top: 10px;
width: 100%;
}
.cart_table tbody tr td.actions .coupon_submit{
width: 100%;
margin-top: 10px;
}
.cart_table tbody tr td.actions .input-text{
width: 100%;
}
.cart_totals table tr th{
width: 140px;
padding-left: 15px;
}
.cart_totals h2{
padding-left: 15px;
}
.gmap iframe{
height: 400px;
}
.pdb90 .pdl45 {
padding-top: 50px;
}
.icon_box_05{
margin-bottom: 30px;
}
.icon_box_05.ib5_left .ib5_inner{
padding-left: 80px;
padding-right: 10px;
}
.newsDetails{
padding-left: 15px;
padding-right: 15px;
}
.newsDetails h2.ndTitle{
font-size: 32px;
line-height: 36px;
}
blockquote{
padding-left: 15px;
padding-right: 15px;
padding-top: 60px;
}
blockquote:after{
left: 15px;
top: 18px;
margin: 0;
}
.ndShare{
text-align: left !important;
margin-top: 35px;
}
.ndShare a:first-of-type{
margin-left: 0;
}
.ndPaginations:after{
display: none;
}
.ndPaginations .col-xl-6{
width: 50%;
}
.pagin h3{
font-size: 20px;
}
.pagin strong{
font-size: 12px;
}
.commentForm,
.ndAuthorInner{
padding-left: 15px;
padding-right: 15px;
}
.ndComment{
padding-left: 0;
}
.ndComment img{
position: relative;
margin-bottom: 20px;
}
.sidebar_2{
margin-top: 100px;
padding-left: 0;
padding-right: 0;
}
.sidebar_2.inLeft{
margin-top: 0;
padding-left: 0;
padding-right: 0;
}
.sidebar_2 .widget{
margin-bottom: 80px;
}
.offset-1{
margin-left: 0;
}
.ind_pagination a, .ind_pagination span{
margin-bottom: 10px;
}
.folioHover_03 h2{
font-size: 40px;
line-height: 50px;
}
.proj_details.rightPos{
padding-left: 0;
}
.rel_btns{
float: left;
margin: 0 0 30px;
}
.relatedArrows{
margin: 0;
float: left;
}
.pdt25{
text-align: center !important;
padding-top: 50px;
}
.sidebar_1{
margin-bottom: 50px;
}
.sidebar_1 .widget .widget_title{
padding-left: 30px;
}
.sidebar_1 .widget ul li{
padding-left: 30px;
padding-right: 15px;
}
.hqw_content,
.allLatestWorks,
.allBrouchers{
padding-left: 30px;
padding-right: 15px;
}
.service_details_area{
padding-right: 0;
margin-bottom: 60px;
}
.entry_title{
font-size: 44px;
line-height: 50px;
}
.sda_tags .icon_box_04{
display: block;
margin: 0 auto 15px;
text-align: center;
}
.results{
text-align: left;
}
.shopAccess{
display: block;
}
.sorts select,
.searchForms2 input{
width: 100%;
}
.sorts{
margin: 15px 0;
}
.sorts form{
display: block;
float: none !important;
}
.searchForms2 input[type="search"]{
width: 100%;
}
.productSlide .carousel-indicators{
left: 10px;
bottom: 15px;
}
.ps_img img{
width: 100%;
height: auto;
}
.productSlide .carousel-indicators li{
width: 60px;
height: 55px;
}
.productSlide .carousel-indicators li img{
width: 100%;
height: 100%;
}
.product_decp{
padding-left: 0;
margin-top: 50px;
}
.woocommerce div.product_decp .add_to_car_btn{
margin: 20px 0 0;
}
.woocommerce div.product form.cart div.quantity{
float: none;
}
.productTabs.nav-tabs .nav-link{
padding: 0 10px 21px;
}
.comment_container{
padding-left: 0;
}
.comment_container img{
position: relative;
margin-bottom: 15px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
padding: 25px 30px;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions button.button[name="update_cart"]{
float: left;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .coupon{
padding-left: 0;
}
.woocommerce table.shop_table.cart_table tbody tr td.actions .input-text{
width: 100%;
}
.comment_container .woocommerce-review__published-date{
display: block;
margin-top: 15px;
}
.woocommerce-error, .woocommerce-message{
padding-right: 15px;
}
.woocommerce-error a, .woocommerce-message a{
display: block !important;
float: none !important;
margin: 0 0 10px !important;
}
.nextprevPagination .col-xs-6{
width: 50%;
}
.relatedSlider .singlefolio .folioHover{
left: 0px;
}
.relatedSlider .singlefolio:hover .folioHover{
left: 15px;
}
.single-folio .elementor-align-right{
text-align: center;
}
.product_decp .star-rating{
margin-bottom: 30px;
}
.text_meta{
margin-bottom: 30px;
}
.pd_details_meta .quantityd{
height: 50px;
width: 75px;
}
.add_to_car_btn{
min-width: 175px;
}
.social_shares{
margin-top: 20px;
}
.offset-2{
margin-left: 0;
}
.adinfo ul li{
width: 100%;
}
.relatedNavs{
float: left;
margin-top: 30px;
}
.footer__contacts{
text-align: center;
padding: 0 15px;
width: 100%;
bottom: 55px;
}
.footer__contacts li{
font-size: 13px;
margin-bottom: 3px;
}
.popUp_social{
bottom: 10px;
left: 0;
margin: 0 auto;
text-align: center !important;
}
.popUp_social a{
width: 35px;
height: 35px;
padding: 10px 0;
font-size: 15px;
}
.video_01 .vp{
width: 100%;
}
.slider_01 .rev_slider .tp-caption.textRes br{ }
.straceImg, .straceImg2, .video_02, .stretchBGDiv, .imgCarousel, .imgCarousel .carousel-inner, .imgCarousel .carousel-item{
min-height: 100vw;
}
.testimonialSection, .testimonialSection2{
max-width: 100vw;
overflow: hidden;
}
.tp-caption .ind_btn{
position: relative;
font-size: 14px !important;
font-weight: 500 !important;
text-transform: uppercase;
letter-spacing: 0;
background: transparent;
display: inline-block;
color: #FFF;
height: 60px !important;
min-width: 200px !important;
padding: 25px 25px !important;
text-align: center !important;
line-height: .9 !important;
margin-bottom: 6px !important;
}
.tp-caption.textRes{
white-space: normal !important;
padding: 0 20px;
word-break: break-word !important;
}
.ndcContent table tbody tr td, .nd_content table tbody tr th, .nd_content table tbody tr td{
padding: 5px 7px;
}
.comment_list .children{
margin-left: 15px;
}
.commentForm input[type="submit"]{
padding: 0 45px;
}
.woocommerce ul.order_details{
display: block;
text-align: center;
}
.woocommerce ul.order_details li{
width: 100%;
}
.featured_post{
padding: 0 15px 30px;
}
.featured_post .sb_footer span{
margin-right: 20px;
}
.featured_post .sb_footer span:last-of-type{
margin-right: 0px;
}
.big_post_desc{
word-break: break-all;
}
#rev_slider_1_1 .rs-layer{
padding-left: 30px !important;
padding-right: 30px !important;
}
.logo.textLogo{
padding-left: 15px;
}
.nav_bar .mobileMenuBar{
padding-left: 15px;
}
.productZoomGl .ps_img{
min-height: 480px;
}
}
@media(max-width: 480px){
.productZoomGl .ps_img{
min-height: 440px;
}
}@font-face{font-family:eicons;src:url(//msjsupply.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.44.0);src:url(//msjsupply.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.44.0#iefix) format("embedded-opentype"),url(//msjsupply.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.44.0) format("woff2"),url(//msjsupply.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.44.0) format("woff"),url(//msjsupply.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.44.0) format("truetype"),url(//msjsupply.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.44.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}